mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Fixed the translation of "idle" for the de locale
"Inaktiv" has a specific connotation in German, which I suspect is not what we're looking to convey here.
This commit is contained in:
parent
b6de0bae6b
commit
9214b87a4d
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ de:
|
||||||
NoScheduledFound: Keine geplanten Jobs gefunden
|
NoScheduledFound: Keine geplanten Jobs gefunden
|
||||||
When: Wann
|
When: Wann
|
||||||
ScheduledJobs: Jobs in der Warteschlange
|
ScheduledJobs: Jobs in der Warteschlange
|
||||||
idle: inaktiv
|
idle: untätig
|
||||||
active: aktiv
|
active: aktiv
|
||||||
Version: Version
|
Version: Version
|
||||||
Connections: Verbindungen
|
Connections: Verbindungen
|
||||||
|
|
Loading…
Add table
Reference in a new issue