mirror of
https://github.com/bringout/oca-ocb-hr.git
synced 2026-04-24 15:12:08 +02:00
19.0 vanilla
This commit is contained in:
parent
a1137a1456
commit
e1d89e11e3
2789 changed files with 1093187 additions and 605897 deletions
|
|
@ -14,35 +14,14 @@ pip install odoo-bringout-oca-ocb-hr_hourly_cost
|
|||
|
||||
## Dependencies
|
||||
|
||||
This addon depends on:
|
||||
- hr
|
||||
|
||||
## Manifest Information
|
||||
|
||||
- **Name**: Employee Hourly Wage
|
||||
- **Version**: 1.0
|
||||
- **Category**: Services/Employee Hourly Cost
|
||||
- **License**: LGPL-3
|
||||
- **Installable**: False
|
||||
|
||||
## Source
|
||||
|
||||
Based on [OCA/OCB](https://github.com/OCA/OCB) branch 16.0, addon `hr_hourly_cost`.
|
||||
- Repository: https://github.com/OCA/OCB
|
||||
- Branch: 19.0
|
||||
- Path: addons/hr_hourly_cost
|
||||
|
||||
## License
|
||||
|
||||
This package maintains the original LGPL-3 license from the upstream Odoo project.
|
||||
|
||||
## Documentation
|
||||
|
||||
- Overview: doc/OVERVIEW.md
|
||||
- Architecture: doc/ARCHITECTURE.md
|
||||
- Models: doc/MODELS.md
|
||||
- Controllers: doc/CONTROLLERS.md
|
||||
- Wizards: doc/WIZARDS.md
|
||||
- Install: doc/INSTALL.md
|
||||
- Usage: doc/USAGE.md
|
||||
- Configuration: doc/CONFIGURATION.md
|
||||
- Dependencies: doc/DEPENDENCIES.md
|
||||
- Troubleshooting: doc/TROUBLESHOOTING.md
|
||||
- FAQ: doc/FAQ.md
|
||||
This package preserves the original LGPL-3 license.
|
||||
|
|
|
|||
|
|
@ -17,5 +17,6 @@ This module assigns an hourly wage to employees to be used by other modules.
|
|||
'demo': [
|
||||
'data/hr_hourly_cost_demo.xml',
|
||||
],
|
||||
'author': 'Odoo S.A.',
|
||||
'license': 'LGPL-3',
|
||||
}
|
||||
|
|
|
|||
|
|
@ -67,7 +67,6 @@
|
|||
|
||||
<record id="hr.employee_qdp" model="hr.employee">
|
||||
<field name="hourly_cost">75</field>
|
||||
<field name="parent_id" ref="hr.employee_admin"/>
|
||||
</record>
|
||||
|
||||
<record id="hr.employee_stw" model="hr.employee">
|
||||
|
|
|
|||
|
|
@ -1,24 +1,33 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Niyas Raphy, 2022
|
||||
#
|
||||
# Niyas Raphy, 2023
|
||||
# Martin Trigaux, 2023
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:31+0000\n"
|
||||
"PO-Revision-Date: 2022-09-23 08:33+0000\n"
|
||||
"Last-Translator: Niyas Raphy, 2022\n"
|
||||
"Language-Team: Arabic (https://app.transifex.com/odoo/teams/41243/ar/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 13:38+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Arabic <https://translate.odoo.com/projects/odoo-19/"
|
||||
"hr_hourly_cost/ar/>\n"
|
||||
"Language: 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"
|
||||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
|
||||
"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "اسم العرض"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model,name:hr_hourly_cost.model_hr_employee
|
||||
|
|
@ -29,3 +38,8 @@ msgstr "الموظف"
|
|||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost
|
||||
msgid "Hourly Cost"
|
||||
msgstr "التكلفة بالساعة"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__id
|
||||
msgid "ID"
|
||||
msgstr "المُعرف"
|
||||
|
|
|
|||
|
|
@ -1,30 +1,37 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# Translators:
|
||||
# Jumshud Sultanov <cumshud@gmail.com>, 2022
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:31+0000\n"
|
||||
"PO-Revision-Date: 2022-09-23 08:33+0000\n"
|
||||
"Last-Translator: Jumshud Sultanov <cumshud@gmail.com>, 2022\n"
|
||||
"Language-Team: Azerbaijani (https://app.transifex.com/odoo/teams/41243/az/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 21:55+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: az\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model,name:hr_hourly_cost.model_hr_employee
|
||||
msgid "Employee"
|
||||
msgstr "İşçi"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost
|
||||
msgid "Hourly Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,26 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:31+0000\n"
|
||||
"PO-Revision-Date: 2022-09-23 08:33+0000\n"
|
||||
"Language-Team: Belarusian (https://app.transifex.com/odoo/teams/41243/be/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: be\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_hourly_cost
|
||||
#: model:ir.model,name:hr_hourly_cost.model_hr_employee
|
||||
msgid "Employee"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost
|
||||
msgid "Hourly Cost"
|
||||
msgstr ""
|
||||
|
|
@ -1,30 +1,37 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# Translators:
|
||||
# aleksandar ivanov, 2023
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:31+0000\n"
|
||||
"PO-Revision-Date: 2022-09-23 08:33+0000\n"
|
||||
"Last-Translator: aleksandar ivanov, 2023\n"
|
||||
"Language-Team: Bulgarian (https://app.transifex.com/odoo/teams/41243/bg/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 21:55+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: \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"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model,name:hr_hourly_cost.model_hr_employee
|
||||
msgid "Employee"
|
||||
msgstr "Служител"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost
|
||||
msgid "Hourly Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,28 +1,39 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * hr_hourly_cost
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# Odoo Translation Bot <c3p@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 19.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:31+0000\n"
|
||||
"PO-Revision-Date: 2024-02-06 13:31+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-10-08 18:38+0000\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: none\n"
|
||||
"Language: bs\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \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_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
# taken from hr.po
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model,name:hr_hourly_cost.model_hr_employee
|
||||
msgid "Employee"
|
||||
msgstr "Zaposlenik"
|
||||
msgstr ""
|
||||
|
||||
# taken from hr.po
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost
|
||||
msgid "Hourly Cost"
|
||||
msgstr "Trošak po satu rada"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,24 +1,28 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Óscar Fonseca <tecnico@pyming.com>, 2022
|
||||
#
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:31+0000\n"
|
||||
"PO-Revision-Date: 2022-09-23 08:33+0000\n"
|
||||
"Last-Translator: Óscar Fonseca <tecnico@pyming.com>, 2022\n"
|
||||
"Language-Team: Catalan (https://app.transifex.com/odoo/teams/41243/ca/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 02:37+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Catalan <https://translate.odoo.com/projects/odoo-19/"
|
||||
"hr_hourly_cost/ca/>\n"
|
||||
"Language: 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"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model,name:hr_hourly_cost.model_hr_employee
|
||||
|
|
@ -29,3 +33,8 @@ msgstr "Empleat"
|
|||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost
|
||||
msgid "Hourly Cost"
|
||||
msgstr "Cost horari"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,24 +1,29 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# Translators:
|
||||
# Jiří Podhorecký, 2022
|
||||
# Marek Záda, 2023
|
||||
#
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
# "Marta (wacm)" <wacm@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:31+0000\n"
|
||||
"PO-Revision-Date: 2022-09-23 08:33+0000\n"
|
||||
"Last-Translator: Marek Záda, 2023\n"
|
||||
"Language-Team: Czech (https://app.transifex.com/odoo/teams/41243/cs/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-12-10 10:21+0000\n"
|
||||
"Last-Translator: \"Marta (wacm)\" <wacm@odoo.com>\n"
|
||||
"Language-Team: Czech <https://translate.odoo.com/projects/odoo-19/"
|
||||
"hr_hourly_cost/cs/>\n"
|
||||
"Language: 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"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||||
"X-Generator: Weblate 5.14.3\n"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Zobrazovací název"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model,name:hr_hourly_cost.model_hr_employee
|
||||
|
|
@ -29,3 +34,8 @@ msgstr "Zaměstnanec"
|
|||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost
|
||||
msgid "Hourly Cost"
|
||||
msgstr "Hodinová sazba"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
|
|
|||
|
|
@ -1,24 +1,28 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Sammi Iversen <sammi@vkdata.dk>, 2025
|
||||
#
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:31+0000\n"
|
||||
"PO-Revision-Date: 2022-09-23 08:33+0000\n"
|
||||
"Last-Translator: Sammi Iversen <sammi@vkdata.dk>, 2025\n"
|
||||
"Language-Team: Danish (https://app.transifex.com/odoo/teams/41243/da/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-14 21:11+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Danish <https://translate.odoo.com/projects/odoo-19/"
|
||||
"hr_hourly_cost/da/>\n"
|
||||
"Language: 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"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model,name:hr_hourly_cost.model_hr_employee
|
||||
|
|
@ -29,3 +33,8 @@ msgstr "Medarbejder"
|
|||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost
|
||||
msgid "Hourly Cost"
|
||||
msgstr "Timepris"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,24 +1,33 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Larissa Manderfeld, 2023
|
||||
#
|
||||
# Friederike Fasterling-Nesselbosch, 2023
|
||||
# Martin Trigaux, 2023
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# "Larissa Manderfeld (lman)" <lman@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:31+0000\n"
|
||||
"PO-Revision-Date: 2022-09-23 08:33+0000\n"
|
||||
"Last-Translator: Larissa Manderfeld, 2023\n"
|
||||
"Language-Team: German (https://app.transifex.com/odoo/teams/41243/de/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-10-31 12:46+0000\n"
|
||||
"Last-Translator: \"Larissa Manderfeld (lman)\" <lman@odoo.com>\n"
|
||||
"Language-Team: German <https://translate.odoo.com/projects/odoo-19/"
|
||||
"hr_hourly_cost/de/>\n"
|
||||
"Language: 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"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Anzeigename"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model,name:hr_hourly_cost.model_hr_employee
|
||||
|
|
@ -28,4 +37,9 @@ msgstr "Mitarbeiter"
|
|||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost
|
||||
msgid "Hourly Cost"
|
||||
msgstr "Stundensatz"
|
||||
msgstr "Stündliche Kosten"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
|
|
|||
|
|
@ -0,0 +1,40 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-24 19:23+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Greek <https://translate.odoo.com/projects/odoo-19/"
|
||||
"hr_hourly_cost/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"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model,name:hr_hourly_cost.model_hr_employee
|
||||
msgid "Employee"
|
||||
msgstr "Υπάλληλος"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost
|
||||
msgid "Hourly Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
|
@ -1,24 +1,32 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Ana Sanjuán, 2023
|
||||
#
|
||||
# Leonardo J. Caballero G. <leonardocaballero@gmail.com>, 2023
|
||||
# Martin Trigaux, 2023
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:31+0000\n"
|
||||
"PO-Revision-Date: 2022-09-23 08:33+0000\n"
|
||||
"Last-Translator: Ana Sanjuán, 2023\n"
|
||||
"Language-Team: Spanish (https://app.transifex.com/odoo/teams/41243/es/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-14 21:18+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Spanish <https://translate.odoo.com/projects/odoo-19/"
|
||||
"hr_hourly_cost/es/>\n"
|
||||
"Language: 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"
|
||||
"Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ((n != 0 && n % 1000000 == "
|
||||
"0) ? 1 : 2);\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre para mostrar"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model,name:hr_hourly_cost.model_hr_employee
|
||||
|
|
@ -29,3 +37,8 @@ msgstr "Empleado"
|
|||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost
|
||||
msgid "Hourly Cost"
|
||||
msgstr "Coste por hora"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
|
|
|||
|
|
@ -0,0 +1,41 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# "Fernanda Alvarez (mfar)" <mfar@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-10-30 16:04+0000\n"
|
||||
"Last-Translator: \"Fernanda Alvarez (mfar)\" <mfar@odoo.com>\n"
|
||||
"Language-Team: Spanish (Latin America) <https://translate.odoo.com/projects/"
|
||||
"odoo-19/hr_hourly_cost/es_419/>\n"
|
||||
"Language: es_419\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"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre para mostrar"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model,name:hr_hourly_cost.model_hr_employee
|
||||
msgid "Employee"
|
||||
msgstr "Empleado"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost
|
||||
msgid "Hourly Cost"
|
||||
msgstr "Costo por hora"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
|
@ -1,31 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Braulio D. López Vázquez <bdl@odoo.com>, 2022
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:31+0000\n"
|
||||
"PO-Revision-Date: 2022-09-23 08:33+0000\n"
|
||||
"Last-Translator: Braulio D. López Vázquez <bdl@odoo.com>, 2022\n"
|
||||
"Language-Team: Spanish (Mexico) (https://app.transifex.com/odoo/teams/41243/es_MX/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_MX\n"
|
||||
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model,name:hr_hourly_cost.model_hr_employee
|
||||
msgid "Employee"
|
||||
msgstr "Empleado"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost
|
||||
msgid "Hourly Cost"
|
||||
msgstr "Costo por hora"
|
||||
|
|
@ -1,31 +1,37 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# Translators:
|
||||
# Eneli Õigus <enelioigus@gmail.com>, 2022
|
||||
# Anna, 2023
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 19.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:31+0000\n"
|
||||
"PO-Revision-Date: 2022-09-23 08:33+0000\n"
|
||||
"Last-Translator: Anna, 2023\n"
|
||||
"Language-Team: Estonian (https://app.transifex.com/odoo/teams/41243/et/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-11 13:56+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: \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"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model,name:hr_hourly_cost.model_hr_employee
|
||||
msgid "Employee"
|
||||
msgstr "Töötaja"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost
|
||||
msgid "Hourly Cost"
|
||||
msgstr "Tunnihind"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,31 +1,37 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2023
|
||||
# Mostafa Barmshory <mostafa.barmshory@gmail.com>, 2024
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:31+0000\n"
|
||||
"PO-Revision-Date: 2022-09-23 08:33+0000\n"
|
||||
"Last-Translator: Mostafa Barmshory <mostafa.barmshory@gmail.com>, 2024\n"
|
||||
"Language-Team: Persian (https://app.transifex.com/odoo/teams/41243/fa/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 21:55+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: \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"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model,name:hr_hourly_cost.model_hr_employee
|
||||
msgid "Employee"
|
||||
msgstr "کارمند"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost
|
||||
msgid "Hourly Cost"
|
||||
msgstr "هزینه ساعتی"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,24 +1,29 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# Translators:
|
||||
# Tuomo Aura <tuomo.aura@web-veistamo.fi>, 2022
|
||||
# Ossi Mantylahti <ossi.mantylahti@obs-solutions.fi>, 2023
|
||||
#
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
# Saara Hakanen <sahak@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:31+0000\n"
|
||||
"PO-Revision-Date: 2022-09-23 08:33+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"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-12-11 15:56+0000\n"
|
||||
"Last-Translator: Saara Hakanen <sahak@odoo.com>\n"
|
||||
"Language-Team: Finnish <https://translate.odoo.com/projects/odoo-19/"
|
||||
"hr_hourly_cost/fi/>\n"
|
||||
"Language: 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"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.14.3\n"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Näyttönimi"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model,name:hr_hourly_cost.model_hr_employee
|
||||
|
|
@ -29,3 +34,8 @@ msgstr "Työntekijä"
|
|||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost
|
||||
msgid "Hourly Cost"
|
||||
msgstr "Tuntihinta"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__id
|
||||
msgid "ID"
|
||||
msgstr "Tunnus"
|
||||
|
|
|
|||
|
|
@ -1,24 +1,32 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Cécile Collart <cco@odoo.com>, 2022
|
||||
#
|
||||
# Cécile Collart <cco@odoo.com>, 2023
|
||||
# Martin Trigaux, 2023
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:31+0000\n"
|
||||
"PO-Revision-Date: 2022-09-23 08:33+0000\n"
|
||||
"Last-Translator: Cécile Collart <cco@odoo.com>, 2022\n"
|
||||
"Language-Team: French (https://app.transifex.com/odoo/teams/41243/fr/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-14 21:20+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: French <https://translate.odoo.com/projects/odoo-19/"
|
||||
"hr_hourly_cost/fr/>\n"
|
||||
"Language: 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"
|
||||
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : ((n != 0 && n % "
|
||||
"1000000 == 0) ? 1 : 2);\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nom d'affichage"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model,name:hr_hourly_cost.model_hr_employee
|
||||
|
|
@ -29,3 +37,8 @@ msgstr "Employé"
|
|||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost
|
||||
msgid "Hourly Cost"
|
||||
msgstr "Coût horaire"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
|
|
|||
|
|
@ -1,26 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:31+0000\n"
|
||||
"PO-Revision-Date: 2022-09-23 08:33+0000\n"
|
||||
"Language-Team: Gujarati (https://app.transifex.com/odoo/teams/41243/gu/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: gu\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model,name:hr_hourly_cost.model_hr_employee
|
||||
msgid "Employee"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost
|
||||
msgid "Hourly Cost"
|
||||
msgstr ""
|
||||
|
|
@ -1,31 +1,37 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# Translators:
|
||||
# Yihya Hugirat <hugirat@gmail.com>, 2022
|
||||
# NoaFarkash, 2022
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:31+0000\n"
|
||||
"PO-Revision-Date: 2022-09-23 08:33+0000\n"
|
||||
"Last-Translator: NoaFarkash, 2022\n"
|
||||
"Language-Team: Hebrew (https://app.transifex.com/odoo/teams/41243/he/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 21:55+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: he\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;\n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model,name:hr_hourly_cost.model_hr_employee
|
||||
msgid "Employee"
|
||||
msgstr "עובד"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost
|
||||
msgid "Hourly Cost"
|
||||
msgstr "עלות שעתית"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,30 +1,37 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# Translators:
|
||||
# Wil Odoo, 2024
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:31+0000\n"
|
||||
"PO-Revision-Date: 2022-09-23 08:33+0000\n"
|
||||
"Last-Translator: Wil Odoo, 2024\n"
|
||||
"Language-Team: Hindi (https://app.transifex.com/odoo/teams/41243/hi/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 21:55+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: hi\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model,name:hr_hourly_cost.model_hr_employee
|
||||
msgid "Employee"
|
||||
msgstr "कर्मचारी"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost
|
||||
msgid "Hourly Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,31 +1,37 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# Translators:
|
||||
# Milan Tribuson <one.mile.code@gmail.com>, 2022
|
||||
# Kristina Palaš, 2024
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:31+0000\n"
|
||||
"PO-Revision-Date: 2022-09-23 08:33+0000\n"
|
||||
"Last-Translator: Kristina Palaš, 2024\n"
|
||||
"Language-Team: Croatian (https://app.transifex.com/odoo/teams/41243/hr/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 21:55+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: hr\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"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model,name:hr_hourly_cost.model_hr_employee
|
||||
msgid "Employee"
|
||||
msgstr "Zaposlenik"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost
|
||||
msgid "Hourly Cost"
|
||||
msgstr "Trošak po satu rada"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -4,10 +4,10 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 19.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:31+0000\n"
|
||||
"PO-Revision-Date: 2024-02-06 13:31+0000\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2026-01-25 18:36+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -15,6 +15,11 @@ msgstr ""
|
|||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model,name:hr_hourly_cost.model_hr_employee
|
||||
msgid "Employee"
|
||||
|
|
@ -24,3 +29,8 @@ msgstr ""
|
|||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost
|
||||
msgid "Hourly Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,31 +1,40 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# Translators:
|
||||
# krnkris, 2022
|
||||
# gezza <geza.nagy@oregional.hu>, 2025
|
||||
#
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:31+0000\n"
|
||||
"PO-Revision-Date: 2022-09-23 08:33+0000\n"
|
||||
"Last-Translator: gezza <geza.nagy@oregional.hu>, 2025\n"
|
||||
"Language-Team: Hungarian (https://app.transifex.com/odoo/teams/41243/hu/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-29 19:47+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Hungarian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"hr_hourly_cost/hu/>\n"
|
||||
"Language: 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"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model,name:hr_hourly_cost.model_hr_employee
|
||||
msgid "Employee"
|
||||
msgstr "Alkalmazott"
|
||||
msgstr "Munkavállaló"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost
|
||||
msgid "Hourly Cost"
|
||||
msgstr "Óradíj"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,26 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:31+0000\n"
|
||||
"PO-Revision-Date: 2022-09-23 08:33+0000\n"
|
||||
"Language-Team: Armenian (https://app.transifex.com/odoo/teams/41243/hy/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: hy\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model,name:hr_hourly_cost.model_hr_employee
|
||||
msgid "Employee"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost
|
||||
msgid "Hourly Cost"
|
||||
msgstr ""
|
||||
|
|
@ -1,24 +1,29 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Abe Manyo, 2023
|
||||
#
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# "Abe Manyo (abem)" <abem@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:31+0000\n"
|
||||
"PO-Revision-Date: 2022-09-23 08:33+0000\n"
|
||||
"Last-Translator: Abe Manyo, 2023\n"
|
||||
"Language-Team: Indonesian (https://app.transifex.com/odoo/teams/41243/id/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-10-16 06:07+0000\n"
|
||||
"Last-Translator: \"Abe Manyo (abem)\" <abem@odoo.com>\n"
|
||||
"Language-Team: Indonesian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"hr_hourly_cost/id/>\n"
|
||||
"Language: 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"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nama Tampilan"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model,name:hr_hourly_cost.model_hr_employee
|
||||
|
|
@ -29,3 +34,8 @@ msgstr "Karyawan"
|
|||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost
|
||||
msgid "Hourly Cost"
|
||||
msgstr "Ongkos Per Jam"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
|
|
|||
|
|
@ -1,26 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:31+0000\n"
|
||||
"PO-Revision-Date: 2022-09-23 08:33+0000\n"
|
||||
"Language-Team: Icelandic (https://app.transifex.com/odoo/teams/41243/is/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: is\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model,name:hr_hourly_cost.model_hr_employee
|
||||
msgid "Employee"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost
|
||||
msgid "Hourly Cost"
|
||||
msgstr ""
|
||||
|
|
@ -1,24 +1,33 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Friederike Fasterling-Nesselbosch, 2022
|
||||
#
|
||||
# Friederike Fasterling-Nesselbosch, 2023
|
||||
# Martin Trigaux, 2023
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:31+0000\n"
|
||||
"PO-Revision-Date: 2022-09-23 08:33+0000\n"
|
||||
"Last-Translator: Friederike Fasterling-Nesselbosch, 2022\n"
|
||||
"Language-Team: Italian (https://app.transifex.com/odoo/teams/41243/it/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-14 21:13+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Italian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"hr_hourly_cost/it/>\n"
|
||||
"Language: 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"
|
||||
"Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ((n != 0 && n % 1000000 == "
|
||||
"0) ? 1 : 2);\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nome visualizzato"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model,name:hr_hourly_cost.model_hr_employee
|
||||
|
|
@ -29,3 +38,8 @@ msgstr "Dipendente"
|
|||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost
|
||||
msgid "Hourly Cost"
|
||||
msgstr "Costo orario"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
|
|
|||
|
|
@ -1,24 +1,29 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Ryoko Tsuda <ryoko@quartile.co>, 2023
|
||||
#
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# "Junko Augias (juau)" <juau@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:31+0000\n"
|
||||
"PO-Revision-Date: 2022-09-23 08:33+0000\n"
|
||||
"Last-Translator: Ryoko Tsuda <ryoko@quartile.co>, 2023\n"
|
||||
"Language-Team: Japanese (https://app.transifex.com/odoo/teams/41243/ja/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-10-16 06:07+0000\n"
|
||||
"Last-Translator: \"Junko Augias (juau)\" <juau@odoo.com>\n"
|
||||
"Language-Team: Japanese <https://translate.odoo.com/projects/odoo-19/"
|
||||
"hr_hourly_cost/ja/>\n"
|
||||
"Language: 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"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "表示名"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model,name:hr_hourly_cost.model_hr_employee
|
||||
|
|
@ -28,4 +33,9 @@ msgstr "従業員"
|
|||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost
|
||||
msgid "Hourly Cost"
|
||||
msgstr "時間コスト"
|
||||
msgstr "時間単価"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
|
|
|||
|
|
@ -0,0 +1,38 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# Odoo Translation Bot <c3p@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 19.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-10-08 18:38+0000\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: none\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_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model,name:hr_hourly_cost.model_hr_employee
|
||||
msgid "Employee"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost
|
||||
msgid "Hourly Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
|
@ -1,30 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# Translators:
|
||||
# Sengtha Chay <sengtha@gmail.com>, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:31+0000\n"
|
||||
"PO-Revision-Date: 2022-09-23 08:33+0000\n"
|
||||
"Last-Translator: Sengtha Chay <sengtha@gmail.com>, 2023\n"
|
||||
"Language-Team: Khmer (https://app.transifex.com/odoo/teams/41243/km/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: km\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model,name:hr_hourly_cost.model_hr_employee
|
||||
msgid "Employee"
|
||||
msgstr "បុគ្គលិក"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost
|
||||
msgid "Hourly Cost"
|
||||
msgstr ""
|
||||
|
|
@ -1,31 +1,41 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Daye Jeong, 2023
|
||||
#
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# "Kwanghee Park (kwpa)" <kwpa@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:31+0000\n"
|
||||
"PO-Revision-Date: 2022-09-23 08:33+0000\n"
|
||||
"Last-Translator: Daye Jeong, 2023\n"
|
||||
"Language-Team: Korean (https://app.transifex.com/odoo/teams/41243/ko/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-11-12 05:39+0000\n"
|
||||
"Last-Translator: \"Kwanghee Park (kwpa)\" <kwpa@odoo.com>\n"
|
||||
"Language-Team: Korean <https://translate.odoo.com/projects/odoo-19/"
|
||||
"hr_hourly_cost/ko/>\n"
|
||||
"Language: 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"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "표시명"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model,name:hr_hourly_cost.model_hr_employee
|
||||
msgid "Employee"
|
||||
msgstr "임직원"
|
||||
msgstr "직원"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost
|
||||
msgid "Hourly Cost"
|
||||
msgstr "시간당 비용"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
|
|
|||
|
|
@ -1,19 +1,25 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:31+0000\n"
|
||||
"PO-Revision-Date: 2022-09-23 08:33+0000\n"
|
||||
"Language-Team: Afrikaans (https://app.transifex.com/odoo/teams/41243/af/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 21:55+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: af\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model,name:hr_hourly_cost.model_hr_employee
|
||||
|
|
@ -24,3 +30,8 @@ msgstr ""
|
|||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost
|
||||
msgid "Hourly Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
|
@ -1,30 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# Translators:
|
||||
# sackda chanthasombath, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:31+0000\n"
|
||||
"PO-Revision-Date: 2022-09-23 08:33+0000\n"
|
||||
"Last-Translator: sackda chanthasombath, 2023\n"
|
||||
"Language-Team: Lao (https://app.transifex.com/odoo/teams/41243/lo/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: lo\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model,name:hr_hourly_cost.model_hr_employee
|
||||
msgid "Employee"
|
||||
msgstr "ພະນັກງານ"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost
|
||||
msgid "Hourly Cost"
|
||||
msgstr ""
|
||||
|
|
@ -1,30 +1,37 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:31+0000\n"
|
||||
"PO-Revision-Date: 2022-09-23 08:33+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2022\n"
|
||||
"Language-Team: Lithuanian (https://app.transifex.com/odoo/teams/41243/lt/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 21:55+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: \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"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model,name:hr_hourly_cost.model_hr_employee
|
||||
msgid "Employee"
|
||||
msgstr "Darbuotojas"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost
|
||||
msgid "Hourly Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,30 +1,37 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# Translators:
|
||||
# Arnis Putniņš <arnis@allegro.lv>, 2022
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 19.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:31+0000\n"
|
||||
"PO-Revision-Date: 2022-09-23 08:33+0000\n"
|
||||
"Last-Translator: Arnis Putniņš <arnis@allegro.lv>, 2022\n"
|
||||
"Language-Team: Latvian (https://app.transifex.com/odoo/teams/41243/lv/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-10-08 18:38+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: \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"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model,name:hr_hourly_cost.model_hr_employee
|
||||
msgid "Employee"
|
||||
msgstr "Darbinieks"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost
|
||||
msgid "Hourly Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,30 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# Translators:
|
||||
# Niyas Raphy, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:31+0000\n"
|
||||
"PO-Revision-Date: 2022-09-23 08:33+0000\n"
|
||||
"Last-Translator: Niyas Raphy, 2023\n"
|
||||
"Language-Team: Malayalam (https://app.transifex.com/odoo/teams/41243/ml/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ml\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model,name:hr_hourly_cost.model_hr_employee
|
||||
msgid "Employee"
|
||||
msgstr "എംപ്ലോയീ "
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost
|
||||
msgid "Hourly Cost"
|
||||
msgstr ""
|
||||
|
|
@ -1,30 +1,37 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:31+0000\n"
|
||||
"PO-Revision-Date: 2022-09-23 08:33+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2022\n"
|
||||
"Language-Team: Mongolian (https://app.transifex.com/odoo/teams/41243/mn/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 21:55+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: mn\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model,name:hr_hourly_cost.model_hr_employee
|
||||
msgid "Employee"
|
||||
msgstr "Ажилтан"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost
|
||||
msgid "Hourly Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,30 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# Translators:
|
||||
# Mehjabin Farsana, 2022
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:31+0000\n"
|
||||
"PO-Revision-Date: 2022-09-23 08:33+0000\n"
|
||||
"Last-Translator: Mehjabin Farsana, 2022\n"
|
||||
"Language-Team: Malay (https://app.transifex.com/odoo/teams/41243/ms/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ms\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model,name:hr_hourly_cost.model_hr_employee
|
||||
msgid "Employee"
|
||||
msgstr "Pekerja"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost
|
||||
msgid "Hourly Cost"
|
||||
msgstr ""
|
||||
|
|
@ -0,0 +1,40 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# Oakarmin Iron <oakarminiron@gmail.com>, 2026.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2026-02-25 14:52+0000\n"
|
||||
"Last-Translator: Oakarmin Iron <oakarminiron@gmail.com>\n"
|
||||
"Language-Team: Burmese <https://translate.odoo.com/projects/odoo-19/"
|
||||
"hr_hourly_cost/my/>\n"
|
||||
"Language: my\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"
|
||||
"X-Generator: Weblate 5.14.3\n"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model,name:hr_hourly_cost.model_hr_employee
|
||||
msgid "Employee"
|
||||
msgstr "၀န်ထမ်း"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost
|
||||
msgid "Hourly Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
|
@ -1,24 +1,31 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Rune Restad, 2024
|
||||
#
|
||||
# Martin Trigaux, 2023
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:31+0000\n"
|
||||
"PO-Revision-Date: 2022-09-23 08:33+0000\n"
|
||||
"Last-Translator: Rune Restad, 2024\n"
|
||||
"Language-Team: Norwegian Bokmål (https://app.transifex.com/odoo/teams/41243/nb/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 18:32+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Norwegian Bokmål <https://translate.odoo.com/projects/odoo-19/"
|
||||
"hr_hourly_cost/nb_NO/>\n"
|
||||
"Language: nb\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: nb\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Visningsnavn"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model,name:hr_hourly_cost.model_hr_employee
|
||||
|
|
@ -29,3 +36,8 @@ msgstr "Ansatt"
|
|||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost
|
||||
msgid "Hourly Cost"
|
||||
msgstr "Timekostnad"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
|
|
|||
|
|
@ -1,24 +1,32 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Erwin van der Ploeg <erwin@odooexperts.nl>, 2022
|
||||
#
|
||||
# Erwin van der Ploeg <erwin@odooexperts.nl>, 2023
|
||||
# Martin Trigaux, 2023
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# Bren Driesen <brdri@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:31+0000\n"
|
||||
"PO-Revision-Date: 2022-09-23 08:33+0000\n"
|
||||
"Last-Translator: Erwin van der Ploeg <erwin@odooexperts.nl>, 2022\n"
|
||||
"Language-Team: Dutch (https://app.transifex.com/odoo/teams/41243/nl/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-10-21 05:27+0000\n"
|
||||
"Last-Translator: Bren Driesen <brdri@odoo.com>\n"
|
||||
"Language-Team: Dutch <https://translate.odoo.com/projects/odoo-19/"
|
||||
"hr_hourly_cost/nl/>\n"
|
||||
"Language: 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"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Weergavenaam"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model,name:hr_hourly_cost.model_hr_employee
|
||||
|
|
@ -29,3 +37,8 @@ msgstr "Werknemer"
|
|||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost
|
||||
msgid "Hourly Cost"
|
||||
msgstr "Uurkosten"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
|
|
|||
|
|
@ -1,26 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:31+0000\n"
|
||||
"PO-Revision-Date: 2022-09-23 08:33+0000\n"
|
||||
"Language-Team: Norwegian (https://app.transifex.com/odoo/teams/41243/no/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: no\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model,name:hr_hourly_cost.model_hr_employee
|
||||
msgid "Employee"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost
|
||||
msgid "Hourly Cost"
|
||||
msgstr ""
|
||||
|
|
@ -1,24 +1,30 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# Translators:
|
||||
# Piotr Szlązak <szlazakpiotr@gmail.com>, 2022
|
||||
# Tadeusz Karpiński <tadeuszkarpinski@gmail.com>, 2023
|
||||
#
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:31+0000\n"
|
||||
"PO-Revision-Date: 2022-09-23 08:33+0000\n"
|
||||
"Last-Translator: Tadeusz Karpiński <tadeuszkarpinski@gmail.com>, 2023\n"
|
||||
"Language-Team: Polish (https://app.transifex.com/odoo/teams/41243/pl/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-10-17 12:45+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Polish <https://translate.odoo.com/projects/odoo-19/"
|
||||
"hr_hourly_cost/pl/>\n"
|
||||
"Language: 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"
|
||||
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
|
||||
"|| n%100>=20) ? 1 : 2;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nazwa wyświetlana"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model,name:hr_hourly_cost.model_hr_employee
|
||||
|
|
@ -29,3 +35,8 @@ msgstr "Pracownik"
|
|||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost
|
||||
msgid "Hourly Cost"
|
||||
msgstr "Koszt godzinowy"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
|
|
|||
|
|
@ -1,23 +1,32 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# Translators:
|
||||
# Manuela Silva <mmsrs@sky.com>, 2022
|
||||
#
|
||||
# Manuela Silva <mmsrs@sky.com>, 2023
|
||||
# Martin Trigaux, 2023
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:31+0000\n"
|
||||
"PO-Revision-Date: 2022-09-23 08:33+0000\n"
|
||||
"Last-Translator: Manuela Silva <mmsrs@sky.com>, 2022\n"
|
||||
"Language-Team: Portuguese (https://app.transifex.com/odoo/teams/41243/pt/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 18:32+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Portuguese <https://translate.odoo.com/projects/odoo-19/"
|
||||
"hr_hourly_cost/pt/>\n"
|
||||
"Language: 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"
|
||||
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : ((n != 0 && n % "
|
||||
"1000000 == 0) ? 1 : 2);\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model,name:hr_hourly_cost.model_hr_employee
|
||||
|
|
@ -27,4 +36,9 @@ msgstr "Funcionário"
|
|||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost
|
||||
msgid "Hourly Cost"
|
||||
msgstr "Custo por hora"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,24 +1,32 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Kevilyn Rosa, 2023
|
||||
#
|
||||
# Martin Trigaux, 2023
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:31+0000\n"
|
||||
"PO-Revision-Date: 2022-09-23 08:33+0000\n"
|
||||
"Last-Translator: Kevilyn Rosa, 2023\n"
|
||||
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/odoo/teams/41243/pt_BR/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 10:03+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Portuguese (Brazil) <https://translate.odoo.com/projects/"
|
||||
"odoo-19/hr_hourly_cost/pt_BR/>\n"
|
||||
"Language: 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"
|
||||
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : ((n != 0 && n % "
|
||||
"1000000 == 0) ? 1 : 2);\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nome exibido"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model,name:hr_hourly_cost.model_hr_employee
|
||||
|
|
@ -29,3 +37,8 @@ msgstr "Funcionário"
|
|||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost
|
||||
msgid "Hourly Cost"
|
||||
msgstr "Custo por hora"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
|
|
|||
|
|
@ -1,24 +1,29 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Cozmin Candea <office@terrabit.ro>, 2023
|
||||
#
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# Dorin Hongu <dhongu@gmail.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:31+0000\n"
|
||||
"PO-Revision-Date: 2022-09-23 08:33+0000\n"
|
||||
"Last-Translator: Cozmin Candea <office@terrabit.ro>, 2023\n"
|
||||
"Language-Team: Romanian (https://app.transifex.com/odoo/teams/41243/ro/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-11-27 09:05+0000\n"
|
||||
"Last-Translator: Dorin Hongu <dhongu@gmail.com>\n"
|
||||
"Language-Team: Romanian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"hr_hourly_cost/ro/>\n"
|
||||
"Language: ro\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ro\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
|
||||
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
|
||||
"20)) ? 1 : 2;\n"
|
||||
"X-Generator: Weblate 5.14.3\n"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nume afișat"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model,name:hr_hourly_cost.model_hr_employee
|
||||
|
|
@ -29,3 +34,8 @@ msgstr "Angajat"
|
|||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost
|
||||
msgid "Hourly Cost"
|
||||
msgstr "Cost orar"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
|
|
|||
|
|
@ -1,24 +1,31 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# alenafairy, 2023
|
||||
#
|
||||
# "Anastasiia Koroleva (koan)" <koan@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:31+0000\n"
|
||||
"PO-Revision-Date: 2022-09-23 08:33+0000\n"
|
||||
"Last-Translator: alenafairy, 2023\n"
|
||||
"Language-Team: Russian (https://app.transifex.com/odoo/teams/41243/ru/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-12-03 08:31+0000\n"
|
||||
"Last-Translator: \"Anastasiia Koroleva (koan)\" <koan@odoo.com>\n"
|
||||
"Language-Team: Russian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"hr_hourly_cost/ru/>\n"
|
||||
"Language: 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"
|
||||
"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"
|
||||
"X-Generator: Weblate 5.14.3\n"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model,name:hr_hourly_cost.model_hr_employee
|
||||
|
|
@ -29,3 +36,8 @@ msgstr "Сотрудник"
|
|||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost
|
||||
msgid "Hourly Cost"
|
||||
msgstr "Почасовая стоимость"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
|
|
|||
|
|
@ -1,31 +1,37 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Dávid Kováč, 2023
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 19.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:31+0000\n"
|
||||
"PO-Revision-Date: 2022-09-23 08:33+0000\n"
|
||||
"Last-Translator: Dávid Kováč, 2023\n"
|
||||
"Language-Team: Slovak (https://app.transifex.com/odoo/teams/41243/sk/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-10-08 18:38+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: \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"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model,name:hr_hourly_cost.model_hr_employee
|
||||
msgid "Employee"
|
||||
msgstr "Zamestnanec"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost
|
||||
msgid "Hourly Cost"
|
||||
msgstr "Hodinová sadzba"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,24 +1,29 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# Translators:
|
||||
# Matjaz Mozetic <m.mozetic@matmoz.si>, 2022
|
||||
# Katja Deržič, 2023
|
||||
#
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:31+0000\n"
|
||||
"PO-Revision-Date: 2022-09-23 08:33+0000\n"
|
||||
"Last-Translator: Katja Deržič, 2023\n"
|
||||
"Language-Team: Slovenian (https://app.transifex.com/odoo/teams/41243/sl/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 21:21+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Slovenian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"hr_hourly_cost/sl/>\n"
|
||||
"Language: 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"
|
||||
"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || "
|
||||
"n%100==4 ? 2 : 3;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model,name:hr_hourly_cost.model_hr_employee
|
||||
|
|
@ -29,3 +34,8 @@ msgstr "Kader"
|
|||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost
|
||||
msgid "Hourly Cost"
|
||||
msgstr "Urna postavka"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,19 +1,25 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 19.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:31+0000\n"
|
||||
"PO-Revision-Date: 2022-09-23 08:33+0000\n"
|
||||
"Language-Team: Albanian (https://app.transifex.com/odoo/teams/41243/sq/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-12-30 18:36+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: sq\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model,name:hr_hourly_cost.model_hr_employee
|
||||
|
|
@ -24,3 +30,8 @@ msgstr ""
|
|||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost
|
||||
msgid "Hourly Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,31 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# Translators:
|
||||
# Dragan Vukosavljevic <dragan.vukosavljevic@gmail.com>, 2022
|
||||
# Milan Bojovic <mbojovic@outlook.com>, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:31+0000\n"
|
||||
"PO-Revision-Date: 2022-09-23 08:33+0000\n"
|
||||
"Last-Translator: Milan Bojovic <mbojovic@outlook.com>, 2023\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_hourly_cost
|
||||
#: model:ir.model,name:hr_hourly_cost.model_hr_employee
|
||||
msgid "Employee"
|
||||
msgstr "Zaposleni"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost
|
||||
msgid "Hourly Cost"
|
||||
msgstr "Cena po satu"
|
||||
|
|
@ -1,19 +1,25 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:31+0000\n"
|
||||
"PO-Revision-Date: 2022-09-23 08:33+0000\n"
|
||||
"Language-Team: Amharic (https://app.transifex.com/odoo/teams/41243/am/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 21:55+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: am\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model,name:hr_hourly_cost.model_hr_employee
|
||||
|
|
@ -24,3 +30,8 @@ msgstr ""
|
|||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost
|
||||
msgid "Hourly Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
|
@ -1,24 +1,28 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Lasse L, 2023
|
||||
#
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:31+0000\n"
|
||||
"PO-Revision-Date: 2022-09-23 08:33+0000\n"
|
||||
"Last-Translator: Lasse L, 2023\n"
|
||||
"Language-Team: Swedish (https://app.transifex.com/odoo/teams/41243/sv/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 21:30+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Swedish <https://translate.odoo.com/projects/odoo-19/"
|
||||
"hr_hourly_cost/sv/>\n"
|
||||
"Language: 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"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model,name:hr_hourly_cost.model_hr_employee
|
||||
|
|
@ -29,3 +33,8 @@ msgstr "Anställd"
|
|||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost
|
||||
msgid "Hourly Cost"
|
||||
msgstr "Kostnad per timme"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,26 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:31+0000\n"
|
||||
"PO-Revision-Date: 2022-09-23 08:33+0000\n"
|
||||
"Language-Team: Swahili (https://app.transifex.com/odoo/teams/41243/sw/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: sw\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model,name:hr_hourly_cost.model_hr_employee
|
||||
msgid "Employee"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost
|
||||
msgid "Hourly Cost"
|
||||
msgstr ""
|
||||
|
|
@ -1,26 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:31+0000\n"
|
||||
"PO-Revision-Date: 2022-09-23 08:33+0000\n"
|
||||
"Language-Team: Tamil (https://app.transifex.com/odoo/teams/41243/ta/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ta\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model,name:hr_hourly_cost.model_hr_employee
|
||||
msgid "Employee"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost
|
||||
msgid "Hourly Cost"
|
||||
msgstr ""
|
||||
|
|
@ -1,24 +1,28 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# Translators:
|
||||
# Wichanon Jamwutthipreecha, 2022
|
||||
# Rasareeyar Lappiam, 2023
|
||||
#
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:31+0000\n"
|
||||
"PO-Revision-Date: 2022-09-23 08:33+0000\n"
|
||||
"Last-Translator: Rasareeyar Lappiam, 2023\n"
|
||||
"Language-Team: Thai (https://app.transifex.com/odoo/teams/41243/th/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 21:20+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Thai <https://translate.odoo.com/projects/odoo-19/"
|
||||
"hr_hourly_cost/th/>\n"
|
||||
"Language: 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"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model,name:hr_hourly_cost.model_hr_employee
|
||||
|
|
@ -29,3 +33,8 @@ msgstr "พนักงาน"
|
|||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost
|
||||
msgid "Hourly Cost"
|
||||
msgstr "ค่าใช้จ่ายรายชั่วโมง"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,31 +1,41 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# Translators:
|
||||
# Ertuğrul Güreş <ertugrulg@projetgrup.com>, 2022
|
||||
# Ediz Duman <neps1192@gmail.com>, 2022
|
||||
#
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:31+0000\n"
|
||||
"PO-Revision-Date: 2022-09-23 08:33+0000\n"
|
||||
"Last-Translator: Ediz Duman <neps1192@gmail.com>, 2022\n"
|
||||
"Language-Team: Turkish (https://app.transifex.com/odoo/teams/41243/tr/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-11-07 21:07+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Turkish <https://translate.odoo.com/projects/odoo-19/"
|
||||
"hr_hourly_cost/tr/>\n"
|
||||
"Language: 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"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "İsim Göster"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model,name:hr_hourly_cost.model_hr_employee
|
||||
msgid "Employee"
|
||||
msgstr "Personel"
|
||||
msgstr "Çalışan"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost
|
||||
msgid "Hourly Cost"
|
||||
msgstr "Saatlik Maliyet"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
|
|
|||
|
|
@ -1,31 +1,37 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Alina Lisnenko <alina.lisnenko@erp.co.ua>, 2023
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:31+0000\n"
|
||||
"PO-Revision-Date: 2022-09-23 08:33+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"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 21:55+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: \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"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model,name:hr_hourly_cost.model_hr_employee
|
||||
msgid "Employee"
|
||||
msgstr "Співробітник"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost
|
||||
msgid "Hourly Cost"
|
||||
msgstr "Вартість години"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -0,0 +1,49 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
#
|
||||
# Translated by:
|
||||
# Deepvision - info@deepvision.uz | +998 77-093-0007
|
||||
# Amon Olimov - amon.bars@gmail.com
|
||||
# Jonibek Yorqulov - j.yorqulov@deepvision.uz
|
||||
# Mirzohidkhon Ulugkhujaev ulugkhujayevmirzohidxon@gmail.com
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 19.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-10-08 18:38+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: uz\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__display_name
|
||||
#, fuzzy
|
||||
msgid "Display Name"
|
||||
msgstr "Ko‘rsatish nomi"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model,name:hr_hourly_cost.model_hr_employee
|
||||
#, fuzzy
|
||||
msgid "Employee"
|
||||
msgstr "Xodim"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost
|
||||
#, fuzzy
|
||||
msgid "Hourly Cost"
|
||||
msgstr "Soatlik narx"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__id
|
||||
#, fuzzy
|
||||
msgid "ID"
|
||||
msgstr "ID raqami"
|
||||
|
|
@ -1,24 +1,31 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Thi Huong Nguyen, 2023
|
||||
#
|
||||
# Martin Trigaux, 2023
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:31+0000\n"
|
||||
"PO-Revision-Date: 2022-09-23 08:33+0000\n"
|
||||
"Last-Translator: Thi Huong Nguyen, 2023\n"
|
||||
"Language-Team: Vietnamese (https://app.transifex.com/odoo/teams/41243/vi/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 02:37+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Vietnamese <https://translate.odoo.com/projects/odoo-19/"
|
||||
"hr_hourly_cost/vi/>\n"
|
||||
"Language: 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"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Tên hiển thị"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model,name:hr_hourly_cost.model_hr_employee
|
||||
|
|
@ -29,3 +36,8 @@ msgstr "Nhân viên"
|
|||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost
|
||||
msgid "Hourly Cost"
|
||||
msgstr "Chi phí theo giờ"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
|
|
|||
|
|
@ -1,24 +1,32 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Raymond Yu <cl_yu@hotmail.com>, 2022
|
||||
#
|
||||
# Raymond Yu <cl_yu@hotmail.com>, 2023
|
||||
# Martin Trigaux, 2023
|
||||
# Jeffery CHEN <jeffery9@gmail.com>, 2023
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:31+0000\n"
|
||||
"PO-Revision-Date: 2022-09-23 08:33+0000\n"
|
||||
"Last-Translator: Raymond Yu <cl_yu@hotmail.com>, 2022\n"
|
||||
"Language-Team: Chinese (China) (https://app.transifex.com/odoo/teams/41243/zh_CN/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 15:23+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Chinese (Simplified Han script) <https://translate.odoo.com/"
|
||||
"projects/odoo-19/hr_hourly_cost/zh_Hans/>\n"
|
||||
"Language: 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"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "显示名称"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model,name:hr_hourly_cost.model_hr_employee
|
||||
|
|
@ -28,4 +36,9 @@ msgstr "员工"
|
|||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost
|
||||
msgid "Hourly Cost"
|
||||
msgstr "小时成本"
|
||||
msgstr "每小时成本"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
|
|
|||
|
|
@ -1,24 +1,31 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# * hr_hourly_cost
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Tony Ng, 2023
|
||||
#
|
||||
# Wil Odoo, 2025
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server saas~18.3\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:31+0000\n"
|
||||
"PO-Revision-Date: 2022-09-23 08:33+0000\n"
|
||||
"Last-Translator: Tony Ng, 2023\n"
|
||||
"Language-Team: Chinese (Taiwan) (https://app.transifex.com/odoo/teams/41243/zh_TW/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 08:10+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Chinese (Traditional Han script) <https://translate.odoo.com/"
|
||||
"projects/odoo-19/hr_hourly_cost/zh_Hant/>\n"
|
||||
"Language: 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"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "顯示名稱"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model,name:hr_hourly_cost.model_hr_employee
|
||||
|
|
@ -29,3 +36,8 @@ msgstr "員工"
|
|||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost
|
||||
msgid "Hourly Cost"
|
||||
msgstr "每小時成本"
|
||||
|
||||
#. module: hr_hourly_cost
|
||||
#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__id
|
||||
msgid "ID"
|
||||
msgstr "識別號"
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@ class HrEmployee(models.Model):
|
|||
_inherit = 'hr.employee'
|
||||
|
||||
hourly_cost = fields.Monetary('Hourly Cost', currency_field='currency_id',
|
||||
groups="hr.group_hr_user", default=0.0)
|
||||
groups="hr.group_hr_user", default=0.0, tracking=True)
|
||||
|
|
|
|||
|
|
@ -1,12 +1,14 @@
|
|||
[project]
|
||||
name = "odoo-bringout-oca-ocb-hr_hourly_cost"
|
||||
version = "16.0.0"
|
||||
description = "Employee Hourly Wage - Employee Hourly Wage"
|
||||
description = "Employee Hourly Wage -
|
||||
Employee Hourly Wage
|
||||
"
|
||||
authors = [
|
||||
{ name = "Ernad Husremovic", email = "hernad@bring.out.ba" }
|
||||
]
|
||||
dependencies = [
|
||||
"odoo-bringout-oca-ocb-hr>=16.0.0",
|
||||
"odoo-bringout-oca-ocb-hr>=19.0.0",
|
||||
"requests>=2.25.1"
|
||||
]
|
||||
readme = "README.md"
|
||||
|
|
@ -16,7 +18,7 @@ classifiers = [
|
|||
"Intended Audience :: Developers",
|
||||
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.12",
|
||||
"Topic :: Office/Business",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue