Skip to content

Commit

Permalink
Added translation using Weblate (Turkish)
Browse files Browse the repository at this point in the history
  • Loading branch information
metingulsoy authored and weblate committed Aug 26, 2024
1 parent 16d720d commit f76e057
Showing 1 changed file with 76 additions and 0 deletions.
76 changes: 76 additions & 0 deletions hr_commission/i18n/tr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_commission
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: tr\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_commission
#: model:ir.model.fields,help:hr_commission.field_res_partner__employee
#: model:ir.model.fields,help:hr_commission.field_res_users__employee
msgid "Check this box if this contact is an Employee."
msgstr ""

#. module: hr_commission
#: model:ir.model,name:hr_commission.model_res_partner
msgid "Contact"
msgstr ""

#. module: hr_commission
#: model:ir.model,name:hr_commission.model_hr_employee
#: model:ir.model.fields,field_description:hr_commission.field_res_partner__employee
#: model:ir.model.fields,field_description:hr_commission.field_res_users__employee
msgid "Employee"
msgstr ""

#. module: hr_commission
#: model_terms:ir.ui.view,arch_db:hr_commission.view_settlement_form
msgid "Mark as invoiced"
msgstr ""

#. module: hr_commission
#: model:ir.model.fields,field_description:hr_commission.field_res_partner__employee_id
msgid "Related Employee"
msgstr ""

#. module: hr_commission
#: model:ir.model.fields.selection,name:hr_commission.selection__res_partner__agent_type__salesman
msgid "Salesman (employee)"
msgstr ""

#. module: hr_commission
#: model:ir.model,name:hr_commission.model_commission_settlement
msgid "Settlement"
msgstr ""

#. module: hr_commission
#. odoo-python
#: code:addons/hr_commission/models/res_partner.py:0
#, python-format
msgid ""
"There must one (and only one) employee linked to this partner. To do this, "
"go to 'Employees' and create an Employee with a 'Related User' under 'HR "
"Settings'."
msgstr ""

#. module: hr_commission
#: model:ir.model.fields,field_description:hr_commission.field_res_partner__agent_type
#: model:ir.model.fields,field_description:hr_commission.field_res_users__agent_type
msgid "Type"
msgstr ""

#. module: hr_commission
#. odoo-python
#: code:addons/hr_commission/models/hr_employee.py:0
#, python-format
msgid "You can't remove the user, as it's linked to a commission agent."
msgstr ""

0 comments on commit f76e057

Please sign in to comment.