OCA Transbot updated translations from Transifex

This commit is contained in:
OCA Transbot
2017-02-25 03:28:02 -05:00
parent dd7c6e6520
commit d56e6fc037
10 changed files with 296 additions and 23 deletions

View File

@@ -0,0 +1,24 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_move_line_product
#
# Translators:
# 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-18 08:37+0000\n"
"PO-Revision-Date: 2017-02-18 08:37+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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_move_line_product
#: model:ir.ui.view,arch_db:account_move_line_product.view_account_move_line_filter
msgid "Product"
msgstr "Produktua"

128
stock_available/i18n/eu.po Normal file
View File

@@ -0,0 +1,128 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * stock_available
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: stock-logistics-warehouse (9.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-02-18 08:37+0000\n"
"PO-Revision-Date: 2017-02-23 07:50+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
"Language-Team: Basque (http://www.transifex.com/oca/OCA-stock-logistics-warehouse-9-0/language/eu/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: stock_available
#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view
#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form
msgid "<span class=\"o_stat_text\">Available</span>"
msgstr ""
#. module: stock_available
#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view
#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form
msgid "<span class=\"o_stat_text\">Potential</span>"
msgstr ""
#. module: stock_available
#: model:ir.ui.view,arch_db:stock_available.view_stock_available_kanban
msgid "Available to Promise:"
msgstr ""
#. module: stock_available
#: model:ir.model.fields,field_description:stock_available.field_product_product_immediately_usable_qty
#: model:ir.model.fields,field_description:stock_available.field_product_template_immediately_usable_qty
msgid "Available to promise"
msgstr ""
#. module: stock_available
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_stock_available_mrp_based_on
msgid ""
"Choose the field of the product which will be used to compute potential.\n"
"If empty, Quantity On Hand is used.\n"
"Only the quantity fields have meaning for computing stock"
msgstr ""
#. module: stock_available
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_module_stock_available_immediately
msgid "Exclude incoming goods"
msgstr ""
#. module: stock_available
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_module_stock_available_mrp
msgid "Include the production potential"
msgstr ""
#. module: stock_available
#: model:ir.model.fields,field_description:stock_available.field_product_product_potential_qty
#: model:ir.model.fields,field_description:stock_available.field_product_template_potential_qty
msgid "Potential"
msgstr ""
#. module: stock_available
#: model:ir.model,name:stock_available.model_product_product
msgid "Product"
msgstr "Produktua"
#. module: stock_available
#: model:ir.model,name:stock_available.model_product_template
msgid "Product Template"
msgstr ""
#. module: stock_available
#: model:ir.model.fields,help:stock_available.field_product_product_potential_qty
msgid ""
"Quantity of this Product that could be produced using the materials already "
"at hand."
msgstr ""
#. module: stock_available
#: model:ir.model.fields,help:stock_available.field_product_template_potential_qty
msgid ""
"Quantity of this Product that could be produced using the materials already "
"at hand. If the product has several variants, this will be the biggest "
"quantity that can be made for a any single variant."
msgstr ""
#. module: stock_available
#: model:ir.ui.view,arch_db:stock_available.view_stock_configuration
msgid "Stock available to promise"
msgstr ""
#. module: stock_available
#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty
#: model:ir.model.fields,help:stock_available.field_product_template_immediately_usable_qty
msgid ""
"Stock for this Product that can be safely proposed for sale to Customers.\n"
"The definition of this value can be configured to suit your needs"
msgstr ""
#. module: stock_available
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_module_stock_available_mrp
msgid ""
"This will add the quantities of goods that can be immediately manufactured, to the quantities available to promise.\n"
"This installs the module stock_available_mrp.\n"
"If the module mrp is not installed, this will install it too"
msgstr ""
#. module: stock_available
#: model:ir.model.fields,help:stock_available.field_stock_config_settings_module_stock_available_immediately
msgid ""
"This will subtract incoming quantities from the quantities available to promise.\n"
"This installs the module stock_available_immediately."
msgstr ""
#. module: stock_available
#: model:ir.model.fields,field_description:stock_available.field_stock_config_settings_stock_available_mrp_based_on
msgid "based on"
msgstr ""
#. module: stock_available
#: model:ir.model,name:stock_available.model_stock_config_settings
msgid "stock.config.settings"
msgstr ""

View File

@@ -0,0 +1,28 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * stock_available_immediately
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: stock-logistics-warehouse (9.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-02-18 08:37+0000\n"
"PO-Revision-Date: 2017-02-23 07:50+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
"Language-Team: Basque (http://www.transifex.com/oca/OCA-stock-logistics-warehouse-9-0/language/eu/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: stock_available_immediately
#: model:ir.model,name:stock_available_immediately.model_product_product
msgid "Product"
msgstr "Produktua"
#. module: stock_available_immediately
#: model:ir.model,name:stock_available_immediately.model_product_template
msgid "Product Template"
msgstr ""

View File

@@ -0,0 +1,38 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * stock_available_mrp
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: stock-logistics-warehouse (9.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-02-18 08:37+0000\n"
"PO-Revision-Date: 2016-04-27 11:10+0000\n"
"Last-Translator: <>\n"
"Language-Team: Basque (http://www.transifex.com/oca/OCA-stock-logistics-warehouse-9-0/language/eu/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: stock_available_mrp
#: model:ir.model.fields,field_description:stock_available_mrp.field_product_product_component_ids
msgid "Component ids"
msgstr ""
#. module: stock_available_mrp
#: model:ir.model,name:stock_available_mrp.model_product_product
msgid "Product"
msgstr "Produktua"
#. module: stock_available_mrp
#: model:ir.model,name:stock_available_mrp.model_product_template
msgid "Product Template"
msgstr ""
#. module: stock_available_mrp
#: model:product.uom,name:stock_available_mrp.thousand
msgid "Thousand"
msgstr ""

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: stock-logistics-warehouse (9.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-11-21 18:42+0000\n"
"POT-Creation-Date: 2017-02-18 08:38+0000\n"
"PO-Revision-Date: 2016-10-22 16:43+0000\n"
"Last-Translator: <>\n"
"Language-Team: Basque (http://www.transifex.com/oca/OCA-stock-logistics-warehouse-9-0/language/eu/)\n"
@@ -170,7 +170,7 @@ msgstr ""
#. module: stock_orderpoint_generator
#: model:ir.model.fields,field_description:stock_orderpoint_generator.field_stock_warehouse_orderpoint_template_product_id
msgid "Product"
msgstr ""
msgstr "Produktua"
#. module: stock_orderpoint_generator
#: model:ir.model.fields,field_description:stock_orderpoint_generator.field_stock_warehouse_orderpoint_template_product_uom

View File

@@ -4,13 +4,14 @@
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
# 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-01-21 02:12+0000\n"
"PO-Revision-Date: 2017-01-21 02:12+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"POT-Creation-Date: 2017-02-18 08:38+0000\n"
"PO-Revision-Date: 2017-02-18 08:38+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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -129,7 +130,7 @@ msgstr ""
#. module: stock_orderpoint_manual_procurement
#: model:ir.model.fields,field_description:stock_orderpoint_manual_procurement.field_make_procurement_orderpoint_item_product_id
msgid "Product"
msgstr ""
msgstr "Produktua"
#. module: stock_orderpoint_manual_procurement
#: model:ir.model.fields,field_description:stock_orderpoint_manual_procurement.field_make_procurement_orderpoint_item_qty

View File

@@ -0,0 +1,50 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * stock_partner_lot
#
# Translators:
# 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-18 08:38+0000\n"
"PO-Revision-Date: 2017-02-18 08:38+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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: stock_partner_lot
#: model:ir.ui.view,arch_db:stock_partner_lot.view_res_partner_lots_filter
msgid "Lot name"
msgstr ""
#. module: stock_partner_lot
#: model:ir.model.fields,field_description:stock_partner_lot.field_res_partner_quant_count
#: model:ir.ui.view,arch_db:stock_partner_lot.view_res_partner_lots
msgid "Owned Products"
msgstr ""
#. module: stock_partner_lot
#: model:ir.model.fields,field_description:stock_partner_lot.field_res_partner_quant_ids
msgid "Owned products"
msgstr ""
#. module: stock_partner_lot
#: model:ir.model,name:stock_partner_lot.model_res_partner
msgid "Partner"
msgstr "Kidea"
#. module: stock_partner_lot
#: model:ir.ui.view,arch_db:stock_partner_lot.view_res_partner_lots_filter
msgid "Product"
msgstr "Produktua"
#. module: stock_partner_lot
#: model:ir.actions.act_window,name:stock_partner_lot.owned_quants
msgid "Stock"
msgstr ""

View File

@@ -4,13 +4,14 @@
#
# 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: 2016-11-21 18:42+0000\n"
"PO-Revision-Date: 2016-11-21 18:42+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"POT-Creation-Date: 2017-02-18 08:38+0000\n"
"PO-Revision-Date: 2017-02-18 08:38+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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -76,7 +77,7 @@ msgstr ""
#. module: stock_putaway_product
#: model:ir.model,name:stock_putaway_product.model_product_product
msgid "Product"
msgstr ""
msgstr "Produktua"
#. module: stock_putaway_product
#: model:ir.model,name:stock_putaway_product.model_product_template

View File

@@ -4,17 +4,14 @@
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# David Dufresne <david.dufresne@savoirfairelinux.com>, 2016
# Jonathan Nemry (ACSONE) <jonathan.nemry@acsone.eu>, 2016
# Christophe CHAUVET <christophe.chauvet@gmail.com>, 2016
# Sébastien LANGE (SYLEAM) <sebastien.lange@syleam.fr>, 2016
# Hosni Hadj Taher <hajhasni@hotmail.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-24 04:10+0000\n"
"PO-Revision-Date: 2016-12-24 04:10+0000\n"
"Last-Translator: Sébastien LANGE (SYLEAM) <sebastien.lange@syleam.fr>, 2016\n"
"POT-Creation-Date: 2017-02-18 08:38+0000\n"
"PO-Revision-Date: 2017-02-18 08:38+0000\n"
"Last-Translator: Hosni Hadj Taher <hajhasni@hotmail.com>, 2017\n"
"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -111,9 +108,9 @@ msgid "Package"
msgstr ""
#. module: stock_quant_manual_assign
#: model:ir.model.fields,field_description:stock_quant_manual_assign.field_assign_manual_quants_lines_qty_4452
#: model:ir.model.fields,field_description:stock_quant_manual_assign.field_assign_manual_quants_lines_qty_4459
msgid "QTY"
msgstr ""
msgstr "QTE"
#. module: stock_quant_manual_assign
#: model:ir.model.fields,field_description:stock_quant_manual_assign.field_assign_manual_quants_lines_quant

View File

@@ -4,13 +4,14 @@
#
# 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: 2016-11-21 18:42+0000\n"
"PO-Revision-Date: 2016-11-21 18:42+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"POT-Creation-Date: 2017-02-18 08:38+0000\n"
"PO-Revision-Date: 2017-02-18 08:38+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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -322,7 +323,7 @@ msgstr ""
#: model:ir.model.fields,field_description:stock_reserve.field_stock_reservation_product_id
#: model:ir.ui.view,arch_db:stock_reserve.view_stock_reservation_search
msgid "Product"
msgstr ""
msgstr "Produktua"
#. module: stock_reserve
#: model:ir.model,name:stock_reserve.model_product_template
@@ -571,6 +572,11 @@ msgstr ""
msgid "Transfer Reference"
msgstr ""
#. module: stock_reserve
#: model:ir.model.fields,field_description:stock_reserve.field_stock_reservation_picking_type_code
msgid "Type of Operation"
msgstr ""
#. module: stock_reserve
#: model:ir.model.fields,field_description:stock_reserve.field_stock_reservation_price_unit
msgid "Unit Price"