From da2cb4394931b5300c241b1d124d0110a201185c Mon Sep 17 00:00:00 2001 From: Rama Krishnan Raghupathy Date: Mon, 30 Jan 2017 20:22:42 -0800 Subject: [PATCH] Adding xlf for dotnet cache --- .../xlf/LocalizableStrings.cs.xlf | 98 +++++++++++++++++++ .../xlf/LocalizableStrings.de.xlf | 98 +++++++++++++++++++ .../xlf/LocalizableStrings.es.xlf | 98 +++++++++++++++++++ .../xlf/LocalizableStrings.fr.xlf | 98 +++++++++++++++++++ .../xlf/LocalizableStrings.it.xlf | 98 +++++++++++++++++++ .../xlf/LocalizableStrings.ja.xlf | 98 +++++++++++++++++++ .../xlf/LocalizableStrings.ko.xlf | 98 +++++++++++++++++++ .../xlf/LocalizableStrings.pl.xlf | 98 +++++++++++++++++++ .../xlf/LocalizableStrings.pt-BR.xlf | 98 +++++++++++++++++++ .../xlf/LocalizableStrings.ru.xlf | 98 +++++++++++++++++++ .../xlf/LocalizableStrings.tr.xlf | 98 +++++++++++++++++++ .../dotnet-cache/xlf/LocalizableStrings.xlf | 80 +++++++++++++++ .../xlf/LocalizableStrings.zh-Hans.xlf | 98 +++++++++++++++++++ .../xlf/LocalizableStrings.zh-Hant.xlf | 98 +++++++++++++++++++ 14 files changed, 1354 insertions(+) create mode 100644 src/dotnet/commands/dotnet-cache/xlf/LocalizableStrings.cs.xlf create mode 100644 src/dotnet/commands/dotnet-cache/xlf/LocalizableStrings.de.xlf create mode 100644 src/dotnet/commands/dotnet-cache/xlf/LocalizableStrings.es.xlf create mode 100644 src/dotnet/commands/dotnet-cache/xlf/LocalizableStrings.fr.xlf create mode 100644 src/dotnet/commands/dotnet-cache/xlf/LocalizableStrings.it.xlf create mode 100644 src/dotnet/commands/dotnet-cache/xlf/LocalizableStrings.ja.xlf create mode 100644 src/dotnet/commands/dotnet-cache/xlf/LocalizableStrings.ko.xlf create mode 100644 src/dotnet/commands/dotnet-cache/xlf/LocalizableStrings.pl.xlf create mode 100644 src/dotnet/commands/dotnet-cache/xlf/LocalizableStrings.pt-BR.xlf create mode 100644 src/dotnet/commands/dotnet-cache/xlf/LocalizableStrings.ru.xlf create mode 100644 src/dotnet/commands/dotnet-cache/xlf/LocalizableStrings.tr.xlf create mode 100644 src/dotnet/commands/dotnet-cache/xlf/LocalizableStrings.xlf create mode 100644 src/dotnet/commands/dotnet-cache/xlf/LocalizableStrings.zh-Hans.xlf create mode 100644 src/dotnet/commands/dotnet-cache/xlf/LocalizableStrings.zh-Hant.xlf diff --git a/src/dotnet/commands/dotnet-cache/xlf/LocalizableStrings.cs.xlf b/src/dotnet/commands/dotnet-cache/xlf/LocalizableStrings.cs.xlf new file mode 100644 index 000000000..f45d968a7 --- /dev/null +++ b/src/dotnet/commands/dotnet-cache/xlf/LocalizableStrings.cs.xlf @@ -0,0 +1,98 @@ + + + + + + + .NET Cache + .NET Cache + + + + Caches the specified assemblies for the .NET Platform. By default, these will be optimized for the target runtime and framework. + Cahes Assemblies specified for the .NET Platform + + + + ProjectEntries + ProjectEntries + + + + The XML file that contains the list of packages to be cached. + The MSBuild project file used to specify the list of packages to be cached. + + + + FRAMEWORK + FRAMEWORK + + + + Target framework for which to cache for. + Target framework for which to cache for + + + + RUNTIME_IDENTIFIER + RUNTIME_IDENTIFIER + + + + Target runtime to cache for. + Target runtime to cache for. + + + + OUTPUT_DIR + OUTPUT_DIR + + + + Output directory in which to cache the given assemblies. + Path in which to cache the given assemblies + + + + FrameworkVersion + FrameworkVersion + + + + The Microsoft.NETCore.App package version that will be used to run the assemblies. + The Microsoft.NETCore.App package version that will be used to run the assemblies + + + + IntermediateWorkingDir + IntermediateWorkingDir + + + + The directory used by the command to execute. + The directory used by the command to do its work + + + + Preserves the intermediate working directory. + The directory used by the command to do its work will not be removed + + + + Specify at least one entry with --entries. + Please specify atleast one entry with --entries + + + + Intermediate working directory {0} already exists. Remove {0} or specify another directory with -w. + Intermediate working directory {0} exists, remove {0} or specify another directory with -w + + + + Skips the optimization phase. + Skips the optimization phase. + + + + + \ No newline at end of file diff --git a/src/dotnet/commands/dotnet-cache/xlf/LocalizableStrings.de.xlf b/src/dotnet/commands/dotnet-cache/xlf/LocalizableStrings.de.xlf new file mode 100644 index 000000000..16e5443be --- /dev/null +++ b/src/dotnet/commands/dotnet-cache/xlf/LocalizableStrings.de.xlf @@ -0,0 +1,98 @@ + + + + + + + .NET Cache + .NET Cache + + + + Caches the specified assemblies for the .NET Platform. By default, these will be optimized for the target runtime and framework. + Cahes Assemblies specified for the .NET Platform + + + + ProjectEntries + ProjectEntries + + + + The XML file that contains the list of packages to be cached. + The MSBuild project file used to specify the list of packages to be cached. + + + + FRAMEWORK + FRAMEWORK + + + + Target framework for which to cache for. + Target framework for which to cache for + + + + RUNTIME_IDENTIFIER + RUNTIME_IDENTIFIER + + + + Target runtime to cache for. + Target runtime to cache for. + + + + OUTPUT_DIR + OUTPUT_DIR + + + + Output directory in which to cache the given assemblies. + Path in which to cache the given assemblies + + + + FrameworkVersion + FrameworkVersion + + + + The Microsoft.NETCore.App package version that will be used to run the assemblies. + The Microsoft.NETCore.App package version that will be used to run the assemblies + + + + IntermediateWorkingDir + IntermediateWorkingDir + + + + The directory used by the command to execute. + The directory used by the command to do its work + + + + Preserves the intermediate working directory. + The directory used by the command to do its work will not be removed + + + + Specify at least one entry with --entries. + Please specify atleast one entry with --entries + + + + Intermediate working directory {0} already exists. Remove {0} or specify another directory with -w. + Intermediate working directory {0} exists, remove {0} or specify another directory with -w + + + + Skips the optimization phase. + Skips the optimization phase. + + + + + \ No newline at end of file diff --git a/src/dotnet/commands/dotnet-cache/xlf/LocalizableStrings.es.xlf b/src/dotnet/commands/dotnet-cache/xlf/LocalizableStrings.es.xlf new file mode 100644 index 000000000..c049192f5 --- /dev/null +++ b/src/dotnet/commands/dotnet-cache/xlf/LocalizableStrings.es.xlf @@ -0,0 +1,98 @@ + + + + + + + .NET Cache + .NET Cache + + + + Caches the specified assemblies for the .NET Platform. By default, these will be optimized for the target runtime and framework. + Cahes Assemblies specified for the .NET Platform + + + + ProjectEntries + ProjectEntries + + + + The XML file that contains the list of packages to be cached. + The MSBuild project file used to specify the list of packages to be cached. + + + + FRAMEWORK + FRAMEWORK + + + + Target framework for which to cache for. + Target framework for which to cache for + + + + RUNTIME_IDENTIFIER + RUNTIME_IDENTIFIER + + + + Target runtime to cache for. + Target runtime to cache for. + + + + OUTPUT_DIR + OUTPUT_DIR + + + + Output directory in which to cache the given assemblies. + Path in which to cache the given assemblies + + + + FrameworkVersion + FrameworkVersion + + + + The Microsoft.NETCore.App package version that will be used to run the assemblies. + The Microsoft.NETCore.App package version that will be used to run the assemblies + + + + IntermediateWorkingDir + IntermediateWorkingDir + + + + The directory used by the command to execute. + The directory used by the command to do its work + + + + Preserves the intermediate working directory. + The directory used by the command to do its work will not be removed + + + + Specify at least one entry with --entries. + Please specify atleast one entry with --entries + + + + Intermediate working directory {0} already exists. Remove {0} or specify another directory with -w. + Intermediate working directory {0} exists, remove {0} or specify another directory with -w + + + + Skips the optimization phase. + Skips the optimization phase. + + + + + \ No newline at end of file diff --git a/src/dotnet/commands/dotnet-cache/xlf/LocalizableStrings.fr.xlf b/src/dotnet/commands/dotnet-cache/xlf/LocalizableStrings.fr.xlf new file mode 100644 index 000000000..3ef25bc4e --- /dev/null +++ b/src/dotnet/commands/dotnet-cache/xlf/LocalizableStrings.fr.xlf @@ -0,0 +1,98 @@ + + + + + + + .NET Cache + .NET Cache + + + + Caches the specified assemblies for the .NET Platform. By default, these will be optimized for the target runtime and framework. + Cahes Assemblies specified for the .NET Platform + + + + ProjectEntries + ProjectEntries + + + + The XML file that contains the list of packages to be cached. + The MSBuild project file used to specify the list of packages to be cached. + + + + FRAMEWORK + FRAMEWORK + + + + Target framework for which to cache for. + Target framework for which to cache for + + + + RUNTIME_IDENTIFIER + RUNTIME_IDENTIFIER + + + + Target runtime to cache for. + Target runtime to cache for. + + + + OUTPUT_DIR + OUTPUT_DIR + + + + Output directory in which to cache the given assemblies. + Path in which to cache the given assemblies + + + + FrameworkVersion + FrameworkVersion + + + + The Microsoft.NETCore.App package version that will be used to run the assemblies. + The Microsoft.NETCore.App package version that will be used to run the assemblies + + + + IntermediateWorkingDir + IntermediateWorkingDir + + + + The directory used by the command to execute. + The directory used by the command to do its work + + + + Preserves the intermediate working directory. + The directory used by the command to do its work will not be removed + + + + Specify at least one entry with --entries. + Please specify atleast one entry with --entries + + + + Intermediate working directory {0} already exists. Remove {0} or specify another directory with -w. + Intermediate working directory {0} exists, remove {0} or specify another directory with -w + + + + Skips the optimization phase. + Skips the optimization phase. + + + + + \ No newline at end of file diff --git a/src/dotnet/commands/dotnet-cache/xlf/LocalizableStrings.it.xlf b/src/dotnet/commands/dotnet-cache/xlf/LocalizableStrings.it.xlf new file mode 100644 index 000000000..088a2311c --- /dev/null +++ b/src/dotnet/commands/dotnet-cache/xlf/LocalizableStrings.it.xlf @@ -0,0 +1,98 @@ + + + + + + + .NET Cache + .NET Cache + + + + Caches the specified assemblies for the .NET Platform. By default, these will be optimized for the target runtime and framework. + Cahes Assemblies specified for the .NET Platform + + + + ProjectEntries + ProjectEntries + + + + The XML file that contains the list of packages to be cached. + The MSBuild project file used to specify the list of packages to be cached. + + + + FRAMEWORK + FRAMEWORK + + + + Target framework for which to cache for. + Target framework for which to cache for + + + + RUNTIME_IDENTIFIER + RUNTIME_IDENTIFIER + + + + Target runtime to cache for. + Target runtime to cache for. + + + + OUTPUT_DIR + OUTPUT_DIR + + + + Output directory in which to cache the given assemblies. + Path in which to cache the given assemblies + + + + FrameworkVersion + FrameworkVersion + + + + The Microsoft.NETCore.App package version that will be used to run the assemblies. + The Microsoft.NETCore.App package version that will be used to run the assemblies + + + + IntermediateWorkingDir + IntermediateWorkingDir + + + + The directory used by the command to execute. + The directory used by the command to do its work + + + + Preserves the intermediate working directory. + The directory used by the command to do its work will not be removed + + + + Specify at least one entry with --entries. + Please specify atleast one entry with --entries + + + + Intermediate working directory {0} already exists. Remove {0} or specify another directory with -w. + Intermediate working directory {0} exists, remove {0} or specify another directory with -w + + + + Skips the optimization phase. + Skips the optimization phase. + + + + + \ No newline at end of file diff --git a/src/dotnet/commands/dotnet-cache/xlf/LocalizableStrings.ja.xlf b/src/dotnet/commands/dotnet-cache/xlf/LocalizableStrings.ja.xlf new file mode 100644 index 000000000..0202dcc57 --- /dev/null +++ b/src/dotnet/commands/dotnet-cache/xlf/LocalizableStrings.ja.xlf @@ -0,0 +1,98 @@ + + + + + + + .NET Cache + .NET Cache + + + + Caches the specified assemblies for the .NET Platform. By default, these will be optimized for the target runtime and framework. + Cahes Assemblies specified for the .NET Platform + + + + ProjectEntries + ProjectEntries + + + + The XML file that contains the list of packages to be cached. + The MSBuild project file used to specify the list of packages to be cached. + + + + FRAMEWORK + FRAMEWORK + + + + Target framework for which to cache for. + Target framework for which to cache for + + + + RUNTIME_IDENTIFIER + RUNTIME_IDENTIFIER + + + + Target runtime to cache for. + Target runtime to cache for. + + + + OUTPUT_DIR + OUTPUT_DIR + + + + Output directory in which to cache the given assemblies. + Path in which to cache the given assemblies + + + + FrameworkVersion + FrameworkVersion + + + + The Microsoft.NETCore.App package version that will be used to run the assemblies. + The Microsoft.NETCore.App package version that will be used to run the assemblies + + + + IntermediateWorkingDir + IntermediateWorkingDir + + + + The directory used by the command to execute. + The directory used by the command to do its work + + + + Preserves the intermediate working directory. + The directory used by the command to do its work will not be removed + + + + Specify at least one entry with --entries. + Please specify atleast one entry with --entries + + + + Intermediate working directory {0} already exists. Remove {0} or specify another directory with -w. + Intermediate working directory {0} exists, remove {0} or specify another directory with -w + + + + Skips the optimization phase. + Skips the optimization phase. + + + + + \ No newline at end of file diff --git a/src/dotnet/commands/dotnet-cache/xlf/LocalizableStrings.ko.xlf b/src/dotnet/commands/dotnet-cache/xlf/LocalizableStrings.ko.xlf new file mode 100644 index 000000000..86192e70e --- /dev/null +++ b/src/dotnet/commands/dotnet-cache/xlf/LocalizableStrings.ko.xlf @@ -0,0 +1,98 @@ + + + + + + + .NET Cache + .NET Cache + + + + Caches the specified assemblies for the .NET Platform. By default, these will be optimized for the target runtime and framework. + Cahes Assemblies specified for the .NET Platform + + + + ProjectEntries + ProjectEntries + + + + The XML file that contains the list of packages to be cached. + The MSBuild project file used to specify the list of packages to be cached. + + + + FRAMEWORK + FRAMEWORK + + + + Target framework for which to cache for. + Target framework for which to cache for + + + + RUNTIME_IDENTIFIER + RUNTIME_IDENTIFIER + + + + Target runtime to cache for. + Target runtime to cache for. + + + + OUTPUT_DIR + OUTPUT_DIR + + + + Output directory in which to cache the given assemblies. + Path in which to cache the given assemblies + + + + FrameworkVersion + FrameworkVersion + + + + The Microsoft.NETCore.App package version that will be used to run the assemblies. + The Microsoft.NETCore.App package version that will be used to run the assemblies + + + + IntermediateWorkingDir + IntermediateWorkingDir + + + + The directory used by the command to execute. + The directory used by the command to do its work + + + + Preserves the intermediate working directory. + The directory used by the command to do its work will not be removed + + + + Specify at least one entry with --entries. + Please specify atleast one entry with --entries + + + + Intermediate working directory {0} already exists. Remove {0} or specify another directory with -w. + Intermediate working directory {0} exists, remove {0} or specify another directory with -w + + + + Skips the optimization phase. + Skips the optimization phase. + + + + + \ No newline at end of file diff --git a/src/dotnet/commands/dotnet-cache/xlf/LocalizableStrings.pl.xlf b/src/dotnet/commands/dotnet-cache/xlf/LocalizableStrings.pl.xlf new file mode 100644 index 000000000..dd9fc1e68 --- /dev/null +++ b/src/dotnet/commands/dotnet-cache/xlf/LocalizableStrings.pl.xlf @@ -0,0 +1,98 @@ + + + + + + + .NET Cache + .NET Cache + + + + Caches the specified assemblies for the .NET Platform. By default, these will be optimized for the target runtime and framework. + Cahes Assemblies specified for the .NET Platform + + + + ProjectEntries + ProjectEntries + + + + The XML file that contains the list of packages to be cached. + The MSBuild project file used to specify the list of packages to be cached. + + + + FRAMEWORK + FRAMEWORK + + + + Target framework for which to cache for. + Target framework for which to cache for + + + + RUNTIME_IDENTIFIER + RUNTIME_IDENTIFIER + + + + Target runtime to cache for. + Target runtime to cache for. + + + + OUTPUT_DIR + OUTPUT_DIR + + + + Output directory in which to cache the given assemblies. + Path in which to cache the given assemblies + + + + FrameworkVersion + FrameworkVersion + + + + The Microsoft.NETCore.App package version that will be used to run the assemblies. + The Microsoft.NETCore.App package version that will be used to run the assemblies + + + + IntermediateWorkingDir + IntermediateWorkingDir + + + + The directory used by the command to execute. + The directory used by the command to do its work + + + + Preserves the intermediate working directory. + The directory used by the command to do its work will not be removed + + + + Specify at least one entry with --entries. + Please specify atleast one entry with --entries + + + + Intermediate working directory {0} already exists. Remove {0} or specify another directory with -w. + Intermediate working directory {0} exists, remove {0} or specify another directory with -w + + + + Skips the optimization phase. + Skips the optimization phase. + + + + + \ No newline at end of file diff --git a/src/dotnet/commands/dotnet-cache/xlf/LocalizableStrings.pt-BR.xlf b/src/dotnet/commands/dotnet-cache/xlf/LocalizableStrings.pt-BR.xlf new file mode 100644 index 000000000..922f84b4d --- /dev/null +++ b/src/dotnet/commands/dotnet-cache/xlf/LocalizableStrings.pt-BR.xlf @@ -0,0 +1,98 @@ + + + + + + + .NET Cache + .NET Cache + + + + Caches the specified assemblies for the .NET Platform. By default, these will be optimized for the target runtime and framework. + Cahes Assemblies specified for the .NET Platform + + + + ProjectEntries + ProjectEntries + + + + The XML file that contains the list of packages to be cached. + The MSBuild project file used to specify the list of packages to be cached. + + + + FRAMEWORK + FRAMEWORK + + + + Target framework for which to cache for. + Target framework for which to cache for + + + + RUNTIME_IDENTIFIER + RUNTIME_IDENTIFIER + + + + Target runtime to cache for. + Target runtime to cache for. + + + + OUTPUT_DIR + OUTPUT_DIR + + + + Output directory in which to cache the given assemblies. + Path in which to cache the given assemblies + + + + FrameworkVersion + FrameworkVersion + + + + The Microsoft.NETCore.App package version that will be used to run the assemblies. + The Microsoft.NETCore.App package version that will be used to run the assemblies + + + + IntermediateWorkingDir + IntermediateWorkingDir + + + + The directory used by the command to execute. + The directory used by the command to do its work + + + + Preserves the intermediate working directory. + The directory used by the command to do its work will not be removed + + + + Specify at least one entry with --entries. + Please specify atleast one entry with --entries + + + + Intermediate working directory {0} already exists. Remove {0} or specify another directory with -w. + Intermediate working directory {0} exists, remove {0} or specify another directory with -w + + + + Skips the optimization phase. + Skips the optimization phase. + + + + + \ No newline at end of file diff --git a/src/dotnet/commands/dotnet-cache/xlf/LocalizableStrings.ru.xlf b/src/dotnet/commands/dotnet-cache/xlf/LocalizableStrings.ru.xlf new file mode 100644 index 000000000..a9bbfdc18 --- /dev/null +++ b/src/dotnet/commands/dotnet-cache/xlf/LocalizableStrings.ru.xlf @@ -0,0 +1,98 @@ + + + + + + + .NET Cache + .NET Cache + + + + Caches the specified assemblies for the .NET Platform. By default, these will be optimized for the target runtime and framework. + Cahes Assemblies specified for the .NET Platform + + + + ProjectEntries + ProjectEntries + + + + The XML file that contains the list of packages to be cached. + The MSBuild project file used to specify the list of packages to be cached. + + + + FRAMEWORK + FRAMEWORK + + + + Target framework for which to cache for. + Target framework for which to cache for + + + + RUNTIME_IDENTIFIER + RUNTIME_IDENTIFIER + + + + Target runtime to cache for. + Target runtime to cache for. + + + + OUTPUT_DIR + OUTPUT_DIR + + + + Output directory in which to cache the given assemblies. + Path in which to cache the given assemblies + + + + FrameworkVersion + FrameworkVersion + + + + The Microsoft.NETCore.App package version that will be used to run the assemblies. + The Microsoft.NETCore.App package version that will be used to run the assemblies + + + + IntermediateWorkingDir + IntermediateWorkingDir + + + + The directory used by the command to execute. + The directory used by the command to do its work + + + + Preserves the intermediate working directory. + The directory used by the command to do its work will not be removed + + + + Specify at least one entry with --entries. + Please specify atleast one entry with --entries + + + + Intermediate working directory {0} already exists. Remove {0} or specify another directory with -w. + Intermediate working directory {0} exists, remove {0} or specify another directory with -w + + + + Skips the optimization phase. + Skips the optimization phase. + + + + + \ No newline at end of file diff --git a/src/dotnet/commands/dotnet-cache/xlf/LocalizableStrings.tr.xlf b/src/dotnet/commands/dotnet-cache/xlf/LocalizableStrings.tr.xlf new file mode 100644 index 000000000..409c5dd94 --- /dev/null +++ b/src/dotnet/commands/dotnet-cache/xlf/LocalizableStrings.tr.xlf @@ -0,0 +1,98 @@ + + + + + + + .NET Cache + .NET Cache + + + + Caches the specified assemblies for the .NET Platform. By default, these will be optimized for the target runtime and framework. + Cahes Assemblies specified for the .NET Platform + + + + ProjectEntries + ProjectEntries + + + + The XML file that contains the list of packages to be cached. + The MSBuild project file used to specify the list of packages to be cached. + + + + FRAMEWORK + FRAMEWORK + + + + Target framework for which to cache for. + Target framework for which to cache for + + + + RUNTIME_IDENTIFIER + RUNTIME_IDENTIFIER + + + + Target runtime to cache for. + Target runtime to cache for. + + + + OUTPUT_DIR + OUTPUT_DIR + + + + Output directory in which to cache the given assemblies. + Path in which to cache the given assemblies + + + + FrameworkVersion + FrameworkVersion + + + + The Microsoft.NETCore.App package version that will be used to run the assemblies. + The Microsoft.NETCore.App package version that will be used to run the assemblies + + + + IntermediateWorkingDir + IntermediateWorkingDir + + + + The directory used by the command to execute. + The directory used by the command to do its work + + + + Preserves the intermediate working directory. + The directory used by the command to do its work will not be removed + + + + Specify at least one entry with --entries. + Please specify atleast one entry with --entries + + + + Intermediate working directory {0} already exists. Remove {0} or specify another directory with -w. + Intermediate working directory {0} exists, remove {0} or specify another directory with -w + + + + Skips the optimization phase. + Skips the optimization phase. + + + + + \ No newline at end of file diff --git a/src/dotnet/commands/dotnet-cache/xlf/LocalizableStrings.xlf b/src/dotnet/commands/dotnet-cache/xlf/LocalizableStrings.xlf new file mode 100644 index 000000000..2ee6951d4 --- /dev/null +++ b/src/dotnet/commands/dotnet-cache/xlf/LocalizableStrings.xlf @@ -0,0 +1,80 @@ + + + + + + + .NET Cache + + + + Caches the specified assemblies for the .NET Platform. By default, these will be optimized for the target runtime and framework. + + + + ProjectEntries + + + + The XML file that contains the list of packages to be cached. + + + + FRAMEWORK + + + + Target framework for which to cache for. + + + + RUNTIME_IDENTIFIER + + + + Target runtime to cache for. + + + + OUTPUT_DIR + + + + Output directory in which to cache the given assemblies. + + + + FrameworkVersion + + + + The Microsoft.NETCore.App package version that will be used to run the assemblies. + + + + IntermediateWorkingDir + + + + The directory used by the command to execute. + + + + Preserves the intermediate working directory. + + + + Specify at least one entry with --entries. + + + + Intermediate working directory {0} already exists. Remove {0} or specify another directory with -w. + + + + Skips the optimization phase. + + + + + \ No newline at end of file diff --git a/src/dotnet/commands/dotnet-cache/xlf/LocalizableStrings.zh-Hans.xlf b/src/dotnet/commands/dotnet-cache/xlf/LocalizableStrings.zh-Hans.xlf new file mode 100644 index 000000000..73966975c --- /dev/null +++ b/src/dotnet/commands/dotnet-cache/xlf/LocalizableStrings.zh-Hans.xlf @@ -0,0 +1,98 @@ + + + + + + + .NET Cache + .NET Cache + + + + Caches the specified assemblies for the .NET Platform. By default, these will be optimized for the target runtime and framework. + Cahes Assemblies specified for the .NET Platform + + + + ProjectEntries + ProjectEntries + + + + The XML file that contains the list of packages to be cached. + The MSBuild project file used to specify the list of packages to be cached. + + + + FRAMEWORK + FRAMEWORK + + + + Target framework for which to cache for. + Target framework for which to cache for + + + + RUNTIME_IDENTIFIER + RUNTIME_IDENTIFIER + + + + Target runtime to cache for. + Target runtime to cache for. + + + + OUTPUT_DIR + OUTPUT_DIR + + + + Output directory in which to cache the given assemblies. + Path in which to cache the given assemblies + + + + FrameworkVersion + FrameworkVersion + + + + The Microsoft.NETCore.App package version that will be used to run the assemblies. + The Microsoft.NETCore.App package version that will be used to run the assemblies + + + + IntermediateWorkingDir + IntermediateWorkingDir + + + + The directory used by the command to execute. + The directory used by the command to do its work + + + + Preserves the intermediate working directory. + The directory used by the command to do its work will not be removed + + + + Specify at least one entry with --entries. + Please specify atleast one entry with --entries + + + + Intermediate working directory {0} already exists. Remove {0} or specify another directory with -w. + Intermediate working directory {0} exists, remove {0} or specify another directory with -w + + + + Skips the optimization phase. + Skips the optimization phase. + + + + + \ No newline at end of file diff --git a/src/dotnet/commands/dotnet-cache/xlf/LocalizableStrings.zh-Hant.xlf b/src/dotnet/commands/dotnet-cache/xlf/LocalizableStrings.zh-Hant.xlf new file mode 100644 index 000000000..9e5a5a050 --- /dev/null +++ b/src/dotnet/commands/dotnet-cache/xlf/LocalizableStrings.zh-Hant.xlf @@ -0,0 +1,98 @@ + + + + + + + .NET Cache + .NET Cache + + + + Caches the specified assemblies for the .NET Platform. By default, these will be optimized for the target runtime and framework. + Cahes Assemblies specified for the .NET Platform + + + + ProjectEntries + ProjectEntries + + + + The XML file that contains the list of packages to be cached. + The MSBuild project file used to specify the list of packages to be cached. + + + + FRAMEWORK + FRAMEWORK + + + + Target framework for which to cache for. + Target framework for which to cache for + + + + RUNTIME_IDENTIFIER + RUNTIME_IDENTIFIER + + + + Target runtime to cache for. + Target runtime to cache for. + + + + OUTPUT_DIR + OUTPUT_DIR + + + + Output directory in which to cache the given assemblies. + Path in which to cache the given assemblies + + + + FrameworkVersion + FrameworkVersion + + + + The Microsoft.NETCore.App package version that will be used to run the assemblies. + The Microsoft.NETCore.App package version that will be used to run the assemblies + + + + IntermediateWorkingDir + IntermediateWorkingDir + + + + The directory used by the command to execute. + The directory used by the command to do its work + + + + Preserves the intermediate working directory. + The directory used by the command to do its work will not be removed + + + + Specify at least one entry with --entries. + Please specify atleast one entry with --entries + + + + Intermediate working directory {0} already exists. Remove {0} or specify another directory with -w. + Intermediate working directory {0} exists, remove {0} or specify another directory with -w + + + + Skips the optimization phase. + Skips the optimization phase. + + + + + \ No newline at end of file