Browse Source

Merge PR #112 into 14.0

Signed-off-by dreispt
14.0
OCA-git-bot 4 years ago
parent
commit
a2f6567a97
  1. 156
      base_import_match/README.rst
  2. 5
      base_import_match/__init__.py
  3. 21
      base_import_match/__manifest__.py
  4. 30
      base_import_match/data/base_import_match.xml
  5. 50
      base_import_match/demo/base_import_match.xml
  6. 172
      base_import_match/i18n/am.po
  7. 175
      base_import_match/i18n/ar.po
  8. 167
      base_import_match/i18n/base_import_match.pot
  9. 172
      base_import_match/i18n/bg.po
  10. 173
      base_import_match/i18n/bs.po
  11. 180
      base_import_match/i18n/ca.po
  12. 172
      base_import_match/i18n/cs.po
  13. 172
      base_import_match/i18n/da.po
  14. 184
      base_import_match/i18n/de.po
  15. 174
      base_import_match/i18n/el_GR.po
  16. 173
      base_import_match/i18n/en_GB.po
  17. 183
      base_import_match/i18n/es.po
  18. 173
      base_import_match/i18n/es_AR.po
  19. 173
      base_import_match/i18n/es_CL.po
  20. 173
      base_import_match/i18n/es_CO.po
  21. 173
      base_import_match/i18n/es_CR.po
  22. 173
      base_import_match/i18n/es_DO.po
  23. 173
      base_import_match/i18n/es_EC.po
  24. 174
      base_import_match/i18n/es_ES.po
  25. 174
      base_import_match/i18n/es_MX.po
  26. 173
      base_import_match/i18n/es_PE.po
  27. 173
      base_import_match/i18n/es_PY.po
  28. 173
      base_import_match/i18n/es_VE.po
  29. 172
      base_import_match/i18n/et.po
  30. 174
      base_import_match/i18n/eu.po
  31. 172
      base_import_match/i18n/fa.po
  32. 174
      base_import_match/i18n/fi.po
  33. 174
      base_import_match/i18n/fr.po
  34. 175
      base_import_match/i18n/fr_CA.po
  35. 174
      base_import_match/i18n/fr_CH.po
  36. 174
      base_import_match/i18n/gl.po
  37. 173
      base_import_match/i18n/gl_ES.po
  38. 172
      base_import_match/i18n/he.po
  39. 180
      base_import_match/i18n/hr.po
  40. 175
      base_import_match/i18n/hr_HR.po
  41. 173
      base_import_match/i18n/hu.po
  42. 172
      base_import_match/i18n/id.po
  43. 175
      base_import_match/i18n/it.po
  44. 172
      base_import_match/i18n/ja.po
  45. 172
      base_import_match/i18n/ko.po
  46. 173
      base_import_match/i18n/lt.po
  47. 174
      base_import_match/i18n/lt_LT.po
  48. 173
      base_import_match/i18n/lv.po
  49. 172
      base_import_match/i18n/mk.po
  50. 172
      base_import_match/i18n/mn.po
  51. 173
      base_import_match/i18n/nb.po
  52. 173
      base_import_match/i18n/nb_NO.po
  53. 173
      base_import_match/i18n/nl.po
  54. 173
      base_import_match/i18n/nl_BE.po
  55. 174
      base_import_match/i18n/nl_NL.po
  56. 173
      base_import_match/i18n/pl.po
  57. 173
      base_import_match/i18n/pt.po
  58. 178
      base_import_match/i18n/pt_BR.po
  59. 174
      base_import_match/i18n/pt_PT.po
  60. 175
      base_import_match/i18n/ro.po
  61. 175
      base_import_match/i18n/ru.po
  62. 172
      base_import_match/i18n/sk.po
  63. 179
      base_import_match/i18n/sl.po
  64. 173
      base_import_match/i18n/sr.po
  65. 174
      base_import_match/i18n/sr@latin.po
  66. 172
      base_import_match/i18n/sv.po
  67. 172
      base_import_match/i18n/th.po
  68. 181
      base_import_match/i18n/tr.po
  69. 174
      base_import_match/i18n/tr_TR.po
  70. 173
      base_import_match/i18n/uk.po
  71. 172
      base_import_match/i18n/vi.po
  72. 173
      base_import_match/i18n/vi_VN.po
  73. 175
      base_import_match/i18n/zh_CN.po
  74. 173
      base_import_match/i18n/zh_TW.po
  75. 6
      base_import_match/models/__init__.py
  76. 56
      base_import_match/models/base.py
  77. 177
      base_import_match/models/base_import.py
  78. 16
      base_import_match/readme/CONFIGURE.rst
  79. 4
      base_import_match/readme/CONTRIBUTORS.rst
  80. 46
      base_import_match/readme/DESCRIPTION.rst
  81. 2
      base_import_match/readme/ROADMAP.rst
  82. 5
      base_import_match/readme/USAGE.rst
  83. 5
      base_import_match/security/ir.model.access.csv
  84. BIN
      base_import_match/static/description/icon.png
  85. 511
      base_import_match/static/description/index.html
  86. 5
      base_import_match/tests/__init__.py
  87. 2
      base_import_match/tests/import_data/res_partner_dbid.csv
  88. 2
      base_import_match/tests/import_data/res_partner_email.csv
  89. 2
      base_import_match/tests/import_data/res_partner_external_id.csv
  90. 2
      base_import_match/tests/import_data/res_partner_invalid_combination_vat.csv
  91. 2
      base_import_match/tests/import_data/res_partner_name.csv
  92. 2
      base_import_match/tests/import_data/res_partner_parent_name_is_company.csv
  93. 2
      base_import_match/tests/import_data/res_partner_vat.csv
  94. 2
      base_import_match/tests/import_data/res_users_login.csv
  95. 107
      base_import_match/tests/test_import.py
  96. 81
      base_import_match/views/base_import_match_view.xml
  97. 1
      setup/base_import_match/odoo/addons/base_import_match
  98. 6
      setup/base_import_match/setup.py

156
base_import_match/README.rst

@ -0,0 +1,156 @@
=================
Base Import Match
=================
.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fserver--backend-lightgray.png?logo=github
:target: https://github.com/OCA/server-backend/tree/14.0/base_import_match
:alt: OCA/server-backend
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/server-backend-13-0/server-backend-13-0-base_import_match
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/253/14.0
:alt: Try me on Runbot
|badge1| |badge2| |badge3| |badge4| |badge5|
By default, when importing data (like CSV import) with the ``base_import``
module, Odoo follows this rule:
- If you import the XMLID of a record, make an **update**.
- If you do not, **create** a new record.
This module allows you to set additional rules to match if a given import is an
update or a new record.
This is useful when you need to sync heterogeneous databases, and the field you
use to match records in those databases with Odoo's is not the XMLID but the
name, VAT, email, etc.
After installing this module, the import logic will be changed to:
- If you import the XMLID of a record, make an **update**.
- If you do not:
- If there are import match rules for the model you are importing:
- Discard the rules that require fields you are not importing.
- Traverse the remaining rules one by one in order to find a match in the database.
- Skip the rule if it requires a special condition that is not
satisfied.
- If one match is found:
- Stop traversing the rest of valid rules.
- **Update** that record.
- If zero or multiple matches are found:
- Continue with the next rule.
- If all rules are exhausted and no single match is found:
- **Create** a new record.
- If there are no match rules for your model:
- **Create** a new record.
By default 2 rules are installed for production instances:
- One rule that will allow you to update companies based on their VAT, when
``is_company`` is ``True``.
- One rule that will allow you to update users based on their login.
In demo instances there are more examples.
**Table of contents**
.. contents::
:local:
Configuration
=============
To configure this module, you need to:
#. Go to *Settings > Technical > Database Structure > Import Match*.
#. *Create*.
#. Choose a *Model*.
#. Choose the *Fields* that conform a unique key in that model.
#. If the rule must be used only for certain imported values, check
*Conditional* and enter the **exact string** that is going to be imported
in *Imported value*.
#. Keep in mind that the match here is evaluated as a case sensitive
**text string** always. If you enter e.g. ``True``, it will match that
string, but will not match ``1`` or ``true``.
#. *Save*.
In that list view, you can sort rules by drag and drop.
Usage
=====
To use this module, you need to:
#. Follow steps in **Configuration** section above.
#. Go to any list view.
#. Press *Import* and follow the import procedure as usual.
Known issues / Roadmap
======================
* Add a setting to throw an error when multiple matches are found, instead of
falling back to creation of new record.
Bug Tracker
===========
Bugs are tracked on `GitHub Issues <https://github.com/OCA/server-backend/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
`feedback <https://github.com/OCA/server-backend/issues/new?body=module:%20base_import_match%0Aversion:%2013.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
Do not contact contributors directly about support or help with technical issues.
Credits
=======
Authors
~~~~~~~
* Tecnativa
Contributors
~~~~~~~~~~~~
* `Tecnativa <https://www.tecnativa.com>`_:
* Jairo Llopis
* Vicent Cubells
* Ernesto Tejeda
Maintainers
~~~~~~~~~~~
This module is maintained by the OCA.
.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org
OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.
This module is part of the `OCA/server-backend <https://github.com/OCA/server-backend/tree/14.0/base_import_match>`_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

5
base_import_match/__init__.py

@ -0,0 +1,5 @@
# Copyright 2016 Grupo ESOC Ingeniería de Servicios, S.L.U. - Jairo Llopis
# Copyright 2016 Tecnativa - Vicent Cubells
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from . import models

21
base_import_match/__manifest__.py

@ -0,0 +1,21 @@
# Copyright 2016 Grupo ESOC Ingeniería de Servicios, S.L.U. - Jairo Llopis
# Copyright 2016 Tecnativa - Vicent Cubells
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Base Import Match",
"summary": "Try to avoid duplicates before importing",
"version": "14.0.1.0.0",
"category": "Tools",
"website": "https://github.com/OCA/server-backend",
"author": "Tecnativa, " "Odoo Community Association (OCA)",
"license": "AGPL-3",
"application": False,
"installable": True,
"depends": ["base_import"],
"data": [
"security/ir.model.access.csv",
"data/base_import_match.xml",
"views/base_import_match_view.xml",
],
"demo": ["demo/base_import_match.xml"],
}

30
base_import_match/data/base_import_match.xml

@ -0,0 +1,30 @@
<?xml version="1.0" encoding="utf-8" ?>
<!-- Copyright 2016 Grupo ESOC Ingeniería de Servicios, S.L.U. - Jairo Llopis
Copyright 2016 Tecnativa - Vicent Cubells
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). -->
<odoo noupdate="1">
<!-- Match partners by VAT when is_company is True -->
<record model="base_import.match" id="res_partner_vat">
<field name="model_id" eval="ref('base.model_res_partner')" />
<field name="sequence" type="int">10</field>
</record>
<record model="base_import.match.field" id="res_partner_vat_vat">
<field name="match_id" ref="base_import_match.res_partner_vat" />
<field name="field_id" ref="base.field_res_partner__vat" />
</record>
<record model="base_import.match.field" id="res_partner_vat_is_company">
<field name="match_id" ref="base_import_match.res_partner_vat" />
<field name="field_id" ref="base.field_res_partner__is_company" />
<field name="conditional">True</field>
<field name="imported_value">True</field>
</record>
<!-- Match users by login -->
<record model="base_import.match" id="res_users_login">
<field name="model_id" eval="ref('base.model_res_users')" />
<field name="sequence" type="int">50</field>
</record>
<record model="base_import.match.field" id="res_users_login_login">
<field name="match_id" ref="base_import_match.res_users_login" />
<field name="field_id" ref="base.field_res_users__login" />
</record>
</odoo>

50
base_import_match/demo/base_import_match.xml

@ -0,0 +1,50 @@
<?xml version="1.0" encoding="utf-8" ?>
<!-- Copyright 2016 Grupo ESOC Ingeniería de Servicios, S.L.U. - Jairo Llopis
Copyright 2016 Tecnativa - Vicent Cubells
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). -->
<odoo noupdate="1">
<!-- Match partners by name, parent_id and is_company -->
<record model="base_import.match" id="res_partner_parent_name_is_company">
<field name="model_id" eval="ref('base.model_res_partner')" />
<field name="sequence" type="int">20</field>
</record>
<record
model="base_import.match.field"
id="res_partner_parent_name_is_company_name"
>
<field name="match_id" ref="res_partner_parent_name_is_company" />
<field name="field_id" ref="base.field_res_partner__name" />
</record>
<record
model="base_import.match.field"
id="res_partner_parent_name_is_company_parent"
>
<field name="match_id" ref="res_partner_parent_name_is_company" />
<field name="field_id" ref="base.field_res_partner__parent_id" />
</record>
<record
model="base_import.match.field"
id="res_partner_parent_name_is_company_is_company"
>
<field name="match_id" ref="res_partner_parent_name_is_company" />
<field name="field_id" ref="base.field_res_partner__is_company" />
</record>
<!-- Match partner by email -->
<record model="base_import.match" id="res_partner_email">
<field name="model_id" eval="ref('base.model_res_partner')" />
<field name="sequence" type="int">30</field>
</record>
<record model="base_import.match.field" id="res_partner_email_email">
<field name="match_id" ref="base_import_match.res_partner_email" />
<field name="field_id" ref="base.field_res_partner__email" />
</record>
<!-- Match partner by name -->
<record model="base_import.match" id="res_partner_name">
<field name="model_id" eval="ref('base.model_res_partner')" />
<field name="sequence" type="int">40</field>
</record>
<record model="base_import.match.field" id="res_partner_name_name">
<field name="match_id" ref="base_import_match.res_partner_name" />
<field name="field_id" ref="base.field_res_partner__name" />
</record>
</odoo>

172
base_import_match/i18n/am.po

@ -0,0 +1,172 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-23 21:53+0000\n"
"PO-Revision-Date: 2016-12-23 21:53+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Amharic (https://www.transifex.com/oca/teams/23907/am/)\n"
"Language: am\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "Creado por"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "Creado en"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr ""
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "ID"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
msgid "Imported Value"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "Última actualización por"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "Última actualización en"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
msgid "Model name"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr ""

175
base_import_match/i18n/ar.po

@ -0,0 +1,175 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# SaFi J. <safi2266@gmail.com>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-23 21:53+0000\n"
"PO-Revision-Date: 2016-12-23 21:53+0000\n"
"Last-Translator: SaFi J. <safi2266@gmail.com>, 2016\n"
"Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \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: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "أنشئ بواسطة"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "أنشئ في"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr "اسم العرض"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr "الحقل"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr ""
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr "تجميع حسب"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "المعرف"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
msgid "Imported Value"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr "آخر تعديل في"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "آخر تحديث بواسطة"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "آخر تحديث في"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr "النموذج"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
#, fuzzy
msgid "Model name"
msgstr "النموذج"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr "الاسم"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr "المسلسل"

167
base_import_match/i18n/base_import_match.pot

@ -0,0 +1,167 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 13.0\n"
"Report-Msgid-Bugs-To: \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: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr ""
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor"
" 'true', only EXACTLY 'True'."
msgstr ""
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
msgid "Imported Value"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
msgid "Model name"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr ""

172
base_import_match/i18n/bg.po

@ -0,0 +1,172 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-23 21:53+0000\n"
"PO-Revision-Date: 2016-12-23 21:53+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/bg/)\n"
"Language: bg\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: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "Създадено от"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "Създадено на"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr "Име за Показване"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr ""
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr "Групирай По"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "ID"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
msgid "Imported Value"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr "Последно обновено на"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "Последно обновено от"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "Последно обновено на"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
msgid "Model name"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr "Име"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr "Последователност"

173
base_import_match/i18n/bs.po

@ -0,0 +1,173 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-23 21:53+0000\n"
"PO-Revision-Date: 2016-12-23 21:53+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Bosnian (https://www.transifex.com/oca/teams/23907/bs/)\n"
"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "Kreirao"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "Kreirano"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr "Prikaži naziv"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr ""
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr "Grupiši po"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "ID"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
msgid "Imported Value"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr "Zadnje mijenjano"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "Zadnji ažurirao"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "Zadnje ažurirano"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
msgid "Model name"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr "Ime"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr "Sekvenca"

180
base_import_match/i18n/ca.po

@ -0,0 +1,180 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# Marc Tormo i Bochaca <mtbochaca@gmail.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-04-19 17:59+0000\n"
"PO-Revision-Date: 2017-04-19 17:59+0000\n"
"Last-Translator: Marc Tormo i Bochaca <mtbochaca@gmail.com>, 2017\n"
"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr "Condicional "
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "Creat per"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "Creat el"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr "Deduplicar ajustaments abans de fer importacions CSV."
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr "Veure el nom"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr "Activeu si voleu utilitzar aquest camp només en certes condicions. "
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr "Camp"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr "Nom del Camp"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr "Camps que defineixen una associació d'importació "
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr "Camps que seran part de una clau única."
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr "Camps "
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr "Camps que definiran una clau única."
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr "Agrupa Per"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "ID"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
"Si el valor importat no es aquest, el conjunt de regles d'associació ha de "
"ser descartat. Aneu amb compte, aquestes dades sempre són tractades com una "
"cadena, i la comparació és sensible a majúscules i minúscules, per la qual "
"cosa si s'estableix 'Veritat', NO coincidirà ni amb '1' ni amb 'veritat', "
"només EXACTAMENT amb 'Veritat'."
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr "Importar Associació "
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
#, fuzzy
msgid "Imported Value"
msgstr "Valor Importat "
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr "En aquest model haureu d'aplicar l'associació."
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr "Darrera modificació el"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "Darrera Actualització per"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "Darrera Actualització el"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr "Associar "
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr "Model"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
#, fuzzy
msgid "Model name"
msgstr "Model"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr "Nom"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr "Seqüència"

172
base_import_match/i18n/cs.po

@ -0,0 +1,172 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-23 21:53+0000\n"
"PO-Revision-Date: 2016-12-23 21:53+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Czech (https://www.transifex.com/oca/teams/23907/cs/)\n"
"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "Vytvořil(a)"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "Vytvořeno"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr "Zobrazovaný název"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr ""
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr "Seskupit podle"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "ID"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
msgid "Imported Value"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr "Naposled upraveno"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "Naposled upraveno"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "Naposled upraveno"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
msgid "Model name"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr "Název"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr "Číselná řada"

172
base_import_match/i18n/da.po

@ -0,0 +1,172 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-23 21:53+0000\n"
"PO-Revision-Date: 2016-12-23 21:53+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Danish (https://www.transifex.com/oca/teams/23907/da/)\n"
"Language: da\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: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "Oprettet af"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "Oprettet den"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr "Vist navn"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr ""
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr "Gruppér efter"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "Id"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
msgid "Imported Value"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr "Sidst ændret den"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "Sidst opdateret af"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "Sidst opdateret den"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
msgid "Model name"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr "Navn"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr "Rækkefølge"

184
base_import_match/i18n/de.po

@ -0,0 +1,184 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# Niki Waibel <niki.waibel@gmail.com>, 2017
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-12-01 02:10+0000\n"
"PO-Revision-Date: 2017-12-01 02:10+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n"
"Language: de\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: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr "Bedingt"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "Erstellt von"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "Erstellt am:"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr "Dubletten in Einstellungen vor CSV-Importen bereinigen."
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr "Anzeigename"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr ""
"Aktivieren, wenn Sie dieses Feld nur unter bestimmten Bedingungen verwenden "
"möchten."
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr "Feld"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr "Festlegung für Import-Übereinstimmung"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr "Feld, welche als Teil eines eindeutigen Schlüssels dienen wird."
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr "Felder"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr "Felder, die einen eindeutigen Schlüssel bilden sollen."
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr "Gruppieren nach"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "ID"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
"Wenn der importierte Wert nicht dieser ist, wird die ganze "
"Übereinstimmungsregel verworfen. Vorsicht, dieser Wert wird immer als "
"Textstring behandelt und Vergleiche unterscheiden Gross-/Kleinschreibung, so "
"dass Ihr Wert 'True' z.B. nicht mit '1' oder 'true' übereinstimmen wird."
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr "Import-Übereinstimmung"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
#, fuzzy
msgid "Imported Value"
msgstr "Importierter Wert"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr "In diesem Modell wenden Sie die Übereinstimmung an."
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr "Zuletzt geändert am"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "Zuletzt aktualisiert von"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "Zuletzt aktualisiert am"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr "Übereinstimmung"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr "Modell"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
#, fuzzy
msgid "Model name"
msgstr "Modell"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr "Name"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr "Reihenfolge"
#~ msgid "base"
#~ msgstr "base"

174
base_import_match/i18n/el_GR.po

@ -0,0 +1,174 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# Kostas Goutoudis <goutoudis@gmail.com>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-23 21:53+0000\n"
"PO-Revision-Date: 2016-12-23 21:53+0000\n"
"Last-Translator: Kostas Goutoudis <goutoudis@gmail.com>, 2016\n"
"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/"
"el_GR/)\n"
"Language: el_GR\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: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "Δημιουργήθηκε από "
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "Δημιουργήθηκε στις"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr ""
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr "Ομαδοποίηση Ανά"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "Κωδικός"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
msgid "Imported Value"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "Τελευταία ενημέρωση από"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "Τελευταία ενημέρωση στις"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
msgid "Model name"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr "Ονομασία"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr "Ιεράρχηση"

173
base_import_match/i18n/en_GB.po

@ -0,0 +1,173 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-23 21:53+0000\n"
"PO-Revision-Date: 2016-12-23 21:53+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: English (United Kingdom) (https://www.transifex.com/oca/"
"teams/23907/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: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "Created by"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "Created on"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr "Display Name"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr ""
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr "Group By"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "ID"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
msgid "Imported Value"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr "Last Modified on"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "Last Updated by"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "Last Updated on"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
msgid "Model name"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr "Name"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr "Sequence"

183
base_import_match/i18n/es.po

@ -0,0 +1,183 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# Pedro M. Baeza <pedro.baeza@gmail.com>, 2017
# OCA Transbot <transbot@odoo-community.org>, 2017
# Fernando Lara <gennesis45@gmail.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-12-01 02:10+0000\n"
"PO-Revision-Date: 2017-12-01 02:10+0000\n"
"Last-Translator: Fernando Lara <gennesis45@gmail.com>, 2017\n"
"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n"
"Language: es\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: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr "Condicional"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "Creado por"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "Creado el"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr "Configuración para deduplicar antes de importar CSV."
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr "Nombre a mostrar"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr "Habilítelo si quiere usar este campo sólo bajo ciertas condiciones."
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr "Campo"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr "Nombre del campo"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr "Definición de concordancia de importación del campo"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr "Campo que formará parte de una clave única."
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr "Campos"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr "Campos que definirán una clave única."
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr "Agrupar por"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "ID"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
"Si el valor importado no es éste, la regla de concordancia será descartada. "
"Tenga cuidado, ya que estos datos siempre serán tratados como una cadena, y "
"la comparación en sensible a las mayúsculas, por lo que si establece 'True', "
"no concordará con '1' ni con 'true'."
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr "Coincidencia de importación"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
#, fuzzy
msgid "Imported Value"
msgstr "Valor importado"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr "En este modelo se aplicará la coincidencia."
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr "Última actualización por"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "Última actualización por"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "Última actualización el"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr "Casar referencias"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr "Modelo"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
#, fuzzy
msgid "Model name"
msgstr "Modelo"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr "Nombre"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr "Secuencia"
#~ msgid "base"
#~ msgstr "base de datos"

173
base_import_match/i18n/es_AR.po

@ -0,0 +1,173 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-23 21:53+0000\n"
"PO-Revision-Date: 2016-12-23 21:53+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Spanish (Argentina) (https://www.transifex.com/oca/"
"teams/23907/es_AR/)\n"
"Language: es_AR\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: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "Creado por"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "Creado en"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr "Mostrar Nombre"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr ""
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr "Agrupar por"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "ID"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
msgid "Imported Value"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr "Última modificación en"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "Última actualización realizada por"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "Última actualización el"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
msgid "Model name"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr "Nombre"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr "Secuencia"

173
base_import_match/i18n/es_CL.po

@ -0,0 +1,173 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-23 21:53+0000\n"
"PO-Revision-Date: 2016-12-23 21:53+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Spanish (Chile) (https://www.transifex.com/oca/teams/23907/"
"es_CL/)\n"
"Language: es_CL\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "Creado por"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "Creado en"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr "Nombre mostrado"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr ""
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr "Agrupar por"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "ID (identificación)"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
msgid "Imported Value"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr "Última modificación en"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "Última actualización de"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "Última actualización en"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
msgid "Model name"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr "Nombre"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr "Secuencia"

173
base_import_match/i18n/es_CO.po

@ -0,0 +1,173 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-23 21:53+0000\n"
"PO-Revision-Date: 2016-12-23 21:53+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Spanish (Colombia) (https://www.transifex.com/oca/teams/23907/"
"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: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "Creado por"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "Creado"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr "Nombre Público"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr ""
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr "Agrupar por"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "ID"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
msgid "Imported Value"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr "Última Modificación el"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "Actualizado por"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "Actualizado"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
msgid "Model name"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr "Nombre"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr "Secuencia"

173
base_import_match/i18n/es_CR.po

@ -0,0 +1,173 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-23 21:53+0000\n"
"PO-Revision-Date: 2016-12-23 21:53+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/"
"teams/23907/es_CR/)\n"
"Language: es_CR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "Creado por"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "Creado en"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr ""
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr "Agrupar por"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "ID"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
msgid "Imported Value"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "Ultima actualización por"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "Ultima actualización en"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
msgid "Model name"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr "Nombre"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr "Secuencia"

173
base_import_match/i18n/es_DO.po

@ -0,0 +1,173 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-23 21:53+0000\n"
"PO-Revision-Date: 2016-12-23 21:53+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/oca/"
"teams/23907/es_DO/)\n"
"Language: es_DO\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "Creado por"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "Creado en"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr "Nombre mostrado"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr ""
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr "Agrupar por"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "ID"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
msgid "Imported Value"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr "Última modificación en"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "Última actualización de"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "Última actualización en"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
msgid "Model name"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr "Nombre"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr "Secuencia"

173
base_import_match/i18n/es_EC.po

@ -0,0 +1,173 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-23 21:53+0000\n"
"PO-Revision-Date: 2016-12-23 21:53+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Spanish (Ecuador) (https://www.transifex.com/oca/teams/23907/"
"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: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "Creado por"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "Creado en"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr "Nombre mostrado"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr ""
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr "Agrupar por"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "ID (identificación)"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
msgid "Imported Value"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr "Última modificación en"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "Última actualización de"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "Última actualización en"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
msgid "Model name"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr "Nombre"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr "Secuencia"

174
base_import_match/i18n/es_ES.po

@ -0,0 +1,174 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# Fernando Lara <gennesis45@gmail.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-02-16 10:39+0000\n"
"PO-Revision-Date: 2017-02-16 10:39+0000\n"
"Last-Translator: Fernando Lara <gennesis45@gmail.com>, 2017\n"
"Language-Team: Spanish (Spain) (https://www.transifex.com/oca/teams/23907/"
"es_ES/)\n"
"Language: es_ES\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: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "Creado por"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "Creado en"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr "Nombre para mostrar"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr ""
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "ID"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
msgid "Imported Value"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr "Última modificación en"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "Última actualización por"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "Última actualización en"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
msgid "Model name"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr ""

174
base_import_match/i18n/es_MX.po

@ -0,0 +1,174 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-23 21:53+0000\n"
"PO-Revision-Date: 2016-12-23 21:53+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/"
"es_MX/)\n"
"Language: es_MX\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: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "Creado por"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "Creado en"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr "Nombre desplegado"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr ""
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr "Agrupar por"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "ID"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
msgid "Imported Value"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr "Ultima modificacion realizada"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "Ultima actualizacion por"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "Ultima actualización realizada"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr "Modelo"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
#, fuzzy
msgid "Model name"
msgstr "Modelo"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr "Nombre"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr "Secuencia"

173
base_import_match/i18n/es_PE.po

@ -0,0 +1,173 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-23 21:53+0000\n"
"PO-Revision-Date: 2016-12-23 21:53+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Spanish (Peru) (https://www.transifex.com/oca/teams/23907/"
"es_PE/)\n"
"Language: es_PE\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "Creado por"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "Creado en"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr "Nombre a Mostrar"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr ""
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr "Agrupado por"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "ID"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
msgid "Imported Value"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr "Ultima Modificación en"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "Actualizado última vez por"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "Ultima Actualización"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
msgid "Model name"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr "Nombre"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr "Secuencia"

173
base_import_match/i18n/es_PY.po

@ -0,0 +1,173 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-23 21:53+0000\n"
"PO-Revision-Date: 2016-12-23 21:53+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Spanish (Paraguay) (https://www.transifex.com/oca/teams/23907/"
"es_PY/)\n"
"Language: es_PY\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "Creado por"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "Creado en"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr ""
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr "Agrupado por"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "ID"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
msgid "Imported Value"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "Ultima actualización por"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "Ultima actualización en"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
msgid "Model name"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr "Nombre"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr "Secuencia"

173
base_import_match/i18n/es_VE.po

@ -0,0 +1,173 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-23 21:53+0000\n"
"PO-Revision-Date: 2016-12-23 21:53+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Spanish (Venezuela) (https://www.transifex.com/oca/"
"teams/23907/es_VE/)\n"
"Language: es_VE\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "Creado por"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "Creado en"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr "Mostrar nombre"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr ""
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr "Agrupar por"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "ID"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
msgid "Imported Value"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr "Modificada por última vez"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "Última actualización realizada por"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "Ultima actualizacion en"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
msgid "Model name"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr "Nombre"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr "Secuencia"

172
base_import_match/i18n/et.po

@ -0,0 +1,172 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-23 21:53+0000\n"
"PO-Revision-Date: 2016-12-23 21:53+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Estonian (https://www.transifex.com/oca/teams/23907/et/)\n"
"Language: et\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: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "Loonud"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "Loodud"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr "Näidatav nimi"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr ""
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr "Rühmitamine"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "ID"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
msgid "Imported Value"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr "Viimati muudetud"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "Viimati uuendatud"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "Viimati uuendatud"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
msgid "Model name"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr "Nimi"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr "Jada"

174
base_import_match/i18n/eu.po

@ -0,0 +1,174 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# Esther Martín Menéndez <esthermartin001@gmail.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-02-22 00:48+0000\n"
"PO-Revision-Date: 2017-02-22 00:48+0000\n"
"Last-Translator: Esther Martín Menéndez <esthermartin001@gmail.com>, 2017\n"
"Language-Team: Basque (https://www.transifex.com/oca/teams/23907/eu/)\n"
"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "Nork sortua"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "Created on"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr "Izena erakutsi"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr ""
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr "Group By"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "ID"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
msgid "Imported Value"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "Last Updated by"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "Last Updated on"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr "Model"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
#, fuzzy
msgid "Model name"
msgstr "Model"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr "Izena"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr "Sekuentzia"

172
base_import_match/i18n/fa.po

@ -0,0 +1,172 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-23 21:53+0000\n"
"PO-Revision-Date: 2016-12-23 21:53+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Persian (https://www.transifex.com/oca/teams/23907/fa/)\n"
"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "ایجاد شده توسط"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "ایجاد شده در"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr "نام نمایشی"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr ""
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr "گروه‌بندی برمبنای"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "شناسه"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
msgid "Imported Value"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr "تاریخ آخرین به‌روزرسانی"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "آخرین به روز رسانی توسط"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "آخرین به روز رسانی در"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
msgid "Model name"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr "نام"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr "دنباله"

174
base_import_match/i18n/fi.po

@ -0,0 +1,174 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# Jarmo Kortetjärvi <jarmo.kortetjarvi@gmail.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-03 07:19+0000\n"
"PO-Revision-Date: 2017-05-03 07:19+0000\n"
"Last-Translator: Jarmo Kortetjärvi <jarmo.kortetjarvi@gmail.com>, 2017\n"
"Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n"
"Language: fi\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: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "Luonut"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "Luotu"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr "Nimi"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr "Kenttä"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr "Kentät"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr ""
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr "Ryhmittele"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "ID"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
msgid "Imported Value"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr "Viimeksi muokattu"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "Viimeksi päivittänyt"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "Viimeksi päivitetty"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr "Mall"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
#, fuzzy
msgid "Model name"
msgstr "Mall"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr "Nimi"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr "Järjestysluku"

174
base_import_match/i18n/fr.po

@ -0,0 +1,174 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# dglucose <eric.lemesre@gmail.com>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-23 21:53+0000\n"
"PO-Revision-Date: 2016-12-23 21:53+0000\n"
"Last-Translator: dglucose <eric.lemesre@gmail.com>, 2016\n"
"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n"
"Language: fr\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: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "Créé par"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "Créé le"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr "Nom affiché"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr "Champ"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr "Champs"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr ""
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr "Grouper par"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "ID"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
msgid "Imported Value"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr "Dernière modification le"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "Mis à jour par"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "Mis à jour le"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr "Modèle"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
#, fuzzy
msgid "Model name"
msgstr "Modèle"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr "Nom"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr "Séquence"

175
base_import_match/i18n/fr_CA.po

@ -0,0 +1,175 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# Martin Malorni <mm@microcom.ca>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-23 21:53+0000\n"
"PO-Revision-Date: 2016-12-23 21:53+0000\n"
"Last-Translator: Martin Malorni <mm@microcom.ca>, 2016\n"
"Language-Team: French (Canada) (https://www.transifex.com/oca/teams/23907/"
"fr_CA/)\n"
"Language: fr_CA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "Créé par"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "Créé le"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr "Afficher le nom"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr "Champs"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr ""
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "Identifiant"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
msgid "Imported Value"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "Dernière mise à jour par"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "Dernière mise à jour le"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr "Modèle"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
#, fuzzy
msgid "Model name"
msgstr "Modèle"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr "Nom"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr ""

174
base_import_match/i18n/fr_CH.po

@ -0,0 +1,174 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# leemannd <denis.leemann@camptocamp.com>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-23 21:53+0000\n"
"PO-Revision-Date: 2016-12-23 21:53+0000\n"
"Last-Translator: leemannd <denis.leemann@camptocamp.com>, 2016\n"
"Language-Team: French (Switzerland) (https://www.transifex.com/oca/"
"teams/23907/fr_CH/)\n"
"Language: fr_CH\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: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "Créé par"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "Créé le"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr "Nom affiché"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr ""
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "ID"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
msgid "Imported Value"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr "Dernière modification le"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "Modifié par"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "Modifié le"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
msgid "Model name"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr ""

174
base_import_match/i18n/gl.po

@ -0,0 +1,174 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# Alejandro Santana <alejandrosantana@anubia.es>, 2016
# César Castro Cruz <ulmroan@gmail.com>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-23 21:53+0000\n"
"PO-Revision-Date: 2016-12-23 21:53+0000\n"
"Last-Translator: César Castro Cruz <ulmroan@gmail.com>, 2016\n"
"Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n"
"Language: gl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr "Condicional"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "Creado por"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "Creado en"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr ""
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr "Agrupar por"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "ID"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
msgid "Imported Value"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr "Última modificación"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "ültima actualización por"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "Última actualización en"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
msgid "Model name"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr "Nome"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr "Secuencia"

173
base_import_match/i18n/gl_ES.po

@ -0,0 +1,173 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-23 21:53+0000\n"
"PO-Revision-Date: 2016-12-23 21:53+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Galician (Spain) (https://www.transifex.com/oca/teams/23907/"
"gl_ES/)\n"
"Language: gl_ES\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: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr ""
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "ID"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
msgid "Imported Value"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
msgid "Model name"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr ""

172
base_import_match/i18n/he.po

@ -0,0 +1,172 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-23 21:53+0000\n"
"PO-Revision-Date: 2016-12-23 21:53+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Hebrew (https://www.transifex.com/oca/teams/23907/he/)\n"
"Language: he\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: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "נוצר על ידי"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "נוצר ב-"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr "השם המוצג"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr ""
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr "קבץ לפי"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "מזהה"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
msgid "Imported Value"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr "תאריך שינוי אחרון"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "עודכן לאחרונה על ידי"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "עודכן לאחרונה על"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
msgid "Model name"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr "שם"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr "רצף"

180
base_import_match/i18n/hr.po

@ -0,0 +1,180 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# Goran Kliska <gkliska@gmail.com>, 2017
# OCA Transbot <transbot@odoo-community.org>, 2017
# Bole <bole@dajmi5.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-03-02 18:40+0000\n"
"PO-Revision-Date: 2018-03-02 18:40+0000\n"
"Last-Translator: Bole <bole@dajmi5.com>, 2017\n"
"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n"
"Language: hr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr "Uvjetno"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "Kreirao"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "Kreirano"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr "Naziv "
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr "Polje"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr "Naziv polja"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr "Definicja usporedbe za uvoz polja"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr "Polje koje će biti dio jedinstvenog ključa"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr "Polja"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr "Polje koje će definirati jedinstveni ključ."
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr "Grupiraj po"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "ID"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
#, fuzzy
msgid "Imported Value"
msgstr "Uvežena vrijednost"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr "Zadnje modificirano"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "Zadnji ažurirao"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "Zadnje ažuriranje"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr "Model"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
#, fuzzy
msgid "Model name"
msgstr "Model"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr "Naziv"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr "Sekvenca"
#~ msgid "base"
#~ msgstr "base"

175
base_import_match/i18n/hr_HR.po

@ -0,0 +1,175 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# Bole <bole@dajmi5.com>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-23 21:53+0000\n"
"PO-Revision-Date: 2016-12-23 21:53+0000\n"
"Last-Translator: Bole <bole@dajmi5.com>, 2016\n"
"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/"
"hr_HR/)\n"
"Language: hr_HR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "Kreirao"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "Kreirano"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr "Naziv"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr ""
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr "Prupiraj po"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "ID"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
msgid "Imported Value"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr "Zadnje modificirano"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "Zadnji ažurirao"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "Zadnje ažurirano"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
msgid "Model name"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr "Naziv"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr ""

173
base_import_match/i18n/hu.po

@ -0,0 +1,173 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-23 21:53+0000\n"
"PO-Revision-Date: 2016-12-23 21:53+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Hungarian (https://www.transifex.com/oca/teams/23907/hu/)\n"
"Language: hu\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: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "Készítette"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "Létrehozás dátuma"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr "Név megjelenítése"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr ""
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr "Csoportosítás..."
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "ID"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
msgid "Imported Value"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr "Utolsó frissítés dátuma"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "Utoljára frissítve, által"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "Utoljára frissítve "
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr "Illesztés"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr "Modell, minta"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
#, fuzzy
msgid "Model name"
msgstr "Modell, minta"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr "Név"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr "Sorszám"

172
base_import_match/i18n/id.po

@ -0,0 +1,172 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-23 21:53+0000\n"
"PO-Revision-Date: 2016-12-23 21:53+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Indonesian (https://www.transifex.com/oca/teams/23907/id/)\n"
"Language: id\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "Dibuat oleh"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "Dibuat pada"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr "Nama Tampilan"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr ""
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr "Dikelompokan berdasarkan .."
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "ID"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
msgid "Imported Value"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr "Terakhir Dimodifikasi pada"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "Diperbaharui oleh"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "Diperbaharui pada"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
msgid "Model name"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr "Nama"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr "Berurutan"

175
base_import_match/i18n/it.po

@ -0,0 +1,175 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
# Paolo Valier <paolo.valier@hotmail.it>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-01-06 02:24+0000\n"
"PO-Revision-Date: 2018-01-06 02:24+0000\n"
"Last-Translator: Paolo Valier <paolo.valier@hotmail.it>, 2017\n"
"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n"
"Language: it\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: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr "Condizionale"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "Creato da"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "Creato il"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr "Nome da visualizzare"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr "Campo"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr "Campi"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr ""
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr "Raggruppa per"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "ID"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
#, fuzzy
msgid "Imported Value"
msgstr "Valore importato"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr "Ultima modifica il"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "Last Updated by"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "Last Updated on"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr "Modello"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
#, fuzzy
msgid "Model name"
msgstr "Modello"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr "Nome"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr "Sequenza"

172
base_import_match/i18n/ja.po

@ -0,0 +1,172 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-23 21:53+0000\n"
"PO-Revision-Date: 2016-12-23 21:53+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Japanese (https://www.transifex.com/oca/teams/23907/ja/)\n"
"Language: ja\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "作成者"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "作成日"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr "表示名"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr ""
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr "グループ化"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "ID"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
msgid "Imported Value"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr "最終更新日"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "最終更新者"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "最終更新日"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
msgid "Model name"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr "名称"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr "付番"

172
base_import_match/i18n/ko.po

@ -0,0 +1,172 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-23 21:53+0000\n"
"PO-Revision-Date: 2016-12-23 21:53+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Korean (https://www.transifex.com/oca/teams/23907/ko/)\n"
"Language: ko\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "작성자"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "작성일"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr "표시 이름"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr ""
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr "그룹화"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "ID"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
msgid "Imported Value"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr "최근 수정"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "최근 갱신한 사람"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "최근 갱신 날짜"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
msgid "Model name"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr "이름"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr "순서"

173
base_import_match/i18n/lt.po

@ -0,0 +1,173 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-23 21:53+0000\n"
"PO-Revision-Date: 2016-12-23 21:53+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Lithuanian (https://www.transifex.com/oca/teams/23907/lt/)\n"
"Language: lt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n"
"%100<10 || n%100>=20) ? 1 : 2);\n"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "Sukūrė"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "Sukurta"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr "Vaizduojamas pavadinimas"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr ""
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr "Grupuoti pagal"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "ID"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
msgid "Imported Value"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr "Paskutinį kartą keista"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "Paskutinį kartą atnaujino"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "Paskutinį kartą atnaujinta"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
msgid "Model name"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr "Pavadinimas"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr "Seka"

174
base_import_match/i18n/lt_LT.po

@ -0,0 +1,174 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# Arminas Grigonis <arminas@versada.lt>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-23 21:53+0000\n"
"PO-Revision-Date: 2016-12-23 21:53+0000\n"
"Last-Translator: Arminas Grigonis <arminas@versada.lt>, 2016\n"
"Language-Team: Lithuanian (Lithuania) (https://www.transifex.com/oca/"
"teams/23907/lt_LT/)\n"
"Language: lt_LT\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n"
"%100<10 || n%100>=20) ? 1 : 2);\n"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "Sukūrė"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "Sukurta"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr ""
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "ID"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
msgid "Imported Value"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "Paskutinį kartą atnaujino"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "Paskutinį kartą atnaujinta"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
msgid "Model name"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr ""

173
base_import_match/i18n/lv.po

@ -0,0 +1,173 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-23 21:53+0000\n"
"PO-Revision-Date: 2016-12-23 21:53+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Latvian (https://www.transifex.com/oca/teams/23907/lv/)\n"
"Language: lv\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : "
"2);\n"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "Izveidoja"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "Izveidots"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr ""
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr "Grupēt pēc"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "ID"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
msgid "Imported Value"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "Pēdējo reizi atjaunoja"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "Pēdējās izmaiņas"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
msgid "Model name"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr "Nosaukums"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr "Sērija"

172
base_import_match/i18n/mk.po

@ -0,0 +1,172 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-23 21:53+0000\n"
"PO-Revision-Date: 2016-12-23 21:53+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Macedonian (https://www.transifex.com/oca/teams/23907/mk/)\n"
"Language: mk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "Креирано од"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "Креирано на"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr "Прикажи име"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr ""
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr "Групирај по"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "ID"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
msgid "Imported Value"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr "Последна промена на"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "Последно ажурирање од"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "Последно ажурирање на"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
msgid "Model name"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr "Име"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr "Секвенца"

172
base_import_match/i18n/mn.po

@ -0,0 +1,172 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-23 21:53+0000\n"
"PO-Revision-Date: 2016-12-23 21:53+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Mongolian (https://www.transifex.com/oca/teams/23907/mn/)\n"
"Language: mn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "Үүсгэгч"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "Үүсгэсэн"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr "Дэлгэцийн Нэр"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr ""
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr "Бүлэглэх"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "ID"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
msgid "Imported Value"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr "Сүүлийн засвар хийсэн огноо"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "Сүүлийн засвар хийсэн"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "Сүүлийн засвар хийсэн огноо"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
msgid "Model name"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr "Нэр"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr "Дараалал"

173
base_import_match/i18n/nb.po

@ -0,0 +1,173 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-23 21:53+0000\n"
"PO-Revision-Date: 2016-12-23 21:53+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Norwegian Bokmål (https://www.transifex.com/oca/teams/23907/"
"nb/)\n"
"Language: nb\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "Opprettet av"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "Opprettet den"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr "Visnings navn"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr ""
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr "Grupper etter"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "ID"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
msgid "Imported Value"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr "Sist oppdatert "
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "Sist oppdatert av"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "Sist oppdatert"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
msgid "Model name"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr "Navn"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr "Sekvens"

173
base_import_match/i18n/nb_NO.po

@ -0,0 +1,173 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# Imre Kristoffer Eilertsen <imreeil42@gmail.com>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-23 21:53+0000\n"
"PO-Revision-Date: 2016-12-23 21:53+0000\n"
"Last-Translator: Imre Kristoffer Eilertsen <imreeil42@gmail.com>, 2016\n"
"Language-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/oca/"
"teams/23907/nb_NO/)\n"
"Language: nb_NO\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: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "Laget av"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "Laget den"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr "Vis navn"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr ""
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr "Gruppe laget av"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "ID"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
msgid "Imported Value"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr "Sist endret den"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "Sist oppdatert av"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "Sist oppdatert den"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
msgid "Model name"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr ""

173
base_import_match/i18n/nl.po

@ -0,0 +1,173 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-23 21:53+0000\n"
"PO-Revision-Date: 2016-12-23 21:53+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/nl/)\n"
"Language: nl\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: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "Aangemaakt door"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "Aangemaakt op"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr "Te tonen naam"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr "Veld"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr ""
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr "Groepeer op"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "ID"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
msgid "Imported Value"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr "Laatst bijgewerkt op"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "Laatst bijgewerkt door"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "Laatst bijgewerkt op"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr "Match"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr "Model"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
#, fuzzy
msgid "Model name"
msgstr "Model"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr "Naam"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr "Reeks"

173
base_import_match/i18n/nl_BE.po

@ -0,0 +1,173 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-23 21:53+0000\n"
"PO-Revision-Date: 2016-12-23 21:53+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Dutch (Belgium) (https://www.transifex.com/oca/teams/23907/"
"nl_BE/)\n"
"Language: nl_BE\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "Gemaakt door"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "Gemaakt op"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr "Schermnaam"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr ""
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr "Groeperen op"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "ID"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
msgid "Imported Value"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr "Laatst Aangepast op"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "Laatst bijgewerkt door"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "Laatst bijgewerkt op"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
msgid "Model name"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr "Naam:"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr "Volgorde"

174
base_import_match/i18n/nl_NL.po

@ -0,0 +1,174 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# Peter Hageman <hageman.p@gmail.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-12-16 02:17+0000\n"
"PO-Revision-Date: 2017-12-16 02:17+0000\n"
"Last-Translator: Peter Hageman <hageman.p@gmail.com>, 2017\n"
"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/"
"teams/23907/nl_NL/)\n"
"Language: nl_NL\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: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "Aangemaakt door"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "Aangemaakt op"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr "weergavenaam"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr "Veld"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr "Velden"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr ""
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr "Groeperen op"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "ID"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
msgid "Imported Value"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr "Laatst gewijzigd op"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "Laatst bijgewerkt door"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "Laatst bijgewerkt op"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr "Model"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
#, fuzzy
msgid "Model name"
msgstr "Model"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr "Naam"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr "volgorde"

173
base_import_match/i18n/pl.po

@ -0,0 +1,173 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-23 21:53+0000\n"
"PO-Revision-Date: 2016-12-23 21:53+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Polish (https://www.transifex.com/oca/teams/23907/pl/)\n"
"Language: pl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
"|| n%100>=20) ? 1 : 2);\n"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "Utworzone przez"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "Utworzono"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr "Wyświetlana nazwa "
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr ""
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr "Pogrupuj wg"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "ID"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
msgid "Imported Value"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr "Ostatnio modyfikowano"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "Ostatnio modyfikowane przez"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "Ostatnia zmiana"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
msgid "Model name"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr "Nazwa"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr "Numeracja"

173
base_import_match/i18n/pt.po

@ -0,0 +1,173 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-23 21:53+0000\n"
"PO-Revision-Date: 2016-12-23 21:53+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/pt/)\n"
"Language: pt\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: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "Criado por"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "Criado em"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr "Nome"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr "Campos"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr ""
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr "Agrupar por"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "ID"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
msgid "Imported Value"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr "Última Modificação Em"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "Última Modificação Por"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "Última Atualização Em"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr "Modelo"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
#, fuzzy
msgid "Model name"
msgstr "Modelo"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr "Nome"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr "Sequência"

178
base_import_match/i18n/pt_BR.po

@ -0,0 +1,178 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-23 21:53+0000\n"
"PO-Revision-Date: 2019-09-03 01:23+0000\n"
"Last-Translator: Rodrigo Macedo <rmsolucoeseminformatic4@gmail.com>\n"
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/"
"23907/pt_BR/)\n"
"Language: pt_BR\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"
"X-Generator: Weblate 3.8\n"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr "Suporte"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr "Condicional"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "Criado por"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "Criado em"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr "Desduplicar as configurações antes das importações de CSV."
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr "Nome para Mostrar"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr "Ative se você desejar usar este campo apenas em algumas condições."
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr "Campo"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr "Nome do Campo"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr "Definição de concordância de importância do campo"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr "Campo que formará parte de uma chave única."
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr "Campos"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr "Campos que definiram uma chave única."
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr "Agrupado por"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "Identificação"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
"Se o valor não for importado, a regra de concordância será descartada. Tenga "
"cuidado, que dados são considerados como cadena, e a comparação é sensível a "
"todas as moléculas, por que você estabelece 'True', não concorda com '1' e "
"'true'."
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr "Coincidência de importação"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
msgid "Imported Value"
msgstr "Valor Importado"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr "Neste modelo, você aplicará a correspondência."
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr "Última atualização em"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "Última atualização por"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "Última atualização em"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr "Correspondência"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr "Modelo"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
msgid "Model name"
msgstr "Nome do Modelo"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr "Nome"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr "Sequência"

174
base_import_match/i18n/pt_PT.po

@ -0,0 +1,174 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-23 21:53+0000\n"
"PO-Revision-Date: 2016-12-23 21:53+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/"
"teams/23907/pt_PT/)\n"
"Language: pt_PT\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: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "Criado por"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "Criado em"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr "Nome a Apresentar"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr "Campos"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr ""
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "ID"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
msgid "Imported Value"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr "Última Modificação Em"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "Última Atualização Por"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "Última Atualização Em"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr "Modelo"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
#, fuzzy
msgid "Model name"
msgstr "Modelo"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr "Nome"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr ""

175
base_import_match/i18n/ro.po

@ -0,0 +1,175 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
# Daniel Schweiger <danielcccasle@gmail.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-12-01 02:10+0000\n"
"PO-Revision-Date: 2017-12-01 02:10+0000\n"
"Last-Translator: Daniel Schweiger <danielcccasle@gmail.com>, 2017\n"
"Language-Team: Romanian (https://www.transifex.com/oca/teams/23907/ro/)\n"
"Language: ro\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?"
"2:1));\n"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "Creat de"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "Creat la"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr "Nume Afişat"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr "Columna"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr ""
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr "Grupează după"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "ID"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
msgid "Imported Value"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr "Ultima actualizare în"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "Ultima actualizare făcută de"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "Ultima actualizare la"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr "Model"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
#, fuzzy
msgid "Model name"
msgstr "Model"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr "Nume"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr "Secvență"

175
base_import_match/i18n/ru.po

@ -0,0 +1,175 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-23 21:53+0000\n"
"PO-Revision-Date: 2016-12-23 21:53+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Russian (https://www.transifex.com/oca/teams/23907/ru/)\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \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: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "Создано"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "Создан"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr "Поле"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr ""
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "ID"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
msgid "Imported Value"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "Последний раз обновлено"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "Последний раз обновлено"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr "Модель"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
#, fuzzy
msgid "Model name"
msgstr "Модель"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr "Название"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr "Последовательность"

172
base_import_match/i18n/sk.po

@ -0,0 +1,172 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-23 21:53+0000\n"
"PO-Revision-Date: 2016-12-23 21:53+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Slovak (https://www.transifex.com/oca/teams/23907/sk/)\n"
"Language: sk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "Vytvoril"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "Vytvorené"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr "Zobraziť meno"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr ""
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr "Zoskupiť podľa"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "ID"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
msgid "Imported Value"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr "Posledná modifikácia"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "Naposledy upravoval"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "Naposledy upravované"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
msgid "Model name"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr "Meno"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr "Postupnosť"

179
base_import_match/i18n/sl.po

@ -0,0 +1,179 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-23 21:53+0000\n"
"PO-Revision-Date: 2016-12-23 21:53+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n"
"Language: sl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n"
"%100==4 ? 2 : 3);\n"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr "Pogojno"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "Ustvaril"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "Ustvarjeno"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr "Odstrani duplikat nastavitev pred CSV uvozi."
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr "Prikazni naziv"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr "Omogočite, če želite uporabljati to polje za nekatere pogoje."
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr "Polje"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr "Določitev ujemanja uvoženega polja"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr "Polje, ki bo del unikatnega ključa"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr "Polja"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr "Polja, ki bodo določala unikatni ključ"
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr "Združi po"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "ID"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
"Če se uvožena vrednost ne ujema s to, se opusti celotno pravilo ujemanja. "
"Pozor, ti podatki se vedno obravnavajo kot niz, primerjava pa upošteva "
"velike-male začetnice, zato pri nastavitvi na 'Pravilno' NE bo ujemanja z "
"'1' in niti s 'pravilno', ampak le NATANČNO 'Pravilno'."
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr "Ujemanje uvoza"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
#, fuzzy
msgid "Imported Value"
msgstr "Uvožena vrednost"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr "V tem modelu boste uveljavili ujemanje."
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr "Zadnjič spremenjeno"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "Zadnji posodobil"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "Zadnjič posodobljeno"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr "Ujemanje"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr "Model"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
#, fuzzy
msgid "Model name"
msgstr "Model"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr "Naziv"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr "Zaporedje"

173
base_import_match/i18n/sr.po

@ -0,0 +1,173 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-23 21:53+0000\n"
"PO-Revision-Date: 2016-12-23 21:53+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Serbian (https://www.transifex.com/oca/teams/23907/sr/)\n"
"Language: sr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "Kreiran"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr ""
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr "Grupiši po"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "ID"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
msgid "Imported Value"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
msgid "Model name"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr "Ime"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr "Niz"

174
base_import_match/i18n/sr@latin.po

@ -0,0 +1,174 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-23 21:53+0000\n"
"PO-Revision-Date: 2016-12-23 21:53+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Serbian (Latin) (https://www.transifex.com/oca/teams/23907/"
"sr@latin/)\n"
"Language: sr@latin\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "Kreirao"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "Kreiran"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr "Ime za prikaz"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr ""
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr "Grupisano po"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "ID"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
msgid "Imported Value"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr "Zadnja izmjena"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "Zadnja izmjena"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "Zadnja izmjena"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
msgid "Model name"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr "Ime:"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr "Sekvenca"

172
base_import_match/i18n/sv.po

@ -0,0 +1,172 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-23 21:53+0000\n"
"PO-Revision-Date: 2016-12-23 21:53+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Swedish (https://www.transifex.com/oca/teams/23907/sv/)\n"
"Language: sv\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: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "Skapad av"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "Skapad den"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr "Visa namn"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr ""
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr "Gruppera efter"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "ID"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
msgid "Imported Value"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr "Senast redigerad"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "Senast uppdaterad av"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "Senast uppdaterad"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
msgid "Model name"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr "Namn"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr "Nummerserie"

172
base_import_match/i18n/th.po

@ -0,0 +1,172 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-23 21:53+0000\n"
"PO-Revision-Date: 2016-12-23 21:53+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Thai (https://www.transifex.com/oca/teams/23907/th/)\n"
"Language: th\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "สร้างโดย"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "สร้างเมื่อ"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr "ชื่อที่ใช้แสดง"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr ""
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr "จัดกลุ่มโดย"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "รหัส"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
msgid "Imported Value"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr "แก้ไขครั้งสุดท้ายเมื่อ"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "อัพเดทครั้งสุดท้ายโดย"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "อัพเดทครั้งสุดท้ายเมื่อ"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
msgid "Model name"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr "ชื่อ"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr "กำหนดเลขที่เอกสาร"

181
base_import_match/i18n/tr.po

@ -0,0 +1,181 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# Ahmet Altinisik <aaltinisik@altinkaya.com.tr>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-29 03:39+0000\n"
"PO-Revision-Date: 2016-12-29 03:39+0000\n"
"Last-Translator: Ahmet Altinisik <aaltinisik@altinkaya.com.tr>, 2016\n"
"Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/tr/)\n"
"Language: tr\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: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr "Koşullı"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "Oluşturan"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "Oluşturuldu"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr "CSV içe aktarmadan önce ayarları tekilleştir"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr "Görünen İsim"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr ""
"Eğer bu alanı sadece bazı koşullarda kullanmak isterseniz etkinleştirin."
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr "Alan"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr "Alan içe aktarımında eşleştirme tanımı"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr "Bir tekil anahtarın parçası olacak alan."
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr "Alanlar"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr "tekil anahtarı tanımlayacak alan."
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr "Grupla"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "ID"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
"Eğer içeri aktarılan değer bu değil ise bütün eşleştirme kuralı dikkate "
"alınmayacak. Dikkatli olun, bu alan her zaman bir string olarak "
"değerlendirilir, ve karşılaştırma büyük küçük harf duyarlıdır. Mesela alana "
"'True' girmişseniz '1' ile ya da 'true' ile eşleşmeyecektir sadece harf harf "
"aynı olan 'True' ile eşleşir."
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr "İçe Aktarma Eşleşmesi"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
#, fuzzy
msgid "Imported Value"
msgstr "Alınan Değer"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr "Bu modelde eşleştirmeyi uygulayacaksınız."
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr "Son değişiklik"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "Son güncelleyen"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "Son güncellenme"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr "Eşleştirme"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr "Model"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
#, fuzzy
msgid "Model name"
msgstr "Model"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr "Adı"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr "Sıra"

174
base_import_match/i18n/tr_TR.po

@ -0,0 +1,174 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# Ozge Altinisik <ozge@altinkaya.com.tr>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-07 04:03+0000\n"
"PO-Revision-Date: 2017-01-07 04:03+0000\n"
"Last-Translator: Ozge Altinisik <ozge@altinkaya.com.tr>, 2017\n"
"Language-Team: Turkish (Turkey) (https://www.transifex.com/oca/teams/23907/"
"tr_TR/)\n"
"Language: tr_TR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "Oluşturan"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "Oluşturulma tarihi"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr "Görünen ad"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr ""
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr "Grupla"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "Kimlik"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
msgid "Imported Value"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr "En son güncelleme tarihi"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "En son güncelleyen "
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "En son güncelleme tarihi"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr "Tip"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
#, fuzzy
msgid "Model name"
msgstr "Tip"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr "Ad"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr "Sıra"

173
base_import_match/i18n/uk.po

@ -0,0 +1,173 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-23 21:53+0000\n"
"PO-Revision-Date: 2016-12-23 21:53+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Ukrainian (https://www.transifex.com/oca/teams/23907/uk/)\n"
"Language: uk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "Створив"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "Дата створення"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr "Назва для відображення"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr ""
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr "Групувати за"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "ID"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
msgid "Imported Value"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr "Остання модифікація"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "Востаннє оновив"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "Останнє оновлення"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
msgid "Model name"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr "Name"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr "Послідовність"

172
base_import_match/i18n/vi.po

@ -0,0 +1,172 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-23 21:53+0000\n"
"PO-Revision-Date: 2016-12-23 21:53+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Vietnamese (https://www.transifex.com/oca/teams/23907/vi/)\n"
"Language: vi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "Được tạo bởi"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "Được tạo vào"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr "Tên hiển thị"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr ""
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr "Group By"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "ID"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
msgid "Imported Value"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr "Sửa lần cuối vào"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "Last Updated by"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "Cập nhật lần cuối vào"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
msgid "Model name"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr "Tên"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr "Trình tự"

173
base_import_match/i18n/vi_VN.po

@ -0,0 +1,173 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-23 21:53+0000\n"
"PO-Revision-Date: 2016-12-23 21:53+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Vietnamese (Viet Nam) (https://www.transifex.com/oca/"
"teams/23907/vi_VN/)\n"
"Language: vi_VN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "Tạo bởi"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "Tạo vào"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr ""
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "ID"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
msgid "Imported Value"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "Cập nhật lần cuối bởi"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "Cập nhật lần cuối vào"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
msgid "Model name"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr "Tên"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr ""

175
base_import_match/i18n/zh_CN.po

@ -0,0 +1,175 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# Jeffery Chen Fan <jeffery9@gmail.com>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-23 21:53+0000\n"
"PO-Revision-Date: 2016-12-23 21:53+0000\n"
"Last-Translator: Jeffery Chen Fan <jeffery9@gmail.com>, 2016\n"
"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/"
"zh_CN/)\n"
"Language: zh_CN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "创建者"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "创建时间"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr "显示名称"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr ""
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr "分组"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "ID"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
msgid "Imported Value"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr "最后修改时间"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "最后更新者"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "上次更新日期"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr "模型"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
#, fuzzy
msgid "Model name"
msgstr "模型"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr "名称"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr "序号"

173
base_import_match/i18n/zh_TW.po

@ -0,0 +1,173 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_import_match
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-23 21:53+0000\n"
"PO-Revision-Date: 2016-12-23 21:53+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Chinese (Taiwan) (https://www.transifex.com/oca/teams/23907/"
"zh_TW/)\n"
"Language: zh_TW\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base
msgid "Base"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__conditional
msgid "Conditional"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_uid
msgid "Created by"
msgstr "建立者"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__create_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__create_date
msgid "Created on"
msgstr "建立於"
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match
msgid "Deduplicate settings prior to CSV imports."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__display_name
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__display_name
msgid "Display Name"
msgstr "顯示名稱"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__conditional
msgid "Enable if you want to use this field only in some conditions."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__field_id
msgid "Field"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__name
msgid "Field Name"
msgstr ""
#. module: base_import_match
#: model:ir.model,name:base_import_match.model_base_import_match_field
msgid "Field import match definition"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__field_id
msgid "Field that will be part of an unique key."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__field_ids
msgid "Fields"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__field_ids
msgid "Fields that will define an unique key."
msgstr ""
#. module: base_import_match
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Group By"
msgstr "分組方式"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__id
msgid "ID"
msgstr "編號"
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__imported_value
msgid ""
"If the imported value is not this, the whole matching rule will be "
"discarded. Be careful, this data is always treated as a string, and "
"comparison is case-sensitive so if you set 'True', it will NOT match '1' nor "
"'true', only EXACTLY 'True'."
msgstr ""
#. module: base_import_match
#: model:ir.actions.act_window,name:base_import_match.match_action
#: model:ir.ui.menu,name:base_import_match.match_menu
#: model_terms:ir.ui.view,arch_db:base_import_match.match_form_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
#: model_terms:ir.ui.view,arch_db:base_import_match.match_tree_view
msgid "Import Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__imported_value
msgid "Imported Value"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,help:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,help:base_import_match.field_base_import_match_field__model_id
msgid "In this model you will apply the match."
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match____last_update
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field____last_update
msgid "Last Modified on"
msgstr "最後修改:"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_uid
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_uid
msgid "Last Updated by"
msgstr "最後更新:"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__write_date
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__write_date
msgid "Last Updated on"
msgstr "最後更新於"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__match_id
msgid "Match"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_id
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match_field__model_id
#: model_terms:ir.ui.view,arch_db:base_import_match.match_search_view
msgid "Model"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__model_name
msgid "Model name"
msgstr ""
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__name
msgid "Name"
msgstr "名稱"
#. module: base_import_match
#: model:ir.model.fields,field_description:base_import_match.field_base_import_match__sequence
msgid "Sequence"
msgstr "序列"

6
base_import_match/models/__init__.py

@ -0,0 +1,6 @@
# Copyright 2016 Grupo ESOC Ingeniería de Servicios, S.L.U. - Jairo Llopis
# Copyright 2016 Tecnativa - Vicent Cubells
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from . import base
from . import base_import

56
base_import_match/models/base.py

@ -0,0 +1,56 @@
# Copyright 2017 Jairo Llopis <jairo.llopis@tecnativa.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from odoo import api, models
class Base(models.AbstractModel):
_inherit = "base"
@api.model
def load(self, fields, data):
"""Try to identify rows by other pseudo-unique keys.
It searches for rows that have no XMLID specified, and gives them
one if any :attr:`~.field_ids` combination is found. With a valid
XMLID in place, Odoo will understand that it must *update* the
record instead of *creating* a new one.
"""
# We only need to patch this call if there are usable rules for it
if self.env["base_import.match"]._usable_rules(self._name, fields):
newdata = list()
# Data conversion to ORM format
import_fields = list(map(models.fix_import_export_id_paths, fields))
converted_data = self._convert_records(
self._extract_records(import_fields, data)
)
# Mock Odoo to believe the user is importing the ID field
if "id" not in fields:
fields.append("id")
import_fields.append(["id"])
# Needed to match with converted data field names
clean_fields = [f[0] for f in import_fields]
for dbid, xmlid, record, info in converted_data:
row = dict(zip(clean_fields, data[info["record"]]))
match = self
if xmlid:
# Skip rows with ID, they do not need all this
row["id"] = xmlid
newdata.append(tuple(row[f] for f in clean_fields))
continue
elif dbid:
# Find the xmlid for this dbid
match = self.browse(dbid)
else:
# Store records that match a combination
match = self.env["base_import.match"]._match_find(self, record, row)
# Give a valid XMLID to this row if a match was found
# To generate externals IDS.
match.export_data(fields)
ext_id = match.get_external_id()
row["id"] = ext_id[match.id] if match else row.get("id", u"")
# Store the modified row, in the same order as fields
newdata.append(tuple(row[f] for f in clean_fields))
# We will import the patched data to get updates on matches
data = newdata
# Normal method handles the rest of the job
return super(Base, self).load(fields, data)

177
base_import_match/models/base_import.py

@ -0,0 +1,177 @@
# Copyright 2016 Grupo ESOC Ingeniería de Servicios, S.L.U. - Jairo Llopis
# Copyright 2016 Tecnativa - Vicent Cubells
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
import logging
from odoo import api, fields, models, tools
_logger = logging.getLogger(__name__)
class BaseImportMatch(models.Model):
_name = "base_import.match"
_description = "Deduplicate settings prior to CSV imports."
_order = "sequence, name"
name = fields.Char(compute="_compute_name", store=True, index=True)
sequence = fields.Integer(index=True)
model_id = fields.Many2one(
"ir.model",
"Model",
required=True,
ondelete="cascade",
domain=[("transient", "=", False)],
help="In this model you will apply the match.",
)
model_name = fields.Char(
string="Model name", related="model_id.model", store=True, index=True
)
field_ids = fields.One2many(
comodel_name="base_import.match.field",
inverse_name="match_id",
string="Fields",
required=True,
help="Fields that will define an unique key.",
)
@api.onchange("model_id")
def _onchange_model_id(self):
self.field_ids = False
@api.depends("model_id", "field_ids")
def _compute_name(self):
"""Automatic self-descriptive name for the setting records."""
for one in self:
one.name = u"{}: {}".format(
one.model_id.display_name,
" + ".join(one.field_ids.mapped("display_name")),
)
@api.model
def _match_find(self, model, converted_row, imported_row):
"""Find a update target for the given row.
This will traverse by order all match rules that can be used with the
imported data, and return a match for the first rule that returns a
single result.
:param odoo.models.Model model:
Model object that is being imported.
:param dict converted_row:
Row converted to Odoo api format, like the 3rd value that
:meth:`odoo.models.Model._convert_records` returns.
:param dict imported_row:
Row as it is being imported, in format::
{
"field_name": "string value",
"other_field": "True",
...
}
:return odoo.models.Model:
Return a dataset with one single match if it was found, or an
empty dataset if none or multiple matches were found.
"""
# Get usable rules to perform matches
usable = self._usable_rules(model._name, converted_row)
# Traverse usable combinations
for combination in usable:
combination_valid = True
domain = list()
for field in combination.field_ids:
# Check imported value if it is a conditional field
if field.conditional:
# Invalid combinations are skipped
if imported_row[field.name] != field.imported_value:
combination_valid = False
break
domain.append((field.name, "=", converted_row[field.name]))
if not combination_valid:
continue
match = model.search(domain)
# When a single match is found, stop searching
if len(match) == 1:
return match
elif match:
_logger.warning(
"Found multiple matches for model %s and domain %s; "
"falling back to default behavior (create new record)",
model._name,
domain,
)
# Return an empty match if none or multiple was found
return model
@api.model
@tools.ormcache("model_name", "frozenset(fields)")
def _usable_rules(self, model_name, fields):
"""Return a set of elements usable for calling ``load()``.
:param str model_name:
Technical name of the model where you are loading data.
E.g. ``res.partner``.
:param list(str|bool) fields:
List of field names being imported.
:return bool:
Indicates if we should patch its load method.
"""
result = self
available = self.search([("model_name", "=", model_name)])
# Use only criteria with all required fields to match
for record in available:
if all(f.name in fields for f in record.field_ids):
result |= record
return result
class BaseImportMatchField(models.Model):
_name = "base_import.match.field"
_description = "Field import match definition"
name = fields.Char(related="field_id.name")
field_id = fields.Many2one(
comodel_name="ir.model.fields",
string="Field",
required=True,
ondelete="cascade",
domain="[('model_id', '=', model_id)]",
help="Field that will be part of an unique key.",
)
match_id = fields.Many2one(
comodel_name="base_import.match",
string="Match",
ondelete="cascade",
required=True,
)
model_id = fields.Many2one(related="match_id.model_id")
conditional = fields.Boolean(
help="Enable if you want to use this field only in some conditions."
)
imported_value = fields.Char(
help="If the imported value is not this, the whole matching rule will "
"be discarded. Be careful, this data is always treated as a "
"string, and comparison is case-sensitive so if you set 'True', "
"it will NOT match '1' nor 'true', only EXACTLY 'True'."
)
@api.depends("conditional", "field_id", "imported_value")
def name_get(self):
result = []
for one in self:
pattern = u"{name} ({cond})" if one.conditional else u"{name}"
name = pattern.format(
name=one.field_id.name,
cond=one.imported_value,
)
result.append((one.id, name))
return result
@api.onchange("field_id", "match_id", "conditional", "imported_value")
def _onchange_match_id_name(self):
"""Update match name."""
self.mapped("match_id")._compute_name()

16
base_import_match/readme/CONFIGURE.rst

@ -0,0 +1,16 @@
To configure this module, you need to:
#. Go to *Settings > Technical > Database Structure > Import Match*.
#. *Create*.
#. Choose a *Model*.
#. Choose the *Fields* that conform a unique key in that model.
#. If the rule must be used only for certain imported values, check
*Conditional* and enter the **exact string** that is going to be imported
in *Imported value*.
#. Keep in mind that the match here is evaluated as a case sensitive
**text string** always. If you enter e.g. ``True``, it will match that
string, but will not match ``1`` or ``true``.
#. *Save*.
In that list view, you can sort rules by drag and drop.

4
base_import_match/readme/CONTRIBUTORS.rst

@ -0,0 +1,4 @@
* `Tecnativa <https://www.tecnativa.com>`_:
* Jairo Llopis
* Vicent Cubells
* Ernesto Tejeda

46
base_import_match/readme/DESCRIPTION.rst

@ -0,0 +1,46 @@
By default, when importing data (like CSV import) with the ``base_import``
module, Odoo follows this rule:
- If you import the XMLID of a record, make an **update**.
- If you do not, **create** a new record.
This module allows you to set additional rules to match if a given import is an
update or a new record.
This is useful when you need to sync heterogeneous databases, and the field you
use to match records in those databases with Odoo's is not the XMLID but the
name, VAT, email, etc.
After installing this module, the import logic will be changed to:
- If you import the XMLID of a record, make an **update**.
- If you do not:
- If there are import match rules for the model you are importing:
- Discard the rules that require fields you are not importing.
- Traverse the remaining rules one by one in order to find a match in the database.
- Skip the rule if it requires a special condition that is not
satisfied.
- If one match is found:
- Stop traversing the rest of valid rules.
- **Update** that record.
- If zero or multiple matches are found:
- Continue with the next rule.
- If all rules are exhausted and no single match is found:
- **Create** a new record.
- If there are no match rules for your model:
- **Create** a new record.
By default 2 rules are installed for production instances:
- One rule that will allow you to update companies based on their VAT, when
``is_company`` is ``True``.
- One rule that will allow you to update users based on their login.
In demo instances there are more examples.

2
base_import_match/readme/ROADMAP.rst

@ -0,0 +1,2 @@
* Add a setting to throw an error when multiple matches are found, instead of
falling back to creation of new record.

5
base_import_match/readme/USAGE.rst

@ -0,0 +1,5 @@
To use this module, you need to:
#. Follow steps in **Configuration** section above.
#. Go to any list view.
#. Press *Import* and follow the import procedure as usual.

5
base_import_match/security/ir.model.access.csv

@ -0,0 +1,5 @@
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
access_base_import_match,Access base_import.match,model_base_import_match,base.group_user,1,0,0,0
access_base_import_match_field,Access base_import.match.field,model_base_import_match_field,base.group_user,1,0,0,0
write_base_import_match,Write base_import.match,model_base_import_match,base.group_system,1,1,1,1
write_base_import_match_field,Write base_import.match.field,model_base_import_match_field,base.group_system,1,1,1,1

BIN
base_import_match/static/description/icon.png

After

Width: 128  |  Height: 128  |  Size: 9.2 KiB

511
base_import_match/static/description/index.html

@ -0,0 +1,511 @@
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="Docutils 0.15.1: http://docutils.sourceforge.net/" />
<title>Base Import Match</title>
<style type="text/css">
/*
:Author: David Goodger (goodger@python.org)
:Id: $Id: html4css1.css 7952 2016-07-26 18:15:59Z milde $
:Copyright: This stylesheet has been placed in the public domain.
Default cascading style sheet for the HTML output of Docutils.
See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
customize this style sheet.
*/
/* used to remove borders from tables and images */
.borderless, table.borderless td, table.borderless th {
border: 0 }
table.borderless td, table.borderless th {
/* Override padding for "table.docutils td" with "! important".
The right padding separates the table cells. */
padding: 0 0.5em 0 0 ! important }
.first {
/* Override more specific margin styles with "! important". */
margin-top: 0 ! important }
.last, .with-subtitle {
margin-bottom: 0 ! important }
.hidden {
display: none }
.subscript {
vertical-align: sub;
font-size: smaller }
.superscript {
vertical-align: super;
font-size: smaller }
a.toc-backref {
text-decoration: none ;
color: black }
blockquote.epigraph {
margin: 2em 5em ; }
dl.docutils dd {
margin-bottom: 0.5em }
object[type="image/svg+xml"], object[type="application/x-shockwave-flash"] {
overflow: hidden;
}
/* Uncomment (and remove this text!) to get bold-faced definition list terms
dl.docutils dt {
font-weight: bold }
*/
div.abstract {
margin: 2em 5em }
div.abstract p.topic-title {
font-weight: bold ;
text-align: center }
div.admonition, div.attention, div.caution, div.danger, div.error,
div.hint, div.important, div.note, div.tip, div.warning {
margin: 2em ;
border: medium outset ;
padding: 1em }
div.admonition p.admonition-title, div.hint p.admonition-title,
div.important p.admonition-title, div.note p.admonition-title,
div.tip p.admonition-title {
font-weight: bold ;
font-family: sans-serif }
div.attention p.admonition-title, div.caution p.admonition-title,
div.danger p.admonition-title, div.error p.admonition-title,
div.warning p.admonition-title, .code .error {
color: red ;
font-weight: bold ;
font-family: sans-serif }
/* Uncomment (and remove this text!) to get reduced vertical space in
compound paragraphs.
div.compound .compound-first, div.compound .compound-middle {
margin-bottom: 0.5em }
div.compound .compound-last, div.compound .compound-middle {
margin-top: 0.5em }
*/
div.dedication {
margin: 2em 5em ;
text-align: center ;
font-style: italic }
div.dedication p.topic-title {
font-weight: bold ;
font-style: normal }
div.figure {
margin-left: 2em ;
margin-right: 2em }
div.footer, div.header {
clear: both;
font-size: smaller }
div.line-block {
display: block ;
margin-top: 1em ;
margin-bottom: 1em }
div.line-block div.line-block {
margin-top: 0 ;
margin-bottom: 0 ;
margin-left: 1.5em }
div.sidebar {
margin: 0 0 0.5em 1em ;
border: medium outset ;
padding: 1em ;
background-color: #ffffee ;
width: 40% ;
float: right ;
clear: right }
div.sidebar p.rubric {
font-family: sans-serif ;
font-size: medium }
div.system-messages {
margin: 5em }
div.system-messages h1 {
color: red }
div.system-message {
border: medium outset ;
padding: 1em }
div.system-message p.system-message-title {
color: red ;
font-weight: bold }
div.topic {
margin: 2em }
h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
margin-top: 0.4em }
h1.title {
text-align: center }
h2.subtitle {
text-align: center }
hr.docutils {
width: 75% }
img.align-left, .figure.align-left, object.align-left, table.align-left {
clear: left ;
float: left ;
margin-right: 1em }
img.align-right, .figure.align-right, object.align-right, table.align-right {
clear: right ;
float: right ;
margin-left: 1em }
img.align-center, .figure.align-center, object.align-center {
display: block;
margin-left: auto;
margin-right: auto;
}
table.align-center {
margin-left: auto;
margin-right: auto;
}
.align-left {
text-align: left }
.align-center {
clear: both ;
text-align: center }
.align-right {
text-align: right }
/* reset inner alignment in figures */
div.align-right {
text-align: inherit }
/* div.align-center * { */
/* text-align: left } */
.align-top {
vertical-align: top }
.align-middle {
vertical-align: middle }
.align-bottom {
vertical-align: bottom }
ol.simple, ul.simple {
margin-bottom: 1em }
ol.arabic {
list-style: decimal }
ol.loweralpha {
list-style: lower-alpha }
ol.upperalpha {
list-style: upper-alpha }
ol.lowerroman {
list-style: lower-roman }
ol.upperroman {
list-style: upper-roman }
p.attribution {
text-align: right ;
margin-left: 50% }
p.caption {
font-style: italic }
p.credits {
font-style: italic ;
font-size: smaller }
p.label {
white-space: nowrap }
p.rubric {
font-weight: bold ;
font-size: larger ;
color: maroon ;
text-align: center }
p.sidebar-title {
font-family: sans-serif ;
font-weight: bold ;
font-size: larger }
p.sidebar-subtitle {
font-family: sans-serif ;
font-weight: bold }
p.topic-title {
font-weight: bold }
pre.address {
margin-bottom: 0 ;
margin-top: 0 ;
font: inherit }
pre.literal-block, pre.doctest-block, pre.math, pre.code {
margin-left: 2em ;
margin-right: 2em }
pre.code .ln { color: grey; } /* line numbers */
pre.code, code { background-color: #eeeeee }
pre.code .comment, code .comment { color: #5C6576 }
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
pre.code .literal.string, code .literal.string { color: #0C5404 }
pre.code .name.builtin, code .name.builtin { color: #352B84 }
pre.code .deleted, code .deleted { background-color: #DEB0A1}
pre.code .inserted, code .inserted { background-color: #A3D289}
span.classifier {
font-family: sans-serif ;
font-style: oblique }
span.classifier-delimiter {
font-family: sans-serif ;
font-weight: bold }
span.interpreted {
font-family: sans-serif }
span.option {
white-space: nowrap }
span.pre {
white-space: pre }
span.problematic {
color: red }
span.section-subtitle {
/* font-size relative to parent (h1..h6 element) */
font-size: 80% }
table.citation {
border-left: solid 1px gray;
margin-left: 1px }
table.docinfo {
margin: 2em 4em }
table.docutils {
margin-top: 0.5em ;
margin-bottom: 0.5em }
table.footnote {
border-left: solid 1px black;
margin-left: 1px }
table.docutils td, table.docutils th,
table.docinfo td, table.docinfo th {
padding-left: 0.5em ;
padding-right: 0.5em ;
vertical-align: top }
table.docutils th.field-name, table.docinfo th.docinfo-name {
font-weight: bold ;
text-align: left ;
white-space: nowrap ;
padding-left: 0 }
/* "booktabs" style (no vertical lines) */
table.docutils.booktabs {
border: 0px;
border-top: 2px solid;
border-bottom: 2px solid;
border-collapse: collapse;
}
table.docutils.booktabs * {
border: 0px;
}
table.docutils.booktabs th {
border-bottom: thin solid;
text-align: left;
}
h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
font-size: 100% }
ul.auto-toc {
list-style-type: none }
</style>
</head>
<body>
<div class="document" id="base-import-match">
<h1 class="title">Base Import Match</h1>
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/server-backend/tree/13.0/base_import_match"><img alt="OCA/server-backend" src="https://img.shields.io/badge/github-OCA%2Fserver--backend-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/server-backend-13-0/server-backend-13-0-base_import_match"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/253/13.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p>
<p>By default, when importing data (like CSV import) with the <tt class="docutils literal">base_import</tt>
module, Odoo follows this rule:</p>
<ul class="simple">
<li>If you import the XMLID of a record, make an <strong>update</strong>.</li>
<li>If you do not, <strong>create</strong> a new record.</li>
</ul>
<p>This module allows you to set additional rules to match if a given import is an
update or a new record.</p>
<p>This is useful when you need to sync heterogeneous databases, and the field you
use to match records in those databases with Odoo’s is not the XMLID but the
name, VAT, email, etc.</p>
<p>After installing this module, the import logic will be changed to:</p>
<ul class="simple">
<li>If you import the XMLID of a record, make an <strong>update</strong>.</li>
<li>If you do not:<ul>
<li>If there are import match rules for the model you are importing:<ul>
<li>Discard the rules that require fields you are not importing.</li>
<li>Traverse the remaining rules one by one in order to find a match in the database.<ul>
<li>Skip the rule if it requires a special condition that is not
satisfied.</li>
<li>If one match is found:<ul>
<li>Stop traversing the rest of valid rules.</li>
<li><strong>Update</strong> that record.</li>
</ul>
</li>
<li>If zero or multiple matches are found:<ul>
<li>Continue with the next rule.</li>
</ul>
</li>
<li>If all rules are exhausted and no single match is found:<ul>
<li><strong>Create</strong> a new record.</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li>If there are no match rules for your model:<ul>
<li><strong>Create</strong> a new record.</li>
</ul>
</li>
</ul>
</li>
</ul>
<p>By default 2 rules are installed for production instances:</p>
<ul class="simple">
<li>One rule that will allow you to update companies based on their VAT, when
<tt class="docutils literal">is_company</tt> is <tt class="docutils literal">True</tt>.</li>
<li>One rule that will allow you to update users based on their login.</li>
</ul>
<p>In demo instances there are more examples.</p>
<p><strong>Table of contents</strong></p>
<div class="contents local topic" id="contents">
<ul class="simple">
<li><a class="reference internal" href="#configuration" id="id1">Configuration</a></li>
<li><a class="reference internal" href="#usage" id="id2">Usage</a></li>
<li><a class="reference internal" href="#known-issues-roadmap" id="id3">Known issues / Roadmap</a></li>
<li><a class="reference internal" href="#bug-tracker" id="id4">Bug Tracker</a></li>
<li><a class="reference internal" href="#credits" id="id5">Credits</a><ul>
<li><a class="reference internal" href="#authors" id="id6">Authors</a></li>
<li><a class="reference internal" href="#contributors" id="id7">Contributors</a></li>
<li><a class="reference internal" href="#maintainers" id="id8">Maintainers</a></li>
</ul>
</li>
</ul>
</div>
<div class="section" id="configuration">
<h1><a class="toc-backref" href="#id1">Configuration</a></h1>
<p>To configure this module, you need to:</p>
<ol class="arabic simple">
<li>Go to <em>Settings &gt; Technical &gt; Database Structure &gt; Import Match</em>.</li>
<li><em>Create</em>.</li>
<li>Choose a <em>Model</em>.</li>
<li>Choose the <em>Fields</em> that conform a unique key in that model.</li>
<li>If the rule must be used only for certain imported values, check
<em>Conditional</em> and enter the <strong>exact string</strong> that is going to be imported
in <em>Imported value</em>.<ol class="arabic">
<li>Keep in mind that the match here is evaluated as a case sensitive
<strong>text string</strong> always. If you enter e.g. <tt class="docutils literal">True</tt>, it will match that
string, but will not match <tt class="docutils literal">1</tt> or <tt class="docutils literal">true</tt>.</li>
</ol>
</li>
<li><em>Save</em>.</li>
</ol>
<p>In that list view, you can sort rules by drag and drop.</p>
</div>
<div class="section" id="usage">
<h1><a class="toc-backref" href="#id2">Usage</a></h1>
<p>To use this module, you need to:</p>
<ol class="arabic simple">
<li>Follow steps in <strong>Configuration</strong> section above.</li>
<li>Go to any list view.</li>
<li>Press <em>Import</em> and follow the import procedure as usual.</li>
</ol>
</div>
<div class="section" id="known-issues-roadmap">
<h1><a class="toc-backref" href="#id3">Known issues / Roadmap</a></h1>
<ul class="simple">
<li>Add a setting to throw an error when multiple matches are found, instead of
falling back to creation of new record.</li>
</ul>
</div>
<div class="section" id="bug-tracker">
<h1><a class="toc-backref" href="#id4">Bug Tracker</a></h1>
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/server-backend/issues">GitHub Issues</a>.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
<a class="reference external" href="https://github.com/OCA/server-backend/issues/new?body=module:%20base_import_match%0Aversion:%2013.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<p>Do not contact contributors directly about support or help with technical issues.</p>
</div>
<div class="section" id="credits">
<h1><a class="toc-backref" href="#id5">Credits</a></h1>
<div class="section" id="authors">
<h2><a class="toc-backref" href="#id6">Authors</a></h2>
<ul class="simple">
<li>Tecnativa</li>
</ul>
</div>
<div class="section" id="contributors">
<h2><a class="toc-backref" href="#id7">Contributors</a></h2>
<ul class="simple">
<li><a class="reference external" href="https://www.tecnativa.com">Tecnativa</a>:
* Jairo Llopis
* Vicent Cubells
* Ernesto Tejeda</li>
</ul>
</div>
<div class="section" id="maintainers">
<h2><a class="toc-backref" href="#id8">Maintainers</a></h2>
<p>This module is maintained by the OCA.</p>
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.</p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/server-backend/tree/13.0/base_import_match">OCA/server-backend</a> project on GitHub.</p>
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
</div>
</div>
</div>
</body>
</html>

5
base_import_match/tests/__init__.py

@ -0,0 +1,5 @@
# Copyright 2016 Grupo ESOC Ingeniería de Servicios, S.L.U. - Jairo Llopis
# Copyright 2016 Tecnativa - Vicent Cubells
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from . import test_import

2
base_import_match/tests/import_data/res_partner_dbid.csv

@ -0,0 +1,2 @@
.id,vat,name
10,BE099999999,Deco Addict External DBID Changed

2
base_import_match/tests/import_data/res_partner_email.csv

@ -0,0 +1,2 @@
email,name
floyd.steward34@example.com,Floyd Steward Changed

2
base_import_match/tests/import_data/res_partner_external_id.csv

@ -0,0 +1,2 @@
id,vat,name
base.res_partner_2,BE077777777,Deco Addict External ID Changed

2
base_import_match/tests/import_data/res_partner_invalid_combination_vat.csv

@ -0,0 +1,2 @@
name,vat,is_company
Deco Addict Changed,BE0477472701,False

2
base_import_match/tests/import_data/res_partner_name.csv

@ -0,0 +1,2 @@
function,name
Function Changed,Floyd Steward

2
base_import_match/tests/import_data/res_partner_parent_name_is_company.csv

@ -0,0 +1,2 @@
name,is_company,parent_id/id,email
Floyd Steward,False,base.res_partner_2,floyd.steward34.changed@example.com

2
base_import_match/tests/import_data/res_partner_vat.csv

@ -0,0 +1,2 @@
name,vat,is_company
Deco Addict Changed,BE0477472701,True

2
base_import_match/tests/import_data/res_users_login.csv

@ -0,0 +1,2 @@
login,name
demo,Demo User Changed

107
base_import_match/tests/test_import.py

@ -0,0 +1,107 @@
# Copyright 2016 Grupo ESOC Ingeniería de Servicios, S.L.U. - Jairo Llopis
# Copyright 2016 Tecnativa - Vicent Cubells
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from os import path
from odoo.tests.common import TransactionCase
PATH = path.join(path.dirname(__file__), "import_data", "%s.csv")
OPTIONS = {
"headers": True,
"quoting": '"',
"separator": ",",
}
class ImportCase(TransactionCase):
def _base_import_record(self, res_model, file_name):
"""Create and return a ``base_import.import`` record."""
with open(PATH % file_name) as demo_file:
return self.env["base_import.import"].create(
{
"res_model": res_model,
"file": demo_file.read(),
"file_name": "%s.csv" % file_name,
"file_type": "csv",
}
)
def test_res_partner_external_id(self):
"""Change name based on External ID."""
deco_addict = self.env.ref("base.res_partner_2")
record = self._base_import_record("res.partner", "res_partner_external_id")
record.do(["id", "vat", "name"], [], OPTIONS)
deco_addict.env.cache.invalidate()
self.assertEqual(deco_addict.name, "Deco Addict External ID Changed")
def test_res_partner_dbid(self):
"""Change name based on DB ID."""
deco_addict = self.env.ref("base.res_partner_2")
record = self._base_import_record("res.partner", "res_partner_dbid")
record.do([".id", "vat", "name"], [], OPTIONS)
deco_addict.env.cache.invalidate()
self.assertEqual(deco_addict.name, "Deco Addict External DBID Changed")
def test_res_partner_vat(self):
"""Change name based on VAT."""
deco_addict = self.env.ref("base.res_partner_2")
deco_addict.vat = "BE0477472701"
record = self._base_import_record("res.partner", "res_partner_vat")
record.do(["name", "vat", "is_company"], [], OPTIONS)
deco_addict.env.cache.invalidate()
self.assertEqual(deco_addict.name, "Deco Addict Changed")
def test_res_partner_invalid_combination_vat(self):
"""Change name based on VAT."""
deco_addict = self.env.ref("base.res_partner_2")
deco_addict.vat = "BE0477472701"
record = self._base_import_record(
"res.partner", "res_partner_invalid_combination_vat"
)
record.do(["name", "vat", "is_company"], [], OPTIONS)
deco_addict.env.cache.invalidate()
self.assertEqual(deco_addict.name, deco_addict.name)
def test_res_partner_parent_name_is_company(self):
"""Change email based on parent_id, name and is_company."""
record = self._base_import_record(
"res.partner", "res_partner_parent_name_is_company"
)
record.do(["name", "is_company", "parent_id/id", "email"], [], OPTIONS)
self.assertEqual(
self.env.ref("base.res_partner_address_4").email,
"floyd.steward34.changed@example.com",
)
def test_res_partner_email(self):
"""Change name based on email."""
record = self._base_import_record("res.partner", "res_partner_email")
record.do(["email", "name"], [], OPTIONS)
self.assertEqual(
self.env.ref("base.res_partner_address_4").name, "Floyd Steward Changed"
)
def test_res_partner_name(self):
"""Change function based on name."""
record = self._base_import_record("res.partner", "res_partner_name")
record.do(["function", "name"], [], OPTIONS)
self.assertEqual(
self.env.ref("base.res_partner_address_4").function, "Function Changed"
)
def test_res_partner_name_duplicated(self):
"""Change function based on name."""
record = self._base_import_record("res.partner", "res_partner_name")
partner_1 = self.env.ref("base.res_partner_address_4")
partner_2 = self.env.ref("base.res_partner_2")
function = partner_1.function
partner_2.name = partner_1.name
record.do(["function", "name"], [], OPTIONS)
self.assertEqual(self.env.ref("base.res_partner_address_4").function, function)
def test_res_users_login(self):
"""Change name based on login."""
record = self._base_import_record("res.users", "res_users_login")
record.do(["login", "name"], [], OPTIONS)
self.assertEqual(self.env.ref("base.user_demo").name, "Demo User Changed")

81
base_import_match/views/base_import_match_view.xml

@ -0,0 +1,81 @@
<?xml version="1.0" encoding="utf-8" ?>
<!-- Copyright 2016 Grupo ESOC Ingeniería de Servicios, S.L.U. - Jairo Llopis
Copyright 2016 Tecnativa - Vicent Cubells
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). -->
<odoo>
<record id="match_form_view" model="ir.ui.view">
<field name="name">Import match form view</field>
<field name="model">base_import.match</field>
<field name="arch" type="xml">
<form string="Import Match">
<sheet>
<h1>
<field name="name" />
</h1>
<group>
<field name="model_id" />
<field name="field_ids">
<tree editable="bottom">
<field name="field_id" options="{'no_create': True}" />
<field
name="match_id"
invisible="True"
required="False"
/>
<field name="model_id" invisible="True" />
<field name="conditional" />
<field
name="imported_value"
attrs="{
'readonly': [
('conditional', '=', False),
],
}"
/>
</tree>
</field>
<field name="sequence" />
</group>
</sheet>
</form>
</field>
</record>
<record id="match_tree_view" model="ir.ui.view">
<field name="name">Import match tree view</field>
<field name="model">base_import.match</field>
<field name="arch" type="xml">
<tree string="Import Match">
<field name="name" />
<field name="sequence" invisible="True" />
</tree>
</field>
</record>
<record id="match_search_view" model="ir.ui.view">
<field name="name">Import match search view</field>
<field name="model">base_import.match</field>
<field name="arch" type="xml">
<search string="Import Match">
<field name="name" />
<field name="model_id" />
<field name="field_ids" />
<separator />
<group expand="0" string="Group By">
<filter
string="Model"
context="{'group_by': 'model_id'}"
name="model"
/>
</group>
</search>
</field>
</record>
<record id="match_action" model="ir.actions.act_window">
<field name="type">ir.actions.act_window</field>
<field name="name">Import Match</field>
<field name="res_model">base_import.match</field>
<field name="view_mode">tree,form</field>
</record>
<menuitem id="match_menu" action="match_action" parent="base.next_id_9" />
</odoo>

1
setup/base_import_match/odoo/addons/base_import_match

@ -0,0 +1 @@
../../../../base_import_match

6
setup/base_import_match/setup.py

@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)
Loading…
Cancel
Save