Stray `}` in `CollapsedMulti` (#10977)

This commit is contained in:
Jesse Glick 2025-08-16 10:01:14 -04:00 committed by GitHub
parent c781b9911f
commit 1e05e674e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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.