7989 lines
286 KiB
Plaintext
7989 lines
286 KiB
Plaintext
# Translation of Odoo Server.
|
|
# This file contains the translation of the following modules:
|
|
# * stock
|
|
#
|
|
# Translators:
|
|
# Ricardo Martins <ricardo.nbs.martins@gmail.com>, 2016
|
|
# Martin Trigaux, 2016
|
|
# Manuela Silva <manuela.silva@sky.com>, 2016
|
|
# Manuela Silva <inactive+h_manuela_rodsilva@transifex.com>, 2016
|
|
# José Gomes <jg@opencloud.pro>, 2016
|
|
# Daniel C Santos <dcs@thinkopensolutions.pt>, 2016
|
|
# Vitor Fernandes <vmlf01@gmail.com>, 2016
|
|
# Joao Vieira <joao.f.vieira@gmail.com>, 2016
|
|
# Daniel Reis, 2016
|
|
# Nuno Silva <nuno.silva@arxi.pt>, 2018
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: Odoo Server 10.0\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2017-06-23 13:26+0000\n"
|
|
"PO-Revision-Date: 2017-06-23 13:26+0000\n"
|
|
"Last-Translator: Nuno Silva <nuno.silva@arxi.pt>, 2018\n"
|
|
"Language-Team: Portuguese (https://www.transifex.com/odoo/teams/41243/pt/)\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: \n"
|
|
"Language: pt\n"
|
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_move.py:230
|
|
#, python-format
|
|
msgid ""
|
|
"\n"
|
|
"\n"
|
|
"%s --> Product UoM is %s (%s) - Move UoM is %s (%s)"
|
|
msgstr ""
|
|
"\n"
|
|
"\n"
|
|
"%s --> U.M. do Produto é %s (%s) - U.M. do Movimento é %s (%s)"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_move.py:231
|
|
#, python-format
|
|
msgid ""
|
|
"\n"
|
|
"\n"
|
|
"Blocking: %s"
|
|
msgstr ""
|
|
"\n"
|
|
"\n"
|
|
"Bloqueio: %s"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_config_settings_module_stock_dropshipping
|
|
msgid ""
|
|
"\n"
|
|
"Creates the dropship route and add more complex tests\n"
|
|
"-This installs the module stock_dropshipping."
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_move.py:217
|
|
#, python-format
|
|
msgid " (%s reserved)"
|
|
msgstr " (%s reservado)"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_move.py:220
|
|
#, python-format
|
|
msgid " (reserved)"
|
|
msgstr " (reservado)"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_pack_operation_state
|
|
#: model:ir.model.fields,help:stock.field_stock_picking_state
|
|
msgid ""
|
|
" * Draft: not confirmed yet and will not be scheduled until confirmed\n"
|
|
" * Waiting Another Operation: waiting for another move to proceed before it becomes automatically available (e.g. in Make-To-Order flows)\n"
|
|
" * Waiting Availability: still waiting for the availability of products\n"
|
|
" * Partially Available: some products are available and reserved\n"
|
|
" * Ready to Transfer: products reserved, simply waiting for confirmation.\n"
|
|
" * Transferred: has been processed, can't be modified or cancelled anymore\n"
|
|
" * Cancelled: has been cancelled, can't be confirmed anymore"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_move_picking_form
|
|
msgid "#Products"
|
|
msgstr "# Produtos"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_warehouse.py:449
|
|
#, python-format
|
|
msgid "%s: Supply Product from %s"
|
|
msgstr "%s: Fornecer o Produto para %s"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/res_company.py:24
|
|
#, python-format
|
|
msgid "%s: Transit Location"
|
|
msgstr "%s: Localização de Trânsito"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_move_state
|
|
msgid ""
|
|
"* New: When the stock move is created and not yet confirmed.\n"
|
|
"* Waiting Another Move: This state can be seen when a move is waiting for another one, for example in a chained flow.\n"
|
|
"* Waiting Availability: This state is reached when the procurement resolution is not straight forward. It may need the scheduler to run, a component to be manufactured...\n"
|
|
"* Available: When products are reserved, it is set to 'Available'.\n"
|
|
"* Done: When the shipment is processed, the state is 'Done'."
|
|
msgstr ""
|
|
"* Novo: Quando o movimento de stock foi criado mas ainda não foi confirmado.\n"
|
|
"* Aguardando Outro Movimento: Este estado pode ser visto quando um movimento está à espera de outro, por exemplo num fluxo encadeado.\n"
|
|
"* Aguardando Disponibilidade: Este estado é atingido quando a resolução de aquisição não é linear. Pode precisar que o planeador seja executado, que um componente seja fabricado...\n"
|
|
"* Disponível: Quando os produtos são reservados, é marcado como 'Disponível'.\n"
|
|
"* Feito: Quando a remessa é processada, o estado é 'Feito'."
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_location_usage
|
|
msgid ""
|
|
"* Vendor Location: Virtual location representing the source location for products coming from your vendors\n"
|
|
"* View: Virtual location used to create a hierarchical structures for your warehouse, aggregating its child locations ; can't directly contain products\n"
|
|
"* Internal Location: Physical locations inside your own warehouses,\n"
|
|
"* Customer Location: Virtual location representing the destination location for products sent to your customers\n"
|
|
"* Inventory Loss: Virtual location serving as counterpart for inventory operations used to correct stock levels (Physical inventories)\n"
|
|
"* Procurement: Virtual location serving as temporary counterpart for procurement operations when the source (vendor or production) is not known yet. This location should be empty when the procurement scheduler has finished running.\n"
|
|
"* Production: Virtual counterpart location for production operations: this location consumes the raw material and produces finished products\n"
|
|
"* Transit Location: Counterpart location that should be used in inter-companies or inter-warehouses operations"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ", if accounting or purchase is installed"
|
|
msgstr ", se a contabilidade ou compras estiverem instaladas"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "- The Odoo Team"
|
|
msgstr "- A Equipa Odoo"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"<span class=\"label label-default text-center "
|
|
"odoo_purple\">'Available'</span>"
|
|
msgstr ""
|
|
"<span class=\"label label-default text-center "
|
|
"odoo_purple\">'Disponível'</span>"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"<span class=\"label label-default text-center odoo_purple\">Click on <span "
|
|
"class=\"fa fa-truck\"/> Delivery</span>"
|
|
msgstr ""
|
|
"<span class=\"label label-default text-center odoo_purple\">Clique em <span "
|
|
"class=\"fa fa-truck\"/> Distribuição</span>"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"<span class=\"label label-default text-center odoo_purple\">Click on <span "
|
|
"class=\"fa fa-truck\"/> Shipment</span>"
|
|
msgstr ""
|
|
"<span class=\"label label-default text-center odoo_purple\">Clique em <span "
|
|
"class=\"fa fa-truck\"/> Remessa</span>"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"<span class=\"label label-default text-center odoo_purple\">Confirm "
|
|
"Order</span>"
|
|
msgstr ""
|
|
"<span class=\"label label-default text-center odoo_purple\">Confirme "
|
|
"Encomenda</span>"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"<span class=\"label label-default text-center odoo_purple\">Confirm "
|
|
"Sale</span>"
|
|
msgstr ""
|
|
"<span class=\"label label-default text-center odoo_purple\">Confirme "
|
|
"Venda</span>"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"<span class=\"label label-default text-center odoo_purple\">Find Incoming "
|
|
"Shipments</span>"
|
|
msgstr ""
|
|
"<span class=\"label label-default text-center odoo_purple\">Encontre "
|
|
"Remessas de Entrada</span>"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"<span class=\"label label-default text-center odoo_purple\">Process the "
|
|
"products</span>"
|
|
msgstr ""
|
|
"<span class=\"label label-default text-center odoo_purple\">Processar os "
|
|
"produtos</span>"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"<span class=\"label label-default text-center odoo_purple\">Validate the "
|
|
"Delivery</span>"
|
|
msgstr ""
|
|
"<span class=\"label label-default text-center odoo_purple\">Validar a "
|
|
"Entrega</span>"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"<span class=\"label label-default text-center odoo_purple\">Validate the "
|
|
"Receipt Order</span>"
|
|
msgstr ""
|
|
"<span class=\"label label-default text-center odoo_purple\">Validar a Ordem "
|
|
"de Entrada</span>"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.product_form_view_procurement_button
|
|
#: model:ir.ui.view,arch_db:stock.product_template_form_view_procurement_button
|
|
msgid "<span class=\"o_stat_text\">Forecasted</span>"
|
|
msgstr "<span class=\"o_stat_text\">Previsto</span>"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.product_form_view_procurement_button
|
|
msgid ""
|
|
"<span class=\"o_stat_text\">Min :</span>\n"
|
|
" <span class=\"o_stat_text\">Max:</span>"
|
|
msgstr ""
|
|
"<span class=\"o_stat_text\">Mín :</span>\n"
|
|
" <span class=\"o_stat_text\">Máx:</span>"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.product_template_form_view_procurement_button
|
|
msgid ""
|
|
"<span class=\"o_stat_text\">Min:</span>\n"
|
|
" <span class=\"o_stat_text\">Max:</span>"
|
|
msgstr ""
|
|
"<span class=\"o_stat_text\">Mín:</span>\n"
|
|
" <span class=\"o_stat_text\">Máx:</span>"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"<span class=\"panel-title\">\n"
|
|
" <span class=\"fa\" data-icon=\"\"/>\n"
|
|
" <strong>Import a file</strong><br/>\n"
|
|
" <span class=\"small\">Recommended if >100 products</span>\n"
|
|
" </span>"
|
|
msgstr ""
|
|
"<span class=\"panel-title\">\n"
|
|
" <span class=\"fa\" data-icon=\"\"/>\n"
|
|
" <strong>Importe um ficheiro</strong><br/>\n"
|
|
" <span class=\"small\">Recomendado se >100 produtos</span>\n"
|
|
" </span>"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"<span class=\"panel-title\">\n"
|
|
" <span class=\"fa\" data-icon=\"\"/>\n"
|
|
" <strong>Import</strong><br/>\n"
|
|
" <span class=\"small\">> 50 vendors</span>\n"
|
|
" </span>"
|
|
msgstr ""
|
|
"<span class=\"panel-title\">\n"
|
|
" <span class=\"fa\" data-icon=\"\"/>\n"
|
|
" <strong>Importar</strong><br/>\n"
|
|
" <span class=\"small\">> 50 vendedores</span>\n"
|
|
" </span>"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"<span class=\"panel-title\">\n"
|
|
" <span class=\"fa\" data-icon=\"\"/>\n"
|
|
" <strong> Create manually</strong><br/>\n"
|
|
" <span class=\"small\">< 50 vendors</span>\n"
|
|
" </span>"
|
|
msgstr ""
|
|
"<span class=\"panel-title\">\n"
|
|
" <span class=\"fa\" data-icon=\"\"/>\n"
|
|
" <strong> Criar manualmente</strong><br/>\n"
|
|
" <span class=\"small\">< 50 vendedorers</span>\n"
|
|
" </span>"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"<span class=\"panel-title\">\n"
|
|
" <span class=\"fa\" data-icon=\"\"/>\n"
|
|
" <strong> Create manually</strong><br/>\n"
|
|
" <span class=\"small\">Recommended if <100 products</span>\n"
|
|
" </span>"
|
|
msgstr ""
|
|
"<span class=\"panel-title\">\n"
|
|
" <span class=\"fa\" data-icon=\"\"/>\n"
|
|
" <strong> Crie manualmente</strong><br/>\n"
|
|
" <span class=\"small\">Recomendado se <100 produtos</span>\n"
|
|
" </span>"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"<span class=\"panel-title\">\n"
|
|
" <strong>From the Inventory application</strong>\n"
|
|
" </span>"
|
|
msgstr ""
|
|
"<span class=\"panel-title\">\n"
|
|
" <strong>Através da aplicação de Inventário</strong>\n"
|
|
" </span>"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"<span class=\"panel-title\">\n"
|
|
" <strong>From the Purchase application</strong>\n"
|
|
" </span>"
|
|
msgstr ""
|
|
"<span class=\"panel-title\">\n"
|
|
" <strong>Através da aplicação de Compras</strong>\n"
|
|
" </span>"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"<span class=\"panel-title\">\n"
|
|
" <strong>From the Sales application</strong>\n"
|
|
" </span>"
|
|
msgstr ""
|
|
"<span class=\"panel-title\">\n"
|
|
" <strong>Através da aplicação de Vendas</strong>\n"
|
|
" </span>"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.report_delivery_document
|
|
msgid "<span class=\"pull-left\">Lot/Serial Number</span>"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.report_delivery_document
|
|
#: model:ir.ui.view,arch_db:stock.report_picking
|
|
msgid "<span><strong>Customer Address:</strong></span>"
|
|
msgstr "<span><strong>Morada do cliente:</strong></span>"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.report_picking
|
|
msgid "<span><strong>Delivery Address:</strong></span>"
|
|
msgstr "<span><strong>Morada de entrega:</strong></span>"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.report_picking
|
|
msgid "<span><strong>Vendor Address:</strong></span>"
|
|
msgstr "<span><strong>Morada do fornecedor:</strong></span>"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.report_picking
|
|
msgid "<span><strong>Warehouse Address:</strong></span>"
|
|
msgstr "<span><strong>Morada do armazém:</strong></span>"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.stock_picking_type_kanban
|
|
msgid "<span>New</span>"
|
|
msgstr "<span>Nova</span>"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.stock_picking_type_kanban
|
|
msgid "<span>View</span>"
|
|
msgstr "<span>Ver</span>"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"<span>You need to install the Accounting or Purchases app to manage "
|
|
"vendors.</span>"
|
|
msgstr ""
|
|
"<span>Tem de instalar a contabilidade ou compras para gerir "
|
|
"fornecedores</span>"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"<span>You need to install the Purchases Management app for this flow.</span>"
|
|
msgstr "<span>Tem de instalar as compras para este fluxo.</span>"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"<span>You need to install the Sales Management app for this flow.</span>"
|
|
msgstr "<span>Tem de instalar as vendas para este fluxo.</span>"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "<strong>Activate <i>Track lots or serial numbers</i></strong> in your"
|
|
msgstr "<strong>Activar<i>Gerir lotes ou números de série</i></strong> no seu"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"<strong>Automated flows</strong>: from sale to delivery, and purchase to "
|
|
"reception"
|
|
msgstr ""
|
|
"<strong>Fluxos Automáticos</strong>: da venda à entrega, e compras à "
|
|
"recepcção."
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "<strong>Automated replenishment rules</strong>"
|
|
msgstr "<strong>Regras de Aprovisionamento Automáticas</strong>"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"<strong>Available products</strong> are currently available for use in "
|
|
"filling a new order for purposes such as production or distribution. This "
|
|
"quantity does not include items already allocated to other orders or items "
|
|
"that are in transit from a supplier"
|
|
msgstr ""
|
|
"<strong>Os produtos disponíveis</strong> estão disponíveis de momento para "
|
|
"usar numa nova ordem de produção ou distribuição. Esta quantidade não inclui"
|
|
" itens já alocados a outras ordens ou itens que estão em trânsito vindos de "
|
|
"um fornecedor"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.report_picking
|
|
msgid "<strong>Barcode</strong>"
|
|
msgstr "<strong>Código de Barras</strong>"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"<strong>Buy:</strong> the product is bought from a vendor through a Purchase"
|
|
" Order"
|
|
msgstr ""
|
|
"<strong>Comprar:</strong> o produto é comprado a um fornecedor através de "
|
|
"uma Nota de Encomenda"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.report_picking
|
|
msgid "<strong>Commitment Date</strong>"
|
|
msgstr "<strong>Data do Compromisso</strong>"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"<strong>Consumable products</strong> are always assumed to be in sufficient "
|
|
"quantity in your stock, therefore their available quantities are not tracked"
|
|
msgstr ""
|
|
"<strong>Produtos consumíveis</strong> estão supostamente sempre em quantia "
|
|
"suficiente no seu stock, portanto as suas quantias disponíveis não são "
|
|
"monitorizadas"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.report_delivery_document
|
|
#: model:ir.ui.view,arch_db:stock.report_inventory
|
|
msgid "<strong>Date</strong>"
|
|
msgstr "<strong>Data</strong>"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.report_delivery_document
|
|
msgid "<strong>Delivered Quantity</strong>"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.report_picking
|
|
msgid "<strong>Destination</strong>"
|
|
msgstr "<strong>Destino</strong>"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "<strong>Enjoy your Inventory management with Odoo!</strong>"
|
|
msgstr "<strong>Desfrute da sua gestão de Inventários com o Odoo!</strong>"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "<strong>Import data</strong>"
|
|
msgstr "<strong>Importar Dados</strong>"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.report_inventory
|
|
msgid "<strong>Inventory</strong>"
|
|
msgstr "<strong>Armazém</strong>"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.report_inventory
|
|
msgid "<strong>Location</strong>"
|
|
msgstr "<strong>Localização</strong>"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.report_picking
|
|
msgid "<strong>Lot/Serial Number</strong>"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"<strong>Make to Order:</strong> the product is acquired only as demand "
|
|
"requires, each time a Sales Order is confirmed. This does not modify stock "
|
|
"in the medium term because you restock with the exact amount that was "
|
|
"ordered"
|
|
msgstr ""
|
|
"<strong>Make to Order:</strong> o produto só é adquirido de acordo com a "
|
|
"procura, sempre que uma Ordem de Venda for confirmada. Isto não modifica o "
|
|
"stock a médio prazo pois efetua o reabastecimento com a quantidade exata que"
|
|
" foi encomendada"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"<strong>Make to Stock:</strong> your customers are supplied from available "
|
|
"stock. If the quantities in stock are too low to fulfill the order, a "
|
|
"Purchase Order is generated according the minimum stock rules in order to "
|
|
"get the products required"
|
|
msgstr ""
|
|
"<strong>Make to Stock:</strong> os seus clientes são fornecidos a partir do "
|
|
"stock disponível. Se as quantidades em stock forem demasiado baixas para "
|
|
"preencher a encomenda, é gerada uma Nota de Encomenda de acordo com as "
|
|
"regras de mínimos de stock de modo a adquirir os produtos necessários"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"<strong>Manufacture:</strong> the product is manufactured internally or the "
|
|
"service is supplied from internal resources"
|
|
msgstr ""
|
|
"<strong>Fabrico:</strong> o produto é fabricado manufaturado ou o serviço é "
|
|
"fornecido dos recursos internos"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"<strong>No address defined on the supplier partner:</strong> you have to "
|
|
"complete an address for the default supplier for the product concerned."
|
|
msgstr ""
|
|
"<strong>Sem endereço definido no parceiro fornecedor:</strong> tem que "
|
|
"inserir um endereço para o fornecedor por defeito do produto referido."
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"<strong>No bill of materials defined for production:</strong> you need to "
|
|
"create a BoM or indicate that the product can be purchased instead."
|
|
msgstr ""
|
|
"<strong>Sem lista de materiais definida para produção:</strong> precisa de "
|
|
"criar uma lista de materiais ou então indicar que o produto pode ser "
|
|
"comprado."
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"<strong>No quantity available in stock:</strong> you have to create a "
|
|
"reordering rule and put it in the order, or manually procure it."
|
|
msgstr ""
|
|
"<strong>Sem quantidade disponível em stock:</strong> precisa de criar uma "
|
|
"regra para re-encomendas e inseri-la na ordem, ou providenciar manualmente."
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"<strong>No supplier available for a purchase:</strong> you have to define a "
|
|
"supplier in the Procurements tab of the product form."
|
|
msgstr ""
|
|
"<strong>Sem fornecedores disponíveis para uma compra:</strong> tem que "
|
|
"definir um fornecedor no separador de Aquisições no formulário do produto."
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"<strong>On Hand products</strong> are physically located in the warehouse "
|
|
"location at the current time. This includes items that are already allocated"
|
|
" to fulfilling production needs or sales orders"
|
|
msgstr ""
|
|
"<strong>Produtos disponíveis</strong> estão fisicamente localizados na "
|
|
"localização do armazém presentemente. Isto inclui itens que já estão "
|
|
"atribuídos a necessidades de produção ou ordens de venda."
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.report_delivery_document
|
|
#: model:ir.ui.view,arch_db:stock.report_picking
|
|
msgid "<strong>Order (Origin)</strong>"
|
|
msgstr "<strong>Ordem (Origem)</strong>"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.report_delivery_document
|
|
msgid "<strong>Ordered Quantity</strong>"
|
|
msgstr "<strong>Quantidade Encomendada</strong>"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.report_inventory
|
|
msgid "<strong>Package</strong>"
|
|
msgstr "<strong>Pacote</strong>"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.report_delivery_document
|
|
#: model:ir.ui.view,arch_db:stock.report_inventory
|
|
#: model:ir.ui.view,arch_db:stock.report_picking
|
|
msgid "<strong>Product</strong>"
|
|
msgstr "<strong>Produto</strong>"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.report_inventory
|
|
msgid "<strong>Production Lot</strong>"
|
|
msgstr "<strong>Lote de Produção</strong>"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.report_inventory
|
|
#: model:ir.ui.view,arch_db:stock.report_picking
|
|
msgid "<strong>Quantity</strong>"
|
|
msgstr "<strong>Quantidade</strong>"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.report_picking
|
|
msgid "<strong>Scheduled Date</strong>"
|
|
msgstr "<strong>Data Agendada</strong>"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"<strong>Service products</strong> are non-material products provided by a "
|
|
"company or an individual"
|
|
msgstr ""
|
|
"<strong>Produtos serviço</strong> são produtos não-materiais prestados por "
|
|
"uma empresa ou um indivíduo"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.report_picking
|
|
msgid "<strong>Source</strong>"
|
|
msgstr "<strong>Origem</strong>"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.report_picking
|
|
msgid "<strong>State</strong>"
|
|
msgstr "<strong>Estado</strong>"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"<strong>Stockable products</strong> are subject to the full inventory "
|
|
"management system: minimum stock rules, automatic procurement, etc."
|
|
msgstr ""
|
|
"<strong>Produtos armazenáveis</strong> estão sujeitos a todo o sistema de "
|
|
"gestão de inventário: regras de stock mínimo, aquisição automática, etc."
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.report_inventory
|
|
msgid "<strong>Total Quantity</strong>"
|
|
msgstr "<strong>Quantidade Total</strong>"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "<strong>Warehouse Locations</strong>"
|
|
msgstr "<strong>Localizações do Armazém</strong>"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"<strong>When you process an incoming shipment, internal transfer or "
|
|
"delivery</strong>, assign a lot number or different lot numbers or serial "
|
|
"numbers to a product by clicking on the <span class=\"fa fa-list\"/> icon"
|
|
msgstr ""
|
|
"<strong>Quando processa uma remessa de entrada, transferência interna ou "
|
|
"entrega</strong>, atribua um número de lote, números de lote diferentes ou "
|
|
"números de série a um produto clicando no ícone <span class=\"fa fa-list\"/>"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_inventory.py:102
|
|
#, python-format
|
|
msgid "A Pack"
|
|
msgstr "Um Pacote"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "A classic purchase flow looks like the following:"
|
|
msgstr "Um fluxo de compra clássico tem o seguinte aspeto:"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "A classic sales flow looks like the following:"
|
|
msgstr "Um fluxo de venda clássico tem o seguinte aspeto:"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"A good inventory management aims to optimize stock levels: not too low (or\n"
|
|
" you may find yourself out of stock) and not too high (your products occupy\n"
|
|
" space and may lose value)."
|
|
msgstr ""
|
|
"Uma boa gestão de inventário visa a otimizar níveis de stock: nem muito baixos (ou\n"
|
|
"\t\t\tpode ficar sem stock) nem muito altos (os seus produtos ocupam espaço\n"
|
|
"\t\t\te podem perder valor)."
|
|
|
|
#. module: stock
|
|
#: model:res.groups,name:stock.group_warning_stock
|
|
msgid "A warning can be set on a partner (Stock)"
|
|
msgstr "Pode aplicar um aviso a um parceiro (Stock)"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "API Documentation"
|
|
msgstr "Documentação API"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "Accurate visibility on all your operations"
|
|
msgstr "Visibilidade rigorosa de todas as suas operações"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_report_stock_lines_date_active
|
|
#: model:ir.model.fields,field_description:stock.field_stock_incoterms_active
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_active
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_path_active
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_route_active
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_type_active
|
|
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_active
|
|
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_orderpoint_active
|
|
msgid "Active"
|
|
msgstr "Ativo"
|
|
|
|
#. module: stock
|
|
#: selection:stock.config.settings,module_stock_calendar:0
|
|
msgid "Adapt lead times using the suppliers' open days calendars (advanced)"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_picking_form
|
|
msgid ""
|
|
"Add an internal note that will be printed on the Picking Operations sheet"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_picking_form
|
|
msgid "Additional Info"
|
|
msgstr "Informação Adicional"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_comment
|
|
#: model:ir.ui.view,arch_db:stock.view_location_form
|
|
msgid "Additional Information"
|
|
msgstr "Informação Adicional"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_partner_id
|
|
msgid "Address"
|
|
msgstr "Endereço"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "Advanced"
|
|
msgstr "Avançado"
|
|
|
|
#. module: stock
|
|
#: selection:stock.config.settings,group_stock_adv_location:0
|
|
msgid "Advanced routing of products using rules"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: selection:stock.move,procure_method:0
|
|
msgid "Advanced: Apply Procurement Rules"
|
|
msgstr "Avançado: Aplicar Regras de Aquisição"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.stock_picking_type_kanban
|
|
msgid "All"
|
|
msgstr "Todos"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_quant_package_children_quant_ids
|
|
msgid "All Bulk Content"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,name:stock.action_picking_type_list
|
|
msgid "All Operations"
|
|
msgstr "Todas as Operações"
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,name:stock.stock_picking_action_picking_type
|
|
#: model:ir.ui.menu,name:stock.all_picking
|
|
msgid "All Transfers"
|
|
msgstr "Todas as Transferências"
|
|
|
|
#. module: stock
|
|
#: selection:stock.picking,move_type:0
|
|
msgid "All at once"
|
|
msgstr "Todos de uma vez"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.report_delivery_document
|
|
msgid ""
|
|
"All items couldn't be shipped, the remaining ones will be shipped as soon as"
|
|
" they become available."
|
|
msgstr ""
|
|
"Não foi possível expedir todos os itens, aqueles em falta serão expedidos "
|
|
"assim que estiverem disponíveis."
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_inventory.py:90
|
|
#, python-format
|
|
msgid "All products"
|
|
msgstr "Todos os artigos"
|
|
|
|
#. module: stock
|
|
#: selection:stock.config.settings,group_stock_tracking_owner:0
|
|
msgid "All products in your warehouse belong to your company"
|
|
msgstr "Todos os produtos no seu armazém pertencem à sua empresa"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_returned_move_ids
|
|
msgid "All returned moves"
|
|
msgstr "Todos os movimentos de retorno"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/procurement.py:221
|
|
#, python-format
|
|
msgid "All stock moves have been cancelled for this procurement."
|
|
msgstr "Todos os movimentos foram cancelados para esta requisição."
|
|
|
|
#. module: stock
|
|
#: selection:stock.config.settings,group_warning_stock:0
|
|
msgid "All the partners can be used in pickings"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_picking_type_entire_packs
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_type_show_entire_packs
|
|
msgid "Allow moving packs"
|
|
msgstr "Permitir movimentos pacotes"
|
|
|
|
#. module: stock
|
|
#: selection:stock.config.settings,module_stock_dropshipping:0
|
|
msgid "Allow suppliers to deliver directly to your customers"
|
|
msgstr "Permite aos fornecedores para entregar directamente aos seus clientes"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_config_settings_module_procurement_jit
|
|
msgid ""
|
|
"Allows you to automatically reserve the available\n"
|
|
" products when confirming a sale order.\n"
|
|
" This installs the module procurement_jit."
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_config_settings_group_stock_packaging
|
|
msgid ""
|
|
"Allows you to create and manage your packaging dimensions and types you want"
|
|
" to be maintained in your system."
|
|
msgstr ""
|
|
"Permite-lhe criar e gerir os seus tipos e dimensões de pacote que pretende "
|
|
"manter no seu sistema."
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_config_settings_group_uom
|
|
msgid ""
|
|
"Allows you to select and maintain different units of measure for products."
|
|
msgstr ""
|
|
"Permite-lhe seleccionar e gerir diferentes unidades de medida para produtos."
|
|
|
|
#. module: stock
|
|
#: selection:stock.config.settings,group_warning_stock:0
|
|
msgid "An informative or blocking warning can be set on a partner"
|
|
msgstr "Um aviso informativo ou de bloqueio pode ser definido em um aprceiro"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_quant_package_ancestor_ids
|
|
msgid "Ancestors"
|
|
msgstr "Antepassados"
|
|
|
|
#. module: stock
|
|
#: model:stock.inventory.line,product_name:stock.stock_inventory_line_2
|
|
msgid "Apple In-Ear Headphones"
|
|
msgstr "Apple In-Ear Headphones"
|
|
|
|
#. module: stock
|
|
#: model:stock.inventory.line,product_name:stock.stock_inventory_line_4
|
|
msgid "Apple Wireless Keyboard"
|
|
msgstr "Teclado Apple Sem Fios"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.stock_location_route_form_view
|
|
msgid "Applicable On"
|
|
msgstr "Aplicável Em"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_route_product_selectable
|
|
msgid "Applicable on Product"
|
|
msgstr "Aplicável ao Produto"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_route_product_categ_selectable
|
|
msgid "Applicable on Product Category"
|
|
msgstr "Aplicável à Categoria de Produto"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_route_warehouse_selectable
|
|
msgid "Applicable on Warehouse"
|
|
msgstr "Aplicável no Armazém"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_procurement_rule_form_stock_inherit
|
|
msgid "Applied On"
|
|
msgstr "Aplicado em"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_stock_config_settings
|
|
msgid "Apply"
|
|
msgstr "Aplicar"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.stock_incoterms_view_search
|
|
#: model:ir.ui.view,arch_db:stock.stock_location_path_filter
|
|
#: model:ir.ui.view,arch_db:stock.stock_location_route_view_search
|
|
#: model:ir.ui.view,arch_db:stock.stock_warehouse_view_search
|
|
#: model:ir.ui.view,arch_db:stock.view_location_search
|
|
#: model:ir.ui.view,arch_db:stock.view_pickingtype_filter
|
|
#: model:ir.ui.view,arch_db:stock.warehouse_orderpoint_search
|
|
msgid "Archived"
|
|
msgstr "Arquivado"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_config_settings_decimal_precision
|
|
msgid ""
|
|
"As an example, a decimal precision of 2 will allow weights like: 9.99 kg, "
|
|
"whereas a decimal precision of 4 will allow weights like: 0.0231 kg."
|
|
msgstr ""
|
|
"Como exemplo, uma precisão de 2 casas decimais permitirá pesos como: 9,99 "
|
|
"kg, enquanto que uma precisão de 4 casas decimais permitirá pesos como: "
|
|
"0,0231 kg."
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_make_procurment_wizard
|
|
msgid "Ask New Products"
|
|
msgstr "Pedir Novos Produtos"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_picking_form
|
|
msgid "Assign Owner"
|
|
msgstr "Atribuido ao Proprietário"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_picking_internal_search
|
|
msgid "Assigned Moves"
|
|
msgstr "Movimentos Atribuidos"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.menu,name:stock.menu_variants_action
|
|
msgid "Attribute Values"
|
|
msgstr "Valores de Atributo"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.menu,name:stock.menu_attribute_action
|
|
msgid "Attributes"
|
|
msgstr "Atributos"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_path_auto
|
|
msgid "Automatic Move"
|
|
msgstr "Movimento Automático"
|
|
|
|
#. module: stock
|
|
#: selection:stock.location.path,auto:0
|
|
msgid "Automatic No Step Added"
|
|
msgstr "Automático Sem Etapa Adicionada"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.menu,name:stock.menu_stock_procurement
|
|
msgid "Automatic Procurements"
|
|
msgstr "Aquisições Automáticas"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_string_availability_info
|
|
msgid "Availability"
|
|
msgstr "Disponibilidade"
|
|
|
|
#. module: stock
|
|
#: selection:stock.move,state:0 selection:stock.picking,state:0
|
|
msgid "Available"
|
|
msgstr "Disponível"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.product_template_search_form_view_stock
|
|
msgid "Available Products"
|
|
msgstr "Produtos Disponíveis"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_backorder_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_backorder_id
|
|
msgid "Back Order of"
|
|
msgstr "Back-Order de"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.stock_picking_type_kanban
|
|
msgid "Back Orders"
|
|
msgstr "Back-Orders"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/wizard/stock_backorder_confirmation.py:31
|
|
#, python-format
|
|
msgid "Back order <em>%s</em> <b>cancelled</b>."
|
|
msgstr "Retorno <em>%s</em> <b>cancelado</b>."
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_picking.py:974
|
|
#, python-format
|
|
msgid "Back order <em>%s</em> <b>created</b>."
|
|
msgstr "Back order <em>%s</em> <b>criada</b>."
|
|
|
|
#. module: stock
|
|
#: model:ir.model,name:stock.model_stock_backorder_confirmation
|
|
msgid "Backorder Confirmation"
|
|
msgstr "Confirmação Ordem"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_backorder_confirmation
|
|
msgid "Backorder creation"
|
|
msgstr "Criar ordem de retorno"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_picking.py:66
|
|
#, python-format
|
|
msgid "Backorder exists"
|
|
msgstr "Existe uma Backorder"
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,name:stock.action_picking_tree_backorder
|
|
#: model:ir.ui.view,arch_db:stock.view_picking_internal_search
|
|
msgid "Backorders"
|
|
msgstr "Ordens de Retorno"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_barcode
|
|
msgid "Barcode"
|
|
msgstr "Código de Barras"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_stock_config_settings
|
|
msgid "Barcode Interface"
|
|
msgstr "Leitor de Código de Barras"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_type_barcode_nomenclature_id
|
|
msgid "Barcode Nomenclature"
|
|
msgstr "Nomenclatura do Código de Barras"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.menu,name:stock.menu_wms_barcode_nomenclature_all
|
|
msgid "Barcode Nomenclatures"
|
|
msgstr "Nomenclaturas do Código de Barras"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_config_settings_module_stock_barcode
|
|
msgid "Barcode scanner support"
|
|
msgstr "Suporte Leitor de Código de Barras"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"Before creating your products, here are a few concepts your should "
|
|
"understand:"
|
|
msgstr ""
|
|
"Antes de criar os seus produtos, seguem alguns conceitos que devia "
|
|
"considerar:"
|
|
|
|
#. module: stock
|
|
#: model:stock.location,name:stock.stock_location_4
|
|
msgid "Big Vendors"
|
|
msgstr "Grandes Fornecedores"
|
|
|
|
#. module: stock
|
|
#: selection:res.partner,picking_warn:0
|
|
msgid "Blocking Message"
|
|
msgstr "Mensagem Bloqueada"
|
|
|
|
#. module: stock
|
|
#: model:stock.inventory.line,product_name:stock.stock_inventory_line_15
|
|
msgid "Bose Mini Bluetooth Speaker"
|
|
msgstr "Bose Mini Bluetooth Speaker"
|
|
|
|
#. module: stock
|
|
#: selection:stock.warehouse,delivery_steps:0
|
|
msgid "Bring goods to output location before shipping (Pick + Ship)"
|
|
msgstr ""
|
|
"Trazer mercadorias para a localização de saida antes da entrega (Pick + "
|
|
"Ship)"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_quant_package_quant_ids
|
|
#: model:ir.ui.view,arch_db:stock.view_quant_package_form
|
|
msgid "Bulk Content"
|
|
msgstr "Conteúdo a Granel"
|
|
|
|
#. module: stock
|
|
#: selection:product.template,tracking:0
|
|
msgid "By Lots"
|
|
msgstr "Por Lotes"
|
|
|
|
#. module: stock
|
|
#: selection:product.template,tracking:0
|
|
msgid "By Unique Serial Number"
|
|
msgstr "Por Número de Série Único"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_move.py:397
|
|
#, python-format
|
|
msgid ""
|
|
"By changing this quantity here, you accept the new quantity as complete: "
|
|
"Odoo will not automatically generate a back order."
|
|
msgstr ""
|
|
"Ao modificar esta quantidade aqui, está a aceitar a nova quantidade como "
|
|
"completa: Odoo não criará automaticamente uma odem de retorno."
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"By default, Odoo measures products by 'units', which are generic and "
|
|
"represent just about anything"
|
|
msgstr ""
|
|
"Por defeito, o Odoo mede produtos à 'unidade', as quais são genéricas e "
|
|
"representam praticamente qualquer coisa"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_move_procure_method
|
|
msgid ""
|
|
"By default, the system will take from the stock in the source location and "
|
|
"passively wait for availability.The other possibility allows you to directly"
|
|
" create a procurement on the source location (and thus ignore its current "
|
|
"stock) to gather products. If we want to chain moves and have this one to "
|
|
"wait for the previous,this second option should be chosen."
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_location_active
|
|
msgid ""
|
|
"By unchecking the active field, you may hide a location without deleting it."
|
|
msgstr "Ao desmarcar o campo ativo, pode ocultar um local sem o excluir."
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_incoterms_active
|
|
msgid ""
|
|
"By unchecking the active field, you may hide an INCOTERM you will not use."
|
|
msgstr ""
|
|
"Ao desmarcar o campo ativo, podes esconder o INCOTERM que não irá usar."
|
|
|
|
#. module: stock
|
|
#: model:stock.incoterms,name:stock.incoterm_CIP
|
|
msgid "CARRIAGE AND INSURANCE PAID TO"
|
|
msgstr "TRANSPORTE E SEGURO PAGOS A"
|
|
|
|
#. module: stock
|
|
#: model:stock.incoterms,name:stock.incoterm_CPT
|
|
msgid "CARRIAGE PAID TO"
|
|
msgstr "TRANSPORTE PAGO A"
|
|
|
|
#. module: stock
|
|
#: model:stock.incoterms,name:stock.incoterm_CFR
|
|
msgid "COST AND FREIGHT"
|
|
msgstr "CUSTO E FRETE"
|
|
|
|
#. module: stock
|
|
#: model:stock.incoterms,name:stock.incoterm_CIF
|
|
msgid "COST, INSURANCE AND FREIGHT"
|
|
msgstr "CUSTO, SEGURO E FRETE"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.stock_picking_calendar
|
|
msgid "Calendar View"
|
|
msgstr "Vista do Calendário"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_warehouse.py:400
|
|
#, python-format
|
|
msgid "Can't find any customer or supplier location."
|
|
msgstr ""
|
|
"Não foi possivél encontrar nenhuma localização de clientes ou fornecedores."
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_warehouse.py:448
|
|
#, python-format
|
|
msgid "Can't find any generic Make To Order route."
|
|
msgstr ""
|
|
"Não foi possivél encontrar nenhum roteamento generico Produzir Para Ordem"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.stock_scrap_form_view2
|
|
#: model:ir.ui.view,arch_db:stock.view_immediate_transfer
|
|
#: model:ir.ui.view,arch_db:stock.view_make_procurment_wizard
|
|
#: model:ir.ui.view,arch_db:stock.view_picking_form
|
|
#: model:ir.ui.view,arch_db:stock.view_procurement_compute_wizard
|
|
#: model:ir.ui.view,arch_db:stock.view_stock_config_settings
|
|
#: model:ir.ui.view,arch_db:stock.view_stock_return_picking_form
|
|
msgid "Cancel"
|
|
msgstr "Cancelar"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_inventory_form
|
|
msgid "Cancel Inventory"
|
|
msgstr "Cancelar Inventário"
|
|
|
|
#. module: stock
|
|
#: selection:stock.inventory,state:0 selection:stock.move,state:0
|
|
#: selection:stock.picking,state:0
|
|
msgid "Cancelled"
|
|
msgstr "Cancelado"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_move.py:357
|
|
#, python-format
|
|
msgid "Cannot unreserve a done move"
|
|
msgstr "Não pode cancelar a reserva de um movimento confirmado"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_stock_config_settings
|
|
msgid "Carriers"
|
|
msgstr "Transportadores"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_product_product_route_from_categ_ids
|
|
#: model:ir.model.fields,field_description:stock.field_product_template_route_from_categ_ids
|
|
msgid "Category Routes"
|
|
msgstr "Rotas da Categoria"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_return_picking_move_dest_exists
|
|
msgid "Chained Move Exists"
|
|
msgstr "Existem Movimentos Encadeados"
|
|
|
|
#. module: stock
|
|
#: model:ir.model,name:stock.model_stock_change_product_qty
|
|
msgid "Change Product Quantity"
|
|
msgstr "Alterar quantidade do artigo"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_picking_quant_reserved_exist
|
|
msgid "Check the existance of quants linked to this picking"
|
|
msgstr "Verificar a existência de cabazes ligados a este picking"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_picking_pack_operation_exist
|
|
msgid "Check the existence of pack operation on the picking"
|
|
msgstr "Verificar a existência de operação de embalagem no picking"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_location_return_location
|
|
msgid "Check this box to allow using this location as a return location."
|
|
msgstr ""
|
|
"Clique nesta caixa para permitir que esta localização funcione como "
|
|
"localização de retorno"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_location_scrap_location
|
|
#: model:ir.model.fields,help:stock.field_stock_move_scrapped
|
|
msgid ""
|
|
"Check this box to allow using this location to put scrapped/damaged goods."
|
|
msgstr ""
|
|
"Marque esta caixa para permitir o uso deste local para colocar bens "
|
|
"destruídos / danificados."
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_inventory_line_product_qty
|
|
msgid "Checked Quantity"
|
|
msgstr "Quantidade Verificada"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_move_partially_available
|
|
msgid "Checks if the move has some stock reserved"
|
|
msgstr "Verificar se o movimento tem algum stock reservado"
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,help:stock.action_picking_form
|
|
#: model:ir.actions.act_window,help:stock.action_picking_tree_all
|
|
#: model:ir.actions.act_window,help:stock.action_picking_tree_backorder
|
|
#: model:ir.actions.act_window,help:stock.action_picking_tree_done
|
|
#: model:ir.actions.act_window,help:stock.action_picking_tree_done_grouped
|
|
#: model:ir.actions.act_window,help:stock.action_picking_tree_late
|
|
#: model:ir.actions.act_window,help:stock.action_picking_tree_ready
|
|
#: model:ir.actions.act_window,help:stock.action_picking_tree_waiting
|
|
#: model:ir.actions.act_window,help:stock.stock_picking_action_picking_type
|
|
msgid "Click here to create a new transfer."
|
|
msgstr "Clique aqui para criar uma nova transferência."
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,help:stock.action_deliver_move
|
|
msgid "Click to add a delivery order for this product."
|
|
msgstr "Clique para adicionar uma ordem de entrega para este produto."
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,help:stock.action_location_form
|
|
msgid "Click to add a location."
|
|
msgstr "Clique para adicionar uma localização."
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,help:stock.action_production_lot_form
|
|
msgid "Click to add a lot/serial number."
|
|
msgstr "Clique para adicionar um número de lote/série."
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,help:stock.action_orderpoint_form
|
|
msgid "Click to add a reordering rule."
|
|
msgstr "Clique para adicionar uma regra de reordenação."
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,help:stock.action_routes_form
|
|
msgid "Click to add a route."
|
|
msgstr "Clique para adicionar uma rota."
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,help:stock.stock_picking_type_action
|
|
msgid "Click to create a new picking type."
|
|
msgstr "Clique para criar um novo tipo de picking."
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,help:stock.stock_move_action
|
|
msgid "Click to create a stock movement."
|
|
msgstr "Clique para criar um novo movimento de stock."
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,help:stock.action_picking_tree
|
|
msgid "Click to create a stock operation."
|
|
msgstr "Clique para criar uma operação de stock."
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,help:stock.product_template_action_product
|
|
msgid "Click to define a new product."
|
|
msgstr "Clique para definir um novo produto"
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,help:stock.action_picking_type_list
|
|
msgid "Click to define a new transfer."
|
|
msgstr "Clique para definir uma nova transferência."
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,help:stock.action_warehouse_form
|
|
msgid "Click to define a new warehouse."
|
|
msgstr "Clique para definir um novo armazém."
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,help:stock.action_receipt_picking_move
|
|
msgid "Click to register a product receipt."
|
|
msgstr "Clique para registar um recebimento de produto."
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,help:stock.action_receive_move
|
|
msgid "Click to register a receipt for this product."
|
|
msgstr "Clique para registar um recebimento para este produto."
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,help:stock.action_stock_scrap
|
|
msgid "Click to scrap products."
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,help:stock.action_inventory_form
|
|
msgid "Click to start an inventory."
|
|
msgstr "Clique para iniciar um inventário."
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_incoterms_code
|
|
msgid "Code"
|
|
msgstr "Código"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_type_color
|
|
msgid "Color"
|
|
msgstr "Cor"
|
|
|
|
#. module: stock
|
|
#: model:ir.model,name:stock.model_res_company
|
|
msgid "Companies"
|
|
msgstr "Empresas"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_config_settings_company_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_inventory_company_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_inventory_line_company_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_company_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_path_company_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_route_company_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_company_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_company_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_quant_company_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_quant_package_company_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_company_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_orderpoint_company_id
|
|
#: model:ir.ui.view,arch_db:stock.quant_package_search_view
|
|
#: model:ir.ui.view,arch_db:stock.quant_search_view
|
|
msgid "Company"
|
|
msgstr "Empresa"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_picking_date_done
|
|
msgid "Completion Date of Transfer"
|
|
msgstr "Data da Transferência"
|
|
|
|
#. module: stock
|
|
#: model:ir.model,name:stock.model_procurement_orderpoint_compute
|
|
msgid "Compute Minimum Stock Rules"
|
|
msgstr "Calcular as Regras de Stock Minimo"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_procurement_compute_wizard
|
|
msgid "Compute Stock"
|
|
msgstr "Calcular stock"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_move_picking_form
|
|
msgid "Conditions"
|
|
msgstr "Condições"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.menu,name:stock.menu_stock_config_settings
|
|
msgid "Configuration"
|
|
msgstr "Configuração"
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,name:stock.action_stock_config_settings
|
|
#: model:ir.ui.view,arch_db:stock.view_stock_config_settings
|
|
msgid "Configure Warehouse"
|
|
msgstr "Configurar armazém"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_picking_internal_search
|
|
msgid "Confirmed"
|
|
msgstr "Confirmado"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_picking_internal_search
|
|
msgid "Confirmed Moves"
|
|
msgstr "Movimentos Confirmados"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "Congratulations!"
|
|
msgstr "Parabéns"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.report_stock_lines_date_search
|
|
msgid "Consumable"
|
|
msgstr "Consumível"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_quant_package_children_ids
|
|
#: model:ir.ui.view,arch_db:stock.view_quant_package_form
|
|
msgid "Contained Packages"
|
|
msgstr "Contido em Pacotes"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_child_ids
|
|
msgid "Contains"
|
|
msgstr "Contém"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_quant_package_form
|
|
msgid "Content"
|
|
msgstr "Conteúdo"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_posx
|
|
msgid "Corridor (X)"
|
|
msgstr "Corredor (X)"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/wizard/stock_immediate_transfer.py:30
|
|
#, python-format
|
|
msgid ""
|
|
"Could not reserve all requested products. Please use the 'Mark as Todo' "
|
|
"button to handle the reservation manually."
|
|
msgstr ""
|
|
"Não foi possível reservar todos os produtos solicitados. Use o botão 'Marcar"
|
|
" To Do' para lidar com a reserva manualmente."
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_type_count_picking
|
|
msgid "Count picking"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_type_count_picking_backorders
|
|
msgid "Count picking backorders"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_type_count_picking_draft
|
|
msgid "Count picking draft"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_type_count_picking_late
|
|
msgid "Count picking late"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_type_count_picking_ready
|
|
msgid "Count picking ready"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_type_count_picking_waiting
|
|
msgid "Count picking waiting"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_backorder_confirmation
|
|
msgid "Create Backorder"
|
|
msgstr "Criar Retorno"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_picking.py:810
|
|
#, python-format
|
|
msgid "Create Backorder?"
|
|
msgstr "Criar Retorno?"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.stock_scrap_tree_view
|
|
msgid "Create Date"
|
|
msgstr "Data de Criação"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_type_use_create_lots
|
|
msgid "Create New Lots/Serial Numbers"
|
|
msgstr "Criar Novos Números de Lote/Série"
|
|
|
|
#. module: stock
|
|
#: selection:procurement.rule,procure_method:0
|
|
msgid "Create Procurement"
|
|
msgstr "Criar Aquisição"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "Create Vendors"
|
|
msgstr "Criar Fornecedores"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "Create a Quotation"
|
|
msgstr "Criar Cotação"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "Create a RFQ"
|
|
msgstr "Criar RFQ"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_backorder_confirmation
|
|
msgid ""
|
|
"Create a backorder, if you expect to process the remaining\n"
|
|
" products later. Do not create a backorder if you will not\n"
|
|
" supply the remaining products."
|
|
msgstr ""
|
|
"Crie uma backorder, se estiver à espera de processar os produtos\n"
|
|
" restantes mais tarde. Não crie uma backorder se não\n"
|
|
" vai fornecer os produtos restantes."
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "Create an Inventory Adjustment"
|
|
msgstr "Criar ajuste de inventário"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "Create your products"
|
|
msgstr "Criar os seus produtos"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_inventory_move_ids
|
|
msgid "Created Moves"
|
|
msgstr "Movimentos Criados"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_orderpoint_procurement_ids
|
|
msgid "Created Procurements"
|
|
msgstr "Aquisições Criadas"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_make_procurement_create_uid
|
|
#: model:ir.model.fields,field_description:stock.field_procurement_orderpoint_compute_create_uid
|
|
#: model:ir.model.fields,field_description:stock.field_product_putaway_create_uid
|
|
#: model:ir.model.fields,field_description:stock.field_product_removal_create_uid
|
|
#: model:ir.model.fields,field_description:stock.field_stock_backorder_confirmation_create_uid
|
|
#: model:ir.model.fields,field_description:stock.field_stock_change_product_qty_create_uid
|
|
#: model:ir.model.fields,field_description:stock.field_stock_config_settings_create_uid
|
|
#: model:ir.model.fields,field_description:stock.field_stock_fixed_putaway_strat_create_uid
|
|
#: model:ir.model.fields,field_description:stock.field_stock_immediate_transfer_create_uid
|
|
#: model:ir.model.fields,field_description:stock.field_stock_incoterms_create_uid
|
|
#: model:ir.model.fields,field_description:stock.field_stock_inventory_create_uid
|
|
#: model:ir.model.fields,field_description:stock.field_stock_inventory_line_create_uid
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_create_uid
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_path_create_uid
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_route_create_uid
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_create_uid
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_operation_link_create_uid
|
|
#: model:ir.model.fields,field_description:stock.field_stock_pack_operation_create_uid
|
|
#: model:ir.model.fields,field_description:stock.field_stock_pack_operation_lot_create_uid
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_create_uid
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_type_create_uid
|
|
#: model:ir.model.fields,field_description:stock.field_stock_production_lot_create_uid
|
|
#: model:ir.model.fields,field_description:stock.field_stock_quant_create_uid
|
|
#: model:ir.model.fields,field_description:stock.field_stock_quant_package_create_uid
|
|
#: model:ir.model.fields,field_description:stock.field_stock_return_picking_create_uid
|
|
#: model:ir.model.fields,field_description:stock.field_stock_return_picking_line_create_uid
|
|
#: model:ir.model.fields,field_description:stock.field_stock_scrap_create_uid
|
|
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_create_uid
|
|
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_orderpoint_create_uid
|
|
msgid "Created by"
|
|
msgstr "Criada por"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_make_procurement_create_date
|
|
#: model:ir.model.fields,field_description:stock.field_procurement_orderpoint_compute_create_date
|
|
#: model:ir.model.fields,field_description:stock.field_product_putaway_create_date
|
|
#: model:ir.model.fields,field_description:stock.field_product_removal_create_date
|
|
#: model:ir.model.fields,field_description:stock.field_stock_backorder_confirmation_create_date
|
|
#: model:ir.model.fields,field_description:stock.field_stock_change_product_qty_create_date
|
|
#: model:ir.model.fields,field_description:stock.field_stock_config_settings_create_date
|
|
#: model:ir.model.fields,field_description:stock.field_stock_fixed_putaway_strat_create_date
|
|
#: model:ir.model.fields,field_description:stock.field_stock_immediate_transfer_create_date
|
|
#: model:ir.model.fields,field_description:stock.field_stock_incoterms_create_date
|
|
#: model:ir.model.fields,field_description:stock.field_stock_inventory_create_date
|
|
#: model:ir.model.fields,field_description:stock.field_stock_inventory_line_create_date
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_create_date
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_path_create_date
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_route_create_date
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_operation_link_create_date
|
|
#: model:ir.model.fields,field_description:stock.field_stock_pack_operation_create_date
|
|
#: model:ir.model.fields,field_description:stock.field_stock_pack_operation_lot_create_date
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_create_date
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_type_create_date
|
|
#: model:ir.model.fields,field_description:stock.field_stock_quant_package_create_date
|
|
#: model:ir.model.fields,field_description:stock.field_stock_return_picking_create_date
|
|
#: model:ir.model.fields,field_description:stock.field_stock_return_picking_line_create_date
|
|
#: model:ir.model.fields,field_description:stock.field_stock_scrap_create_date
|
|
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_create_date
|
|
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_orderpoint_create_date
|
|
msgid "Created on"
|
|
msgstr "Criado em"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_procurement_rule_form_stock_inherit
|
|
msgid "Creates"
|
|
msgstr "Cria"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_move_search
|
|
msgid "Creation"
|
|
msgstr "Criação"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_create_date
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_date
|
|
#: model:ir.model.fields,field_description:stock.field_stock_production_lot_create_date
|
|
#: model:ir.model.fields,field_description:stock.field_stock_quant_create_date
|
|
msgid "Creation Date"
|
|
msgstr "Data de Criação"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_picking_date
|
|
msgid "Creation Date, usually the time of the order"
|
|
msgstr "Data de Criação, normalmente a hora da ordem"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_warehouse.py:401
|
|
#, python-format
|
|
msgid "Cross-Dock"
|
|
msgstr "Stock Cruzado"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_crossdock_route_id
|
|
msgid "Crossdock Route"
|
|
msgstr "Rota de Stock Cruzado"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_report_stock_forecast_cumulative_quantity
|
|
msgid "Cumulative Quantity"
|
|
msgstr "Quantidade Cumulativa"
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,name:stock.location_open_quants
|
|
#: model:ir.ui.view,arch_db:stock.view_location_form
|
|
msgid "Current Stock"
|
|
msgstr "Stock Actual"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_product_product_qty_available
|
|
msgid ""
|
|
"Current quantity of products.\n"
|
|
"In a context with a single Stock Location, this includes goods stored at this Location, or any of its children.\n"
|
|
"In a context with a single Warehouse, this includes goods stored in the Stock Location of this Warehouse, or any of its children.\n"
|
|
"stored in the Stock Location of the Warehouse of this Shop, or any of its children.\n"
|
|
"Otherwise, this includes goods stored in any Stock Location with 'internal' type."
|
|
msgstr ""
|
|
"Quantidade Actual dos Produtos.\n"
|
|
"Num contexto de uma unica localização de stock, isto inclui mercadorias armazenadas nesta localização, ou num dos seus filhos.\n"
|
|
"Num contecto com um unico Armazém, isto inclui mercadorias armazenadas nesta localização, ou num dos seus filhos.\n"
|
|
"Caso contrário, isto inclui mercadorias armazenadas na localização de stock do tipo interno."
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_picking.py:103
|
|
#: model:ir.ui.view,arch_db:stock.view_location_search
|
|
#, python-format
|
|
msgid "Customer"
|
|
msgstr "Cliente"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_procurement_order_partner_dest_id
|
|
msgid "Customer Address"
|
|
msgstr "Endereço do Cliente"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_product_product_sale_delay
|
|
#: model:ir.model.fields,field_description:stock.field_product_template_sale_delay
|
|
msgid "Customer Lead Time"
|
|
msgstr "Tempo de Entraga ao Cliente"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_res_partner_property_stock_customer
|
|
#: model:ir.model.fields,field_description:stock.field_res_users_property_stock_customer
|
|
#: selection:stock.location,usage:0
|
|
msgid "Customer Location"
|
|
msgstr "Localização do Cliente"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_location_search
|
|
msgid "Customer Locations"
|
|
msgstr "Localização do cliente"
|
|
|
|
#. module: stock
|
|
#: model:stock.location,name:stock.stock_location_customers
|
|
#: selection:stock.picking.type,code:0
|
|
msgid "Customers"
|
|
msgstr "Clientes"
|
|
|
|
#. module: stock
|
|
#: model:stock.incoterms,name:stock.incoterm_DAF
|
|
msgid "DELIVERED AT FRONTIER"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:stock.incoterms,name:stock.incoterm_DAP
|
|
msgid "DELIVERED AT PLACE"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:stock.incoterms,name:stock.incoterm_DAT
|
|
msgid "DELIVERED AT TERMINAL"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:stock.incoterms,name:stock.incoterm_DDP
|
|
msgid "DELIVERED DUTY PAID"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:stock.incoterms,name:stock.incoterm_DDU
|
|
msgid "DELIVERED DUTY UNPAID"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:stock.incoterms,name:stock.incoterm_DEQ
|
|
msgid "DELIVERED EX QUAY"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:stock.incoterms,name:stock.incoterm_DES
|
|
msgid "DELIVERED EX SHIP"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_config_settings_module_delivery_dhl
|
|
msgid "DHL integration"
|
|
msgstr "Integração DHL"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "Daily Operations"
|
|
msgstr "Operações Diárias"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.menu,name:stock.stock_picking_type_menu
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "Dashboard"
|
|
msgstr "Painel"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_report_stock_forecast_date
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_date
|
|
#: model:ir.model.fields,field_description:stock.field_stock_pack_operation_date
|
|
#: model:ir.ui.view,arch_db:stock.stock_move_tree
|
|
msgid "Date"
|
|
msgstr "Data"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.stock_move_tree
|
|
msgid "Date Expected"
|
|
msgstr "Data Prevista"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_date_done
|
|
msgid "Date of Transfer"
|
|
msgstr "Data da Transferência"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_report_stock_lines_date_date
|
|
msgid "Date of latest Inventory"
|
|
msgstr "Data do Último Inventário"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_report_stock_lines_date_move_date
|
|
msgid "Date of latest Stock Move"
|
|
msgstr "Data do Ultimo Movimento de Stock"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.report_stock_lines_date_tree
|
|
msgid "Dates of Inventories"
|
|
msgstr "Datas dos Inventários"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.report_stock_lines_date_form
|
|
#: model:ir.ui.view,arch_db:stock.report_stock_lines_date_search
|
|
msgid "Dates of Inventories & Moves"
|
|
msgstr "Datas dos Inventários & Movimentos"
|
|
|
|
#. module: stock
|
|
#: model:ir.model,name:stock.model_report_stock_lines_date
|
|
msgid "Dates of Inventories and latest Moves"
|
|
msgstr "Datas dos Inventários e Últimos Movimentos"
|
|
|
|
#. module: stock
|
|
#: selection:stock.warehouse.orderpoint,lead_type:0
|
|
msgid "Day(s) to get the products"
|
|
msgstr "Dias(s) até receber os produtos"
|
|
|
|
#. module: stock
|
|
#: selection:stock.warehouse.orderpoint,lead_type:0
|
|
msgid "Day(s) to purchase"
|
|
msgstr "Dias(s) para comprar"
|
|
|
|
#. module: stock
|
|
#: model:res.company,overdue_msg:stock.res_company_1
|
|
msgid ""
|
|
"Dear Sir/Madam,\n"
|
|
"\n"
|
|
"Our records indicate that some payments on your account are still due. Please find details below.\n"
|
|
"If the amount has already been paid, please disregard this notice. Otherwise, please forward us the total amount stated below.\n"
|
|
"If you have any queries regarding your account, Please contact us.\n"
|
|
"\n"
|
|
"Thank you in advance for your cooperation.\n"
|
|
"Best Regards,"
|
|
msgstr ""
|
|
"Exmo. Senhor/Senhora,\n"
|
|
"\n"
|
|
"Os nossos registos indicam que alguns pagamentos na sua conta, ainda se encontram por liquidar. Por favor, encontre os detalhes abaixo.\n"
|
|
"Se o valor já tiver sido pago, por favor, ignore este aviso. Caso contrário, por favor, envie-nos o total indicado abaixo.\n"
|
|
"Se tiver quaisquer dúvidas em relação à sua conta, por favor, contacte-nos.\n"
|
|
"\n"
|
|
"Obrigado antecipadamente pela sua colaboração.\n"
|
|
"\n"
|
|
"Melhores Cumprimentos,"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_config_settings_decimal_precision
|
|
msgid "Decimal precision on weight"
|
|
msgstr "Precisão decimal no peso"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_type_default_location_dest_id
|
|
msgid "Default Destination Location"
|
|
msgstr "Localização de Destino por Defeito"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_picking_owner_id
|
|
msgid "Default Owner"
|
|
msgstr "Responsável por Defeito"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_default_resupply_wh_id
|
|
msgid "Default Resupply Warehouse"
|
|
msgstr "Armazémd e Reabastecimento por Defeito"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_type_default_location_src_id
|
|
msgid "Default Source Location"
|
|
msgstr "Localização de Origem por Defeito"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_production_lot_product_uom_id
|
|
#: model:ir.model.fields,help:stock.field_stock_quant_product_uom_id
|
|
#: model:ir.model.fields,help:stock.field_stock_warehouse_orderpoint_product_uom
|
|
msgid "Default Unit of Measure used for all stock operation."
|
|
msgstr "Unidade de Medida Padrão utilizada para todas as operações de stock."
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_warehouse_reception_steps
|
|
msgid "Default incoming route to follow"
|
|
msgstr "Rota de entrada por defeito a seguir"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_warehouse_delivery_steps
|
|
msgid "Default outgoing route to follow"
|
|
msgstr "Rota de saida por defeito a seguir"
|
|
|
|
#. module: stock
|
|
#: selection:stock.move,procure_method:0
|
|
msgid "Default: Take From Stock"
|
|
msgstr "Por defeito: Retirar Do Stock"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_warehouse_route_ids
|
|
msgid "Defaults routes through the warehouse"
|
|
msgstr "Rotas por Defeito Através do Armazém"
|
|
|
|
#. module: stock
|
|
#: selection:stock.config.settings,module_product_expiry:0
|
|
msgid "Define Expiration Date on serial numbers"
|
|
msgstr "Definir data de expiração nos números de série"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"Define routes within your warehouse according to business needs, such as "
|
|
"Quality Control, After Sales Services or Supplier Returns"
|
|
msgstr ""
|
|
"Defina rotas de passagem pelo seu armazém de acordo com as suas necessidades"
|
|
" de negócio, tais como Controlo de Qualidade, Serviço Pós-Venda ou "
|
|
"Devoluções de Fornecedor"
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,help:stock.action_location_form
|
|
msgid ""
|
|
"Define your locations to reflect your warehouse structure and\n"
|
|
" organization. Odoo is able to manage physical locations\n"
|
|
" (warehouses, shelves, bin, etc), partner locations (customers,\n"
|
|
" vendors) and virtual locations which are the counterpart of\n"
|
|
" the stock operations like the manufacturing orders\n"
|
|
" consumptions, inventories, etc."
|
|
msgstr ""
|
|
"Defina as suas localizações para que reflitam a estrutura e organização do seu\n"
|
|
" armazém. O Odoo é capaz de gerir localizações físicas\n"
|
|
" (armazéns, prateleiras, contentores, etc.), localizações de parceiros\n"
|
|
" (clientes, fornecedores) e localizações virtuais correspondentes às\n"
|
|
" operações de stock, como ordens de fabrico, consumos,\n"
|
|
" inventários, etc."
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_location_putaway_strategy_id
|
|
msgid ""
|
|
"Defines the default method used for suggesting the exact location (shelf) "
|
|
"where to store the products. This method can be enforced at the product "
|
|
"category level, and a fallback is made on the parent locations if none is "
|
|
"set here."
|
|
msgstr ""
|
|
"Definir o método por defeito usado para sugerir a localização exacta (shelf)"
|
|
" onde armazenar os produtos. Este método pode ser reforçado ao nível da "
|
|
"categoria e a reserva é feita na localização ascendente se nenhuma for aqui "
|
|
"definida."
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_location_removal_strategy_id
|
|
msgid ""
|
|
"Defines the default method used for suggesting the exact location (shelf) "
|
|
"where to take the products from, which lot etc. for this location. This "
|
|
"method can be enforced at the product category level, and a fallback is made"
|
|
" on the parent locations if none is set here."
|
|
msgstr ""
|
|
"Definir o método por defeito usado para sugerir a localização exacta (shelf)"
|
|
" onde retirar os produtos. Este método pode ser reforçado ao nível da "
|
|
"categoria e a reserva é feita na localização ascendente se nenhuma for aqui "
|
|
"definida."
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.stock_location_path_form
|
|
#: model:ir.ui.view,arch_db:stock.view_procurement_rule_form_stock_inherit
|
|
msgid "Delay"
|
|
msgstr "Atraso"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_path_delay
|
|
msgid "Delay (days)"
|
|
msgstr "Atraso (dias)"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/product.py:348
|
|
#, python-format
|
|
msgid "Delivered Qty"
|
|
msgstr "Quantidade Entregue"
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,name:stock.action_deliver_move
|
|
#: model:ir.ui.view,arch_db:stock.product_kanban_stock_view
|
|
msgid "Deliveries"
|
|
msgstr "Entregas"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_product_product_delivery_count
|
|
#: model:ir.ui.view,arch_db:stock.product_kanban_stock_view
|
|
msgid "Delivery"
|
|
msgstr "Entrega"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_warehouse.py:206
|
|
#: model:stock.picking.type,name:stock.chi_picking_type_out
|
|
#: model:stock.picking.type,name:stock.picking_type_out
|
|
#, python-format
|
|
msgid "Delivery Orders"
|
|
msgstr "Ordens de entrega"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_delivery_route_id
|
|
msgid "Delivery Route"
|
|
msgstr "Rota de Entrega"
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.report.xml,name:stock.action_report_delivery
|
|
msgid "Delivery Slip"
|
|
msgstr "Nota de Entrega"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_move_type
|
|
msgid "Delivery Type"
|
|
msgstr "Tipo de Entrega"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_product_product_route_ids
|
|
#: model:ir.model.fields,help:stock.field_product_template_route_ids
|
|
msgid ""
|
|
"Depending on the modules installed, this will allow you to define the route "
|
|
"of the product: whether it will be bought, manufactured, MTO/MTS,..."
|
|
msgstr ""
|
|
"Dependendo doas módulos instalados, isto permite-lhe definir a rota dos "
|
|
"produtos: quer seja comprado, manufaturado, MTO/MTS,..."
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "Deployment"
|
|
msgstr "Implementação"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_name
|
|
msgid "Description"
|
|
msgstr "Descrição"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_template_property_form
|
|
msgid "Description for Pickings"
|
|
msgstr "Descrição dos Pickings"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_template_property_form
|
|
msgid "Description for Pickings (Rack, Row and Case Information)"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_product_product_description_picking
|
|
#: model:ir.model.fields,field_description:stock.field_product_template_description_picking
|
|
msgid "Description on Picking"
|
|
msgstr "Descrição na Entrega"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_move_form
|
|
#: model:ir.ui.view,arch_db:stock.view_move_search
|
|
msgid "Destination"
|
|
msgstr "Destino"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_partner_id
|
|
msgid "Destination Address "
|
|
msgstr "Endereço de destino "
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_path_location_dest_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_location_dest_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_pack_operation_location_dest_id
|
|
msgid "Destination Location"
|
|
msgstr "Destino da localização"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_pack_operation_picking_destination_location_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_location_dest_id
|
|
#: model:ir.ui.view,arch_db:stock.view_stock_quant_form
|
|
msgid "Destination Location Zone"
|
|
msgstr "Zona da Localização de Destino"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_procurement_order_move_dest_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_move_dest_id
|
|
msgid "Destination Move"
|
|
msgstr "Movimento do destino"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_pack_operation_result_package_id
|
|
msgid "Destination Package"
|
|
msgstr "Pacote de Destino"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_route_ids
|
|
msgid "Destination route"
|
|
msgstr "Rota de Destino"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.stock_location_path_form
|
|
msgid "Details"
|
|
msgstr "Detalhes"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_procurement_rule_procure_method
|
|
msgid ""
|
|
"Determines the procurement method of the stock move that will be generated: "
|
|
"whether it will need to 'take from the available stock' in its source "
|
|
"location or needs to ignore its stock and create a procurement over there."
|
|
msgstr ""
|
|
"Determina o método de aprovisionamento do movimento de stock que será "
|
|
"gerado: quer seja necessário 'retirar do stock disponivél' na sua "
|
|
"localização de origem ou precisar de ignorar o stock e criar a aquisição lá."
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_pack_operation_details_form_save
|
|
#: model:ir.ui.view,arch_db:stock.view_pack_operation_lot_form
|
|
msgid "Discard"
|
|
msgstr "Rejeitar"
|
|
|
|
#. module: stock
|
|
#: model:stock.location,name:stock.location_dispatch_zone
|
|
msgid "Dispatch Zone"
|
|
msgstr "Zona de expedição"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_make_procurement_display_name
|
|
#: model:ir.model.fields,field_description:stock.field_procurement_orderpoint_compute_display_name
|
|
#: model:ir.model.fields,field_description:stock.field_product_putaway_display_name
|
|
#: model:ir.model.fields,field_description:stock.field_product_removal_display_name
|
|
#: model:ir.model.fields,field_description:stock.field_report_stock_forecast_display_name
|
|
#: model:ir.model.fields,field_description:stock.field_report_stock_lines_date_display_name
|
|
#: model:ir.model.fields,field_description:stock.field_stock_backorder_confirmation_display_name
|
|
#: model:ir.model.fields,field_description:stock.field_stock_change_product_qty_display_name
|
|
#: model:ir.model.fields,field_description:stock.field_stock_config_settings_display_name
|
|
#: model:ir.model.fields,field_description:stock.field_stock_fixed_putaway_strat_display_name
|
|
#: model:ir.model.fields,field_description:stock.field_stock_immediate_transfer_display_name
|
|
#: model:ir.model.fields,field_description:stock.field_stock_incoterms_display_name
|
|
#: model:ir.model.fields,field_description:stock.field_stock_inventory_display_name
|
|
#: model:ir.model.fields,field_description:stock.field_stock_inventory_line_display_name
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_display_name
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_path_display_name
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_route_display_name
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_display_name
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_operation_link_display_name
|
|
#: model:ir.model.fields,field_description:stock.field_stock_pack_operation_display_name
|
|
#: model:ir.model.fields,field_description:stock.field_stock_pack_operation_lot_display_name
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_display_name
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_type_display_name
|
|
#: model:ir.model.fields,field_description:stock.field_stock_production_lot_display_name
|
|
#: model:ir.model.fields,field_description:stock.field_stock_quant_display_name
|
|
#: model:ir.model.fields,field_description:stock.field_stock_quant_package_display_name
|
|
#: model:ir.model.fields,field_description:stock.field_stock_return_picking_display_name
|
|
#: model:ir.model.fields,field_description:stock.field_stock_return_picking_line_display_name
|
|
#: model:ir.model.fields,field_description:stock.field_stock_scrap_display_name
|
|
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_display_name
|
|
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_orderpoint_display_name
|
|
msgid "Display Name"
|
|
msgstr "Nome a Exibir"
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,help:stock.action_stock_line_date
|
|
msgid ""
|
|
"Display the latest Inventories and Moves done on your products and easily "
|
|
"sort them with specific filtering criteria. If you do frequent and partial "
|
|
"inventories, you need this report in order to ensure that the stock of each "
|
|
"product is controlled at least once a year. This also lets you find out "
|
|
"which products have seen little move lately and may deserve special measures"
|
|
" (discounted sale, quality control...)"
|
|
msgstr ""
|
|
"Mostrar os ultimos inventários e movimentos concluidos nos seus produtos e "
|
|
"facilmente ordena-los por critérios de filtragem especificos. Se faz "
|
|
"frequentes inventários incrementais, irá necessitar deste relatório para "
|
|
"poder controlar o stock de cada produto, pelo menos uma vez por ano. Isto "
|
|
"permite-lhe saber também quais os produtos que tem pouco movimento "
|
|
"ultimamente e podem precisar de medidas especiais (descontos de venda, "
|
|
"controlo de qualidade...)"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"Do not hesitate to send us an email to describe your experience or to "
|
|
"suggest improvements!"
|
|
msgstr ""
|
|
"Não hesite em enviar-nos um email a descrever a sua experiência, ou para "
|
|
"sugerir melhorias!"
|
|
|
|
#. module: stock
|
|
#: selection:stock.config.settings,group_stock_packaging:0
|
|
#: selection:stock.config.settings,group_stock_tracking_lot:0
|
|
msgid "Do not manage packaging"
|
|
msgstr "Não gerir embalagem"
|
|
|
|
#. module: stock
|
|
#: selection:stock.config.settings,group_stock_production_lot:0
|
|
msgid "Do not track individual product items"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: selection:stock.config.settings,module_product_expiry:0
|
|
msgid "Do not use Expiration Date on serial numbers"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_pack_operation_is_done
|
|
#: model:ir.model.fields,field_description:stock.field_stock_pack_operation_lot_qty
|
|
#: model:ir.model.fields,field_description:stock.field_stock_pack_operation_qty_done
|
|
#: model:ir.ui.view,arch_db:stock.stock_scrap_form_view2
|
|
#: model:ir.ui.view,arch_db:stock.view_move_search
|
|
#: model:ir.ui.view,arch_db:stock.view_picking_internal_search
|
|
#: selection:stock.move,state:0 selection:stock.picking,state:0
|
|
#: selection:stock.scrap,state:0
|
|
msgid "Done"
|
|
msgstr "Confirmado"
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,name:stock.action_picking_tree_done
|
|
msgid "Done Transfers"
|
|
msgstr "Transferências Concluidas"
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,name:stock.action_picking_tree_done_grouped
|
|
msgid "Done Transfers by Date"
|
|
msgstr "Transferências Concluidas por Data"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "Download the"
|
|
msgstr "Descarregue "
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_picking_internal_search
|
|
#: selection:stock.inventory,state:0 selection:stock.picking,state:0
|
|
#: selection:stock.scrap,state:0
|
|
msgid "Draft"
|
|
msgstr "Rascunho"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_picking_internal_search
|
|
msgid "Draft Moves"
|
|
msgstr "Movimentos Rascunho"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_config_settings_module_stock_dropshipping
|
|
msgid "Dropshipping"
|
|
msgstr "Envio Directo"
|
|
|
|
#. module: stock
|
|
#: model:stock.incoterms,name:stock.incoterm_EXW
|
|
msgid "EX WORKS"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "Edit its details or add new ones"
|
|
msgstr "Editar detalhes ou adicionar novos"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "End"
|
|
msgstr "Fim"
|
|
|
|
#. module: stock
|
|
#: model:stock.location,name:stock.stock_location_7
|
|
msgid "European Customers"
|
|
msgstr "Clientes Europeus"
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,help:stock.action_location_form
|
|
msgid ""
|
|
"Every stock operation in Odoo moves the products from one\n"
|
|
" location to another one. For instance, if you receive products\n"
|
|
" from a vendor, Odoo will move products from the Vendor\n"
|
|
" location to the Stock location. Each report can be performed on\n"
|
|
" physical, partner or virtual locations."
|
|
msgstr ""
|
|
"Toda a operação de stock no Odoo move os artigos de uma\n"
|
|
" localização para outra. Por exemplo, se receber produtos\n"
|
|
" de um fornecedor, o Odoo vai enviar artigos da localização\n"
|
|
" do Fornecedor para a localização do Stock. Cada relatório pode\n"
|
|
" pode ser realizado em localizações físicas, de parceiros ou virtuais."
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_quant.py:647
|
|
#, python-format
|
|
msgid "Everything inside a package should be in the same location"
|
|
msgstr "Tudo dentro de um pacote deve estar na mesma localização"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "Excel template"
|
|
msgstr "Template de excel"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.product_template_search_form_view_stock
|
|
msgid "Exhausted Stock"
|
|
msgstr "Stock Esgotado"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_date_expected
|
|
#: model:ir.model.fields,field_description:stock.field_stock_scrap_date_expected
|
|
#: model:ir.ui.view,arch_db:stock.view_picking_internal_search
|
|
msgid "Expected Date"
|
|
msgstr "Data prevista"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_config_settings_module_product_expiry
|
|
msgid "Expiration Dates"
|
|
msgstr "Datas de Expiração"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_location_form
|
|
msgid "External note..."
|
|
msgstr "Nota Externa..."
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_stock_config_settings
|
|
msgid "Extra Features"
|
|
msgstr "Funcionalidades Extra"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_picking.py:949
|
|
#, python-format
|
|
msgid "Extra Move: "
|
|
msgstr "Movimentro Extra "
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_product_removal_method
|
|
msgid "FIFO, LIFO..."
|
|
msgstr "FIFO, LIFO..."
|
|
|
|
#. module: stock
|
|
#: model:stock.incoterms,name:stock.incoterm_FAS
|
|
msgid "FREE ALONGSIDE SHIP"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:stock.incoterms,name:stock.incoterm_FCA
|
|
msgid "FREE CARRIER"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:stock.incoterms,name:stock.incoterm_FOB
|
|
msgid "FREE ON BOARD"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_config_settings_module_delivery_fedex
|
|
msgid "Fedex integration"
|
|
msgstr "Integração Fedex"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.quant_search_view
|
|
msgid "Filters"
|
|
msgstr "Filtros"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_putaway
|
|
msgid "Fixed Locations Per Categories"
|
|
msgstr "Localizações Fixas Por Categorias"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_product_putaway_fixed_location_ids
|
|
msgid "Fixed Locations Per Product Category"
|
|
msgstr "Localizações Fixas Por Categorias de Produtos"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"For the Odoo Team,<br/>\n"
|
|
" Fabien Pinckaers, Founder"
|
|
msgstr ""
|
|
"For the Odoo Team,<br/>\n"
|
|
" Fabien Pinckaers, Founder"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_picking_form
|
|
msgid "Force Availability"
|
|
msgstr "Forçar Disponibilidade"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_product_category_removal_strategy_id
|
|
msgid "Force Removal Strategy"
|
|
msgstr "Estratégia de Remoção Forçada"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_product_product_virtual_available
|
|
msgid "Forecast Quantity"
|
|
msgstr "Previsão da quantidade"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_product_product_virtual_available
|
|
msgid ""
|
|
"Forecast quantity (computed as Quantity On Hand - Outgoing + Incoming)\n"
|
|
"In a context with a single Stock Location, this includes goods stored in this location, or any of its children.\n"
|
|
"In a context with a single Warehouse, this includes goods stored in the Stock Location of this Warehouse, or any of its children.\n"
|
|
"Otherwise, this includes goods stored in any Stock Location with 'internal' type."
|
|
msgstr ""
|
|
"Quantidade Prevista (calculada como Quantidade na mão - A sair + A entrar)\n"
|
|
"No contexto de uma unica localização de stock, isto inclui mercadorias guardadas nesta localização ao em localizações filhas.\n"
|
|
"No contexto de um unico armazém, isto inclui mercadorias guardadas neste armazém ao em localizações filhas.\n"
|
|
"Caso contrário, isto inclui mercadorias guardadas na localização de stock com o tipo interno."
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/product.py:343
|
|
#: model:ir.model.fields,field_description:stock.field_product_template_virtual_available
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_availability
|
|
#, python-format
|
|
msgid "Forecasted Quantity"
|
|
msgstr "Quantidade Esperada"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_pack_operation_from_loc
|
|
msgid "From"
|
|
msgstr "De"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_complete_name
|
|
msgid "Full Location Name"
|
|
msgstr "Nome completo da localização"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/product.py:346
|
|
#, python-format
|
|
msgid "Future Deliveries"
|
|
msgstr "Entregas Futuras"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/product.py:351
|
|
#, python-format
|
|
msgid "Future P&L"
|
|
msgstr "Futuro da P&L"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/product.py:361
|
|
#, python-format
|
|
msgid "Future Productions"
|
|
msgstr "Produções Futuras"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/product.py:356
|
|
#, python-format
|
|
msgid "Future Qty"
|
|
msgstr "Qtd Futura"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/product.py:338
|
|
#, python-format
|
|
msgid "Future Receipts"
|
|
msgstr "Receptores Futuros"
|
|
|
|
#. module: stock
|
|
#: model:stock.location,name:stock.location_gate_a
|
|
msgid "Gate A"
|
|
msgstr "Portão A"
|
|
|
|
#. module: stock
|
|
#: model:stock.location,name:stock.location_gate_b
|
|
msgid "Gate B"
|
|
msgstr "Portão B"
|
|
|
|
#. module: stock
|
|
#: model:stock.location,name:stock.stock_location_5
|
|
msgid "Generic IT Vendors"
|
|
msgstr "Fornecedores genéricos de IT"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_fixed_putaway_strat_sequence
|
|
msgid ""
|
|
"Give to the more specialized category, a higher priority to have them in top"
|
|
" of the list."
|
|
msgstr ""
|
|
"Colocar numa categoria mais especializada, uma maior prioridade para os ter "
|
|
"no topo da lista."
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.stock_location_path_filter
|
|
msgid "Global"
|
|
msgstr "Global"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.menu,name:stock.menu_procurement_rules
|
|
msgid "Global Procurement Rules"
|
|
msgstr "Regras de Aquisição Globais"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.menu,name:stock.menu_stock_location_path
|
|
msgid "Global Push Rules"
|
|
msgstr "Regras de Aprovisionamento Globais"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_warehouse_default_resupply_wh_id
|
|
msgid "Goods will always be resupplied from this warehouse"
|
|
msgstr "As Mercadorias serão sempre fornecidas por este armazém"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_stock_level_forecast_filter
|
|
msgid "Graph"
|
|
msgstr "Gráfico"
|
|
|
|
#. module: stock
|
|
#: model:stock.inventory.line,product_name:stock.stock_inventory_line_1
|
|
msgid "Graphics Card"
|
|
msgstr "Placa gráfica"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.search_product_lot_filter
|
|
#: model:ir.ui.view,arch_db:stock.stock_scrap_search_view
|
|
#: model:ir.ui.view,arch_db:stock.view_inventory_filter
|
|
#: model:ir.ui.view,arch_db:stock.view_move_search
|
|
#: model:ir.ui.view,arch_db:stock.view_picking_internal_search
|
|
#: model:ir.ui.view,arch_db:stock.view_stock_level_forecast_filter
|
|
#: model:ir.ui.view,arch_db:stock.warehouse_orderpoint_search
|
|
msgid "Group By"
|
|
msgstr "Agrupar por"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.quant_package_search_view
|
|
#: model:ir.ui.view,arch_db:stock.quant_search_view
|
|
msgid "Group by..."
|
|
msgstr "Grupo por..."
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_procurement_form_stock_inherit
|
|
msgid "Group's Pickings"
|
|
msgstr "Grupos de Recolha"
|
|
|
|
#. module: stock
|
|
#: model:stock.inventory.line,product_name:stock.stock_inventory_line_9
|
|
msgid "HDD SH-1"
|
|
msgstr "HDD SH-1"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_pack_operation_exist
|
|
msgid "Has Pack Operations"
|
|
msgstr "Tem Operações de Pacotes"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_has_scrap_move
|
|
msgid "Has Scrap Moves"
|
|
msgstr "Tem Movimentos de Quebra"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_quant_reserved_exist
|
|
msgid "Has quants already reserved"
|
|
msgstr "Cabaz já reservado?"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_posz
|
|
msgid "Height (Z)"
|
|
msgstr "Altura (Z)"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"Help rental management, by generating automated return moves for rented "
|
|
"products"
|
|
msgstr ""
|
|
"Ajuda a gestão de aluguer, gerando movimentos automatizados de devolução "
|
|
"para artigos alugados"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "Here are some usual problems and their solutions:"
|
|
msgstr "Aqui estão alguns problemas típicos e as suas soluções:"
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,help:stock.action_receipt_picking_move
|
|
msgid ""
|
|
"Here you can receive individual products, no matter what\n"
|
|
" purchase order or picking order they come from. You will find\n"
|
|
" the list of all products you are waiting for. Once you receive\n"
|
|
" an order, you can filter based on the name of the vendor or\n"
|
|
" the purchase order reference. Then you can confirm all products\n"
|
|
" received using the buttons on the right of each line."
|
|
msgstr ""
|
|
"Aqui pode receber produtos individuais, independentemente da\n"
|
|
" ordem de compra ou ordem de picking. Irá encontrar a lista\n"
|
|
" de todos os produtos de que está à espera. Assim que receber\n"
|
|
" uma encomenda, pode filtrar com base no nome do fornecedor ou\n"
|
|
" da referência da ordem de compra. Depois pode confirmar todos os\n"
|
|
" artigos recebidos usando os botões à direita de cada linha."
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,help:stock.action_deliver_move
|
|
msgid ""
|
|
"Here you will find the history of all past deliveries related to\n"
|
|
" this product, as well as all the products you must deliver to\n"
|
|
" customers."
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,help:stock.action_receive_move
|
|
msgid ""
|
|
"Here you will find the history of all receipts related to\n"
|
|
" this product, as well as all future receipts you are waiting\n"
|
|
" from your suppliers."
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_stock_quant_form
|
|
msgid "History"
|
|
msgstr "Histórico"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "How to use Lot Tracking:"
|
|
msgstr "Como usar o Acompanhamento de Lotes:"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_make_procurement_id
|
|
#: model:ir.model.fields,field_description:stock.field_procurement_orderpoint_compute_id
|
|
#: model:ir.model.fields,field_description:stock.field_product_putaway_id
|
|
#: model:ir.model.fields,field_description:stock.field_product_removal_id
|
|
#: model:ir.model.fields,field_description:stock.field_report_stock_forecast_id
|
|
#: model:ir.model.fields,field_description:stock.field_report_stock_lines_date_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_backorder_confirmation_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_change_product_qty_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_config_settings_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_fixed_putaway_strat_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_immediate_transfer_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_incoterms_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_inventory_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_inventory_line_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_path_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_route_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_operation_link_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_pack_operation_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_pack_operation_lot_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_type_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_production_lot_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_quant_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_quant_package_id_8295
|
|
#: model:ir.model.fields,field_description:stock.field_stock_return_picking_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_return_picking_line_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_scrap_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_orderpoint_id
|
|
msgid "ID"
|
|
msgstr "Id."
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_inventory.py:374
|
|
#, python-format
|
|
msgid "INV:"
|
|
msgstr "INV:"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/wizard/stock_change_product_qty.py:96
|
|
#, python-format
|
|
msgid "INV: %s"
|
|
msgstr "INV: %s"
|
|
|
|
#. module: stock
|
|
#: model:stock.location,name:stock.stock_location_3
|
|
msgid "IT Vendors"
|
|
msgstr "Fornecedores de IT"
|
|
|
|
#. module: stock
|
|
#: model:product.product,name:stock.product_icecream
|
|
#: model:product.template,name:stock.product_icecream_product_template
|
|
#: model:stock.inventory.line,product_name:stock.stock_inventory_line_icecream_lot0
|
|
#: model:stock.inventory.line,product_name:stock.stock_inventory_line_icecream_lot1
|
|
msgid "Ice Cream"
|
|
msgstr "Gelado"
|
|
|
|
#. module: stock
|
|
#: model:product.product,description:stock.product_icecream
|
|
#: model:product.template,description:stock.product_icecream_product_template
|
|
msgid ""
|
|
"Ice cream can be mass-produced and thus is widely available in developed "
|
|
"parts of the world. Ice cream can be purchased in large cartons (vats and "
|
|
"squrounds) from supermarkets and grocery stores, in smaller quantities from "
|
|
"ice cream shops, convenience stores, and milk bars, and in individual "
|
|
"servings from small carts or vans at public events."
|
|
msgstr ""
|
|
"O gelado pode ser produzido em massa e, assim, está amplamente disponível em"
|
|
" partes desenvolvidas do mundo. O gelado pode ser comprado em embalagens "
|
|
"grandes (cubas e squrounds) de supermercados e mercearias, em quantidades "
|
|
"menores a partir de gelatarias, lojas de conveniência, bares, e em porções "
|
|
"individuais de carros pequenos ou carrinhas em eventos públicos."
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_quant_name
|
|
msgid "Identifier"
|
|
msgstr "Indentificador"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_inventory_form
|
|
msgid ""
|
|
"If a product is not at the right place, set the checked quantity to 0 and "
|
|
"create a new line with correct location."
|
|
msgstr ""
|
|
"Se um produto não está no sitio certo, altere a sua quantidade para 0 e crie"
|
|
" uma nova linha com a localização certa."
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_picking_picking_type_entire_packs
|
|
#: model:ir.model.fields,help:stock.field_stock_picking_type_show_entire_packs
|
|
msgid ""
|
|
"If checked, this shows the packs to be moved as a whole in the Operations "
|
|
"tab all the time, even if there was no entire pack reserved."
|
|
msgstr ""
|
|
"Se estiver marcado, isto mostra sempre as embalagens a ser movidas na "
|
|
"totalidade no separador Operações, mesmo que não haja uma embalagem inteira "
|
|
"reservada. "
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_location_path_propagate
|
|
msgid ""
|
|
"If checked, when the previous move is cancelled or split, the move generated"
|
|
" by this move will too"
|
|
msgstr ""
|
|
"Se activado, quando o movimento anterior for cancelado ou dividido, o "
|
|
"movimento gerado por este movimento também o será."
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_procurement_rule_propagate
|
|
msgid ""
|
|
"If checked, when the previous move of the move (which was generated by a "
|
|
"next procurement) is cancelled or split, the move generated by this move "
|
|
"will too"
|
|
msgstr ""
|
|
"Se activado, quando o movimento anterior ao movimento (o qual será gerado "
|
|
"pelo próximo aprovisionamento) for cancelado ou dividido, este movimento "
|
|
"também o será."
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_move_propagate
|
|
msgid "If checked, when this move is cancelled, cancel the linked move too"
|
|
msgstr ""
|
|
"Se verificado, quando o movimento é cancelado, cancelar o link do movimento "
|
|
"também."
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_procurement_rule_route_id
|
|
msgid "If route_id is False, the rule is global"
|
|
msgstr "Se mão tiver rota, a regra é global"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_pack_operation_result_package_id
|
|
msgid "If set, the operations are packed into this package"
|
|
msgstr "Se definido, as operações são agregadas dentro deste pacote"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_warehouse_orderpoint_active
|
|
msgid ""
|
|
"If the active field is set to False, it will allow you to hide the "
|
|
"orderpoint without removing it."
|
|
msgstr ""
|
|
"Se o campo 'ativo' for falso, perite ocultar o ponto de encomenda, sem o "
|
|
"remover."
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_location_route_active
|
|
msgid ""
|
|
"If the active field is set to False, it will allow you to hide the route "
|
|
"without removing it."
|
|
msgstr ""
|
|
"Se o campo activo estiver desactivado, permite-lhe esconder a rota sem a "
|
|
"remover."
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.stock_location_path_filter
|
|
msgid "If the route is global"
|
|
msgstr "Se a rota for global"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_quant_negative_move_id
|
|
msgid ""
|
|
"If this is a negative quant, this will be the move that caused this negative"
|
|
" quant."
|
|
msgstr ""
|
|
"Se esta for um cabaz negativo, este será o movimento que causou o valor "
|
|
"negativo."
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_picking_type_use_create_lots
|
|
msgid ""
|
|
"If this is checked only, it will suppose you want to create new Lots/Serial "
|
|
"Numbers, so you can provide them in a text field. "
|
|
msgstr ""
|
|
"Se isto estiver marcado, irá supor que deseja criar novos Números de "
|
|
"Lote/Série, para que os determine num campo de texto."
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_picking_type_use_existing_lots
|
|
msgid ""
|
|
"If this is checked, you will be able to choose the Lots/Serial Numbers. You "
|
|
"can also decide to not put lots in this picking type. This means it will "
|
|
"create stock with no lot or not put a restriction on the lot taken. "
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_move_backorder_id
|
|
#: model:ir.model.fields,help:stock.field_stock_picking_backorder_id
|
|
msgid ""
|
|
"If this shipment was split, then this field links to the shipment which "
|
|
"contains the already processed part."
|
|
msgstr ""
|
|
"Se esta expedição foi dividida, então este campo liga à expedição que contém"
|
|
" a parte já processada."
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"If you are a developer <strong>you can use our\n"
|
|
" API</strong> to load data automatically through\n"
|
|
" scripts: take a look at our"
|
|
msgstr ""
|
|
"Se for um programador <strong>pode usar a nossa API</strong>\n"
|
|
" para carregar dados automaticamente usando\n"
|
|
" scripts: veja o nosso"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"If you configured automatic procurement, Odoo automatically generates\n"
|
|
" Procurements Orders. You usually don't need to worry about them, but\n"
|
|
" sometimes the system can remain blocked without generating a\n"
|
|
" corresponding document, usually due to a configuration problem."
|
|
msgstr ""
|
|
"Se configurou aquisições automáticas, o Odoo gera automaticamente Ordens\n"
|
|
" de Aquisição. Normalmente não tem que se preocupar com elas, mas\n"
|
|
" ocasionalmente o sistema pode permanecer bloqueado sem gerar um\n"
|
|
" documento correspondente, tipicamente devido a um problema na configuração."
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_inventory_filter
|
|
msgid ""
|
|
"If you do an entire inventory, you can choose 'All Products' and it will "
|
|
"prefill the inventory with the current stock. If you only do some products"
|
|
" (e.g. Cycle Counting) you can choose 'Manual Selection of Products' and "
|
|
"the system won't propose anything. You can also let the system propose for "
|
|
"a single product / lot /... "
|
|
msgstr ""
|
|
"Se fizer um inventário na íntegra, pode escolher 'Todos os Artigos' e irá "
|
|
"preencher o inventário com o stock atual. Se só fizer de alguns artigos "
|
|
"(Ex.: Inventário Rotativo) pode escolher 'Seleção Manual de Artigos' e o "
|
|
"sistema não irá sugerir nada. Pode também permitir que o sistema proponha um"
|
|
" único artigo / lote /..."
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"If you have less than 50 vendors, we recommend you\n"
|
|
" to create them manually."
|
|
msgstr ""
|
|
"Se tiver menos que 50 fornecedores, recomendamos que\n"
|
|
" os crie manualmente."
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "If you want to do it yourself:"
|
|
msgstr "Se quiser fazê-lo você mesmo:"
|
|
|
|
#. module: stock
|
|
#: model:ir.model,name:stock.model_stock_immediate_transfer
|
|
msgid "Immediate Transfer"
|
|
msgstr "Transferência Imediata"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_picking.py:792
|
|
#, python-format
|
|
msgid "Immediate Transfer?"
|
|
msgstr "Transferência Imediata? "
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_immediate_transfer
|
|
msgid "Immediate transfer?"
|
|
msgstr "Transferência Imediata?"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "Import using the top left button in"
|
|
msgstr "Importe usando o botão superior esquerdo em"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"In Odoo, <strong>Reordering Rules</strong> are used to replenish your products.\n"
|
|
" Odoo will automatically propose a procurement to buy new products if you are\n"
|
|
" running out of stock."
|
|
msgstr ""
|
|
"No Odoo, <strong>Regras de Re-Encomenda</strong> são usadas para reabastecer os seus artigos.\n"
|
|
" O Odoo irá propor automaticamente uma aquisição para comprar novos artigos se estiver\n"
|
|
" a ficar sem stock."
|
|
|
|
#. module: stock
|
|
#: selection:stock.inventory,state:0
|
|
msgid "In Progress"
|
|
msgstr "Em Progresso"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_in_type_id
|
|
msgid "In Type"
|
|
msgstr "No tipo"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_procurement_order_partner_dest_id
|
|
msgid ""
|
|
"In case of dropshipping, we need to know the destination address more "
|
|
"precisely"
|
|
msgstr ""
|
|
"Em caso de envio directo, nós necessitamos de saber o destino com mais "
|
|
"precisão."
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"In case of unique serial numbers, each serial number corresponds\n"
|
|
" to exactly one piece. In case of lots, you need to supply the quantity\n"
|
|
" for each lot when you move that product."
|
|
msgstr ""
|
|
"No caso de números de série únicos, cada número de série corresponde\n"
|
|
" a exatamente uma peça. No caso dos lotes, precisa de fornecer a quantidade\n"
|
|
" para cada lote quando mover aquele artigo."
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"In short, you will get a more efficient warehouse management that leads\n"
|
|
" to inventory reduction and better efficiencies in your daily operations."
|
|
msgstr ""
|
|
"Resumidamente, irá obter uma gestão de armazém mais eficiente, o que levará\n"
|
|
" a uma redução do inventário e a uma maior eficácia das suas operações diárias."
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_inventory_exhausted
|
|
msgid "Include Exhausted Products"
|
|
msgstr "Incluir Artigos Esgotados"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_product_product_incoming_qty
|
|
#: model:ir.model.fields,field_description:stock.field_product_template_incoming_qty
|
|
msgid "Incoming"
|
|
msgstr "Entrada"
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,name:stock.action_receipt_picking_move
|
|
msgid "Incoming Products"
|
|
msgstr "Produtos a Entrar"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_quant_in_date
|
|
msgid "Incoming Date"
|
|
msgstr "Data da Entrada"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_reception_steps
|
|
msgid "Incoming Shipments"
|
|
msgstr "Receções Agendadas"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_incoterms_code
|
|
msgid "Incoterm Standard Code"
|
|
msgstr "Código Standard Incoterm"
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,name:stock.action_incoterms_tree
|
|
#: model:ir.model,name:stock.model_stock_incoterms
|
|
#: model:ir.ui.menu,name:stock.menu_action_incoterm_open
|
|
#: model:ir.ui.view,arch_db:stock.stock_incoterms_form
|
|
#: model:ir.ui.view,arch_db:stock.stock_incoterms_view_search
|
|
#: model:ir.ui.view,arch_db:stock.view_incoterms_tree
|
|
msgid "Incoterms"
|
|
msgstr "Incoterms"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_incoterms_name
|
|
msgid ""
|
|
"Incoterms are series of sales terms. They are used to divide transaction "
|
|
"costs and responsibilities between buyer and seller and reflect state-of-"
|
|
"the-art transportation practices."
|
|
msgstr ""
|
|
"Incoterms são séries de termos de venda,. Eles são usados para dividir os "
|
|
"custos e responsabilidades das transacções entre o comprador e o vendedor e "
|
|
"refletem o estado da arte das práticas de transporte."
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_picking_form
|
|
msgid "Initial Demand"
|
|
msgstr "Procura Inicial"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "Initial Inventory"
|
|
msgstr "Inventário Inicial"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_warehouse.py:93
|
|
#: model:stock.location,name:stock.stock_location_company
|
|
#, python-format
|
|
msgid "Input"
|
|
msgstr "Entrada"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_wh_input_stock_loc_id
|
|
msgid "Input Location"
|
|
msgstr "Localização de Entrada"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_config_settings_module_stock_picking_wave
|
|
msgid ""
|
|
"Install the picking wave module which will help you grouping your pickings "
|
|
"and processing them in batch"
|
|
msgstr ""
|
|
"Instalar o módulo \"picking wave\", que irá ajudá-lo a agrupar as suas "
|
|
"recolhas e processá-las em série"
|
|
|
|
#. module: stock
|
|
#: model:stock.location,name:stock.stock_location_inter_wh
|
|
msgid "Inter Company Transit"
|
|
msgstr "Transito Dentro da Empresa"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_location_search
|
|
#: selection:stock.picking.type,code:0
|
|
msgid "Internal"
|
|
msgstr "Interno"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_template_property_form
|
|
msgid "Internal Category"
|
|
msgstr "Categoria Interna"
|
|
|
|
#. module: stock
|
|
#: selection:stock.location,usage:0
|
|
msgid "Internal Location"
|
|
msgstr "Localização Interna"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.quant_search_view
|
|
#: model:ir.ui.view,arch_db:stock.view_location_search
|
|
msgid "Internal Locations"
|
|
msgstr "Localizações Internas"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_production_lot_ref
|
|
msgid "Internal Reference"
|
|
msgstr "Referência Interna"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_warehouse.py:228
|
|
#: model:stock.picking.type,name:stock.picking_type_internal
|
|
#, python-format
|
|
msgid "Internal Transfers"
|
|
msgstr "Transferências Internas"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_res_company_internal_transit_location_id
|
|
msgid "Internal Transit Location"
|
|
msgstr "Localização de Transito Interno"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_int_type_id
|
|
msgid "Internal Type"
|
|
msgstr "Tipo interno"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_production_lot_ref
|
|
msgid ""
|
|
"Internal reference number in case it differs from the manufacturer's "
|
|
"lot/serial number"
|
|
msgstr ""
|
|
"Número de referência interno no caso de diferir do número de lote/série do "
|
|
"fabricante"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/product.py:257
|
|
#, python-format
|
|
msgid "Invalid domain left operand %s"
|
|
msgstr "Operando esquerdo de domínio inválido %s"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/product.py:259
|
|
#, python-format
|
|
msgid "Invalid domain operator %s"
|
|
msgstr "Operando de domínio inválido %s"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/product.py:261
|
|
#, python-format
|
|
msgid "Invalid domain right operand %s"
|
|
msgstr "Operando direito de domínio inválido %s"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_inventory_category_id
|
|
msgid "Inventoried Category"
|
|
msgstr "Categoria Inventariada"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_inventory_location_id
|
|
msgid "Inventoried Location"
|
|
msgstr "Localização Inventariado"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_inventory_lot_id
|
|
msgid "Inventoried Lot/Serial Number"
|
|
msgstr "Lote de Inventariado/Número de Série"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_inventory_partner_id
|
|
msgid "Inventoried Owner"
|
|
msgstr "Responsável pelo Inventariado"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_inventory_package_id
|
|
msgid "Inventoried Pack"
|
|
msgstr "Pacote de Inventariado"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_inventory_product_id
|
|
msgid "Inventoried Product"
|
|
msgstr "Produto Inventariado"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_inventory_line_ids
|
|
msgid "Inventories"
|
|
msgstr "Inventários"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_inventory_filter
|
|
msgid "Inventories Month"
|
|
msgstr "Mês de Inventário"
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,name:stock.stock_picking_type_action
|
|
#: model:ir.actions.report.xml,name:stock.action_report_inventory
|
|
#: model:ir.model,name:stock.model_stock_inventory
|
|
#: model:ir.model.fields,field_description:stock.field_stock_inventory_line_inventory_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_inventory_id
|
|
#: model:ir.ui.menu,name:stock.menu_stock_root
|
|
#: model:ir.ui.view,arch_db:stock.view_stock_quant_pivot
|
|
#: model:ir.ui.view,arch_db:stock.view_template_property_form
|
|
msgid "Inventory"
|
|
msgstr "Armazém"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_inventory_form
|
|
msgid "Inventory Adjustment"
|
|
msgstr "Inventário de Ajustamento"
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,name:stock.action_inventory_form
|
|
#: model:ir.ui.menu,name:stock.menu_action_inventory_form
|
|
#: model:ir.ui.view,arch_db:stock.view_inventory_form
|
|
msgid "Inventory Adjustments"
|
|
msgstr "Ajustes de Inventário"
|
|
|
|
#. module: stock
|
|
#: model:web.planner,tooltip_planner:stock.planner_inventory
|
|
msgid "Inventory Configuration: a step-by-step guide."
|
|
msgstr "Configuração da Armazém: guia passo-a-passo."
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.menu,name:stock.menu_stock_inventory_control
|
|
msgid "Inventory Control"
|
|
msgstr "Controlo de inventário"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_inventory_date
|
|
msgid "Inventory Date"
|
|
msgstr "Data do Inventário"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_inventory_form
|
|
msgid "Inventory Details"
|
|
msgstr "Detalhes de Inventário"
|
|
|
|
#. module: stock
|
|
#: model:ir.model,name:stock.model_stock_inventory_line
|
|
msgid "Inventory Line"
|
|
msgstr "Linha inventório"
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,name:stock.action_inventory_line_tree
|
|
msgid "Inventory Lines"
|
|
msgstr "Linhas de Inventário"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_product_product_property_stock_inventory
|
|
#: model:ir.model.fields,field_description:stock.field_product_template_property_stock_inventory
|
|
msgid "Inventory Location"
|
|
msgstr "Localização do Inventário"
|
|
|
|
#. module: stock
|
|
#: model:ir.model,name:stock.model_stock_location
|
|
msgid "Inventory Locations"
|
|
msgstr "Localizações de Inventário"
|
|
|
|
#. module: stock
|
|
#: selection:stock.location,usage:0
|
|
msgid "Inventory Loss"
|
|
msgstr "Perdas de Inventário"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.stock_scrap_form_view
|
|
msgid "Inventory Move"
|
|
msgstr "Inventário de Movimento"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_inventory_name
|
|
#: model:ir.ui.view,arch_db:stock.view_inventory_filter
|
|
msgid "Inventory Reference"
|
|
msgstr "Referência do Inventário"
|
|
|
|
#. module: stock
|
|
#: model:ir.model,name:stock.model_stock_location_route
|
|
msgid "Inventory Routes"
|
|
msgstr "Rotas do Inventário"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "Inventory Settings"
|
|
msgstr "Configurações de Inventário"
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,name:stock.quantsact
|
|
#: model:ir.ui.menu,name:stock.menu_quants
|
|
#: model:ir.ui.view,arch_db:stock.quant_search_view
|
|
#: model:ir.ui.view,arch_db:stock.view_stock_quant_form
|
|
#: model:ir.ui.view,arch_db:stock.view_stock_quant_graph_value
|
|
#: model:ir.ui.view,arch_db:stock.view_stock_quant_tree
|
|
msgid "Inventory Valuation"
|
|
msgstr "Avaliação do inventário"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_quant_inventory_value
|
|
msgid "Inventory Value"
|
|
msgstr "Valor do Inventário"
|
|
|
|
#. module: stock
|
|
#: model:stock.location,name:stock.location_inventory
|
|
msgid "Inventory adjustment"
|
|
msgstr "Ajuste de inventário"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_inventory_form
|
|
msgid ""
|
|
"Inventory adjustments will be made by comparing the theoretical and the "
|
|
"checked quantities."
|
|
msgstr ""
|
|
"Ajustes ao inventário serão realizados comparando as quantidades teoricas e "
|
|
"as verificadas."
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_inventory_filter
|
|
#: model:ir.ui.view,arch_db:stock.view_inventory_form
|
|
msgid "Inventory of"
|
|
msgstr "Inventário de"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_return_location
|
|
msgid "Is a Return Location?"
|
|
msgstr "È uma localização de Retorno?"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_scrap_location
|
|
msgid "Is a Scrap Location?"
|
|
msgstr "È uma localização de perdas?"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"It is also possible to import your initial inventory from an Excel or CSV file.\n"
|
|
" If you want to do that, contact your Odoo project manager."
|
|
msgstr ""
|
|
"Também é possível importar o inventário inicial a partir de um ficheiro Excel ou CSV.\n"
|
|
" Se o quiser fazer, contacte o(a) seu(ua) gestor(a) de projeto Odoo."
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"It is therefore a good idea to check and try to resolve those procurement\n"
|
|
" exceptions. These are accessible from the Schedulers menu (you need the Stock\n"
|
|
" Manager role to see it)."
|
|
msgstr ""
|
|
"Portanto é uma boa ideia verificar e tentar resolver essas exceções de aquisição.\n"
|
|
" São acessíveis através do menu Planeadores (precisa de ter a função de Gestor de\n"
|
|
" Stock para o ver)."
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "It is time to make your initial Inventory. In order to do so:"
|
|
msgstr "É altura de fazer o seu Inventário inicial. Para o fazer:"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_move_product_packaging
|
|
msgid ""
|
|
"It specifies attributes of packaging like type, quantity of packaging,etc."
|
|
msgstr ""
|
|
"Ele especifica atributos de embalagens como quantidade, tipo de embalagem, "
|
|
"etc"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_picking_move_type
|
|
msgid "It specifies goods to be deliver partially or all at once"
|
|
msgstr "Especifica os bens com entrega parcial ou integral"
|
|
|
|
#. module: stock
|
|
#: model:stock.inventory.line,product_name:stock.stock_inventory_line_13
|
|
msgid "Laptop Customized"
|
|
msgstr "Laptop Personalizado"
|
|
|
|
#. module: stock
|
|
#: model:stock.inventory.line,product_name:stock.stock_inventory_line_14
|
|
msgid "Laptop E5023"
|
|
msgstr "Laptop E5023"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_type_last_done_picking
|
|
msgid "Last 10 Done Pickings"
|
|
msgstr "Últimas 10 Receções Concluidas"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_make_procurement___last_update
|
|
#: model:ir.model.fields,field_description:stock.field_procurement_orderpoint_compute___last_update
|
|
#: model:ir.model.fields,field_description:stock.field_product_putaway___last_update
|
|
#: model:ir.model.fields,field_description:stock.field_product_removal___last_update
|
|
#: model:ir.model.fields,field_description:stock.field_report_stock_forecast___last_update
|
|
#: model:ir.model.fields,field_description:stock.field_report_stock_lines_date___last_update
|
|
#: model:ir.model.fields,field_description:stock.field_stock_backorder_confirmation___last_update
|
|
#: model:ir.model.fields,field_description:stock.field_stock_change_product_qty___last_update
|
|
#: model:ir.model.fields,field_description:stock.field_stock_config_settings___last_update
|
|
#: model:ir.model.fields,field_description:stock.field_stock_fixed_putaway_strat___last_update
|
|
#: model:ir.model.fields,field_description:stock.field_stock_immediate_transfer___last_update
|
|
#: model:ir.model.fields,field_description:stock.field_stock_incoterms___last_update
|
|
#: model:ir.model.fields,field_description:stock.field_stock_inventory___last_update
|
|
#: model:ir.model.fields,field_description:stock.field_stock_inventory_line___last_update
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location___last_update
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_path___last_update
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_route___last_update
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move___last_update
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_operation_link___last_update
|
|
#: model:ir.model.fields,field_description:stock.field_stock_pack_operation___last_update
|
|
#: model:ir.model.fields,field_description:stock.field_stock_pack_operation_lot___last_update
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking___last_update
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_type___last_update
|
|
#: model:ir.model.fields,field_description:stock.field_stock_production_lot___last_update
|
|
#: model:ir.model.fields,field_description:stock.field_stock_quant___last_update
|
|
#: model:ir.model.fields,field_description:stock.field_stock_quant_package___last_update
|
|
#: model:ir.model.fields,field_description:stock.field_stock_return_picking___last_update
|
|
#: model:ir.model.fields,field_description:stock.field_stock_return_picking_line___last_update
|
|
#: model:ir.model.fields,field_description:stock.field_stock_scrap___last_update
|
|
#: model:ir.model.fields,field_description:stock.field_stock_warehouse___last_update
|
|
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_orderpoint___last_update
|
|
msgid "Last Modified on"
|
|
msgstr "Última Modificação em"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_make_procurement_write_uid
|
|
#: model:ir.model.fields,field_description:stock.field_procurement_orderpoint_compute_write_uid
|
|
#: model:ir.model.fields,field_description:stock.field_product_putaway_write_uid
|
|
#: model:ir.model.fields,field_description:stock.field_product_removal_write_uid
|
|
#: model:ir.model.fields,field_description:stock.field_stock_backorder_confirmation_write_uid
|
|
#: model:ir.model.fields,field_description:stock.field_stock_change_product_qty_write_uid
|
|
#: model:ir.model.fields,field_description:stock.field_stock_config_settings_write_uid
|
|
#: model:ir.model.fields,field_description:stock.field_stock_fixed_putaway_strat_write_uid
|
|
#: model:ir.model.fields,field_description:stock.field_stock_immediate_transfer_write_uid
|
|
#: model:ir.model.fields,field_description:stock.field_stock_incoterms_write_uid
|
|
#: model:ir.model.fields,field_description:stock.field_stock_inventory_line_write_uid
|
|
#: model:ir.model.fields,field_description:stock.field_stock_inventory_write_uid
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_path_write_uid
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_route_write_uid
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_write_uid
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_operation_link_write_uid
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_write_uid
|
|
#: model:ir.model.fields,field_description:stock.field_stock_pack_operation_lot_write_uid
|
|
#: model:ir.model.fields,field_description:stock.field_stock_pack_operation_write_uid
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_type_write_uid
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_write_uid
|
|
#: model:ir.model.fields,field_description:stock.field_stock_production_lot_write_uid
|
|
#: model:ir.model.fields,field_description:stock.field_stock_quant_package_write_uid
|
|
#: model:ir.model.fields,field_description:stock.field_stock_quant_write_uid
|
|
#: model:ir.model.fields,field_description:stock.field_stock_return_picking_line_write_uid
|
|
#: model:ir.model.fields,field_description:stock.field_stock_return_picking_write_uid
|
|
#: model:ir.model.fields,field_description:stock.field_stock_scrap_write_uid
|
|
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_orderpoint_write_uid
|
|
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_write_uid
|
|
msgid "Last Updated by"
|
|
msgstr "Última Atualização por"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_make_procurement_write_date
|
|
#: model:ir.model.fields,field_description:stock.field_procurement_orderpoint_compute_write_date
|
|
#: model:ir.model.fields,field_description:stock.field_product_putaway_write_date
|
|
#: model:ir.model.fields,field_description:stock.field_product_removal_write_date
|
|
#: model:ir.model.fields,field_description:stock.field_stock_backorder_confirmation_write_date
|
|
#: model:ir.model.fields,field_description:stock.field_stock_change_product_qty_write_date
|
|
#: model:ir.model.fields,field_description:stock.field_stock_config_settings_write_date
|
|
#: model:ir.model.fields,field_description:stock.field_stock_fixed_putaway_strat_write_date
|
|
#: model:ir.model.fields,field_description:stock.field_stock_immediate_transfer_write_date
|
|
#: model:ir.model.fields,field_description:stock.field_stock_incoterms_write_date
|
|
#: model:ir.model.fields,field_description:stock.field_stock_inventory_line_write_date
|
|
#: model:ir.model.fields,field_description:stock.field_stock_inventory_write_date
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_path_write_date
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_route_write_date
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_write_date
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_operation_link_write_date
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_write_date
|
|
#: model:ir.model.fields,field_description:stock.field_stock_pack_operation_lot_write_date
|
|
#: model:ir.model.fields,field_description:stock.field_stock_pack_operation_write_date
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_type_write_date
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_write_date
|
|
#: model:ir.model.fields,field_description:stock.field_stock_production_lot_write_date
|
|
#: model:ir.model.fields,field_description:stock.field_stock_quant_package_write_date
|
|
#: model:ir.model.fields,field_description:stock.field_stock_quant_write_date
|
|
#: model:ir.model.fields,field_description:stock.field_stock_return_picking_line_write_date
|
|
#: model:ir.model.fields,field_description:stock.field_stock_return_picking_write_date
|
|
#: model:ir.model.fields,field_description:stock.field_stock_scrap_write_date
|
|
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_orderpoint_write_date
|
|
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_write_date
|
|
msgid "Last Updated on"
|
|
msgstr "Última Atualização em"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_picking.py:64
|
|
#: model:ir.ui.view,arch_db:stock.stock_picking_type_kanban
|
|
#: model:ir.ui.view,arch_db:stock.view_picking_internal_search
|
|
#, python-format
|
|
msgid "Late"
|
|
msgstr "Atrasado"
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,name:stock.action_picking_tree_late
|
|
msgid "Late Transfers"
|
|
msgstr "Transferências Atrasadas"
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,name:stock.action_stock_line_date
|
|
#: model:ir.ui.menu,name:stock.menu_report_stock_line_date
|
|
msgid "Latest Inventories & Moves"
|
|
msgstr "Último Inventários & Movimentos"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_launch_pack_operations
|
|
msgid "Launch Pack Operations"
|
|
msgstr "Lançar Operações de Pacotes"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_orderpoint_lead_days
|
|
msgid "Lead Time"
|
|
msgstr "Prazo de Entrega"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_orderpoint_lead_type
|
|
msgid "Lead Type"
|
|
msgstr "Tipo de Entrega"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_location_route_company_id
|
|
msgid "Leave this field empty if this route is shared between all companies"
|
|
msgstr "Deixe vazio se esta rota é partilhada entre empresas"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_parent_left
|
|
#: model:ir.model.fields,field_description:stock.field_stock_quant_package_parent_left
|
|
msgid "Left Parent"
|
|
msgstr "Ascendente a Esquerda"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_location_company_id
|
|
msgid "Let this field empty if this location is shared between companies"
|
|
msgstr "Deixe vazio se esta localização é partilhada entre empresas"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"Like with the sales flow, Odoo inventory management is\n"
|
|
" fully integrated with the purchase app."
|
|
msgstr ""
|
|
"Tal como no fluxo de vendas, o gestor de inventário do Odoo\n"
|
|
" tem integração completa com a app de compras."
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_pack_operation_linked_move_operation_ids
|
|
msgid "Linked Moves"
|
|
msgstr "Movimentos Ligados"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_linked_move_operation_ids
|
|
msgid "Linked Operations"
|
|
msgstr "Operações Ligadas"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_quant_propagated_from_id
|
|
msgid "Linked Quant"
|
|
msgstr "Cabaz Ligado"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_inventory_form
|
|
msgid "List view of lines"
|
|
msgstr "Vista de linhas em lista"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_location_form
|
|
msgid "Localization"
|
|
msgstr "Localização"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_production_lot_form
|
|
msgid "Locate"
|
|
msgstr "Localizar"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/barcode.py:12
|
|
#: model:ir.model.fields,field_description:stock.field_product_product_location_id
|
|
#: model:ir.model.fields,field_description:stock.field_product_template_location_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_change_product_qty_location_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_fixed_putaway_strat_fixed_location_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_inventory_line_location_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_quant_location_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_quant_package_location_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_scrap_location_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_orderpoint_location_id
|
|
#: model:ir.ui.view,arch_db:stock.quant_package_search_view
|
|
#: model:ir.ui.view,arch_db:stock.quant_search_view
|
|
#: model:ir.ui.view,arch_db:stock.stock_scrap_search_view
|
|
#: model:ir.ui.view,arch_db:stock.view_move_search
|
|
#: model:ir.ui.view,arch_db:stock.warehouse_orderpoint_search
|
|
#, python-format
|
|
msgid "Location"
|
|
msgstr "Localização"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_stock_config_settings
|
|
msgid "Location & Warehouse"
|
|
msgstr "Localização & armazém"
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.report.xml,name:stock.action_report_location_barcode
|
|
msgid "Location BarCode"
|
|
msgstr "Localização Código de Barras"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_inventory_line_location_name
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_name
|
|
msgid "Location Name"
|
|
msgstr "Nome da Localização"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.stock_location_path_form
|
|
#: model:ir.ui.view,arch_db:stock.stock_location_path_tree
|
|
msgid "Location Paths"
|
|
msgstr "Trajetos de Localização"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_lot_stock_id
|
|
msgid "Location Stock"
|
|
msgstr "Locslização de Stock"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_usage
|
|
msgid "Location Type"
|
|
msgstr "Tipo de Localização"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_move_location_dest_id
|
|
msgid "Location where the system will stock the finished products."
|
|
msgstr "Locais onde o sistema vai armazenar os artigos acabados."
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,name:stock.action_location_form
|
|
#: model:ir.ui.menu,name:stock.menu_action_location_form
|
|
#: model:ir.ui.view,arch_db:stock.stock_location_path_form
|
|
#: model:ir.ui.view,arch_db:stock.view_move_picking_form
|
|
#: model:ir.ui.view,arch_db:stock.view_pack_operation_details_form
|
|
#: model:ir.ui.view,arch_db:stock.view_picking_type_form
|
|
#: model:ir.ui.view,arch_db:stock.view_warehouse
|
|
msgid "Locations"
|
|
msgstr "Localizações"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.product_category_form_view_inherit
|
|
#: model:ir.ui.view,arch_db:stock.view_location_form
|
|
msgid "Logistics"
|
|
msgstr "Losgisticas"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/barcode.py:13
|
|
#: model:ir.model.fields,field_description:stock.field_stock_scrap_lot_id
|
|
#, python-format
|
|
msgid "Lot"
|
|
msgstr "Lote"
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.report.xml,name:stock.action_report_lot_barcode
|
|
msgid "Lot BarCode"
|
|
msgstr "Lote Código de Barras"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_picking_form
|
|
msgid "Lot Split"
|
|
msgstr "Divisão de Lotes"
|
|
|
|
#. module: stock
|
|
#: model:ir.model,name:stock.model_stock_production_lot
|
|
msgid "Lot/Serial"
|
|
msgstr "Lote/Séria"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_change_product_qty_lot_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_inventory_line_prod_lot_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_restrict_lot_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_pack_operation_lot_lot_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_pack_operation_lot_lot_name
|
|
#: model:ir.model.fields,field_description:stock.field_stock_production_lot_name
|
|
#: model:ir.model.fields,field_description:stock.field_stock_quant_lot_id
|
|
#: model:ir.ui.view,arch_db:stock.quant_search_view
|
|
#: model:ir.ui.view,arch_db:stock.report_lot_barcode
|
|
#: model:ir.ui.view,arch_db:stock.report_package_barcode
|
|
#: model:res.request.link,name:stock.req_link_tracking
|
|
msgid "Lot/Serial Number"
|
|
msgstr "Lote/Número de Série"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_pack_operation.py:198
|
|
#, python-format
|
|
msgid "Lot/Serial Number Details"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_inventory_tree
|
|
msgid "Lot/Serial Number Inventory"
|
|
msgstr "Número de Lote/Série de Inventário"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_pack_operation.py:268
|
|
#, python-format
|
|
msgid "Lot/Serial Number required"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.model,name:stock.model_stock_pack_operation_lot
|
|
msgid "Lot/Serial number for pack ops"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_config_settings_group_stock_production_lot
|
|
msgid "Lots and Serial Numbers"
|
|
msgstr "Lotes e Número de Série"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"Lots can be encoded on incoming shipments, internal transfers and\n"
|
|
" outgoing deliveries according to the settings in the picking type.\n"
|
|
" The tracking can be configured on every product: not any tracing at\n"
|
|
" all, tracking by lot, or tracking by unique serial number."
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_pack_operation_lots_visible
|
|
msgid "Lots visible"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,name:stock.action_production_lot_form
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_lot_ids
|
|
#: model:ir.ui.menu,name:stock.menu_action_production_lot_form
|
|
#: model:ir.ui.view,arch_db:stock.view_production_lot_form
|
|
#: model:ir.ui.view,arch_db:stock.view_production_lot_tree
|
|
msgid "Lots/Serial Numbers"
|
|
msgstr "Lotes/Números de Série"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_pack_operation_pack_lot_ids
|
|
msgid "Lots/Serial Numbers Used"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_warehouse.py:504
|
|
#, python-format
|
|
msgid "MTO"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_mto_pull_id
|
|
msgid "MTO rule"
|
|
msgstr "Regra MTO"
|
|
|
|
#. module: stock
|
|
#: model:ir.model,name:stock.model_make_procurement
|
|
msgid "Make Procurements"
|
|
msgstr "Elaborar Aquisições"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_warehouse.py:442
|
|
#: model:stock.location.route,name:stock.route_warehouse0_mto
|
|
#, python-format
|
|
msgid "Make To Order"
|
|
msgstr "Produzir para Ordem"
|
|
|
|
#. module: stock
|
|
#: selection:stock.warehouse,delivery_steps:0
|
|
msgid ""
|
|
"Make packages into a dedicated location, then bring them to the output "
|
|
"location for shipping (Pick + Pack + Ship)"
|
|
msgstr ""
|
|
"Criar pacotes dentro de localizações dedicadas, depois traze-las para a "
|
|
"localização de saida, para entrega (Pick + Pack + Ship)"
|
|
|
|
#. module: stock
|
|
#: model:res.groups,name:stock.group_tracking_owner
|
|
msgid "Manage Different Stock Owners"
|
|
msgstr "Gerir Responsáveis por Stock Diferentes"
|
|
|
|
#. module: stock
|
|
#: model:res.groups,name:stock.group_production_lot
|
|
msgid "Manage Lots / Serial Numbers"
|
|
msgstr "Gerir Lotes / Números de Série"
|
|
|
|
#. module: stock
|
|
#: model:res.groups,name:stock.group_tracking_lot
|
|
msgid "Manage Packages"
|
|
msgstr "Gerir Pacotes"
|
|
|
|
#. module: stock
|
|
#: model:res.groups,name:stock.group_adv_location
|
|
msgid "Manage Push and Pull inventory flows"
|
|
msgstr "Gerir fluxos de Receções e Entregas de inventário"
|
|
|
|
#. module: stock
|
|
#: selection:stock.config.settings,group_stock_packaging:0
|
|
msgid "Manage available packaging options per products"
|
|
msgstr "Gerir métodos de empacotamento disponíveis por produto"
|
|
|
|
#. module: stock
|
|
#: selection:stock.config.settings,group_stock_tracking_owner:0
|
|
msgid "Manage consignee stocks (advanced)"
|
|
msgstr "Gerir produtos consignados (avançado)"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "Manage default locations per product"
|
|
msgstr "Gerir localizações por defeito nos produtos"
|
|
|
|
#. module: stock
|
|
#: model:res.groups,name:stock.group_stock_multi_locations
|
|
msgid "Manage multiple stock_locations"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:res.groups,name:stock.group_stock_multi_warehouses
|
|
msgid "Manage multiple warehouses"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: selection:stock.config.settings,warehouse_and_location_usage_level:0
|
|
msgid "Manage only 1 Warehouse with only 1 stock location"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: selection:stock.config.settings,warehouse_and_location_usage_level:0
|
|
msgid "Manage only 1 Warehouse, composed by several stock locations"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: selection:stock.config.settings,module_stock_picking_wave:0
|
|
msgid "Manage picking in batch per worker"
|
|
msgstr "Gerir recolhas em massa por trabalhador"
|
|
|
|
#. module: stock
|
|
#: selection:stock.config.settings,module_stock_picking_wave:0
|
|
msgid "Manage pickings one at a time"
|
|
msgstr "Gerir recolhas um de cada vez"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "Manage product manufacturing chains"
|
|
msgstr "Gerir cadeias de produção do produto"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_stock_config_settings
|
|
msgid "Manage quality control points, checks and measures"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: selection:stock.config.settings,warehouse_and_location_usage_level:0
|
|
msgid ""
|
|
"Manage several Warehouses, each one composed by several stock locations"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_config_settings_group_stock_multi_locations
|
|
msgid "Manage several stock locations"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_config_settings_group_stock_multi_warehouses
|
|
msgid "Manage several warehouses"
|
|
msgstr "Gerir vários armazéns"
|
|
|
|
#. module: stock
|
|
#: model:res.groups,name:stock.group_stock_manager
|
|
msgid "Manager"
|
|
msgstr "Gestor"
|
|
|
|
#. module: stock
|
|
#: selection:stock.location.path,auto:0
|
|
msgid "Manual Operation"
|
|
msgstr "Operação Manual"
|
|
|
|
#. module: stock
|
|
#: selection:stock.picking.type,code:0
|
|
msgid "Manufacturing Operation"
|
|
msgstr "Operação de Fabrico"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_picking_form
|
|
msgid "Mark as Todo"
|
|
msgstr "Marcar para Fazer"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_max_date
|
|
msgid "Max. Expected Date"
|
|
msgstr "Data máx. esperada"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_orderpoint_product_max_qty
|
|
msgid "Maximum Quantity"
|
|
msgstr "Quantidade máxima"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_res_partner_picking_warn_msg
|
|
#: model:ir.model.fields,field_description:stock.field_res_users_picking_warn_msg
|
|
msgid "Message for Stock Picking"
|
|
msgstr "Mensagem para Recolha de Stock"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_product_putaway_method
|
|
#: model:ir.model.fields,field_description:stock.field_product_removal_method
|
|
msgid "Method"
|
|
msgstr "Método"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_res_company_propagation_minimum_delta
|
|
msgid ""
|
|
"Minimum Delta for Propagation of a Date Change on moves linked together"
|
|
msgstr ""
|
|
"Espaço mínimo para a propagação de uma mudança de data em movimentos ligados"
|
|
|
|
#. module: stock
|
|
#: model:ir.model,name:stock.model_stock_warehouse_orderpoint
|
|
msgid "Minimum Inventory Rule"
|
|
msgstr "Regra de inventário mínimo"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_orderpoint_product_min_qty
|
|
msgid "Minimum Quantity"
|
|
msgstr "Quantidade mínima"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_procurement_order_orderpoint_id
|
|
msgid "Minimum Stock Rule"
|
|
msgstr "Regra Mínima de Stock"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_product_product_orderpoint_ids
|
|
#: model:ir.model.fields,field_description:stock.field_stock_config_settings_module_stock_calendar
|
|
msgid "Minimum Stock Rules"
|
|
msgstr "Regras de stock mínimo"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_config_settings_propagation_minimum_delta
|
|
msgid ""
|
|
"Minimum days to trigger a propagation of date change in pushed/pull flows."
|
|
msgstr ""
|
|
"Minimo de dias para activar a propagação da mudança de data em movimentos "
|
|
"inseridos e retirados."
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_warehouse_orderpoint_form
|
|
msgid "Misc"
|
|
msgstr "Diversos"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_picking_form
|
|
msgid "Modify"
|
|
msgstr "Modificar"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.stock_picking_type_kanban
|
|
msgid "More <i class=\"fa fa-caret-down\"/>"
|
|
msgstr "Mais <i class=\"fa fa-caret-down\"/>"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_stock_config_settings
|
|
msgid "More Info"
|
|
msgstr "Mais info"
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,help:stock.action_picking_tree
|
|
msgid ""
|
|
"Most operations are prepared automatically by Odoo according\n"
|
|
" to your preconfigured logistics rules, but you can also record\n"
|
|
" manual stock movements."
|
|
msgstr ""
|
|
"A maioria das operações são preparadas automaticamente pelo Odoo\n"
|
|
" de acordo com as suas regras de logística predefinidas, mas também\n"
|
|
" pode registar movimentos manuais de stock."
|
|
|
|
#. module: stock
|
|
#: model:stock.inventory.line,product_name:stock.stock_inventory_line_5
|
|
msgid "Mouse, Optical"
|
|
msgstr "Rato, Ótico"
|
|
|
|
#. module: stock
|
|
#: model:stock.inventory.line,product_name:stock.stock_inventory_line_11
|
|
msgid "Mouse, Wireless"
|
|
msgstr "Rato, Sem fios"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_operation_link_move_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_return_picking_line_move_id
|
|
msgid "Move"
|
|
msgstr "Movimento"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/procurement.py:50
|
|
#, python-format
|
|
msgid "Move From Another Location"
|
|
msgstr "Movimentar para Outra Localização"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_quant_negative_move_id
|
|
msgid "Move Negative Quant"
|
|
msgstr "Movimento de Quantidade Negativa"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_split_from
|
|
msgid "Move Split From"
|
|
msgstr "Movimento Dividido na Origem"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_procurement_rule_procure_method
|
|
msgid "Move Supply Method"
|
|
msgstr "Método de Movimento de Fornecimento"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_move_date
|
|
msgid ""
|
|
"Move date: scheduled date until move is done, then date of actual move "
|
|
"processing"
|
|
msgstr ""
|
|
"Data do movimento: data prevista até movimento ser concluído, em seguida, "
|
|
"data de processamento do movimento real"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_move_origin_returned_move_id
|
|
msgid "Move that created the return move"
|
|
msgstr "Movimento que criou o movimento de retorno"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_procurement_order_move_dest_id
|
|
msgid "Move which caused (created) the procurement"
|
|
msgstr "Movimento que originou (criou) a aquisição"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_quant_ids
|
|
#: model:ir.ui.view,arch_db:stock.view_move_form
|
|
#: model:ir.ui.view,arch_db:stock.view_move_picking_form
|
|
msgid "Moved Quants"
|
|
msgstr "Quants Movimentados"
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,name:stock.act_product_stock_move_open
|
|
#: model:ir.model.fields,field_description:stock.field_procurement_order_move_ids
|
|
#: model:ir.model.fields,field_description:stock.field_stock_quant_history_ids
|
|
#: model:ir.model.fields,field_description:stock.field_stock_return_picking_product_return_moves
|
|
#: model:ir.ui.view,arch_db:stock.stock_move_tree
|
|
#: model:ir.ui.view,arch_db:stock.view_move_tree
|
|
#: model:ir.ui.view,arch_db:stock.view_move_tree_receipt_picking
|
|
#: model:ir.ui.view,arch_db:stock.view_move_tree_receipt_picking_board
|
|
msgid "Moves"
|
|
msgstr "Movimentos"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_procurement_order_move_ids
|
|
msgid "Moves created by the procurement"
|
|
msgstr "Movimentos criados pela aquisição"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_warehouse_orderpoint_group_id
|
|
msgid ""
|
|
"Moves created through this orderpoint will be put in this procurement group."
|
|
" If none is given, the moves generated by procurement rules will be grouped "
|
|
"into one big picking."
|
|
msgstr ""
|
|
"Movimentos criados através deste ponto de ordem será colocado neste grupo de"
|
|
" aprovisionamentos. Se nenhum for definido, os movimentos gerados pelos "
|
|
"regras de aprovisionamento serão agrupados num grande guia."
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_pack_operation_linked_move_operation_ids
|
|
msgid ""
|
|
"Moves impacted by this operation for the computation of the remaining "
|
|
"quantities"
|
|
msgstr ""
|
|
"Movimentos afetados por esta operação pelo calculo das restantes quantidades"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_quant_history_ids
|
|
msgid "Moves that operate(d) on this quant"
|
|
msgstr "Movimentos que operarão neste cabaz"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_product_putaway_name
|
|
#: model:ir.model.fields,field_description:stock.field_product_removal_name
|
|
#: model:ir.model.fields,field_description:stock.field_stock_incoterms_name
|
|
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_orderpoint_name
|
|
msgid "Name"
|
|
msgstr "Nome"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.quant_search_view
|
|
msgid "Negative"
|
|
msgstr "Negativo"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_quant_negative_dest_location_id
|
|
msgid "Negative Destination Location"
|
|
msgstr "Localização de Destino Negativa"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.product_template_search_form_view_stock
|
|
msgid "Negative Stock"
|
|
msgstr "Stock Negativo"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_scrap.py:19
|
|
#: code:addons/stock/models/stock_scrap.py:63
|
|
#: code:addons/stock/models/stock_scrap.py:64 selection:stock.move,state:0
|
|
#, python-format
|
|
msgid "New"
|
|
msgstr "Novo"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_change_product_qty_new_quantity
|
|
msgid "New Quantity on Hand"
|
|
msgstr "Nova Quantidade em Mão"
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,name:stock.action_picking_form
|
|
msgid "New Transfer"
|
|
msgstr "Nova Transferência"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_pack_operation_fresh_record
|
|
msgid "Newly created pack operation"
|
|
msgstr "Operação de pacote recentemente criada"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_backorder_confirmation
|
|
msgid "No Backorder"
|
|
msgstr "Nenhum retorno"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.report_stock_lines_date_search
|
|
msgid "No Inventory yet"
|
|
msgstr "Sem Inventário para Já"
|
|
|
|
#. module: stock
|
|
#: selection:res.partner,picking_warn:0
|
|
msgid "No Message"
|
|
msgstr "Sem Mensagem"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.report_stock_lines_date_search
|
|
msgid "No Stock Move yet"
|
|
msgstr "Sem Movimento de Stock para Já"
|
|
|
|
#. module: stock
|
|
#: selection:product.template,tracking:0
|
|
msgid "No Tracking"
|
|
msgstr "Sem Monitorização"
|
|
|
|
#. module: stock
|
|
#: selection:stock.config.settings,group_stock_adv_location:0
|
|
msgid "No automatic routing of products"
|
|
msgstr "Sem rotas automáticas de produtos"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_picking.py:823
|
|
#, python-format
|
|
msgid "No negative quantities allowed"
|
|
msgstr "Quantidades negativas não são permitidas"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/wizard/stock_picking_return.py:60
|
|
#, python-format
|
|
msgid ""
|
|
"No products to return (only lines in Done state and not fully returned yet "
|
|
"can be returned)!"
|
|
msgstr ""
|
|
"Sem produtos para devolver (apenas as linhas no estado Feito e não "
|
|
"devolvidas ainda podem ser revolvidas)!"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/procurement.py:182
|
|
#, python-format
|
|
msgid "No source location defined!"
|
|
msgstr "Localização de origem não definifa!"
|
|
|
|
#. module: stock
|
|
#: selection:stock.config.settings,group_product_variant:0
|
|
msgid "No variants on products"
|
|
msgstr "Não ver variantes nos produtos"
|
|
|
|
#. module: stock
|
|
#: model:stock.location,name:stock.stock_location_8
|
|
msgid "Non European Customers"
|
|
msgstr "Clientes não Europeus"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_pack_operation_product_ids
|
|
msgid "Non pack"
|
|
msgstr "Sem pacote"
|
|
|
|
#. module: stock
|
|
#: selection:stock.move,priority:0 selection:stock.picking,priority:0
|
|
msgid "Normal"
|
|
msgstr "Normal"
|
|
|
|
#. module: stock
|
|
#: selection:stock.move,priority:0 selection:stock.picking,priority:0
|
|
msgid "Not urgent"
|
|
msgstr "Não urgente"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_note
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_note
|
|
#: model:ir.ui.view,arch_db:stock.view_inventory_form
|
|
msgid "Notes"
|
|
msgstr "Notas"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_picking.py:461
|
|
#, python-format
|
|
msgid "Nothing to check the availability for."
|
|
msgstr "Nada para verificar a disponibilidade"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "Now, all your product quantities are correctly set."
|
|
msgstr "Todas as suas quantidades de produto foram definidas corretamente."
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_procurement_rule_delay
|
|
msgid "Number of Days"
|
|
msgstr "Numero de Dias"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_warehouse_orderpoint_lead_days
|
|
msgid ""
|
|
"Number of days after the orderpoint is triggered to receive the products or "
|
|
"to order to the vendor"
|
|
msgstr ""
|
|
"Número de dias depois do pedido ser ativado para receber os produtos ou para"
|
|
" encomendar ao fornecedor."
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_location_path_delay
|
|
msgid "Number of days needed to transfer the goods"
|
|
msgstr "Número de dias necessários para transferir os produtos"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_picking.py:68
|
|
#, python-format
|
|
msgid "OK"
|
|
msgstr "CONFIRMAR"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"Odoo handles <strong>advanced push/pull routes configuration</strong>, for "
|
|
"example:"
|
|
msgstr ""
|
|
"O Odoo consegue gerir <strong>configurações avançadas de rotas "
|
|
"push/pull</strong>, por exemplo:"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "Odoo has preconfigured <strong>one Warehouse</strong> for you."
|
|
msgstr "Odoo preconfigurou <strong>um armazém</strong> para si."
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"Odoo inventory management is fully integrated with sales and\n"
|
|
" invoicing process. Everything is automated from the initial\n"
|
|
" quotation to the delivery and the final invoice."
|
|
msgstr ""
|
|
"A gestão de inventário do Odoo está completamente integrada com o processo\n"
|
|
" de vendas e faturação. Tudo é automatizado desde a cotação inicial\n"
|
|
" até à entrega e fatura final."
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"Odoo is able to run advanced traceability by using Product Lots and Serial\n"
|
|
" Numbers, usually identified by bar codes stuck on the products."
|
|
msgstr ""
|
|
"O Odoo é capaz de administrar rastreamento avançado usando Lotes de Artigos e Números\n"
|
|
" de Série, tipicamente identificados por códigos de barras colados nos artigos."
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"Of course, feel free to add your own. Please note that Odoo is able to "
|
|
"convert units within the same category, for example, liters to gallons in "
|
|
"the volume category"
|
|
msgstr ""
|
|
"Como é óbvio, pode adicionar as suas. Note que o Odoo é capaz de converter "
|
|
"unidades dentro da mesma categoria, por exemplo, litros para galões na "
|
|
"categoria de volume"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.product_form_view_procurement_button
|
|
#: model:ir.ui.view,arch_db:stock.product_template_form_view_procurement_button
|
|
msgid "On Hand"
|
|
msgstr "Em Mão"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "On Hand / Available Quantities"
|
|
msgstr "Em Mão / Quantidades Disponíveis"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.product_template_kanban_stock_view
|
|
msgid "On hand:"
|
|
msgstr "Em mão:"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"Once it's fully working, give us some feedback: we love to hear from our "
|
|
"customer. It would be great if you could send us a photo of your warehouse "
|
|
"to"
|
|
msgstr ""
|
|
"Assim que estiver operacional, dê-nos algum feedback: gostamos sempre de "
|
|
"ouvir os nossos clientes. Seria ótimo se nos pudesse enviar uma foto do seu "
|
|
"armazém para"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_inventory.py:100
|
|
#, python-format
|
|
msgid "One Lot/Serial Number"
|
|
msgstr "Um Lote/Número de Serie"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_inventory.py:98
|
|
#, python-format
|
|
msgid "One owner only"
|
|
msgstr "Apenas um responsável"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_inventory.py:91
|
|
#, python-format
|
|
msgid "One product category"
|
|
msgstr "Uma categoria de artigo"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_inventory.py:98
|
|
#, python-format
|
|
msgid "One product for a specific owner"
|
|
msgstr "Um produto para um responsável especifico"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_inventory.py:92
|
|
#, python-format
|
|
msgid "One product only"
|
|
msgstr "Apenas um produto"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_operation_link_operation_id
|
|
msgid "Operation"
|
|
msgstr "Operação"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_pack_operation.py:215
|
|
#, python-format
|
|
msgid "Operation Details"
|
|
msgstr "Detalhes da Operação"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_path_name
|
|
msgid "Operation Name"
|
|
msgstr "Nome da Operação"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_picking_type_form
|
|
#: model:ir.ui.view,arch_db:stock.view_picking_type_list
|
|
#: model:ir.ui.view,arch_db:stock.view_picking_type_tree
|
|
#: model:ir.ui.view,arch_db:stock.view_warehouse
|
|
msgid "Operation Types"
|
|
msgstr "Tipos de Operação"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_pack_operation_lot_operation_id
|
|
msgid "Operation id"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.menu,name:stock.menu_stock_warehouse_mgmt
|
|
#: model:ir.ui.view,arch_db:stock.view_picking_form
|
|
msgid "Operations"
|
|
msgstr "Operações"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.menu,name:stock.menu_pickingtype
|
|
msgid "Operations Types"
|
|
msgstr "Tipos de Operação"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_move_linked_move_operation_ids
|
|
msgid ""
|
|
"Operations that impact this move for the computation of the remaining "
|
|
"quantities"
|
|
msgstr ""
|
|
"Operações que causam impacto neste movimento para o calculo das restantes "
|
|
"quantidades"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_move_partner_id
|
|
msgid ""
|
|
"Optional address where goods are to be delivered, specifically used for "
|
|
"allotment"
|
|
msgstr ""
|
|
"Endereço opcional onde as mercadorias devem ser entregues, especificamente "
|
|
"usado para loteamento"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_location_posx
|
|
#: model:ir.model.fields,help:stock.field_stock_location_posy
|
|
#: model:ir.model.fields,help:stock.field_stock_location_posz
|
|
msgid "Optional localization details, for information purpose only"
|
|
msgstr "Detalhes de localização opcionais, para fins de informação apenas"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_move_returned_move_ids
|
|
msgid "Optional: all returned moves created from this move"
|
|
msgstr ""
|
|
"Opcional: Todos os movimentos retornados criados a partir deste movimento"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_move_move_dest_id
|
|
msgid "Optional: next stock move when chaining them"
|
|
msgstr ""
|
|
"Opcional: próximo movimento de stock que vem quando o encadeamento deles"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_move_move_orig_ids
|
|
msgid "Optional: previous stock move when chaining them"
|
|
msgstr "Opcional: Movimento de stock anterior quando são encadeados"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_picking_internal_search
|
|
msgid "Order Date"
|
|
msgstr "Ordem da Data"
|
|
|
|
#. module: stock
|
|
#: model:stock.location,name:stock.location_order
|
|
msgid "Order Processing"
|
|
msgstr "Ordem de processamento"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_ordered_qty
|
|
#: model:ir.model.fields,field_description:stock.field_stock_pack_operation_ordered_qty
|
|
msgid "Ordered Quantity"
|
|
msgstr "Quantidade Pedida"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_move_search
|
|
msgid "Orders processed Today or planned for Today"
|
|
msgstr "Ordens processadas ou planeadas para hoje"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_move_form
|
|
#: model:ir.ui.view,arch_db:stock.view_picking_internal_search
|
|
msgid "Origin"
|
|
msgstr "Origem"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_origin_returned_move_id
|
|
msgid "Origin return move"
|
|
msgstr "Movimento de Retorno da Origem"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_move_orig_ids
|
|
msgid "Original Move"
|
|
msgstr "Movimento Original"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_return_picking_original_location_id
|
|
msgid "Original location id"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_quant.py:222
|
|
#, python-format
|
|
msgid "Otherwise make sure the right stock/owner is set."
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_out_type_id
|
|
msgid "Out Type"
|
|
msgstr "Tipo de Entrega"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_product_product_outgoing_qty
|
|
#: model:ir.model.fields,field_description:stock.field_product_template_outgoing_qty
|
|
msgid "Outgoing"
|
|
msgstr "Outgoing"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_delivery_steps
|
|
msgid "Outgoing Shippings"
|
|
msgstr "Carregamentos de Saída"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_warehouse.py:95
|
|
#: model:stock.location,name:stock.stock_location_output
|
|
#, python-format
|
|
msgid "Output"
|
|
msgstr "Saída"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_wh_output_stock_loc_id
|
|
msgid "Output Location"
|
|
msgstr "Localização de Saída"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_inventory_line_partner_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_partner_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_pack_operation_owner_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_owner_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_quant_owner_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_quant_package_owner_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_scrap_owner_id
|
|
#: model:ir.ui.view,arch_db:stock.quant_search_view
|
|
msgid "Owner"
|
|
msgstr "Proprietário"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_restrict_partner_id
|
|
msgid "Owner "
|
|
msgstr "Responsável "
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_location_partner_id
|
|
msgid "Owner of the location if not internal"
|
|
msgstr "Responsável da localização se não for interna"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_pack_operation_owner_id
|
|
msgid "Owner of the quants"
|
|
msgstr "Responsável pelos quants"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/product.py:353
|
|
#, python-format
|
|
msgid "P&L Qty"
|
|
msgstr "Qtd P&L"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_warehouse.py:213
|
|
#: model:ir.model.fields,field_description:stock.field_stock_inventory_line_package_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_pack_operation_pack_ids
|
|
#, python-format
|
|
msgid "Pack"
|
|
msgstr "Embalagem"
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,name:stock.pack_details
|
|
msgid "Pack Details"
|
|
msgstr "Detalhes do Pacote"
|
|
|
|
#. module: stock
|
|
#: model:ir.model,name:stock.model_stock_move_operation_link
|
|
msgid "Pack Operation / Moves Link"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_pack_type_id
|
|
msgid "Pack Type"
|
|
msgstr "Tipo de Pacote"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/barcode.py:14
|
|
#: model:ir.model.fields,field_description:stock.field_stock_quant_package_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_scrap_package_id
|
|
#: model:ir.ui.view,arch_db:stock.quant_package_search_view
|
|
#: model:ir.ui.view,arch_db:stock.quant_search_view
|
|
#: model:ir.ui.view,arch_db:stock.view_quant_package_form
|
|
#: model:ir.ui.view,arch_db:stock.view_quant_package_tree
|
|
#, python-format
|
|
msgid "Package"
|
|
msgstr "Pacote"
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode_small
|
|
msgid "Package BarCode"
|
|
msgstr "Pacote Código de Barras"
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode
|
|
msgid "Package BarCode with Contents"
|
|
msgstr "Conteúdos do Pacote Código de Barras"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.quant_package_search_view
|
|
msgid "Package Name"
|
|
msgstr "Nome do Pacote"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_quant_package_name
|
|
#: model:ir.ui.view,arch_db:stock.view_quant_package_form
|
|
msgid "Package Reference"
|
|
msgstr "Referência do Pacote"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_picking_form
|
|
msgid "Package To Move"
|
|
msgstr "Pacote a Mover"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_quant_package_form
|
|
msgid "Package Transfers"
|
|
msgstr "Transferências do Pacote"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_quant_package_packaging_id
|
|
msgid "Package Type"
|
|
msgstr "Tipo de Embalagem"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.menu,name:stock.menu_packagings
|
|
msgid "Package Types"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,name:stock.action_package_view
|
|
#: model:ir.model.fields,field_description:stock.field_stock_config_settings_group_stock_tracking_lot
|
|
#: model:ir.ui.menu,name:stock.menu_package
|
|
#: model:ir.ui.menu,name:stock.menu_packages_config
|
|
#: model:ir.ui.view,arch_db:stock.view_pack_operation_details_form
|
|
msgid "Packages"
|
|
msgstr "Pacotes"
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,help:stock.action_package_view
|
|
msgid ""
|
|
"Packages are usually created by pack operations made on transfers and can "
|
|
"contains several different products. You can then reuse a package to move "
|
|
"its whole content somewhere else, or to pack it into another bigger package."
|
|
" A package can also be unpacked, allowing the disposal of its former content"
|
|
" as single units again."
|
|
msgstr ""
|
|
"As bateladas são normalmente criadas por operações de acondicionamento "
|
|
"feitas em transferências e podem conter vários produtos diferentes. Pode "
|
|
"depois reutilizar uma batelada para mover o seu conteúdo inteiro para outro "
|
|
"lugar, ou para integrar noutra batelada maior. Uma batelada também pode ser "
|
|
"desfeita, permitindo a disposição do seu conteúdo anterior como unidades "
|
|
"individuais de novo."
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.quant_package_search_view
|
|
msgid "Packaging"
|
|
msgstr "Embalagem"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_config_settings_group_stock_packaging
|
|
msgid "Packaging Methods"
|
|
msgstr "Métodos de Empacotamento"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_wh_pack_stock_loc_id
|
|
msgid "Packing Location"
|
|
msgstr "Local de Assemblagem"
|
|
|
|
#. module: stock
|
|
#: model:ir.model,name:stock.model_stock_pack_operation
|
|
msgid "Packing Operation"
|
|
msgstr "Operação de Assemblagem"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_warehouse.py:96
|
|
#: model:stock.location,name:stock.location_pack_zone
|
|
#, python-format
|
|
msgid "Packing Zone"
|
|
msgstr "Zona de Assemblagem"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_picking_type_form
|
|
msgid "Packs and Lots"
|
|
msgstr "Pacotes e Lotes"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_procurement_compute_wizard
|
|
msgid "Parameters"
|
|
msgstr "Parâmetros"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_location_id
|
|
#: model:ir.ui.view,arch_db:stock.view_location_search
|
|
msgid "Parent Location"
|
|
msgstr "Localização Ascendente"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_quant_package_parent_id
|
|
msgid "Parent Package"
|
|
msgstr "Pacote Ascendente"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_return_picking_parent_location_id
|
|
msgid "Parent location id"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: selection:stock.picking,move_type:0
|
|
msgid "Partial"
|
|
msgstr "Parcial"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_partially_available
|
|
#: selection:stock.picking,state:0
|
|
msgid "Partially Available"
|
|
msgstr "Parcialmente Disponivel"
|
|
|
|
#. module: stock
|
|
#: model:ir.model,name:stock.model_res_partner
|
|
#: model:ir.model.fields,field_description:stock.field_procurement_group_partner_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_partner_id
|
|
#: model:ir.ui.view,arch_db:stock.view_move_search
|
|
msgid "Partner"
|
|
msgstr "Parceiro"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_procurement_rule_partner_address_id
|
|
msgid "Partner Address"
|
|
msgstr "Endereço do Parceiro"
|
|
|
|
#. module: stock
|
|
#: model:stock.location,name:stock.stock_location_locations_partner
|
|
msgid "Partner Locations"
|
|
msgstr "Localizações do Parceiro"
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,help:stock.action_inventory_form
|
|
msgid ""
|
|
"Periodical Inventories are used to count the number of products\n"
|
|
" available per location. You can use it once a year when you do\n"
|
|
" the general inventory or whenever you need it, to adapt the\n"
|
|
" current inventory level of a product."
|
|
msgstr ""
|
|
"Inventários Periódicos são usados para contar o número de artigos\n"
|
|
" disponíveis por localização. Pode usá-lo uma vez por ano quando\n"
|
|
" faz o inventário geral ou sempre que precisar, para adaptar o nível\n"
|
|
" atual de inventário de um artigo."
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "Periodical Tasks"
|
|
msgstr "Tarefas Periódicas"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_inventory_filter
|
|
msgid "Physical Inventories by Month"
|
|
msgstr "Inventários Físicos por Mês"
|
|
|
|
#. module: stock
|
|
#: model:stock.location,name:stock.stock_location_locations
|
|
msgid "Physical Locations"
|
|
msgstr "Localizações Físicas"
|
|
|
|
#. module: stock
|
|
#: model:ir.model,name:stock.model_stock_quant_package
|
|
msgid "Physical Packages"
|
|
msgstr "Pacotes Físicos"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_warehouse.py:221
|
|
#, python-format
|
|
msgid "Pick"
|
|
msgstr "Escolher"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_warehouse.py:403
|
|
#, python-format
|
|
msgid "Pick + Pack + Ship"
|
|
msgstr "Recolha + Empacotar + Envio"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_warehouse.py:402
|
|
#, python-format
|
|
msgid "Pick + Ship"
|
|
msgstr "Recolha + Envio"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_pick_type_id
|
|
msgid "Pick Type"
|
|
msgstr "Tipo de Recolha"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_backorder_confirmation_pick_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_immediate_transfer_pick_id
|
|
msgid "Pick id"
|
|
msgstr "Id do Picking"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_scrap_picking_id
|
|
#: model:ir.ui.view,arch_db:stock.view_move_search
|
|
msgid "Picking"
|
|
msgstr "Picking"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_picking_internal_search
|
|
msgid "Picking List"
|
|
msgstr "Lista Picking"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_picking_internal_search
|
|
msgid "Picking Lists"
|
|
msgstr "Listas de Recolha"
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.report.xml,name:stock.action_report_picking
|
|
msgid "Picking Operations"
|
|
msgstr "Operações de Recolha"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_procurement_rule_picking_type_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_path_picking_type_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_picking_type_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_picking_type_id
|
|
#: model:ir.ui.view,arch_db:stock.view_picking_internal_search
|
|
#: model:ir.ui.view,arch_db:stock.view_pickingtype_filter
|
|
msgid "Picking Type"
|
|
msgstr "Tipo de Recolha"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_type_name
|
|
msgid "Picking Type Name"
|
|
msgstr "Nome do Tipo de Recolha"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_procurement_rule_picking_type_id
|
|
msgid ""
|
|
"Picking Type determines the way the picking should be shown in the view, "
|
|
"reports, ..."
|
|
msgstr ""
|
|
"O tipo de recolha determina a maneira como esta é apresentada na vista, "
|
|
"relatorios, ..."
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_type_return_picking_type_id
|
|
msgid "Picking Type for Returns"
|
|
msgstr "Tipos de Recolha para Retorno"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_config_settings_module_stock_picking_wave
|
|
msgid "Picking Waves"
|
|
msgstr "Processos de Recolha"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.vpicktree
|
|
msgid "Picking list"
|
|
msgstr "Lista Picking"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.procurement_group_form_view_herited
|
|
msgid "Pickings"
|
|
msgstr "Recolhas"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_picking_internal_search
|
|
msgid "Pickings already processed"
|
|
msgstr "Pickings já processados"
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,name:stock.do_view_pickings
|
|
msgid "Pickings for Groups"
|
|
msgstr "A Escolher para Grupos"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_picking_internal_search
|
|
msgid "Pickings that are late on scheduled time"
|
|
msgstr "Recolhas que estão atrasadas no planeamento"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_stock_level_forecast_filter
|
|
msgid "Pivot"
|
|
msgstr "Pivot"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_make_procurement_date_planned
|
|
msgid "Planned Date"
|
|
msgstr "Data Planeada"
|
|
|
|
#. module: stock
|
|
#: model:ir.model,name:stock.model_web_planner
|
|
msgid "Planner"
|
|
msgstr "Planeador"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_picking.py:779
|
|
#, python-format
|
|
msgid ""
|
|
"Please create some Initial Demand or Mark as Todo and create some "
|
|
"Operations. "
|
|
msgstr ""
|
|
"Por favor, crie alguma procura inicial ou marque A Fazer e crie algumas "
|
|
"operações."
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_picking.py:1008
|
|
#, python-format
|
|
msgid "Please process some quantities to put in the pack first!"
|
|
msgstr ""
|
|
"Por favor, processe algumas quantidades para colocar no pacote primeiro!"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/wizard/stock_picking_return.py:139
|
|
#, python-format
|
|
msgid "Please specify at least one non-zero quantity."
|
|
msgstr "Por favor especifique pelo menos uma quantidade diferente de zero."
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_pack_operation_lot_plus_visible
|
|
msgid "Plus visible"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.quant_search_view
|
|
msgid "Positive"
|
|
msgstr "Positivo"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_product_packaging
|
|
msgid "Preferred Packaging"
|
|
msgstr "Acondicionamento Preferencial"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_make_procurement_route_ids
|
|
#: model:ir.model.fields,field_description:stock.field_procurement_order_route_ids
|
|
msgid "Preferred Routes"
|
|
msgstr "Rotas Preferidas"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_move_route_ids
|
|
msgid "Preferred route to be followed by the procurement order"
|
|
msgstr "Rota preferida para ser seguida pela ordem de aprovisionamento"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_procurement_order_route_ids
|
|
msgid ""
|
|
"Preferred route to be followed by the procurement order. Usually copied from"
|
|
" the generating document (SO) but could be set up manually."
|
|
msgstr ""
|
|
"Rota preferêncial para ser seguida pela ordem de aprovisionamento. "
|
|
"Usualmente copiada do documento gerado (SO) mas pode ser definida "
|
|
"manualmente."
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_picking_form
|
|
msgid "Print"
|
|
msgstr "Imprimir"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_printed
|
|
msgid "Printed"
|
|
msgstr "Impresso"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_fixed_putaway_strat_sequence
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_priority
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_priority
|
|
msgid "Priority"
|
|
msgstr "Prioridade"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_picking_priority
|
|
msgid ""
|
|
"Priority for this picking. Setting manually a value here would set it as "
|
|
"priority for all the moves"
|
|
msgstr ""
|
|
"Prioridade para esta recolha. Configurar manualmente um valor para servir de"
|
|
" prioridade para todos os movimentos"
|
|
|
|
#. module: stock
|
|
#: model:ir.model,name:stock.model_procurement_order
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_procurement_id
|
|
#: selection:stock.location,usage:0
|
|
msgid "Procurement"
|
|
msgstr "Aquisição"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.menu,name:stock.menu_stock_procurement_action
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "Procurement Exceptions"
|
|
msgstr "Exceções de Aquisição"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_group_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_group_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_orderpoint_group_id
|
|
#: model:ir.ui.view,arch_db:stock.view_picking_internal_search
|
|
msgid "Procurement Group"
|
|
msgstr "Grupo de Aquisição"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_procurement_order_location_id
|
|
#: model:ir.model.fields,field_description:stock.field_procurement_rule_location_id
|
|
#: model:ir.model.fields,field_description:stock.field_product_product_property_stock_procurement
|
|
#: model:ir.model.fields,field_description:stock.field_product_template_property_stock_procurement
|
|
msgid "Procurement Location"
|
|
msgstr "Localização de Aquisição"
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,name:stock.act_make_procurement
|
|
#: model:ir.ui.view,arch_db:stock.product_form_view_procurement_button
|
|
#: model:ir.ui.view,arch_db:stock.product_product_view_form_easy_inherit_stock
|
|
#: model:ir.ui.view,arch_db:stock.product_template_form_view_procurement_button
|
|
#: model:ir.ui.view,arch_db:stock.view_make_procurment_wizard
|
|
msgid "Procurement Request"
|
|
msgstr "Pedido de Aquisição"
|
|
|
|
#. module: stock
|
|
#: model:ir.model,name:stock.model_procurement_group
|
|
msgid "Procurement Requisition"
|
|
msgstr "Pedido de Aquisição"
|
|
|
|
#. module: stock
|
|
#: model:ir.model,name:stock.model_procurement_rule
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_rule_id
|
|
msgid "Procurement Rule"
|
|
msgstr "Regras de Aquisição"
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,name:stock.procrules
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_route_pull_ids
|
|
#: model:ir.ui.view,arch_db:stock.stock_location_route_form_view
|
|
msgid "Procurement Rules"
|
|
msgstr "Regras de Aquisição"
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,name:stock.do_view_procurement_op
|
|
#: model:ir.model.fields,field_description:stock.field_stock_config_settings_module_procurement_jit
|
|
#: model:ir.ui.view,arch_db:stock.view_warehouse_orderpoint_form
|
|
#: model:stock.location,name:stock.location_procurement
|
|
msgid "Procurements"
|
|
msgstr "Aquisições"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/product.py:363
|
|
#, python-format
|
|
msgid "Produced Qty"
|
|
msgstr "Quantidade Produzida"
|
|
|
|
#. module: stock
|
|
#: model:ir.model,name:stock.model_product_product
|
|
#: model:ir.model.fields,field_description:stock.field_make_procurement_product_id
|
|
#: model:ir.model.fields,field_description:stock.field_report_stock_forecast_product_id
|
|
#: model:ir.model.fields,field_description:stock.field_report_stock_lines_date_product_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_change_product_qty_product_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_inventory_line_product_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_product_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_pack_operation_product_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_product_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_production_lot_product_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_quant_product_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_return_picking_line_product_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_scrap_product_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_orderpoint_product_id
|
|
#: model:ir.ui.view,arch_db:stock.quant_search_view
|
|
#: model:ir.ui.view,arch_db:stock.report_lot_barcode
|
|
#: model:ir.ui.view,arch_db:stock.report_package_barcode
|
|
#: model:ir.ui.view,arch_db:stock.search_product_lot_filter
|
|
#: model:ir.ui.view,arch_db:stock.stock_scrap_search_view
|
|
#: model:ir.ui.view,arch_db:stock.view_move_search
|
|
msgid "Product"
|
|
msgstr "Produto"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_location.py:152
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_route_categ_ids
|
|
#: model:ir.ui.menu,name:stock.menu_product_category_config_stock
|
|
#: model:ir.ui.view,arch_db:stock.stock_location_route_form_view
|
|
#, python-format
|
|
msgid "Product Categories"
|
|
msgstr "Categorias do Artigo"
|
|
|
|
#. module: stock
|
|
#: model:ir.model,name:stock.model_product_category
|
|
#: model:ir.model.fields,field_description:stock.field_stock_fixed_putaway_strat_category_id
|
|
msgid "Product Category"
|
|
msgstr "Categoria do Artigo"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_inventory_line_product_code
|
|
msgid "Product Code"
|
|
msgstr "Código do Produto"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.search_product_lot_filter
|
|
msgid "Product Lots"
|
|
msgstr "Lotes de Produto"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.search_product_lot_filter
|
|
msgid "Product Lots Filter"
|
|
msgstr "Filtros dos Lotes dos artigos"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_inventory_line_product_name
|
|
msgid "Product Name"
|
|
msgstr "Nome do artigo"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_config_settings_group_stock_tracking_owner
|
|
msgid "Product Owners"
|
|
msgstr "Donos do Produto"
|
|
|
|
#. module: stock
|
|
#: model:ir.model,name:stock.model_product_template
|
|
#: model:ir.model.fields,field_description:stock.field_report_stock_forecast_product_tmpl_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_product_tmpl_id
|
|
msgid "Product Template"
|
|
msgstr "Modelo de Produto"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "Product Types"
|
|
msgstr "Tipos de Produto"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_inventory_line_product_uom_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_orderpoint_product_uom
|
|
msgid "Product Unit of Measure"
|
|
msgstr "Unidade de medida do produto"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_config_settings_group_product_variant
|
|
#: model:ir.ui.menu,name:stock.product_product_menu
|
|
msgid "Product Variants"
|
|
msgstr "Variantes de Produto"
|
|
|
|
#. module: stock
|
|
#: model:stock.location,name:stock.location_production
|
|
#: selection:stock.location,usage:0
|
|
msgid "Production"
|
|
msgstr "Produção"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_product_product_property_stock_production
|
|
#: model:ir.model.fields,field_description:stock.field_product_template_property_stock_production
|
|
msgid "Production Location"
|
|
msgstr "Localização da Produção"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_location.py:141
|
|
#: model:ir.actions.act_window,name:stock.act_product_location_open
|
|
#: model:ir.actions.act_window,name:stock.product_template_action_product
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_route_product_ids
|
|
#: model:ir.ui.menu,name:stock.menu_product_in_config_stock
|
|
#: model:ir.ui.menu,name:stock.menu_product_variant_config_stock
|
|
#: model:ir.ui.view,arch_db:stock.stock_location_route_form_view
|
|
#: model:ir.ui.view,arch_db:stock.view_location_form
|
|
#: model:ir.ui.view,arch_db:stock.view_pack_operation_details_form
|
|
#: model:ir.ui.view,arch_db:stock.view_production_lot_form
|
|
#: model:ir.ui.view,arch_db:stock.view_stock_config_settings
|
|
#, python-format
|
|
msgid "Products"
|
|
msgstr "Artigos"
|
|
|
|
#. module: stock
|
|
#: selection:stock.config.settings,group_product_variant:0
|
|
msgid ""
|
|
"Products can have several attributes, defining variants (Example: size, "
|
|
"color,...)"
|
|
msgstr ""
|
|
"Produtos podem ter vários atributos, definindo variantes (Exemplo: tamanho, "
|
|
"cor,...)"
|
|
|
|
#. module: stock
|
|
#: selection:stock.config.settings,group_uom:0
|
|
msgid "Products have only one unit of measure (easier)"
|
|
msgstr "Produtos têm apenas uma unidade de medida (fácil)"
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,help:stock.action_stock_scrap
|
|
msgid ""
|
|
"Products you scrap will be removed from the stock and moved to a specific "
|
|
"scrap location, for reporting purposes."
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/product.py:326
|
|
#, python-format
|
|
msgid "Products: "
|
|
msgstr "Artigos: "
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_procurement_rule_propagate
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_path_propagate
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_propagate
|
|
msgid "Propagate cancel and split"
|
|
msgstr "Propagar cancelar e dividir"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "Purchase Flow"
|
|
msgstr "Fluxo de Compra"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_push_rule_id
|
|
msgid "Push Rule"
|
|
msgstr "Regra de Colocar"
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,name:stock.stolocpath
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_route_push_ids
|
|
#: model:ir.ui.view,arch_db:stock.stock_location_route_form_view
|
|
msgid "Push Rules"
|
|
msgstr "Regras de Colocar"
|
|
|
|
#. module: stock
|
|
#: model:ir.model,name:stock.model_stock_location_path
|
|
msgid "Pushed Flow"
|
|
msgstr "Fluxo de Push"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_fixed_putaway_strat_putaway_id
|
|
msgid "Put Away Method"
|
|
msgstr "Método de Guardar Definitivamente"
|
|
|
|
#. module: stock
|
|
#: model:ir.model,name:stock.model_product_putaway
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_putaway_strategy_id
|
|
msgid "Put Away Strategy"
|
|
msgstr "Estratégia de Guardar Definitivamente"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_putaway
|
|
msgid "Putaway"
|
|
msgstr "Guardar Definitivamente"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_orderpoint_qty_multiple
|
|
msgid "Qty Multiple"
|
|
msgstr "Multiplo de quantidade"
|
|
|
|
#. module: stock
|
|
#: sql_constraint:stock.warehouse.orderpoint:0
|
|
msgid "Qty Multiple must be greater than or equal to zero."
|
|
msgstr "Multiplicador de Qtd deve ser maior ou igual a zero."
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_config_settings_module_quality
|
|
msgid "Quality"
|
|
msgstr "Qualidade"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_warehouse.py:94
|
|
#, python-format
|
|
msgid "Quality Control"
|
|
msgstr "Controlo de qualidade"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_wh_qc_stock_loc_id
|
|
msgid "Quality Control Location"
|
|
msgstr "Localização do Controlo de Qualidade"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_move.py:264
|
|
#, python-format
|
|
msgid ""
|
|
"Quantities, Units of Measure, Products and Locations cannot be modified on "
|
|
"stock moves that have already been processed (except by the Administrator)."
|
|
msgstr ""
|
|
"Quanitdades, Unidades de Medida, Produtos e Localizações não podem ser "
|
|
"modificados nos movimentos de stock que já foram processados (excepto pelo "
|
|
"administrador)."
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_make_procurement_qty
|
|
#: model:ir.model.fields,field_description:stock.field_report_stock_forecast_quantity
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_operation_link_qty
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_product_uom_qty
|
|
#: model:ir.model.fields,field_description:stock.field_stock_production_lot_product_qty
|
|
#: model:ir.model.fields,field_description:stock.field_stock_quant_qty
|
|
#: model:ir.model.fields,field_description:stock.field_stock_return_picking_line_quantity
|
|
#: model:ir.model.fields,field_description:stock.field_stock_scrap_scrap_qty
|
|
#: model:ir.ui.view,arch_db:stock.report_package_barcode
|
|
msgid "Quantity"
|
|
msgstr "Quantidade"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_pack_operation_qty_done_uom_ordered
|
|
msgid "Quantity Done"
|
|
msgstr "Quantidade Feita"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_warehouse_orderpoint_form
|
|
msgid "Quantity Multiple"
|
|
msgstr "Multiplo da Quantidade"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_product_product_qty_available
|
|
#: model:ir.model.fields,field_description:stock.field_product_template_qty_available
|
|
msgid "Quantity On Hand"
|
|
msgstr "Quantidade Em Mão"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_reserved_availability
|
|
msgid "Quantity Reserved"
|
|
msgstr "Quantidade Reservada"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/wizard/stock_change_product_qty.py:78
|
|
#, python-format
|
|
msgid "Quantity cannot be negative."
|
|
msgstr "A quantidade não pode ser negativa"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_move.py:394
|
|
#, python-format
|
|
msgid "Quantity decreased!"
|
|
msgstr "Quantidade diminuiu!"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_pack_operation_qty_done_uom_ordered
|
|
msgid "Quantity done in UOM ordered"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_move_availability
|
|
msgid "Quantity in stock that can still be reserved for this move"
|
|
msgstr "Quantidade em stock que ainda pode ser reservada para este movimento"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_move_product_qty
|
|
msgid "Quantity in the default UoM of the product"
|
|
msgstr "Quantidade por defeito na UdM do produto"
|
|
|
|
#. module: stock
|
|
#: sql_constraint:stock.pack.operation.lot:0
|
|
msgid "Quantity must be greater than or equal to 0.0!"
|
|
msgstr "Quantidade tem de ser maior ou igual a 0!"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_quant_qty
|
|
msgid ""
|
|
"Quantity of products in this quant, in the default unit of measure of the "
|
|
"product"
|
|
msgstr ""
|
|
"Quantidades dos produtos no cabaz, na unidade de medida por defeito no "
|
|
"produto"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_product_product_incoming_qty
|
|
msgid ""
|
|
"Quantity of products that are planned to arrive.\n"
|
|
"In a context with a single Stock Location, this includes goods arriving to this Location, or any of its children.\n"
|
|
"In a context with a single Warehouse, this includes goods arriving to the Stock Location of this Warehouse, or any of its children.\n"
|
|
"Otherwise, this includes goods arriving to any Stock Location with 'internal' type."
|
|
msgstr ""
|
|
"Quantidade do produto que está planeada chegar.\n"
|
|
"No contexto de uma unica localização de stock, isto inclui a chegada a esta localização ou a qualquer uma das filhas.\n"
|
|
"No contexto de um unico armazém, isto inclui a chegada à localização de stock do respectivo armazém ou a qualquer uma das filhas.\n"
|
|
"Caso contrário, isto inclui a chegada à localização de stock com o tipo interno definido."
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_product_product_outgoing_qty
|
|
msgid ""
|
|
"Quantity of products that are planned to leave.\n"
|
|
"In a context with a single Stock Location, this includes goods leaving this Location, or any of its children.\n"
|
|
"In a context with a single Warehouse, this includes goods leaving the Stock Location of this Warehouse, or any of its children.\n"
|
|
"Otherwise, this includes goods leaving any Stock Location with 'internal' type."
|
|
msgstr ""
|
|
"Quantidade do produto que está planeada sair.\n"
|
|
"No contexto de uma unica localização de stock, isto inclui a saida desta localização ou a qualquer uma das filhas.\n"
|
|
"No contexto de um unico armazém, isto inclui a saida da localização de stock do respectivo armazém ou de qualquer uma das filhas.\n"
|
|
"Caso contrário, isto inclui a saida da localização de stock com o tipo interno definido."
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_move_operation_link_qty
|
|
msgid ""
|
|
"Quantity of products to consider when talking about the contribution of this"
|
|
" pack operation towards the remaining quantity of the move (and inverse). "
|
|
"Given in the product main uom."
|
|
msgstr ""
|
|
"Quantidade dos produtos a considerar quando falamos na contribuição da "
|
|
"operação deste pacote em direção à quantidade remanescente do movimento (e "
|
|
"invertida). Dada pelo udm principal do produto."
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_move_reserved_availability
|
|
msgid "Quantity that has already been reserved for this move"
|
|
msgstr "Quantidade que já foi reservada para este movimento"
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,name:stock.lot_open_quants
|
|
#: model:ir.model,name:stock.model_stock_quant
|
|
#: model:ir.model.fields,field_description:stock.field_stock_production_lot_quant_ids
|
|
#: model:ir.ui.view,arch_db:stock.view_quant_package_form
|
|
msgid "Quants"
|
|
msgstr "Cabazes"
|
|
|
|
#. module: stock
|
|
#: model:stock.inventory.line,product_name:stock.stock_inventory_line_12
|
|
msgid "RAM SR5"
|
|
msgstr "RAM SR5"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_type_rate_picking_backorders
|
|
msgid "Rate picking backorders"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_type_rate_picking_late
|
|
msgid "Rate picking late"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.stock_picking_type_kanban
|
|
#: model:ir.ui.view,arch_db:stock.view_move_search
|
|
#: model:ir.ui.view,arch_db:stock.view_picking_internal_search
|
|
msgid "Ready"
|
|
msgstr "Pronto"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_product_qty
|
|
#: model:ir.ui.view,arch_db:stock.view_inventory_form
|
|
msgid "Real Quantity"
|
|
msgstr "Quantidade Real"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_product_product_reception_count
|
|
#: model:ir.ui.view,arch_db:stock.product_kanban_stock_view
|
|
msgid "Receipt"
|
|
msgstr "Recebido"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_reception_route_id
|
|
msgid "Receipt Route"
|
|
msgstr "Rota de Recebimento"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_warehouse.py:400
|
|
#, python-format
|
|
msgid "Receipt in 1 step"
|
|
msgstr "Recebido num passo"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_warehouse.py:400
|
|
#, python-format
|
|
msgid "Receipt in 2 steps"
|
|
msgstr "Recebido em 2 passos"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_warehouse.py:401
|
|
#, python-format
|
|
msgid "Receipt in 3 steps"
|
|
msgstr "Recebido em 3 passos"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_warehouse.py:199
|
|
#: model:ir.actions.act_window,name:stock.action_receive_move
|
|
#: model:ir.ui.view,arch_db:stock.product_kanban_stock_view
|
|
#: model:stock.picking.type,name:stock.chi_picking_type_in
|
|
#: model:stock.picking.type,name:stock.picking_type_in
|
|
#, python-format
|
|
msgid "Receipts"
|
|
msgstr "Recebimentos"
|
|
|
|
#. module: stock
|
|
#: selection:stock.warehouse,reception_steps:0
|
|
msgid "Receive goods directly in stock (1 step)"
|
|
msgstr "Receber mercadorias diretamente no stock (1 passo)"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/product.py:337
|
|
#, python-format
|
|
msgid "Received Qty"
|
|
msgstr "Qtd Recebida"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_picking_form
|
|
msgid "Recheck Availability"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_picking_form
|
|
msgid "Recompute"
|
|
msgstr "Recalcular"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_recompute_pack_op
|
|
msgid "Recompute pack operation?"
|
|
msgstr "Recalcular a operação do pacote?"
|
|
|
|
#. module: stock
|
|
#: selection:stock.config.settings,group_stock_tracking_lot:0
|
|
msgid "Record packages used on packing: pallets, boxes, ..."
|
|
msgstr "Usar Pacotes: Paletes, Caixas, ..."
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_name
|
|
#: model:ir.model.fields,field_description:stock.field_stock_scrap_name
|
|
#: model:ir.ui.view,arch_db:stock.view_move_search
|
|
#: model:ir.ui.view,arch_db:stock.view_move_tree
|
|
#: model:ir.ui.view,arch_db:stock.view_move_tree_receipt_picking
|
|
#: model:ir.ui.view,arch_db:stock.view_move_tree_receipt_picking_board
|
|
msgid "Reference"
|
|
msgstr "Referência"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_type_sequence_id
|
|
msgid "Reference Sequence"
|
|
msgstr "Referência da Sequência"
|
|
|
|
#. module: stock
|
|
#: sql_constraint:stock.picking:0
|
|
msgid "Reference must be unique per company!"
|
|
msgstr "A referência deve ser única por empresa!"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_picking_origin
|
|
msgid "Reference of the document"
|
|
msgstr "Referência do documento"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_pack_operation_ids
|
|
msgid "Related Packing Operations"
|
|
msgstr "Operações de Pacote Relacionadas"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_pack_operation_remaining_qty
|
|
msgid "Remaining Qty"
|
|
msgstr "Qtd Remanescente"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_remaining_qty
|
|
msgid "Remaining Quantity"
|
|
msgstr "Quantidade Remanescente"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_move_remaining_qty
|
|
msgid ""
|
|
"Remaining Quantity in default UoM according to operations matched with this "
|
|
"move"
|
|
msgstr ""
|
|
"Quantidade Remanescente na UdM por defeito de acordo com as operações deste "
|
|
"movimento"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_picking_internal_search
|
|
msgid "Remaining parts of picking partially processed"
|
|
msgstr "Partes remanescentes da recolha parcialmente processada"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_pack_operation_remaining_qty
|
|
msgid ""
|
|
"Remaining quantity in default UoM according to moves matched with this "
|
|
"operation."
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_removal
|
|
msgid "Removal"
|
|
msgstr "Remoção"
|
|
|
|
#. module: stock
|
|
#: model:ir.model,name:stock.model_product_removal
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_removal_strategy_id
|
|
msgid "Removal Strategy"
|
|
msgstr "Estratégia de Remoção"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_quant.py:467
|
|
#, python-format
|
|
msgid "Removal strategy %s not implemented."
|
|
msgstr "Estratégia de Remoção %s não implementada."
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,name:stock.act_stock_warehouse_2_stock_warehouse_orderpoint
|
|
#: model:ir.actions.act_window,name:stock.action_orderpoint_form
|
|
#: model:ir.actions.act_window,name:stock.product_open_orderpoint
|
|
#: model:ir.model.fields,field_description:stock.field_product_product_nbr_reordering_rules
|
|
#: model:ir.model.fields,field_description:stock.field_product_template_nbr_reordering_rules
|
|
#: model:ir.ui.menu,name:stock.menu_reordering_rules_config
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
#: model:ir.ui.view,arch_db:stock.view_warehouse_orderpoint_form
|
|
#: model:ir.ui.view,arch_db:stock.view_warehouse_orderpoint_tree
|
|
#: model:ir.ui.view,arch_db:stock.warehouse_orderpoint_search
|
|
msgid "Reordering Rules"
|
|
msgstr "Regras de Reordenação"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.warehouse_orderpoint_search
|
|
msgid "Reordering Rules Search"
|
|
msgstr "Pesquisa pelas Regras de Reordenação"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_product_product_reordering_max_qty
|
|
#: model:ir.model.fields,field_description:stock.field_product_template_reordering_max_qty
|
|
msgid "Reordering max qty"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_product_product_reordering_min_qty
|
|
#: model:ir.model.fields,field_description:stock.field_product_template_reordering_min_qty
|
|
msgid "Reordering min qty"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.menu,name:stock.menu_warehouse_report
|
|
msgid "Reports"
|
|
msgstr "Relatórios"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_make_procurement_res_model
|
|
msgid "Res Model"
|
|
msgstr "Modelo"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_picking_form
|
|
msgid "Reserve"
|
|
msgstr "Reservar"
|
|
|
|
#. module: stock
|
|
#: selection:stock.config.settings,module_procurement_jit:0
|
|
msgid "Reserve products immediately after the sale order confirmation"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: selection:stock.config.settings,module_procurement_jit:0
|
|
msgid "Reserve products manually or based on automatic scheduler"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_move_picking_form
|
|
msgid "Reserved"
|
|
msgstr "Reservado"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_operation_link_reserved_quant_id
|
|
msgid "Reserved Quant"
|
|
msgstr "Cabaz Reservado"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_move_form
|
|
msgid "Reserved Quants"
|
|
msgstr "Cabazes Reservados"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_quant_reservation_id
|
|
msgid "Reserved for Move"
|
|
msgstr "Reservado para o Movimento"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_reserved_quant_ids
|
|
msgid "Reserved quants"
|
|
msgstr "Cabazes Reservados"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_picking_form
|
|
msgid "Reset Operations"
|
|
msgstr "Restaurar Operações"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "Resolve Procurement Exceptions"
|
|
msgstr "Resolver Exceções de Aquisição"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_resupply_route_ids
|
|
msgid "Resupply Routes"
|
|
msgstr "Rotas de Fornecimento"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_resupply_wh_ids
|
|
msgid "Resupply Warehouses"
|
|
msgstr "Armazéns de Fornecimento"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_picking_form
|
|
#: model:ir.ui.view,arch_db:stock.view_stock_return_picking_form
|
|
msgid "Return"
|
|
msgstr "Voltar"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_return_picking_location_id
|
|
msgid "Return Location"
|
|
msgstr "Localização de Retorno"
|
|
|
|
#. module: stock
|
|
#: model:ir.model,name:stock.model_stock_return_picking
|
|
msgid "Return Picking"
|
|
msgstr "Devolver Picking"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/wizard/stock_picking_return.py:161
|
|
#, python-format
|
|
msgid "Returned Picking"
|
|
msgstr "Recolhas Devolvidas"
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,name:stock.act_stock_return_picking
|
|
msgid "Reverse Transfer"
|
|
msgstr "Devolver"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_parent_right
|
|
#: model:ir.model.fields,field_description:stock.field_stock_quant_package_parent_right
|
|
msgid "Right Parent"
|
|
msgstr "Ascendente á Direita"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_procurement_rule_route_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_path_route_id
|
|
#: model:ir.ui.view,arch_db:stock.stock_location_route_form_view
|
|
#: model:ir.ui.view,arch_db:stock.stock_location_route_view_search
|
|
msgid "Route"
|
|
msgstr "Rota"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_route_name
|
|
msgid "Route Name"
|
|
msgstr "Nome da Rota"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_procurement_rule_route_sequence
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_path_route_sequence
|
|
msgid "Route Sequence"
|
|
msgstr "Sequência da Rota"
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,name:stock.action_routes_form
|
|
#: model:ir.model.fields,field_description:stock.field_product_category_route_ids
|
|
#: model:ir.model.fields,field_description:stock.field_product_product_route_ids
|
|
#: model:ir.model.fields,field_description:stock.field_product_template_route_ids
|
|
#: model:ir.model.fields,field_description:stock.field_stock_config_settings_group_stock_adv_location
|
|
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_route_ids
|
|
#: model:ir.ui.menu,name:stock.menu_routes_config
|
|
#: model:ir.ui.menu,name:stock.menu_stock_routes
|
|
#: model:ir.ui.view,arch_db:stock.product_form_view_procurement_button
|
|
#: model:ir.ui.view,arch_db:stock.product_template_form_view_procurement_button
|
|
#: model:ir.ui.view,arch_db:stock.stock_location_route_tree
|
|
#: model:ir.ui.view,arch_db:stock.view_warehouse
|
|
msgid "Routes"
|
|
msgstr "Rotas"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "Routes Management"
|
|
msgstr "Gestão de Rotas"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_warehouse_resupply_route_ids
|
|
msgid ""
|
|
"Routes will be created for these resupply warehouses and you can select them"
|
|
" on products and product categories"
|
|
msgstr ""
|
|
"Serão criadas rotas para estes armazéns de fornecimento e pode seleciona-las"
|
|
" nos produtos ou categorias de produtos."
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_warehouse_orderpoint_form
|
|
msgid "Rules"
|
|
msgstr "Regras"
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,name:stock.action_procurement_compute
|
|
#: model:ir.ui.menu,name:stock.menu_procurement_compute
|
|
msgid "Run Reordering Rules"
|
|
msgstr "Correr Regras de Reordenação"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.menu,name:stock.menu_stock_proc_schedulers
|
|
msgid "Run Schedulers"
|
|
msgstr "Correr Agendamentos"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_template_property_form
|
|
msgid "Sale Conditions"
|
|
msgstr "Condições de venda"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "Sales Flow"
|
|
msgstr "Fluxo de Vendas"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_pack_operation_details_form_save
|
|
#: model:ir.ui.view,arch_db:stock.view_pack_operation_lot_form
|
|
msgid "Save"
|
|
msgstr "Guardar"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_move_search
|
|
msgid "Scheduled"
|
|
msgstr "Agendado"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_min_date
|
|
msgid "Scheduled Date"
|
|
msgstr "Data programada"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_move_date_expected
|
|
msgid "Scheduled date for the processing of this move"
|
|
msgstr "Data prevista para o processamento deste movimento"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_picking_min_date
|
|
msgid ""
|
|
"Scheduled time for the first part of the shipment to be processed. Setting "
|
|
"manually a value here would set it as expected date for all the stock moves."
|
|
msgstr ""
|
|
"Data planeada para se processar a primeira parte da entrega. Definir "
|
|
"manualmente um valor, como se pode esperar definirá a data para todos os "
|
|
"movimentos de stock."
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_picking_max_date
|
|
msgid "Scheduled time for the last part of the shipment to be processed"
|
|
msgstr "Data planeada oara se processar a ultima parte da entrega."
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.menu,name:stock.menu_stock_sched
|
|
msgid "Schedulers"
|
|
msgstr "Planeadores"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_picking.py:1015
|
|
#: model:ir.actions.act_window,name:stock.action_stock_scrap
|
|
#: model:ir.ui.menu,name:stock.menu_stock_scrap
|
|
#: model:ir.ui.view,arch_db:stock.stock_scrap_form_view
|
|
#: model:ir.ui.view,arch_db:stock.stock_scrap_form_view2
|
|
#: model:ir.ui.view,arch_db:stock.view_picking_form
|
|
#, python-format
|
|
msgid "Scrap"
|
|
msgstr "Scrap"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_scrap_scrap_location_id
|
|
#: model:ir.ui.view,arch_db:stock.stock_scrap_search_view
|
|
msgid "Scrap Location"
|
|
msgstr "Localização Scrap"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_scrap_move_id
|
|
msgid "Scrap Move"
|
|
msgstr "Movimento Scrap"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_scrapped
|
|
#: model:stock.location,name:stock.stock_location_scrapped
|
|
msgid "Scrapped"
|
|
msgstr "Destruido"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_picking_form
|
|
msgid "Scraps"
|
|
msgstr "Quebras"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_inventory_filter
|
|
msgid "Search Inventory"
|
|
msgstr "Procurar no inventário"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.stock_inventory_line_search
|
|
msgid "Search Inventory Lines"
|
|
msgstr "Pesquisar Linhas de Inventário"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.stock_scrap_search_view
|
|
msgid "Search Scrap"
|
|
msgstr "Pesquisar Quebra"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.stock_location_path_filter
|
|
msgid "Search Stock Location Paths"
|
|
msgstr "Procurar trajetos de localizações de stock"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_inventory.py:93
|
|
#, python-format
|
|
msgid "Select products manually"
|
|
msgstr "Seleccionar produtos manualmente"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.stock_location_route_form_view
|
|
msgid "Select the places where this route can be selected"
|
|
msgstr "Selecionar os locais onde esta rota pode ser selecionada"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_res_partner_picking_warn
|
|
#: model:ir.model.fields,help:stock.field_res_users_picking_warn
|
|
msgid ""
|
|
"Selecting the \"Warning\" option will notify user with the message, "
|
|
"Selecting \"Blocking Message\" will throw an exception with the message and "
|
|
"block the flow. The Message has to be written in the next field."
|
|
msgstr ""
|
|
"Selecionar a opção \"Aviso\" vai notificar o utilizador com a mensagem, "
|
|
"Selecionar \"Bloquear Mensagem\" vai iniciar uma excepção com a mensagem e o"
|
|
" bloqueio de fluxo. A mensagem tem de ser escrita no próximo campo."
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_path_sequence
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_route_sequence
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_sequence
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_type_sequence
|
|
#: model:ir.ui.view,arch_db:stock.stock_location_route_form_view
|
|
msgid "Sequence"
|
|
msgstr "Sequência"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_warehouse.py:658
|
|
#, python-format
|
|
msgid "Sequence in"
|
|
msgstr "Sequenciar entrada"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_warehouse.py:662
|
|
#, python-format
|
|
msgid "Sequence internal"
|
|
msgstr "Sequenciar internamente"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_warehouse.py:659
|
|
#, python-format
|
|
msgid "Sequence out"
|
|
msgstr "Sequenciar saída"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_warehouse.py:660
|
|
#, python-format
|
|
msgid "Sequence packing"
|
|
msgstr "Sequenciar acondicionamento"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_warehouse.py:661
|
|
#, python-format
|
|
msgid "Sequence picking"
|
|
msgstr "Sequenciar picking"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_inventory_line_prodlot_name
|
|
msgid "Serial Number Name"
|
|
msgstr "Nome do Número de Série"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_procurement_rule_warehouse_id
|
|
msgid "Served Warehouse"
|
|
msgstr "Armazém Servido"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_product_category_removal_strategy_id
|
|
msgid ""
|
|
"Set a specific removal strategy that will be used regardless of the source "
|
|
"location for this product category"
|
|
msgstr ""
|
|
"Defina uma estratégia de remoção que será usada independentemente da "
|
|
"localização de origem para a categoria deste produto"
|
|
|
|
#. module: stock
|
|
#: selection:stock.config.settings,module_stock_calendar:0
|
|
msgid "Set lead times in calendar days (easy)"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"Set the <i>Real Quantity</i> for each Product and <i>Validate the "
|
|
"Inventory</i>"
|
|
msgstr ""
|
|
"Definir a <i>Quantidade Real</i> para cada Artigo e <i>Validar o "
|
|
"Inventário</i>"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"Set the products you want to track with lots or serial numbers by setting "
|
|
"the Tracking field on the product form"
|
|
msgstr ""
|
|
"Defina os artigos que quer acompanhar com lotes ou números de série "
|
|
"definindo o campo de Acompanhamento no formulário do produto"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_inventory_form
|
|
msgid "Set to Draft"
|
|
msgstr "Mudar para Rascunho"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_move_location_id
|
|
msgid ""
|
|
"Sets a location if you produce at a fixed location. This can be a partner "
|
|
"location if you subcontract the manufacturing operations."
|
|
msgstr ""
|
|
"Define uma localização se produzir numa localização fixa. Isto pode ser uma "
|
|
"localização de parceiro se subcontratar as operações de fabrico."
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.menu,name:stock.menu_stock_general_settings
|
|
#: model:ir.ui.view,arch_db:stock.stock_picking_type_kanban
|
|
msgid "Settings"
|
|
msgstr "Configurações"
|
|
|
|
#. module: stock
|
|
#: model:stock.location,name:stock.stock_location_components
|
|
msgid "Shelf 1"
|
|
msgstr "Prateleira 1"
|
|
|
|
#. module: stock
|
|
#: model:stock.location,name:stock.stock_location_14
|
|
msgid "Shelf 2"
|
|
msgstr "Prateleira 2"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_posy
|
|
msgid "Shelves (Y)"
|
|
msgstr "Prateleiras (Y)"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_warehouse.py:402
|
|
#, python-format
|
|
msgid "Ship Only"
|
|
msgstr "Apenas Envio"
|
|
|
|
#. module: stock
|
|
#: selection:stock.warehouse,delivery_steps:0
|
|
msgid "Ship directly from stock (Ship only)"
|
|
msgstr "Envio diretamente do stock (Apenas envio)"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_stock_config_settings
|
|
msgid "Shipping Connectors"
|
|
msgstr "Ligações de Expedição"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_code
|
|
msgid "Short Name"
|
|
msgstr "Nome Resumido"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_warehouse_code
|
|
msgid "Short name used to identify your warehouse"
|
|
msgstr "Nome curto usado para idêntificar o armazém"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_move_string_availability_info
|
|
msgid "Show various information on stock availability for this move"
|
|
msgstr ""
|
|
"Mostrar informação variada da disponibilidade do stock para este movimento"
|
|
|
|
#. module: stock
|
|
#: model:stock.location,name:stock.location_refrigerator_small
|
|
msgid "Small Refrigerator"
|
|
msgstr "Frigorífico pequeno"
|
|
|
|
#. module: stock
|
|
#: selection:stock.config.settings,group_uom:0
|
|
msgid ""
|
|
"Some products may be sold/purchased in different units of measure (advanced)"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_picking.py:787
|
|
#, python-format
|
|
msgid ""
|
|
"Some products require lots/serial numbers, so you need to specify those "
|
|
"first!"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_move_search
|
|
msgid "Source"
|
|
msgstr "Origem"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_origin
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_origin
|
|
#: model:ir.model.fields,field_description:stock.field_stock_scrap_origin
|
|
msgid "Source Document"
|
|
msgstr "Documento Origem"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_procurement_rule_location_src_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_path_location_from_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_location_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_pack_operation_location_id
|
|
msgid "Source Location"
|
|
msgstr "Localização de origem"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_pack_operation_picking_source_location_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_location_id
|
|
#: model:ir.ui.view,arch_db:stock.view_stock_quant_form
|
|
msgid "Source Location Zone"
|
|
msgstr "Zona da Localização de Origem"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_pack_operation_package_id
|
|
msgid "Source Package"
|
|
msgstr "Pacote"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_procurement_rule_location_src_id
|
|
msgid "Source location is action=move"
|
|
msgstr "Localizaçãod e Origem é Ação=Movimento"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_inventory_lot_id
|
|
msgid ""
|
|
"Specify Lot/Serial Number to focus your inventory on a particular Lot/Serial"
|
|
" Number."
|
|
msgstr ""
|
|
"Especifique Lote/Número de Série para marcar o inventário num Lote/Número de"
|
|
" Série particular."
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_inventory_partner_id
|
|
msgid "Specify Owner to focus your inventory on a particular Owner."
|
|
msgstr ""
|
|
"Especifique um responsável para marcar o inventário com um responsável "
|
|
"particular."
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_inventory_package_id
|
|
msgid "Specify Pack to focus your inventory on a particular Pack."
|
|
msgstr ""
|
|
"Especifique um pacote para marcar o inventário com um pacote particular."
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_inventory_category_id
|
|
msgid ""
|
|
"Specify Product Category to focus your inventory on a particular Category."
|
|
msgstr ""
|
|
"Especifique Categoria de Artigo para focar o seu inventário numa Categoria "
|
|
"específica."
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_inventory_product_id
|
|
msgid "Specify Product to focus your inventory on a particular Product."
|
|
msgstr ""
|
|
"Especifique um produto para marcar o inventário com um produto particular."
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_pack_operation_details_form_save
|
|
msgid "Split"
|
|
msgstr "Dividir"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_inventory_form
|
|
msgid "Start Inventory"
|
|
msgstr "Iniciar Inventário"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_inventory_line_state
|
|
#: model:ir.model.fields,field_description:stock.field_stock_inventory_state
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_state
|
|
#: model:ir.model.fields,field_description:stock.field_stock_pack_operation_state
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_state
|
|
#: model:ir.model.fields,field_description:stock.field_stock_scrap_state
|
|
#: model:ir.ui.view,arch_db:stock.view_inventory_filter
|
|
#: model:ir.ui.view,arch_db:stock.view_move_search
|
|
#: model:ir.ui.view,arch_db:stock.view_picking_internal_search
|
|
msgid "Status"
|
|
msgstr "Estado"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_warehouse.py:92
|
|
#: model:stock.location,name:stock.stock_location_shop0
|
|
#: model:stock.location,name:stock.stock_location_stock
|
|
#, python-format
|
|
msgid "Stock"
|
|
msgstr "Stock"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.report_inventory
|
|
msgid "Stock Inventory"
|
|
msgstr "Inventário do stock"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.stock_inventory_line_tree
|
|
msgid "Stock Inventory Lines"
|
|
msgstr "Linhas de Inventário de Stock"
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,name:stock.action_stock_level_forecast_report_product
|
|
#: model:ir.actions.act_window,name:stock.action_stock_level_forecast_report_template
|
|
msgid "Stock Level Forecast"
|
|
msgstr "Previsão do Nível de stock"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_stock_level_forecast_filter
|
|
#: model:ir.ui.view,arch_db:stock.view_stock_level_forecast_graph
|
|
#: model:ir.ui.view,arch_db:stock.view_stock_level_forecast_pivot
|
|
msgid "Stock Level forecast"
|
|
msgstr "Previsão do Nível de stock"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_location_form
|
|
#: model:ir.ui.view,arch_db:stock.view_location_tree2
|
|
msgid "Stock Location"
|
|
msgstr "Localização do Stock"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_location_search
|
|
msgid "Stock Locations"
|
|
msgstr "Localização do stock"
|
|
|
|
#. module: stock
|
|
#: model:ir.model,name:stock.model_stock_move
|
|
msgid "Stock Move"
|
|
msgstr "Movimento do Stock"
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,name:stock.stock_move_action
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_move_lines
|
|
#: model:ir.ui.menu,name:stock.stock_move_menu
|
|
#: model:ir.ui.view,arch_db:stock.view_inventory_form
|
|
#: model:ir.ui.view,arch_db:stock.view_move_form
|
|
#: model:ir.ui.view,arch_db:stock.view_move_picking_form
|
|
#: model:ir.ui.view,arch_db:stock.view_move_picking_tree
|
|
#: model:ir.ui.view,arch_db:stock.view_move_search
|
|
#: model:ir.ui.view,arch_db:stock.view_production_lot_form
|
|
msgid "Stock Moves"
|
|
msgstr "Movimentos de Stock"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_move_graph
|
|
#: model:ir.ui.view,arch_db:stock.view_move_pivot
|
|
msgid "Stock Moves Analysis"
|
|
msgstr "Análise de Movimentos de Stock"
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,name:stock.product_open_quants
|
|
#: model:ir.actions.act_window,name:stock.product_template_open_quants
|
|
msgid "Stock On Hand"
|
|
msgstr "Quantidade em Mão"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.stock_scrap_form_view
|
|
msgid "Stock Operation"
|
|
msgstr "Operação de Stock"
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,name:stock.action_picking_tree_all
|
|
msgid "Stock Operations"
|
|
msgstr "Operações de Stock"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_res_partner_picking_warn
|
|
#: model:ir.model.fields,field_description:stock.field_res_users_picking_warn
|
|
#: model:ir.model.fields,field_description:stock.field_stock_pack_operation_picking_id
|
|
msgid "Stock Picking"
|
|
msgstr "Recolha de Stock"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_product_product_stock_move_ids
|
|
msgid "Stock move ids"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_move_search
|
|
msgid "Stock moves that are Available (Ready to process)"
|
|
msgstr "Movimento de stock que estão disponíveis (Prontos para processar)"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_move_search
|
|
msgid "Stock moves that are Confirmed, Available or Waiting"
|
|
msgstr "Movimentos de stock que estejam Confirmados, Disponíveis ou Em Espera"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_move_search
|
|
msgid "Stock moves that have been processed"
|
|
msgstr "Movimentos de stock que tenham sido processados"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_product_product_stock_quant_ids
|
|
msgid "Stock quant ids"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.report_stock_lines_date_search
|
|
msgid "Stockable"
|
|
msgstr "Armazenável"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_route_supplied_wh_id
|
|
msgid "Supplied Warehouse"
|
|
msgstr "Armazém Reabastecido"
|
|
|
|
#. module: stock
|
|
#: selection:stock.config.settings,module_stock_dropshipping:0
|
|
msgid "Suppliers always deliver to your warehouse(s)"
|
|
msgstr "Fornecedores entregam sempre no seu armazém"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "Supply Chain"
|
|
msgstr "Linha de Fornecimento"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_procure_method
|
|
msgid "Supply Method"
|
|
msgstr "Método de Abastecimento"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_route_supplier_wh_id
|
|
msgid "Supplying Warehouse"
|
|
msgstr "Armazém Reabastecido"
|
|
|
|
#. module: stock
|
|
#: selection:procurement.rule,procure_method:0
|
|
msgid "Take From Stock"
|
|
msgstr "Retirar do Stock"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_warehouse
|
|
msgid "Technical Information"
|
|
msgstr "Informação Técnica"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_move_operation_link_reserved_quant_id
|
|
msgid ""
|
|
"Technical field containing the quant that created this link between an "
|
|
"operation and a stock move. Used at the stock_move_obj.action_done() time to"
|
|
" avoid seeking a matching quant again"
|
|
msgstr ""
|
|
"Campo técnico que contem o cabaz que criou a ligação entre a operação e o "
|
|
"movimento de stock. Usado na dara stock_move_obj.action_done() para prevenir"
|
|
" a pesquisa por um cabaz correspondente"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_move_warehouse_id
|
|
msgid ""
|
|
"Technical field depicting the warehouse to consider for the route selection "
|
|
"on the next procurement (if any)."
|
|
msgstr ""
|
|
"Campo técnico para descrever o armazém a considerar para a rota selecionada "
|
|
"no próximo aprovisionamento (se algum)"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_res_company_internal_transit_location_id
|
|
msgid ""
|
|
"Technical field used for resupply routes between warehouses that belong to "
|
|
"this company"
|
|
msgstr ""
|
|
"Campo técnico utilizado para rotas de reabastecimento entre armazéns que "
|
|
"pertencem à mesma empresa"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_move_restrict_lot_id
|
|
msgid ""
|
|
"Technical field used to depict a restriction on the lot/serial number of "
|
|
"quants to consider when marking this move as 'done'"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_move_restrict_partner_id
|
|
msgid ""
|
|
"Technical field used to depict a restriction on the ownership of quants to "
|
|
"consider when marking this move as 'done'"
|
|
msgstr ""
|
|
"Campo técnico usado para descrever a restrição na atrivuição de "
|
|
"responsabilidade dos cabazes quando se marca o movimento como concluido"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_quant_negative_dest_location_id
|
|
msgid ""
|
|
"Technical field used to record the destination location of a move that "
|
|
"created a negative quant"
|
|
msgstr ""
|
|
"Campo técnico usado para gravar a localização de destino do movimento que "
|
|
"criou um cabaz negativo"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_move_price_unit
|
|
msgid ""
|
|
"Technical field used to record the product cost set by the user during a "
|
|
"picking confirmation (when costing method used is 'average price' or "
|
|
"'real'). Value given in company currency and in product uom."
|
|
msgstr ""
|
|
"Campo técnico usado para gravar o custo do produto definido pelo utilizador "
|
|
"durante a confirmação da recolha ( quando o método de custo é o preço médio"
|
|
" ou o real ). O valor é dado pela moeda da empresa e a udm do produto."
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_move_split_from
|
|
msgid ""
|
|
"Technical field used to track the origin of a split move, which can be "
|
|
"useful in case of debug"
|
|
msgstr ""
|
|
"Campo técnico usado para acompanhar a origem do movimento dividido que pode "
|
|
"ser útil em casos de debug"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_move_product_tmpl_id
|
|
msgid "Technical: used in views"
|
|
msgstr "Técnico: usado em vistas"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_product_product_stock_move_ids
|
|
#: model:ir.model.fields,help:stock.field_product_product_stock_quant_ids
|
|
msgid "Technical: used to compute quantities."
|
|
msgstr "Técnico: usado para calcular quantidades."
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_config_settings_module_delivery_temando
|
|
msgid "Temando integration"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_make_procurement_product_tmpl_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_change_product_qty_product_tmpl_id
|
|
msgid "Template"
|
|
msgstr "Modelo"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_location_path_auto
|
|
msgid ""
|
|
"The 'Manual Operation' value will create a stock move after the current "
|
|
"one.With 'Automatic No Step Added', the location is replaced in the original"
|
|
" move."
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "The RFQ becomes a Purchase Order and a Transfer Order is created"
|
|
msgstr ""
|
|
"A Solicitação de Cotação torna-se numa Ordem de Compra e é criada uma Ordem "
|
|
"de Transferência"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_product_product_sale_delay
|
|
#: model:ir.model.fields,help:stock.field_product_template_sale_delay
|
|
msgid ""
|
|
"The average delay in days between the confirmation of the customer order and"
|
|
" the delivery of the finished products. It's the time you promise to your "
|
|
"customers."
|
|
msgstr ""
|
|
"O atraso médio em dias entre a confirmação da ordem de cliente e a entrega "
|
|
"dos produtos acabados. É o tempo que você promete aos seus clientes."
|
|
|
|
#. module: stock
|
|
#: sql_constraint:stock.location:0
|
|
msgid "The barcode for a location must be unique per company !"
|
|
msgstr "O código de barras para uma localização tem de ser único por empresa!"
|
|
|
|
#. module: stock
|
|
#: sql_constraint:stock.warehouse:0
|
|
msgid "The code of the warehouse must be unique per company!"
|
|
msgstr "O código do armazém tem de ser único por empresa!"
|
|
|
|
#. module: stock
|
|
#: sql_constraint:stock.production.lot:0
|
|
msgid "The combination of serial number and product must be unique !"
|
|
msgstr ""
|
|
"A combinação do número de série, referência interna e produto tem de ser "
|
|
"unica!"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_warehouse_company_id
|
|
msgid "The company is automatically set from your user preferences."
|
|
msgstr ""
|
|
"A empresa é definida automaticamente a partir das suas preferências de "
|
|
"utilizador."
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_quant_company_id
|
|
msgid "The company to which the quants belong"
|
|
msgstr "A empresa à qual o cabaz pertence"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_inventory_date
|
|
msgid ""
|
|
"The date that will be used for the stock level check of the products and the"
|
|
" validation of the stock move related to this inventory."
|
|
msgstr ""
|
|
"A data que será utilizada para a verificação do nível de stock dos produtos "
|
|
"e da validação do movimento de stock relacionado a este inventário"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_warehouse.py:140
|
|
#, python-format
|
|
msgid ""
|
|
"The default resupply warehouse should be different than the warehouse "
|
|
"itself!"
|
|
msgstr ""
|
|
"O armazém de reabastecimento por defito deve ser diferente do próprio "
|
|
"armazém!"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_picking.py:517
|
|
#, python-format
|
|
msgid ""
|
|
"The destination location must be the same for all the moves of the picking."
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.product_category_form_view_inherit
|
|
msgid ""
|
|
"The following routes will apply to the products in this category taking into"
|
|
" account parent categories:"
|
|
msgstr ""
|
|
"As seguitnes rotas serão aplicadas aos produtos nesta categoria, levando em "
|
|
"conta as categorias ascendentes."
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_quant_reservation_id
|
|
msgid "The move the quant is reserved for"
|
|
msgstr "O movimento de cabazes é reservado para"
|
|
|
|
#. module: stock
|
|
#: sql_constraint:stock.warehouse:0
|
|
msgid "The name of the warehouse must be unique per company!"
|
|
msgstr "O nome do armazém tem de ser único por empresa!"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_quant_propagated_from_id
|
|
msgid "The negative quant this is coming from"
|
|
msgstr "O cabaz negativo de onde isto vêm"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_location_path_location_dest_id
|
|
msgid "The new location where the goods need to go"
|
|
msgstr "A nova localização para onde os produtos têm de ir"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_quant_package_parent_id
|
|
msgid "The package containing this item"
|
|
msgstr "O pacote contém este item"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_quant_package_id
|
|
msgid "The package containing this quant"
|
|
msgstr "O pacote contém este cabaz"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_location_location_id
|
|
msgid ""
|
|
"The parent location that includes this location. Example : The 'Dispatch "
|
|
"Zone' is the 'Gate 1' parent location."
|
|
msgstr ""
|
|
"A localização principal que inclui esta localização. Exemplo: A 'Zona de "
|
|
"Despacho' é a localização parente da 'Porta 1'."
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_picking.py:795
|
|
#, python-format
|
|
msgid "The pick is already validated"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.model,name:stock.model_stock_picking_type
|
|
msgid "The picking type determines the picking view"
|
|
msgstr "O tipo de recolha determina a vista de recolha"
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,help:stock.stock_picking_type_action
|
|
msgid ""
|
|
"The picking type system allows you to assign each stock\n"
|
|
" operation a specific type which will alter its views accordingly.\n"
|
|
" On the picking type you could e.g. specify if packing is needed by default,\n"
|
|
" if it should show the customer."
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_warehouse_orderpoint_qty_multiple
|
|
msgid ""
|
|
"The procurement quantity will be rounded up to this multiple. If it is 0, "
|
|
"the exact quantity will be used."
|
|
msgstr ""
|
|
"A quantidade da aquisição será arredondada a este múltiplo. Se for 0, será "
|
|
"usada a quantidade exata."
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_move_rule_id
|
|
msgid "The procurement rule that created this stock move"
|
|
msgstr "A regra de aquisição que criou este movimento de stock"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_move_push_rule_id
|
|
msgid "The push rule that created this stock move"
|
|
msgstr "A regra de inserção que foi criada por este movimento de stock"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_pack_operation.py:170
|
|
#, python-format
|
|
msgid "The quantity to split should be smaller than the quantity To Do. "
|
|
msgstr "A quantidade para dividir deve ser menor que a a fazer"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "The quotation becomes a Sale Order and a Transfer Order is created"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_move.py:166
|
|
#, python-format
|
|
msgid ""
|
|
"The requested operation cannot be processed because of a programming error "
|
|
"setting the `product_qty` field instead of the `product_uom_qty`."
|
|
msgstr ""
|
|
"A operação requisitada não pode ser procesada devido a um erro de "
|
|
"programação definindo o campo `product_qty`em vez do campo "
|
|
"`product_uom_qty`."
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_move.py:817
|
|
#, python-format
|
|
msgid ""
|
|
"The roundings of your unit of measure %s on the move vs. %s on the product "
|
|
"don't allow to do these operations or you are not transferring the picking "
|
|
"at once. "
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_inventory.py:126
|
|
#: code:addons/stock/models/stock_inventory.py:128
|
|
#: code:addons/stock/models/stock_inventory.py:130
|
|
#: code:addons/stock/models/stock_inventory.py:132
|
|
#, python-format
|
|
msgid "The selected inventory options are not coherent."
|
|
msgstr "As opcção do inventário selecionado não são coerentes."
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_quant.py:222
|
|
#, python-format
|
|
msgid "The serial number %s is already in stock."
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_picking.py:515
|
|
#, python-format
|
|
msgid "The source location must be the same for all the moves of the picking."
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_pack_operation_picking_id
|
|
msgid "The stock operation where the packing has been made"
|
|
msgstr "A operação de stock onde o pacote foi criado"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_procurement_rule_warehouse_id
|
|
msgid "The warehouse this rule is for"
|
|
msgstr "O armazém ao qual esta regra é aplicada"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_procurement_rule_propagate_warehouse_id
|
|
msgid ""
|
|
"The warehouse to propagate on the created move/procurement, which can be "
|
|
"different of the warehouse this rule is for (e.g for resupplying rules from "
|
|
"another warehouse)"
|
|
msgstr ""
|
|
"O armazém a ser propagado na criação do movimento/aprovisionamento, o qual "
|
|
"pode ser diferente do armazém definido nesta regra (Ex. para regras de "
|
|
"reabastecimento para outros armazéns)"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_inventory_line_theoretical_qty
|
|
msgid "Theoretical Quantity"
|
|
msgstr "Quantidade Teórica"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_config_settings_group_stock_tracking_lot
|
|
msgid ""
|
|
"This allows to manipulate packages. You can put something in, take "
|
|
"something from a package, but also move entire packages and put them even in"
|
|
" another package. "
|
|
msgstr ""
|
|
"Isto permite manipular pacotes. Pode colocar adicionar coisas, retirar mas "
|
|
"também mover pacotes por inteiro ou colocá-los noutros pacotes."
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_config_settings_group_stock_production_lot
|
|
msgid ""
|
|
"This allows you to assign a lot (or serial number) to the pickings and "
|
|
"moves. This can make it possible to know which production lot was sent to a"
|
|
" certain client, ..."
|
|
msgstr ""
|
|
"Isto permite-lhe atribuir um lote (ou número de série) Às recolhas ou "
|
|
"movimentos.Isto permite-lhe saber qual o lote de produção que foi enviado "
|
|
"para determinado cliente,..."
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_config_settings_module_stock_calendar
|
|
msgid ""
|
|
"This allows you to handle minimum stock rules differently by the possibility to take into account the purchase and delivery calendars \n"
|
|
"-This installs the module stock_calendar."
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,help:stock.quantsact
|
|
msgid ""
|
|
"This analysis gives you a fast overview on the current stock level of your "
|
|
"products and their current inventory value."
|
|
msgstr ""
|
|
"Esta análise dá-lhe uma perspetiva rápida do nível de stock atual dos seus "
|
|
"artigos e o seu valor atual de inventário."
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_quant_package_packaging_id
|
|
#: model:ir.model.fields,help:stock.field_stock_quant_packaging_type_id
|
|
msgid ""
|
|
"This field should be completed only if everything inside the package share "
|
|
"the same product, otherwise it doesn't really makes sense."
|
|
msgstr ""
|
|
"Este campo deve ser preenchido apenas se tudo dentro do pacote partilhar o "
|
|
"mesmo produto, caso contrário não faz sentido."
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"This guide helps getting started with Odoo Inventory.\n"
|
|
" Once you are done, you will benefit from:"
|
|
msgstr ""
|
|
"Este guia serve para ajudar a começar a usar o Inventário do Odoo.\n"
|
|
" Assim que tiver terminado, irá beneficiar de:"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"This is quite complex to set up, so <strong>contact your Project "
|
|
"Manager</strong> to address this."
|
|
msgstr ""
|
|
"Isto é algo complexo de configurar, por isso <strong>contacte o(a) seu(ua) "
|
|
"Gestor(a) de Projeto</strong> para tratar disto."
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_picking_type_default_location_dest_id
|
|
msgid ""
|
|
"This is the default destination location when you create a picking manually "
|
|
"with this picking type. It is possible however to change it or that the "
|
|
"routes put another location. If it is empty, it will check for the customer "
|
|
"location on the partner. "
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_picking_type_default_location_src_id
|
|
msgid ""
|
|
"This is the default source location when you create a picking manually with "
|
|
"this picking type. It is possible however to change it or that the routes "
|
|
"put another location. If it is empty, it will check for the supplier "
|
|
"location on the partner. "
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,help:stock.action_production_lot_form
|
|
msgid ""
|
|
"This is the list of all the production lots you recorded. When\n"
|
|
" you select a lot, you can get the traceability of the products contained in lot."
|
|
msgstr ""
|
|
"Esta é a lista de todos os lotes de produção que registou. Quando\n"
|
|
" seleciona um lote, pode obter o rastreamento dos artigos contidos no lote."
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_quant_owner_id
|
|
msgid "This is the owner of the quant"
|
|
msgstr "Este é o responsável pelo cabaz"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_location_path_picking_type_id
|
|
msgid "This is the picking type that will be put on the stock moves"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_move_product_uom_qty
|
|
msgid ""
|
|
"This is the quantity of products from an inventory point of view. For moves "
|
|
"in the state 'done', this is the quantity of products that were actually "
|
|
"moved. For other moves, this is the quantity of product that is planned to "
|
|
"be moved. Lowering this quantity does not generate a backorder. Changing "
|
|
"this quantity on assigned moves affects the product reservation, and should "
|
|
"be done with care."
|
|
msgstr ""
|
|
"Esta é a quantidade de produtos do ponto de vista de um inventário. Para "
|
|
"movimentos no estado 'feito', isto é a quantidade de produtos que foram "
|
|
"efectivamente movidos. Para outros movimentos, isto é a quantidade de "
|
|
"produtos planeada a ser movida. Baixando esta quantidade não gera uma "
|
|
"encomenda. Alterando esta quantidade em movimentos atribuídos afecta a "
|
|
"reserva de produto e deverá ser realizada com muito cuidado."
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,help:stock.stock_move_action
|
|
msgid ""
|
|
"This menu gives you the full traceability of inventory\n"
|
|
" operations on a specific product. You can filter on the product\n"
|
|
" to see all the past or future movements for the product."
|
|
msgstr ""
|
|
"Este menu apresenta-lhe o rastreamento completo de operações\n"
|
|
" de inventário de um artigo específico. Pode filtrar o artigo para\n"
|
|
" ver todos os movimentos passados ou futuros do artigo."
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_config_settings_module_quality
|
|
msgid "This module allows you to generate quality alerts and quality check"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_config_settings_group_stock_adv_location
|
|
msgid ""
|
|
"This option supplements the warehouse application by effectively "
|
|
"implementing Push and Pull inventory flows through Routes."
|
|
msgstr ""
|
|
"Esta opção reforça a utilização de armazéns implementando o fluxo de "
|
|
"inventário de retiradas e inserções através de rotas."
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_stock_return_picking_form
|
|
msgid ""
|
|
"This picking appears to be chained with another operation. Later, if you "
|
|
"receive the goods you are returning now, make sure to <b>reverse</b> the "
|
|
"returned picking in order to avoid logistic rules to be applied again (which"
|
|
" would create duplicated operations)"
|
|
msgstr ""
|
|
"Este picking parece estar encadeado com outra operação. Mais tarde, se "
|
|
"receber os bens que está a devolver agora, assegure-se que <b>reverte</b> o "
|
|
"picking devolvido de modo a evitar que as regras de logística sejam "
|
|
"aplicadas de novo (o que criaria operações duplicadas)"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_change_product_qty_new_quantity
|
|
msgid ""
|
|
"This quantity is expressed in the Default Unit of Measure of the product."
|
|
msgstr "Esta quantidade está expressa na Unidade Medida Padrão do produto."
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_location_path_location_from_id
|
|
msgid ""
|
|
"This rule can be applied when a move is confirmed that has this location as "
|
|
"destination location"
|
|
msgstr ""
|
|
"Esta regra pode ser aplicada quando é confirmado um movimento que tem esta "
|
|
"localização como localização de destino"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.report_delivery_document
|
|
msgid "This shipment is a backorder of"
|
|
msgstr "Esta expedição é uma backorder de"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_res_partner_property_stock_customer
|
|
#: model:ir.model.fields,help:stock.field_res_users_property_stock_customer
|
|
msgid ""
|
|
"This stock location will be used, instead of the default one, as the "
|
|
"destination location for goods you send to this partner"
|
|
msgstr ""
|
|
"Esta localização de stock será usada, em vez da padrão, como a localização "
|
|
"do destino para bens que envia para este parceiro"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_res_partner_property_stock_supplier
|
|
#: model:ir.model.fields,help:stock.field_res_users_property_stock_supplier
|
|
msgid ""
|
|
"This stock location will be used, instead of the default one, as the source "
|
|
"location for goods you receive from the current partner"
|
|
msgstr ""
|
|
"Esta localização de stock será utilizada, em vez do padrão, como o local de "
|
|
"origem dos bens que recebeu do parceiro atual"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_product_product_property_stock_production
|
|
#: model:ir.model.fields,help:stock.field_product_template_property_stock_production
|
|
msgid ""
|
|
"This stock location will be used, instead of the default one, as the source "
|
|
"location for stock moves generated by manufacturing orders."
|
|
msgstr ""
|
|
"Este local de stock será usado, ao invés do local padrão, como localização "
|
|
"fonte para movimentos de stock gerados por ordens de produção."
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_product_product_property_stock_procurement
|
|
#: model:ir.model.fields,help:stock.field_product_template_property_stock_procurement
|
|
msgid ""
|
|
"This stock location will be used, instead of the default one, as the source "
|
|
"location for stock moves generated by procurements."
|
|
msgstr ""
|
|
"Esta localização de stock será usada, ao invés da localização padrão, como "
|
|
"localização fonte para os movimentos de stock gerados por aquisições."
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_product_product_property_stock_inventory
|
|
#: model:ir.model.fields,help:stock.field_product_template_property_stock_inventory
|
|
msgid ""
|
|
"This stock location will be used, instead of the default one, as the source "
|
|
"location for stock moves generated when you do an inventory."
|
|
msgstr ""
|
|
"Esta localização de stock será usada, ao invés da localização padrão, como "
|
|
"localização para movimentos de stock gerados cada vez que faz um inventário."
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_config_settings_group_stock_tracking_owner
|
|
msgid "This way you can receive products attributed to a certain owner. "
|
|
msgstr "Desta forma pode receber produtos atribuidos a um certo responsável "
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_pack_operation_to_loc
|
|
msgid "To"
|
|
msgstr "Para"
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,name:stock.action_picking_tree_ready
|
|
#: model:ir.model.fields,field_description:stock.field_stock_pack_operation_lot_qty_todo
|
|
#: model:ir.model.fields,field_description:stock.field_stock_pack_operation_product_qty
|
|
#: model:ir.ui.view,arch_db:stock.stock_picking_type_kanban
|
|
#: model:ir.ui.view,arch_db:stock.view_move_search
|
|
msgid "To Do"
|
|
msgstr "A Fazer"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.stock_picking_type_kanban
|
|
msgid "To Receive"
|
|
msgstr "A Receber"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"To better organize your stock, you can create\n"
|
|
" subdivisions of your Warehouse called <strong>Locations</strong> (ex:\n"
|
|
" Shipping area, Merchandise return, Shelf 34 etc).\n"
|
|
" Do not use Locations if you do not manage inventory per zone."
|
|
msgstr ""
|
|
"Para organizar melhor o seu stock, pode criar\n"
|
|
" subdivisões do seu Armazém chamadas <strong>Localizações</strong>\n"
|
|
" (Ex.: Área de expedição, Devolução de mercadoria, Prateleira 34, etc.).\n"
|
|
" Não use Localizações se não gerir inventário por zona."
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"To check the trajectory of a lot, find it back in <strong><i>Inventory Control > Serial Numbers / lots</i></strong>.\n"
|
|
" Choose a lot in the list and click on <i>Traceability</i>i>. You may also\n"
|
|
" filter the Quantitative Valuation of a product with a certain lot."
|
|
msgstr ""
|
|
"Para verificar a trajetória de um lote, encontre-o no <strong><i>Controlo de Inventário > Números de lote/série</i></strong>.\n"
|
|
" Escolha um lote da lista e clique em <i>Rastreamento</i>i>. Também pode\n"
|
|
" filtrar a Estimação Quantitativa de um artigo com um lote específico."
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"To create them, click on <strong><span class=\"fa fa-refresh\"/> "
|
|
"Reordering</strong> on"
|
|
msgstr ""
|
|
"Para as criar, clique em <strong><span class=\"fa fa-refresh\"/>Re-"
|
|
"Encomendas</strong> no"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"To use more precise units like pounds or kilograms, activate<i> Some "
|
|
"products may be sold/purchased in different unit of measures (advanced)</i> "
|
|
"in the"
|
|
msgstr ""
|
|
"Para usar unidades mais precisas, como libras ou quilogramas, ative<i> "
|
|
"Alguns artigos podem ser vendidos/comprados em unidades de medida diferentes"
|
|
" (avançado)</i> no"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_move_search
|
|
msgid "Today"
|
|
msgstr "Hoje"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_stock_quant_tree
|
|
msgid "Total"
|
|
msgstr "Total"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_inventory_total_qty
|
|
msgid "Total Quantity"
|
|
msgstr "Quantidade total"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_product_category_total_route_ids
|
|
msgid "Total routes"
|
|
msgstr "Total de Rotas"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_production_lot.py:42
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
#: model:ir.ui.view,arch_db:stock.product_form_view_procurement_button
|
|
#: model:ir.ui.view,arch_db:stock.product_template_form_view_procurement_button
|
|
#: model:ir.ui.view,arch_db:stock.view_production_lot_form
|
|
#: model:ir.ui.view,arch_db:stock.view_stock_config_settings
|
|
#, python-format
|
|
msgid "Traceability"
|
|
msgstr "Rastreabilidade"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_config_settings_module_product_expiry
|
|
msgid ""
|
|
"Track different dates on products and serial numbers.\n"
|
|
" The following dates can be tracked:\n"
|
|
" - end of life\n"
|
|
" - best before date\n"
|
|
" - removal date\n"
|
|
" - alert date.\n"
|
|
" This installs the module product_expiry."
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: selection:stock.config.settings,group_stock_production_lot:0
|
|
msgid "Track lots or serial numbers"
|
|
msgstr "Monitorizar lotes ou números de série"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_product_product_tracking
|
|
#: model:ir.model.fields,field_description:stock.field_product_template_tracking
|
|
#: model:ir.model.fields,field_description:stock.field_stock_scrap_tracking
|
|
msgid "Tracking"
|
|
msgstr "Monitorizar"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_move.py:958
|
|
#: model:ir.model,name:stock.model_stock_picking
|
|
#: model:ir.ui.view,arch_db:stock.stock_picking_type_kanban
|
|
#: model:ir.ui.view,arch_db:stock.view_picking_form
|
|
#, python-format
|
|
msgid "Transfer"
|
|
msgstr "Transferir"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_picking_partner_id
|
|
msgid "Transfer Destination Address"
|
|
msgstr "Endereço de Destino de Transferências"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_picking_id
|
|
msgid "Transfer Reference"
|
|
msgstr "Referência de Transferência"
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,name:stock.action_picking_tree
|
|
#: model:ir.ui.view,arch_db:stock.stock_picking_type_kanban
|
|
msgid "Transfers"
|
|
msgstr "Transferências"
|
|
|
|
#. module: stock
|
|
#: selection:stock.location,usage:0
|
|
msgid "Transit Location"
|
|
msgstr "Localização de Trânsito"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.quant_search_view
|
|
msgid "Transit Locations"
|
|
msgstr "Localizações de Trânsito"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_picking_recompute_pack_op
|
|
msgid ""
|
|
"True if reserved quants changed, which mean we might need to recompute the "
|
|
"package operations"
|
|
msgstr ""
|
|
"Verdadeira se houver mudança de cabazes revertidos, o que quer dizer que "
|
|
"talvez seja preciso recalcular as operações do pacote"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_picking_type_code
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_type_code
|
|
msgid "Type of Operation"
|
|
msgstr "Tipo de Operação"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_quant_packaging_type_id
|
|
msgid "Type of packaging"
|
|
msgstr "Tipo de Pacote"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_config_settings_module_delivery_ups
|
|
msgid "UPS integration"
|
|
msgstr "Integração UPS"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_config_settings_module_delivery_usps
|
|
msgid "USPS integration"
|
|
msgstr "Integração USPS"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_quant.py:98
|
|
#, python-format
|
|
msgid "Under no circumstances should you delete or change quants yourselves!"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_inventory_line_prodlot_name
|
|
#: model:ir.model.fields,help:stock.field_stock_production_lot_name
|
|
msgid "Unique Lot/Serial Number"
|
|
msgstr "Número de Lote/Série Único"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_quant_cost
|
|
msgid "Unit Cost"
|
|
msgstr "Custo à Unidade"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_move_picking_form
|
|
msgid "Unit Of Measure"
|
|
msgstr "Unidade de medida"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_price_unit
|
|
msgid "Unit Price"
|
|
msgstr "Preço Unitário"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_make_procurement_uom_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_product_uom
|
|
#: model:ir.model.fields,field_description:stock.field_stock_pack_operation_product_uom_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_production_lot_product_uom_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_quant_product_uom_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_scrap_product_uom_id
|
|
#: model:ir.ui.view,arch_db:stock.stock_move_tree
|
|
#: model:ir.ui.view,arch_db:stock.view_inventory_form
|
|
#: model:ir.ui.view,arch_db:stock.view_move_picking_tree
|
|
#: model:ir.ui.view,arch_db:stock.view_move_tree
|
|
#: model:ir.ui.view,arch_db:stock.view_move_tree_receipt_picking
|
|
#: model:ir.ui.view,arch_db:stock.view_move_tree_receipt_picking_board
|
|
msgid "Unit of Measure"
|
|
msgstr "Unidades de Medida"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.menu,name:stock.menu_stock_uom_categ_form_action
|
|
msgid "Unit of Measure Categories"
|
|
msgstr "Categorias de Unidade de Medida"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_config_settings_group_uom
|
|
#: model:ir.ui.menu,name:stock.menu_stock_unit_measure_stock
|
|
#: model:ir.ui.menu,name:stock.menu_stock_uom_form_action
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "Units of Measure"
|
|
msgstr "Unidades de Medida"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "Units of Measures"
|
|
msgstr "Unidades de Medida"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_quant.py:569
|
|
#, python-format
|
|
msgid "Unknown Pack"
|
|
msgstr "Pacote Desconhecido"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"Unless you are starting a new business, you probably have a list of vendors "
|
|
"you would like to import."
|
|
msgstr ""
|
|
"A menos que esteja a começar um negócio novo, é provável que tenha uma lista"
|
|
" de fornecedores que gostaria de importar."
|
|
|
|
#. module: stock
|
|
#: selection:stock.warehouse,reception_steps:0
|
|
msgid "Unload in input location then go to stock (2 steps)"
|
|
msgstr ""
|
|
"Descarregar na localização de entrada e depois ir para stock (2 passos)"
|
|
|
|
#. module: stock
|
|
#: selection:stock.warehouse,reception_steps:0
|
|
msgid ""
|
|
"Unload in input location, go through a quality control before being admitted"
|
|
" in stock (3 steps)"
|
|
msgstr ""
|
|
"Descarregar na localização de entrada, passa pelo controlo de qualidade "
|
|
"antes de ser ademitido em stock (3 passos)"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_quant_package_form
|
|
msgid "Unpack"
|
|
msgstr "Descompactar"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/product.py:358
|
|
#, python-format
|
|
msgid "Unplanned Qty"
|
|
msgstr "Qtd não Planeada"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_picking_form
|
|
msgid "Unreserve"
|
|
msgstr "Não Reservado"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_inventory_form
|
|
msgid "UoM"
|
|
msgstr "UdM"
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,name:stock.action_view_change_product_quantity
|
|
#: model:ir.ui.view,arch_db:stock.view_change_product_quantity
|
|
msgid "Update Product Quantity"
|
|
msgstr "Actualizar a quantidade do produto"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.product_form_view_procurement_button
|
|
#: model:ir.ui.view,arch_db:stock.product_product_view_form_easy_inherit_stock
|
|
#: model:ir.ui.view,arch_db:stock.product_template_form_view_procurement_button
|
|
msgid "Update Qty On Hand"
|
|
msgstr "Actualizar quantidade em Mão"
|
|
|
|
#. module: stock
|
|
#: selection:stock.move,priority:0 selection:stock.picking,priority:0
|
|
msgid "Urgent"
|
|
msgstr "Urgente"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_type_use_existing_lots
|
|
msgid "Use Existing Lots/Serial Numbers"
|
|
msgstr "Usar Números de Lote/Série Existentes"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_make_procurment_wizard
|
|
msgid ""
|
|
"Use this assistant to generate a procurement request for this\n"
|
|
" product. According to the product configuration, this may\n"
|
|
" trigger a draft purchase order, a manufacturing order or\n"
|
|
" a new task."
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_picking_type_sequence
|
|
msgid "Used to order the 'All Operations' kanban view"
|
|
msgstr "Usado para mandar vir 'Todas as Operações' da vista de kanban"
|
|
|
|
#. module: stock
|
|
#: model:res.groups,name:stock.group_stock_user
|
|
msgid "User"
|
|
msgstr "Utilizador"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.report_picking
|
|
msgid "VAT:"
|
|
msgstr "IVA:"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_picking_form
|
|
msgid "Validate"
|
|
msgstr "Validar"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_inventory_form
|
|
msgid "Validate Inventory"
|
|
msgstr "Validar inventário"
|
|
|
|
#. module: stock
|
|
#: selection:stock.inventory,state:0
|
|
msgid "Validated"
|
|
msgstr "Validado"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_change_product_qty_product_variant_count
|
|
msgid "Variant Count"
|
|
msgstr "Número de Variantes"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_make_procurement_product_variant_count
|
|
msgid "Variant Number"
|
|
msgstr "Número da Variante"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_location_search
|
|
msgid "Vendor"
|
|
msgstr "Fornecedor"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_res_partner_property_stock_supplier
|
|
#: model:ir.model.fields,field_description:stock.field_res_users_property_stock_supplier
|
|
#: selection:stock.location,usage:0
|
|
msgid "Vendor Location"
|
|
msgstr "Localização de Fornecedor"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_location_search
|
|
msgid "Vendor Locations"
|
|
msgstr "Localizações de Fornecedores"
|
|
|
|
#. module: stock
|
|
#: model:stock.location,name:stock.stock_location_suppliers
|
|
#: selection:stock.picking.type,code:0
|
|
msgid "Vendors"
|
|
msgstr "Fornecedores"
|
|
|
|
#. module: stock
|
|
#: selection:stock.move,priority:0 selection:stock.picking,priority:0
|
|
msgid "Very Urgent"
|
|
msgstr "Muito urgente"
|
|
|
|
#. module: stock
|
|
#: selection:stock.location,usage:0
|
|
msgid "View"
|
|
msgstr "Ver"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_quant_package_form
|
|
msgid "View Contained Packages content"
|
|
msgstr "Vista que contem o conteudo dos pacotes"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_view_location_id
|
|
msgid "View Location"
|
|
msgstr "Ver Localização"
|
|
|
|
#. module: stock
|
|
#: model:stock.location,name:stock.stock_location_locations_virtual
|
|
msgid "Virtual Locations"
|
|
msgstr "Localizações Virtuais"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_template_property_form
|
|
msgid "Volume"
|
|
msgstr "Volume"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.stock_picking_type_kanban
|
|
msgid "Waiting"
|
|
msgstr "Em Espera"
|
|
|
|
#. module: stock
|
|
#: selection:stock.move,state:0
|
|
msgid "Waiting Another Move"
|
|
msgstr "Outro movimento em espera"
|
|
|
|
#. module: stock
|
|
#: selection:stock.picking,state:0
|
|
msgid "Waiting Another Operation"
|
|
msgstr "Outra operação em espera"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_picking_internal_search
|
|
#: selection:stock.move,state:0 selection:stock.picking,state:0
|
|
msgid "Waiting Availability"
|
|
msgstr "A aguardar Disponibilidade"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_picking_internal_search
|
|
msgid "Waiting Moves"
|
|
msgstr "À Espera de Movimentos"
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,name:stock.action_picking_tree_waiting
|
|
msgid "Waiting Transfers"
|
|
msgstr "A aguardar transferências"
|
|
|
|
#. module: stock
|
|
#: model:ir.model,name:stock.model_stock_warehouse
|
|
#: model:ir.model.fields,field_description:stock.field_make_procurement_warehouse_id
|
|
#: model:ir.model.fields,field_description:stock.field_procurement_order_warehouse_id
|
|
#: model:ir.model.fields,field_description:stock.field_product_product_warehouse_id
|
|
#: model:ir.model.fields,field_description:stock.field_product_template_warehouse_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_path_warehouse_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_move_warehouse_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_picking_type_warehouse_id
|
|
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_orderpoint_warehouse_id
|
|
#: model:ir.ui.view,arch_db:stock.stock_warehouse_view_search
|
|
#: model:ir.ui.view,arch_db:stock.view_partner_stock_form
|
|
#: model:ir.ui.view,arch_db:stock.view_warehouse
|
|
#: model:ir.ui.view,arch_db:stock.view_warehouse_tree
|
|
#: model:ir.ui.view,arch_db:stock.warehouse_orderpoint_search
|
|
msgid "Warehouse"
|
|
msgstr "Armazém"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_warehouse
|
|
msgid "Warehouse Configuration"
|
|
msgstr "Configuração do Armazém"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.menu,name:stock.menu_warehouse_config
|
|
msgid "Warehouse Management"
|
|
msgstr "Gestão de armazém"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_warehouse_name
|
|
msgid "Warehouse Name"
|
|
msgstr "Nome do Armazém"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_procurement_rule_propagate_warehouse_id
|
|
msgid "Warehouse to Propagate"
|
|
msgstr "Armazém para Propagar"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_procurement_order_warehouse_id
|
|
msgid "Warehouse to consider for the route selection"
|
|
msgstr "Armazém a considerar para a seleção de rota"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_warehouse.py:688
|
|
#, python-format
|
|
msgid "Warehouse's Routes"
|
|
msgstr "Rotas dos Armazéns"
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,name:stock.action_warehouse_form
|
|
#: model:ir.model.fields,field_description:stock.field_stock_location_route_warehouse_ids
|
|
#: model:ir.ui.menu,name:stock.menu_action_warehouse_form
|
|
#: model:ir.ui.view,arch_db:stock.stock_location_route_form_view
|
|
msgid "Warehouses"
|
|
msgstr "Armazéns"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_config_settings_warehouse_and_location_usage_level
|
|
msgid "Warehouses and Locations usage level"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_config_settings_group_warning_stock
|
|
#: selection:res.partner,picking_warn:0
|
|
msgid "Warning"
|
|
msgstr "Aviso"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_partner_stock_warnings_form
|
|
msgid "Warning on the Picking"
|
|
msgstr "Aviso na Recolha"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/product.py:319
|
|
#, python-format
|
|
msgid "Warning!"
|
|
msgstr "Aviso!"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"We handle the whole import process\n"
|
|
" for you: simply send your Odoo project\n"
|
|
" manager a CSV file containing all your\n"
|
|
" data."
|
|
msgstr ""
|
|
"Nós tratamos do processo de importação inteiro\n"
|
|
" por si: basta enviar ao(à) seu(ua) gestor(a) de projeto \n"
|
|
" Odoo um ficheiro CSV com todos os seus\n"
|
|
" dados."
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"We handle the whole import process\n"
|
|
" for you: simply send your Odoo project\n"
|
|
" manager a CSV file containing all your\n"
|
|
" products."
|
|
msgstr ""
|
|
"Nós tratamos do processo de importação inteiro\n"
|
|
" por si: basta enviar ao(à) seu(ua) gestor(a) de projeto \n"
|
|
" Odoo um ficheiro CSV com todos os seus\n"
|
|
" artigos."
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "We hope this guide helped you implement Odoo Inventory."
|
|
msgstr ""
|
|
"Esperamos que este guia tenha asjudado a implementar o Inventário do Odoo."
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/barcode.py:11
|
|
#, python-format
|
|
msgid "Weighted Product"
|
|
msgstr "Artigo Ponderado"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "Welcome"
|
|
msgstr "Bem-vindo"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_location_route_warehouse_selectable
|
|
msgid ""
|
|
"When a warehouse is selected for this route, this route should be seen as "
|
|
"the default route when products pass through this warehouse. This behaviour"
|
|
" can be overridden by the routes on the Product/Product Categories or by the"
|
|
" Preferred Routes on the Procurement"
|
|
msgstr ""
|
|
"Quando seleciona um armazém para esta rota, esta rota deve ser vista como "
|
|
"predefinida para quando passarem artigos por este armazém. Este "
|
|
"comportamento pode ser substituido pelas rotas nas Categorias de Produto ou "
|
|
"pelas Rotas Preferenciais na Aquisição."
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_location_route_product_selectable
|
|
msgid ""
|
|
"When checked, the route will be selectable in the Inventory tab of the "
|
|
"Product form. It will take priority over the Warehouse route. "
|
|
msgstr ""
|
|
"Quando marcado, a rota será selecionável no separador de Inventário no "
|
|
"formulário de Artigo. Terá prioridade sobre a rota do Armazém."
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_location_route_product_categ_selectable
|
|
msgid ""
|
|
"When checked, the route will be selectable on the Product Category. It will"
|
|
" take priority over the Warehouse route. "
|
|
msgstr ""
|
|
"Quando marcado, a rota será selecionável na Categoria de Artigo. Terá "
|
|
"prioridade sobre a rota do Armazém."
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "When everything is set, click on <i>Start Inventory</i>"
|
|
msgstr "Quando tudo estiver definido, clique em <i>Começar Inventário</i>"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_product_putaway_fixed_location_ids
|
|
msgid ""
|
|
"When the method is fixed, this location will be used to store the products"
|
|
msgstr ""
|
|
"Quando método é fixo, esta localização será usada para armazenar os produtos"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_warehouse_orderpoint_product_min_qty
|
|
msgid ""
|
|
"When the virtual stock goes below the Min Quantity specified for this field,"
|
|
" Odoo generates a procurement to bring the forecasted quantity to the Max "
|
|
"Quantity."
|
|
msgstr ""
|
|
"Quando o stock virtual passa abaixo da quantidade minima definida neste "
|
|
"campo, o Odoo gera um aprovisionamento para trazer a quantidade para o "
|
|
"máximo definido."
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_warehouse_orderpoint_product_max_qty
|
|
msgid ""
|
|
"When the virtual stock goes below the Min Quantity, Odoo generates a "
|
|
"procurement to bring the forecasted quantity to the Quantity specified as "
|
|
"Max Quantity."
|
|
msgstr ""
|
|
"Quando o stock virtual passa abaixo da quantidade minima, o Odoo gera um "
|
|
"aprovisionamento para trazer a quantidade para o máximo definido."
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_change_product_quantity
|
|
msgid ""
|
|
"When you select a serial number (lot), the quantity is corrected with respect to\n"
|
|
" the quantity of that serial number (lot) and not to the total quantity of the product."
|
|
msgstr ""
|
|
"(Quando selecciona um número de série (lote), a quantidade é corrigida tendo em conta\n"
|
|
"a quantidade desse número de série e não a quantidade total do produto.)"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,field_description:stock.field_stock_return_picking_line_wizard_id
|
|
msgid "Wizard"
|
|
msgstr "Assistente"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_procurement_compute_wizard
|
|
msgid ""
|
|
"Wizard checks all the stock minimum rules and generate procurement order."
|
|
msgstr ""
|
|
"O assistente verifica todas as regras de stock mínimo e gera as ordens de "
|
|
"aquisição"
|
|
|
|
#. module: stock
|
|
#: model:ir.model.fields,help:stock.field_stock_config_settings_group_product_variant
|
|
msgid ""
|
|
"Work with product variant allows you to define some variant of the same "
|
|
"products, an ease the product management in the ecommerce for example"
|
|
msgstr ""
|
|
"Trabalhar com variantes de produtos permite-lhe definir algumas variantes de"
|
|
" produtos, e gerir a loja online de forma mais fácil."
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_production_lot.py:37
|
|
#, python-format
|
|
msgid "You are not allowed to create a lot for this picking type"
|
|
msgstr "Não tem autorização para criar um lote para este tipo de picking"
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,help:stock.action_routes_form
|
|
msgid ""
|
|
"You can define here the main routes that run through\n"
|
|
" your warehouses and that define the flows of your products. These\n"
|
|
" routes can be assigned to a product, a product category or be fixed\n"
|
|
" on procurement or sales order."
|
|
msgstr ""
|
|
"Aqui pode definir as rotas principais que atravessam os seus\n"
|
|
" armazéns e que definem os fluxos dos seus artigos. Estas rotas\n"
|
|
" podem ser atribuídas a um artigo, a uma categoria de artigo ou\n"
|
|
" fixas a uma ordem de aquisição ou de vendas."
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,help:stock.action_orderpoint_form
|
|
msgid ""
|
|
"You can define your minimum stock rules, so that Odoo will automatically "
|
|
"create draft manufacturing orders or request for quotations according to the"
|
|
" stock level. Once the virtual stock of a product (= stock on hand minus all"
|
|
" confirmed orders and reservations) is below the minimum quantity, Odoo will"
|
|
" generate a procurement request to increase the stock up to the maximum "
|
|
"quantity."
|
|
msgstr ""
|
|
"Pode definir as suas regras de mínimos de stock, para que o Odoo crie "
|
|
"automaticamente rascunhos de ordens de fabrico ou solicite cotações em "
|
|
"concordância com o nível de stock. Assim que o stock virtual de um artigo (="
|
|
" stock disponível menos todas as encomendas confirmadas e reservas) estiver "
|
|
"abaixo da quantidade mínima, o Odoo irá gerar um pedido de aquisição para "
|
|
"elevar o stock à quantidade máxima."
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_inventory_form
|
|
msgid "You can delete lines to ignore some products."
|
|
msgstr "Voce pode eleminar linhas para ignorar alguns produtos"
|
|
|
|
#. module: stock
|
|
#: model:ir.actions.act_window,help:stock.action_picking_form
|
|
#: model:ir.actions.act_window,help:stock.action_picking_tree_all
|
|
#: model:ir.actions.act_window,help:stock.action_picking_tree_backorder
|
|
#: model:ir.actions.act_window,help:stock.action_picking_tree_done
|
|
#: model:ir.actions.act_window,help:stock.action_picking_tree_done_grouped
|
|
#: model:ir.actions.act_window,help:stock.action_picking_tree_late
|
|
#: model:ir.actions.act_window,help:stock.action_picking_tree_ready
|
|
#: model:ir.actions.act_window,help:stock.action_picking_tree_waiting
|
|
#: model:ir.actions.act_window,help:stock.action_picking_type_list
|
|
#: model:ir.actions.act_window,help:stock.stock_picking_action_picking_type
|
|
msgid ""
|
|
"You can either do it immediately or mark it as Todo for future processing. "
|
|
"Use your scanner to validate the transferred quantity quicker."
|
|
msgstr ""
|
|
"Pode fazê-lo imediatamente ou marcar como To Do para processamento futuro. "
|
|
"Use o seu scanner para validar a quantidade transferida mais rapidamente."
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/product.py:486
|
|
#, python-format
|
|
msgid ""
|
|
"You can not change the unit of measure of a product that has already been "
|
|
"used in a done stock move. If you need to change the unit of measure, you "
|
|
"may deactivate this product."
|
|
msgstr ""
|
|
"Não pode alterar a unidade de medida de um artigo que já foi usado num "
|
|
"movimento de stock realizado. Se precisar de alterar a unidade de medida, "
|
|
"pode desativar este artigo."
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_pack_operation.py:160
|
|
#, python-format
|
|
msgid "You can not delete pack operations of a done picking"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_quant.py:143
|
|
#, python-format
|
|
msgid "You can not reserve a negative quantity or a negative quant."
|
|
msgstr "Não pode reservar quantidades negativas ou cabazes negativos"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_move.py:901
|
|
#, python-format
|
|
msgid "You can only delete draft moves."
|
|
msgstr "Só pode apagar movimentos em rascunho."
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "You can review and edit the predefined units via the"
|
|
msgstr "Pode rever e editar as unidades predefinidas através da"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_move.py:652
|
|
#, python-format
|
|
msgid "You cannot cancel a stock move that has been set to 'Done'."
|
|
msgstr "Não pode cancelar movimentos de stock que já tenham sido concluidos."
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_scrap.py:72
|
|
#, python-format
|
|
msgid "You cannot delete a scrap which is done."
|
|
msgstr "Não pode apagar uma quebra efetuada."
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_inventory.py:103
|
|
#, python-format
|
|
msgid "You cannot delete a validated inventory adjustement."
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_inventory.py:374
|
|
#, python-format
|
|
msgid ""
|
|
"You cannot have two inventory adjustements in state 'in Progess' with the "
|
|
"same product(%s), same location(%s), same package, same owner and same lot. "
|
|
"Please first validatethe first inventory adjustement with this product "
|
|
"before creating another one."
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_quant.py:176
|
|
#, python-format
|
|
msgid "You cannot move to a location of type view %s."
|
|
msgstr "Não pode mover para uma localização do tipo %s."
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_scrap.py:85
|
|
#, python-format
|
|
msgid ""
|
|
"You cannot scrap a move without having available stock for %s. You can "
|
|
"correct it with an inventory adjustment."
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_inventory.py:144
|
|
#, python-format
|
|
msgid ""
|
|
"You cannot set a negative product quantity in an inventory line:\n"
|
|
"\t%s - qty: %s"
|
|
msgstr ""
|
|
"Não pode definir uma quantidade negativa numa linha de inventário:\n"
|
|
"\t%s - qty: %s"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_move.py:919
|
|
#, python-format
|
|
msgid "You cannot split a draft move. It needs to be confirmed first."
|
|
msgstr ""
|
|
"Não pode dividir um movimento em rascunho. Tem de ser confirmado primeiro."
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_move.py:915
|
|
#, python-format
|
|
msgid "You cannot split a move done"
|
|
msgstr "Não pode dividir um movimento concluido."
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.report_picking
|
|
msgid ""
|
|
"You do not have any products reserved for this picking. Please click the 'Reserve' button\n"
|
|
" to check if products are available."
|
|
msgstr ""
|
|
"Não tem quaisquer artigos reservados para este picking. Clique no botão 'Reservar'\n"
|
|
" para verificar se os artigos estão disponíveis."
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_move.py:800
|
|
#, python-format
|
|
msgid ""
|
|
"You have a difference between the quantity on the operation and the "
|
|
"quantities specified for the lots. "
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: sql_constraint:stock.pack.operation.lot:0
|
|
msgid "You have already mentioned this lot in another line"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: sql_constraint:stock.pack.operation.lot:0
|
|
msgid "You have already mentioned this lot name in another line"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/wizard/stock_picking_return.py:114
|
|
#, python-format
|
|
msgid "You have manually created product lines, please delete them to proceed"
|
|
msgstr ""
|
|
"Criou manualmente linhas de produtos, por favor remova-as para proceguir"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_backorder_confirmation
|
|
msgid "You have processed less products than the initial demand."
|
|
msgstr "Processou menos produtos do que a procura inicial."
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/product.py:320
|
|
#, python-format
|
|
msgid ""
|
|
"You have products in stock that have no lot number. You can assign serial "
|
|
"numbers by doing an inventory. "
|
|
msgstr ""
|
|
"Tem artigos em stock que não têm número de lote. Pode atribuir números de "
|
|
"série fazendo um inventário."
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_warehouse.py:768
|
|
#, python-format
|
|
msgid ""
|
|
"You have to select a product unit of measure in the same category than the "
|
|
"default unit of measure of the product"
|
|
msgstr ""
|
|
"Tem de selecionar a unidade de medida da categoria do produto igual à do "
|
|
"produto"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_immediate_transfer
|
|
msgid ""
|
|
"You haven't set processed (<i>done</i>) quantities. Click <i>apply</i> and\n"
|
|
" Odoo will process all quantities to do."
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/wizard/stock_picking_return.py:43
|
|
#, python-format
|
|
msgid "You may only return Done pickings"
|
|
msgstr "Só pode devolver pickings Feitos"
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_inventory.py:21
|
|
#, python-format
|
|
msgid "You must define a warehouse for the company: %s."
|
|
msgstr "Deve definir um armazém para a empresa: %s."
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_move.py:553
|
|
#: code:addons/stock/models/stock_pack_operation.py:234
|
|
#, python-format
|
|
msgid "You need to provide a Lot/Serial Number for product %s"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_quant.py:260
|
|
#, python-format
|
|
msgid "You should only receive by the piece with the same serial number"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_pack_operation.py:238
|
|
#, python-format
|
|
msgid "You should provide a different serial number for each piece"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/product.py:371
|
|
#, python-format
|
|
msgid ""
|
|
"You still have some active reordering rules on this product. Please archive "
|
|
"or delete them first."
|
|
msgstr ""
|
|
"Ainda tem algumas regras de re-encomenda ativas neste artigo. Arquive ou "
|
|
"apague-as primeiro."
|
|
|
|
#. module: stock
|
|
#: code:addons/stock/models/stock_move.py:226
|
|
#, python-format
|
|
msgid ""
|
|
"You try to move a product using a UoM that is not compatible with the UoM of"
|
|
" the product moved. Please use an UoM in the same UoM category."
|
|
msgstr ""
|
|
"Tentou mover um produto utilizando uma UdM que não é compativel com a UdM do"
|
|
" produto movido. Por favor utilize a mesma UdM da categoria."
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "Your Products"
|
|
msgstr "Seus Produtos"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "Your Situation"
|
|
msgstr "A Sua Situação"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "Your Vendors"
|
|
msgstr "Os Seus Fornecedores"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "Your Warehouse"
|
|
msgstr "O Seu Armazém"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_change_product_quantity
|
|
#: model:ir.ui.view,arch_db:stock.view_immediate_transfer
|
|
msgid "_Apply"
|
|
msgstr "_Aplicar"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_backorder_confirmation
|
|
#: model:ir.ui.view,arch_db:stock.view_change_product_quantity
|
|
msgid "_Cancel"
|
|
msgstr "_Cancelar"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "a stockable Product"
|
|
msgstr "um produto armazenável"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "and simply enter a minimum and maximum quantity."
|
|
msgstr "e simplesmente insira uma quantidade máxima e mínima"
|
|
|
|
#. module: stock
|
|
#: model:ir.model,name:stock.model_barcode_rule
|
|
msgid "barcode.rule"
|
|
msgstr "barcode.rule"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "configuration menu"
|
|
msgstr "menu de configuração"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.stock_location_path_form
|
|
#: model:ir.ui.view,arch_db:stock.view_procurement_rule_form_stock_inherit
|
|
#: model:ir.ui.view,arch_db:stock.view_template_property_form
|
|
msgid "days"
|
|
msgstr "dias"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_inventory_form
|
|
msgid "e.g. Annual inventory"
|
|
msgstr "Ex. Inventário anual"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_production_lot_form
|
|
msgid "e.g. LOT/0001/20121"
|
|
msgstr "e.g. LOT/0001/20121"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_picking_form
|
|
msgid "e.g. PO0032"
|
|
msgstr "Ex. PO0032"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"either by manually updating the Done quantity on the product lines, or let "
|
|
"Odoo do it automatically while validating"
|
|
msgstr ""
|
|
"ou atualizando manualmente a quantidade Feita nas linhas de artigo ou "
|
|
"permitindo que o Odoo o faça automaticamente ao validar"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"either by manually updating the Done quantity on the product lines, or scan "
|
|
"them with the Odoo Barcode app, or let Odoo do it automatically while "
|
|
"validating"
|
|
msgstr ""
|
|
"ou atualizando manualmente a quantidade Feita nas linhas de artigo, ou "
|
|
"digitalizando com a app de Códigos de Barras do Odoo ou permitindo que o "
|
|
"Odoo o faça automaticamente ao validar"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "feedback@mail.odoo.com"
|
|
msgstr "feedback@mail.odoo.com"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "for a customer and add products"
|
|
msgstr "para um cliente e adicione artigos"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"for more\n"
|
|
" information."
|
|
msgstr "para mais informação."
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "from your vendor with the products and the requested quantities"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:stock.inventory.line,product_name:stock.stock_inventory_line_3
|
|
msgid "iPad Mini"
|
|
msgstr "iPad Mini"
|
|
|
|
#. module: stock
|
|
#: model:stock.inventory.line,product_name:stock.stock_inventory_line_6
|
|
msgid "iPod"
|
|
msgstr "iPod"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"is displayed on the transfer if your products supply chain is properly "
|
|
"configured. Otherwise, <strong>Check the availability</strong> manually"
|
|
msgstr ""
|
|
"é apresentada na transferência se a sua cadeia logística for configurada "
|
|
"corretamente. Caso contrário, <strong>Verifique a disponibilidade</strong> "
|
|
"manualmente"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_template_property_form
|
|
msgid "months"
|
|
msgstr "meses"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_pack_operation_lot_form
|
|
#: model:ir.ui.view,arch_db:stock.view_picking_form
|
|
msgid "of"
|
|
msgstr "de"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_picking_form
|
|
msgid "on"
|
|
msgstr "ativo"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid ""
|
|
"on the purchase order form or click on <i>Receive Products</i> to see the "
|
|
"Transfer Order"
|
|
msgstr ""
|
|
"no formulário da nota de encomenda ou clique em <i>Receber Artigos</i> para "
|
|
"ver a Ordem de Transferência"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "on the sale order form to see Transfer Order"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.model,name:stock.model_report_stock_forecast
|
|
msgid "report.stock.forecast"
|
|
msgstr "report.stock.forecast"
|
|
|
|
#. module: stock
|
|
#: model:ir.model,name:stock.model_stock_config_settings
|
|
msgid "stock.config.settings"
|
|
msgstr "stock.config.settings"
|
|
|
|
#. module: stock
|
|
#: model:ir.model,name:stock.model_stock_fixed_putaway_strat
|
|
msgid "stock.fixed.putaway.strat"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.model,name:stock.model_stock_return_picking_line
|
|
msgid "stock.return.picking.line"
|
|
msgstr ""
|
|
|
|
#. module: stock
|
|
#: model:ir.model,name:stock.model_stock_scrap
|
|
msgid "stock.scrap"
|
|
msgstr "stock.scrap"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "the list of products"
|
|
msgstr "a lista de artigos"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "the list of vendors"
|
|
msgstr "a lista de fornecedores"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_picking_form
|
|
msgid "to"
|
|
msgstr "para"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "to mark the products as transferred to your stock location"
|
|
msgstr "para marcar os produtos como transferidos para a localização de stock"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "via the"
|
|
msgstr "através de"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "when you receive the ordered products"
|
|
msgstr "quando recebe os produtos recebidos"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.inventory_planner
|
|
msgid "with the <i>Validate</i> button"
|
|
msgstr "com o botão <i>Validar</i>"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_picking_form
|
|
msgid "↳Put in Pack"
|
|
msgstr "↳Colocar no Pacote"
|
|
|
|
#. module: stock
|
|
#: model:ir.ui.view,arch_db:stock.view_inventory_form
|
|
msgid "⇒ Set quantities to 0"
|
|
msgstr "⇒ Definir quantidades como 0"
|