mirror of https://github.com/jenkinsci/jenkins.git
Stray `}` in `CollapsedMulti` (#10977)
This commit is contained in:
parent
c781b9911f
commit
1e05e674e6
|
@ -5,5 +5,5 @@ launching=launching...
|
|||
terminate\ this\ build=Cancel
|
||||
busy={1,choice,1# {0} of {1} executor busy|1< {0} of {1} executors busy}
|
||||
CollapsedSingle={1,choice,1# ({0} of {1} executor busy)|1< ({0} of {1} executors busy)}
|
||||
CollapsedMulti={0} agents ({1} of {2} executors busy)}
|
||||
noExecutors=No executors, agents or clouds are configured.
|
||||
CollapsedMulti={0} agents ({1} of {2} executors busy)
|
||||
noExecutors=No executors, agents or clouds are configured.
|
||||
|
|
|
@ -32,5 +32,5 @@ Computers=Master{0,choice,0#|1# + {0,number} Agent ({1} von {2} Build-Prozessore
|
|||
confirm=Möchten Sie {0} wirklich abbrechen?
|
||||
busy={0} von {1} Build-Prozessoren belegt
|
||||
CollapsedSingle={1,choice,1# ({0} von {1} Prozessor belegt)|1< ({0} von {1} Prozessoren belegt)}
|
||||
CollapsedMulti={0} Agenten ({1} von {2} Build-Prozessoren belegt)}
|
||||
CollapsedMulti={0} Agenten ({1} von {2} Build-Prozessoren belegt)
|
||||
noExecutors=Es sind keine Prozessoren, Agenten oder Clouds konfiguriert.
|
||||
|
|
Loading…
Reference in New Issue