-
-
Notifications
You must be signed in to change notification settings - Fork 343
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added translation using Weblate (Turkish)
- Loading branch information
1 parent
d4b5f2d
commit ea72e8e
Showing
1 changed file
with
76 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 17.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 "" |