Skip to content

Commit

Permalink
Update translation files
Browse files Browse the repository at this point in the history
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: multi-company-15.0/multi-company-15.0-product_category_inter_company
Translate-URL: https://translation.odoo-community.org/projects/multi-company-15-0/multi-company-15-0-product_category_inter_company/
  • Loading branch information
weblate committed Jun 17, 2024
1 parent 9ce9e09 commit ec31a7a
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 40 deletions.
45 changes: 25 additions & 20 deletions product_category_inter_company/i18n/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,6 @@ msgstr ""
msgid "Company"
msgstr "Compañía"

#. module: product_category_inter_company
#: model:ir.model.fields,field_description:product_category_inter_company.field_product_category__display_name
msgid "Display Name"
msgstr "Mostrar Nombre"

#. module: product_category_inter_company
#: model:ir.model.fields,field_description:product_category_inter_company.field_product_category__id
msgid "ID"
msgstr "ID"

#. module: product_category_inter_company
#: model:ir.model.fields,field_description:product_category_inter_company.field_product_category____last_update
msgid "Last Modified on"
msgstr "Última Modificación el"

#. module: product_category_inter_company
#: model:ir.model.fields,field_description:product_category_inter_company.field_product_category__parent_id
msgid "Parent Category"
Expand All @@ -49,16 +34,17 @@ msgstr "Categoría de Producto"
#. module: product_category_inter_company
#: code:addons/product_category_inter_company/models/product_category.py:0
#, python-format
msgid "The category %s must be shared as the child %s belong to company %s."
msgid ""
"The category %(parent)s must be shared as the child %(child)s belong to "
"company %(company)s."
msgstr ""
"La categoría %s debe ser compartida ya que el niño %s pertenece a la empresa "
"%s."

#. module: product_category_inter_company
#: code:addons/product_category_inter_company/models/product_category.py:0
#, python-format
msgid "The category %s must be shared as the child %s is shared."
msgstr "La categoría %s debe compartirse como se comparte la hija %s."
msgid ""
"The category %(parent)s must be shared as the child %(child)s is shared."
msgstr ""

#. module: product_category_inter_company
#: code:addons/product_category_inter_company/models/product_category.py:0
Expand All @@ -67,3 +53,22 @@ msgid ""
"The parent category and your category %s must belong to the same company."
msgstr ""
"La categoría principal y su categoría %s deben pertenecer a la misma empresa."

#~ msgid "Display Name"
#~ msgstr "Mostrar Nombre"

#~ msgid "ID"
#~ msgstr "ID"

#~ msgid "Last Modified on"
#~ msgstr "Última Modificación el"

#, python-format
#~ msgid "The category %s must be shared as the child %s belong to company %s."
#~ msgstr ""
#~ "La categoría %s debe ser compartida ya que el niño %s pertenece a la "
#~ "empresa %s."

#, python-format
#~ msgid "The category %s must be shared as the child %s is shared."
#~ msgstr "La categoría %s debe compartirse como se comparte la hija %s."
42 changes: 22 additions & 20 deletions product_category_inter_company/i18n/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,6 @@ msgstr ""
msgid "Company"
msgstr ""

#. module: product_category_inter_company
#: model:ir.model.fields,field_description:product_category_inter_company.field_product_category__display_name
msgid "Display Name"
msgstr "Nom affiché"

#. module: product_category_inter_company
#: model:ir.model.fields,field_description:product_category_inter_company.field_product_category__id
msgid "ID"
msgstr ""

#. module: product_category_inter_company
#: model:ir.model.fields,field_description:product_category_inter_company.field_product_category____last_update
msgid "Last Modified on"
msgstr "Dernière modification le"

#. module: product_category_inter_company
#: model:ir.model.fields,field_description:product_category_inter_company.field_product_category__parent_id
msgid "Parent Category"
Expand All @@ -50,16 +35,17 @@ msgstr "Catégorie d'article"
#. module: product_category_inter_company
#: code:addons/product_category_inter_company/models/product_category.py:0
#, python-format
msgid "The category %s must be shared as the child %s belong to company %s."
msgid ""
"The category %(parent)s must be shared as the child %(child)s belong to "
"company %(company)s."
msgstr ""
"La catégorie %s doit être partagée comme la catégorie enfant %s appartient à "
"la la société %s."

#. module: product_category_inter_company
#: code:addons/product_category_inter_company/models/product_category.py:0
#, python-format
msgid "The category %s must be shared as the child %s is shared."
msgstr "La catégorie %s doit être partagée comme la catégorie enfant %s."
msgid ""
"The category %(parent)s must be shared as the child %(child)s is shared."
msgstr ""

#. module: product_category_inter_company
#: code:addons/product_category_inter_company/models/product_category.py:0
Expand All @@ -69,3 +55,19 @@ msgid ""
msgstr ""
"La catégorie parent et votre catégorie %s doivent appartenir à la même "
"société."

#~ msgid "Display Name"
#~ msgstr "Nom affiché"

#~ msgid "Last Modified on"
#~ msgstr "Dernière modification le"

#, python-format
#~ msgid "The category %s must be shared as the child %s belong to company %s."
#~ msgstr ""
#~ "La catégorie %s doit être partagée comme la catégorie enfant %s "
#~ "appartient à la la société %s."

#, python-format
#~ msgid "The category %s must be shared as the child %s is shared."
#~ msgstr "La catégorie %s doit être partagée comme la catégorie enfant %s."

0 comments on commit ec31a7a

Please sign in to comment.