-
-
Notifications
You must be signed in to change notification settings - Fork 334
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 (German)
- Loading branch information
1 parent
2ef7779
commit a263e68
Showing
1 changed file
with
74 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,74 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * helpdesk_mgmt_project | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 15.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"Last-Translator: Automatically generated\n" | ||
"Language-Team: none\n" | ||
"Language: de\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: helpdesk_mgmt_project | ||
#: model:ir.model.fields,help:helpdesk_mgmt_project.field_project_project__label_tickets | ||
#: model:ir.model.fields,help:helpdesk_mgmt_project.field_project_task__label_tickets | ||
msgid "Gives label to tickets on project's kanban view." | ||
msgstr "" | ||
|
||
#. module: helpdesk_mgmt_project | ||
#: model:ir.model,name:helpdesk_mgmt_project.model_helpdesk_ticket | ||
msgid "Helpdesk Ticket" | ||
msgstr "" | ||
|
||
#. module: helpdesk_mgmt_project | ||
#: model:ir.model.fields,field_description:helpdesk_mgmt_project.field_project_project__todo_ticket_count | ||
#: model:ir.model.fields,field_description:helpdesk_mgmt_project.field_project_task__todo_ticket_count | ||
msgid "Number of tickets" | ||
msgstr "" | ||
|
||
#. module: helpdesk_mgmt_project | ||
#: model_terms:ir.ui.view,arch_db:helpdesk_mgmt_project.view_project_search | ||
#: model_terms:ir.ui.view,arch_db:helpdesk_mgmt_project.view_task_search | ||
msgid "Open Tickets" | ||
msgstr "" | ||
|
||
#. module: helpdesk_mgmt_project | ||
#: model:ir.model,name:helpdesk_mgmt_project.model_project_project | ||
#: model:ir.model.fields,field_description:helpdesk_mgmt_project.field_helpdesk_ticket__project_id | ||
msgid "Project" | ||
msgstr "" | ||
|
||
#. module: helpdesk_mgmt_project | ||
#: model:ir.model,name:helpdesk_mgmt_project.model_project_task | ||
#: model:ir.model.fields,field_description:helpdesk_mgmt_project.field_helpdesk_ticket__task_id | ||
msgid "Task" | ||
msgstr "" | ||
|
||
#. module: helpdesk_mgmt_project | ||
#: model:ir.model.fields,field_description:helpdesk_mgmt_project.field_project_project__ticket_count | ||
#: model:ir.model.fields,field_description:helpdesk_mgmt_project.field_project_task__ticket_count | ||
msgid "Ticket Count" | ||
msgstr "" | ||
|
||
#. module: helpdesk_mgmt_project | ||
#: code:addons/helpdesk_mgmt_project/models/project.py:0 | ||
#: code:addons/helpdesk_mgmt_project/models/project_task.py:0 | ||
#: model:ir.actions.act_window,name:helpdesk_mgmt_project.ticket_action_from_project | ||
#: model:ir.model.fields,field_description:helpdesk_mgmt_project.field_project_project__ticket_ids | ||
#: model:ir.model.fields,field_description:helpdesk_mgmt_project.field_project_task__ticket_ids | ||
#: model_terms:ir.ui.view,arch_db:helpdesk_mgmt_project.edit_project | ||
#: model_terms:ir.ui.view,arch_db:helpdesk_mgmt_project.view_task_form2 | ||
#, python-format | ||
msgid "Tickets" | ||
msgstr "" | ||
|
||
#. module: helpdesk_mgmt_project | ||
#: model:ir.model.fields,field_description:helpdesk_mgmt_project.field_project_project__label_tickets | ||
#: model:ir.model.fields,field_description:helpdesk_mgmt_project.field_project_task__label_tickets | ||
msgid "Use Tickets as" | ||
msgstr "" |