Skip to content

Commit 2930224

Browse files
committed
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: queue-14.0/queue-14.0-queue_job Translate-URL: https://translation.odoo-community.org/projects/queue-14-0/queue-14-0-queue_job/
1 parent 9530c4c commit 2930224

File tree

2 files changed

+86
-12
lines changed

2 files changed

+86
-12
lines changed

queue_job/i18n/de.po

+43-6
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,12 @@ msgstr "Zeit der Einreihung"
200200
msgid "Enqueued"
201201
msgstr "Eingereiht"
202202

203+
#. module: queue_job
204+
#: model:ir.model.fields,field_description:queue_job.field_queue_job__exc_name
205+
#: model_terms:ir.ui.view,arch_db:queue_job.view_queue_job_search
206+
msgid "Exception"
207+
msgstr ""
208+
203209
#. module: queue_job
204210
#: model:ir.model.fields,field_description:queue_job.field_queue_job__exc_info
205211
msgid "Exception Info"
@@ -210,11 +216,31 @@ msgstr "Exception-Info"
210216
msgid "Exception Information"
211217
msgstr "Exception-Information"
212218

219+
#. module: queue_job
220+
#: model:ir.model.fields,field_description:queue_job.field_queue_job__exc_message
221+
msgid "Exception Message"
222+
msgstr ""
223+
224+
#. module: queue_job
225+
#: model_terms:ir.ui.view,arch_db:queue_job.view_queue_job_search
226+
msgid "Exception message"
227+
msgstr ""
228+
229+
#. module: queue_job
230+
#: model_terms:ir.ui.view,arch_db:queue_job.view_queue_job_form
231+
msgid "Exception:"
232+
msgstr ""
233+
213234
#. module: queue_job
214235
#: model:ir.model.fields,field_description:queue_job.field_queue_job__eta
215236
msgid "Execute only after"
216237
msgstr "Erst ausführen nach"
217238

239+
#. module: queue_job
240+
#: model:ir.model.fields,field_description:queue_job.field_queue_job__exec_time
241+
msgid "Execution Time (avg)"
242+
msgstr ""
243+
218244
#. module: queue_job
219245
#: model:ir.model.fields.selection,name:queue_job.selection__queue_job__state__failed
220246
#: model_terms:ir.ui.view,arch_db:queue_job.view_queue_job_search
@@ -367,6 +393,8 @@ msgstr "Job unterbrochen und als Erledigt markiert: Es ist nicht zu tun."
367393
#: model:ir.model.fields,field_description:queue_job.field_queue_requeue_job__job_ids
368394
#: model:ir.ui.menu,name:queue_job.menu_queue_job
369395
#: model_terms:ir.ui.view,arch_db:queue_job.view_queue_job_form
396+
#: model_terms:ir.ui.view,arch_db:queue_job.view_queue_job_graph
397+
#: model_terms:ir.ui.view,arch_db:queue_job.view_queue_job_pivot
370398
#: model_terms:ir.ui.view,arch_db:queue_job.view_queue_job_search
371399
msgid "Jobs"
372400
msgstr "Jobs"
@@ -447,6 +475,7 @@ msgstr "Methodenname"
447475
#. module: queue_job
448476
#: model:ir.model.fields,field_description:queue_job.field_queue_job__model_name
449477
#: model:ir.model.fields,field_description:queue_job.field_queue_job_function__model_id
478+
#: model_terms:ir.ui.view,arch_db:queue_job.view_queue_job_search
450479
msgid "Model"
451480
msgstr "Modell"
452481

@@ -519,11 +548,6 @@ msgstr "Das ist die Anzahl von Nachrichten mit Übermittlungsfehler"
519548
msgid "Number of unread messages"
520549
msgstr "Das ist die Anzahl von ungelesenen Nachrichten"
521550

522-
#. module: queue_job
523-
#: model:ir.model.fields,field_description:queue_job.field_queue_job__override_channel
524-
msgid "Override Channel"
525-
msgstr "Kanal überschreiben"
526-
527551
#. module: queue_job
528552
#: model:ir.model.fields,field_description:queue_job.field_queue_job_channel__parent_id
529553
msgid "Parent Channel"
@@ -571,7 +595,7 @@ msgstr "Job einreihen"
571595
#. module: queue_job
572596
#: code:addons/queue_job/models/queue_job.py:0
573597
#, python-format
574-
msgid "Queue jobs must created by calling 'with_delay()'."
598+
msgid "Queue jobs must be created by calling 'with_delay()'."
575599
msgstr ""
576600

577601
#. module: queue_job
@@ -760,6 +784,16 @@ msgstr "Die ausgewählten Jobs werden erneut eingereiht."
760784
msgid "The selected jobs will be set to done."
761785
msgstr "Die ausgewählten Jobs werden als Erledigt markiert."
762786

787+
#. module: queue_job
788+
#: model_terms:ir.ui.view,arch_db:queue_job.view_queue_job_form
789+
msgid "Time (s)"
790+
msgstr ""
791+
792+
#. module: queue_job
793+
#: model:ir.model.fields,help:queue_job.field_queue_job__exec_time
794+
msgid "Time required to execute this job in seconds. Average when grouped."
795+
msgstr ""
796+
763797
#. module: queue_job
764798
#: model:ir.model.fields,help:queue_job.field_queue_job__activity_exception_decoration
765799
msgid "Type of the exception activity on record."
@@ -824,6 +858,9 @@ msgstr "Assistent zur erneuten Einreihung einer Job-Auswahl"
824858
msgid "Worker Pid"
825859
msgstr ""
826860

861+
#~ msgid "Override Channel"
862+
#~ msgstr "Kanal überschreiben"
863+
827864
#~ msgid "If checked new messages require your attention."
828865
#~ msgstr ""
829866
#~ "Wenn es gesetzt ist, erfordern neue Nachrichten Ihre Aufmerksamkeit."

queue_job/i18n/zh_CN.po

+43-6
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,12 @@ msgstr "排队时间"
199199
msgid "Enqueued"
200200
msgstr "排队"
201201

202+
#. module: queue_job
203+
#: model:ir.model.fields,field_description:queue_job.field_queue_job__exc_name
204+
#: model_terms:ir.ui.view,arch_db:queue_job.view_queue_job_search
205+
msgid "Exception"
206+
msgstr ""
207+
202208
#. module: queue_job
203209
#: model:ir.model.fields,field_description:queue_job.field_queue_job__exc_info
204210
msgid "Exception Info"
@@ -209,11 +215,31 @@ msgstr "异常信息"
209215
msgid "Exception Information"
210216
msgstr "异常信息"
211217

218+
#. module: queue_job
219+
#: model:ir.model.fields,field_description:queue_job.field_queue_job__exc_message
220+
msgid "Exception Message"
221+
msgstr ""
222+
223+
#. module: queue_job
224+
#: model_terms:ir.ui.view,arch_db:queue_job.view_queue_job_search
225+
msgid "Exception message"
226+
msgstr ""
227+
228+
#. module: queue_job
229+
#: model_terms:ir.ui.view,arch_db:queue_job.view_queue_job_form
230+
msgid "Exception:"
231+
msgstr ""
232+
212233
#. module: queue_job
213234
#: model:ir.model.fields,field_description:queue_job.field_queue_job__eta
214235
msgid "Execute only after"
215236
msgstr "仅在此之后执行"
216237

238+
#. module: queue_job
239+
#: model:ir.model.fields,field_description:queue_job.field_queue_job__exec_time
240+
msgid "Execution Time (avg)"
241+
msgstr ""
242+
217243
#. module: queue_job
218244
#: model:ir.model.fields.selection,name:queue_job.selection__queue_job__state__failed
219245
#: model_terms:ir.ui.view,arch_db:queue_job.view_queue_job_search
@@ -365,6 +391,8 @@ msgstr "作业中断并设置为已完成:无需执行任何操作。"
365391
#: model:ir.model.fields,field_description:queue_job.field_queue_requeue_job__job_ids
366392
#: model:ir.ui.menu,name:queue_job.menu_queue_job
367393
#: model_terms:ir.ui.view,arch_db:queue_job.view_queue_job_form
394+
#: model_terms:ir.ui.view,arch_db:queue_job.view_queue_job_graph
395+
#: model_terms:ir.ui.view,arch_db:queue_job.view_queue_job_pivot
368396
#: model_terms:ir.ui.view,arch_db:queue_job.view_queue_job_search
369397
msgid "Jobs"
370398
msgstr "作业"
@@ -445,6 +473,7 @@ msgstr "方法名称"
445473
#. module: queue_job
446474
#: model:ir.model.fields,field_description:queue_job.field_queue_job__model_name
447475
#: model:ir.model.fields,field_description:queue_job.field_queue_job_function__model_id
476+
#: model_terms:ir.ui.view,arch_db:queue_job.view_queue_job_search
448477
msgid "Model"
449478
msgstr "模型"
450479

@@ -517,11 +546,6 @@ msgstr "递送错误消息数量"
517546
msgid "Number of unread messages"
518547
msgstr "未读消息数量"
519548

520-
#. module: queue_job
521-
#: model:ir.model.fields,field_description:queue_job.field_queue_job__override_channel
522-
msgid "Override Channel"
523-
msgstr "覆盖频道"
524-
525549
#. module: queue_job
526550
#: model:ir.model.fields,field_description:queue_job.field_queue_job_channel__parent_id
527551
msgid "Parent Channel"
@@ -569,7 +593,7 @@ msgstr "队列作业"
569593
#. module: queue_job
570594
#: code:addons/queue_job/models/queue_job.py:0
571595
#, python-format
572-
msgid "Queue jobs must created by calling 'with_delay()'."
596+
msgid "Queue jobs must be created by calling 'with_delay()'."
573597
msgstr ""
574598

575599
#. module: queue_job
@@ -755,6 +779,16 @@ msgstr "所选作业将重新排队。"
755779
msgid "The selected jobs will be set to done."
756780
msgstr "所选作业将设置为完成。"
757781

782+
#. module: queue_job
783+
#: model_terms:ir.ui.view,arch_db:queue_job.view_queue_job_form
784+
msgid "Time (s)"
785+
msgstr ""
786+
787+
#. module: queue_job
788+
#: model:ir.model.fields,help:queue_job.field_queue_job__exec_time
789+
msgid "Time required to execute this job in seconds. Average when grouped."
790+
msgstr ""
791+
758792
#. module: queue_job
759793
#: model:ir.model.fields,help:queue_job.field_queue_job__activity_exception_decoration
760794
msgid "Type of the exception activity on record."
@@ -819,6 +853,9 @@ msgstr "重新排队向导所选的作业"
819853
msgid "Worker Pid"
820854
msgstr ""
821855

856+
#~ msgid "Override Channel"
857+
#~ msgstr "覆盖频道"
858+
822859
#~ msgid "If checked new messages require your attention."
823860
#~ msgstr "查看是否有需要留意的新消息。"
824861

0 commit comments

Comments
 (0)