-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
77b98e6
commit ca35830
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# elements like %{queue} are variables and should not be translated | ||
pt-BR: # <---- change this to your locale code | ||
Queue: Fila | ||
Exclude: Excluir | ||
Index: Índice | ||
RealtimeStatistic: Estatística em tempo real | ||
Statistic: Estatística | ||
Start: Início | ||
End: Fim | ||
Failed: Falhou | ||
Passed: Passou | ||
WorkersTable: Tabela de trabalhadores | ||
Worker: Trabalhador | ||
Date: Data | ||
Success: Successo | ||
Failure: Falha | ||
Total: Total | ||
TimeSec: Tempo(s) | ||
AverageSec: Média(s) | ||
MinTimeSec: Tempo Min(s) | ||
MaxTimeSec: Tempo Max(s) | ||
LastJobStatus: Status do último trabalho | ||
WorkerInformation: 'Informações do %{worker}' | ||
InformationTable: Tabela de informação | ||
WorkerLog: Log do trabalhador | ||
WorkerTablePerDay: Tabela do trabalhador (por dia) | ||
LastRun: Última execução |