160
<comment>"mount" is a technical term meaning to make a disk/filesystem accessible. Use the standard technical term in your locale, or keep "mount" if commonly used.</comment>
161
</data>
162
<data name="MessageDiskMountNameInvalid" xml:space="preserve">
163
- <value>Der angegebene Bereitstellungsname enthält ein ungültiges "/"-Zeichen. Wiederholen Sie den Vorgang ohne das ungültige Zeichen.</value>
163
+ <value>The mount name cannot be empty, '.', '..', or contain '/'. Please retry with a valid mount name.</value>
164
<comment>"mount" is a technical term meaning to make a disk/filesystem accessible. Use the standard technical term in your locale, or keep "mount" if commonly used.</comment>
165
</data>
166
<data name="MessageDiskMounted" xml:space="preserve">
2336
<value>Ungültiger --secret value '{}': {}</value>
2337
<comment>{FixedPlaceholder="{}"}{Locked="--secret "}Command line arguments, file names and string inserts should not be translated</comment>
2338
</data>
2339
+ <data name="MessageWslcOutputInvalidSpec" xml:space="preserve">
2340
+ <value>Invalid --output value '{}': {}</value>
2341
+ <comment>{FixedPlaceholder="{}"}{Locked="--output "}Command line arguments, file names and string inserts should not be translated</comment>
2342
+ </data>
2343
+ <data name="MessageWslcOutputConsoleNotSupported" xml:space="preserve">
2344
+ <value>Cannot write build output to the console for --output value '{}'.</value>
2345
+ <comment>{FixedPlaceholder="{}"}{Locked="--output "}Command line arguments, file names and string inserts should not be translated</comment>
2346
+ </data>
2347
<data name="MessageWslcMissingVolumeOption" xml:space="preserve">
2348
<value>Erforderliche Option fehlt: "{}"</value>
2349
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment>
2905
<data name="WSLCCLI_BuildPullArgDescription" xml:space="preserve">
2906
<value>Immer versuchen, eine neuere Version des Images zu laden</value>
2907
</data>
2908
+ <data name="WSLCCLI_BuildOutputArgDescription" xml:space="preserve">
2909
+ <value>Build output destination (docker buildx --output spec; e.g. type=local,dest=path or type=tar,dest=out.tar)</value>
2910
+ <comment>{Locked="--output "}Command line arguments, file names and string inserts should not be translated</comment>
2911
+ </data>
2912
<data name="WSLCCLI_BuildTargetArgDescription" xml:space="preserve">
2913
<value>Setzen Sie die angestrebte Build-Stufe auf „Build“</value>
2914
</data>