From 5c4968aab055421540b4730a304e15d8b8ee0d48 Mon Sep 17 00:00:00 2001 From: Ivorra78 Date: Mon, 25 Mar 2024 18:59:20 +0000 Subject: [PATCH] Added translation using Weblate (Spanish) --- mrp_tag/i18n/es.po | 115 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 115 insertions(+) create mode 100644 mrp_tag/i18n/es.po diff --git a/mrp_tag/i18n/es.po b/mrp_tag/i18n/es.po new file mode 100644 index 000000000..59cb887fd --- /dev/null +++ b/mrp_tag/i18n/es.po @@ -0,0 +1,115 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mrp_tag +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" + +#. module: mrp_tag +#: model:ir.model.fields,field_description:mrp_tag.field_mrp_tag__child_ids +msgid "Child" +msgstr "" + +#. module: mrp_tag +#: model:ir.model.fields,field_description:mrp_tag.field_mrp_tag__color +msgid "Color" +msgstr "" + +#. module: mrp_tag +#: model_terms:ir.actions.act_window,help:mrp_tag.mrp_tag_action +msgid "Create new tags for your manufacture order" +msgstr "" + +#. module: mrp_tag +#: model:ir.model.fields,field_description:mrp_tag.field_mrp_tag__create_uid +msgid "Created by" +msgstr "" + +#. module: mrp_tag +#: model:ir.model.fields,field_description:mrp_tag.field_mrp_tag__create_date +msgid "Created on" +msgstr "" + +#. module: mrp_tag +#: model:ir.model.fields,field_description:mrp_tag.field_mrp_tag__display_name +msgid "Display Name" +msgstr "" + +#. module: mrp_tag +#: model:ir.model.fields,field_description:mrp_tag.field_mrp_tag__id +msgid "ID" +msgstr "" + +#. module: mrp_tag +#: model:ir.model.fields,field_description:mrp_tag.field_mrp_tag____last_update +msgid "Last Modified on" +msgstr "" + +#. module: mrp_tag +#: model:ir.model.fields,field_description:mrp_tag.field_mrp_tag__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: mrp_tag +#: model:ir.model.fields,field_description:mrp_tag.field_mrp_tag__write_date +msgid "Last Updated on" +msgstr "" + +#. module: mrp_tag +#: model:ir.model,name:mrp_tag.model_mrp_tag +msgid "MRP Tag" +msgstr "" + +#. module: mrp_tag +#: model:ir.model.fields,field_description:mrp_tag.field_mrp_tag__parent_id +msgid "Parent" +msgstr "" + +#. module: mrp_tag +#: model:ir.model.fields,field_description:mrp_tag.field_mrp_tag__parent_path +msgid "Parent Path" +msgstr "" + +#. module: mrp_tag +#: model:ir.model,name:mrp_tag.model_mrp_production +msgid "Production Order" +msgstr "" + +#. module: mrp_tag +#: model_terms:ir.ui.view,arch_db:mrp_tag.view_mrp_production_filter +msgid "Tag" +msgstr "" + +#. module: mrp_tag +#: model:ir.model.fields,field_description:mrp_tag.field_mrp_tag__name +msgid "Tag Name" +msgstr "" + +#. module: mrp_tag +#: model:ir.model.constraint,message:mrp_tag.constraint_mrp_tag_tag_name_uniq +msgid "Tag name already exists !" +msgstr "" + +#. module: mrp_tag +#: model:ir.actions.act_window,name:mrp_tag.mrp_tag_action +#: model:ir.model.fields,field_description:mrp_tag.field_mrp_production__tag_ids +#: model:ir.ui.menu,name:mrp_tag.menu_mrp_tag_config +#: model_terms:ir.ui.view,arch_db:mrp_tag.mrp_tag_view_form +msgid "Tags" +msgstr "" + +#. module: mrp_tag +#. odoo-python +#: code:addons/mrp_tag/models/mrp_tag.py:0 +#, python-format +msgid "Tags cannot be recursive." +msgstr ""