From a37befab2fe71972430aac06ac0976f3bb34218e Mon Sep 17 00:00:00 2001 From: Livar Cunha Date: Wed, 28 Dec 2016 02:53:54 -0800 Subject: [PATCH] Updating xlf files to incorporate the runtime option in restore and localization for dotnet add package --- .../xlf/LocalizableStrings.cs.xlf | 78 +++++++++++++++++++ .../xlf/LocalizableStrings.de.xlf | 78 +++++++++++++++++++ .../xlf/LocalizableStrings.es.xlf | 78 +++++++++++++++++++ .../xlf/LocalizableStrings.fr.xlf | 78 +++++++++++++++++++ .../xlf/LocalizableStrings.it.xlf | 78 +++++++++++++++++++ .../xlf/LocalizableStrings.ja.xlf | 78 +++++++++++++++++++ .../xlf/LocalizableStrings.ko.xlf | 78 +++++++++++++++++++ .../xlf/LocalizableStrings.pl.xlf | 78 +++++++++++++++++++ .../xlf/LocalizableStrings.pt-BR.xlf | 78 +++++++++++++++++++ .../xlf/LocalizableStrings.ru.xlf | 78 +++++++++++++++++++ .../xlf/LocalizableStrings.tr.xlf | 78 +++++++++++++++++++ .../xlf/LocalizableStrings.xlf | 64 +++++++++++++++ .../xlf/LocalizableStrings.zh-Hans.xlf | 78 +++++++++++++++++++ .../xlf/LocalizableStrings.zh-Hant.xlf | 78 +++++++++++++++++++ .../xlf/LocalizableStrings.cs.xlf | 10 +++ .../xlf/LocalizableStrings.de.xlf | 10 +++ .../xlf/LocalizableStrings.es.xlf | 10 +++ .../xlf/LocalizableStrings.fr.xlf | 10 +++ .../xlf/LocalizableStrings.it.xlf | 10 +++ .../xlf/LocalizableStrings.ja.xlf | 10 +++ .../xlf/LocalizableStrings.ko.xlf | 10 +++ .../xlf/LocalizableStrings.pl.xlf | 10 +++ .../xlf/LocalizableStrings.pt-BR.xlf | 10 +++ .../xlf/LocalizableStrings.ru.xlf | 10 +++ .../xlf/LocalizableStrings.tr.xlf | 10 +++ .../dotnet-restore/xlf/LocalizableStrings.xlf | 18 +++-- .../xlf/LocalizableStrings.zh-Hans.xlf | 10 +++ .../xlf/LocalizableStrings.zh-Hant.xlf | 10 +++ 28 files changed, 1221 insertions(+), 5 deletions(-) create mode 100644 src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.cs.xlf create mode 100644 src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.de.xlf create mode 100644 src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.es.xlf create mode 100644 src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.fr.xlf create mode 100644 src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.it.xlf create mode 100644 src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.ja.xlf create mode 100644 src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.ko.xlf create mode 100644 src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.pl.xlf create mode 100644 src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.pt-BR.xlf create mode 100644 src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.ru.xlf create mode 100644 src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.tr.xlf create mode 100644 src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.xlf create mode 100644 src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.zh-Hans.xlf create mode 100644 src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.zh-Hant.xlf diff --git a/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.cs.xlf b/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.cs.xlf new file mode 100644 index 000000000..1713260a4 --- /dev/null +++ b/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.cs.xlf @@ -0,0 +1,78 @@ + + + + + + + .NET Add Package reference Command + .NET Add Package reference Command + + + + Command to add package reference + Command to add package reference + + + + Package references to add + Package references to add + + + + Please specify one package reference to add. + Please specify one package reference to add. + + + + Add reference only when targetting a specific framework + Add reference only when targetting a specific framework + + + + Add reference without performing restore preview and compatibility check. + Add reference without performing restore preview and compatibility check. + + + + Use specific NuGet package sources to use during the restore. + Use specific NuGet package sources to use during the restore. + + + + Restore the packages to this Directory . + Restore the packages to this Directory . + + + + Version for the package to be added. + Version for the package to be added. + + + + Unable to Create Dependency graph file for project '{0}'. Cannot add package reference. + Unable to Create Dependency graph file for project '{0}'. Cannot add package reference. + + + + VERSION + VERSION + + + + FRAMEWORK + FRAMEWORK + + + + SOURCE + SOURCE + + + + PACKAGE_DIRECTORY + PACKAGE_DIRECTORY + + + + + \ No newline at end of file diff --git a/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.de.xlf b/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.de.xlf new file mode 100644 index 000000000..c7efa4b01 --- /dev/null +++ b/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.de.xlf @@ -0,0 +1,78 @@ + + + + + + + .NET Add Package reference Command + .NET Add Package reference Command + + + + Command to add package reference + Command to add package reference + + + + Package references to add + Package references to add + + + + Please specify one package reference to add. + Please specify one package reference to add. + + + + Add reference only when targetting a specific framework + Add reference only when targetting a specific framework + + + + Add reference without performing restore preview and compatibility check. + Add reference without performing restore preview and compatibility check. + + + + Use specific NuGet package sources to use during the restore. + Use specific NuGet package sources to use during the restore. + + + + Restore the packages to this Directory . + Restore the packages to this Directory . + + + + Version for the package to be added. + Version for the package to be added. + + + + Unable to Create Dependency graph file for project '{0}'. Cannot add package reference. + Unable to Create Dependency graph file for project '{0}'. Cannot add package reference. + + + + VERSION + VERSION + + + + FRAMEWORK + FRAMEWORK + + + + SOURCE + SOURCE + + + + PACKAGE_DIRECTORY + PACKAGE_DIRECTORY + + + + + \ No newline at end of file diff --git a/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.es.xlf b/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.es.xlf new file mode 100644 index 000000000..ceafa595a --- /dev/null +++ b/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.es.xlf @@ -0,0 +1,78 @@ + + + + + + + .NET Add Package reference Command + .NET Add Package reference Command + + + + Command to add package reference + Command to add package reference + + + + Package references to add + Package references to add + + + + Please specify one package reference to add. + Please specify one package reference to add. + + + + Add reference only when targetting a specific framework + Add reference only when targetting a specific framework + + + + Add reference without performing restore preview and compatibility check. + Add reference without performing restore preview and compatibility check. + + + + Use specific NuGet package sources to use during the restore. + Use specific NuGet package sources to use during the restore. + + + + Restore the packages to this Directory . + Restore the packages to this Directory . + + + + Version for the package to be added. + Version for the package to be added. + + + + Unable to Create Dependency graph file for project '{0}'. Cannot add package reference. + Unable to Create Dependency graph file for project '{0}'. Cannot add package reference. + + + + VERSION + VERSION + + + + FRAMEWORK + FRAMEWORK + + + + SOURCE + SOURCE + + + + PACKAGE_DIRECTORY + PACKAGE_DIRECTORY + + + + + \ No newline at end of file diff --git a/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.fr.xlf b/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.fr.xlf new file mode 100644 index 000000000..74673dab4 --- /dev/null +++ b/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.fr.xlf @@ -0,0 +1,78 @@ + + + + + + + .NET Add Package reference Command + .NET Add Package reference Command + + + + Command to add package reference + Command to add package reference + + + + Package references to add + Package references to add + + + + Please specify one package reference to add. + Please specify one package reference to add. + + + + Add reference only when targetting a specific framework + Add reference only when targetting a specific framework + + + + Add reference without performing restore preview and compatibility check. + Add reference without performing restore preview and compatibility check. + + + + Use specific NuGet package sources to use during the restore. + Use specific NuGet package sources to use during the restore. + + + + Restore the packages to this Directory . + Restore the packages to this Directory . + + + + Version for the package to be added. + Version for the package to be added. + + + + Unable to Create Dependency graph file for project '{0}'. Cannot add package reference. + Unable to Create Dependency graph file for project '{0}'. Cannot add package reference. + + + + VERSION + VERSION + + + + FRAMEWORK + FRAMEWORK + + + + SOURCE + SOURCE + + + + PACKAGE_DIRECTORY + PACKAGE_DIRECTORY + + + + + \ No newline at end of file diff --git a/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.it.xlf b/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.it.xlf new file mode 100644 index 000000000..54458d510 --- /dev/null +++ b/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.it.xlf @@ -0,0 +1,78 @@ + + + + + + + .NET Add Package reference Command + .NET Add Package reference Command + + + + Command to add package reference + Command to add package reference + + + + Package references to add + Package references to add + + + + Please specify one package reference to add. + Please specify one package reference to add. + + + + Add reference only when targetting a specific framework + Add reference only when targetting a specific framework + + + + Add reference without performing restore preview and compatibility check. + Add reference without performing restore preview and compatibility check. + + + + Use specific NuGet package sources to use during the restore. + Use specific NuGet package sources to use during the restore. + + + + Restore the packages to this Directory . + Restore the packages to this Directory . + + + + Version for the package to be added. + Version for the package to be added. + + + + Unable to Create Dependency graph file for project '{0}'. Cannot add package reference. + Unable to Create Dependency graph file for project '{0}'. Cannot add package reference. + + + + VERSION + VERSION + + + + FRAMEWORK + FRAMEWORK + + + + SOURCE + SOURCE + + + + PACKAGE_DIRECTORY + PACKAGE_DIRECTORY + + + + + \ No newline at end of file diff --git a/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.ja.xlf b/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.ja.xlf new file mode 100644 index 000000000..404f46203 --- /dev/null +++ b/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.ja.xlf @@ -0,0 +1,78 @@ + + + + + + + .NET Add Package reference Command + .NET Add Package reference Command + + + + Command to add package reference + Command to add package reference + + + + Package references to add + Package references to add + + + + Please specify one package reference to add. + Please specify one package reference to add. + + + + Add reference only when targetting a specific framework + Add reference only when targetting a specific framework + + + + Add reference without performing restore preview and compatibility check. + Add reference without performing restore preview and compatibility check. + + + + Use specific NuGet package sources to use during the restore. + Use specific NuGet package sources to use during the restore. + + + + Restore the packages to this Directory . + Restore the packages to this Directory . + + + + Version for the package to be added. + Version for the package to be added. + + + + Unable to Create Dependency graph file for project '{0}'. Cannot add package reference. + Unable to Create Dependency graph file for project '{0}'. Cannot add package reference. + + + + VERSION + VERSION + + + + FRAMEWORK + FRAMEWORK + + + + SOURCE + SOURCE + + + + PACKAGE_DIRECTORY + PACKAGE_DIRECTORY + + + + + \ No newline at end of file diff --git a/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.ko.xlf b/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.ko.xlf new file mode 100644 index 000000000..3a3695042 --- /dev/null +++ b/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.ko.xlf @@ -0,0 +1,78 @@ + + + + + + + .NET Add Package reference Command + .NET Add Package reference Command + + + + Command to add package reference + Command to add package reference + + + + Package references to add + Package references to add + + + + Please specify one package reference to add. + Please specify one package reference to add. + + + + Add reference only when targetting a specific framework + Add reference only when targetting a specific framework + + + + Add reference without performing restore preview and compatibility check. + Add reference without performing restore preview and compatibility check. + + + + Use specific NuGet package sources to use during the restore. + Use specific NuGet package sources to use during the restore. + + + + Restore the packages to this Directory . + Restore the packages to this Directory . + + + + Version for the package to be added. + Version for the package to be added. + + + + Unable to Create Dependency graph file for project '{0}'. Cannot add package reference. + Unable to Create Dependency graph file for project '{0}'. Cannot add package reference. + + + + VERSION + VERSION + + + + FRAMEWORK + FRAMEWORK + + + + SOURCE + SOURCE + + + + PACKAGE_DIRECTORY + PACKAGE_DIRECTORY + + + + + \ No newline at end of file diff --git a/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.pl.xlf b/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.pl.xlf new file mode 100644 index 000000000..a01384c4d --- /dev/null +++ b/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.pl.xlf @@ -0,0 +1,78 @@ + + + + + + + .NET Add Package reference Command + .NET Add Package reference Command + + + + Command to add package reference + Command to add package reference + + + + Package references to add + Package references to add + + + + Please specify one package reference to add. + Please specify one package reference to add. + + + + Add reference only when targetting a specific framework + Add reference only when targetting a specific framework + + + + Add reference without performing restore preview and compatibility check. + Add reference without performing restore preview and compatibility check. + + + + Use specific NuGet package sources to use during the restore. + Use specific NuGet package sources to use during the restore. + + + + Restore the packages to this Directory . + Restore the packages to this Directory . + + + + Version for the package to be added. + Version for the package to be added. + + + + Unable to Create Dependency graph file for project '{0}'. Cannot add package reference. + Unable to Create Dependency graph file for project '{0}'. Cannot add package reference. + + + + VERSION + VERSION + + + + FRAMEWORK + FRAMEWORK + + + + SOURCE + SOURCE + + + + PACKAGE_DIRECTORY + PACKAGE_DIRECTORY + + + + + \ No newline at end of file diff --git a/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.pt-BR.xlf b/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.pt-BR.xlf new file mode 100644 index 000000000..1cf99b28f --- /dev/null +++ b/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.pt-BR.xlf @@ -0,0 +1,78 @@ + + + + + + + .NET Add Package reference Command + .NET Add Package reference Command + + + + Command to add package reference + Command to add package reference + + + + Package references to add + Package references to add + + + + Please specify one package reference to add. + Please specify one package reference to add. + + + + Add reference only when targetting a specific framework + Add reference only when targetting a specific framework + + + + Add reference without performing restore preview and compatibility check. + Add reference without performing restore preview and compatibility check. + + + + Use specific NuGet package sources to use during the restore. + Use specific NuGet package sources to use during the restore. + + + + Restore the packages to this Directory . + Restore the packages to this Directory . + + + + Version for the package to be added. + Version for the package to be added. + + + + Unable to Create Dependency graph file for project '{0}'. Cannot add package reference. + Unable to Create Dependency graph file for project '{0}'. Cannot add package reference. + + + + VERSION + VERSION + + + + FRAMEWORK + FRAMEWORK + + + + SOURCE + SOURCE + + + + PACKAGE_DIRECTORY + PACKAGE_DIRECTORY + + + + + \ No newline at end of file diff --git a/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.ru.xlf b/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.ru.xlf new file mode 100644 index 000000000..17de65921 --- /dev/null +++ b/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.ru.xlf @@ -0,0 +1,78 @@ + + + + + + + .NET Add Package reference Command + .NET Add Package reference Command + + + + Command to add package reference + Command to add package reference + + + + Package references to add + Package references to add + + + + Please specify one package reference to add. + Please specify one package reference to add. + + + + Add reference only when targetting a specific framework + Add reference only when targetting a specific framework + + + + Add reference without performing restore preview and compatibility check. + Add reference without performing restore preview and compatibility check. + + + + Use specific NuGet package sources to use during the restore. + Use specific NuGet package sources to use during the restore. + + + + Restore the packages to this Directory . + Restore the packages to this Directory . + + + + Version for the package to be added. + Version for the package to be added. + + + + Unable to Create Dependency graph file for project '{0}'. Cannot add package reference. + Unable to Create Dependency graph file for project '{0}'. Cannot add package reference. + + + + VERSION + VERSION + + + + FRAMEWORK + FRAMEWORK + + + + SOURCE + SOURCE + + + + PACKAGE_DIRECTORY + PACKAGE_DIRECTORY + + + + + \ No newline at end of file diff --git a/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.tr.xlf b/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.tr.xlf new file mode 100644 index 000000000..ea4f72f25 --- /dev/null +++ b/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.tr.xlf @@ -0,0 +1,78 @@ + + + + + + + .NET Add Package reference Command + .NET Add Package reference Command + + + + Command to add package reference + Command to add package reference + + + + Package references to add + Package references to add + + + + Please specify one package reference to add. + Please specify one package reference to add. + + + + Add reference only when targetting a specific framework + Add reference only when targetting a specific framework + + + + Add reference without performing restore preview and compatibility check. + Add reference without performing restore preview and compatibility check. + + + + Use specific NuGet package sources to use during the restore. + Use specific NuGet package sources to use during the restore. + + + + Restore the packages to this Directory . + Restore the packages to this Directory . + + + + Version for the package to be added. + Version for the package to be added. + + + + Unable to Create Dependency graph file for project '{0}'. Cannot add package reference. + Unable to Create Dependency graph file for project '{0}'. Cannot add package reference. + + + + VERSION + VERSION + + + + FRAMEWORK + FRAMEWORK + + + + SOURCE + SOURCE + + + + PACKAGE_DIRECTORY + PACKAGE_DIRECTORY + + + + + \ No newline at end of file diff --git a/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.xlf b/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.xlf new file mode 100644 index 000000000..60412deb1 --- /dev/null +++ b/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.xlf @@ -0,0 +1,64 @@ + + + + + + + .NET Add Package reference Command + + + + Command to add package reference + + + + Package references to add + + + + Please specify one package reference to add. + + + + Add reference only when targetting a specific framework + + + + Add reference without performing restore preview and compatibility check. + + + + Use specific NuGet package sources to use during the restore. + + + + Restore the packages to this Directory . + + + + Version for the package to be added. + + + + Unable to Create Dependency graph file for project '{0}'. Cannot add package reference. + + + + VERSION + + + + FRAMEWORK + + + + SOURCE + + + + PACKAGE_DIRECTORY + + + + + \ No newline at end of file diff --git a/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.zh-Hans.xlf b/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.zh-Hans.xlf new file mode 100644 index 000000000..50aa7f8bf --- /dev/null +++ b/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.zh-Hans.xlf @@ -0,0 +1,78 @@ + + + + + + + .NET Add Package reference Command + .NET Add Package reference Command + + + + Command to add package reference + Command to add package reference + + + + Package references to add + Package references to add + + + + Please specify one package reference to add. + Please specify one package reference to add. + + + + Add reference only when targetting a specific framework + Add reference only when targetting a specific framework + + + + Add reference without performing restore preview and compatibility check. + Add reference without performing restore preview and compatibility check. + + + + Use specific NuGet package sources to use during the restore. + Use specific NuGet package sources to use during the restore. + + + + Restore the packages to this Directory . + Restore the packages to this Directory . + + + + Version for the package to be added. + Version for the package to be added. + + + + Unable to Create Dependency graph file for project '{0}'. Cannot add package reference. + Unable to Create Dependency graph file for project '{0}'. Cannot add package reference. + + + + VERSION + VERSION + + + + FRAMEWORK + FRAMEWORK + + + + SOURCE + SOURCE + + + + PACKAGE_DIRECTORY + PACKAGE_DIRECTORY + + + + + \ No newline at end of file diff --git a/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.zh-Hant.xlf b/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.zh-Hant.xlf new file mode 100644 index 000000000..ac0ee9423 --- /dev/null +++ b/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.zh-Hant.xlf @@ -0,0 +1,78 @@ + + + + + + + .NET Add Package reference Command + .NET Add Package reference Command + + + + Command to add package reference + Command to add package reference + + + + Package references to add + Package references to add + + + + Please specify one package reference to add. + Please specify one package reference to add. + + + + Add reference only when targetting a specific framework + Add reference only when targetting a specific framework + + + + Add reference without performing restore preview and compatibility check. + Add reference without performing restore preview and compatibility check. + + + + Use specific NuGet package sources to use during the restore. + Use specific NuGet package sources to use during the restore. + + + + Restore the packages to this Directory . + Restore the packages to this Directory . + + + + Version for the package to be added. + Version for the package to be added. + + + + Unable to Create Dependency graph file for project '{0}'. Cannot add package reference. + Unable to Create Dependency graph file for project '{0}'. Cannot add package reference. + + + + VERSION + VERSION + + + + FRAMEWORK + FRAMEWORK + + + + SOURCE + SOURCE + + + + PACKAGE_DIRECTORY + PACKAGE_DIRECTORY + + + + + \ No newline at end of file diff --git a/src/dotnet/commands/dotnet-restore/xlf/LocalizableStrings.cs.xlf b/src/dotnet/commands/dotnet-restore/xlf/LocalizableStrings.cs.xlf index 0c86508ab..df1f16bf1 100644 --- a/src/dotnet/commands/dotnet-restore/xlf/LocalizableStrings.cs.xlf +++ b/src/dotnet/commands/dotnet-restore/xlf/LocalizableStrings.cs.xlf @@ -73,6 +73,16 @@ Když tento příznak nastavíte, ignorují se odkazy mezi projekty a obnoví se jenom kořenový projekt. + + RUNTIME_IDENTIFIER + RUNTIME_IDENTIFIER + + + + Target runtime to restore packages for. + Target runtime to restore packages for. + + \ No newline at end of file diff --git a/src/dotnet/commands/dotnet-restore/xlf/LocalizableStrings.de.xlf b/src/dotnet/commands/dotnet-restore/xlf/LocalizableStrings.de.xlf index f964897e9..71f9792e6 100644 --- a/src/dotnet/commands/dotnet-restore/xlf/LocalizableStrings.de.xlf +++ b/src/dotnet/commands/dotnet-restore/xlf/LocalizableStrings.de.xlf @@ -73,6 +73,16 @@ Legen Sie dieses Flag fest, um Projekt-zu-Projekt-Verweise zu ignorieren und nur das Stammprojekt wiederherzustellen. + + RUNTIME_IDENTIFIER + RUNTIME_IDENTIFIER + + + + Target runtime to restore packages for. + Target runtime to restore packages for. + + \ No newline at end of file diff --git a/src/dotnet/commands/dotnet-restore/xlf/LocalizableStrings.es.xlf b/src/dotnet/commands/dotnet-restore/xlf/LocalizableStrings.es.xlf index 9758e2f2f..c72ed7eb1 100644 --- a/src/dotnet/commands/dotnet-restore/xlf/LocalizableStrings.es.xlf +++ b/src/dotnet/commands/dotnet-restore/xlf/LocalizableStrings.es.xlf @@ -73,6 +73,16 @@ Establezca esta marca para que se omitan las referencias de proyecto a proyecto y se restaure solo el proyecto raíz + + RUNTIME_IDENTIFIER + RUNTIME_IDENTIFIER + + + + Target runtime to restore packages for. + Target runtime to restore packages for. + + \ No newline at end of file diff --git a/src/dotnet/commands/dotnet-restore/xlf/LocalizableStrings.fr.xlf b/src/dotnet/commands/dotnet-restore/xlf/LocalizableStrings.fr.xlf index 425cbe6e1..f054e453c 100644 --- a/src/dotnet/commands/dotnet-restore/xlf/LocalizableStrings.fr.xlf +++ b/src/dotnet/commands/dotnet-restore/xlf/LocalizableStrings.fr.xlf @@ -73,6 +73,16 @@ Définir cet indicateur pour ignorer les références projet à projet et restaurer uniquement le projet racine + + RUNTIME_IDENTIFIER + RUNTIME_IDENTIFIER + + + + Target runtime to restore packages for. + Target runtime to restore packages for. + + \ No newline at end of file diff --git a/src/dotnet/commands/dotnet-restore/xlf/LocalizableStrings.it.xlf b/src/dotnet/commands/dotnet-restore/xlf/LocalizableStrings.it.xlf index 4ba2eefc0..770fef7f4 100644 --- a/src/dotnet/commands/dotnet-restore/xlf/LocalizableStrings.it.xlf +++ b/src/dotnet/commands/dotnet-restore/xlf/LocalizableStrings.it.xlf @@ -73,6 +73,16 @@ Impostare questo flag per ignorare i riferimenti P2P (da progetto a progetto) e ripristinare solo il progetto radice + + RUNTIME_IDENTIFIER + RUNTIME_IDENTIFIER + + + + Target runtime to restore packages for. + Target runtime to restore packages for. + + \ No newline at end of file diff --git a/src/dotnet/commands/dotnet-restore/xlf/LocalizableStrings.ja.xlf b/src/dotnet/commands/dotnet-restore/xlf/LocalizableStrings.ja.xlf index 0442260f3..3b4659814 100644 --- a/src/dotnet/commands/dotnet-restore/xlf/LocalizableStrings.ja.xlf +++ b/src/dotnet/commands/dotnet-restore/xlf/LocalizableStrings.ja.xlf @@ -73,6 +73,16 @@ project to project 参照を無視して、ルート プロジェクトのみを復元するには、このフラグを設定します + + RUNTIME_IDENTIFIER + RUNTIME_IDENTIFIER + + + + Target runtime to restore packages for. + Target runtime to restore packages for. + + \ No newline at end of file diff --git a/src/dotnet/commands/dotnet-restore/xlf/LocalizableStrings.ko.xlf b/src/dotnet/commands/dotnet-restore/xlf/LocalizableStrings.ko.xlf index 45b8dfaa3..3d57c7a89 100644 --- a/src/dotnet/commands/dotnet-restore/xlf/LocalizableStrings.ko.xlf +++ b/src/dotnet/commands/dotnet-restore/xlf/LocalizableStrings.ko.xlf @@ -73,6 +73,16 @@ 프로젝트 간 참조를 무시하고 루트 프로젝트만 복원하려면 이 플래그를 설정합니다. + + RUNTIME_IDENTIFIER + RUNTIME_IDENTIFIER + + + + Target runtime to restore packages for. + Target runtime to restore packages for. + + \ No newline at end of file diff --git a/src/dotnet/commands/dotnet-restore/xlf/LocalizableStrings.pl.xlf b/src/dotnet/commands/dotnet-restore/xlf/LocalizableStrings.pl.xlf index 1004927cb..1e8b0a36f 100644 --- a/src/dotnet/commands/dotnet-restore/xlf/LocalizableStrings.pl.xlf +++ b/src/dotnet/commands/dotnet-restore/xlf/LocalizableStrings.pl.xlf @@ -73,6 +73,16 @@ Ustaw tę flagę, aby ignorować odwołania między projektami i przywrócić tylko projekt główny + + RUNTIME_IDENTIFIER + RUNTIME_IDENTIFIER + + + + Target runtime to restore packages for. + Target runtime to restore packages for. + + \ No newline at end of file diff --git a/src/dotnet/commands/dotnet-restore/xlf/LocalizableStrings.pt-BR.xlf b/src/dotnet/commands/dotnet-restore/xlf/LocalizableStrings.pt-BR.xlf index f54055347..05d67db33 100644 --- a/src/dotnet/commands/dotnet-restore/xlf/LocalizableStrings.pt-BR.xlf +++ b/src/dotnet/commands/dotnet-restore/xlf/LocalizableStrings.pt-BR.xlf @@ -73,6 +73,16 @@ Definir esse sinalizador para ignorar referências de projeto para projeto e restaurar apenas o projeto raiz + + RUNTIME_IDENTIFIER + RUNTIME_IDENTIFIER + + + + Target runtime to restore packages for. + Target runtime to restore packages for. + + \ No newline at end of file diff --git a/src/dotnet/commands/dotnet-restore/xlf/LocalizableStrings.ru.xlf b/src/dotnet/commands/dotnet-restore/xlf/LocalizableStrings.ru.xlf index 84b8f1da7..da6e5ce57 100644 --- a/src/dotnet/commands/dotnet-restore/xlf/LocalizableStrings.ru.xlf +++ b/src/dotnet/commands/dotnet-restore/xlf/LocalizableStrings.ru.xlf @@ -73,6 +73,16 @@ Задайте этот флаг, чтобы пропускать ссылки проектов на проекты и выполнять восстановление только корневого проекта. + + RUNTIME_IDENTIFIER + RUNTIME_IDENTIFIER + + + + Target runtime to restore packages for. + Target runtime to restore packages for. + + \ No newline at end of file diff --git a/src/dotnet/commands/dotnet-restore/xlf/LocalizableStrings.tr.xlf b/src/dotnet/commands/dotnet-restore/xlf/LocalizableStrings.tr.xlf index 4e0e85374..f028f439c 100644 --- a/src/dotnet/commands/dotnet-restore/xlf/LocalizableStrings.tr.xlf +++ b/src/dotnet/commands/dotnet-restore/xlf/LocalizableStrings.tr.xlf @@ -73,6 +73,16 @@ Projeden projeye başvuruları yoksaymak ve yalnızca kök projeyi geri yüklemek için bu bayrağı ayarlayın + + RUNTIME_IDENTIFIER + RUNTIME_IDENTIFIER + + + + Target runtime to restore packages for. + Target runtime to restore packages for. + + \ No newline at end of file diff --git a/src/dotnet/commands/dotnet-restore/xlf/LocalizableStrings.xlf b/src/dotnet/commands/dotnet-restore/xlf/LocalizableStrings.xlf index 8b90de434..c949828e0 100644 --- a/src/dotnet/commands/dotnet-restore/xlf/LocalizableStrings.xlf +++ b/src/dotnet/commands/dotnet-restore/xlf/LocalizableStrings.xlf @@ -5,7 +5,7 @@ .NET dependency restorer - + restore for msbuild @@ -13,7 +13,7 @@ PROJECT - + Optional path to a project file or MSBuild arguments. @@ -21,7 +21,7 @@ SOURCE - + Specifies a NuGet package source to use during the restore. @@ -29,7 +29,7 @@ PACKAGES_DIRECTORY - + Directory to install packages in. @@ -41,7 +41,7 @@ FILE - + The NuGet configuration file to use. @@ -59,6 +59,14 @@ Set this flag to ignore project to project references and only restore the root project + + RUNTIME_IDENTIFIER + + + + Target runtime to restore packages for. + + \ No newline at end of file diff --git a/src/dotnet/commands/dotnet-restore/xlf/LocalizableStrings.zh-Hans.xlf b/src/dotnet/commands/dotnet-restore/xlf/LocalizableStrings.zh-Hans.xlf index f775560f5..6c9d0af87 100644 --- a/src/dotnet/commands/dotnet-restore/xlf/LocalizableStrings.zh-Hans.xlf +++ b/src/dotnet/commands/dotnet-restore/xlf/LocalizableStrings.zh-Hans.xlf @@ -73,6 +73,16 @@ 设置此标志以忽略项目到项目引用,并仅还原根项目 + + RUNTIME_IDENTIFIER + RUNTIME_IDENTIFIER + + + + Target runtime to restore packages for. + Target runtime to restore packages for. + + \ No newline at end of file diff --git a/src/dotnet/commands/dotnet-restore/xlf/LocalizableStrings.zh-Hant.xlf b/src/dotnet/commands/dotnet-restore/xlf/LocalizableStrings.zh-Hant.xlf index 5f4f4acf9..b626dc067 100644 --- a/src/dotnet/commands/dotnet-restore/xlf/LocalizableStrings.zh-Hant.xlf +++ b/src/dotnet/commands/dotnet-restore/xlf/LocalizableStrings.zh-Hant.xlf @@ -73,6 +73,16 @@ 將此旗標設定為略過專案對專案參考並僅還原根專案 + + RUNTIME_IDENTIFIER + RUNTIME_IDENTIFIER + + + + Target runtime to restore packages for. + Target runtime to restore packages for. + + \ No newline at end of file