Начальное наполнение
This commit is contained in:
parent
e2b5edb023
commit
51a0b104ad
4
__init__.py
Normal file
4
__init__.py
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||||
|
|
||||||
|
from . import models
|
20
__manifest__.py
Normal file
20
__manifest__.py
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
|
{
|
||||||
|
'name': 'Maintenance - HR',
|
||||||
|
'version': '1.0',
|
||||||
|
'sequence': 125,
|
||||||
|
'category': 'Human Resources',
|
||||||
|
'description': """
|
||||||
|
Bridge between HR and Maintenance.""",
|
||||||
|
'depends': ['hr', 'maintenance'],
|
||||||
|
'summary': 'Equipment, Assets, Internal Hardware, Allocation Tracking',
|
||||||
|
'data': [
|
||||||
|
'security/equipment.xml',
|
||||||
|
'views/maintenance_views.xml',
|
||||||
|
'views/hr_views.xml',
|
||||||
|
],
|
||||||
|
'installable': True,
|
||||||
|
'auto_install': True,
|
||||||
|
'license': 'LGPL-3',
|
||||||
|
}
|
125
i18n/af.po
Normal file
125
i18n/af.po
Normal file
@ -0,0 +1,125 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Martin Trigaux, 2022
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-01-17 08:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
||||||
|
"Last-Translator: Martin Trigaux, 2022\n"
|
||||||
|
"Language-Team: Afrikaans (https://app.transifex.com/odoo/teams/41243/af/)\n"
|
||||||
|
"Language: af\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: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr "Ander"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr "Eienaar"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "Gebruiker"
|
121
i18n/am.po
Normal file
121
i18n/am.po
Normal file
@ -0,0 +1,121 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-01-17 08:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
||||||
|
"Language-Team: Amharic (https://app.transifex.com/odoo/teams/41243/am/)\n"
|
||||||
|
"Language: am\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: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr ""
|
125
i18n/ar.po
Normal file
125
i18n/ar.po
Normal file
@ -0,0 +1,125 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Wil Odoo, 2023\n"
|
||||||
|
"Language-Team: Arabic (https://app.transifex.com/odoo/teams/41243/ar/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: ar\n"
|
||||||
|
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr "تاريخ الإسناد"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr "القسم المسند "
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr "الموظف المسند "
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr "المعدات المسندة "
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr "أنشئ بواسطة"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr "أنشئ بواسطة المستخدم"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr "القسم"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr "الموظف"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr "المعدات "
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr "عدد المعدات "
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr "معدات الصيانة"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr "طلب الصيانة"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr "المعدات التي تمت إدارتها "
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr "عمليات الصيانة الخاصة بي "
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr "غير ذلك"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr "المالك"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr "غير مسند "
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr "تم استخدامه بواسطة "
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "المستخدم"
|
126
i18n/az.po
Normal file
126
i18n/az.po
Normal file
@ -0,0 +1,126 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Jumshud Sultanov <cumshud@gmail.com>, 2022
|
||||||
|
# erpgo translator <jumshud@erpgo.az>, 2022
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-01-17 08:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
||||||
|
"Last-Translator: erpgo translator <jumshud@erpgo.az>, 2022\n"
|
||||||
|
"Language-Team: Azerbaijani (https://app.transifex.com/odoo/teams/41243/az/)\n"
|
||||||
|
"Language: az\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: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr "Təyin edilmiş Tarix"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr "Tərəfindən yaradılıb"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr "İstifadəçi tərəfindən yaradılıb"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr "Şöbə"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr "İşçi"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr "Avadanlıq"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr "Texniki xidmət Avadanlığı"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr "Texniki xidmət üzrə Sorğu"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr "Mənim Təminatlarım"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr "Digər"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr "Sahibi"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr "Təyin olunmamış"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "İstifadəçi"
|
129
i18n/bg.po
Normal file
129
i18n/bg.po
Normal file
@ -0,0 +1,129 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Rosen Vladimirov <vladimirov.rosen@gmail.com>, 2023
|
||||||
|
# Albena Mincheva <albena_vicheva@abv.bg>, 2023
|
||||||
|
# Maria Boyadjieva <marabo2000@gmail.com>, 2023
|
||||||
|
# Ivan Goychev <igoychev.projects@gmail.com>, 2023
|
||||||
|
# aleksandar ivanov, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: aleksandar ivanov, 2023\n"
|
||||||
|
"Language-Team: Bulgarian (https://app.transifex.com/odoo/teams/41243/bg/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: bg\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr "Дата на разпределение"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr "Създаден от"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr "Създадено от потребител"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr "Отдел"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr "Служител"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr "Екипировка"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr "Оборудване за поддръжка"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr "Заявка за поддръжка"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr "Моите поддръжки"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr "Друг"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr "Собственик"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr "Неназначени"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr "Използван от"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "Потребител"
|
125
i18n/bs.po
Normal file
125
i18n/bs.po
Normal file
@ -0,0 +1,125 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Martin Trigaux, 2018
|
||||||
|
# Boško Stojaković <bluesoft83@gmail.com>, 2018
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server saas~11.5\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-01-17 08:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2018-09-21 13:18+0000\n"
|
||||||
|
"Last-Translator: Boško Stojaković <bluesoft83@gmail.com>, 2018\n"
|
||||||
|
"Language-Team: Bosnian (https://www.transifex.com/odoo/teams/41243/bs/)\n"
|
||||||
|
"Language: bs\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr "Kreirao"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr "Odjeljenje"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr "Zaposleni"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr "Oprema za održavanje"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr "Zahtjev za održavanje"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr "Drugo"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr "Vlasnik"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr "Nedodeljen"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr ""
|
130
i18n/ca.po
Normal file
130
i18n/ca.po
Normal file
@ -0,0 +1,130 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Manel Fernandez Ramirez <manelfera@outlook.com>, 2023
|
||||||
|
# Harcogourmet, 2023
|
||||||
|
# Quim - eccit <quim@eccit.com>, 2023
|
||||||
|
# RGB Consulting <odoo@rgbconsulting.com>, 2023
|
||||||
|
# Arnau Ros, 2023
|
||||||
|
# Martin Trigaux, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Martin Trigaux, 2023\n"
|
||||||
|
"Language-Team: Catalan (https://app.transifex.com/odoo/teams/41243/ca/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: ca\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr "Assignar data"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr "Departament assignat"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr "Empleat assignat"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr "Creat per"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr "Creat per Usuari"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr "Departament"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr "Empleat"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr "Equip"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr "Equip de manteniment"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr "Petició de manteniment"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr "Els meus manteniments"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr "Altres"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr "Propietari"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr "Sense assignar"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr "Utilitzat per"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "Usuari"
|
127
i18n/cs.po
Normal file
127
i18n/cs.po
Normal file
@ -0,0 +1,127 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Jakub Smolka, 2023
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
# Katerina Horylova, 2024
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Katerina Horylova, 2024\n"
|
||||||
|
"Language-Team: Czech (https://app.transifex.com/odoo/teams/41243/cs/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: cs\n"
|
||||||
|
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr "Přiřazené datum"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr "Přiřazené oddělení"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr "Přiřazený zaměstnanec"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr "Vytvořeno uživatelem"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr "Vytvořeno uživatelem"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr "Oddělení"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr "Zaměstnanec"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr "Zařízení"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr "Počet kusů vybavení"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr "Zařízení"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr "Požadavek na údržbu"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr "Mé údržby"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr "Ostatní"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr "Majitel"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr "Nepřiřazeno"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr "použitý"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "Uživatel"
|
125
i18n/da.po
Normal file
125
i18n/da.po
Normal file
@ -0,0 +1,125 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Martin Trigaux, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Martin Trigaux, 2023\n"
|
||||||
|
"Language-Team: Danish (https://app.transifex.com/odoo/teams/41243/da/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: da\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr "Tildelt dato"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr "Tildelt afdeling"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr "Tildelt medarbejder"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr "Oprettet af"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr "Oprettet af bruger"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr "Afdeling"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr "Medarbejder"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr "Udstyr"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr "Vedligeholdelsesudstyr"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr "Anmodning om vedligeholdelse"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr "Min vedligeholdelser"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr "Andet"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr "Ejer"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr "Ikke tildelt"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr "Brugt af"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "Bruger"
|
125
i18n/de.po
Normal file
125
i18n/de.po
Normal file
@ -0,0 +1,125 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Wil Odoo, 2023\n"
|
||||||
|
"Language-Team: German (https://app.transifex.com/odoo/teams/41243/de/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: de\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr "Zugewiesenes Datum"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr "Zugewiesene Abteilung"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr "Zugewiesener Mitarbeiter"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr "Zugewiesende Geräte"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr "Erstellt von"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr "Erstellt vom Benutzer"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr "Abteilung"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr "Mitarbeiter"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr "Ausrüstung"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr "Anzahl Geräte"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr "Wartungsausrüstung"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr "Wartungsanfrage"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr "Verwaltete Geräte"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr "Meine Wartungsarbeiten"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr "Andere"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr "Besitzer"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr "Nicht zugewiesen"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr "Verwendet von"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "Benutzer"
|
125
i18n/el.po
Normal file
125
i18n/el.po
Normal file
@ -0,0 +1,125 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Martin Trigaux, 2018
|
||||||
|
# Kostas Goutoudis <goutoudis@gmail.com>, 2018
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server saas~11.5\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-01-17 08:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2018-09-21 13:18+0000\n"
|
||||||
|
"Last-Translator: Kostas Goutoudis <goutoudis@gmail.com>, 2018\n"
|
||||||
|
"Language-Team: Greek (https://www.transifex.com/odoo/teams/41243/el/)\n"
|
||||||
|
"Language: el\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: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr "Δημιουργήθηκε από"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr "Τμήμα"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr "Υπάλληλος"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr "Άλλο"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr "Ιδιοκτήτης"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr "Μη Ανατεθειμένη"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr ""
|
121
i18n/en_GB.po
Normal file
121
i18n/en_GB.po
Normal file
@ -0,0 +1,121 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-01-17 08:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-09-20 09:54+0000\n"
|
||||||
|
"Language-Team: English (United Kingdom) (https://www.transifex.com/odoo/teams/41243/en_GB/)\n"
|
||||||
|
"Language: en_GB\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: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr ""
|
126
i18n/es.po
Normal file
126
i18n/es.po
Normal file
@ -0,0 +1,126 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
# Larissa Manderfeld, 2024
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Larissa Manderfeld, 2024\n"
|
||||||
|
"Language-Team: Spanish (https://app.transifex.com/odoo/teams/41243/es/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: es\n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr "Fecha asignada"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr "Departamento asignado"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr "Empleado asignado"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr "Equipo asignado "
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr "Creado por"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr "Creado por Usuario"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr "Departamento"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr "Empleado"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr "Equipo"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr "Número de equipos "
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr "Equipo de mantenimiento"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr "Solicitud de mantenimiento"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr "Equipo gestionado"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr "Mis mantenimientos"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr "Otro"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr "Propietario"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr "No asignado"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr "Usado por"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "Usuario"
|
125
i18n/es_419.po
Normal file
125
i18n/es_419.po
Normal file
@ -0,0 +1,125 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Wil Odoo, 2023\n"
|
||||||
|
"Language-Team: Spanish (Latin America) (https://app.transifex.com/odoo/teams/41243/es_419/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: es_419\n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr "Fecha asignada"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr "Departamento asignado"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr "Empleado asignado"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr "Equipo asignado "
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr "Creado por"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr "Creado por usuario"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr "Departamento"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr "Empleado"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr "Equipo"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr "Número de equipos "
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr "Equipo de mantenimiento"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr "Solicitud de mantenimiento"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr "Equipos gestionados "
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr "Mis mantenimientos"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr "Otro"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr "Propietario"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr "Sin asignar"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr "Usado por"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "Usuario"
|
121
i18n/es_BO.po
Normal file
121
i18n/es_BO.po
Normal file
@ -0,0 +1,121 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-01-17 08:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-09-20 09:54+0000\n"
|
||||||
|
"Language-Team: Spanish (Bolivia) (https://www.transifex.com/odoo/teams/41243/es_BO/)\n"
|
||||||
|
"Language: es_BO\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: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr ""
|
121
i18n/es_CL.po
Normal file
121
i18n/es_CL.po
Normal file
@ -0,0 +1,121 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-01-17 08:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-09-20 09:54+0000\n"
|
||||||
|
"Language-Team: Spanish (Chile) (https://www.transifex.com/odoo/teams/41243/es_CL/)\n"
|
||||||
|
"Language: es_CL\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: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr ""
|
121
i18n/es_CO.po
Normal file
121
i18n/es_CO.po
Normal file
@ -0,0 +1,121 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-01-17 08:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-09-20 09:54+0000\n"
|
||||||
|
"Language-Team: Spanish (Colombia) (https://www.transifex.com/odoo/teams/41243/es_CO/)\n"
|
||||||
|
"Language: es_CO\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: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr ""
|
121
i18n/es_CR.po
Normal file
121
i18n/es_CR.po
Normal file
@ -0,0 +1,121 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-01-17 08:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-09-20 09:54+0000\n"
|
||||||
|
"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/odoo/teams/41243/es_CR/)\n"
|
||||||
|
"Language: es_CR\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: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr ""
|
121
i18n/es_DO.po
Normal file
121
i18n/es_DO.po
Normal file
@ -0,0 +1,121 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-01-17 08:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-09-20 09:54+0000\n"
|
||||||
|
"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/odoo/teams/41243/es_DO/)\n"
|
||||||
|
"Language: es_DO\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: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr ""
|
121
i18n/es_EC.po
Normal file
121
i18n/es_EC.po
Normal file
@ -0,0 +1,121 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-01-17 08:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-09-20 09:54+0000\n"
|
||||||
|
"Language-Team: Spanish (Ecuador) (https://www.transifex.com/odoo/teams/41243/es_EC/)\n"
|
||||||
|
"Language: es_EC\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: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr ""
|
121
i18n/es_PE.po
Normal file
121
i18n/es_PE.po
Normal file
@ -0,0 +1,121 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-01-17 08:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-09-20 09:54+0000\n"
|
||||||
|
"Language-Team: Spanish (Peru) (https://www.transifex.com/odoo/teams/41243/es_PE/)\n"
|
||||||
|
"Language: es_PE\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: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr ""
|
121
i18n/es_PY.po
Normal file
121
i18n/es_PY.po
Normal file
@ -0,0 +1,121 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-01-17 08:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-09-20 09:54+0000\n"
|
||||||
|
"Language-Team: Spanish (Paraguay) (https://www.transifex.com/odoo/teams/41243/es_PY/)\n"
|
||||||
|
"Language: es_PY\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: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr ""
|
121
i18n/es_VE.po
Normal file
121
i18n/es_VE.po
Normal file
@ -0,0 +1,121 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-01-17 08:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-09-20 09:54+0000\n"
|
||||||
|
"Language-Team: Spanish (Venezuela) (https://www.transifex.com/odoo/teams/41243/es_VE/)\n"
|
||||||
|
"Language: es_VE\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: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr ""
|
133
i18n/et.po
Normal file
133
i18n/et.po
Normal file
@ -0,0 +1,133 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Martin Trigaux, 2023
|
||||||
|
# Patrick-Jordan Kiudorv, 2023
|
||||||
|
# Leaanika Randmets, 2023
|
||||||
|
# Arma Gedonsky <armagedonsky@hot.ee>, 2023
|
||||||
|
# Triine Aavik <triine@avalah.ee>, 2023
|
||||||
|
# Eneli Õigus <enelioigus@gmail.com>, 2023
|
||||||
|
# Piia Paurson <piia@avalah.ee>, 2023
|
||||||
|
# Algo Kärp <algokarp@gmail.com>, 2023
|
||||||
|
# Anna, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Anna, 2023\n"
|
||||||
|
"Language-Team: Estonian (https://app.transifex.com/odoo/teams/41243/et/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: et\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr "Määratud kuupäev"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr "Määratud osakond"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr "Määratud töötaja"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr "Määratud seadmed"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr "Loodud"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr "Loodud kasutaja poolt"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr "Osakond"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr "Töötaja"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr "Seadmed"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr "Seadmete arv"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr "Hooldusseadmed"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr "Hooldustaotlus"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr "Hallatavad seadmed"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr "Minu hooldused"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr "Meeldetuletuse lisamine"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr "Omanik"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr "Määramata"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr "Kasutaja"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "Kasutaja"
|
121
i18n/eu.po
Normal file
121
i18n/eu.po
Normal file
@ -0,0 +1,121 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-01-17 08:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-09-20 09:54+0000\n"
|
||||||
|
"Language-Team: Basque (https://www.transifex.com/odoo/teams/41243/eu/)\n"
|
||||||
|
"Language: eu\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: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr ""
|
130
i18n/fa.po
Normal file
130
i18n/fa.po
Normal file
@ -0,0 +1,130 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# سید محمد آذربرا <mohammadazarbara98@gmail.com>, 2023
|
||||||
|
# Hamed Mohammadi <hamed@dehongi.com>, 2023
|
||||||
|
# Hamid Darabi, 2023
|
||||||
|
# Hanna Kheradroosta, 2023
|
||||||
|
# F Hariri <fhari1234@gmail.com>, 2023
|
||||||
|
# Martin Trigaux, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Martin Trigaux, 2023\n"
|
||||||
|
"Language-Team: Persian (https://app.transifex.com/odoo/teams/41243/fa/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: fa\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr "تاریخ واگذار شده"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr "دپارتمان تخصیص دادهشده"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr "کارمند تخصیص دادهشده"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr "ایجاد شده توسط"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr "ایجاد شده توسط کاربر"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr "دپارتمان"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr "کارمند"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr "تجهیزات"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr "تجهیزات نگهداری"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr "درخواست نگهداری"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr "تعمیر و نگهداری من"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr "دیگر"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr "مالک"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr "محول نشده"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr "استفادهشده توسط"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "کاربر"
|
130
i18n/fi.po
Normal file
130
i18n/fi.po
Normal file
@ -0,0 +1,130 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Heikki Katajisto <heikki.katajisto@myyntivoima.fi>, 2023
|
||||||
|
# Veikko Väätäjä <veikko.vaataja@gmail.com>, 2023
|
||||||
|
# Martin Trigaux, 2023
|
||||||
|
# Tuomo Aura <tuomo.aura@web-veistamo.fi>, 2023
|
||||||
|
# Jarmo Kortetjärvi <jarmo.kortetjarvi@gmail.com>, 2023
|
||||||
|
# Ossi Mantylahti <ossi.mantylahti@obs-solutions.fi>, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Ossi Mantylahti <ossi.mantylahti@obs-solutions.fi>, 2023\n"
|
||||||
|
"Language-Team: Finnish (https://app.transifex.com/odoo/teams/41243/fi/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: fi\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr "Määräyspäivä"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr "Nimetty osasto"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr "Nimetty työntekijä"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr "Nimetyt laitteet"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr "Luonut"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr "Luonut käyttäjä"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr "Osasto"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr "Työntekijä"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr "Laite"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr "Laitteiden lukumäärä"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr "Huoltovälineet"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr "Huoltopyyntö"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr "Hallitut laitteet"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr "Omat huollot"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr "Muu"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr "Omistaja"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr "Vastuuttamaton"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr "Jota käytetään"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "Käyttäjä"
|
121
i18n/fo.po
Normal file
121
i18n/fo.po
Normal file
@ -0,0 +1,121 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-01-17 08:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-09-20 09:54+0000\n"
|
||||||
|
"Language-Team: Faroese (https://www.transifex.com/odoo/teams/41243/fo/)\n"
|
||||||
|
"Language: fo\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: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr ""
|
125
i18n/fr.po
Normal file
125
i18n/fr.po
Normal file
@ -0,0 +1,125 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Wil Odoo, 2023\n"
|
||||||
|
"Language-Team: French (https://app.transifex.com/odoo/teams/41243/fr/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: fr\n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr "Date d'assignation"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr "Département attribué"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr "Employé attribué"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr "Équipement assigné"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr "Créé par"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr "Crée par l'utilisateur"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr "Département"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr "Employé"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr "Équipement"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr "Nombre d'équipements"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr "Equipement de maintenance"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr "Demande de maintenance"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr "Équipement géré"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr "Mes maintenances"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr "Autre"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr "Détenteur"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr "Non assigné"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr "Utilisé par"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "Utilisateur"
|
121
i18n/fr_CA.po
Normal file
121
i18n/fr_CA.po
Normal file
@ -0,0 +1,121 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-01-17 08:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-09-20 09:54+0000\n"
|
||||||
|
"Language-Team: French (Canada) (https://www.transifex.com/odoo/teams/41243/fr_CA/)\n"
|
||||||
|
"Language: fr_CA\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: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr ""
|
121
i18n/gl.po
Normal file
121
i18n/gl.po
Normal file
@ -0,0 +1,121 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-01-17 08:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-09-20 09:54+0000\n"
|
||||||
|
"Language-Team: Galician (https://www.transifex.com/odoo/teams/41243/gl/)\n"
|
||||||
|
"Language: gl\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: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr ""
|
125
i18n/gu.po
Normal file
125
i18n/gu.po
Normal file
@ -0,0 +1,125 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Qaidjohar Barbhaya, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-01-17 08:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
||||||
|
"Last-Translator: Qaidjohar Barbhaya, 2023\n"
|
||||||
|
"Language-Team: Gujarati (https://app.transifex.com/odoo/teams/41243/gu/)\n"
|
||||||
|
"Language: gu\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: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr "વિભાગ"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr "કર્મચારી"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr "Other"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr "માલિક"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "User"
|
129
i18n/he.po
Normal file
129
i18n/he.po
Normal file
@ -0,0 +1,129 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# דודי מלכה <Dudimalka6@gmail.com>, 2023
|
||||||
|
# ilan kl <ilan@qaroads.co.il>, 2023
|
||||||
|
# Martin Trigaux, 2023
|
||||||
|
# Yihya Hugirat <hugirat@gmail.com>, 2023
|
||||||
|
# ZVI BLONDER <ZVIBLONDER@gmail.com>, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: ZVI BLONDER <ZVIBLONDER@gmail.com>, 2023\n"
|
||||||
|
"Language-Team: Hebrew (https://app.transifex.com/odoo/teams/41243/he/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: he\n"
|
||||||
|
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr "תאריך שיוך"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr "מחלקה משויכת"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr "עובד משויך"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr "נוצר ע\"י"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr "נוצר ע\"י משתמש"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr "מחלקה"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr "עובד"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr "ציוד"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr "ציוד תחזוקה"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr "בקשת תחזוקה"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr "התחזוקה שלי"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr "אחר"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr "אחראי"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr "לא משויך"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr "בשימוש על ידי"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "משתמש"
|
129
i18n/hr.po
Normal file
129
i18n/hr.po
Normal file
@ -0,0 +1,129 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Milan Tribuson <one.mile.code@gmail.com>, 2022
|
||||||
|
# Tina Milas, 2022
|
||||||
|
# Bole <bole@dajmi5.com>, 2022
|
||||||
|
# KRISTINA PALAŠ <kristina.palas@storm.hr>, 2022
|
||||||
|
# Martin Trigaux, 2022
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-01-17 08:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
||||||
|
"Last-Translator: Martin Trigaux, 2022\n"
|
||||||
|
"Language-Team: Croatian (https://app.transifex.com/odoo/teams/41243/hr/)\n"
|
||||||
|
"Language: hr\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr "Datum dodjeljivanja"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr "Dodjeljeni odjel"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr "Dodijeljeni djelatnik"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr "Kreirao"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr "Kreirao korisnik"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr "Odjel"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr "Zaposlenik"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr "Oprema"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr "Oprema za održavanje"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr "Zahtjev za održavanjem"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr "Moja održavanja"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr "Ostalo"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr "Vlasnik"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr "Nedodjeljen"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr "Koristio"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "Korisnik"
|
121
i18n/hr_maintenance.pot
Normal file
121
i18n/hr_maintenance.pot
Normal file
@ -0,0 +1,121 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"Last-Translator: \n"
|
||||||
|
"Language-Team: \n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Plural-Forms: \n"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr ""
|
130
i18n/hu.po
Normal file
130
i18n/hu.po
Normal file
@ -0,0 +1,130 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Ákos Nagy <akos.nagy@oregional.hu>, 2023
|
||||||
|
# Tamás Dombos, 2023
|
||||||
|
# Tamás Németh <ntomasz81@gmail.com>, 2023
|
||||||
|
# Martin Trigaux, 2023
|
||||||
|
# Kovács Tibor <kovika@gmail.com>, 2023
|
||||||
|
# krnkris, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: krnkris, 2023\n"
|
||||||
|
"Language-Team: Hungarian (https://app.transifex.com/odoo/teams/41243/hu/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: hu\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr "Átadás napja"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr "Kijelölt részleg"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr "Kijelölt alkalmazott"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr "Létrehozta"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr "Létrehozta"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr "Részleg"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr "Munkavállaló"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr "Eszköz"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr "Karbantartási berendezés"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr "Karbantartási igény"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr "Karbantartásaim"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr "Egyéb"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr "Tulajdonos"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr "Nem hozzárendelt"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr "Használja"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "Felhasználó"
|
125
i18n/id.po
Normal file
125
i18n/id.po
Normal file
@ -0,0 +1,125 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Wil Odoo, 2023\n"
|
||||||
|
"Language-Team: Indonesian (https://app.transifex.com/odoo/teams/41243/id/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: id\n"
|
||||||
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr "Tanggal Ditugaskan"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr "Departemen yang Ditugaskan"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr "Karyawan yang Ditugaskan"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr "Peralatan yang Ditugaska"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr "Dibuat Oleh"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr "Dibuat oleh Pengguna"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr "Departemen"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr "Karyawan"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr "Peralatan"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr "Jumlah Peralatan"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr "Peralatan Pemeliharaan"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr "Permintaan Maintenance"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr "Peralatan yang Dikelola"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr "Maintenance Saya"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr "Lainnya"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr "Pemilik"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr "Tak diserah-tugaskan"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr "Digunakan Oleh"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "Pengguna"
|
125
i18n/is.po
Normal file
125
i18n/is.po
Normal file
@ -0,0 +1,125 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Heiðar Sigurðsson, 2022
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-01-17 08:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
||||||
|
"Last-Translator: Heiðar Sigurðsson, 2022\n"
|
||||||
|
"Language-Team: Icelandic (https://www.transifex.com/odoo/teams/41243/is/)\n"
|
||||||
|
"Language: is\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr "Stofnað af"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr "Department"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr "Starfsmaður"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr "Annað"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr "Eigandi"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr "Óúthlutað"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr ""
|
125
i18n/it.po
Normal file
125
i18n/it.po
Normal file
@ -0,0 +1,125 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Wil Odoo, 2023\n"
|
||||||
|
"Language-Team: Italian (https://app.transifex.com/odoo/teams/41243/it/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: it\n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr "Data assegnata"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr "Ufficio assegnato"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr "Dipendente assegnato"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr "Attrezzatura assegnata"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr "Creato da"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr "Creato dall'utente"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr "Ufficio"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr "Dipendente"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr "Attrezzatura"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr "Numero attrezzature"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr "Attrezzatura per manutenzione"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr "Richiesta di manutenzione"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr "Attrezzature gestite"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr "Le mie manutenzioni"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr "Altro"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr "Proprietario"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr "Non assegnati"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr "Usata da"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "Utente"
|
125
i18n/ja.po
Normal file
125
i18n/ja.po
Normal file
@ -0,0 +1,125 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Wil Odoo, 2023\n"
|
||||||
|
"Language-Team: Japanese (https://app.transifex.com/odoo/teams/41243/ja/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: ja\n"
|
||||||
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr "割当日"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr "割当られた部署"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr "割り当てられた従業員"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr "割当備品"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr "作成者"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr "ユーザにより作成済"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr "部門"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr "従業員"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr "備品"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr "備品数"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr "整備機器"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr "整備依頼"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr "管理備品"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr "自分のメンテナンス"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr "その他"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr "オーナー"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr "未割当"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr "使用者"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "ユーザ"
|
121
i18n/ka.po
Normal file
121
i18n/ka.po
Normal file
@ -0,0 +1,121 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-01-17 08:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-09-20 09:54+0000\n"
|
||||||
|
"Language-Team: Georgian (https://www.transifex.com/odoo/teams/41243/ka/)\n"
|
||||||
|
"Language: ka\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr ""
|
121
i18n/kab.po
Normal file
121
i18n/kab.po
Normal file
@ -0,0 +1,121 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-01-17 08:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-09-20 09:54+0000\n"
|
||||||
|
"Language-Team: Kabyle (https://www.transifex.com/odoo/teams/41243/kab/)\n"
|
||||||
|
"Language: kab\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: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr ""
|
125
i18n/km.po
Normal file
125
i18n/km.po
Normal file
@ -0,0 +1,125 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Sengtha Chay <sengtha@gmail.com>, 2018
|
||||||
|
# Samkhann Seang <seangsamkhann@gmail.com>, 2018
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server saas~11.5\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-01-17 08:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2018-09-21 13:18+0000\n"
|
||||||
|
"Last-Translator: Samkhann Seang <seangsamkhann@gmail.com>, 2018\n"
|
||||||
|
"Language-Team: Khmer (https://www.transifex.com/odoo/teams/41243/km/)\n"
|
||||||
|
"Language: km\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr "ដេប៉ាតឺម៉ង់"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr "បុគ្គលិក"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr "ម្ខាស់"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr ""
|
125
i18n/ko.po
Normal file
125
i18n/ko.po
Normal file
@ -0,0 +1,125 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Wil Odoo, 2023\n"
|
||||||
|
"Language-Team: Korean (https://app.transifex.com/odoo/teams/41243/ko/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: ko\n"
|
||||||
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr "할당일"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr "지정된 부서"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr "지정된 직원"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr "지정된 장비"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr "작성자"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr "사용자가 작성함"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr "부서"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr "임직원"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr "장비"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr "장비 수"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr "유지보수 장비"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr "유지보수 요청"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr "관리 장비"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr "내 유지보수"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr "기타"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr "소유자"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr "미지정"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr "사용자"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "사용자"
|
121
i18n/lb.po
Normal file
121
i18n/lb.po
Normal file
@ -0,0 +1,121 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server saas~12.5\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-01-17 08:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2019-08-26 09:10+0000\n"
|
||||||
|
"Language-Team: Luxembourgish (https://www.transifex.com/odoo/teams/41243/lb/)\n"
|
||||||
|
"Language: lb\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: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr ""
|
121
i18n/lo.po
Normal file
121
i18n/lo.po
Normal file
@ -0,0 +1,121 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-01-17 08:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-09-20 09:54+0000\n"
|
||||||
|
"Language-Team: Lao (https://www.transifex.com/odoo/teams/41243/lo/)\n"
|
||||||
|
"Language: lo\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr ""
|
128
i18n/lt.po
Normal file
128
i18n/lt.po
Normal file
@ -0,0 +1,128 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# digitouch UAB <digitouchagencyeur@gmail.com>, 2023
|
||||||
|
# Martin Trigaux, 2023
|
||||||
|
# Linas Versada <linaskrisiukenas@gmail.com>, 2023
|
||||||
|
# Monika Raciunaite <monika.raciunaite@gmail.com>, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Monika Raciunaite <monika.raciunaite@gmail.com>, 2023\n"
|
||||||
|
"Language-Team: Lithuanian (https://app.transifex.com/odoo/teams/41243/lt/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: lt\n"
|
||||||
|
"Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr "Priskyrimo data"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr "Sukūrė"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr "Sukurta vartotojo"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr "Skyrius"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr "Darbuotojas"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr "Įranga"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr "Priežiūros įranga"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr "Priežiūros užklausa"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr "Kita"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr "Savininkas"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr "Nepriskirta"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr "Naudojama"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "Vartotojas"
|
127
i18n/lv.po
Normal file
127
i18n/lv.po
Normal file
@ -0,0 +1,127 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# ievaputnina <ievai.putninai@gmail.com>, 2023
|
||||||
|
# Arnis Putniņš <arnis@allegro.lv>, 2023
|
||||||
|
# Armīns Jeltajevs <armins.jeltajevs@gmail.com>, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Armīns Jeltajevs <armins.jeltajevs@gmail.com>, 2023\n"
|
||||||
|
"Language-Team: Latvian (https://app.transifex.com/odoo/teams/41243/lv/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: lv\n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr "Izveidoja"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr "Izveidoja lietotājs"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr "Struktūrvienība"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr "Darbinieks"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr "Apkopes aprīkojums"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr "Apkopes pieprasījums"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr "Manas apkopes"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr "Cits"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr "Īpašnieks"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr "Nepiešķirts"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "Lietotājs"
|
121
i18n/mk.po
Normal file
121
i18n/mk.po
Normal file
@ -0,0 +1,121 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-01-17 08:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-09-20 09:54+0000\n"
|
||||||
|
"Language-Team: Macedonian (https://www.transifex.com/odoo/teams/41243/mk/)\n"
|
||||||
|
"Language: mk\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr ""
|
127
i18n/mn.po
Normal file
127
i18n/mn.po
Normal file
@ -0,0 +1,127 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Batmunkh Ganbat <batmunkh.g@bumanit.mn>, 2022
|
||||||
|
# Baskhuu Lodoikhuu <baskhuujacara@gmail.com>, 2022
|
||||||
|
# Martin Trigaux, 2022
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-01-17 08:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
||||||
|
"Last-Translator: Martin Trigaux, 2022\n"
|
||||||
|
"Language-Team: Mongolian (https://app.transifex.com/odoo/teams/41243/mn/)\n"
|
||||||
|
"Language: mn\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: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr "Оноосон Огноо"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr "Үүсгэсэн"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr "Үүсгэсэн Хэрэглэгч"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr "Алба нэгж"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr "Ажилтан"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr "Тоног"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr "Арчилгааны тоног төхөөрөмж"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr "Арчилгааны Хүсэлт"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr "Бусад"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr "Эзэмшигч"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr "Хуваарилаагүй"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr "Хэрэглэгч"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "Хэрэглэгч"
|
126
i18n/nb.po
Normal file
126
i18n/nb.po
Normal file
@ -0,0 +1,126 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Marius Stedjan <marius@stedjan.com>, 2022
|
||||||
|
# Martin Trigaux, 2022
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-01-17 08:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
||||||
|
"Last-Translator: Martin Trigaux, 2022\n"
|
||||||
|
"Language-Team: Norwegian Bokmål (https://app.transifex.com/odoo/teams/41243/nb/)\n"
|
||||||
|
"Language: nb\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: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr "Tildelt dato"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr "Opprettet av"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr "Avdeling"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr "Ansatt"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr "Utstyr"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr "Vedlikeholdsutstyr"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr "Forespørsel om vedlikehold"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr "Annen"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr "Eier"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr "Ikke tildelt"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr "Brukt av"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "Bruker"
|
121
i18n/ne.po
Normal file
121
i18n/ne.po
Normal file
@ -0,0 +1,121 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-01-17 08:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-09-20 09:54+0000\n"
|
||||||
|
"Language-Team: Nepali (https://www.transifex.com/odoo/teams/41243/ne/)\n"
|
||||||
|
"Language: ne\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: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr ""
|
125
i18n/nl.po
Normal file
125
i18n/nl.po
Normal file
@ -0,0 +1,125 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Wil Odoo, 2023\n"
|
||||||
|
"Language-Team: Dutch (https://app.transifex.com/odoo/teams/41243/nl/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: nl\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr "Datum toewijzing"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr "Toegewezen afdeling"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr "Toegewezen werknemer"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr "Toegewezen apparatuur"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr "Aangemaakt door"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr "Aangemaakt door gebruiker"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr "Afdeling"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr "Werknemer"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr "Apparatuur"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr "Aantal apparaten"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr "Onderhoud materiaal"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr "Onderhoudsopdracht"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr "Beheerd apparatuur"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr "Mijn onderhoud"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr "Overige"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr "Eigenaar"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr "Niet toegewezen"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr "Gebruikt door"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "Gebruiker"
|
125
i18n/pl.po
Normal file
125
i18n/pl.po
Normal file
@ -0,0 +1,125 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Wil Odoo, 2023\n"
|
||||||
|
"Language-Team: Polish (https://app.transifex.com/odoo/teams/41243/pl/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: pl\n"
|
||||||
|
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr "Data przypisania"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr "Przydzielony dział"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr "Przydzielony pracownik"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr "Utworzył(a)"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr "Utworzone przez użytkownika"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr "Dział"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr "Pracownik"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr "Wyposażenie"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr "Sprzęt do konserwacji"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr "Zgłoszenie konserwacji"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr "Moja konserwacja"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr "Inne"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr "Właściciel"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr "Nieprzypisane"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr "Użyte przez"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "Użytkownik"
|
125
i18n/pt.po
Normal file
125
i18n/pt.po
Normal file
@ -0,0 +1,125 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Wil Odoo, 2023\n"
|
||||||
|
"Language-Team: Portuguese (https://app.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=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr "Data de Atribuição"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr "Criado por"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr "Criado pelo Utilizador"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr "Departamento"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr "Funcionário"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr "Equipamento"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr "Manutenção de Equipamento"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr "Pedido de Manutenção"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr "Outro"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr "Dono"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr "Não Atribuídos"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr "Utilizado por"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "Utilizador"
|
126
i18n/pt_BR.po
Normal file
126
i18n/pt_BR.po
Normal file
@ -0,0 +1,126 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
# Maitê Dietze, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Maitê Dietze, 2023\n"
|
||||||
|
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/odoo/teams/41243/pt_BR/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: pt_BR\n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr "Data de atribuição"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr "Departamento atribuído"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr "Funcionário atribuído"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr "Equipamento atribuído"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr "Criado por"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr "Criado pelo usuário"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr "Departamento"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr "Funcionário"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr "Equipamento"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr "Total de equipamentos"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr "Equipamento da manutenção"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr "Solicitação de manutenção"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr "Equipamentos gerenciados"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr "Minhas manutenções"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr "Outro"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr "Proprietário"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr "Não atribuído"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr "Usado por"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "Usuário"
|
127
i18n/ro.po
Normal file
127
i18n/ro.po
Normal file
@ -0,0 +1,127 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Dorin Hongu <dhongu@gmail.com>, 2022
|
||||||
|
# Hongu Cosmin <cosmin513@gmail.com>, 2022
|
||||||
|
# Martin Trigaux, 2022
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-01-17 08:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
|
||||||
|
"Last-Translator: Martin Trigaux, 2022\n"
|
||||||
|
"Language-Team: Romanian (https://app.transifex.com/odoo/teams/41243/ro/)\n"
|
||||||
|
"Language: ro\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr "Dată alocare"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr "Departamentul desemnat"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr "Angajat desemnat"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr "Creat de"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr "Creat de utilizator"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr "Departament"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr "Angajat"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr "Echipament"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr "Echipament de mentenanță"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr "Cerere întreținere"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr "Întreținerile mele"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr "Altul"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr "Proprietar"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr "Neatribuit"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr "Utilizat de"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "Operator"
|
127
i18n/ru.po
Normal file
127
i18n/ru.po
Normal file
@ -0,0 +1,127 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Vasiliy Korobatov <korobatov@gmail.com>, 2023
|
||||||
|
# Martin Trigaux, 2023
|
||||||
|
# Wil Odoo, 2024
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Wil Odoo, 2024\n"
|
||||||
|
"Language-Team: Russian (https://app.transifex.com/odoo/teams/41243/ru/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: ru\n"
|
||||||
|
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr "Назначенная Дата"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr "Назначенный отдел"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr "Назначенный сотрудник"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr "Назначенное оборудование"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr "Создано при содействии"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr "Создано пользователем"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr "Отдел"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr "Сотрудник"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr "Оборудование"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr "Количество оборудования"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr "Оборудование для технического обслуживания"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr "Запрос на обслуживание"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr "Управляемое оборудование"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr "Мое техническое обслуживание"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr "Другое"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr "Владелец"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr "Не назначено"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr "Использован"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "Пользователь"
|
125
i18n/sk.po
Normal file
125
i18n/sk.po
Normal file
@ -0,0 +1,125 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Wil Odoo, 2023\n"
|
||||||
|
"Language-Team: Slovak (https://app.transifex.com/odoo/teams/41243/sk/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: sk\n"
|
||||||
|
"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr "Dátum pridelienia"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr "Pridelené oddelenie"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr "Pridelený zamestnanec"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr "Vytvoril"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr "Vytvoril užívateľ"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr "Oddelenie"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr "Zamestnanec"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr "Vybavenie"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr "Vybavenie na údržbu"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr "Požiadavka na údržbu"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr "Moja údržba"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr "Iné"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr "Majiteľ"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr "Nepriradený"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr "Používaný"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "Užívateľ"
|
126
i18n/sl.po
Normal file
126
i18n/sl.po
Normal file
@ -0,0 +1,126 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Matjaz Mozetic <m.mozetic@matmoz.si>, 2023
|
||||||
|
# Martin Trigaux, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Martin Trigaux, 2023\n"
|
||||||
|
"Language-Team: Slovenian (https://app.transifex.com/odoo/teams/41243/sl/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: sl\n"
|
||||||
|
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr "Datum dodelitve"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr "Ustvaril"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr "Oddelek"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr "Kader"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr "Oprema"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr "Vzdrževalni zahtevek"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr "Drugo"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr "Lastnik"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr "Nedodeljeno"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "Uporabnik"
|
121
i18n/sq.po
Normal file
121
i18n/sq.po
Normal file
@ -0,0 +1,121 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-01-17 08:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-09-20 09:54+0000\n"
|
||||||
|
"Language-Team: Albanian (https://www.transifex.com/odoo/teams/41243/sq/)\n"
|
||||||
|
"Language: sq\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: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr ""
|
128
i18n/sr.po
Normal file
128
i18n/sr.po
Normal file
@ -0,0 +1,128 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Martin Trigaux, 2023
|
||||||
|
# Dragan Vukosavljevic <dragan.vukosavljevic@gmail.com>, 2023
|
||||||
|
# Milan Bojovic <mbojovic@outlook.com>, 2023
|
||||||
|
# コフスタジオ, 2024
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: コフスタジオ, 2024\n"
|
||||||
|
"Language-Team: Serbian (https://app.transifex.com/odoo/teams/41243/sr/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: sr\n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr "Datum dodeljivanja"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr "Dodeljeno odeljenje"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr "Dodeljeni zaposleni"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr "Dodeljena oprema"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr "Kreirao"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr "Kreirao korisnik"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr "Odeljenje"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr "Zaposleni"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr "Oprema"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr "Broj opreme"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr "Oprema za održavanje"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr "Zahtev za održavanje"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr "Upravljanje opremom"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr "Moja održavanja"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr "Ostalo"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr "Vlasnik"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr "Nedodeljeno"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr "Korišćeno od strane"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "Korisnik"
|
121
i18n/sr@latin.po
Normal file
121
i18n/sr@latin.po
Normal file
@ -0,0 +1,121 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-01-17 08:01+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-09-20 09:54+0000\n"
|
||||||
|
"Language-Team: Serbian (Latin) (https://www.transifex.com/odoo/teams/41243/sr%40latin/)\n"
|
||||||
|
"Language: sr@latin\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr ""
|
129
i18n/sv.po
Normal file
129
i18n/sv.po
Normal file
@ -0,0 +1,129 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Simon S, 2023
|
||||||
|
# Chrille Hedberg <hedberg.chrille@gmail.com>, 2023
|
||||||
|
# Anders Wallenquist <anders.wallenquist@vertel.se>, 2023
|
||||||
|
# Mikael Åkerberg <mikael.akerberg@mariaakerberg.com>, 2023
|
||||||
|
# Martin Trigaux, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Martin Trigaux, 2023\n"
|
||||||
|
"Language-Team: Swedish (https://app.transifex.com/odoo/teams/41243/sv/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: sv\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr "Tilldelat datum"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr "Tilldelad avdelning"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr "Tilldelad anställd"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr "Skapad av"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr "Skapad av användare"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr "Avdelning"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr "Anställd"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr "Utrustning"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr "Utrustning att underhålla"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr "Underhållsbegäran"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr "Mitt underhåll"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr "Annat"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr "Ägare"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr "Otilldelad"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr "Använd av"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "Användare"
|
126
i18n/th.po
Normal file
126
i18n/th.po
Normal file
@ -0,0 +1,126 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
# Rasareeyar Lappiam, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Rasareeyar Lappiam, 2023\n"
|
||||||
|
"Language-Team: Thai (https://app.transifex.com/odoo/teams/41243/th/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: th\n"
|
||||||
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr "วันที่ได้รับมอบหมาย"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr "แผนกที่ได้รับมอบหมาย"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr "พนักงานที่ได้รับมอบหมาย"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr "อุปกรณ์ที่ได้รับมอบหมาย"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr "สร้างโดย"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr "สร้างโดยผู้ใช้"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr "แผนก"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr "พนักงาน"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr "อุปกรณ์"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr "จำนวนอุปกรณ์"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr "อุปกรณ์การซ่อมบำรุง"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr "คำร้องขอการซ่อมบำรุง"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr "อุปกรณ์ที่ได้รับการจัดการ"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr "การซ่อมบำรุงของฉัน"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr "อื่นๆ"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr "เจ้าของ"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr "ไม่ได้มอบหมาย"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr "ใช้โดย"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "ผู้ใช้"
|
130
i18n/tr.po
Normal file
130
i18n/tr.po
Normal file
@ -0,0 +1,130 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Ediz Duman <neps1192@gmail.com>, 2023
|
||||||
|
# Kaan Özdemir, 2023
|
||||||
|
# Ertuğrul Güreş <ertugrulg@projetgrup.com>, 2023
|
||||||
|
# Gökhan Erdoğdu <gokhan.erdogdu@mechsoft.com.tr>, 2023
|
||||||
|
# Buket Şeker <buket_skr@hotmail.com>, 2023
|
||||||
|
# Murat Kaplan <muratk@projetgrup.com>, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Murat Kaplan <muratk@projetgrup.com>, 2023\n"
|
||||||
|
"Language-Team: Turkish (https://app.transifex.com/odoo/teams/41243/tr/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: tr\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr "Zimmet Tarihi"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr "Atanan Departman"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr "Atanan Personel"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr "Oluşturan"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr "Kullanıcı Tarafından Oluşturuldu"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr "Departman"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr "Personel"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr "Ekipman"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr "Bakım Ekipmanı"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr "Bakım Talebi"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr "Bakımlarım"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr "Diğer"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr "Sahibi"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr "Atanmamış"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr "Kullanan"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "Kullanıcı"
|
126
i18n/uk.po
Normal file
126
i18n/uk.po
Normal file
@ -0,0 +1,126 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
# Alina Lisnenko <alina.lisnenko@erp.co.ua>, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Alina Lisnenko <alina.lisnenko@erp.co.ua>, 2023\n"
|
||||||
|
"Language-Team: Ukrainian (https://app.transifex.com/odoo/teams/41243/uk/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: uk\n"
|
||||||
|
"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr "Дата призначення"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr "Призначений відділ"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr "Призначений співробітник"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr "Призначене обладнання"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr "Створено"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr "Створено користувачем"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr "Відділ"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr "Співробітник"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr "Обладнання"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr "Підрахунок обладнання"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr "Технічне обслуговування"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr "Запит на технічне обслуговування"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr "Кероване обладнання"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr "Моє обслуговування"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr "Інше"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr "Власник"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr "Непризначено"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr "Використано "
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "Користувач"
|
125
i18n/vi.po
Normal file
125
i18n/vi.po
Normal file
@ -0,0 +1,125 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Wil Odoo, 2023\n"
|
||||||
|
"Language-Team: Vietnamese (https://app.transifex.com/odoo/teams/41243/vi/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: vi\n"
|
||||||
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr "Ngày giao"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr "Assigned Department"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr "Assigned Employee"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr "Tạo bởi"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr "Được tạo bởi người dùng"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr "Bộ phận"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr "Nhân viên"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr "Thiết bị "
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr "Thiết bị bảo trì"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr "Yêu cầu bảo trì"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr "My Maintenances"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr "Khác"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr "Người phụ trách"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr "Chưa phân công"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr "Được dùng bởi"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "Người dùng"
|
125
i18n/zh_CN.po
Normal file
125
i18n/zh_CN.po
Normal file
@ -0,0 +1,125 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Wil Odoo, 2023\n"
|
||||||
|
"Language-Team: Chinese (China) (https://app.transifex.com/odoo/teams/41243/zh_CN/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: zh_CN\n"
|
||||||
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr "分配日期"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr "分配部门"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr "分配员工"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr "分配设备"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr "创建人"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr "创建人"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr "部门"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr "员工"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr "设备"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr "设备计数"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr "设备保养"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr "保养请求"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr "管理设备"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr "我的维护"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr "其他"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr "所有者"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr "未分派"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr "用于"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "用户"
|
126
i18n/zh_TW.po
Normal file
126
i18n/zh_TW.po
Normal file
@ -0,0 +1,126 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * hr_maintenance
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
# Tony Ng, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Tony Ng, 2023\n"
|
||||||
|
"Language-Team: Chinese (Taiwan) (https://app.transifex.com/odoo/teams/41243/zh_TW/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: zh_TW\n"
|
||||||
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__assign_date
|
||||||
|
msgid "Assigned Date"
|
||||||
|
msgstr "分派日期"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__department_id
|
||||||
|
msgid "Assigned Department"
|
||||||
|
msgstr "分派的部門"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__employee_id
|
||||||
|
msgid "Assigned Employee"
|
||||||
|
msgstr "分派的員工"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_count
|
||||||
|
msgid "Assigned Equipment"
|
||||||
|
msgstr "已分配設備"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "Created By"
|
||||||
|
msgstr "建立人"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__owner_user_id
|
||||||
|
msgid "Created by User"
|
||||||
|
msgstr "建立人"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__department
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Department"
|
||||||
|
msgstr "部門"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_hr_employee
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__employee_id
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__employee
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_form_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_search_inherit_hr
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_tree_inherit_hr
|
||||||
|
msgid "Employee"
|
||||||
|
msgstr "員工"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_ids
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_request__equipment_id
|
||||||
|
msgid "Equipment"
|
||||||
|
msgstr "設備"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_hr_employee__equipment_count
|
||||||
|
msgid "Equipment Count"
|
||||||
|
msgstr "設備數目"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_equipment
|
||||||
|
msgid "Maintenance Equipment"
|
||||||
|
msgstr "設備維護保養"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_maintenance_request
|
||||||
|
msgid "Maintenance Request"
|
||||||
|
msgstr "保養請求"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_res_users__equipment_ids
|
||||||
|
msgid "Managed Equipment"
|
||||||
|
msgstr "管理的設備"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_request_view_search_inherit_hr
|
||||||
|
msgid "My Maintenances"
|
||||||
|
msgstr "我的設備維護"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields.selection,name:hr_maintenance.selection__maintenance_equipment__equipment_assign_to__other
|
||||||
|
msgid "Other"
|
||||||
|
msgstr "其他"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__owner_user_id
|
||||||
|
msgid "Owner"
|
||||||
|
msgstr "所有者"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model_terms:ir.ui.view,arch_db:hr_maintenance.maintenance_equipment_view_kanban_inherit_hr
|
||||||
|
msgid "Unassigned"
|
||||||
|
msgstr "未分派"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model.fields,field_description:hr_maintenance.field_maintenance_equipment__equipment_assign_to
|
||||||
|
msgid "Used By"
|
||||||
|
msgstr "用於"
|
||||||
|
|
||||||
|
#. module: hr_maintenance
|
||||||
|
#: model:ir.model,name:hr_maintenance.model_res_users
|
||||||
|
msgid "User"
|
||||||
|
msgstr "使用者"
|
4
models/__init__.py
Normal file
4
models/__init__.py
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
|
from . import equipment
|
||||||
|
from . import res_users
|
128
models/equipment.py
Normal file
128
models/equipment.py
Normal file
@ -0,0 +1,128 @@
|
|||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
|
from odoo import api, fields, models, tools
|
||||||
|
|
||||||
|
|
||||||
|
class MaintenanceEquipment(models.Model):
|
||||||
|
_inherit = 'maintenance.equipment'
|
||||||
|
|
||||||
|
employee_id = fields.Many2one('hr.employee', compute='_compute_equipment_assign',
|
||||||
|
store=True, readonly=False, string='Assigned Employee', tracking=True)
|
||||||
|
department_id = fields.Many2one('hr.department', compute='_compute_equipment_assign',
|
||||||
|
store=True, readonly=False, string='Assigned Department', tracking=True)
|
||||||
|
equipment_assign_to = fields.Selection(
|
||||||
|
[('department', 'Department'), ('employee', 'Employee'), ('other', 'Other')],
|
||||||
|
string='Used By',
|
||||||
|
required=True,
|
||||||
|
default='employee')
|
||||||
|
owner_user_id = fields.Many2one(compute='_compute_owner', store=True)
|
||||||
|
assign_date = fields.Date(compute='_compute_equipment_assign', store=True, readonly=False, copy=True)
|
||||||
|
|
||||||
|
@api.depends('employee_id', 'department_id', 'equipment_assign_to')
|
||||||
|
def _compute_owner(self):
|
||||||
|
for equipment in self:
|
||||||
|
equipment.owner_user_id = self.env.user.id
|
||||||
|
if equipment.equipment_assign_to == 'employee':
|
||||||
|
equipment.owner_user_id = equipment.employee_id.user_id.id
|
||||||
|
elif equipment.equipment_assign_to == 'department':
|
||||||
|
equipment.owner_user_id = equipment.department_id.manager_id.user_id.id
|
||||||
|
|
||||||
|
@api.depends('equipment_assign_to')
|
||||||
|
def _compute_equipment_assign(self):
|
||||||
|
for equipment in self:
|
||||||
|
if equipment.equipment_assign_to == 'employee':
|
||||||
|
equipment.department_id = False
|
||||||
|
equipment.employee_id = equipment.employee_id
|
||||||
|
elif equipment.equipment_assign_to == 'department':
|
||||||
|
equipment.employee_id = False
|
||||||
|
equipment.department_id = equipment.department_id
|
||||||
|
else:
|
||||||
|
equipment.department_id = equipment.department_id
|
||||||
|
equipment.employee_id = equipment.employee_id
|
||||||
|
equipment.assign_date = fields.Date.context_today(self)
|
||||||
|
|
||||||
|
@api.model_create_multi
|
||||||
|
def create(self, vals_list):
|
||||||
|
equipments = super().create(vals_list)
|
||||||
|
for equipment in equipments:
|
||||||
|
# subscribe employee or department manager when equipment assign to him.
|
||||||
|
partner_ids = []
|
||||||
|
if equipment.employee_id and equipment.employee_id.user_id:
|
||||||
|
partner_ids.append(equipment.employee_id.user_id.partner_id.id)
|
||||||
|
if equipment.department_id and equipment.department_id.manager_id and equipment.department_id.manager_id.user_id:
|
||||||
|
partner_ids.append(equipment.department_id.manager_id.user_id.partner_id.id)
|
||||||
|
if partner_ids:
|
||||||
|
equipment.message_subscribe(partner_ids=partner_ids)
|
||||||
|
return equipments
|
||||||
|
|
||||||
|
def write(self, vals):
|
||||||
|
partner_ids = []
|
||||||
|
# subscribe employee or department manager when equipment assign to employee or department.
|
||||||
|
if vals.get('employee_id'):
|
||||||
|
user_id = self.env['hr.employee'].browse(vals['employee_id'])['user_id']
|
||||||
|
if user_id:
|
||||||
|
partner_ids.append(user_id.partner_id.id)
|
||||||
|
if vals.get('department_id'):
|
||||||
|
department = self.env['hr.department'].browse(vals['department_id'])
|
||||||
|
if department and department.manager_id and department.manager_id.user_id:
|
||||||
|
partner_ids.append(department.manager_id.user_id.partner_id.id)
|
||||||
|
if partner_ids:
|
||||||
|
self.message_subscribe(partner_ids=partner_ids)
|
||||||
|
return super(MaintenanceEquipment, self).write(vals)
|
||||||
|
|
||||||
|
def _track_subtype(self, init_values):
|
||||||
|
self.ensure_one()
|
||||||
|
if ('employee_id' in init_values and self.employee_id) or ('department_id' in init_values and self.department_id):
|
||||||
|
return self.env.ref('maintenance.mt_mat_assign')
|
||||||
|
return super(MaintenanceEquipment, self)._track_subtype(init_values)
|
||||||
|
|
||||||
|
|
||||||
|
class MaintenanceRequest(models.Model):
|
||||||
|
_inherit = 'maintenance.request'
|
||||||
|
|
||||||
|
@api.returns('self')
|
||||||
|
def _default_employee_get(self):
|
||||||
|
return self.env.user.employee_id
|
||||||
|
|
||||||
|
employee_id = fields.Many2one('hr.employee', string='Employee', default=_default_employee_get)
|
||||||
|
owner_user_id = fields.Many2one(compute='_compute_owner', store=True)
|
||||||
|
equipment_id = fields.Many2one(domain="['|', ('employee_id', '=', employee_id), ('employee_id', '=', False)]")
|
||||||
|
|
||||||
|
@api.depends('employee_id')
|
||||||
|
def _compute_owner(self):
|
||||||
|
for r in self:
|
||||||
|
if r.equipment_id.equipment_assign_to == 'employee':
|
||||||
|
r.owner_user_id = r.employee_id.user_id.id
|
||||||
|
else:
|
||||||
|
r.owner_user_id = False
|
||||||
|
|
||||||
|
@api.model_create_multi
|
||||||
|
def create(self, vals_list):
|
||||||
|
requests = super().create(vals_list)
|
||||||
|
for request in requests:
|
||||||
|
if request.employee_id.user_id:
|
||||||
|
request.message_subscribe(partner_ids=[request.employee_id.user_id.partner_id.id])
|
||||||
|
return requests
|
||||||
|
|
||||||
|
def write(self, vals):
|
||||||
|
if vals.get('employee_id'):
|
||||||
|
employee = self.env['hr.employee'].browse(vals['employee_id'])
|
||||||
|
if employee and employee.user_id:
|
||||||
|
self.message_subscribe(partner_ids=[employee.user_id.partner_id.id])
|
||||||
|
return super(MaintenanceRequest, self).write(vals)
|
||||||
|
|
||||||
|
@api.model
|
||||||
|
def message_new(self, msg, custom_values=None):
|
||||||
|
""" Overrides mail_thread message_new that is called by the mailgateway
|
||||||
|
through message_process.
|
||||||
|
This override updates the document according to the email.
|
||||||
|
"""
|
||||||
|
if custom_values is None:
|
||||||
|
custom_values = {}
|
||||||
|
email = tools.email_split(msg.get('from')) and tools.email_split(msg.get('from'))[0] or False
|
||||||
|
user = self.env['res.users'].search([('login', '=', email)], limit=1)
|
||||||
|
if user:
|
||||||
|
employee = self.env.user.employee_id
|
||||||
|
if employee:
|
||||||
|
custom_values['employee_id'] = employee and employee[0].id
|
||||||
|
return super(MaintenanceRequest, self).message_new(msg, custom_values=custom_values)
|
24
models/res_users.py
Normal file
24
models/res_users.py
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
from odoo import api, models, fields
|
||||||
|
|
||||||
|
|
||||||
|
class Users(models.Model):
|
||||||
|
_inherit = 'res.users'
|
||||||
|
|
||||||
|
equipment_ids = fields.One2many('maintenance.equipment', 'owner_user_id', string="Managed Equipment")
|
||||||
|
equipment_count = fields.Integer(related='employee_id.equipment_count', string="Assigned Equipment")
|
||||||
|
|
||||||
|
@property
|
||||||
|
def SELF_READABLE_FIELDS(self):
|
||||||
|
return super().SELF_READABLE_FIELDS + ['equipment_count']
|
||||||
|
|
||||||
|
|
||||||
|
class Employee(models.Model):
|
||||||
|
_inherit = 'hr.employee'
|
||||||
|
|
||||||
|
equipment_ids = fields.One2many('maintenance.equipment', 'employee_id')
|
||||||
|
equipment_count = fields.Integer('Equipment Count', compute='_compute_equipment_count')
|
||||||
|
|
||||||
|
@api.depends('equipment_ids')
|
||||||
|
def _compute_equipment_count(self):
|
||||||
|
for employee in self:
|
||||||
|
employee.equipment_count = len(employee.equipment_ids)
|
8
security/equipment.xml
Normal file
8
security/equipment.xml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<odoo>
|
||||||
|
<!-- HR officers and HR managers are allowed to manage equipment -->
|
||||||
|
<record id="hr.group_hr_user" model="res.groups">
|
||||||
|
<field name="implied_ids" eval="[(4, ref('maintenance.group_equipment_manager'))]"/>
|
||||||
|
</record>
|
||||||
|
|
||||||
|
</odoo>
|
40
views/hr_views.xml
Normal file
40
views/hr_views.xml
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<odoo>
|
||||||
|
<record id="hr_employee_view_form" model="ir.ui.view">
|
||||||
|
<field name="name">hr.employee.view.form.inherit.maintenance</field>
|
||||||
|
<field name="model">hr.employee</field>
|
||||||
|
<field name="inherit_id" ref="hr.view_employee_form"/>
|
||||||
|
<field name="priority" eval="50"/>
|
||||||
|
<field name="arch" type="xml">
|
||||||
|
<div name="button_box" position="inside">
|
||||||
|
<button name="%(maintenance.hr_equipment_action)d"
|
||||||
|
context="{'search_default_employee_id': id, 'default_employee_id': id}"
|
||||||
|
groups="maintenance.group_equipment_manager"
|
||||||
|
class="o_stat_button"
|
||||||
|
icon="fa-cubes"
|
||||||
|
type="action">
|
||||||
|
<field name="equipment_count" widget="statinfo"/>
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
</field>
|
||||||
|
</record>
|
||||||
|
|
||||||
|
<!-- user preferences -->
|
||||||
|
<record id="res_users_view_form_preference" model="ir.ui.view">
|
||||||
|
<field name="name">res.users.view.form.inherit.maintenance</field>
|
||||||
|
<field name="model">res.users</field>
|
||||||
|
<field name="inherit_id" ref="hr.res_users_view_form_profile"/>
|
||||||
|
<field name="arch" type="xml">
|
||||||
|
<xpath expr="//div[@name='button_box']" position="inside">
|
||||||
|
<field name="employee_id" invisible="1"/>
|
||||||
|
<button name="%(maintenance.hr_equipment_action)d"
|
||||||
|
context="{'search_default_employee_id': employee_id, 'default_employee_id': employee_id}"
|
||||||
|
class="o_stat_button"
|
||||||
|
icon="fa-cubes"
|
||||||
|
type="action">
|
||||||
|
<field name="equipment_count" widget="statinfo"/>
|
||||||
|
</button>
|
||||||
|
</xpath>
|
||||||
|
</field>
|
||||||
|
</record>
|
||||||
|
</odoo>
|
125
views/maintenance_views.xml
Normal file
125
views/maintenance_views.xml
Normal file
@ -0,0 +1,125 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<odoo>
|
||||||
|
|
||||||
|
<!-- equiment.request : views -->
|
||||||
|
<record id="maintenance_request_view_search_inherit_hr" model="ir.ui.view">
|
||||||
|
<field name="name">maintenance.request.view.search.inherit.hr</field>
|
||||||
|
<field name="model">maintenance.request</field>
|
||||||
|
<field name="inherit_id" ref="maintenance.hr_equipment_request_view_search"/>
|
||||||
|
<field name="arch" type="xml">
|
||||||
|
<xpath expr="field[@name='user_id']" position="after">
|
||||||
|
<field name="employee_id"/>
|
||||||
|
</xpath>
|
||||||
|
<xpath expr="//filter[@name='my_maintenances']" position="replace">
|
||||||
|
<filter string="My Maintenances" name="my_maintenances" domain="[('employee_id.user_id', '=', uid)]"/>
|
||||||
|
</xpath>
|
||||||
|
<xpath expr="//filter[@name='created_by']" position="replace">
|
||||||
|
<filter string='Created By' name='created_by' domain="[]" context="{'group_by': 'employee_id'}"/>
|
||||||
|
</xpath>
|
||||||
|
</field>
|
||||||
|
</record>
|
||||||
|
|
||||||
|
<record id="maintenance_request_view_form_inherit_hr" model="ir.ui.view">
|
||||||
|
<field name="name">maintenance.request.view.form.inherit.hr</field>
|
||||||
|
<field name="model">maintenance.request</field>
|
||||||
|
<field name="inherit_id" ref="maintenance.hr_equipment_request_view_form"/>
|
||||||
|
<field name="arch" type="xml">
|
||||||
|
<xpath expr="//field[@name='owner_user_id']" position="replace">
|
||||||
|
<field name="employee_id" string="Created By"
|
||||||
|
widget="many2one_avatar_employee"
|
||||||
|
options="{'no_create_edit': True, 'no_open': True}"/>
|
||||||
|
</xpath>
|
||||||
|
</field>
|
||||||
|
</record>
|
||||||
|
|
||||||
|
<record id="maintenance_request_view_kanban_inherit_hr" model="ir.ui.view">
|
||||||
|
<field name="name">maintenance.request.view.kanban.inherit.hr</field>
|
||||||
|
<field name="model">maintenance.request</field>
|
||||||
|
<field name="inherit_id" ref="maintenance.hr_equipment_request_view_kanban"/>
|
||||||
|
<field name="arch" type="xml">
|
||||||
|
<xpath expr="//span[@name='owner_user_id']" position="replace">
|
||||||
|
<span t-if="record.employee_id.raw_value"><field name="employee_id"/><br/></span>
|
||||||
|
</xpath>
|
||||||
|
</field>
|
||||||
|
</record>
|
||||||
|
|
||||||
|
<record id="maintenance_request_view_tree_inherit_hr" model="ir.ui.view">
|
||||||
|
<field name="name">maintenance.request.view.tree.inherit.hr</field>
|
||||||
|
<field name="model">maintenance.request</field>
|
||||||
|
<field name="inherit_id" ref="maintenance.hr_equipment_request_view_tree"/>
|
||||||
|
<field name="arch" type="xml">
|
||||||
|
<xpath expr="//field[@name='owner_user_id']" position="replace">
|
||||||
|
<field name="employee_id"/>
|
||||||
|
</xpath>
|
||||||
|
</field>
|
||||||
|
</record>
|
||||||
|
|
||||||
|
<!-- equiment : views -->
|
||||||
|
<record id="maintenance_equipment_view_search_inherit_hr" model='ir.ui.view'>
|
||||||
|
<field name="name">maintenance.equipment.view.search.inherit.hr</field>
|
||||||
|
<field name="model">maintenance.equipment</field>
|
||||||
|
<field name="inherit_id" ref="maintenance.hr_equipment_view_search"/>
|
||||||
|
<field name="arch" type="xml">
|
||||||
|
<filter name="assigned" position="attributes">
|
||||||
|
<attribute name="domain">['|', ('employee_id', '!=', False), ('department_id', '!=', False)]</attribute>
|
||||||
|
</filter>
|
||||||
|
<filter name="available" position="attributes">
|
||||||
|
<attribute name="domain">[('employee_id', '=', False), ('department_id', '=', False)]</attribute>
|
||||||
|
</filter>
|
||||||
|
<field name="owner_user_id" position="after">
|
||||||
|
<field name="employee_id"/>
|
||||||
|
<field name="department_id"/>
|
||||||
|
</field>
|
||||||
|
<group position="inside">
|
||||||
|
<filter string="Employee" name="employee" domain="[]" context="{'group_by': 'employee_id'}"/>
|
||||||
|
<filter string="Department" name="department" domain="[]" context="{'group_by': 'department_id'}"/>
|
||||||
|
</group>
|
||||||
|
</field>
|
||||||
|
</record>
|
||||||
|
|
||||||
|
<record id="maintenance_equipment_view_form_inherit_hr" model="ir.ui.view">
|
||||||
|
<field name="name">maintenance.equipment.view.form.inherit.hr</field>
|
||||||
|
<field name="model">maintenance.equipment</field>
|
||||||
|
<field name="inherit_id" ref="maintenance.hr_equipment_view_form"/>
|
||||||
|
<field name="arch" type="xml">
|
||||||
|
<xpath expr="//field[@name='owner_user_id']" position="replace">
|
||||||
|
<field name="equipment_assign_to" widget="radio"/>
|
||||||
|
<field name="employee_id" string="Employee" invisible="equipment_assign_to == 'department' or not equipment_assign_to"/>
|
||||||
|
<field name="department_id" string="Department" invisible="equipment_assign_to == 'employee' or not equipment_assign_to"/>
|
||||||
|
</xpath>
|
||||||
|
</field>
|
||||||
|
</record>
|
||||||
|
|
||||||
|
<record id="maintenance_equipment_view_kanban_inherit_hr" model="ir.ui.view">
|
||||||
|
<field name="name">maintenance.equipment.view.kanban.inherit.hr</field>
|
||||||
|
<field name="model">maintenance.equipment</field>
|
||||||
|
<field name="inherit_id" ref="maintenance.hr_equipment_view_kanban"/>
|
||||||
|
<field name="arch" type="xml">
|
||||||
|
<xpath expr="//field[@name='technician_user_id']" position="after">
|
||||||
|
<field name="employee_id"/>
|
||||||
|
<field name="department_id"/>
|
||||||
|
</xpath>
|
||||||
|
<xpath expr="//templates//field[@name='owner_user_id']" position='replace'>
|
||||||
|
<field name="employee_id" widget="many2one_avatar_employee"/>
|
||||||
|
</xpath>
|
||||||
|
<div t-if="record.serial_no.raw_value" position='after'>
|
||||||
|
<div t-if="!record.employee_id.raw_value">Unassigned</div>
|
||||||
|
<div t-if="record.employee_id.value"><field name="employee_id"/></div>
|
||||||
|
<div t-if="record.department_id.value"><field name="department_id"/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</field>
|
||||||
|
</record>
|
||||||
|
|
||||||
|
<record id="maintenance_equipment_view_tree_inherit_hr" model="ir.ui.view">
|
||||||
|
<field name="name">maintenance.equipment.view.tree.inherit.hr</field>
|
||||||
|
<field name="model">maintenance.equipment</field>
|
||||||
|
<field name="inherit_id" ref="maintenance.hr_equipment_view_tree"/>
|
||||||
|
<field name="arch" type="xml">
|
||||||
|
<xpath expr="//field[@name='owner_user_id']" position="replace">
|
||||||
|
<field name="employee_id" string="Employee"/>
|
||||||
|
<field name="department_id" string="Department"/>
|
||||||
|
</xpath>
|
||||||
|
</field>
|
||||||
|
</record>
|
||||||
|
</odoo>
|
Loading…
x
Reference in New Issue
Block a user