Skip to content

Commit 4c2a43c

Browse files
authored
Merge pull request #1316 from OCA/18.0
Syncing from upstream OCA/project (18.0)
2 parents 99c8c9a + d48aecd commit 4c2a43c

File tree

1 file changed

+136
-0
lines changed
  • project_task_stage_auto_state/i18n

1 file changed

+136
-0
lines changed
Lines changed: 136 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,136 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * project_task_stage_auto_state
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 18.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"Last-Translator: Automatically generated\n"
10+
"Language-Team: none\n"
11+
"Language: it\n"
12+
"MIME-Version: 1.0\n"
13+
"Content-Type: text/plain; charset=UTF-8\n"
14+
"Content-Transfer-Encoding: \n"
15+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
16+
17+
#. module: project_task_stage_auto_state
18+
#: model:ir.model.fields,field_description:project_task_stage_auto_state.field_project_task_type__allow_cancel_from_approved
19+
msgid "Allow Cancel from Approved"
20+
msgstr ""
21+
22+
#. module: project_task_stage_auto_state
23+
#: model:ir.model.fields,field_description:project_task_stage_auto_state.field_project_task_type__allow_cancel_from_changes_requested
24+
msgid "Allow Cancel from Changes Requested"
25+
msgstr ""
26+
27+
#. module: project_task_stage_auto_state
28+
#: model:ir.model.fields,field_description:project_task_stage_auto_state.field_project_task_type__allow_cancel_from_in_progress
29+
msgid "Allow Cancel from In Progress"
30+
msgstr ""
31+
32+
#. module: project_task_stage_auto_state
33+
#: model:ir.model.fields,field_description:project_task_stage_auto_state.field_project_task_type__allow_cancel_from_waiting
34+
msgid "Allow Cancel from Waiting"
35+
msgstr ""
36+
37+
#. module: project_task_stage_auto_state
38+
#: model:ir.model.fields,field_description:project_task_stage_auto_state.field_project_task_type__allow_done_from_approved
39+
msgid "Allow Done from Approved"
40+
msgstr ""
41+
42+
#. module: project_task_stage_auto_state
43+
#: model:ir.model.fields,field_description:project_task_stage_auto_state.field_project_task_type__allow_done_from_changes_requested
44+
msgid "Allow Done from Changes Requested"
45+
msgstr ""
46+
47+
#. module: project_task_stage_auto_state
48+
#: model:ir.model.fields,field_description:project_task_stage_auto_state.field_project_task_type__allow_done_from_in_progress
49+
msgid "Allow Done from In Progress"
50+
msgstr ""
51+
52+
#. module: project_task_stage_auto_state
53+
#: model:ir.model.fields,field_description:project_task_stage_auto_state.field_project_task_type__allow_done_from_waiting
54+
msgid "Allow Done from Waiting"
55+
msgstr ""
56+
57+
#. module: project_task_stage_auto_state
58+
#: model:ir.model.constraint,message:project_task_stage_auto_state.constraint_project_task_type_check_auto_cancel_days
59+
msgid "Auto Cancel days must be non-negative."
60+
msgstr ""
61+
62+
#. module: project_task_stage_auto_state
63+
#: model:ir.model.constraint,message:project_task_stage_auto_state.constraint_project_task_type_check_auto_done_days
64+
msgid "Auto Done days must be non-negative."
65+
msgstr ""
66+
67+
#. module: project_task_stage_auto_state
68+
#: model_terms:ir.ui.view,arch_db:project_task_stage_auto_state.project_task_type_form_view_inherit
69+
msgid "Auto-Cancel"
70+
msgstr ""
71+
72+
#. module: project_task_stage_auto_state
73+
#: model_terms:ir.ui.view,arch_db:project_task_stage_auto_state.project_task_type_form_view_inherit
74+
msgid "Auto-Done"
75+
msgstr ""
76+
77+
#. module: project_task_stage_auto_state
78+
#: model:ir.model.fields,field_description:project_task_stage_auto_state.field_project_task_type__auto_cancel_days
79+
msgid "Auto-cancel after days"
80+
msgstr ""
81+
82+
#. module: project_task_stage_auto_state
83+
#: model:ir.model.fields,field_description:project_task_stage_auto_state.field_project_task_type__auto_done_days
84+
msgid "Auto-mark as done after days"
85+
msgstr ""
86+
87+
#. module: project_task_stage_auto_state
88+
#: model:ir.model.fields,help:project_task_stage_auto_state.field_project_task_type__auto_cancel_days
89+
msgid ""
90+
"Automatically cancel tasks after staying in this stage for the specified "
91+
"number of days. Set to 0 to disable this feature."
92+
msgstr ""
93+
94+
#. module: project_task_stage_auto_state
95+
#: model:ir.model.fields,help:project_task_stage_auto_state.field_project_task_type__auto_done_days
96+
msgid ""
97+
"Automatically mark tasks as done after staying in this stage for the "
98+
"specified number of days. Set to 0 to disable this feature."
99+
msgstr ""
100+
101+
#. module: project_task_stage_auto_state
102+
#: model:ir.actions.server,name:project_task_stage_auto_state.ir_cron_auto_change_task_state_ir_actions_server
103+
msgid "Project: Auto-change task state by stage"
104+
msgstr ""
105+
106+
#. module: project_task_stage_auto_state
107+
#: model:ir.model,name:project_task_stage_auto_state.model_project_task
108+
msgid "Task"
109+
msgstr ""
110+
111+
#. module: project_task_stage_auto_state
112+
#: model:ir.model,name:project_task_stage_auto_state.model_project_task_type
113+
msgid "Task Stage"
114+
msgstr ""
115+
116+
#. module: project_task_stage_auto_state
117+
#. odoo-python
118+
#: code:addons/project_task_stage_auto_state/models/project_task.py:0
119+
msgid "Task automatically %(mode)s after %(days)i days in stage '%(stage)s'."
120+
msgstr ""
121+
122+
#. module: project_task_stage_auto_state
123+
#. odoo-python
124+
#: code:addons/project_task_stage_auto_state/models/project_task_type.py:0
125+
msgid ""
126+
"When 'Auto-cancel after days' is set for stage '%(stage)s', at least one "
127+
"state must be selected to allow auto-cancel."
128+
msgstr ""
129+
130+
#. module: project_task_stage_auto_state
131+
#. odoo-python
132+
#: code:addons/project_task_stage_auto_state/models/project_task_type.py:0
133+
msgid ""
134+
"When 'Auto-mark as done after days' is set for stage '%(stage)s', at least "
135+
"one state must be selected to allow marking as done."
136+
msgstr ""

0 commit comments

Comments
 (0)