Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[14.0][ADD] pms hr Added Spanish translation. #294

Open
wants to merge 4 commits into
base: 14.0
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
74 changes: 74 additions & 0 deletions pms_hr_property/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * pms_hr_property
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-10-16 06:14+0000\n"
"PO-Revision-Date: 2024-10-16 08:23+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: \n"
"X-Generator: Poedit 3.0.1\n"

#. module: pms_hr_property
#: model:ir.model.fields,field_description:pms_hr_property.field_channel_wubook_pms_property_availability__employee_ids
#: model:ir.model.fields,field_description:pms_hr_property.field_pms_property__employee_ids
msgid "Assigned Employees"
msgstr "Empleados asignados"

#. module: pms_hr_property
#: model:ir.model,name:pms_hr_property.model_hr_employee_base
msgid "Basic Employee"
msgstr "Empleado Básico"

#. module: pms_hr_property
#: model:ir.model.fields,field_description:pms_hr_property.field_hr_employee_base__display_name
#: model:ir.model.fields,field_description:pms_hr_property.field_pms_property__display_name
msgid "Display Name"
msgstr "Mostrar Nombre"

#. module: pms_hr_property
#: model_terms:ir.ui.view,arch_db:pms_hr_property.pms_hr_property_form
msgid "Employees"
msgstr "Empleados"

#. module: pms_hr_property
#: model:ir.model.fields,field_description:pms_hr_property.field_hr_employee_base__id
#: model:ir.model.fields,field_description:pms_hr_property.field_pms_property__id
msgid "ID"
msgstr "ID (identificación)"

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

#. module: pms_hr_property
#: model:ir.model,name:pms_hr_property.model_pms_property
msgid "Property"
msgstr "Hotel"

#. module: pms_hr_property
#: model_terms:ir.ui.view,arch_db:pms_hr_property.pms_hr_property_form
msgid "Property Staff"
msgstr "Staff del centro"

#. module: pms_hr_property
#: model_terms:ir.ui.view,arch_db:pms_hr_property.hr_property_employee_filter
msgid "Workplace"
msgstr "Centro de trabajo"

#. module: pms_hr_property
#: model:ir.model.fields,field_description:pms_hr_property.field_hr_employee__property_ids
#: model:ir.model.fields,field_description:pms_hr_property.field_hr_employee_base__property_ids
#: model:ir.model.fields,field_description:pms_hr_property.field_hr_employee_public__property_ids
msgid "Workplaces asigned"
msgstr "Centro asignado"
6 changes: 4 additions & 2 deletions pms_l10n_es/views/pms_room_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@
<field name="model">pms.room</field>
<field name="inherit_id" ref="pms.pms_room_view_form" />
<field name="arch" type="xml">
<xpath expr="//field[@name='sequence']" position="after">
<field name="in_ine" />
<xpath expr="//page[@name='information_pms_room']" position="inside">
<group>
<field name="in_ine" />
</group>
</xpath>
</field>
</record>
Expand Down
Loading