mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Added Portuguese translations
This commit is contained in:
parent
c3a5517da8
commit
bc0a036bb6
1 changed files with 59 additions and 0 deletions
59
web/locales/pt.yml
Normal file
59
web/locales/pt.yml
Normal file
|
@ -0,0 +1,59 @@
|
|||
# elements like %{queue} are variables and should not be translated
|
||||
en:
|
||||
Dashboard: Dashboard
|
||||
Status: Estado
|
||||
Time: Tempo
|
||||
Namespace: Namespace
|
||||
Realtime: Tempo real
|
||||
History: Histórico
|
||||
Busy: Ocupado
|
||||
Processed: Processado
|
||||
Failed: Falhado
|
||||
Scheduled: Agendado
|
||||
Retries: Tentativas
|
||||
Enqueued: Em espera
|
||||
Worker: Worker
|
||||
Workers: Workers
|
||||
LivePoll: Live Poll
|
||||
StopPolling: Stop Polling
|
||||
Queue: Fila
|
||||
Class: Class
|
||||
Job: Tarefa
|
||||
Arguments: Argumentos
|
||||
Started: Iniciado
|
||||
ShowAll: Mostrar tudo
|
||||
CurrentMessagesInQueue: Mensagens na fila <span class='title'>%{queue}</span>
|
||||
Delete: Apagar
|
||||
AreYouSureDeleteJob: Tem a certeza que deseja eliminar esta tarefa?
|
||||
AreYouSureDeleteQueue: Tem a certeza que deseja eliminar a fila %{queue}?
|
||||
Queues: Filas
|
||||
Size: Tamanho
|
||||
Actions: Acções
|
||||
NextRetry: Próxima Tentativa
|
||||
RetryCount: Tentativas efectuadas
|
||||
RetryNow: Tentar novamente
|
||||
LastRetry: Última Tentativa
|
||||
OriginallyFailed: Falhou inicialmente
|
||||
AreYouSure: Tem a certeza?
|
||||
DeleteAll: Eliminar todos
|
||||
RetryAll: Tentar todos novamente
|
||||
NoRetriesFound: Não foram encontradas tentativas
|
||||
Error: Erro
|
||||
ErrorClass: Classe de Erro
|
||||
ErrorMessage: Mensagem de erro
|
||||
ErrorBacktrace: Backtrace do Erro
|
||||
GoBack: ← Voltar
|
||||
NoScheduledFound: Não foram encontradas tarefas agendadas
|
||||
When: Quando
|
||||
ScheduledJobs: Tarefas agendadas
|
||||
idle: livre
|
||||
active: activo
|
||||
Version: Versão
|
||||
Connections: Conexões
|
||||
MemoryUsage: Utilização de Memória
|
||||
PeakMemoryUsage: Máxima memória utilizada
|
||||
Uptime: Uptime (em dias)
|
||||
OneWeek: 1 semana
|
||||
OneMonth: 1 mês
|
||||
ThreeMonths: 3 meses
|
||||
SixMonths: 6 meses
|
Loading…
Reference in a new issue