pgbus 0.2.1 → 0.2.2
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.
- checksums.yaml +4 -4
- data/app/controllers/pgbus/api/insights_controller.rb +5 -4
- data/app/controllers/pgbus/application_controller.rb +40 -0
- data/app/controllers/pgbus/insights_controller.rb +3 -2
- data/app/controllers/pgbus/locale_controller.rb +15 -0
- data/app/helpers/pgbus/application_helper.rb +67 -7
- data/app/views/layouts/pgbus/application.html.erb +50 -14
- data/app/views/pgbus/dashboard/_processes_table.html.erb +6 -6
- data/app/views/pgbus/dashboard/_queues_table.html.erb +8 -8
- data/app/views/pgbus/dashboard/_recent_failures.html.erb +6 -6
- data/app/views/pgbus/dashboard/_stats_cards.html.erb +9 -9
- data/app/views/pgbus/dashboard/show.html.erb +1 -1
- data/app/views/pgbus/dead_letter/_messages_table.html.erb +19 -19
- data/app/views/pgbus/dead_letter/index.html.erb +5 -5
- data/app/views/pgbus/dead_letter/show.html.erb +12 -12
- data/app/views/pgbus/events/index.html.erb +11 -11
- data/app/views/pgbus/events/show.html.erb +6 -6
- data/app/views/pgbus/insights/show.html.erb +41 -21
- data/app/views/pgbus/jobs/_enqueued_table.html.erb +19 -19
- data/app/views/pgbus/jobs/_failed_table.html.erb +11 -11
- data/app/views/pgbus/jobs/index.html.erb +5 -5
- data/app/views/pgbus/jobs/show.html.erb +13 -13
- data/app/views/pgbus/locks/index.html.erb +11 -11
- data/app/views/pgbus/outbox/index.html.erb +15 -15
- data/app/views/pgbus/processes/_processes_table.html.erb +7 -7
- data/app/views/pgbus/processes/index.html.erb +1 -1
- data/app/views/pgbus/queues/_queues_list.html.erb +14 -14
- data/app/views/pgbus/queues/index.html.erb +1 -1
- data/app/views/pgbus/queues/show.html.erb +11 -11
- data/app/views/pgbus/recurring_tasks/_tasks_table.html.erb +14 -14
- data/app/views/pgbus/recurring_tasks/index.html.erb +2 -2
- data/app/views/pgbus/recurring_tasks/show.html.erb +21 -21
- data/config/i18n-tasks.yml +41 -0
- data/config/locales/da.yml +348 -0
- data/config/locales/de.yml +348 -0
- data/config/locales/en.yml +348 -0
- data/config/locales/es.yml +348 -0
- data/config/locales/fi.yml +348 -0
- data/config/locales/fr.yml +348 -0
- data/config/locales/it.yml +348 -0
- data/config/locales/ja.yml +348 -0
- data/config/locales/nb.yml +348 -0
- data/config/locales/nl.yml +348 -0
- data/config/locales/pt.yml +348 -0
- data/config/locales/sv.yml +348 -0
- data/config/routes.rb +2 -0
- data/lib/pgbus/configuration.rb +8 -2
- data/lib/pgbus/engine.rb +4 -0
- data/lib/pgbus/version.rb +1 -1
- metadata +15 -1
|
@@ -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
|
|
@@ -0,0 +1,348 @@
|
|
|
1
|
+
---
|
|
2
|
+
sv:
|
|
3
|
+
pgbus:
|
|
4
|
+
dashboard:
|
|
5
|
+
processes_table:
|
|
6
|
+
empty: Inga processer körs
|
|
7
|
+
headers:
|
|
8
|
+
host: Värd
|
|
9
|
+
kind: Typ
|
|
10
|
+
pid: PID
|
|
11
|
+
status: Status
|
|
12
|
+
title: Aktiva processer
|
|
13
|
+
queues_table:
|
|
14
|
+
empty: Inga köer hittades
|
|
15
|
+
headers:
|
|
16
|
+
depth: Djup
|
|
17
|
+
oldest: Äldst (s)
|
|
18
|
+
queue: Kö
|
|
19
|
+
total: Totalt
|
|
20
|
+
visible: Synliga
|
|
21
|
+
title: Köer
|
|
22
|
+
view_all: Visa alla
|
|
23
|
+
recent_failures:
|
|
24
|
+
empty: Inga fel
|
|
25
|
+
headers:
|
|
26
|
+
error: Fel
|
|
27
|
+
queue: Kö
|
|
28
|
+
when: När
|
|
29
|
+
title: Senaste fel
|
|
30
|
+
view_all: Visa alla
|
|
31
|
+
show:
|
|
32
|
+
title: Instrumentpanel
|
|
33
|
+
stats_cards:
|
|
34
|
+
enqueued: Inlagda
|
|
35
|
+
failed_dlq: Misslyckade / DLQ
|
|
36
|
+
processes: Processer
|
|
37
|
+
queues: Köer
|
|
38
|
+
recurring: Återkommande
|
|
39
|
+
throughput: Genomströmning
|
|
40
|
+
throughput_unit: meddelanden/s
|
|
41
|
+
view_tasks: Visa uppgifter
|
|
42
|
+
visible: synliga
|
|
43
|
+
dead_letter:
|
|
44
|
+
index:
|
|
45
|
+
discard_all: Kassera alla
|
|
46
|
+
discard_all_confirm: Kassera permanent alla DLQ-meddelanden?
|
|
47
|
+
retry_all: Försök igen alla
|
|
48
|
+
retry_all_confirm: Försök igen alla DLQ-meddelanden?
|
|
49
|
+
title: Dead Letter-kö
|
|
50
|
+
messages_table:
|
|
51
|
+
arguments: Argument
|
|
52
|
+
discard: Kassera
|
|
53
|
+
discard_confirm: Kassera permanent?
|
|
54
|
+
empty: Dead letter-kön är tom
|
|
55
|
+
full_json_payload: Fullständig JSON-payload
|
|
56
|
+
headers:
|
|
57
|
+
enqueued: Inlagda
|
|
58
|
+
id: ID
|
|
59
|
+
job_class: Jobbklass
|
|
60
|
+
reads: Läser
|
|
61
|
+
source_queue: Källkö
|
|
62
|
+
headers_section: Rubriker
|
|
63
|
+
job_id: 'Jobb-ID:'
|
|
64
|
+
metadata: Metadata
|
|
65
|
+
metadata_labels:
|
|
66
|
+
executions: 'Utföranden:'
|
|
67
|
+
last_read: 'Senast läst:'
|
|
68
|
+
priority: 'Prioritet:'
|
|
69
|
+
queue: 'Kö:'
|
|
70
|
+
visible_at: 'Synlig vid:'
|
|
71
|
+
retry: Försök igen
|
|
72
|
+
show:
|
|
73
|
+
back: Tillbaka till DLQ
|
|
74
|
+
discard: Kassera
|
|
75
|
+
discard_confirm: Kassera permanent?
|
|
76
|
+
headers: Rubriker
|
|
77
|
+
labels:
|
|
78
|
+
enqueued_at: Inlagd den
|
|
79
|
+
read_count: Antal läsningar
|
|
80
|
+
source_queue: Källkö
|
|
81
|
+
visibility_timeout: Synlighetstidsgräns
|
|
82
|
+
not_found: Meddelande hittades inte
|
|
83
|
+
payload: Innehåll
|
|
84
|
+
retry: Försök igen
|
|
85
|
+
title: 'DLQ-meddelande #%{id}'
|
|
86
|
+
events:
|
|
87
|
+
index:
|
|
88
|
+
processed_empty: Inga händelser behandlade än
|
|
89
|
+
processed_headers:
|
|
90
|
+
event_id: Händelse-ID
|
|
91
|
+
handler: Hanterare
|
|
92
|
+
processed_at: Behandlad den
|
|
93
|
+
processed_title: Behandlade händelser
|
|
94
|
+
subscribers_empty: Inga registrerade prenumeranter
|
|
95
|
+
subscribers_headers:
|
|
96
|
+
handler: Hanterare
|
|
97
|
+
pattern: Mönster
|
|
98
|
+
queue: Kö
|
|
99
|
+
subscribers_title: Registrerade prenumeranter
|
|
100
|
+
title: Händelser
|
|
101
|
+
show:
|
|
102
|
+
back: Tillbaka till händelser
|
|
103
|
+
labels:
|
|
104
|
+
event_id: Händelse-ID
|
|
105
|
+
handler: Hanterare
|
|
106
|
+
processed_at: Behandlad den
|
|
107
|
+
not_found: Händelse hittades inte
|
|
108
|
+
title: Händelse %{event_id}
|
|
109
|
+
helpers:
|
|
110
|
+
paused_badge: Pausad
|
|
111
|
+
queue_badge:
|
|
112
|
+
dlq: DLQ
|
|
113
|
+
queue: Kö
|
|
114
|
+
recurring_health:
|
|
115
|
+
active: Aktiv
|
|
116
|
+
pending: Väntande
|
|
117
|
+
status_badge:
|
|
118
|
+
healthy: Hälsosam
|
|
119
|
+
stale: Föråldrad
|
|
120
|
+
insights:
|
|
121
|
+
show:
|
|
122
|
+
charts:
|
|
123
|
+
failed_to_load: Misslyckades att ladda diagramdata
|
|
124
|
+
no_data: Inga data än
|
|
125
|
+
series_name: Jobb/min
|
|
126
|
+
status_distribution: Statusfördelning
|
|
127
|
+
throughput: Genomströmning (jobb/min)
|
|
128
|
+
description_html: Jobbprestandamått för de senaste %{range}
|
|
129
|
+
slowest:
|
|
130
|
+
empty: Inga jobbstatistik än
|
|
131
|
+
headers:
|
|
132
|
+
avg: Genomsnitt
|
|
133
|
+
count: Antal
|
|
134
|
+
job_class: Jobbklass
|
|
135
|
+
max: Max
|
|
136
|
+
title: Långsammaste jobbklasser (genomsnittlig varaktighet)
|
|
137
|
+
summary:
|
|
138
|
+
avg_duration: Genomsnittlig varaktighet
|
|
139
|
+
dead_lettered: Dead Lettered
|
|
140
|
+
failed: Misslyckades
|
|
141
|
+
max_duration: Maximal varaktighet
|
|
142
|
+
succeeded: Lyckades
|
|
143
|
+
total_jobs: Totalt antal jobb
|
|
144
|
+
time_ranges:
|
|
145
|
+
1h: 1h
|
|
146
|
+
24h: 24h
|
|
147
|
+
30d: 30d
|
|
148
|
+
7d: 7d
|
|
149
|
+
title: Insikter
|
|
150
|
+
jobs:
|
|
151
|
+
enqueued_table:
|
|
152
|
+
arguments: Argument
|
|
153
|
+
empty: Inga köade jobb
|
|
154
|
+
full_json_payload: Fullständig JSON-payload
|
|
155
|
+
headers:
|
|
156
|
+
enqueued: Köade
|
|
157
|
+
id: ID
|
|
158
|
+
job_class: Jobbklass
|
|
159
|
+
queue: Kö
|
|
160
|
+
reads: Läser
|
|
161
|
+
headers_section: Headers
|
|
162
|
+
job_id: 'Jobb-ID:'
|
|
163
|
+
metadata: Metadata
|
|
164
|
+
metadata_labels:
|
|
165
|
+
last_read: 'Senast läst:'
|
|
166
|
+
locale: 'Språk:'
|
|
167
|
+
priority: 'Prioritet:'
|
|
168
|
+
queue: 'Kö:'
|
|
169
|
+
scheduled: 'Schemalagt:'
|
|
170
|
+
timezone: 'Tidszon:'
|
|
171
|
+
visible_at: 'Synlig vid:'
|
|
172
|
+
title: Köade jobb
|
|
173
|
+
failed_table:
|
|
174
|
+
discard: Kassera
|
|
175
|
+
discard_confirm: Kassera detta jobb?
|
|
176
|
+
empty: Inga misslyckade jobb
|
|
177
|
+
headers:
|
|
178
|
+
actions: Åtgärder
|
|
179
|
+
error: Fel
|
|
180
|
+
failed: Misslyckades
|
|
181
|
+
id: ID
|
|
182
|
+
queue: Kö
|
|
183
|
+
retries: Försök igen
|
|
184
|
+
retry: Försök igen
|
|
185
|
+
title: Misslyckade jobb
|
|
186
|
+
index:
|
|
187
|
+
discard_all: Kassera alla
|
|
188
|
+
discard_all_confirm: Kassera alla misslyckade jobb?
|
|
189
|
+
retry_all: Försök igen alla
|
|
190
|
+
retry_all_confirm: Försök igen alla misslyckade jobb?
|
|
191
|
+
title: Jobb
|
|
192
|
+
show:
|
|
193
|
+
back: Tillbaka till jobb
|
|
194
|
+
backtrace: Backtrace
|
|
195
|
+
discard: Kassera
|
|
196
|
+
discard_confirm: Kassera detta jobb permanent?
|
|
197
|
+
error_message: Felmeddelande
|
|
198
|
+
labels:
|
|
199
|
+
error_class: Felkategori
|
|
200
|
+
failed_at: Misslyckades vid
|
|
201
|
+
queue: Kö
|
|
202
|
+
retry_count: Antal försök
|
|
203
|
+
not_found: Jobb hittades inte
|
|
204
|
+
payload: Data
|
|
205
|
+
retry: Försök igen
|
|
206
|
+
title: 'Misslyckat jobb #%{id}'
|
|
207
|
+
layout:
|
|
208
|
+
brand: Pgbus
|
|
209
|
+
nav:
|
|
210
|
+
dashboard: Instrumentpanel
|
|
211
|
+
dlq: DLQ
|
|
212
|
+
events: Händelser
|
|
213
|
+
insights: Insikter
|
|
214
|
+
jobs: Jobb
|
|
215
|
+
locks: Lås
|
|
216
|
+
outbox: Utbox
|
|
217
|
+
processes: Processer
|
|
218
|
+
queues: Köer
|
|
219
|
+
recurring: Återkommande
|
|
220
|
+
title: Pgbus-instrumentpanel
|
|
221
|
+
toggle_dark_mode: Växla mörkt läge
|
|
222
|
+
locks:
|
|
223
|
+
index:
|
|
224
|
+
description: Aktiva unika lås som förhindrar duplicerad jobbexekvering
|
|
225
|
+
empty: Inga aktiva lås
|
|
226
|
+
executing: Utför
|
|
227
|
+
headers:
|
|
228
|
+
age: Ålder
|
|
229
|
+
expires: Upphör
|
|
230
|
+
job_class: Jobbklass
|
|
231
|
+
lock_key: Låsningsnyckel
|
|
232
|
+
owner: Ägare
|
|
233
|
+
state: Status
|
|
234
|
+
queued: I kö
|
|
235
|
+
title: Jobblås
|
|
236
|
+
outbox:
|
|
237
|
+
index:
|
|
238
|
+
description: Transaktionella utboxposter som väntar på publicering till PGMQ
|
|
239
|
+
empty: Inga utboxposter
|
|
240
|
+
headers:
|
|
241
|
+
created: Skapad
|
|
242
|
+
id: ID
|
|
243
|
+
payload: Data
|
|
244
|
+
priority: Prioritet
|
|
245
|
+
queue_topic: Kö / Ämne
|
|
246
|
+
status: Status
|
|
247
|
+
pending: Väntande
|
|
248
|
+
published: Publicerad
|
|
249
|
+
stats:
|
|
250
|
+
no_age: "—"
|
|
251
|
+
oldest_age: "%{seconds}s"
|
|
252
|
+
oldest_unpublished: Äldsta opublicerade
|
|
253
|
+
total: Totalt
|
|
254
|
+
unpublished: Opublicerad
|
|
255
|
+
title: Utbox
|
|
256
|
+
processes:
|
|
257
|
+
index:
|
|
258
|
+
title: Processer
|
|
259
|
+
processes_table:
|
|
260
|
+
empty: Inga processer körs
|
|
261
|
+
headers:
|
|
262
|
+
hostname: Värdnamn
|
|
263
|
+
kind: Typ
|
|
264
|
+
last_heartbeat: Senaste hjärtslag
|
|
265
|
+
metadata: Metadata
|
|
266
|
+
pid: PID
|
|
267
|
+
status: Status
|
|
268
|
+
queues:
|
|
269
|
+
index:
|
|
270
|
+
title: Köer
|
|
271
|
+
queues_list:
|
|
272
|
+
empty: Inga köer hittades
|
|
273
|
+
headers:
|
|
274
|
+
actions: Åtgärder
|
|
275
|
+
depth: Djup
|
|
276
|
+
newest: Nyaste (s)
|
|
277
|
+
oldest: Äldsta (s)
|
|
278
|
+
queue: Kö
|
|
279
|
+
total_ever: Totalt någonsin
|
|
280
|
+
visible: Synliga
|
|
281
|
+
pause: Pausa
|
|
282
|
+
pause_confirm: Pausa bearbetning för %{name}?
|
|
283
|
+
paused: Pausad
|
|
284
|
+
purge: Rensa
|
|
285
|
+
purge_confirm: Rensa alla meddelanden från %{name}?
|
|
286
|
+
resume: Återuppta
|
|
287
|
+
show:
|
|
288
|
+
depth: 'Djup:'
|
|
289
|
+
empty: Kön är tom
|
|
290
|
+
headers:
|
|
291
|
+
enqueued: Inlagd
|
|
292
|
+
id: ID
|
|
293
|
+
payload: Innehåll
|
|
294
|
+
reads: Läsningar
|
|
295
|
+
vt: VT
|
|
296
|
+
purge_confirm: Rensa alla meddelanden?
|
|
297
|
+
purge_queue: Rensa kö
|
|
298
|
+
total: 'Totalt:'
|
|
299
|
+
visible: 'Synliga:'
|
|
300
|
+
recurring_tasks:
|
|
301
|
+
index:
|
|
302
|
+
task_count:
|
|
303
|
+
one: "%{count} uppgift konfigurerad"
|
|
304
|
+
other: "%{count} uppgifter konfigurerade"
|
|
305
|
+
title: Återkommande uppgifter
|
|
306
|
+
show:
|
|
307
|
+
back: Tillbaka
|
|
308
|
+
configuration: Konfiguration
|
|
309
|
+
default_queue: standard
|
|
310
|
+
disable: Inaktivera
|
|
311
|
+
disabled: Inaktiverad
|
|
312
|
+
enable: Aktivera
|
|
313
|
+
execution_headers:
|
|
314
|
+
enqueued_at: Inlagd vid
|
|
315
|
+
scheduled_for: Schemalagd för
|
|
316
|
+
labels:
|
|
317
|
+
arguments: Argument
|
|
318
|
+
command: Kommando
|
|
319
|
+
description: Beskrivning
|
|
320
|
+
job_class: Jobbklass
|
|
321
|
+
priority: Prioritet
|
|
322
|
+
queue: Kö
|
|
323
|
+
source: Källa
|
|
324
|
+
next_run: Nästa körning
|
|
325
|
+
no_executions: Inga körningar registrerade än
|
|
326
|
+
recent_executions: Senaste körningar
|
|
327
|
+
run_now: Kör nu
|
|
328
|
+
schedule: Schema
|
|
329
|
+
source_config: Konfigurationsfil
|
|
330
|
+
source_dynamic: Dynamisk
|
|
331
|
+
status: Status
|
|
332
|
+
tasks_table:
|
|
333
|
+
default_queue: standard
|
|
334
|
+
disable: Inaktivera
|
|
335
|
+
disabled: Inaktiverad
|
|
336
|
+
empty_hint: Lägg till uppgifter i config/recurring.yml
|
|
337
|
+
empty_title: Inga återkommande uppgifter konfigurerade
|
|
338
|
+
enable: Aktivera
|
|
339
|
+
headers:
|
|
340
|
+
actions: Åtgärder
|
|
341
|
+
last_run: Senaste körning
|
|
342
|
+
next_run: Nästa körning
|
|
343
|
+
queue: Kö
|
|
344
|
+
schedule: Schema
|
|
345
|
+
status: Status
|
|
346
|
+
task: Uppgift
|
|
347
|
+
never: Aldrig
|
|
348
|
+
run_now: Kör nu
|
data/config/routes.rb
CHANGED
|
@@ -52,6 +52,8 @@ Pgbus::Engine.routes.draw do
|
|
|
52
52
|
resources :locks, only: [:index]
|
|
53
53
|
resource :insights, only: [:show], controller: "insights"
|
|
54
54
|
|
|
55
|
+
post :set_locale, to: "locale#update"
|
|
56
|
+
|
|
55
57
|
namespace :api do
|
|
56
58
|
get :stats, to: "stats#show"
|
|
57
59
|
get :insights, to: "insights#show"
|