pgbus 0.2.1 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +88 -25
  3. data/app/controllers/pgbus/api/insights_controller.rb +5 -4
  4. data/app/controllers/pgbus/application_controller.rb +40 -0
  5. data/app/controllers/pgbus/insights_controller.rb +3 -2
  6. data/app/controllers/pgbus/locale_controller.rb +15 -0
  7. data/app/helpers/pgbus/application_helper.rb +67 -7
  8. data/app/views/layouts/pgbus/application.html.erb +51 -16
  9. data/app/views/pgbus/dashboard/_processes_table.html.erb +7 -7
  10. data/app/views/pgbus/dashboard/_queues_table.html.erb +9 -9
  11. data/app/views/pgbus/dashboard/_recent_failures.html.erb +7 -7
  12. data/app/views/pgbus/dashboard/_stats_cards.html.erb +10 -10
  13. data/app/views/pgbus/dashboard/show.html.erb +1 -1
  14. data/app/views/pgbus/dead_letter/_messages_table.html.erb +20 -20
  15. data/app/views/pgbus/dead_letter/index.html.erb +5 -5
  16. data/app/views/pgbus/dead_letter/show.html.erb +12 -12
  17. data/app/views/pgbus/events/index.html.erb +11 -11
  18. data/app/views/pgbus/events/show.html.erb +6 -6
  19. data/app/views/pgbus/insights/show.html.erb +41 -21
  20. data/app/views/pgbus/jobs/_enqueued_table.html.erb +20 -20
  21. data/app/views/pgbus/jobs/_failed_table.html.erb +12 -12
  22. data/app/views/pgbus/jobs/index.html.erb +5 -5
  23. data/app/views/pgbus/jobs/show.html.erb +13 -13
  24. data/app/views/pgbus/locks/index.html.erb +11 -11
  25. data/app/views/pgbus/outbox/index.html.erb +15 -15
  26. data/app/views/pgbus/processes/_processes_table.html.erb +8 -8
  27. data/app/views/pgbus/processes/index.html.erb +1 -1
  28. data/app/views/pgbus/queues/_queues_list.html.erb +15 -15
  29. data/app/views/pgbus/queues/index.html.erb +1 -1
  30. data/app/views/pgbus/queues/show.html.erb +11 -11
  31. data/app/views/pgbus/recurring_tasks/_tasks_table.html.erb +15 -15
  32. data/app/views/pgbus/recurring_tasks/index.html.erb +2 -2
  33. data/app/views/pgbus/recurring_tasks/show.html.erb +21 -21
  34. data/config/i18n-tasks.yml +41 -0
  35. data/config/locales/da.yml +348 -0
  36. data/config/locales/de.yml +348 -0
  37. data/config/locales/en.yml +348 -0
  38. data/config/locales/es.yml +348 -0
  39. data/config/locales/fi.yml +348 -0
  40. data/config/locales/fr.yml +348 -0
  41. data/config/locales/it.yml +348 -0
  42. data/config/locales/ja.yml +348 -0
  43. data/config/locales/nb.yml +348 -0
  44. data/config/locales/nl.yml +348 -0
  45. data/config/locales/pt.yml +348 -0
  46. data/config/locales/sv.yml +348 -0
  47. data/config/routes.rb +2 -0
  48. data/lib/pgbus/configuration.rb +8 -2
  49. data/lib/pgbus/engine.rb +4 -0
  50. data/lib/pgbus/version.rb +1 -1
  51. metadata +15 -1
@@ -0,0 +1,348 @@
1
+ ---
2
+ nl:
3
+ pgbus:
4
+ dashboard:
5
+ processes_table:
6
+ empty: Geen processen actief
7
+ headers:
8
+ host: Host
9
+ kind: Type
10
+ pid: PID
11
+ status: Status
12
+ title: Actieve processen
13
+ queues_table:
14
+ empty: Geen wachtrijen gevonden
15
+ headers:
16
+ depth: Diepte
17
+ oldest: Oudste (s)
18
+ queue: Wachtrij
19
+ total: Totaal
20
+ visible: Zichtbaar
21
+ title: Wachtrijen
22
+ view_all: Bekijk alles
23
+ recent_failures:
24
+ empty: Geen fouten
25
+ headers:
26
+ error: Fout
27
+ queue: Wachtrij
28
+ when: Wanneer
29
+ title: Recente fouten
30
+ view_all: Bekijk alles
31
+ show:
32
+ title: Dashboard
33
+ stats_cards:
34
+ enqueued: In de wachtrij geplaatst
35
+ failed_dlq: Mislukt / DLQ
36
+ processes: Processen
37
+ queues: Wachtrijen
38
+ recurring: Terugkerend
39
+ throughput: Doorvoer
40
+ throughput_unit: berichten/s
41
+ view_tasks: Bekijk taken
42
+ visible: zichtbaar
43
+ dead_letter:
44
+ index:
45
+ discard_all: Alles weggooien
46
+ discard_all_confirm: Alle DLQ-berichten permanent verwijderen?
47
+ retry_all: Alles opnieuw proberen
48
+ retry_all_confirm: Alle DLQ-berichten opnieuw proberen?
49
+ title: Dead Letter Queue
50
+ messages_table:
51
+ arguments: Argumenten
52
+ discard: Weggooien
53
+ discard_confirm: Permanent verwijderen?
54
+ empty: Dead letter queue is leeg
55
+ full_json_payload: Volledige JSON-inhoud
56
+ headers:
57
+ enqueued: In de wachtrij geplaatst
58
+ id: ID
59
+ job_class: Taakklasse
60
+ reads: Leest
61
+ source_queue: Bronwachtrij
62
+ headers_section: Headers
63
+ job_id: 'Taak-ID:'
64
+ metadata: Metadata
65
+ metadata_labels:
66
+ executions: 'Uitvoeringen:'
67
+ last_read: 'Laatst gelezen:'
68
+ priority: 'Prioriteit:'
69
+ queue: 'Wachtrij:'
70
+ visible_at: 'Zichtbaar op:'
71
+ retry: Opnieuw proberen
72
+ show:
73
+ back: Terug naar DLQ
74
+ discard: Verwerpen
75
+ discard_confirm: Permanent verwerpen?
76
+ headers: Headers
77
+ labels:
78
+ enqueued_at: In de wachtrij geplaatst op
79
+ read_count: Aantal keer gelezen
80
+ source_queue: Bronwachtrij
81
+ visibility_timeout: Zichtbaarheidstijdlimiet
82
+ not_found: Bericht niet gevonden
83
+ payload: Inhoud
84
+ retry: Opnieuw proberen
85
+ title: 'DLQ Bericht #%{id}'
86
+ events:
87
+ index:
88
+ processed_empty: Nog geen gebeurtenissen verwerkt
89
+ processed_headers:
90
+ event_id: Gebeurtenis ID
91
+ handler: Handler
92
+ processed_at: Verwerkt op
93
+ processed_title: Verwerkte gebeurtenissen
94
+ subscribers_empty: Geen geregistreerde abonnees
95
+ subscribers_headers:
96
+ handler: Handler
97
+ pattern: Patroon
98
+ queue: Wachtrij
99
+ subscribers_title: Geregistreerde abonnees
100
+ title: Gebeurtenissen
101
+ show:
102
+ back: Terug naar gebeurtenissen
103
+ labels:
104
+ event_id: Gebeurtenis ID
105
+ handler: Handler
106
+ processed_at: Verwerkt op
107
+ not_found: Gebeurtenis niet gevonden
108
+ title: Gebeurtenis %{event_id}
109
+ helpers:
110
+ paused_badge: Gepauzeerd
111
+ queue_badge:
112
+ dlq: DLQ
113
+ queue: Wachtrij
114
+ recurring_health:
115
+ active: Actief
116
+ pending: In afwachting
117
+ status_badge:
118
+ healthy: Gezond
119
+ stale: Verouderd
120
+ insights:
121
+ show:
122
+ charts:
123
+ failed_to_load: Fout bij laden grafiekgegevens
124
+ no_data: Nog geen gegevens
125
+ series_name: Taken/min
126
+ status_distribution: Statusverdeling
127
+ throughput: Doorvoer (taken/min)
128
+ description_html: Prestatie-indicatoren voor de laatste %{range}
129
+ slowest:
130
+ empty: Nog geen taakstatistieken
131
+ headers:
132
+ avg: Gemiddeld
133
+ count: Aantal
134
+ job_class: Taakklasse
135
+ max: Maximaal
136
+ title: Langzaamste Taakklassen (gem. duur)
137
+ summary:
138
+ avg_duration: Gem. Duur
139
+ dead_lettered: Dead Lettered
140
+ failed: Mislukt
141
+ max_duration: Maximale Duur
142
+ succeeded: Geslaagd
143
+ total_jobs: Totaal Taken
144
+ time_ranges:
145
+ 1h: 1u
146
+ 24h: 24u
147
+ 30d: 30d
148
+ 7d: 7d
149
+ title: Inzichten
150
+ jobs:
151
+ enqueued_table:
152
+ arguments: Argumenten
153
+ empty: Geen in de wachtrij geplaatste taken
154
+ full_json_payload: Volledige JSON payload
155
+ headers:
156
+ enqueued: In de wachtrij geplaatst
157
+ id: ID
158
+ job_class: Taakklasse
159
+ queue: Wachtrij
160
+ reads: Leest
161
+ headers_section: Headers
162
+ job_id: 'Taak ID:'
163
+ metadata: Metadata
164
+ metadata_labels:
165
+ last_read: 'Laatst gelezen:'
166
+ locale: 'Locale:'
167
+ priority: 'Prioriteit:'
168
+ queue: 'Wachtrij:'
169
+ scheduled: 'Gepland:'
170
+ timezone: 'Tijdzone:'
171
+ visible_at: 'Zichtbaar op:'
172
+ title: Taken in de wachtrij
173
+ failed_table:
174
+ discard: Verwijderen
175
+ discard_confirm: Deze taak verwijderen?
176
+ empty: Geen mislukte taken
177
+ headers:
178
+ actions: Acties
179
+ error: Fout
180
+ failed: Mislukt
181
+ id: ID
182
+ queue: Wachtrij
183
+ retries: Herhalingen
184
+ retry: Opnieuw proberen
185
+ title: Mislukte Taken
186
+ index:
187
+ discard_all: Alles Verwijderen
188
+ discard_all_confirm: Alle mislukte taken verwijderen?
189
+ retry_all: Alles Opnieuw Proberen
190
+ retry_all_confirm: Alle mislukte taken opnieuw proberen?
191
+ title: Taken
192
+ show:
193
+ back: Terug naar Taken
194
+ backtrace: Stacktrace
195
+ discard: Verwijderen
196
+ discard_confirm: Deze taak permanent verwijderen?
197
+ error_message: Foutmelding
198
+ labels:
199
+ error_class: Foutklasse
200
+ failed_at: Mislukt bij
201
+ queue: Wachtrij
202
+ retry_count: Aantal pogingen
203
+ not_found: Taak niet gevonden
204
+ payload: Payload
205
+ retry: Opnieuw proberen
206
+ title: 'Mislukte taak #%{id}'
207
+ layout:
208
+ brand: Pgbus
209
+ nav:
210
+ dashboard: Dashboard
211
+ dlq: DLQ
212
+ events: Evenementen
213
+ insights: Inzichten
214
+ jobs: Taken
215
+ locks: Vergrendelingen
216
+ outbox: Uitgaande berichten
217
+ processes: Processen
218
+ queues: Wachtrijen
219
+ recurring: Terugkerend
220
+ title: Pgbus Dashboard
221
+ toggle_dark_mode: Donkere modus schakelen
222
+ locks:
223
+ index:
224
+ description: Actieve uniekheidsvergrendelingen voorkomen dubbele taakuitvoering
225
+ empty: Geen actieve vergrendelingen
226
+ executing: Uitvoeren
227
+ headers:
228
+ age: Leeftijd
229
+ expires: Verloopt
230
+ job_class: Taakklasse
231
+ lock_key: Vergrendelingssleutel
232
+ owner: Eigenaar
233
+ state: Status
234
+ queued: In wachtrij
235
+ title: Taakvergrendelingen
236
+ outbox:
237
+ index:
238
+ description: Transactionele uitgaande berichten wachten op publicatie naar PGMQ
239
+ empty: Geen uitgaande berichten
240
+ headers:
241
+ created: Gemaakt
242
+ id: ID
243
+ payload: Payload
244
+ priority: Prioriteit
245
+ queue_topic: Wachtrij / Onderwerp
246
+ status: Status
247
+ pending: In afwachting
248
+ published: Gepubliceerd
249
+ stats:
250
+ no_age: "—"
251
+ oldest_age: "%{seconds}s"
252
+ oldest_unpublished: Oudste niet-gepubliceerde
253
+ total: Totaal
254
+ unpublished: Niet gepubliceerd
255
+ title: Uitgaande berichten
256
+ processes:
257
+ index:
258
+ title: Processen
259
+ processes_table:
260
+ empty: Geen processen actief
261
+ headers:
262
+ hostname: Hostnaam
263
+ kind: Type
264
+ last_heartbeat: Laatste hartslag
265
+ metadata: Metadata
266
+ pid: PID
267
+ status: Status
268
+ queues:
269
+ index:
270
+ title: Wachtrijen
271
+ queues_list:
272
+ empty: Geen wachtrijen gevonden
273
+ headers:
274
+ actions: Acties
275
+ depth: Diepte
276
+ newest: Nieuwste (s)
277
+ oldest: Oudste (s)
278
+ queue: Wachtrij
279
+ total_ever: Totaal ooit
280
+ visible: Zichtbaar
281
+ pause: Pauzeren
282
+ pause_confirm: Verwerking pauzeren voor %{name}?
283
+ paused: Gepauzeerd
284
+ purge: Opschonen
285
+ purge_confirm: Alle berichten verwijderen uit %{name}?
286
+ resume: Hervatten
287
+ show:
288
+ depth: 'Diepte:'
289
+ empty: Wachtrij is leeg
290
+ headers:
291
+ enqueued: In de wachtrij geplaatst
292
+ id: ID
293
+ payload: Inhoud
294
+ reads: Lezingen
295
+ vt: VT
296
+ purge_confirm: Alle berichten verwijderen?
297
+ purge_queue: Wachtrij opschonen
298
+ total: 'Totaal:'
299
+ visible: 'Zichtbaar:'
300
+ recurring_tasks:
301
+ index:
302
+ task_count:
303
+ one: "%{count} taak geconfigureerd"
304
+ other: "%{count} taken geconfigureerd"
305
+ title: Terugkerende taken
306
+ show:
307
+ back: Terug
308
+ configuration: Configuratie
309
+ default_queue: standaard
310
+ disable: Uitschakelen
311
+ disabled: Uitgeschakeld
312
+ enable: Inschakelen
313
+ execution_headers:
314
+ enqueued_at: In de wachtrij geplaatst op
315
+ scheduled_for: Gepland voor
316
+ labels:
317
+ arguments: Argumenten
318
+ command: Opdracht
319
+ description: Beschrijving
320
+ job_class: Taakklasse
321
+ priority: Prioriteit
322
+ queue: Wachtrij
323
+ source: Bron
324
+ next_run: Volgende uitvoering
325
+ no_executions: Nog geen uitvoeringen geregistreerd
326
+ recent_executions: Recente uitvoeringen
327
+ run_now: Nu uitvoeren
328
+ schedule: Schema
329
+ source_config: Configuratiebestand
330
+ source_dynamic: Dynamisch
331
+ status: Status
332
+ tasks_table:
333
+ default_queue: standaard
334
+ disable: Uitschakelen
335
+ disabled: Uitgeschakeld
336
+ empty_hint: Taken toevoegen aan config/recurring.yml
337
+ empty_title: Geen terugkerende taken geconfigureerd
338
+ enable: Inschakelen
339
+ headers:
340
+ actions: Acties
341
+ last_run: Laatste uitvoering
342
+ next_run: Volgende uitvoering
343
+ queue: Wachtrij
344
+ schedule: Schema
345
+ status: Status
346
+ task: Taak
347
+ never: Nooit
348
+ run_now: Nu uitvoeren
@@ -0,0 +1,348 @@
1
+ ---
2
+ pt:
3
+ pgbus:
4
+ dashboard:
5
+ processes_table:
6
+ empty: Nenhum processo em execução
7
+ headers:
8
+ host: Host
9
+ kind: Tipo
10
+ pid: PID
11
+ status: Status
12
+ title: Processos Ativos
13
+ queues_table:
14
+ empty: Nenhuma fila encontrada
15
+ headers:
16
+ depth: Profundidade
17
+ oldest: Mais antigo (s)
18
+ queue: Fila
19
+ total: Total
20
+ visible: Visível
21
+ title: Filas
22
+ view_all: Ver tudo
23
+ recent_failures:
24
+ empty: Nenhuma falha
25
+ headers:
26
+ error: Erro
27
+ queue: Fila
28
+ when: Quando
29
+ title: Falhas Recentes
30
+ view_all: Ver tudo
31
+ show:
32
+ title: Painel
33
+ stats_cards:
34
+ enqueued: Enfileirado
35
+ failed_dlq: Falhou / DLQ
36
+ processes: Processos
37
+ queues: Filas
38
+ recurring: Recorrente
39
+ throughput: Taxa de transferência
40
+ throughput_unit: msgs/s
41
+ view_tasks: Ver tarefas
42
+ visible: visível
43
+ dead_letter:
44
+ index:
45
+ discard_all: Descartar Tudo
46
+ discard_all_confirm: Descartar permanentemente todas as mensagens DLQ?
47
+ retry_all: Tentar Novamente Tudo
48
+ retry_all_confirm: Tentar novamente todas as mensagens DLQ?
49
+ title: Fila de Mensagens Mortas
50
+ messages_table:
51
+ arguments: Argumentos
52
+ discard: Descartar
53
+ discard_confirm: Descartar permanentemente?
54
+ empty: A fila de mensagens mortas está vazia
55
+ full_json_payload: Carga JSON completa
56
+ headers:
57
+ enqueued: Enfileirado
58
+ id: ID
59
+ job_class: Classe do Trabalho
60
+ reads: Leituras
61
+ source_queue: Fila de Origem
62
+ headers_section: Cabeçalhos
63
+ job_id: 'ID do Trabalho:'
64
+ metadata: Metadados
65
+ metadata_labels:
66
+ executions: 'Execuções:'
67
+ last_read: 'Última leitura:'
68
+ priority: 'Prioridade:'
69
+ queue: 'Fila:'
70
+ visible_at: 'Visível em:'
71
+ retry: Tentar novamente
72
+ show:
73
+ back: Voltar para DLQ
74
+ discard: Descartar
75
+ discard_confirm: Descartar permanentemente?
76
+ headers: Cabeçalhos
77
+ labels:
78
+ enqueued_at: Enfileirado em
79
+ read_count: Contagem de leituras
80
+ source_queue: Fila de origem
81
+ visibility_timeout: Tempo limite de visibilidade
82
+ not_found: Mensagem não encontrada
83
+ payload: Carga útil
84
+ retry: Tentar novamente
85
+ title: 'Mensagem DLQ #%{id}'
86
+ events:
87
+ index:
88
+ processed_empty: Nenhum evento processado ainda
89
+ processed_headers:
90
+ event_id: ID do evento
91
+ handler: Manipulador
92
+ processed_at: Processado em
93
+ processed_title: Eventos processados
94
+ subscribers_empty: Nenhum assinante registrado
95
+ subscribers_headers:
96
+ handler: Manipulador
97
+ pattern: Padrão
98
+ queue: Fila
99
+ subscribers_title: Assinantes registrados
100
+ title: Eventos
101
+ show:
102
+ back: Voltar para eventos
103
+ labels:
104
+ event_id: ID do evento
105
+ handler: Manipulador
106
+ processed_at: Processado em
107
+ not_found: Evento não encontrado
108
+ title: Evento %{event_id}
109
+ helpers:
110
+ paused_badge: Pausado
111
+ queue_badge:
112
+ dlq: DLQ
113
+ queue: Fila
114
+ recurring_health:
115
+ active: Ativo
116
+ pending: Pendente
117
+ status_badge:
118
+ healthy: Saudável
119
+ stale: Obsoleto
120
+ insights:
121
+ show:
122
+ charts:
123
+ failed_to_load: Falha ao carregar dados do gráfico
124
+ no_data: Sem dados ainda
125
+ series_name: Tarefas/min
126
+ status_distribution: Distribuição de status
127
+ throughput: Taxa de transferência (tarefas/min)
128
+ description_html: Métricas de desempenho de trabalho para os últimos %{range}
129
+ slowest:
130
+ empty: Nenhuma estatística de tarefa ainda
131
+ headers:
132
+ avg: Média
133
+ count: Contagem
134
+ job_class: Classe da tarefa
135
+ max: Máximo
136
+ title: Classes de Trabalho Mais Lentas (duração média)
137
+ summary:
138
+ avg_duration: Duração Média
139
+ dead_lettered: Cartas Mortas
140
+ failed: Falhou
141
+ max_duration: Duração Máxima
142
+ succeeded: Bem-sucedido
143
+ total_jobs: Total de Trabalhos
144
+ time_ranges:
145
+ 1h: 1h
146
+ 24h: 24h
147
+ 30d: 30d
148
+ 7d: 7d
149
+ title: Insights
150
+ jobs:
151
+ enqueued_table:
152
+ arguments: Argumentos
153
+ empty: Nenhum trabalho enfileirado
154
+ full_json_payload: Carga JSON completa
155
+ headers:
156
+ enqueued: Enfileirado
157
+ id: ID
158
+ job_class: Classe do Trabalho
159
+ queue: Fila
160
+ reads: Leituras
161
+ headers_section: Cabeçalhos
162
+ job_id: 'ID do Trabalho:'
163
+ metadata: Metadados
164
+ metadata_labels:
165
+ last_read: 'Última leitura:'
166
+ locale: 'Localidade:'
167
+ priority: 'Prioridade:'
168
+ queue: 'Fila:'
169
+ scheduled: 'Agendado:'
170
+ timezone: 'Fuso horário:'
171
+ visible_at: 'Visível em:'
172
+ title: Trabalhos Enfileirados
173
+ failed_table:
174
+ discard: Descartar
175
+ discard_confirm: Descartar este trabalho?
176
+ empty: Nenhum trabalho falhou
177
+ headers:
178
+ actions: Ações
179
+ error: Erro
180
+ failed: Falhou
181
+ id: ID
182
+ queue: Fila
183
+ retries: Tentativas
184
+ retry: Tentar Novamente
185
+ title: Trabalhos Falhados
186
+ index:
187
+ discard_all: Descartar Todos
188
+ discard_all_confirm: Descartar todos os trabalhos falhados?
189
+ retry_all: Tentar Novamente Todos
190
+ retry_all_confirm: Tentar novamente todos os trabalhos falhados?
191
+ title: Trabalhos
192
+ show:
193
+ back: Voltar para Trabalhos
194
+ backtrace: Rastreamento de Pilha
195
+ discard: Descartar
196
+ discard_confirm: Descartar este trabalho permanentemente?
197
+ error_message: Mensagem de Erro
198
+ labels:
199
+ error_class: Classe de Erro
200
+ failed_at: Falhou em
201
+ queue: Fila
202
+ retry_count: Contagem de Tentativas
203
+ not_found: Trabalho não encontrado
204
+ payload: Carga útil
205
+ retry: Tentar novamente
206
+ title: 'Trabalho falhado #%{id}'
207
+ layout:
208
+ brand: Pgbus
209
+ nav:
210
+ dashboard: Painel
211
+ dlq: DLQ
212
+ events: Eventos
213
+ insights: Insights
214
+ jobs: Trabalhos
215
+ locks: Bloqueios
216
+ outbox: Caixa de saída
217
+ processes: Processos
218
+ queues: Filas
219
+ recurring: Recorrente
220
+ title: Painel Pgbus
221
+ toggle_dark_mode: Alternar modo escuro
222
+ locks:
223
+ index:
224
+ description: Bloqueios de exclusividade ativos impedindo a execução duplicada do trabalho
225
+ empty: Nenhum bloqueio ativo
226
+ executing: Executando
227
+ headers:
228
+ age: Idade
229
+ expires: Expira
230
+ job_class: Classe do Trabalho
231
+ lock_key: Chave de Bloqueio
232
+ owner: Proprietário
233
+ state: Estado
234
+ queued: Na fila
235
+ title: Bloqueios de Trabalho
236
+ outbox:
237
+ index:
238
+ description: Entradas da caixa de saída transacional pendentes de publicação para PGMQ
239
+ empty: Nenhuma entrada na caixa de saída
240
+ headers:
241
+ created: Criado
242
+ id: ID
243
+ payload: Carga útil
244
+ priority: Prioridade
245
+ queue_topic: Fila / Tópico
246
+ status: Status
247
+ pending: Pendente
248
+ published: Publicado
249
+ stats:
250
+ no_age: "—"
251
+ oldest_age: "%{seconds}s"
252
+ oldest_unpublished: Mais antigo não publicado
253
+ total: Total
254
+ unpublished: Não publicado
255
+ title: Caixa de saída
256
+ processes:
257
+ index:
258
+ title: Processos
259
+ processes_table:
260
+ empty: Nenhum processo em execução
261
+ headers:
262
+ hostname: Nome do host
263
+ kind: Tipo
264
+ last_heartbeat: Último Batimento
265
+ metadata: Metadados
266
+ pid: PID
267
+ status: Status
268
+ queues:
269
+ index:
270
+ title: Filas
271
+ queues_list:
272
+ empty: Nenhuma fila encontrada
273
+ headers:
274
+ actions: Ações
275
+ depth: Profundidade
276
+ newest: Mais novo (s)
277
+ oldest: Mais antigo (s)
278
+ queue: Fila
279
+ total_ever: Total de todos os tempos
280
+ visible: Visível
281
+ pause: Pausar
282
+ pause_confirm: Pausar processamento por %{name}?
283
+ paused: Pausado
284
+ purge: Limpar
285
+ purge_confirm: Limpar todas as mensagens de %{name}?
286
+ resume: Retomar
287
+ show:
288
+ depth: 'Profundidade:'
289
+ empty: Fila está vazia
290
+ headers:
291
+ enqueued: Enfileirado
292
+ id: ID
293
+ payload: Carga útil
294
+ reads: Leituras
295
+ vt: VT
296
+ purge_confirm: Limpar todas as mensagens?
297
+ purge_queue: Limpar fila
298
+ total: 'Total:'
299
+ visible: 'Visível:'
300
+ recurring_tasks:
301
+ index:
302
+ task_count:
303
+ one: "%{count} tarefa configurada"
304
+ other: "%{count} tarefas configuradas"
305
+ title: Tarefas Recorrentes
306
+ show:
307
+ back: Voltar
308
+ configuration: Configuração
309
+ default_queue: padrão
310
+ disable: Desativar
311
+ disabled: Desativado
312
+ enable: Ativar
313
+ execution_headers:
314
+ enqueued_at: Enfileirado em
315
+ scheduled_for: Agendado para
316
+ labels:
317
+ arguments: Argumentos
318
+ command: Comando
319
+ description: Descrição
320
+ job_class: Classe do trabalho
321
+ priority: Prioridade
322
+ queue: Fila
323
+ source: Fonte
324
+ next_run: Próxima Execução
325
+ no_executions: Nenhuma execução registrada ainda
326
+ recent_executions: Execuções Recentes
327
+ run_now: Executar Agora
328
+ schedule: Agendar
329
+ source_config: Arquivo de configuração
330
+ source_dynamic: Dinâmico
331
+ status: Status
332
+ tasks_table:
333
+ default_queue: padrão
334
+ disable: Desativar
335
+ disabled: Desativado
336
+ empty_hint: Adicionar tarefas em config/recurring.yml
337
+ empty_title: Nenhuma tarefa recorrente configurada
338
+ enable: Ativar
339
+ headers:
340
+ actions: Ações
341
+ last_run: Última Execução
342
+ next_run: Próxima Execução
343
+ queue: Fila
344
+ schedule: Agendar
345
+ status: Status
346
+ task: Tarefa
347
+ never: Nunca
348
+ run_now: Executar Agora