mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-23 00:12:02 +02:00
56 lines
1.8 KiB
Text
56 lines
1.8 KiB
Text
# Translation of Odoo Server.
|
|
# This file contains the translation of the following modules:
|
|
# * stock_request_submit
|
|
#
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: Odoo Server 12.0\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2023-01-26 16:20+0000\n"
|
|
"PO-Revision-Date: 2023-01-26 17:20+0100\n"
|
|
"Last-Translator: Víctor Martínez <victor.martinez@tecnativa.com>\n"
|
|
"Language-Team: none\n"
|
|
"Language: es\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
"X-Generator: Poedit 3.0.1\n"
|
|
|
|
#. module: stock_request_submit
|
|
#: model:ir.model.fields,field_description:stock_request_submit.field_stock_request__route_id
|
|
msgid "Route"
|
|
msgstr "Ruta"
|
|
|
|
#. module: stock_request_submit
|
|
#: model:ir.model.fields,field_description:stock_request_submit.field_stock_request__state
|
|
msgid "Status"
|
|
msgstr "Estado"
|
|
|
|
#. module: stock_request_submit
|
|
#: model:ir.model,name:stock_request_submit.model_stock_request
|
|
msgid "Stock Request"
|
|
msgstr "Solicitud de existencias"
|
|
|
|
#. module: stock_request_submit
|
|
#: model:ir.model,name:stock_request_submit.model_stock_request_order
|
|
msgid "Stock Request Order"
|
|
msgstr "Pedido de existencias"
|
|
|
|
#. module: stock_request_submit
|
|
#: model_terms:ir.ui.view,arch_db:stock_request_submit.stock_request_order_form
|
|
#: model_terms:ir.ui.view,arch_db:stock_request_submit.view_stock_request_form
|
|
msgid "Submit"
|
|
msgstr "Enviar"
|
|
|
|
#. module: stock_request_submit
|
|
#: model:ir.model.fields.selection,name:stock_request_submit.selection__stock_request__state__submitted
|
|
msgid "Submitted"
|
|
msgstr "Enviado"
|
|
|
|
#. module: stock_request_submit
|
|
#. odoo-python
|
|
#: code:addons/stock_request_submit/models/stock_request_order.py:0
|
|
#, python-format
|
|
msgid "There should be at least one request item for submiting the order."
|
|
msgstr "Debe haber al menos un elemento de solicitud para enviar el pedido."
|