Skip to content

Commit 8da22fc

Browse files
committed
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: queue-19.0/queue-19.0-queue_job Translate-URL: https://translation.odoo-community.org/projects/queue-19-0/queue-19-0-queue_job/
1 parent 304179d commit 8da22fc

8 files changed

Lines changed: 447 additions & 207 deletions

File tree

queue_job/i18n/de.po

Lines changed: 39 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,19 @@ msgstr "Aktivitätsstatus"
5555
msgid "Activity Type Icon"
5656
msgstr "Icon für Aktivitätstyp"
5757

58+
#. module: queue_job
59+
#: model:ir.model.fields,field_description:queue_job.field_queue_job_function__allow_commit
60+
msgid "Allow Commit"
61+
msgstr ""
62+
63+
#. module: queue_job
64+
#: model:ir.model.fields,help:queue_job.field_queue_job_function__allow_commit
65+
msgid ""
66+
"Allows the job to commit transactions during execution. Under the hood, this "
67+
"executes the job in a new database cursor, which incurs an overhead as it "
68+
"requires an extra connection to the database. "
69+
msgstr ""
70+
5871
#. module: queue_job
5972
#: model:ir.model.fields,field_description:queue_job.field_queue_job__args
6073
msgid "Args"
@@ -107,7 +120,7 @@ msgstr ""
107120
#. module: queue_job
108121
#. odoo-python
109122
#: code:addons/queue_job/models/queue_job.py:0
110-
msgid "Cancelled by {}"
123+
msgid "Cancelled by %s"
111124
msgstr ""
112125

113126
#. module: queue_job
@@ -224,6 +237,7 @@ msgid "Description"
224237
msgstr "Beschreibung"
225238

226239
#. module: queue_job
240+
#: model:ir.model.fields,field_description:queue_job.field_ir_model_fields__display_name
227241
#: model:ir.model.fields,field_description:queue_job.field_queue_job__display_name
228242
#: model:ir.model.fields,field_description:queue_job.field_queue_job_channel__display_name
229243
#: model:ir.model.fields,field_description:queue_job.field_queue_job_function__display_name
@@ -343,18 +357,13 @@ msgstr ""
343357
msgid "Graph UUID"
344358
msgstr ""
345359

346-
#. module: queue_job
347-
#: model_terms:ir.ui.view,arch_db:queue_job.view_queue_job_function_search
348-
#: model_terms:ir.ui.view,arch_db:queue_job.view_queue_job_search
349-
msgid "Group By"
350-
msgstr "Gruppieren nach"
351-
352360
#. module: queue_job
353361
#: model:ir.model.fields,field_description:queue_job.field_queue_job__has_message
354362
msgid "Has Message"
355363
msgstr ""
356364

357365
#. module: queue_job
366+
#: model:ir.model.fields,field_description:queue_job.field_ir_model_fields__id
358367
#: model:ir.model.fields,field_description:queue_job.field_queue_job__id
359368
#: model:ir.model.fields,field_description:queue_job.field_queue_job_channel__id
360369
#: model:ir.model.fields,field_description:queue_job.field_queue_job_function__id
@@ -396,7 +405,7 @@ msgstr ""
396405
#. module: queue_job
397406
#. odoo-python
398407
#: code:addons/queue_job/models/queue_job_function.py:0
399-
msgid "Invalid job function: {}"
408+
msgid "Invalid job function: %s"
400409
msgstr ""
401410

402411
#. module: queue_job
@@ -428,6 +437,7 @@ msgstr "Job-Funktionen"
428437
#. module: queue_job
429438
#: model:ir.module.category,name:queue_job.module_category_queue_job
430439
#: model:ir.ui.menu,name:queue_job.menu_queue_job_root
440+
#: model:res.groups.privilege,name:queue_job.privilege_queue_job
431441
msgid "Job Queue"
432442
msgstr "Job-Warteschlange"
433443

@@ -506,8 +516,8 @@ msgstr "Zuletzt aktualisiert am"
506516
#. module: queue_job
507517
#. odoo-python
508518
#: code:addons/queue_job/models/queue_job.py:0
509-
msgid "Manually set to done by {}"
510-
msgstr ""
519+
msgid "Manually set to done by %s"
520+
msgstr "Manuell als erledigt markiert von: %s"
511521

512522
#. module: queue_job
513523
#: model:ir.model.fields,field_description:queue_job.field_queue_job__max_retries
@@ -544,8 +554,8 @@ msgstr "Modell"
544554
#. module: queue_job
545555
#. odoo-python
546556
#: code:addons/queue_job/models/queue_job_function.py:0
547-
msgid "Model {} not found"
548-
msgstr "Modell {} nicht gefunden"
557+
msgid "Model %s not found"
558+
msgstr ""
549559

550560
#. module: queue_job
551561
#: model:ir.model.fields,field_description:queue_job.field_queue_job__my_activity_date_deadline
@@ -582,7 +592,7 @@ msgstr "Für diesen Job ist keine Aktion verfügbar"
582592
#. module: queue_job
583593
#. odoo-python
584594
#: code:addons/queue_job/models/queue_job.py:0
585-
msgid "Not allowed to change field(s): {}"
595+
msgid "Not allowed to change field(s): %s"
586596
msgstr ""
587597

588598
#. module: queue_job
@@ -881,17 +891,17 @@ msgstr "UUID"
881891
#. odoo-python
882892
#: code:addons/queue_job/models/queue_job_function.py:0
883893
msgid ""
884-
"Unexpected format of Related Action for {}.\n"
894+
"Unexpected format of Related Action for %s.\n"
885895
"Example of valid format:\n"
886-
"{{\"enable\": True, \"func_name\": \"related_action_foo\", "
887-
"\"kwargs\" {{\"limit\": 10}}}}"
896+
"{{\"enable\": True, \"func_name\": \"related_action_foo\", \"kwargs\" "
897+
"{{\"limit\": 10}}}}"
888898
msgstr ""
889899

890900
#. module: queue_job
891901
#. odoo-python
892902
#: code:addons/queue_job/models/queue_job_function.py:0
893903
msgid ""
894-
"Unexpected format of Retry Pattern for {}.\n"
904+
"Unexpected format of Retry Pattern for %s.\n"
895905
"Example of valid formats:\n"
896906
"{{1: 300, 5: 600, 10: 1200, 15: 3000}}\n"
897907
"{{1: (1, 10), 5: (11, 20), 10: (21, 30), 15: (100, 300)}}"
@@ -918,6 +928,18 @@ msgstr "Assistent zur erneuten Einreihung einer Job-Auswahl"
918928
msgid "Worker Pid"
919929
msgstr ""
920930

931+
#. module: queue_job
932+
#. odoo-python
933+
#: code:addons/queue_job/models/queue_job.py:0
934+
msgid "id"
935+
msgstr ""
936+
937+
#~ msgid "Group By"
938+
#~ msgstr "Gruppieren nach"
939+
940+
#~ msgid "Model {} not found"
941+
#~ msgstr "Modell {} nicht gefunden"
942+
921943
#~ msgid "If both parameters are 0, ALL jobs will be requeued!"
922944
#~ msgstr "Wenn beide Parameter 0 sind, werden ALLE Jobs neu eingereiht!"
923945

@@ -928,10 +950,6 @@ msgstr ""
928950
#~ msgid "Job interrupted and set to Done: nothing to do."
929951
#~ msgstr "Job unterbrochen und als Erledigt markiert: Es ist nicht zu tun."
930952

931-
#, python-format
932-
#~ msgid "Manually set to done by %s"
933-
#~ msgstr "Manuell als erledigt markiert von: %s"
934-
935953
#~ msgid "Record"
936954
#~ msgstr "Datensatz"
937955

queue_job/i18n/es.po

Lines changed: 59 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,19 @@ msgstr "Estado de la actividad"
5858
msgid "Activity Type Icon"
5959
msgstr "Icono de tipo de actividad"
6060

61+
#. module: queue_job
62+
#: model:ir.model.fields,field_description:queue_job.field_queue_job_function__allow_commit
63+
msgid "Allow Commit"
64+
msgstr ""
65+
66+
#. module: queue_job
67+
#: model:ir.model.fields,help:queue_job.field_queue_job_function__allow_commit
68+
msgid ""
69+
"Allows the job to commit transactions during execution. Under the hood, this "
70+
"executes the job in a new database cursor, which incurs an overhead as it "
71+
"requires an extra connection to the database. "
72+
msgstr ""
73+
6174
#. module: queue_job
6275
#: model:ir.model.fields,field_description:queue_job.field_queue_job__args
6376
msgid "Args"
@@ -110,8 +123,8 @@ msgstr "Cancelada"
110123
#. module: queue_job
111124
#. odoo-python
112125
#: code:addons/queue_job/models/queue_job.py:0
113-
msgid "Cancelled by {}"
114-
msgstr ""
126+
msgid "Cancelled by %s"
127+
msgstr "Cancelado por %s"
115128

116129
#. module: queue_job
117130
#. odoo-python
@@ -227,6 +240,7 @@ msgid "Description"
227240
msgstr "Descripción"
228241

229242
#. module: queue_job
243+
#: model:ir.model.fields,field_description:queue_job.field_ir_model_fields__display_name
230244
#: model:ir.model.fields,field_description:queue_job.field_queue_job__display_name
231245
#: model:ir.model.fields,field_description:queue_job.field_queue_job_channel__display_name
232246
#: model:ir.model.fields,field_description:queue_job.field_queue_job_function__display_name
@@ -346,18 +360,13 @@ msgstr "Nº de gráfico de trabajos"
346360
msgid "Graph UUID"
347361
msgstr "UUID del Gráfico"
348362

349-
#. module: queue_job
350-
#: model_terms:ir.ui.view,arch_db:queue_job.view_queue_job_function_search
351-
#: model_terms:ir.ui.view,arch_db:queue_job.view_queue_job_search
352-
msgid "Group By"
353-
msgstr "Agrupar por"
354-
355363
#. module: queue_job
356364
#: model:ir.model.fields,field_description:queue_job.field_queue_job__has_message
357365
msgid "Has Message"
358366
msgstr "Tiene un mensaje"
359367

360368
#. module: queue_job
369+
#: model:ir.model.fields,field_description:queue_job.field_ir_model_fields__id
361370
#: model:ir.model.fields,field_description:queue_job.field_queue_job__id
362371
#: model:ir.model.fields,field_description:queue_job.field_queue_job_channel__id
363372
#: model:ir.model.fields,field_description:queue_job.field_queue_job_function__id
@@ -397,8 +406,8 @@ msgstr "Si se encuentra seleccionado, algunos mensajes tienen error de envío."
397406
#. module: queue_job
398407
#. odoo-python
399408
#: code:addons/queue_job/models/queue_job_function.py:0
400-
msgid "Invalid job function: {}"
401-
msgstr "Función del trabajo no válida: {}"
409+
msgid "Invalid job function: %s"
410+
msgstr ""
402411

403412
#. module: queue_job
404413
#: model:ir.model.fields,field_description:queue_job.field_queue_job__message_is_follower
@@ -429,6 +438,7 @@ msgstr "Funciones de los trabajos"
429438
#. module: queue_job
430439
#: model:ir.module.category,name:queue_job.module_category_queue_job
431440
#: model:ir.ui.menu,name:queue_job.menu_queue_job_root
441+
#: model:res.groups.privilege,name:queue_job.privilege_queue_job
432442
msgid "Job Queue"
433443
msgstr "Cola de trabajos"
434444

@@ -507,8 +517,8 @@ msgstr "Última actualización el"
507517
#. module: queue_job
508518
#. odoo-python
509519
#: code:addons/queue_job/models/queue_job.py:0
510-
msgid "Manually set to done by {}"
511-
msgstr ""
520+
msgid "Manually set to done by %s"
521+
msgstr "Marcado como hecho a mano por %s"
512522

513523
#. module: queue_job
514524
#: model:ir.model.fields,field_description:queue_job.field_queue_job__max_retries
@@ -545,8 +555,8 @@ msgstr "Modelo"
545555
#. module: queue_job
546556
#. odoo-python
547557
#: code:addons/queue_job/models/queue_job_function.py:0
548-
msgid "Model {} not found"
549-
msgstr "No se ha encontrado el modelo {}"
558+
msgid "Model %s not found"
559+
msgstr ""
550560

551561
#. module: queue_job
552562
#: model:ir.model.fields,field_description:queue_job.field_queue_job__my_activity_date_deadline
@@ -583,8 +593,8 @@ msgstr "No hay ninguna acción disponible para este trabajo"
583593
#. module: queue_job
584594
#. odoo-python
585595
#: code:addons/queue_job/models/queue_job.py:0
586-
msgid "Not allowed to change field(s): {}"
587-
msgstr "No se permite cambiar los campos: {}"
596+
msgid "Not allowed to change field(s): %s"
597+
msgstr ""
588598

589599
#. module: queue_job
590600
#: model:ir.model.fields,field_description:queue_job.field_queue_job__message_needaction_counter
@@ -893,21 +903,17 @@ msgstr "UUID"
893903
#. odoo-python
894904
#: code:addons/queue_job/models/queue_job_function.py:0
895905
msgid ""
896-
"Unexpected format of Related Action for {}.\n"
906+
"Unexpected format of Related Action for %s.\n"
897907
"Example of valid format:\n"
898-
"{{\"enable\": True, \"func_name\": \"related_action_foo\", "
899-
"\"kwargs\" {{\"limit\": 10}}}}"
908+
"{{\"enable\": True, \"func_name\": \"related_action_foo\", \"kwargs\" "
909+
"{{\"limit\": 10}}}}"
900910
msgstr ""
901-
"Formato inesperado en la acción relacionada con {}.\n"
902-
"Ejemplo de un formato válido:\n"
903-
"{{\"enable\": True, \"func_name\": \"related_action_foo\", "
904-
"\"kwargs\" {{\"limit\": 10}}}}"
905911

906912
#. module: queue_job
907913
#. odoo-python
908914
#: code:addons/queue_job/models/queue_job_function.py:0
909915
msgid ""
910-
"Unexpected format of Retry Pattern for {}.\n"
916+
"Unexpected format of Retry Pattern for %s.\n"
911917
"Example of valid formats:\n"
912918
"{{1: 300, 5: 600, 10: 1200, 15: 3000}}\n"
913919
"{{1: (1, 10), 5: (11, 20), 10: (21, 30), 15: (100, 300)}}"
@@ -934,6 +940,35 @@ msgstr "Asistente para volver a poner en cola una selección de trabajos"
934940
msgid "Worker Pid"
935941
msgstr "Pid del trabajador"
936942

943+
#. module: queue_job
944+
#. odoo-python
945+
#: code:addons/queue_job/models/queue_job.py:0
946+
msgid "id"
947+
msgstr ""
948+
949+
#~ msgid "Group By"
950+
#~ msgstr "Agrupar por"
951+
952+
#~ msgid "Invalid job function: {}"
953+
#~ msgstr "Función del trabajo no válida: {}"
954+
955+
#~ msgid "Model {} not found"
956+
#~ msgstr "No se ha encontrado el modelo {}"
957+
958+
#~ msgid "Not allowed to change field(s): {}"
959+
#~ msgstr "No se permite cambiar los campos: {}"
960+
961+
#~ msgid ""
962+
#~ "Unexpected format of Related Action for {}.\n"
963+
#~ "Example of valid format:\n"
964+
#~ "{{\"enable\": True, \"func_name\": \"related_action_foo\", \"kwargs\" "
965+
#~ "{{\"limit\": 10}}}}"
966+
#~ msgstr ""
967+
#~ "Formato inesperado en la acción relacionada con {}.\n"
968+
#~ "Ejemplo de un formato válido:\n"
969+
#~ "{{\"enable\": True, \"func_name\": \"related_action_foo\", \"kwargs\" "
970+
#~ "{{\"limit\": 10}}}}"
971+
937972
#~ msgid "If both parameters are 0, ALL jobs will be requeued!"
938973
#~ msgstr ""
939974
#~ "Si ambos parámetros son 0, ¡TODOS los trabajos se volverán a poner en la "
@@ -948,18 +983,10 @@ msgstr "Pid del trabajador"
948983
#~ msgid "SMS Delivery error"
949984
#~ msgstr "Error de entrega del SMS"
950985

951-
#, python-format
952-
#~ msgid "Cancelled by %s"
953-
#~ msgstr "Cancelado por %s"
954-
955986
#, python-format
956987
#~ msgid "Job interrupted and set to Done: nothing to do."
957988
#~ msgstr "Trabajo interrumpido y marcado como hecho: nada que hacer."
958989

959-
#, python-format
960-
#~ msgid "Manually set to done by %s"
961-
#~ msgstr "Marcado como hecho a mano por %s"
962-
963990
#~ msgid "Record"
964991
#~ msgstr "Registro"
965992

0 commit comments

Comments
 (0)