Skip to content

Commit b52a0b1

Browse files
committed
fix xlf files
1 parent f6c14c2 commit b52a0b1

13 files changed

+78
-78
lines changed

src/NuGet.Clients/NuGet.CommandLine/xlf/NuGetResources.cs.xlf

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
33
<file datatype="xml" source-language="en" target-language="cs" original="../NuGetResources.resx">
44
<body>
@@ -133,11 +133,6 @@ Do not localize `SDK`, `dotnet pack`, msbuild -t:pack` and 'true'.</note>
133133
<target state="translated">Vyřešený adresář MSBuild je {0}, což je adresář specifický pro architekturu. Nepodařilo se najít nástroj MSBuild v jeho nadřazeném adresáři (nespecifickém pro architekturu).</target>
134134
<note />
135135
</trans-unit>
136-
<trans-unit id="Error_MsBuildIsNetCoreMsBuild">
137-
<source>The MSBuild directory '{0}' appears to be a .NET SDK (dotnet) MSBuild installation. NuGet.exe requires the .NET Framework version of MSBuild, which is included with Visual Studio. Use 'dotnet restore' instead, or provide the path to a Visual Studio MSBuild installation.</source>
138-
<target state="new">The MSBuild directory '{0}' appears to be a .NET SDK (dotnet) MSBuild installation. NuGet.exe requires the .NET Framework version of MSBuild, which is included with Visual Studio. Use 'dotnet restore' instead, or provide the path to a Visual Studio MSBuild installation.</target>
139-
<note>{0} is the MSBuild directory path. Do not localize 'NuGet.exe', 'MSBuild', '.NET SDK', '.NET Framework', 'dotnet restore', 'Visual Studio'.</note>
140-
</trans-unit>
141136
<trans-unit id="Error_CannotGetGetAllProjectFileNamesMethod">
142137
<source>Cannot get the GetAllProjectFileNamesMethod from type Mono.XBuild.CommandLine.SolutionParser.</source>
143138
<target state="translated">Nelze získat metodu GetAllProjectFileNamesMethod z typu Mono.XBuild.CommandLine.SolutionParser.</target>
@@ -218,6 +213,11 @@ Do not localize `SDK`, `dotnet pack`, msbuild -t:pack` and 'true'.</note>
218213
<target state="translated">Není zadaný zdrojový parametr.</target>
219214
<note />
220215
</trans-unit>
216+
<trans-unit id="Error_MsBuildIsNetCoreMsBuild">
217+
<source>The MSBuild directory '{0}' appears to be a .NET SDK (dotnet) MSBuild installation. NuGet.exe requires the .NET Framework version of MSBuild, which is included with Visual Studio. Use 'dotnet restore' instead, or provide the path to a Visual Studio MSBuild installation.</source>
218+
<target state="new">The MSBuild directory '{0}' appears to be a .NET SDK (dotnet) MSBuild installation. NuGet.exe requires the .NET Framework version of MSBuild, which is included with Visual Studio. Use 'dotnet restore' instead, or provide the path to a Visual Studio MSBuild installation.</target>
219+
<note>{0} is the MSBuild directory path. Do not localize 'NuGet.exe', 'MSBuild', '.NET SDK', '.NET Framework', 'dotnet restore', 'Visual Studio'.</note>
220+
</trans-unit>
221221
<trans-unit id="Error_MsBuildTimedOut">
222222
<source>MsBuild timeout out while trying to get project to project references.</source>
223223
<target state="translated">Při pokusu o získání odkazů projektu na projekt vypršel časový limit nástroje MsBuild.</target>

src/NuGet.Clients/NuGet.CommandLine/xlf/NuGetResources.de.xlf

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
33
<file datatype="xml" source-language="en" target-language="de" original="../NuGetResources.resx">
44
<body>
@@ -133,11 +133,6 @@ Do not localize `SDK`, `dotnet pack`, msbuild -t:pack` and 'true'.</note>
133133
<target state="translated">Das aufgelöste MSBuild-Verzeichnis ist "{0}" und ein architekturspezifisches Verzeichnis. MSBuild wurde im übergeordneten Verzeichnis nicht gefunden (nicht architekturspezifisch).</target>
134134
<note />
135135
</trans-unit>
136-
<trans-unit id="Error_MsBuildIsNetCoreMsBuild">
137-
<source>The MSBuild directory '{0}' appears to be a .NET SDK (dotnet) MSBuild installation. NuGet.exe requires the .NET Framework version of MSBuild, which is included with Visual Studio. Use 'dotnet restore' instead, or provide the path to a Visual Studio MSBuild installation.</source>
138-
<target state="new">The MSBuild directory '{0}' appears to be a .NET SDK (dotnet) MSBuild installation. NuGet.exe requires the .NET Framework version of MSBuild, which is included with Visual Studio. Use 'dotnet restore' instead, or provide the path to a Visual Studio MSBuild installation.</target>
139-
<note>{0} is the MSBuild directory path. Do not localize 'NuGet.exe', 'MSBuild', '.NET SDK', '.NET Framework', 'dotnet restore', 'Visual Studio'.</note>
140-
</trans-unit>
141136
<trans-unit id="Error_CannotGetGetAllProjectFileNamesMethod">
142137
<source>Cannot get the GetAllProjectFileNamesMethod from type Mono.XBuild.CommandLine.SolutionParser.</source>
143138
<target state="translated">GetAllProjectFileNamesMethod vom Typ „Mono.XBuild.CommandLine.SolutionParser“ kann nicht abgerufen werden.</target>
@@ -218,6 +213,11 @@ Do not localize `SDK`, `dotnet pack`, msbuild -t:pack` and 'true'.</note>
218213
<target state="translated">Der Quellparameter wurde nicht angegeben.</target>
219214
<note />
220215
</trans-unit>
216+
<trans-unit id="Error_MsBuildIsNetCoreMsBuild">
217+
<source>The MSBuild directory '{0}' appears to be a .NET SDK (dotnet) MSBuild installation. NuGet.exe requires the .NET Framework version of MSBuild, which is included with Visual Studio. Use 'dotnet restore' instead, or provide the path to a Visual Studio MSBuild installation.</source>
218+
<target state="new">The MSBuild directory '{0}' appears to be a .NET SDK (dotnet) MSBuild installation. NuGet.exe requires the .NET Framework version of MSBuild, which is included with Visual Studio. Use 'dotnet restore' instead, or provide the path to a Visual Studio MSBuild installation.</target>
219+
<note>{0} is the MSBuild directory path. Do not localize 'NuGet.exe', 'MSBuild', '.NET SDK', '.NET Framework', 'dotnet restore', 'Visual Studio'.</note>
220+
</trans-unit>
221221
<trans-unit id="Error_MsBuildTimedOut">
222222
<source>MsBuild timeout out while trying to get project to project references.</source>
223223
<target state="translated">MsBuild-Zeitüberschreitung beim Abrufen von Projekt-zu-Projekt-Verweisen.</target>

src/NuGet.Clients/NuGet.CommandLine/xlf/NuGetResources.es.xlf

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
33
<file datatype="xml" source-language="en" target-language="es" original="../NuGetResources.resx">
44
<body>
@@ -133,11 +133,6 @@ Do not localize `SDK`, `dotnet pack`, msbuild -t:pack` and 'true'.</note>
133133
<target state="translated">El directorio de MSBuild resuelto es "{0}", que es un directorio específico de la arquitectura. No se pudo encontrar MSBuild en su directorio primario (no específico de la arquitectura).</target>
134134
<note />
135135
</trans-unit>
136-
<trans-unit id="Error_MsBuildIsNetCoreMsBuild">
137-
<source>The MSBuild directory '{0}' appears to be a .NET SDK (dotnet) MSBuild installation. NuGet.exe requires the .NET Framework version of MSBuild, which is included with Visual Studio. Use 'dotnet restore' instead, or provide the path to a Visual Studio MSBuild installation.</source>
138-
<target state="new">The MSBuild directory '{0}' appears to be a .NET SDK (dotnet) MSBuild installation. NuGet.exe requires the .NET Framework version of MSBuild, which is included with Visual Studio. Use 'dotnet restore' instead, or provide the path to a Visual Studio MSBuild installation.</target>
139-
<note>{0} is the MSBuild directory path. Do not localize 'NuGet.exe', 'MSBuild', '.NET SDK', '.NET Framework', 'dotnet restore', 'Visual Studio'.</note>
140-
</trans-unit>
141136
<trans-unit id="Error_CannotGetGetAllProjectFileNamesMethod">
142137
<source>Cannot get the GetAllProjectFileNamesMethod from type Mono.XBuild.CommandLine.SolutionParser.</source>
143138
<target state="translated">No se puede obtener GetAllProjectFileNamesMethod del tipo Mono.XBuild.CommandLine.SolutionParser.</target>
@@ -218,6 +213,11 @@ Do not localize `SDK`, `dotnet pack`, msbuild -t:pack` and 'true'.</note>
218213
<target state="translated">No se especificó el parámetro de origen.</target>
219214
<note />
220215
</trans-unit>
216+
<trans-unit id="Error_MsBuildIsNetCoreMsBuild">
217+
<source>The MSBuild directory '{0}' appears to be a .NET SDK (dotnet) MSBuild installation. NuGet.exe requires the .NET Framework version of MSBuild, which is included with Visual Studio. Use 'dotnet restore' instead, or provide the path to a Visual Studio MSBuild installation.</source>
218+
<target state="new">The MSBuild directory '{0}' appears to be a .NET SDK (dotnet) MSBuild installation. NuGet.exe requires the .NET Framework version of MSBuild, which is included with Visual Studio. Use 'dotnet restore' instead, or provide the path to a Visual Studio MSBuild installation.</target>
219+
<note>{0} is the MSBuild directory path. Do not localize 'NuGet.exe', 'MSBuild', '.NET SDK', '.NET Framework', 'dotnet restore', 'Visual Studio'.</note>
220+
</trans-unit>
221221
<trans-unit id="Error_MsBuildTimedOut">
222222
<source>MsBuild timeout out while trying to get project to project references.</source>
223223
<target state="translated">Se agotó el tiempo de espera de MsBuild al intentar obtener referencias de proyecto a proyecto.</target>

src/NuGet.Clients/NuGet.CommandLine/xlf/NuGetResources.fr.xlf

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
33
<file datatype="xml" source-language="en" target-language="fr" original="../NuGetResources.resx">
44
<body>
@@ -133,11 +133,6 @@ Do not localize `SDK`, `dotnet pack`, msbuild -t:pack` and 'true'.</note>
133133
<target state="translated">Le répertoire MSBuild résolu est `{0}` , qui est un répertoire spécifique à l’architecture. MSBuild est introuvable dans son répertoire parent (non spécifique à l’architecture).</target>
134134
<note />
135135
</trans-unit>
136-
<trans-unit id="Error_MsBuildIsNetCoreMsBuild">
137-
<source>The MSBuild directory '{0}' appears to be a .NET SDK (dotnet) MSBuild installation. NuGet.exe requires the .NET Framework version of MSBuild, which is included with Visual Studio. Use 'dotnet restore' instead, or provide the path to a Visual Studio MSBuild installation.</source>
138-
<target state="new">The MSBuild directory '{0}' appears to be a .NET SDK (dotnet) MSBuild installation. NuGet.exe requires the .NET Framework version of MSBuild, which is included with Visual Studio. Use 'dotnet restore' instead, or provide the path to a Visual Studio MSBuild installation.</target>
139-
<note>{0} is the MSBuild directory path. Do not localize 'NuGet.exe', 'MSBuild', '.NET SDK', '.NET Framework', 'dotnet restore', 'Visual Studio'.</note>
140-
</trans-unit>
141136
<trans-unit id="Error_CannotGetGetAllProjectFileNamesMethod">
142137
<source>Cannot get the GetAllProjectFileNamesMethod from type Mono.XBuild.CommandLine.SolutionParser.</source>
143138
<target state="translated">Impossible d’obtenir GetAllProjectFileNamesMethod à partir du type Mono.XBuild.CommandLine.SolutionParser.</target>
@@ -218,6 +213,11 @@ Do not localize `SDK`, `dotnet pack`, msbuild -t:pack` and 'true'.</note>
218213
<target state="translated">Le paramètre source n'a pas été spécifié.</target>
219214
<note />
220215
</trans-unit>
216+
<trans-unit id="Error_MsBuildIsNetCoreMsBuild">
217+
<source>The MSBuild directory '{0}' appears to be a .NET SDK (dotnet) MSBuild installation. NuGet.exe requires the .NET Framework version of MSBuild, which is included with Visual Studio. Use 'dotnet restore' instead, or provide the path to a Visual Studio MSBuild installation.</source>
218+
<target state="new">The MSBuild directory '{0}' appears to be a .NET SDK (dotnet) MSBuild installation. NuGet.exe requires the .NET Framework version of MSBuild, which is included with Visual Studio. Use 'dotnet restore' instead, or provide the path to a Visual Studio MSBuild installation.</target>
219+
<note>{0} is the MSBuild directory path. Do not localize 'NuGet.exe', 'MSBuild', '.NET SDK', '.NET Framework', 'dotnet restore', 'Visual Studio'.</note>
220+
</trans-unit>
221221
<trans-unit id="Error_MsBuildTimedOut">
222222
<source>MsBuild timeout out while trying to get project to project references.</source>
223223
<target state="translated">Expiration du délai de MsBuild lors de la tentative d’obtention des références de projet à projet.</target>

src/NuGet.Clients/NuGet.CommandLine/xlf/NuGetResources.it.xlf

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
33
<file datatype="xml" source-language="en" target-language="it" original="../NuGetResources.resx">
44
<body>
@@ -133,11 +133,6 @@ Do not localize `SDK`, `dotnet pack`, msbuild -t:pack` and 'true'.</note>
133133
<target state="translated">La directory MSBuild risolta è '{0}', che è una directory specifica per dell'architettura. Non è stato possibile trovare MSBuild nella sua directory padre (non specifica dell'architettura).</target>
134134
<note />
135135
</trans-unit>
136-
<trans-unit id="Error_MsBuildIsNetCoreMsBuild">
137-
<source>The MSBuild directory '{0}' appears to be a .NET SDK (dotnet) MSBuild installation. NuGet.exe requires the .NET Framework version of MSBuild, which is included with Visual Studio. Use 'dotnet restore' instead, or provide the path to a Visual Studio MSBuild installation.</source>
138-
<target state="new">The MSBuild directory '{0}' appears to be a .NET SDK (dotnet) MSBuild installation. NuGet.exe requires the .NET Framework version of MSBuild, which is included with Visual Studio. Use 'dotnet restore' instead, or provide the path to a Visual Studio MSBuild installation.</target>
139-
<note>{0} is the MSBuild directory path. Do not localize 'NuGet.exe', 'MSBuild', '.NET SDK', '.NET Framework', 'dotnet restore', 'Visual Studio'.</note>
140-
</trans-unit>
141136
<trans-unit id="Error_CannotGetGetAllProjectFileNamesMethod">
142137
<source>Cannot get the GetAllProjectFileNamesMethod from type Mono.XBuild.CommandLine.SolutionParser.</source>
143138
<target state="translated">Non è possibile ottenere GetAllProjectFileNamesMethod dal tipo Mono.XBuild.CommandLine.SolutionParser.</target>
@@ -218,6 +213,11 @@ Do not localize `SDK`, `dotnet pack`, msbuild -t:pack` and 'true'.</note>
218213
<target state="translated">Il parametro di origine non è stato specificato.</target>
219214
<note />
220215
</trans-unit>
216+
<trans-unit id="Error_MsBuildIsNetCoreMsBuild">
217+
<source>The MSBuild directory '{0}' appears to be a .NET SDK (dotnet) MSBuild installation. NuGet.exe requires the .NET Framework version of MSBuild, which is included with Visual Studio. Use 'dotnet restore' instead, or provide the path to a Visual Studio MSBuild installation.</source>
218+
<target state="new">The MSBuild directory '{0}' appears to be a .NET SDK (dotnet) MSBuild installation. NuGet.exe requires the .NET Framework version of MSBuild, which is included with Visual Studio. Use 'dotnet restore' instead, or provide the path to a Visual Studio MSBuild installation.</target>
219+
<note>{0} is the MSBuild directory path. Do not localize 'NuGet.exe', 'MSBuild', '.NET SDK', '.NET Framework', 'dotnet restore', 'Visual Studio'.</note>
220+
</trans-unit>
221221
<trans-unit id="Error_MsBuildTimedOut">
222222
<source>MsBuild timeout out while trying to get project to project references.</source>
223223
<target state="translated">Timeout di MsBuild durante il tentativo di ottenere i riferimenti da progetto a progetto.</target>

src/NuGet.Clients/NuGet.CommandLine/xlf/NuGetResources.ja.xlf

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
33
<file datatype="xml" source-language="en" target-language="ja" original="../NuGetResources.resx">
44
<body>
@@ -133,11 +133,6 @@ Do not localize `SDK`, `dotnet pack`, msbuild -t:pack` and 'true'.</note>
133133
<target state="translated">解決された MSBuild ディレクトリは、アーキテクチャ固有のディレクトリである '{0}' です。親ディレクトリ (非アーキテクチャ固有) に MSBuild が見つかりませんでした。</target>
134134
<note />
135135
</trans-unit>
136-
<trans-unit id="Error_MsBuildIsNetCoreMsBuild">
137-
<source>The MSBuild directory '{0}' appears to be a .NET SDK (dotnet) MSBuild installation. NuGet.exe requires the .NET Framework version of MSBuild, which is included with Visual Studio. Use 'dotnet restore' instead, or provide the path to a Visual Studio MSBuild installation.</source>
138-
<target state="new">The MSBuild directory '{0}' appears to be a .NET SDK (dotnet) MSBuild installation. NuGet.exe requires the .NET Framework version of MSBuild, which is included with Visual Studio. Use 'dotnet restore' instead, or provide the path to a Visual Studio MSBuild installation.</target>
139-
<note>{0} is the MSBuild directory path. Do not localize 'NuGet.exe', 'MSBuild', '.NET SDK', '.NET Framework', 'dotnet restore', 'Visual Studio'.</note>
140-
</trans-unit>
141136
<trans-unit id="Error_CannotGetGetAllProjectFileNamesMethod">
142137
<source>Cannot get the GetAllProjectFileNamesMethod from type Mono.XBuild.CommandLine.SolutionParser.</source>
143138
<target state="translated">型 Mono.XBuild.CommandLine.SolutionParser から GetAllProjectFileNamesMethod を取得できません。</target>
@@ -218,6 +213,11 @@ Do not localize `SDK`, `dotnet pack`, msbuild -t:pack` and 'true'.</note>
218213
<target state="translated">ソース パラメーターが指定されていませんでした。</target>
219214
<note />
220215
</trans-unit>
216+
<trans-unit id="Error_MsBuildIsNetCoreMsBuild">
217+
<source>The MSBuild directory '{0}' appears to be a .NET SDK (dotnet) MSBuild installation. NuGet.exe requires the .NET Framework version of MSBuild, which is included with Visual Studio. Use 'dotnet restore' instead, or provide the path to a Visual Studio MSBuild installation.</source>
218+
<target state="new">The MSBuild directory '{0}' appears to be a .NET SDK (dotnet) MSBuild installation. NuGet.exe requires the .NET Framework version of MSBuild, which is included with Visual Studio. Use 'dotnet restore' instead, or provide the path to a Visual Studio MSBuild installation.</target>
219+
<note>{0} is the MSBuild directory path. Do not localize 'NuGet.exe', 'MSBuild', '.NET SDK', '.NET Framework', 'dotnet restore', 'Visual Studio'.</note>
220+
</trans-unit>
221221
<trans-unit id="Error_MsBuildTimedOut">
222222
<source>MsBuild timeout out while trying to get project to project references.</source>
223223
<target state="translated">プロジェクトからプロジェクトへの参照を取得しようとしているときに MSBuild がタイムアウトしました。</target>

0 commit comments

Comments
 (0)