Skip to content

Commit b07e600

Browse files
committed
Juno: check in to JUNO/hb_d40a9464-5533-4bb6-bb4d-a39a3f1c4f0e_20240321085536888.
1 parent d933b26 commit b07e600

File tree

27 files changed

+238
-40
lines changed

27 files changed

+238
-40
lines changed

Localize/loc/de-DE/Tasks/NuGetInstallerV0/Strings/resources.resjson/en-US/resources.resjson.lcl

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
<Disp Icon="Str" Disp="true" LocTbl="false" />
1212
<Item ItemId=";loc.description" ItemType="0" PsrId="306" Leaf="true">
1313
<Str Cat="Text">
14-
<Val><![CDATA[Installs or restores missing NuGet packages. Use NuGetAuthenticate@0 task for latest capabilities.]]></Val>
14+
<Val><![CDATA[Installs or restores missing NuGet packages. Use NuGetAuthenticate@1 task for latest capabilities.]]></Val>
1515
<Tgt Cat="Text" Stat="Loc" Orig="New">
16-
<Val><![CDATA[Installiert fehlende NuGet-Pakete oder stellt sie wieder her. Verwenden Sie die Aufgabe "NuGetAuthenticate@0", um die neuesten Funktionen zu nutzen.]]></Val>
16+
<Val><![CDATA[Installiert fehlende NuGet-Pakete oder stellt sie wieder her. Verwenden Sie die Aufgabe "NuGetAuthenticate@1", um die neuesten Funktionen zu nutzen.]]></Val>
1717
</Tgt>
1818
</Str>
1919
<Disp Icon="Str" />

Localize/loc/es-ES/Tasks/NuGetInstallerV0/Strings/resources.resjson/en-US/resources.resjson.lcl

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
<Disp Icon="Str" Disp="true" LocTbl="false" />
1212
<Item ItemId=";loc.description" ItemType="0" PsrId="306" Leaf="true">
1313
<Str Cat="Text">
14-
<Val><![CDATA[Installs or restores missing NuGet packages. Use NuGetAuthenticate@0 task for latest capabilities.]]></Val>
14+
<Val><![CDATA[Installs or restores missing NuGet packages. Use NuGetAuthenticate@1 task for latest capabilities.]]></Val>
1515
<Tgt Cat="Text" Stat="Loc" Orig="New">
16-
<Val><![CDATA[Instala o restaura los paquetes NuGet que faltan. Use la tarea NuGetAuthenticate@0 para obtener la funcionalidad más reciente.]]></Val>
16+
<Val><![CDATA[Instala o restaura los paquetes NuGet que faltan. Use la tarea NuGetAuthenticate@1 para obtener la funcionalidad más reciente.]]></Val>
1717
</Tgt>
1818
</Str>
1919
<Disp Icon="Str" />

Localize/loc/fr-FR/Tasks/NuGetInstallerV0/Strings/resources.resjson/en-US/resources.resjson.lcl

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
<Disp Icon="Str" Disp="true" LocTbl="false" />
1212
<Item ItemId=";loc.description" ItemType="0" PsrId="306" Leaf="true">
1313
<Str Cat="Text">
14-
<Val><![CDATA[Installs or restores missing NuGet packages. Use NuGetAuthenticate@0 task for latest capabilities.]]></Val>
14+
<Val><![CDATA[Installs or restores missing NuGet packages. Use NuGetAuthenticate@1 task for latest capabilities.]]></Val>
1515
<Tgt Cat="Text" Stat="Loc" Orig="New">
16-
<Val><![CDATA[Installe ou restaure les packages NuGet manquants. Utilisez la tâche NuGetAuthenticate@0 pour accéder aux dernières fonctionnalités.]]></Val>
16+
<Val><![CDATA[Installe ou restaure les packages NuGet manquants. Utilisez la tâche NuGetAuthenticate@1 pour accéder aux dernières fonctionnalités.]]></Val>
1717
</Tgt>
1818
</Str>
1919
<Disp Icon="Str" />

Localize/loc/it-IT/Tasks/BashV3/Strings/resources.resjson/en-US/resources.resjson.lcl

+9
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,15 @@
189189
</Str>
190190
<Disp Icon="Str" />
191191
</Item>
192+
<Item ItemId=";loc.messages.JS_ExitCode_137" ItemType="0" PsrId="306" Leaf="true">
193+
<Str Cat="Text">
194+
<Val><![CDATA[Bash exited with code 137, which means it ran out of memory. Make sure the agent (container) host has sufficient memory configured.]]></Val>
195+
<Tgt Cat="Text" Stat="Loc" Orig="New">
196+
<Val><![CDATA[Il bash ha restituito il codice 137, pertanto la memoria è esaurita. Verificare che nell'host dell'agente (contenitore) sia configurata memoria sufficiente.]]></Val>
197+
</Tgt>
198+
</Str>
199+
<Disp Icon="Str" />
200+
</Item>
192201
<Item ItemId=";loc.messages.JS_FormattedCommand" ItemType="0" PsrId="306" Leaf="true">
193202
<Str Cat="Text">
194203
<Val><![CDATA[Formatted command: %s]]></Val>

Localize/loc/it-IT/Tasks/DotNetCoreCLIV2/Strings/resources.resjson/en-US/resources.resjson.lcl

+9
Original file line numberDiff line numberDiff line change
@@ -1221,6 +1221,15 @@
12211221
</Str>
12221222
<Disp Icon="Str" />
12231223
</Item>
1224+
<Item ItemId=";loc.messages.Warning_UnsupportedServiceConnectionAuth" ItemType="0" PsrId="306" Leaf="true">
1225+
<Str Cat="Text">
1226+
<Val><![CDATA[The service connection does not use a supported authentication method. Please use a service connection with personal access token based auth.]]></Val>
1227+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1228+
<Val><![CDATA[La connessione al servizio non utilizza un metodo di autenticazione supportato. Usare una connessione al servizio con autenticazione basata su token di accesso personale.]]></Val>
1229+
</Tgt>
1230+
</Str>
1231+
<Disp Icon="Str" />
1232+
</Item>
12241233
<Item ItemId=";loc.messages.Warning_UpdatingNuGetVersion" ItemType="0" PsrId="306" Leaf="true">
12251234
<Str Cat="Text">
12261235
<Val><![CDATA[Updating version of NuGet.exe to %s from %s. Behavior changes or breaking changes might occur as NuGet updates to a new version. If this is not desired, deselect the 'Check for Latest Version' option in the task.]]></Val>

Localize/loc/it-IT/Tasks/NpmAuthenticateV0/Strings/resources.resjson/en-US/resources.resjson.lcl

+18
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,24 @@
240240
</Str>
241241
<Disp Icon="Str" />
242242
</Item>
243+
<Item ItemId=";loc.messages.SuccessfulAppend" ItemType="0" PsrId="306" Leaf="true">
244+
<Str Cat="Text">
245+
<Val><![CDATA[Successfully appended .npmrc]]></Val>
246+
<Tgt Cat="Text" Stat="Loc" Orig="New">
247+
<Val><![CDATA[Aggiunta di .npmrc riuscita]]></Val>
248+
</Tgt>
249+
</Str>
250+
<Disp Icon="Str" />
251+
</Item>
252+
<Item ItemId=";loc.messages.SuccessfulPush" ItemType="0" PsrId="306" Leaf="true">
253+
<Str Cat="Text">
254+
<Val><![CDATA[Successfully pushed .npmrc]]></Val>
255+
<Tgt Cat="Text" Stat="Loc" Orig="New">
256+
<Val><![CDATA[Push di .npmrc riuscito]]></Val>
257+
</Tgt>
258+
</Str>
259+
<Disp Icon="Str" />
260+
</Item>
243261
</Item>
244262
</Item>
245263
</LCX>

Localize/loc/it-IT/Tasks/NpmV1/Strings/resources.resjson/en-US/resources.resjson.lcl

+9
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,15 @@
459459
</Str>
460460
<Disp Icon="Str" />
461461
</Item>
462+
<Item ItemId=";loc.messages.UnsupportedServiceConnectionAuth" ItemType="0" PsrId="306" Leaf="true">
463+
<Str Cat="Text">
464+
<Val><![CDATA[The service connection does not use a supported authentication method. Please use a service connection with personal access token based auth.]]></Val>
465+
<Tgt Cat="Text" Stat="Loc" Orig="New">
466+
<Val><![CDATA[La connessione al servizio non utilizza un metodo di autenticazione supportato. Usare una connessione al servizio con autenticazione basata su token di accesso personale.]]></Val>
467+
</Tgt>
468+
</Str>
469+
<Disp Icon="Str" />
470+
</Item>
462471
<Item ItemId=";loc.messages.UseFeed" ItemType="0" PsrId="306" Leaf="true">
463472
<Str Cat="Text">
464473
<Val><![CDATA[Using internal feed]]></Val>

Localize/loc/it-IT/Tasks/NuGetCommandV2/Strings/resources.resjson/en-US/resources.resjson.lcl

+9
Original file line numberDiff line numberDiff line change
@@ -1233,6 +1233,15 @@
12331233
</Str>
12341234
<Disp Icon="Str" />
12351235
</Item>
1236+
<Item ItemId=";loc.messages.Warning_UnsupportedServiceConnectionAuth" ItemType="0" PsrId="306" Leaf="true">
1237+
<Str Cat="Text">
1238+
<Val><![CDATA[The service connection does not use a supported authentication method. Please use a service connection with personal access token based auth.]]></Val>
1239+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1240+
<Val><![CDATA[La connessione al servizio non utilizza un metodo di autenticazione supportato. Usare una connessione al servizio con autenticazione basata su token di accesso personale.]]></Val>
1241+
</Tgt>
1242+
</Str>
1243+
<Disp Icon="Str" />
1244+
</Item>
12361245
<Item ItemId=";loc.messages.Warning_UpdatingNuGetVersion" ItemType="0" PsrId="306" Leaf="true">
12371246
<Str Cat="Text">
12381247
<Val><![CDATA[Updating version of NuGet.exe to %s from %s. Behavior changes or breaking changes might occur as NuGet updates to a new version. If this is not desired, deselect the 'Check for Latest Version' option in the task.]]></Val>

Localize/loc/it-IT/Tasks/NuGetInstallerV0/Strings/resources.resjson/en-US/resources.resjson.lcl

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
<Disp Icon="Str" Disp="true" LocTbl="false" />
1212
<Item ItemId=";loc.description" ItemType="0" PsrId="306" Leaf="true">
1313
<Str Cat="Text">
14-
<Val><![CDATA[Installs or restores missing NuGet packages. Use NuGetAuthenticate@0 task for latest capabilities.]]></Val>
14+
<Val><![CDATA[Installs or restores missing NuGet packages. Use NuGetAuthenticate@1 task for latest capabilities.]]></Val>
1515
<Tgt Cat="Text" Stat="Loc" Orig="New">
16-
<Val><![CDATA[Consente di installare o ripristinare i pacchetti NuGet mancanti. Per le funzionalità più recenti, usare l'attività NuGetAuthenticate@0.]]></Val>
16+
<Val><![CDATA[Consente di installare o ripristinare i pacchetti NuGet mancanti. Per le funzionalità più recenti, usare l'attività NuGetAuthenticate@1.]]></Val>
1717
</Tgt>
1818
</Str>
1919
<Disp Icon="Str" />

Localize/loc/it-IT/Tasks/PowerShellOnTargetMachinesV2/Strings/resources.resjson/en-US/resources.resjson.lcl

+13-4
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,25 @@
1111
<Disp Icon="Str" Disp="true" LocTbl="false" />
1212
<Item ItemId=";loc.description" ItemType="0" PsrId="306" Leaf="true">
1313
<Str Cat="Text">
14-
<Val><![CDATA[Execute PowerShell scripts on remote machine(s)]]></Val>
14+
<Val><![CDATA[Execute PowerShell scripts on remote machines]]></Val>
1515
<Tgt Cat="Text" Stat="Loc" Orig="New">
1616
<Val><![CDATA[Consente di eseguire script PowerShell nei computer remoti]]></Val>
1717
</Tgt>
18+
<Prev Cat="Text">
19+
<Val><![CDATA[Execute PowerShell scripts on remote machine(s)]]></Val>
20+
</Prev>
1821
</Str>
1922
<Disp Icon="Str" />
2023
</Item>
2124
<Item ItemId=";loc.friendlyName" ItemType="0" PsrId="306" Leaf="true">
2225
<Str Cat="Text">
23-
<Val><![CDATA[PowerShell on Target Machines]]></Val>
26+
<Val><![CDATA[PowerShell on target machines]]></Val>
2427
<Tgt Cat="Text" Stat="Loc" Orig="New">
2528
<Val><![CDATA[PowerShell in computer di destinazione]]></Val>
2629
</Tgt>
30+
<Prev Cat="Text">
31+
<Val><![CDATA[PowerShell on Target Machines]]></Val>
32+
</Prev>
2733
</Str>
2834
<Disp Icon="Str" />
2935
</Item>
@@ -47,10 +53,13 @@
4753
</Item>
4854
<Item ItemId=";loc.helpMarkDown" ItemType="0" PsrId="306" Leaf="true">
4955
<Str Cat="Text">
50-
<Val><![CDATA[[More Information]5D;(https://go.microsoft.com/fwlink/?linkid=627414)]]></Val>
56+
<Val><![CDATA[[Learn more about this task]5D;(https://go.microsoft.com/fwlink/?linkid=627414)]]></Val>
5157
<Tgt Cat="Text" Stat="Loc" Orig="New">
52-
<Val><![CDATA[[Altre informazioni]5D;(https://go.microsoft.com/fwlink/?linkid=627414)]]></Val>
58+
<Val><![CDATA[[Altre informazioni su questa attività]5D;(https://go.microsoft.com/fwlink/?linkid=627414)]]></Val>
5359
</Tgt>
60+
<Prev Cat="Text">
61+
<Val><![CDATA[[More Information]5D;(https://go.microsoft.com/fwlink/?linkid=627414)]]></Val>
62+
</Prev>
5463
</Str>
5564
<Disp Icon="Str" />
5665
</Item>

Localize/loc/it-IT/Tasks/PublishCodeCoverageResultsV1/Strings/resources.resjson/en-US/resources.resjson.lcl

+24-6
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,25 @@
1111
<Disp Icon="Str" Disp="true" LocTbl="false" />
1212
<Item ItemId=";loc.description" ItemType="0" PsrId="306" Leaf="true">
1313
<Str Cat="Text">
14-
<Val><![CDATA[Publish Cobertura or JaCoCo code coverage results from a build]]></Val>
14+
<Val><![CDATA[[DEPRECATION WARNING! Users are recommended to switch to version 2*.]5D; Publish Cobertura or JaCoCo code coverage results from a build]]></Val>
1515
<Tgt Cat="Text" Stat="Loc" Orig="New">
16-
<Val><![CDATA[Pubblica i risultati del code coverage Cobertura o JaCoCo restituiti da una compilazione]]></Val>
16+
<Val><![CDATA[[AVVISO DEPRECAZIONE! Si consiglia agli utenti di passare alla versione attività 2*]5D;. Pubblicare i risultati della code coverage di Cobertura o JaCoCo da una compilazione]]></Val>
1717
</Tgt>
18+
<Prev Cat="Text">
19+
<Val><![CDATA[Publish Cobertura or JaCoCo code coverage results from a build]]></Val>
20+
</Prev>
1821
</Str>
1922
<Disp Icon="Str" />
2023
</Item>
2124
<Item ItemId=";loc.friendlyName" ItemType="0" PsrId="306" Leaf="true">
2225
<Str Cat="Text">
23-
<Val><![CDATA[Publish code coverage results]]></Val>
26+
<Val><![CDATA[[To be deprecated]5D; Publish code coverage]]></Val>
2427
<Tgt Cat="Text" Stat="Loc" Orig="New">
25-
<Val><![CDATA[Pubblica risultati di code coverage]]></Val>
28+
<Val><![CDATA[[Da deprecare]5D; Pubblicare code coverage]]></Val>
2629
</Tgt>
30+
<Prev Cat="Text">
31+
<Val><![CDATA[Publish code coverage results]]></Val>
32+
</Prev>
2733
</Str>
2834
<Disp Icon="Str" />
2935
</Item>
@@ -47,10 +53,13 @@
4753
</Item>
4854
<Item ItemId=";loc.input.help.codeCoverageTool" ItemType="0" PsrId="306" Leaf="true">
4955
<Str Cat="Text">
50-
<Val><![CDATA[The tool with which code coverage results are generated.]]></Val>
56+
<Val><![CDATA[[DEPRECATION WARNING! Users are recommended to switch to task version 2*. For more details, see https://devblogs.microsoft.com/devops/new-pccr-task.]5D; The tool with which code coverage results are generated.]]></Val>
5157
<Tgt Cat="Text" Stat="Loc" Orig="New">
52-
<Val><![CDATA[Strumento con cui vengono generati i risultati del code coverage.]]></Val>
58+
<Val><![CDATA[[AVVISO DEPRECAZIONE! Si consiglia agli utenti di passare alla versione attività 2*. Per altri dettagli, vedere https://devblogs.microsoft.com/devops/new-pccr-task.]5D; Lo strumento con cui vengono generati i risultati di code coverage.]]></Val>
5359
</Tgt>
60+
<Prev Cat="Text">
61+
<Val><![CDATA[The tool with which code coverage results are generated.]]></Val>
62+
</Prev>
5463
</Str>
5564
<Disp Icon="Str" />
5665
</Item>
@@ -225,6 +234,15 @@
225234
</Str>
226235
<Disp Icon="Str" />
227236
</Item>
237+
<Item ItemId=";loc.messages.V1TaskDeprecationNotice" ItemType="0" PsrId="306" Leaf="true">
238+
<Str Cat="Text">
239+
<Val><![CDATA[New V2 version of task publishing code coverage results is available to all our customers now. We highly recommend to stop using the V1 version and migrate to V2 version (https://learn.microsoft.com/azure/devops/pipelines/tasks/reference/publish-code-coverage-results-v2). For more details, see - https://devblogs.microsoft.com/devops/new-pccr-task.]]></Val>
240+
<Tgt Cat="Text" Stat="Loc" Orig="New">
241+
<Val><![CDATA[La nuova versione V2 dell'attività di pubblicazione dei risultati della code coverage è ora disponibile per tutti i clienti. È consigliabile interrompere l'utilizzo della versione V1 ed eseguire la migrazione alla versione V2 (https://learn.microsoft.com/azure/devops/pipelines/tasks/reference/publish-code-coverage-results-v2). Per altri dettagli, vedere: https://devblogs.microsoft.com/devops/new-pccr-task.]]></Val>
242+
</Tgt>
243+
</Str>
244+
<Disp Icon="Str" />
245+
</Item>
228246
</Item>
229247
</Item>
230248
</LCX>

Localize/loc/it-IT/Tasks/ShellScriptV2/Strings/resources.resjson/en-US/resources.resjson.lcl

+9
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,15 @@
153153
</Str>
154154
<Disp Icon="Str" />
155155
</Item>
156+
<Item ItemId=";loc.messages.BashFailedWithCode137" ItemType="0" PsrId="306" Leaf="true">
157+
<Str Cat="Text">
158+
<Val><![CDATA[Bash exited with code 137, which means it ran out of memory. Make sure the agent (container) host has sufficient memory configured.]]></Val>
159+
<Tgt Cat="Text" Stat="Loc" Orig="New">
160+
<Val><![CDATA[Il bash ha restituito il codice 137, pertanto la memoria è esaurita. Verificare che nell'host dell'agente (contenitore) sia configurata memoria sufficiente.]]></Val>
161+
</Tgt>
162+
</Str>
163+
<Disp Icon="Str" />
164+
</Item>
156165
<Item ItemId=";loc.messages.BashReturnCode" ItemType="0" PsrId="306" Leaf="true">
157166
<Str Cat="Text">
158167
<Val><![CDATA[Bash exited with return code: %d]]></Val>

Localize/loc/it-IT/Tasks/UniversalPackagesV0/Strings/resources.resjson/en-US/resources.resjson.lcl

+9
Original file line numberDiff line numberDiff line change
@@ -822,6 +822,15 @@
822822
</Str>
823823
<Disp Icon="Str" />
824824
</Item>
825+
<Item ItemId=";loc.messages.Warning_UnsupportedServiceConnectionAuth" ItemType="0" PsrId="306" Leaf="true">
826+
<Str Cat="Text">
827+
<Val><![CDATA[The service connection does not use a supported authentication method. Please use a service connection with personal access token based auth.]]></Val>
828+
<Tgt Cat="Text" Stat="Loc" Orig="New">
829+
<Val><![CDATA[La connessione al servizio non utilizza un metodo di autenticazione supportato. Usare una connessione al servizio con autenticazione basata su token di accesso personale.]]></Val>
830+
</Tgt>
831+
</Str>
832+
<Disp Icon="Str" />
833+
</Item>
825834
</Item>
826835
</Item>
827836
</LCX>

Localize/loc/ja-JP/Tasks/NuGetInstallerV0/Strings/resources.resjson/en-US/resources.resjson.lcl

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
<Disp Icon="Str" Disp="true" LocTbl="false" />
1212
<Item ItemId=";loc.description" ItemType="0" PsrId="306" Leaf="true">
1313
<Str Cat="Text">
14-
<Val><![CDATA[Installs or restores missing NuGet packages. Use NuGetAuthenticate@0 task for latest capabilities.]]></Val>
14+
<Val><![CDATA[Installs or restores missing NuGet packages. Use NuGetAuthenticate@1 task for latest capabilities.]]></Val>
1515
<Tgt Cat="Text" Stat="Loc" Orig="New">
16-
<Val><![CDATA[不足している NuGet パッケージをインストールまたは復元します。最新の機能には NuGetAuthenticate@0 タスクを使用します。]]></Val>
16+
<Val><![CDATA[不足している NuGet パッケージをインストールまたは復元します。最新の機能には NuGetAuthenticate@1 タスクを使用します。]]></Val>
1717
</Tgt>
1818
</Str>
1919
<Disp Icon="Str" />

Localize/loc/ko-KR/Tasks/NuGetInstallerV0/Strings/resources.resjson/en-US/resources.resjson.lcl

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
<Disp Icon="Str" Disp="true" LocTbl="false" />
1212
<Item ItemId=";loc.description" ItemType="0" PsrId="306" Leaf="true">
1313
<Str Cat="Text">
14-
<Val><![CDATA[Installs or restores missing NuGet packages. Use NuGetAuthenticate@0 task for latest capabilities.]]></Val>
14+
<Val><![CDATA[Installs or restores missing NuGet packages. Use NuGetAuthenticate@1 task for latest capabilities.]]></Val>
1515
<Tgt Cat="Text" Stat="Loc" Orig="New">
16-
<Val><![CDATA[누락된 NuGet 패키지를 설치하거나 복원합니다. 최신 기능을 사용하려면 NuGetAuthenticate@0 작업을 사용합니다.]]></Val>
16+
<Val><![CDATA[누락된 NuGet 패키지를 설치하거나 복원합니다. 최신 기능을 사용하려면 NuGetAuthenticate@1 작업을 사용합니다.]]></Val>
1717
</Tgt>
1818
</Str>
1919
<Disp Icon="Str" />

Localize/loc/ru-RU/Tasks/BashV3/Strings/resources.resjson/en-US/resources.resjson.lcl

+9
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,15 @@
189189
</Str>
190190
<Disp Icon="Str" />
191191
</Item>
192+
<Item ItemId=";loc.messages.JS_ExitCode_137" ItemType="0" PsrId="306" Leaf="true">
193+
<Str Cat="Text">
194+
<Val><![CDATA[Bash exited with code 137, which means it ran out of memory. Make sure the agent (container) host has sufficient memory configured.]]></Val>
195+
<Tgt Cat="Text" Stat="Loc" Orig="New">
196+
<Val><![CDATA[Bash завершил работу с кодом 137, что означает, что ему недостаточно памяти. Установите на узле агента достаточный объем памяти.]]></Val>
197+
</Tgt>
198+
</Str>
199+
<Disp Icon="Str" />
200+
</Item>
192201
<Item ItemId=";loc.messages.JS_FormattedCommand" ItemType="0" PsrId="306" Leaf="true">
193202
<Str Cat="Text">
194203
<Val><![CDATA[Formatted command: %s]]></Val>

Localize/loc/ru-RU/Tasks/DotNetCoreCLIV2/Strings/resources.resjson/en-US/resources.resjson.lcl

+9
Original file line numberDiff line numberDiff line change
@@ -1221,6 +1221,15 @@
12211221
</Str>
12221222
<Disp Icon="Str" />
12231223
</Item>
1224+
<Item ItemId=";loc.messages.Warning_UnsupportedServiceConnectionAuth" ItemType="0" PsrId="306" Leaf="true">
1225+
<Str Cat="Text">
1226+
<Val><![CDATA[The service connection does not use a supported authentication method. Please use a service connection with personal access token based auth.]]></Val>
1227+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1228+
<Val><![CDATA[Подключение к службе не использует поддерживаемый метод проверки подлинности. Используйте сервисное соединение с проверкой подлинности на основе токена личного доступа.]]></Val>
1229+
</Tgt>
1230+
</Str>
1231+
<Disp Icon="Str" />
1232+
</Item>
12241233
<Item ItemId=";loc.messages.Warning_UpdatingNuGetVersion" ItemType="0" PsrId="306" Leaf="true">
12251234
<Str Cat="Text">
12261235
<Val><![CDATA[Updating version of NuGet.exe to %s from %s. Behavior changes or breaking changes might occur as NuGet updates to a new version. If this is not desired, deselect the 'Check for Latest Version' option in the task.]]></Val>

0 commit comments

Comments
 (0)