Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit 69e2db5

Browse files
committed
Updating xlf and fixing line ending problems with one file.
1 parent f6f96e3 commit 69e2db5

14 files changed

+190
-125
lines changed

build/DependencyVersions.props

Lines changed: 47 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,47 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<PropertyGroup>
4-
<CLI_SharedFrameworkVersion>2.0.0-preview3-25419-01</CLI_SharedFrameworkVersion>
5-
<CLI_MSBuild_Version>15.3.0-preview-000388-01</CLI_MSBuild_Version>
6-
<CLI_Roslyn_Version>2.3.0-beta3-61816-04</CLI_Roslyn_Version>
7-
<CLI_DiaSymNative_Version>1.6.0-beta2-25304</CLI_DiaSymNative_Version>
8-
<CLI_FSharp_Version>4.2.0-rc-170602-0</CLI_FSharp_Version>
9-
10-
<!-- We'll usually want to keep these versions in sync, but we may want to diverge in some
11-
cases, so use separate properties but derive one from the other unless we want to
12-
explicitly use different versions. -->
13-
<CLI_NETSDK_Version>2.0.0-preview2-20170615-7</CLI_NETSDK_Version>
14-
<CLI_MSBuildExtensions_Version>$(CLI_NETSDK_Version)</CLI_MSBuildExtensions_Version>
15-
16-
<CLI_NuGet_Version>4.3.0-preview3-4168</CLI_NuGet_Version>
17-
<CLI_NETStandardLibraryNETFrameworkVersion>2.0.0-preview2-25331-02</CLI_NETStandardLibraryNETFrameworkVersion>
18-
<CLI_WEBSDK_Version>2.0.0-rel-20170518-512</CLI_WEBSDK_Version>
19-
<CLI_TestPlatform_Version>15.3.0-preview-20170618-03</CLI_TestPlatform_Version>
20-
<SharedFrameworkVersion>$(CLI_SharedFrameworkVersion)</SharedFrameworkVersion>
21-
<SharedHostVersion>$(CLI_SharedFrameworkVersion)</SharedHostVersion>
22-
<HostFxrVersion>$(CLI_SharedFrameworkVersion)</HostFxrVersion>
23-
<TemplateEngineVersion>1.0.0-beta2-20170608-254</TemplateEngineVersion>
24-
<TemplateEngineTemplateVersion>1.0.0-beta2-20170612-258</TemplateEngineTemplateVersion>
25-
<TemplateEngineTemplate2_0Version>1.0.0-beta2-20170612-258</TemplateEngineTemplate2_0Version>
26-
<PlatformAbstractionsVersion>2.0.0-preview3-25419-01</PlatformAbstractionsVersion>
27-
<DependencyModelVersion>2.0.0-preview3-25419-01</DependencyModelVersion>
28-
<CliCommandLineParserVersion>0.1.0-alpha-142</CliCommandLineParserVersion>
29-
<CliMigrateVersion>1.2.1-alpha-002133</CliMigrateVersion>
30-
<MicroBuildVersion>0.2.0</MicroBuildVersion>
31-
<SpaTemplateVersion>1.0.0-preview-000297</SpaTemplateVersion>
32-
<XliffTasksVersion>0.2.0-beta-000042</XliffTasksVersion>
33-
34-
<!-- This should either be timestamped or notimestamp as appropriate -->
35-
<AspNetCoreRuntimePackageFlavor>timestamped</AspNetCoreRuntimePackageFlavor>
36-
<AspNetCoreRuntimeVersion>2.0.0-preview2-186</AspNetCoreRuntimeVersion>
37-
<AspNetCoherenceLabel>preview2</AspNetCoherenceLabel>
38-
<AspNetCoreCoherenceTimestamp>25661</AspNetCoreCoherenceTimestamp>
39-
40-
</PropertyGroup>
41-
42-
<!-- infrastructure and test only dependencies -->
43-
<PropertyGroup>
44-
<VersionToolsVersion>1.0.27-prerelease-01611-04</VersionToolsVersion>
45-
<DotnetDebToolVersion>2.0.0-preview2-25331-01</DotnetDebToolVersion>
46-
</PropertyGroup>
47-
</Project>
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<CLI_SharedFrameworkVersion>2.0.0-preview3-25419-01</CLI_SharedFrameworkVersion>
5+
<CLI_MSBuild_Version>15.3.0-preview-000388-01</CLI_MSBuild_Version>
6+
<CLI_Roslyn_Version>2.3.0-beta3-61816-04</CLI_Roslyn_Version>
7+
<CLI_DiaSymNative_Version>1.6.0-beta2-25304</CLI_DiaSymNative_Version>
8+
<CLI_FSharp_Version>4.2.0-rc-170602-0</CLI_FSharp_Version>
9+
10+
<!-- We'll usually want to keep these versions in sync, but we may want to diverge in some
11+
cases, so use separate properties but derive one from the other unless we want to
12+
explicitly use different versions. -->
13+
<CLI_NETSDK_Version>2.0.0-preview2-20170615-7</CLI_NETSDK_Version>
14+
<CLI_MSBuildExtensions_Version>$(CLI_NETSDK_Version)</CLI_MSBuildExtensions_Version>
15+
16+
<CLI_NuGet_Version>4.3.0-preview3-4168</CLI_NuGet_Version>
17+
<CLI_NETStandardLibraryNETFrameworkVersion>2.0.0-preview2-25331-02</CLI_NETStandardLibraryNETFrameworkVersion>
18+
<CLI_WEBSDK_Version>2.0.0-rel-20170518-512</CLI_WEBSDK_Version>
19+
<CLI_TestPlatform_Version>15.3.0-preview-20170618-03</CLI_TestPlatform_Version>
20+
<SharedFrameworkVersion>$(CLI_SharedFrameworkVersion)</SharedFrameworkVersion>
21+
<SharedHostVersion>$(CLI_SharedFrameworkVersion)</SharedHostVersion>
22+
<HostFxrVersion>$(CLI_SharedFrameworkVersion)</HostFxrVersion>
23+
<TemplateEngineVersion>1.0.0-beta2-20170608-254</TemplateEngineVersion>
24+
<TemplateEngineTemplateVersion>1.0.0-beta2-20170612-258</TemplateEngineTemplateVersion>
25+
<TemplateEngineTemplate2_0Version>1.0.0-beta2-20170612-258</TemplateEngineTemplate2_0Version>
26+
<PlatformAbstractionsVersion>2.0.0-preview3-25419-01</PlatformAbstractionsVersion>
27+
<DependencyModelVersion>2.0.0-preview3-25419-01</DependencyModelVersion>
28+
<CliCommandLineParserVersion>0.1.0-alpha-142</CliCommandLineParserVersion>
29+
<CliMigrateVersion>1.2.1-alpha-002133</CliMigrateVersion>
30+
<MicroBuildVersion>0.2.0</MicroBuildVersion>
31+
<SpaTemplateVersion>1.0.0-preview-000297</SpaTemplateVersion>
32+
<XliffTasksVersion>0.2.0-beta-000042</XliffTasksVersion>
33+
34+
<!-- This should either be timestamped or notimestamp as appropriate -->
35+
<AspNetCoreRuntimePackageFlavor>timestamped</AspNetCoreRuntimePackageFlavor>
36+
<AspNetCoreRuntimeVersion>2.0.0-preview2-186</AspNetCoreRuntimeVersion>
37+
<AspNetCoherenceLabel>preview2</AspNetCoherenceLabel>
38+
<AspNetCoreCoherenceTimestamp>25661</AspNetCoreCoherenceTimestamp>
39+
40+
</PropertyGroup>
41+
42+
<!-- infrastructure and test only dependencies -->
43+
<PropertyGroup>
44+
<VersionToolsVersion>1.0.27-prerelease-01611-04</VersionToolsVersion>
45+
<DotnetDebToolVersion>2.0.0-preview2-25331-01</DotnetDebToolVersion>
46+
</PropertyGroup>
47+
</Project>

src/Microsoft.DotNet.Configurer/xlf/LocalizableStrings.cs.xlf

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,8 @@ Telemetry
1111
--------------
1212
The .NET Core tools collect usage data in order to improve your experience. The data is anonymous and does not include command-line arguments. The data is collected by Microsoft and shared with the community.
1313
You can opt out of telemetry by setting a DOTNET_CLI_TELEMETRY_OPTOUT environment variable to 1 using your favorite shell.
14-
You can read more about .NET Core tools telemetry @ https://aka.ms/dotnet-cli-telemetry.
15-
16-
Configuring...
17-
-------------------
18-
A command is running to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once.</source>
19-
<target state="translated">Vítá vás .NET Core!
14+
You can read more about .NET Core tools telemetry @ https://aka.ms/dotnet-cli-telemetry.</source>
15+
<target state="needs-review-translation">Vítá vás .NET Core!
2016
---------------------
2117
Další informace o .NET Core najdete na https://aka.ms/dotnet-docs. Dostupné příkazy si zobrazíte pomocí dotnet --help, případně přejděte na https://aka.ms/dotnet-cli-docs.
2218

@@ -36,6 +32,15 @@ Běží příkaz pro počáteční naplnění vaší místní mezipaměti balí
3632
<target state="translated">Nepodařilo se naplnit mezipaměť NuGet. {0} selhalo s: {1}</target>
3733
<note />
3834
</trans-unit>
35+
<trans-unit id="NugetCachePrimeMessage">
36+
<source>Configuring...
37+
-------------------
38+
A command is running to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once.</source>
39+
<target state="new">Configuring...
40+
-------------------
41+
A command is running to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once.</target>
42+
<note />
43+
</trans-unit>
3944
</body>
4045
</file>
4146
</xliff>

src/Microsoft.DotNet.Configurer/xlf/LocalizableStrings.de.xlf

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,8 @@ Telemetry
1111
--------------
1212
The .NET Core tools collect usage data in order to improve your experience. The data is anonymous and does not include command-line arguments. The data is collected by Microsoft and shared with the community.
1313
You can opt out of telemetry by setting a DOTNET_CLI_TELEMETRY_OPTOUT environment variable to 1 using your favorite shell.
14-
You can read more about .NET Core tools telemetry @ https://aka.ms/dotnet-cli-telemetry.
15-
16-
Configuring...
17-
-------------------
18-
A command is running to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once.</source>
19-
<target state="translated">Willkommen bei .NET Core!
14+
You can read more about .NET Core tools telemetry @ https://aka.ms/dotnet-cli-telemetry.</source>
15+
<target state="needs-review-translation">Willkommen bei .NET Core!
2016
---------------------
2117
Weitere Informationen zu .NET Core finden Sie unter https://aka.ms/dotnet-docs. Verwenden Sie "dotnet --help", um die verfügbaren Befehle anzuzeigen, oder wechseln Sie zu https://aka.ms/dotnet-cli-docs.
2218

@@ -36,6 +32,15 @@ Ein Befehl wird ausgeführt, um Ihren lokalen Paketcache erstmals aufzufüllen,
3632
<target state="translated">Fehler beim Vorbereiten des NuGet-Caches. Fehler von {0} mit: {1}</target>
3733
<note />
3834
</trans-unit>
35+
<trans-unit id="NugetCachePrimeMessage">
36+
<source>Configuring...
37+
-------------------
38+
A command is running to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once.</source>
39+
<target state="new">Configuring...
40+
-------------------
41+
A command is running to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once.</target>
42+
<note />
43+
</trans-unit>
3944
</body>
4045
</file>
4146
</xliff>

src/Microsoft.DotNet.Configurer/xlf/LocalizableStrings.es.xlf

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,8 @@ Telemetry
1111
--------------
1212
The .NET Core tools collect usage data in order to improve your experience. The data is anonymous and does not include command-line arguments. The data is collected by Microsoft and shared with the community.
1313
You can opt out of telemetry by setting a DOTNET_CLI_TELEMETRY_OPTOUT environment variable to 1 using your favorite shell.
14-
You can read more about .NET Core tools telemetry @ https://aka.ms/dotnet-cli-telemetry.
15-
16-
Configuring...
17-
-------------------
18-
A command is running to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once.</source>
19-
<target state="translated">Bienvenido a .NET Core
14+
You can read more about .NET Core tools telemetry @ https://aka.ms/dotnet-cli-telemetry.</source>
15+
<target state="needs-review-translation">Bienvenido a .NET Core
2016
---------------------
2117
Obtenga más información sobre .NET Core en https://aka.ms/dotnet-docs. Use dotnet --help para ver los comandos disponibles o vaya a https://aka.ms/dotnet-cli-docs.
2218

@@ -36,6 +32,15 @@ Un comando se ejecuta para rellenar inicialmente la caché de paquete local a fi
3632
<target state="translated">No se pudo desbloquear la caché de NuGet. Error de {0} con: {1}</target>
3733
<note />
3834
</trans-unit>
35+
<trans-unit id="NugetCachePrimeMessage">
36+
<source>Configuring...
37+
-------------------
38+
A command is running to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once.</source>
39+
<target state="new">Configuring...
40+
-------------------
41+
A command is running to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once.</target>
42+
<note />
43+
</trans-unit>
3944
</body>
4045
</file>
4146
</xliff>

src/Microsoft.DotNet.Configurer/xlf/LocalizableStrings.fr.xlf

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,8 @@ Telemetry
1111
--------------
1212
The .NET Core tools collect usage data in order to improve your experience. The data is anonymous and does not include command-line arguments. The data is collected by Microsoft and shared with the community.
1313
You can opt out of telemetry by setting a DOTNET_CLI_TELEMETRY_OPTOUT environment variable to 1 using your favorite shell.
14-
You can read more about .NET Core tools telemetry @ https://aka.ms/dotnet-cli-telemetry.
15-
16-
Configuring...
17-
-------------------
18-
A command is running to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once.</source>
19-
<target state="translated">Bienvenue dans .NET Core !
14+
You can read more about .NET Core tools telemetry @ https://aka.ms/dotnet-cli-telemetry.</source>
15+
<target state="needs-review-translation">Bienvenue dans .NET Core !
2016
---------------------
2117
En savoir plus sur .NET Core @ https://aka.ms/dotnet-docs. Utilisez dotnet --help pour voir les commandes disponibles, ou accédez à https://aka.ms/dotnet-cli-docs.
2218

@@ -36,6 +32,15 @@ Une commande s'exécute pour remplir votre cache de package local, améliorer la
3632
<target state="translated">Échec de la préparation du cache NuGet. Échec de {0} : {1}</target>
3733
<note />
3834
</trans-unit>
35+
<trans-unit id="NugetCachePrimeMessage">
36+
<source>Configuring...
37+
-------------------
38+
A command is running to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once.</source>
39+
<target state="new">Configuring...
40+
-------------------
41+
A command is running to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once.</target>
42+
<note />
43+
</trans-unit>
3944
</body>
4045
</file>
4146
</xliff>

src/Microsoft.DotNet.Configurer/xlf/LocalizableStrings.it.xlf

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,8 @@ Telemetry
1111
--------------
1212
The .NET Core tools collect usage data in order to improve your experience. The data is anonymous and does not include command-line arguments. The data is collected by Microsoft and shared with the community.
1313
You can opt out of telemetry by setting a DOTNET_CLI_TELEMETRY_OPTOUT environment variable to 1 using your favorite shell.
14-
You can read more about .NET Core tools telemetry @ https://aka.ms/dotnet-cli-telemetry.
15-
16-
Configuring...
17-
-------------------
18-
A command is running to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once.</source>
19-
<target state="translated">Benvenuti a .NET Core
14+
You can read more about .NET Core tools telemetry @ https://aka.ms/dotnet-cli-telemetry.</source>
15+
<target state="needs-review-translation">Benvenuti a .NET Core
2016
---------------------
2117
Per altre informazioni su .NET Core, vedere https://aka.ms/dotnet-docs. Per visualizzare i comandi disponibili, usare dotnet --help oppure vedere https://aka.ms/dotnet-cli-docs.
2218

@@ -36,6 +32,15 @@ Configurazione...
3632
<target state="translated">Non è possibile inizializzare la cache NuGet. {0} non riuscito. Errore: {1}</target>
3733
<note />
3834
</trans-unit>
35+
<trans-unit id="NugetCachePrimeMessage">
36+
<source>Configuring...
37+
-------------------
38+
A command is running to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once.</source>
39+
<target state="new">Configuring...
40+
-------------------
41+
A command is running to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once.</target>
42+
<note />
43+
</trans-unit>
3944
</body>
4045
</file>
4146
</xliff>

src/Microsoft.DotNet.Configurer/xlf/LocalizableStrings.ja.xlf

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,8 @@ Telemetry
1111
--------------
1212
The .NET Core tools collect usage data in order to improve your experience. The data is anonymous and does not include command-line arguments. The data is collected by Microsoft and shared with the community.
1313
You can opt out of telemetry by setting a DOTNET_CLI_TELEMETRY_OPTOUT environment variable to 1 using your favorite shell.
14-
You can read more about .NET Core tools telemetry @ https://aka.ms/dotnet-cli-telemetry.
15-
16-
Configuring...
17-
-------------------
18-
A command is running to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once.</source>
19-
<target state="translated">.NET Core へようこそ!
14+
You can read more about .NET Core tools telemetry @ https://aka.ms/dotnet-cli-telemetry.</source>
15+
<target state="needs-review-translation">.NET Core へようこそ!
2016
---------------------
2117
.NET Core について詳しくは、https://aka.ms/dotnet-docs をご覧ください。dotnet --help を使って使用可能なコマンドを確認するか、https://aka.ms/dotnet-cli-docs をご覧ください。
2218

@@ -36,6 +32,15 @@ A command is running to initially populate your local package cache, to improve
3632
<target state="translated">NuGet キャッシュを準備できませんでした。{0} は {1} で失敗しました</target>
3733
<note />
3834
</trans-unit>
35+
<trans-unit id="NugetCachePrimeMessage">
36+
<source>Configuring...
37+
-------------------
38+
A command is running to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once.</source>
39+
<target state="new">Configuring...
40+
-------------------
41+
A command is running to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once.</target>
42+
<note />
43+
</trans-unit>
3944
</body>
4045
</file>
4146
</xliff>

0 commit comments

Comments
 (0)