diff --git a/src/Cli/dotnet/Commands/xlf/CliCommandStrings.cs.xlf b/src/Cli/dotnet/Commands/xlf/CliCommandStrings.cs.xlf
index aaea01228d53..69f0ea0788e1 100644
--- a/src/Cli/dotnet/Commands/xlf/CliCommandStrings.cs.xlf
+++ b/src/Cli/dotnet/Commands/xlf/CliCommandStrings.cs.xlf
@@ -94,7 +94,7 @@
Do not display the startup banner or the copyright message.
- Nezobrazovat úvodní nápis ani zprávu o autorských právech
+ Do not display the startup banner or the copyright message.
@@ -186,7 +186,7 @@ Prohledané cesty: „{1}“, „{2}“.
Some directives cannot be converted. Run the file to see all compilation errors. Specify '--force' to convert anyway.
- Některé direktivy nelze převést. Spuštěním souboru zobrazíte všechny chyby kompilace. Zadejte „--force“, pokud chcete přesto provést převod.
+ Some directives cannot be converted. Run the file to see all compilation errors. Specify '--force' to convert anyway.{Locked="--force"}
@@ -236,7 +236,7 @@ Prohledané cesty: „{1}“, „{2}“.
Do not display the startup banner or the copyright message.
- Nezobrazovat úvodní nápis ani zprávu o autorských právech
+ Do not display the startup banner or the copyright message.
@@ -460,12 +460,12 @@ Pokud není zadaný, soubor se vygeneruje ve výchozím adresáři TestResults.<
Defines the path of directory to run. If not specified, it defaults to the current directory.
- Definuje cestu k adresáři pro spuštění. Pokud se nezadá, použije se výchozí nastavení aktuálního adresáře.
+ Defines the path of directory to run. If not specified, it defaults to the current directory.DIRECTORY_PATH
- DIRECTORY_PATH
+ DIRECTORY_PATH
@@ -745,12 +745,12 @@ Jedná se o ekvivalent odstranění project.assets.json.
Defines the path of the project file to run (folder name or full path). If not specified, it defaults to the current directory.
- Definuje cestu k souboru projektu, který se má spustit (název složky nebo úplná cesta). Pokud se nezadá, použije se výchozí nastavení aktuálního adresáře.
+ Defines the path of the project file to run (folder name or full path). If not specified, it defaults to the current directory.PROJECT_PATH
- PROJECT_PATH
+ PROJECT_PATH
@@ -797,7 +797,7 @@ Pokud zadaný adresář neexistuje, bude vytvořen.
Defines the path of the solution file to run. If not specified, it defaults to the current directory.
- Definuje cestu k souboru řešení, který se má spustit. Pokud se nezadá, použije se výchozí nastavení aktuálního adresáře.
+ Defines the path of the solution file to run. If not specified, it defaults to the current directory.
@@ -988,7 +988,7 @@ Další informace najdete na https://aka.ms/dotnet-test/mtp.
The path to the project file to run (defaults to the current directory if there is only one project).
- Cesta ke spouštěnému souboru projektu (výchozí je aktuální adresář, pokud existuje jenom jeden projekt)
+ The path to the project file to run (defaults to the current directory if there is only one project).
@@ -1073,7 +1073,7 @@ Další informace najdete na https://aka.ms/dotnet-test/mtp.
(Default)
- (výchozí)
+ (Default)
@@ -1108,7 +1108,7 @@ Další informace najdete na https://aka.ms/dotnet-test/mtp.
An error was encountered when reading '{0}': {1}
- Při čtení {0} došlo k chybě: {1}
+ An error was encountered when reading '{0}': {1}{0} is file path. {1} is exception message.
@@ -1128,7 +1128,7 @@ Další informace najdete na https://aka.ms/dotnet-test/mtp.
error
- chyba
+ errorUsed when reporting directive errors like "file(location): error: message".
@@ -1194,7 +1194,7 @@ Další informace najdete na https://aka.ms/dotnet-test/mtp.
'dotnet' unexpectedly received less than 4 bytes from the 'dotnet test' named pipe.
- Příkaz dotnet neočekávaně obdržel z pojmenovaného kanálu dotnet test méně než 4 bajty.
+ 'dotnet' unexpectedly received less than 4 bytes from the 'dotnet test' named pipe.
@@ -1226,14 +1226,14 @@ Další informace najdete na https://aka.ms/dotnet-test/mtp.
There are several launch profiles with case-sensitive names, which isn't permitted:
{0}
Make the profile names distinct.
- Existuje několik spouštěcích profilů s názvy rozlišujícími malá a velká písmena, což není povoleno:
+ There are several launch profiles with case-sensitive names, which isn't permitted:
{0}
-Nastavte odlišné názvy profilů.
+Make the profile names distinct.Duplicate directives are not supported: {0}
- Duplicitní direktivy nejsou podporovány: {0}
+ Duplicate directives are not supported: {0}{0} is the directive type and name.
@@ -1593,7 +1593,7 @@ Nastavte odlišné názvy profilů.
The directive should contain a name without special characters and an optional value separated by '{1}' like '#:{0} Name{1}Value'.
- Direktiva by měla obsahovat název bez speciálních znaků a volitelnou hodnotu oddělenou znakem {1}, například #:{0} Název{1}Hodnota.
+ The directive should contain a name without special characters and an optional value separated by '{1}' like '#:{0} Name{1}Value'.{0} is the directive type like 'package' or 'sdk'. {1} is the expected separator like '@' or '='.
@@ -1613,7 +1613,7 @@ Nastavte odlišné názvy profilů.
The '#:project' directive is invalid: {0}
- Direktiva #:project je neplatná: {0}
+ The '#:project' directive is invalid: {0}{0} is the inner error message.
@@ -1638,22 +1638,22 @@ Nastavte odlišné názvy profilů.
A launch profile with the name '{0}' doesn't exist.
- Profil spuštění s názvem {0} neexistuje.
+ A launch profile with the name '{0}' doesn't exist.The launch profile type '{0}' is not supported.
- Typ profilu spuštění {0} se nepodporuje.
+ The launch profile type '{0}' is not supported.A profile with the specified name isn't a valid JSON object.
- Profil se zadaným názvem není platný objekt JSON.
+ A profile with the specified name isn't a valid JSON object.The 'profiles' property of the launch settings document is not a JSON object.
- Vlastnost profiles v dokumentu nastavení spuštění není objektem JSON.
+ The 'profiles' property of the launch settings document is not a JSON object.
@@ -1755,7 +1755,7 @@ Nástroj {1} (verze {2}) se úspěšně nainstaloval. Do souboru manifestu {3} s
Missing name of '{0}'.
- Chybí název pro: {0}.
+ Missing name of '{0}'.{0} is the directive name like 'package' or 'sdk'.
@@ -1979,7 +1979,7 @@ Nástroj {1} (verze {2}) se úspěšně nainstaloval. Do souboru manifestu {3} s
Do not display the startup banner or the copyright message.
- Nezobrazovat úvodní nápis ani zprávu o autorských právech
+ Do not display the startup banner or the copyright message.
@@ -2467,7 +2467,7 @@ Nástroj {1} (verze {2}) se úspěšně nainstaloval. Do souboru manifestu {3} s
Specify the output directory ({0}):
- Zadejte výstupní adresář ({0}):
+ Specify the output directory ({0}):{0} is the default value
@@ -2522,12 +2522,12 @@ Nástroj {1} (verze {2}) se úspěšně nainstaloval. Do souboru manifestu {3} s
Invalid property name: {0}
- Neplatný název vlastnosti: {0}
+ Invalid property name: {0}{0} is an inner exception message.The property directive needs to have two parts separated by '=' like '#:property PropertyName=PropertyValue'.
- Direktiva property musí mít dvě části oddělené znakem =, například #:property PropertyName=PropertyValue.
+ The property directive needs to have two parts separated by '=' like '#:property PropertyName=PropertyValue'.{Locked="#:property"}
@@ -2537,7 +2537,7 @@ Nástroj {1} (verze {2}) se úspěšně nainstaloval. Do souboru manifestu {3} s
Do not display the startup banner or the copyright message.
- Nezobrazovat úvodní nápis ani zprávu o autorských právech
+ Do not display the startup banner or the copyright message.
@@ -2574,7 +2574,7 @@ Ve výchozím nastavení je publikována aplikace závislá na architektuře.
Directives currently cannot contain double quotes (").
- Direktivy v současné době nemůžou obsahovat dvojité uvozovky (").
+ Directives currently cannot contain double quotes (").
@@ -3083,7 +3083,7 @@ Cílem projektu je více architektur. Pomocí parametru {0} určete, která arch
Static graph restore is not supported for file-based apps. Remove the '#:property'.
- Statické obnovení grafu se pro souborové aplikace nepodporuje. Odeberte #:property.
+ Static graph restore is not supported for file-based apps. Remove the '#:property'.{Locked="#:property"}
@@ -3634,7 +3634,7 @@ příkazu „dotnet tool list“.
Unrecognized directive '{0}'.
- Nerozpoznaná direktiva {0}.
+ Unrecognized directive '{0}'.{0} is the directive name like 'package' or 'sdk'.
@@ -3714,7 +3714,7 @@ příkazu „dotnet tool list“.
A usable launch profile could not be located.
- Nenašel se použitelný profil spuštění.
+ A usable launch profile could not be located.
diff --git a/src/Cli/dotnet/Commands/xlf/CliCommandStrings.de.xlf b/src/Cli/dotnet/Commands/xlf/CliCommandStrings.de.xlf
index 6f0c0b4e0998..e3a05f3c7545 100644
--- a/src/Cli/dotnet/Commands/xlf/CliCommandStrings.de.xlf
+++ b/src/Cli/dotnet/Commands/xlf/CliCommandStrings.de.xlf
@@ -94,7 +94,7 @@
Do not display the startup banner or the copyright message.
- Zeigt kein Startbanner und keine Copyrightmeldung an.
+ Do not display the startup banner or the copyright message.
@@ -186,7 +186,7 @@ Durchsuchte Pfade: "{1}", "{2}".
Some directives cannot be converted. Run the file to see all compilation errors. Specify '--force' to convert anyway.
- Einige Anweisungen können nicht konvertiert werden. Führen Sie die Datei aus, um alle Kompilierungsfehler anzuzeigen. Geben Sie „--force“ an, um das Umwandeln trotzdem auszuführen.
+ Some directives cannot be converted. Run the file to see all compilation errors. Specify '--force' to convert anyway.{Locked="--force"}
@@ -236,7 +236,7 @@ Durchsuchte Pfade: "{1}", "{2}".
Do not display the startup banner or the copyright message.
- Zeigt kein Startbanner und keine Copyrightmeldung an.
+ Do not display the startup banner or the copyright message.
@@ -460,12 +460,12 @@ Sofern nicht angegeben, wird die Datei im Standardverzeichnis "TestResults" gene
Defines the path of directory to run. If not specified, it defaults to the current directory.
- Definiert den Pfad des auszuführenden Verzeichnisses. Wenn keine Angabe erfolgt, wird standardmäßig das aktuelle Verzeichnis verwendet.
+ Defines the path of directory to run. If not specified, it defaults to the current directory.DIRECTORY_PATH
- DIRECTORY_PATH
+ DIRECTORY_PATH
@@ -745,12 +745,12 @@ Dies entspricht dem Löschen von "project.assets.json".
Defines the path of the project file to run (folder name or full path). If not specified, it defaults to the current directory.
- Definiert den Pfad der auszuführenden Projektdatei (Ordnername oder vollständiger Pfad). Wenn keine Angabe erfolgt, wird standardmäßig das aktuelle Verzeichnis verwendet.
+ Defines the path of the project file to run (folder name or full path). If not specified, it defaults to the current directory.PROJECT_PATH
- PROJECT_PATH
+ PROJECT_PATH
@@ -797,7 +797,7 @@ Das angegebene Verzeichnis wird erstellt, wenn es nicht vorhanden ist.
Defines the path of the solution file to run. If not specified, it defaults to the current directory.
- Definiert den Pfad der auszuführenden Projektmappendatei. Wenn keine Angabe erfolgt, wird standardmäßig das aktuelle Verzeichnis verwendet.
+ Defines the path of the solution file to run. If not specified, it defaults to the current directory.
@@ -988,7 +988,7 @@ Weitere Informationen finden Sie unter https://aka.ms/dotnet-test/mtp.
The path to the project file to run (defaults to the current directory if there is only one project).
- Der Pfad zur auszuführenden Projektdatei (standardmäßig das aktuelle Verzeichnis, falls nur ein einzelnes Projekt vorhanden ist).
+ The path to the project file to run (defaults to the current directory if there is only one project).
@@ -1073,7 +1073,7 @@ Weitere Informationen finden Sie unter https://aka.ms/dotnet-test/mtp.
(Default)
- (Standard)
+ (Default)
@@ -1108,7 +1108,7 @@ Weitere Informationen finden Sie unter https://aka.ms/dotnet-test/mtp.
An error was encountered when reading '{0}': {1}
- Beim Lesen von „{0}“ ist ein Fehler aufgetreten: {1}
+ An error was encountered when reading '{0}': {1}{0} is file path. {1} is exception message.
@@ -1128,7 +1128,7 @@ Weitere Informationen finden Sie unter https://aka.ms/dotnet-test/mtp.
error
- Fehler
+ errorUsed when reporting directive errors like "file(location): error: message".
@@ -1194,7 +1194,7 @@ Weitere Informationen finden Sie unter https://aka.ms/dotnet-test/mtp.
'dotnet' unexpectedly received less than 4 bytes from the 'dotnet test' named pipe.
- „dotnet“ hat unerwartet weniger als 4 Bytes von der Named Pipe „dotnet test“ empfangen.
+ 'dotnet' unexpectedly received less than 4 bytes from the 'dotnet test' named pipe.
@@ -1226,14 +1226,14 @@ Weitere Informationen finden Sie unter https://aka.ms/dotnet-test/mtp.
There are several launch profiles with case-sensitive names, which isn't permitted:
{0}
Make the profile names distinct.
- Es gibt mehrere Startprofile mit Namen, bei denen die Groß-/Kleinschreibung beachtet wird, was nicht zulässig ist:
+ There are several launch profiles with case-sensitive names, which isn't permitted:
{0}
-Erstellen Sie eindeutige Profilnamen.
+Make the profile names distinct.Duplicate directives are not supported: {0}
- Doppelte Anweisungen werden nicht unterstützt: {0}
+ Duplicate directives are not supported: {0}{0} is the directive type and name.
@@ -1593,7 +1593,7 @@ Erstellen Sie eindeutige Profilnamen.
The directive should contain a name without special characters and an optional value separated by '{1}' like '#:{0} Name{1}Value'.
- Die Anweisung sollte einen Namen ohne Sonderzeichen und einen optionalen Wert enthalten, die durch „{1}“ getrennt sind, wie „#:{0} Name{1}Wert“.
+ The directive should contain a name without special characters and an optional value separated by '{1}' like '#:{0} Name{1}Value'.{0} is the directive type like 'package' or 'sdk'. {1} is the expected separator like '@' or '='.
@@ -1613,7 +1613,7 @@ Erstellen Sie eindeutige Profilnamen.
The '#:project' directive is invalid: {0}
- Die Anweisung „#:p roject“ ist ungültig: {0}
+ The '#:project' directive is invalid: {0}{0} is the inner error message.
@@ -1638,22 +1638,22 @@ Erstellen Sie eindeutige Profilnamen.
A launch profile with the name '{0}' doesn't exist.
- Es ist kein Startprofil mit dem Namen "{0}" vorhanden.
+ A launch profile with the name '{0}' doesn't exist.The launch profile type '{0}' is not supported.
- Der Startprofiltyp "{0}" wird nicht unterstützt.
+ The launch profile type '{0}' is not supported.A profile with the specified name isn't a valid JSON object.
- Ein Profil mit dem angegebenen Namen ist kein gültiges JSON-Objekt.
+ A profile with the specified name isn't a valid JSON object.The 'profiles' property of the launch settings document is not a JSON object.
- Die Eigenschaft "Profile" des Starteigenschaftendokuments ist kein JSON-Objekt.
+ The 'profiles' property of the launch settings document is not a JSON object.
@@ -1755,7 +1755,7 @@ Das Tool "{1}" (Version {2}) wurde erfolgreich installiert. Der Eintrag wird der
Missing name of '{0}'.
- Fehlender Name der Anweisung „{0}“.
+ Missing name of '{0}'.{0} is the directive name like 'package' or 'sdk'.
@@ -1979,7 +1979,7 @@ Das Tool "{1}" (Version {2}) wurde erfolgreich installiert. Der Eintrag wird der
Do not display the startup banner or the copyright message.
- Zeigt kein Startbanner und keine Copyrightmeldung an.
+ Do not display the startup banner or the copyright message.
@@ -2467,7 +2467,7 @@ Das Tool "{1}" (Version {2}) wurde erfolgreich installiert. Der Eintrag wird der
Specify the output directory ({0}):
- Ausgabeverzeichnis ({0}) angeben:
+ Specify the output directory ({0}):{0} is the default value
@@ -2522,12 +2522,12 @@ Das Tool "{1}" (Version {2}) wurde erfolgreich installiert. Der Eintrag wird der
Invalid property name: {0}
- Ungültiger Eigenschaftenname: {0}
+ Invalid property name: {0}{0} is an inner exception message.The property directive needs to have two parts separated by '=' like '#:property PropertyName=PropertyValue'.
- Die Eigenschaftsanweisung muss zwei durch „=“ getrennte Teile aufweisen, z. B. „#:property PropertyName=PropertyValue“.
+ The property directive needs to have two parts separated by '=' like '#:property PropertyName=PropertyValue'.{Locked="#:property"}
@@ -2537,7 +2537,7 @@ Das Tool "{1}" (Version {2}) wurde erfolgreich installiert. Der Eintrag wird der
Do not display the startup banner or the copyright message.
- Zeigt kein Startbanner und keine Copyrightmeldung an.
+ Do not display the startup banner or the copyright message.
@@ -2574,7 +2574,7 @@ Standardmäßig wird eine Framework-abhängige Anwendung veröffentlicht.
Directives currently cannot contain double quotes (").
- Direktiven dürfen derzeit keine doppelten Anführungszeichen (") enthalten.
+ Directives currently cannot contain double quotes (").
@@ -3083,7 +3083,7 @@ Ihr Projekt verwendet mehrere Zielframeworks. Geben Sie über "{0}" an, welches
Static graph restore is not supported for file-based apps. Remove the '#:property'.
- Die Statische Graphwiederherstellung wird für dateibasierte Apps nicht unterstützt. Entfernen Sie '#:property'.
+ Static graph restore is not supported for file-based apps. Remove the '#:property'.{Locked="#:property"}
@@ -3634,7 +3634,7 @@ und die zugehörigen Paket-IDs für installierte Tools über den Befehl
Unrecognized directive '{0}'.
- Unbekannte Anweisung „{0}“.
+ Unrecognized directive '{0}'.{0} is the directive name like 'package' or 'sdk'.
@@ -3714,7 +3714,7 @@ und die zugehörigen Paket-IDs für installierte Tools über den Befehl
A usable launch profile could not be located.
- Es wurde kein verwendbares Startprofil gefunden.
+ A usable launch profile could not be located.
diff --git a/src/Cli/dotnet/Commands/xlf/CliCommandStrings.es.xlf b/src/Cli/dotnet/Commands/xlf/CliCommandStrings.es.xlf
index 8fc261f14d53..82aa42c23b79 100644
--- a/src/Cli/dotnet/Commands/xlf/CliCommandStrings.es.xlf
+++ b/src/Cli/dotnet/Commands/xlf/CliCommandStrings.es.xlf
@@ -94,7 +94,7 @@
Do not display the startup banner or the copyright message.
- No mostrar la pancarta de inicio ni el mensaje de copyright.
+ Do not display the startup banner or the copyright message.
@@ -186,7 +186,7 @@ Rutas de acceso buscadas: "{1}", "{2}".
Some directives cannot be converted. Run the file to see all compilation errors. Specify '--force' to convert anyway.
- Algunas directivas no se pueden convertir. Ejecute el archivo para ver todos los errores de compilación. Especifique "--force" para convertir de todos modos.
+ Some directives cannot be converted. Run the file to see all compilation errors. Specify '--force' to convert anyway.{Locked="--force"}
@@ -236,7 +236,7 @@ Rutas de acceso buscadas: "{1}", "{2}".
Do not display the startup banner or the copyright message.
- No mostrar la pancarta de inicio ni el mensaje de copyright.
+ Do not display the startup banner or the copyright message.
@@ -460,12 +460,12 @@ Si no se especifica, el archivo se generará dentro del directorio predeterminad
Defines the path of directory to run. If not specified, it defaults to the current directory.
- Define la ruta de acceso del directorio que se va a ejecutar. Si no se especifica, el valor predeterminado es el directorio actual.
+ Defines the path of directory to run. If not specified, it defaults to the current directory.DIRECTORY_PATH
- DIRECTORY_PATH
+ DIRECTORY_PATH
@@ -745,12 +745,12 @@ Esta acción es equivalente a eliminar project.assets.json.
Defines the path of the project file to run (folder name or full path). If not specified, it defaults to the current directory.
- Define la ruta de acceso del archivo de proyecto que se va a ejecutar (nombre de carpeta o ruta de acceso completa). Si no se especifica, el valor predeterminado es el directorio actual.
+ Defines the path of the project file to run (folder name or full path). If not specified, it defaults to the current directory.PROJECT_PATH
- PROJECT_PATH
+ PROJECT_PATH
@@ -797,7 +797,7 @@ Si no existe, se creará el directorio especificado.
Defines the path of the solution file to run. If not specified, it defaults to the current directory.
- Define la ruta de acceso del archivo de solución que se va a ejecutar. Si no se especifica, el valor predeterminado es el directorio actual.
+ Defines the path of the solution file to run. If not specified, it defaults to the current directory.
@@ -988,7 +988,7 @@ Consulte https://aka.ms/dotnet-test/mtp para obtener más información.
The path to the project file to run (defaults to the current directory if there is only one project).
- Ruta de acceso al archivo del proyecto que debe ejecutarse (si solo hay un proyecto, es el directorio actual de forma predeterminada).
+ The path to the project file to run (defaults to the current directory if there is only one project).
@@ -1073,7 +1073,7 @@ Consulte https://aka.ms/dotnet-test/mtp para obtener más información.
(Default)
- (Predeterminada)
+ (Default)
@@ -1108,7 +1108,7 @@ Consulte https://aka.ms/dotnet-test/mtp para obtener más información.
An error was encountered when reading '{0}': {1}
- Error al leer '{0}': {1}
+ An error was encountered when reading '{0}': {1}{0} is file path. {1} is exception message.
@@ -1128,7 +1128,7 @@ Consulte https://aka.ms/dotnet-test/mtp para obtener más información.
error
- error
+ errorUsed when reporting directive errors like "file(location): error: message".
@@ -1194,7 +1194,7 @@ Consulte https://aka.ms/dotnet-test/mtp para obtener más información.
'dotnet' unexpectedly received less than 4 bytes from the 'dotnet test' named pipe.
- "dotnet" recibió inesperadamente menos de 4 bytes de la canalización con nombre "dotnet test".
+ 'dotnet' unexpectedly received less than 4 bytes from the 'dotnet test' named pipe.
@@ -1226,14 +1226,14 @@ Consulte https://aka.ms/dotnet-test/mtp para obtener más información.
There are several launch profiles with case-sensitive names, which isn't permitted:
{0}
Make the profile names distinct.
- Hay varios perfiles de inicio con nombres que distinguen mayúsculas de minúsculas, lo que no está permitido:
+ There are several launch profiles with case-sensitive names, which isn't permitted:
{0}
-Defina nombres de perfiles distintos.
+Make the profile names distinct.Duplicate directives are not supported: {0}
- No se admiten directivas duplicadas: {0}
+ Duplicate directives are not supported: {0}{0} is the directive type and name.
@@ -1593,7 +1593,7 @@ Defina nombres de perfiles distintos.
The directive should contain a name without special characters and an optional value separated by '{1}' like '#:{0} Name{1}Value'.
- La directiva debe contener un nombre sin caracteres especiales y un valor opcional separado por "{1}" como "#:{0} Nombre{1}Valor".
+ The directive should contain a name without special characters and an optional value separated by '{1}' like '#:{0} Name{1}Value'.{0} is the directive type like 'package' or 'sdk'. {1} is the expected separator like '@' or '='.
@@ -1613,7 +1613,7 @@ Defina nombres de perfiles distintos.
The '#:project' directive is invalid: {0}
- La directiva "#:project" no es válida: {0}
+ The '#:project' directive is invalid: {0}{0} is the inner error message.
@@ -1638,22 +1638,22 @@ Defina nombres de perfiles distintos.
A launch profile with the name '{0}' doesn't exist.
- No existe ningún perfil de inicio con el nombre "{0}".
+ A launch profile with the name '{0}' doesn't exist.The launch profile type '{0}' is not supported.
- No se admite el tipo de perfil de inicio "{0}".
+ The launch profile type '{0}' is not supported.A profile with the specified name isn't a valid JSON object.
- Un perfil con el nombre especificado no es un objeto JSON válido.
+ A profile with the specified name isn't a valid JSON object.The 'profiles' property of the launch settings document is not a JSON object.
- La propiedad "profiles" del documento de configuración de inicio no es un objeto JSON.
+ The 'profiles' property of the launch settings document is not a JSON object.
@@ -1755,7 +1755,7 @@ La herramienta "{1}" (versión "{2}") se instaló correctamente. Se ha agregado
Missing name of '{0}'.
- Falta el nombre de "{0}".
+ Missing name of '{0}'.{0} is the directive name like 'package' or 'sdk'.
@@ -1979,7 +1979,7 @@ La herramienta "{1}" (versión "{2}") se instaló correctamente. Se ha agregado
Do not display the startup banner or the copyright message.
- No mostrar la pancarta de inicio ni el mensaje de copyright.
+ Do not display the startup banner or the copyright message.
@@ -2467,7 +2467,7 @@ La herramienta "{1}" (versión "{2}") se instaló correctamente. Se ha agregado
Specify the output directory ({0}):
- Especifique el directorio de salida ({0}):
+ Specify the output directory ({0}):{0} is the default value
@@ -2522,12 +2522,12 @@ La herramienta "{1}" (versión "{2}") se instaló correctamente. Se ha agregado
Invalid property name: {0}
- Nombre de propiedad no válido {0}
+ Invalid property name: {0}{0} is an inner exception message.The property directive needs to have two parts separated by '=' like '#:property PropertyName=PropertyValue'.
- La directiva de propiedad debe tener dos partes separadas por "=", como "#:property PropertyName=PropertyValue".
+ The property directive needs to have two parts separated by '=' like '#:property PropertyName=PropertyValue'.{Locked="#:property"}
@@ -2537,7 +2537,7 @@ La herramienta "{1}" (versión "{2}") se instaló correctamente. Se ha agregado
Do not display the startup banner or the copyright message.
- No mostrar la pancarta de inicio ni el mensaje de copyright.
+ Do not display the startup banner or the copyright message.
@@ -2574,7 +2574,7 @@ El valor predeterminado es publicar una aplicación dependiente del marco.
Directives currently cannot contain double quotes (").
- Las directivas no pueden contener comillas dobles ("), por ahora.
+ Directives currently cannot contain double quotes (").
@@ -3083,7 +3083,7 @@ Su proyecto tiene como destino varias plataformas. Especifique la que quiere usa
Static graph restore is not supported for file-based apps. Remove the '#:property'.
- No se admite la restauración de gráficos estáticos para aplicaciones basadas en archivos. Elimine "#:property".
+ Static graph restore is not supported for file-based apps. Remove the '#:property'.{Locked="#:property"}
@@ -3634,7 +3634,7 @@ y los identificadores de los paquetes correspondientes a las herramientas instal
Unrecognized directive '{0}'.
- Directiva no reconocida "{0}".
+ Unrecognized directive '{0}'.{0} is the directive name like 'package' or 'sdk'.
@@ -3714,7 +3714,7 @@ y los identificadores de los paquetes correspondientes a las herramientas instal
A usable launch profile could not be located.
- No se ha podido encontrar un perfil de inicio que se pueda usar.
+ A usable launch profile could not be located.
diff --git a/src/Cli/dotnet/Commands/xlf/CliCommandStrings.fr.xlf b/src/Cli/dotnet/Commands/xlf/CliCommandStrings.fr.xlf
index 3d8be0107a50..b6da938fbb90 100644
--- a/src/Cli/dotnet/Commands/xlf/CliCommandStrings.fr.xlf
+++ b/src/Cli/dotnet/Commands/xlf/CliCommandStrings.fr.xlf
@@ -94,7 +94,7 @@
Do not display the startup banner or the copyright message.
- N'affiche pas la bannière de démarrage ni le message de copyright.
+ Do not display the startup banner or the copyright message.
@@ -186,7 +186,7 @@ Les chemins d’accès ont recherché : « {1} », « {2} ».
Some directives cannot be converted. Run the file to see all compilation errors. Specify '--force' to convert anyway.
- Vous ne pouvez pas convertir certaines directives. Exécutez le fichier pour voir toutes les erreurs de compilation. Spécifiez « --force » pour convertir quand même.
+ Some directives cannot be converted. Run the file to see all compilation errors. Specify '--force' to convert anyway.{Locked="--force"}
@@ -236,7 +236,7 @@ Les chemins d’accès ont recherché : « {1} », « {2} ».
Do not display the startup banner or the copyright message.
- N'affiche pas la bannière de démarrage ni le message de copyright.
+ Do not display the startup banner or the copyright message.
@@ -460,12 +460,12 @@ S’il n’est pas spécifié, le fichier est généré dans le répertoire «
Defines the path of directory to run. If not specified, it defaults to the current directory.
- Définit le chemin d’accès du répertoire à exécuter. Si rien n’est spécifié, la valeur par défaut est le répertoire actif.
+ Defines the path of directory to run. If not specified, it defaults to the current directory.DIRECTORY_PATH
- DIRECTORY_PATH
+ DIRECTORY_PATH
@@ -745,12 +745,12 @@ Cela équivaut à supprimer project.assets.json.
Defines the path of the project file to run (folder name or full path). If not specified, it defaults to the current directory.
- Définit le chemin d’accès du fichier projet à exécuter (nom de dossier ou chemin d’accès complet). Si rien n’est spécifié, la valeur par défaut est le répertoire actif.
+ Defines the path of the project file to run (folder name or full path). If not specified, it defaults to the current directory.PROJECT_PATH
- PROJECT_PATH
+ PROJECT_PATH
@@ -797,7 +797,7 @@ Le répertoire spécifié est créé, s'il n'existe pas déjà.
Defines the path of the solution file to run. If not specified, it defaults to the current directory.
- Définit le chemin d’accès du fichier solution à exécuter. Si rien n’est spécifié, la valeur par défaut est le répertoire actif.
+ Defines the path of the solution file to run. If not specified, it defaults to the current directory.
@@ -988,7 +988,7 @@ Pour découvrir plus d’informations, consultez https://aka.ms/dotnet-test/mtp.
The path to the project file to run (defaults to the current directory if there is only one project).
- Chemin du fichier projet à exécuter (la valeur par défaut est le répertoire actif s'il n'y a qu'un seul projet).
+ The path to the project file to run (defaults to the current directory if there is only one project).
@@ -1073,7 +1073,7 @@ Pour découvrir plus d’informations, consultez https://aka.ms/dotnet-test/mtp.
(Default)
- (Par défaut)
+ (Default)
@@ -1108,7 +1108,7 @@ Pour découvrir plus d’informations, consultez https://aka.ms/dotnet-test/mtp.
An error was encountered when reading '{0}': {1}
- Une erreur est survenue pendant la lecture de « {0} » : {1}
+ An error was encountered when reading '{0}': {1}{0} is file path. {1} is exception message.
@@ -1128,7 +1128,7 @@ Pour découvrir plus d’informations, consultez https://aka.ms/dotnet-test/mtp.
error
- erreur
+ errorUsed when reporting directive errors like "file(location): error: message".
@@ -1194,7 +1194,7 @@ Pour découvrir plus d’informations, consultez https://aka.ms/dotnet-test/mtp.
'dotnet' unexpectedly received less than 4 bytes from the 'dotnet test' named pipe.
- « dotnet » a reçu de manière inattendue moins de 4 octets du canal nommé « dotnet test ».
+ 'dotnet' unexpectedly received less than 4 bytes from the 'dotnet test' named pipe.
@@ -1226,14 +1226,14 @@ Pour découvrir plus d’informations, consultez https://aka.ms/dotnet-test/mtp.
There are several launch profiles with case-sensitive names, which isn't permitted:
{0}
Make the profile names distinct.
- Il existe plusieurs profils de lancement avec des noms sensibles à la casse, ce qui n'est pas autorisé :
+ There are several launch profiles with case-sensitive names, which isn't permitted:
{0}
-Faites en sorte que les noms de profil soient distincts.
+Make the profile names distinct.Duplicate directives are not supported: {0}
- Les directives dupliquées ne sont pas prises en charge : {0}
+ Duplicate directives are not supported: {0}{0} is the directive type and name.
@@ -1593,7 +1593,7 @@ Faites en sorte que les noms de profil soient distincts.
The directive should contain a name without special characters and an optional value separated by '{1}' like '#:{0} Name{1}Value'.
- La directive dans doit contenir un nom sans caractères spéciaux et une valeur facultative séparée par « {1} » comme « # :{0} Nom{1}Valeur ».
+ The directive should contain a name without special characters and an optional value separated by '{1}' like '#:{0} Name{1}Value'.{0} is the directive type like 'package' or 'sdk'. {1} is the expected separator like '@' or '='.
@@ -1613,7 +1613,7 @@ Faites en sorte que les noms de profil soient distincts.
The '#:project' directive is invalid: {0}
- La directive « #:project » n’est pas valide : {0}
+ The '#:project' directive is invalid: {0}{0} is the inner error message.
@@ -1638,22 +1638,22 @@ Faites en sorte que les noms de profil soient distincts.
A launch profile with the name '{0}' doesn't exist.
- Un profil de lancement avec le nom '{0}' n'existe pas.
+ A launch profile with the name '{0}' doesn't exist.The launch profile type '{0}' is not supported.
- Le type de profil de lancement '{0}' n'est pas pris en charge.
+ The launch profile type '{0}' is not supported.A profile with the specified name isn't a valid JSON object.
- Un profil avec le nom spécifié n'est pas un objet JSON valide.
+ A profile with the specified name isn't a valid JSON object.The 'profiles' property of the launch settings document is not a JSON object.
- La propriété 'profiles' du document de paramètres de lancement n'est pas un objet JSON.
+ The 'profiles' property of the launch settings document is not a JSON object.
@@ -1755,7 +1755,7 @@ L'outil '{1}' (version '{2}') a été correctement installé. L'entrée est ajou
Missing name of '{0}'.
- Nom manquant pour « {0} ».
+ Missing name of '{0}'.{0} is the directive name like 'package' or 'sdk'.
@@ -1979,7 +1979,7 @@ L'outil '{1}' (version '{2}') a été correctement installé. L'entrée est ajou
Do not display the startup banner or the copyright message.
- N'affiche pas la bannière de démarrage ni le message de copyright.
+ Do not display the startup banner or the copyright message.
@@ -2467,7 +2467,7 @@ L'outil '{1}' (version '{2}') a été correctement installé. L'entrée est ajou
Specify the output directory ({0}):
- Spécifiez le répertoire de sortie ({0}) :
+ Specify the output directory ({0}):{0} is the default value
@@ -2522,12 +2522,12 @@ L'outil '{1}' (version '{2}') a été correctement installé. L'entrée est ajou
Invalid property name: {0}
- Nom de propriété non valide : {0}
+ Invalid property name: {0}{0} is an inner exception message.The property directive needs to have two parts separated by '=' like '#:property PropertyName=PropertyValue'.
- La directive de propriété doit avoir deux parties séparées par '=' comme '#:property PropertyName=PropertyValue'.
+ The property directive needs to have two parts separated by '=' like '#:property PropertyName=PropertyValue'.{Locked="#:property"}
@@ -2537,7 +2537,7 @@ L'outil '{1}' (version '{2}') a été correctement installé. L'entrée est ajou
Do not display the startup banner or the copyright message.
- N'affiche pas la bannière de démarrage ni le message de copyright.
+ Do not display the startup banner or the copyright message.
@@ -2574,7 +2574,7 @@ La valeur par défaut est de publier une application dépendante du framework.
Directives currently cannot contain double quotes (").
- Les directives ne peuvent actuellement pas contenir de guillemets doubles (").
+ Directives currently cannot contain double quotes (").
@@ -3083,7 +3083,7 @@ Votre projet cible plusieurs frameworks. Spécifiez le framework à exécuter à
Static graph restore is not supported for file-based apps. Remove the '#:property'.
- La restauration de graphique statique n’est pas prise en charge pour les applications basées sur des fichiers. Supprimer la « #:property ».
+ Static graph restore is not supported for file-based apps. Remove the '#:property'.{Locked="#:property"}
@@ -3634,7 +3634,7 @@ et les ID de package correspondants aux outils installés, utilisez la commande
Unrecognized directive '{0}'.
- Directive « {0} » non reconnue.
+ Unrecognized directive '{0}'.{0} is the directive name like 'package' or 'sdk'.
@@ -3714,7 +3714,7 @@ et les ID de package correspondants aux outils installés, utilisez la commande
A usable launch profile could not be located.
- Impossible de localiser un profil de lancement utilisable.
+ A usable launch profile could not be located.
diff --git a/src/Cli/dotnet/Commands/xlf/CliCommandStrings.it.xlf b/src/Cli/dotnet/Commands/xlf/CliCommandStrings.it.xlf
index ff2e8c986092..d8ded9eb3783 100644
--- a/src/Cli/dotnet/Commands/xlf/CliCommandStrings.it.xlf
+++ b/src/Cli/dotnet/Commands/xlf/CliCommandStrings.it.xlf
@@ -94,7 +94,7 @@
Do not display the startup banner or the copyright message.
- Evita la visualizzazione del messaggio di avvio o di copyright.
+ Do not display the startup banner or the copyright message.
@@ -186,7 +186,7 @@ Percorsi cercati: '{1}', '{2}'.
Some directives cannot be converted. Run the file to see all compilation errors. Specify '--force' to convert anyway.
- Non è possibile convertire alcune direttive. Eseguire il file per visualizzare tutti gli errori di compilazione. Specificare '--force' per eseguire comunque la conversione.
+ Some directives cannot be converted. Run the file to see all compilation errors. Specify '--force' to convert anyway.{Locked="--force"}
@@ -236,7 +236,7 @@ Percorsi cercati: '{1}', '{2}'.
Do not display the startup banner or the copyright message.
- Evita la visualizzazione del messaggio di avvio o di copyright.
+ Do not display the startup banner or the copyright message.
@@ -460,12 +460,12 @@ Se non specificato, il file verrà generato all'interno della directory 'TestRes
Defines the path of directory to run. If not specified, it defaults to the current directory.
- Definisce il percorso della directory da eseguire. Se non specificato, per impostazione predefinita viene usata la directory corrente.
+ Defines the path of directory to run. If not specified, it defaults to the current directory.DIRECTORY_PATH
- DIRECTORY_PATH
+ DIRECTORY_PATH
@@ -745,12 +745,12 @@ Equivale a eliminare project.assets.json.
Defines the path of the project file to run (folder name or full path). If not specified, it defaults to the current directory.
- Definisce il percorso del file progetto da eseguire (nome cartella o percorso completo). Se non specificato, per impostazione predefinita viene usata la directory corrente.
+ Defines the path of the project file to run (folder name or full path). If not specified, it defaults to the current directory.PROJECT_PATH
- PROJECT_PATH
+ PROJECT_PATH
@@ -797,7 +797,7 @@ Se non esiste, la directory specificata verrà creata.
Defines the path of the solution file to run. If not specified, it defaults to the current directory.
- Definisce il percorso del file soluzione da eseguire. Se non specificato, per impostazione predefinita viene usata la directory corrente.
+ Defines the path of the solution file to run. If not specified, it defaults to the current directory.
@@ -988,7 +988,7 @@ Per altre informazioni, vedere https://aka.ms/dotnet-test/mtp.
The path to the project file to run (defaults to the current directory if there is only one project).
- Percorso del file di progetto da eseguire. Se è presente un solo progetto, per impostazione predefinita viene usata la directory corrente.
+ The path to the project file to run (defaults to the current directory if there is only one project).
@@ -1073,7 +1073,7 @@ Per altre informazioni, vedere https://aka.ms/dotnet-test/mtp.
(Default)
- (Predefinita)
+ (Default)
@@ -1108,7 +1108,7 @@ Per altre informazioni, vedere https://aka.ms/dotnet-test/mtp.
An error was encountered when reading '{0}': {1}
- Si è verificato un errore durante la lettura di "{0}": {1}
+ An error was encountered when reading '{0}': {1}{0} is file path. {1} is exception message.
@@ -1128,7 +1128,7 @@ Per altre informazioni, vedere https://aka.ms/dotnet-test/mtp.
error
- errore
+ errorUsed when reporting directive errors like "file(location): error: message".
@@ -1194,7 +1194,7 @@ Per altre informazioni, vedere https://aka.ms/dotnet-test/mtp.
'dotnet' unexpectedly received less than 4 bytes from the 'dotnet test' named pipe.
- 'dotnet' ha ricevuto inaspettatamente meno di 4 byte dal named pipe 'dotnet test'.
+ 'dotnet' unexpectedly received less than 4 bytes from the 'dotnet test' named pipe.
@@ -1226,14 +1226,14 @@ Per altre informazioni, vedere https://aka.ms/dotnet-test/mtp.
There are several launch profiles with case-sensitive names, which isn't permitted:
{0}
Make the profile names distinct.
- Esistono diversi profili di avvio con nomi con distinzione tra maiuscole e minuscole, che non sono consentiti:
+ There are several launch profiles with case-sensitive names, which isn't permitted:
{0}
-Rendi distinti i nomi profilo.
+Make the profile names distinct.Duplicate directives are not supported: {0}
- Le direttive duplicate non supportate: {0}
+ Duplicate directives are not supported: {0}{0} is the directive type and name.
@@ -1593,7 +1593,7 @@ Rendi distinti i nomi profilo.
The directive should contain a name without special characters and an optional value separated by '{1}' like '#:{0} Name{1}Value'.
- La direttiva deve contenere un nome senza caratteri speciali e un valore facoltativo delimitato da '{1}' come '#:{0}Nome {1}Valore'.
+ The directive should contain a name without special characters and an optional value separated by '{1}' like '#:{0} Name{1}Value'.{0} is the directive type like 'package' or 'sdk'. {1} is the expected separator like '@' or '='.
@@ -1613,7 +1613,7 @@ Rendi distinti i nomi profilo.
The '#:project' directive is invalid: {0}
- La direttiva '#:project' non è valida: {0}
+ The '#:project' directive is invalid: {0}{0} is the inner error message.
@@ -1638,22 +1638,22 @@ Rendi distinti i nomi profilo.
A launch profile with the name '{0}' doesn't exist.
- Non esiste un profilo di avvio con il nome '{0}'.
+ A launch profile with the name '{0}' doesn't exist.The launch profile type '{0}' is not supported.
- Il tipo '{0}' del profilo di avvio non è supportato.
+ The launch profile type '{0}' is not supported.A profile with the specified name isn't a valid JSON object.
- Un profilo con il nome specificato non è un oggetto JSON valido.
+ A profile with the specified name isn't a valid JSON object.The 'profiles' property of the launch settings document is not a JSON object.
- La proprietà 'profiles' del documento delle impostazioni di avvio non è un oggetto JSON.
+ The 'profiles' property of the launch settings document is not a JSON object.
@@ -1755,7 +1755,7 @@ Lo strumento '{1}' versione '{2}' è stato installato. La voce è stata aggiunta
Missing name of '{0}'.
- Manca il nome di '{0}'.
+ Missing name of '{0}'.{0} is the directive name like 'package' or 'sdk'.
@@ -1979,7 +1979,7 @@ Lo strumento '{1}' versione '{2}' è stato installato. La voce è stata aggiunta
Do not display the startup banner or the copyright message.
- Evita la visualizzazione del messaggio di avvio o di copyright.
+ Do not display the startup banner or the copyright message.
@@ -2467,7 +2467,7 @@ Lo strumento '{1}' versione '{2}' è stato installato. La voce è stata aggiunta
Specify the output directory ({0}):
- Specifica la directory di output ({0}):
+ Specify the output directory ({0}):{0} is the default value
@@ -2522,12 +2522,12 @@ Lo strumento '{1}' versione '{2}' è stato installato. La voce è stata aggiunta
Invalid property name: {0}
- Nome proprietà non valido: {0}
+ Invalid property name: {0}{0} is an inner exception message.The property directive needs to have two parts separated by '=' like '#:property PropertyName=PropertyValue'.
- La direttiva di proprietà deve avere due parti delimitate da '=', come '#:property PropertyName=PropertyValue'.
+ The property directive needs to have two parts separated by '=' like '#:property PropertyName=PropertyValue'.{Locked="#:property"}
@@ -2537,7 +2537,7 @@ Lo strumento '{1}' versione '{2}' è stato installato. La voce è stata aggiunta
Do not display the startup banner or the copyright message.
- Evita la visualizzazione del messaggio di avvio o di copyright.
+ Do not display the startup banner or the copyright message.
@@ -2574,7 +2574,7 @@ Per impostazione predefinita, viene generato un pacchetto dipendente dal framewo
Directives currently cannot contain double quotes (").
- Le direttive attualmente non possono contenere virgolette doppie (").
+ Directives currently cannot contain double quotes (").
@@ -3083,7 +3083,7 @@ Il progetto è destinato a più framework. Specificare il framework da eseguire
Static graph restore is not supported for file-based apps. Remove the '#:property'.
- Il ripristino statico del grafo non è supportato per le app basate su file. Rimuovere '#:property'.
+ Static graph restore is not supported for file-based apps. Remove the '#:property'.{Locked="#:property"}
@@ -3634,7 +3634,7 @@ e gli ID pacchetto corrispondenti per gli strumenti installati usando il comando
Unrecognized directive '{0}'.
- Direttiva non riconosciuta '{0}'.
+ Unrecognized directive '{0}'.{0} is the directive name like 'package' or 'sdk'.
@@ -3714,7 +3714,7 @@ e gli ID pacchetto corrispondenti per gli strumenti installati usando il comando
A usable launch profile could not be located.
- Non è stato trovato alcun profilo di avvio utilizzabile.
+ A usable launch profile could not be located.
diff --git a/src/Cli/dotnet/Commands/xlf/CliCommandStrings.ja.xlf b/src/Cli/dotnet/Commands/xlf/CliCommandStrings.ja.xlf
index 40678fb35f74..373d63a6721b 100644
--- a/src/Cli/dotnet/Commands/xlf/CliCommandStrings.ja.xlf
+++ b/src/Cli/dotnet/Commands/xlf/CliCommandStrings.ja.xlf
@@ -94,7 +94,7 @@
Do not display the startup banner or the copyright message.
- 著作権情報を表示しません。
+ Do not display the startup banner or the copyright message.
@@ -186,7 +186,7 @@ Paths searched: '{1}', '{2}'.
Some directives cannot be converted. Run the file to see all compilation errors. Specify '--force' to convert anyway.
- 一部のディレクティブは変換できません。ファイルを実行して、すべてのコンパイル エラーを表示します。それでも変換する場合は '--force' を指定してください。
+ Some directives cannot be converted. Run the file to see all compilation errors. Specify '--force' to convert anyway.{Locked="--force"}
@@ -236,7 +236,7 @@ Paths searched: '{1}', '{2}'.
Do not display the startup banner or the copyright message.
- 著作権情報を表示しません。
+ Do not display the startup banner or the copyright message.
@@ -460,12 +460,12 @@ If not specified the file will be generated inside the default 'TestResults' dir
Defines the path of directory to run. If not specified, it defaults to the current directory.
- 実行するディレクトリのパスを定義します。指定しない場合は、既定で現在のディレクトリに設定されます。
+ Defines the path of directory to run. If not specified, it defaults to the current directory.DIRECTORY_PATH
- DIRECTORY_PATH
+ DIRECTORY_PATH
@@ -745,12 +745,12 @@ This is equivalent to deleting project.assets.json.
Defines the path of the project file to run (folder name or full path). If not specified, it defaults to the current directory.
- 実行するプロジェクト ファイルのパス (フォルダー名または完全パス) を定義します。指定しない場合は、既定で現在のディレクトリに設定されます。
+ Defines the path of the project file to run (folder name or full path). If not specified, it defaults to the current directory.PROJECT_PATH
- PROJECT_PATH
+ PROJECT_PATH
@@ -797,7 +797,7 @@ The specified directory will be created if it does not exist.
Defines the path of the solution file to run. If not specified, it defaults to the current directory.
- 実行するソリューション ファイルのパスを定義します。指定しない場合は、既定で現在のディレクトリに設定されます。
+ Defines the path of the solution file to run. If not specified, it defaults to the current directory.
@@ -988,7 +988,7 @@ See https://aka.ms/dotnet-test/mtp for more information.
The path to the project file to run (defaults to the current directory if there is only one project).
- 実行するプロジェクト ファイルへのパス (プロジェクトが 1 つのみの場合、既定は現在のディレクトリです)。
+ The path to the project file to run (defaults to the current directory if there is only one project).
@@ -1073,7 +1073,7 @@ See https://aka.ms/dotnet-test/mtp for more information.
(Default)
- (既定)
+ (Default)
@@ -1108,7 +1108,7 @@ See https://aka.ms/dotnet-test/mtp for more information.
An error was encountered when reading '{0}': {1}
- '{0}' の読み取り中にエラーが発生しました: {1}
+ An error was encountered when reading '{0}': {1}{0} is file path. {1} is exception message.
@@ -1128,7 +1128,7 @@ See https://aka.ms/dotnet-test/mtp for more information.
error
- エラー
+ errorUsed when reporting directive errors like "file(location): error: message".
@@ -1194,7 +1194,7 @@ See https://aka.ms/dotnet-test/mtp for more information.
'dotnet' unexpectedly received less than 4 bytes from the 'dotnet test' named pipe.
- 'dotnet' は 'dotnet test' 名前付きパイプから予期せず 4 バイト未満を受信しました。
+ 'dotnet' unexpectedly received less than 4 bytes from the 'dotnet test' named pipe.
@@ -1226,14 +1226,14 @@ See https://aka.ms/dotnet-test/mtp for more information.
There are several launch profiles with case-sensitive names, which isn't permitted:
{0}
Make the profile names distinct.
- 大文字と小文字が区別される名前の起動プロファイルがいくつかありますが、これは許可されていません:
+ There are several launch profiles with case-sensitive names, which isn't permitted:
{0}
-プロファイル名を区別できるようにしてください。
+Make the profile names distinct.Duplicate directives are not supported: {0}
- 重複するディレクティブはサポートされていません: {0}
+ Duplicate directives are not supported: {0}{0} is the directive type and name.
@@ -1593,7 +1593,7 @@ Make the profile names distinct.
The directive should contain a name without special characters and an optional value separated by '{1}' like '#:{0} Name{1}Value'.
- ディレクティブには、特殊文字を含まない名前と、'#:{0} Name{1}Value' などの '{1}' で区切られた省略可能な値を含める必要があります。
+ The directive should contain a name without special characters and an optional value separated by '{1}' like '#:{0} Name{1}Value'.{0} is the directive type like 'package' or 'sdk'. {1} is the expected separator like '@' or '='.
@@ -1613,7 +1613,7 @@ Make the profile names distinct.
The '#:project' directive is invalid: {0}
- '#:p roject' ディレクティブが無効です: {0}
+ The '#:project' directive is invalid: {0}{0} is the inner error message.
@@ -1638,22 +1638,22 @@ Make the profile names distinct.
A launch profile with the name '{0}' doesn't exist.
- '{0} ' という名前の起動プロファイルは存在しません。
+ A launch profile with the name '{0}' doesn't exist.The launch profile type '{0}' is not supported.
- 起動プロファイルの種類 '{0}' はサポートされていません。
+ The launch profile type '{0}' is not supported.A profile with the specified name isn't a valid JSON object.
- 指定された名前のプロファイルは、有効な JSON オブジェクトではありません。
+ A profile with the specified name isn't a valid JSON object.The 'profiles' property of the launch settings document is not a JSON object.
- 起動設定のドキュメントの 'profiles' プロパティが JSON オブジェクトではありません。
+ The 'profiles' property of the launch settings document is not a JSON object.
@@ -1755,7 +1755,7 @@ Tool '{1}' (version '{2}') was successfully installed. Entry is added to the man
Missing name of '{0}'.
- '{0}' の名前がありません。
+ Missing name of '{0}'.{0} is the directive name like 'package' or 'sdk'.
@@ -1979,7 +1979,7 @@ Tool '{1}' (version '{2}') was successfully installed. Entry is added to the man
Do not display the startup banner or the copyright message.
- 著作権情報を表示しません。
+ Do not display the startup banner or the copyright message.
@@ -2467,7 +2467,7 @@ Tool '{1}' (version '{2}') was successfully installed. Entry is added to the man
Specify the output directory ({0}):
- 出力ディレクトリ ({0}) を指定します:
+ Specify the output directory ({0}):{0} is the default value
@@ -2522,12 +2522,12 @@ Tool '{1}' (version '{2}') was successfully installed. Entry is added to the man
Invalid property name: {0}
- 無効なプロパティ名: {0}
+ Invalid property name: {0}{0} is an inner exception message.The property directive needs to have two parts separated by '=' like '#:property PropertyName=PropertyValue'.
- プロパティ ディレクティブには、'#:property PropertyName=PropertyValue' のように '=' で区切られた 2 つの部分が必要です。
+ The property directive needs to have two parts separated by '=' like '#:property PropertyName=PropertyValue'.{Locked="#:property"}
@@ -2537,7 +2537,7 @@ Tool '{1}' (version '{2}') was successfully installed. Entry is added to the man
Do not display the startup banner or the copyright message.
- 著作権情報を表示しません。
+ Do not display the startup banner or the copyright message.
@@ -2574,7 +2574,7 @@ The default is to publish a framework-dependent application.
Directives currently cannot contain double quotes (").
- ディレクティブには二重引用符 (") を含めることはできません。
+ Directives currently cannot contain double quotes (").
@@ -3083,7 +3083,7 @@ Your project targets multiple frameworks. Specify which framework to run using '
Static graph restore is not supported for file-based apps. Remove the '#:property'.
- 静的グラフの復元はファイルベースのアプリではサポートされていません。'#:property' を削除します。
+ Static graph restore is not supported for file-based apps. Remove the '#:property'.{Locked="#:property"}
@@ -3634,7 +3634,7 @@ and the corresponding package Ids for installed tools using the command
Unrecognized directive '{0}'.
- 認識されないディレクティブ '{0}' です。
+ Unrecognized directive '{0}'.{0} is the directive name like 'package' or 'sdk'.
@@ -3714,7 +3714,7 @@ and the corresponding package Ids for installed tools using the command
A usable launch profile could not be located.
- 使用可能な起動プロファイルが見つかりませんでした。
+ A usable launch profile could not be located.
diff --git a/src/Cli/dotnet/Commands/xlf/CliCommandStrings.ko.xlf b/src/Cli/dotnet/Commands/xlf/CliCommandStrings.ko.xlf
index b2f6c81c0d2e..6935ae03eb40 100644
--- a/src/Cli/dotnet/Commands/xlf/CliCommandStrings.ko.xlf
+++ b/src/Cli/dotnet/Commands/xlf/CliCommandStrings.ko.xlf
@@ -94,7 +94,7 @@
Do not display the startup banner or the copyright message.
- 시작 배너 또는 저작권 메시지를 표시하지 않습니다.
+ Do not display the startup banner or the copyright message.
@@ -186,7 +186,7 @@ Paths searched: '{1}', '{2}'.
Some directives cannot be converted. Run the file to see all compilation errors. Specify '--force' to convert anyway.
- 일부 지시문을 변환할 수 없습니다. 파일을 실행하여 모든 컴파일 오류를 확인하세요. 변환을 강제로 진행하려면 '--force'를 지정하세요.
+ Some directives cannot be converted. Run the file to see all compilation errors. Specify '--force' to convert anyway.{Locked="--force"}
@@ -236,7 +236,7 @@ Paths searched: '{1}', '{2}'.
Do not display the startup banner or the copyright message.
- 시작 배너 또는 저작권 메시지를 표시하지 않습니다.
+ Do not display the startup banner or the copyright message.
@@ -460,12 +460,12 @@ If not specified the file will be generated inside the default 'TestResults' dir
Defines the path of directory to run. If not specified, it defaults to the current directory.
- 실행할 디렉터리의 경로를 정의합니다. 지정하지 않으면 기본적으로 현재 디렉터리가 사용됩니다.
+ Defines the path of directory to run. If not specified, it defaults to the current directory.DIRECTORY_PATH
- DIRECTORY_PATH
+ DIRECTORY_PATH
@@ -745,12 +745,12 @@ project.assets.json을 삭제하는 것과 동일합니다.
Defines the path of the project file to run (folder name or full path). If not specified, it defaults to the current directory.
- 실행할 프로젝트 파일의 경로(폴더 이름 또는 전체 경로)를 정의합니다. 지정하지 않으면 기본적으로 현재 디렉터리가 사용됩니다.
+ Defines the path of the project file to run (folder name or full path). If not specified, it defaults to the current directory.PROJECT_PATH
- PROJECT_PATH
+ PROJECT_PATH
@@ -797,7 +797,7 @@ The specified directory will be created if it does not exist.
Defines the path of the solution file to run. If not specified, it defaults to the current directory.
- 실행할 솔루션 파일의 경로를 정의합니다. 지정하지 않으면 기본적으로 현재 디렉터리가 사용됩니다.
+ Defines the path of the solution file to run. If not specified, it defaults to the current directory.
@@ -988,7 +988,7 @@ See https://aka.ms/dotnet-test/mtp for more information.
The path to the project file to run (defaults to the current directory if there is only one project).
- 실행할 프로젝트 파일의 경로입니다(프로젝트가 하나만 있는 경우 현재 디렉터리로 기본 설정됨).
+ The path to the project file to run (defaults to the current directory if there is only one project).
@@ -1073,7 +1073,7 @@ See https://aka.ms/dotnet-test/mtp for more information.
(Default)
- (기본값)
+ (Default)
@@ -1108,7 +1108,7 @@ See https://aka.ms/dotnet-test/mtp for more information.
An error was encountered when reading '{0}': {1}
- '{0}'을 읽는 동안 오류가 발생했습니다. {1}
+ An error was encountered when reading '{0}': {1}{0} is file path. {1} is exception message.
@@ -1128,7 +1128,7 @@ See https://aka.ms/dotnet-test/mtp for more information.
error
- 오류
+ errorUsed when reporting directive errors like "file(location): error: message".
@@ -1194,7 +1194,7 @@ See https://aka.ms/dotnet-test/mtp for more information.
'dotnet' unexpectedly received less than 4 bytes from the 'dotnet test' named pipe.
- 'dotnet'이 'dotnet test'로 명명된 파이프에서 예기치 않게 4바이트 미만의 데이터를 받았습니다.
+ 'dotnet' unexpectedly received less than 4 bytes from the 'dotnet test' named pipe.
@@ -1226,14 +1226,14 @@ See https://aka.ms/dotnet-test/mtp for more information.
There are several launch profiles with case-sensitive names, which isn't permitted:
{0}
Make the profile names distinct.
- 대/소문자를 구분하는 이름을 가진 여러 시작 프로필이 있으며 이는 허용되지 않습니다.
+ There are several launch profiles with case-sensitive names, which isn't permitted:
{0}
-고유한 프로필 이름을 사용하세요.
+Make the profile names distinct.Duplicate directives are not supported: {0}
- 중복 지시문은 지원되지 않습니다. {0}
+ Duplicate directives are not supported: {0}{0} is the directive type and name.
@@ -1593,7 +1593,7 @@ Make the profile names distinct.
The directive should contain a name without special characters and an optional value separated by '{1}' like '#:{0} Name{1}Value'.
- 지시문에는 특수 문자가 없는 이름과 '#:{0} 이름{1}값'과 같이 '{1}'(으)로 구분된 선택적 값이 포함되어야 합니다.
+ The directive should contain a name without special characters and an optional value separated by '{1}' like '#:{0} Name{1}Value'.{0} is the directive type like 'package' or 'sdk'. {1} is the expected separator like '@' or '='.
@@ -1613,7 +1613,7 @@ Make the profile names distinct.
The '#:project' directive is invalid: {0}
- '#:p roject' 지시문이 잘못되었습니다. {0}
+ The '#:project' directive is invalid: {0}{0} is the inner error message.
@@ -1638,22 +1638,22 @@ Make the profile names distinct.
A launch profile with the name '{0}' doesn't exist.
- 이름이 '{0}'인 시작 프로필이 없습니다.
+ A launch profile with the name '{0}' doesn't exist.The launch profile type '{0}' is not supported.
- 시작 프로필 형식 '{0}'은(는) 지원되지 않습니다.
+ The launch profile type '{0}' is not supported.A profile with the specified name isn't a valid JSON object.
- 지정된 이름의 프로필은 유효한 JSON 개체가 아닙니다.
+ A profile with the specified name isn't a valid JSON object.The 'profiles' property of the launch settings document is not a JSON object.
- 시작 설정 문서의 '프로필' 속성이 JSON 개체가 아닙니다.
+ The 'profiles' property of the launch settings document is not a JSON object.
@@ -1755,7 +1755,7 @@ Tool '{1}' (version '{2}') was successfully installed. Entry is added to the man
Missing name of '{0}'.
- '{0}' 이름이 없습니다.
+ Missing name of '{0}'.{0} is the directive name like 'package' or 'sdk'.
@@ -1979,7 +1979,7 @@ Tool '{1}' (version '{2}') was successfully installed. Entry is added to the man
Do not display the startup banner or the copyright message.
- 시작 배너 또는 저작권 메시지를 표시하지 않습니다.
+ Do not display the startup banner or the copyright message.
@@ -2467,7 +2467,7 @@ Tool '{1}' (version '{2}') was successfully installed. Entry is added to the man
Specify the output directory ({0}):
- 출력 디렉터리 지정({0}):
+ Specify the output directory ({0}):{0} is the default value
@@ -2522,12 +2522,12 @@ Tool '{1}' (version '{2}') was successfully installed. Entry is added to the man
Invalid property name: {0}
- 잘못된 속성 이름: {0}
+ Invalid property name: {0}{0} is an inner exception message.The property directive needs to have two parts separated by '=' like '#:property PropertyName=PropertyValue'.
- property 지시문에는 '#:property PropertyName=PropertyValue'와 같이 '='로 구분된 두 부분이 있어야 합니다.
+ The property directive needs to have two parts separated by '=' like '#:property PropertyName=PropertyValue'.{Locked="#:property"}
@@ -2537,7 +2537,7 @@ Tool '{1}' (version '{2}') was successfully installed. Entry is added to the man
Do not display the startup banner or the copyright message.
- 시작 배너 또는 저작권 메시지를 표시하지 않습니다.
+ Do not display the startup banner or the copyright message.
@@ -2574,7 +2574,7 @@ The default is to publish a framework-dependent application.
Directives currently cannot contain double quotes (").
- 지시문은 현재 큰따옴표(")를 포함할 수 없습니다.
+ Directives currently cannot contain double quotes (").
@@ -3083,7 +3083,7 @@ Your project targets multiple frameworks. Specify which framework to run using '
Static graph restore is not supported for file-based apps. Remove the '#:property'.
- 정적 그래프 복원은 파일 기반 앱에서 지원되지 않습니다. '#:property'를 제거합니다.
+ Static graph restore is not supported for file-based apps. Remove the '#:property'.{Locked="#:property"}
@@ -3634,7 +3634,7 @@ and the corresponding package Ids for installed tools using the command
Unrecognized directive '{0}'.
- 인식할 수 없는 지시문 '{0}'입니다.
+ Unrecognized directive '{0}'.{0} is the directive name like 'package' or 'sdk'.
@@ -3714,7 +3714,7 @@ and the corresponding package Ids for installed tools using the command
A usable launch profile could not be located.
- 사용할 수 있는 시작 프로필을 찾을 수 없습니다.
+ A usable launch profile could not be located.
diff --git a/src/Cli/dotnet/Commands/xlf/CliCommandStrings.pl.xlf b/src/Cli/dotnet/Commands/xlf/CliCommandStrings.pl.xlf
index bc9182e525a1..952dc2ec304c 100644
--- a/src/Cli/dotnet/Commands/xlf/CliCommandStrings.pl.xlf
+++ b/src/Cli/dotnet/Commands/xlf/CliCommandStrings.pl.xlf
@@ -94,7 +94,7 @@
Do not display the startup banner or the copyright message.
- Nie wyświetlaj baneru początkowego ani komunikatu o prawach autorskich.
+ Do not display the startup banner or the copyright message.
@@ -186,7 +186,7 @@ Przeszukane ścieżki: „{1}”, „{2}”.
Some directives cannot be converted. Run the file to see all compilation errors. Specify '--force' to convert anyway.
- Nie można przekonwertować niektórych dyrektyw. Uruchom plik, aby wyświetlić wszystkie błędy kompilacji. Określ element „--force”, aby mimo to przekonwertować.
+ Some directives cannot be converted. Run the file to see all compilation errors. Specify '--force' to convert anyway.{Locked="--force"}
@@ -236,7 +236,7 @@ Przeszukane ścieżki: „{1}”, „{2}”.
Do not display the startup banner or the copyright message.
- Nie wyświetlaj baneru początkowego ani komunikatu o prawach autorskich.
+ Do not display the startup banner or the copyright message.
@@ -460,12 +460,12 @@ W katalogu domyślnym „TestResults” zostanie wygenerowany plik, jeśli nie z
Defines the path of directory to run. If not specified, it defaults to the current directory.
- Definiuje ścieżkę katalogu do uruchomienia. Jeśli nie zostanie określony, domyślnie będzie to bieżący katalog.
+ Defines the path of directory to run. If not specified, it defaults to the current directory.DIRECTORY_PATH
- DIRECTORY_PATH
+ DIRECTORY_PATH
@@ -745,12 +745,12 @@ Jest to równoważne usunięciu pliku project.assets.json.
Defines the path of the project file to run (folder name or full path). If not specified, it defaults to the current directory.
- Definiuje ścieżkę pliku projektu do uruchomienia (nazwę folderu lub pełną ścieżkę). Jeśli nie zostanie określony, domyślnie będzie to bieżący katalog.
+ Defines the path of the project file to run (folder name or full path). If not specified, it defaults to the current directory.PROJECT_PATH
- PROJECT_PATH
+ PROJECT_PATH
@@ -797,7 +797,7 @@ Jeśli określony katalog nie istnieje, zostanie utworzony.
Defines the path of the solution file to run. If not specified, it defaults to the current directory.
- Definiuje ścieżkę pliku rozwiązania do uruchomienia. Jeśli nie zostanie określony, domyślnie będzie to bieżący katalog.
+ Defines the path of the solution file to run. If not specified, it defaults to the current directory.
@@ -988,7 +988,7 @@ Aby uzyskać więcej informacji, zobacz https://aka.ms/dotnet-test/mtp.
The path to the project file to run (defaults to the current directory if there is only one project).
- Ścieżka do pliku projektu, który ma zostać uruchomiony (w przypadku tylko jednego projektu wartością domyślną jest bieżący katalog).
+ The path to the project file to run (defaults to the current directory if there is only one project).
@@ -1073,7 +1073,7 @@ Aby uzyskać więcej informacji, zobacz https://aka.ms/dotnet-test/mtp.
(Default)
- (Domyślne)
+ (Default)
@@ -1108,7 +1108,7 @@ Aby uzyskać więcej informacji, zobacz https://aka.ms/dotnet-test/mtp.
An error was encountered when reading '{0}': {1}
- Napotkano błąd podczas odczytywania elementu „{0}”: {1}
+ An error was encountered when reading '{0}': {1}{0} is file path. {1} is exception message.
@@ -1128,7 +1128,7 @@ Aby uzyskać więcej informacji, zobacz https://aka.ms/dotnet-test/mtp.
error
- błąd
+ errorUsed when reporting directive errors like "file(location): error: message".
@@ -1194,7 +1194,7 @@ Aby uzyskać więcej informacji, zobacz https://aka.ms/dotnet-test/mtp.
'dotnet' unexpectedly received less than 4 bytes from the 'dotnet test' named pipe.
- Element „dotnet” nieoczekiwanie odebrał mniej niż 4 bajty z nazwanego potoku "dotnet test".
+ 'dotnet' unexpectedly received less than 4 bytes from the 'dotnet test' named pipe.
@@ -1226,14 +1226,14 @@ Aby uzyskać więcej informacji, zobacz https://aka.ms/dotnet-test/mtp.
There are several launch profiles with case-sensitive names, which isn't permitted:
{0}
Make the profile names distinct.
- Istnieje kilka profilów uruchamiania z nazwami z uwzględnieniem wielkości liter, co jest niedozwolone:
+ There are several launch profiles with case-sensitive names, which isn't permitted:
{0}
-Rozróżnij nazwy profilów.
+Make the profile names distinct.Duplicate directives are not supported: {0}
- Zduplikowane dyrektywy nie są obsługiwane: {0}
+ Duplicate directives are not supported: {0}{0} is the directive type and name.
@@ -1593,7 +1593,7 @@ Rozróżnij nazwy profilów.
The directive should contain a name without special characters and an optional value separated by '{1}' like '#:{0} Name{1}Value'.
- Dyrektywa powinna zawierać nazwę bez znaków specjalnych i opcjonalną wartość rozdzieloną znakiem "{1}#:{0} Name{1}Value".
+ The directive should contain a name without special characters and an optional value separated by '{1}' like '#:{0} Name{1}Value'.{0} is the directive type like 'package' or 'sdk'. {1} is the expected separator like '@' or '='.
@@ -1613,7 +1613,7 @@ Rozróżnij nazwy profilów.
The '#:project' directive is invalid: {0}
- Dyrektywa „#:project” jest nieprawidłowa: {0}
+ The '#:project' directive is invalid: {0}{0} is the inner error message.
@@ -1638,22 +1638,22 @@ Rozróżnij nazwy profilów.
A launch profile with the name '{0}' doesn't exist.
- Profil uruchamiania o nazwie „{0}” nie istnieje.
+ A launch profile with the name '{0}' doesn't exist.The launch profile type '{0}' is not supported.
- Typ profilu uruchamiania „{0}” nie jest obsługiwany.
+ The launch profile type '{0}' is not supported.A profile with the specified name isn't a valid JSON object.
- Profil o określonej nazwie nie jest prawidłowym obiektem JSON.
+ A profile with the specified name isn't a valid JSON object.The 'profiles' property of the launch settings document is not a JSON object.
- Właściwość „profiles” dokumentu ustawień uruchamiania nie jest obiektem JSON.
+ The 'profiles' property of the launch settings document is not a JSON object.
@@ -1755,7 +1755,7 @@ Narzędzie „{1}” (wersja „{2}”) zostało pomyślnie zainstalowane. Wpis
Missing name of '{0}'.
- Brak nazwy „{0}”.
+ Missing name of '{0}'.{0} is the directive name like 'package' or 'sdk'.
@@ -1979,7 +1979,7 @@ Narzędzie „{1}” (wersja „{2}”) zostało pomyślnie zainstalowane. Wpis
Do not display the startup banner or the copyright message.
- Nie wyświetlaj baneru początkowego ani komunikatu o prawach autorskich.
+ Do not display the startup banner or the copyright message.
@@ -2467,7 +2467,7 @@ Narzędzie „{1}” (wersja „{2}”) zostało pomyślnie zainstalowane. Wpis
Specify the output directory ({0}):
- Określ katalog wyjściowy ({0}):
+ Specify the output directory ({0}):{0} is the default value
@@ -2522,12 +2522,12 @@ Narzędzie „{1}” (wersja „{2}”) zostało pomyślnie zainstalowane. Wpis
Invalid property name: {0}
- Nieprawidłowa nazwa właściwości: {0}
+ Invalid property name: {0}{0} is an inner exception message.The property directive needs to have two parts separated by '=' like '#:property PropertyName=PropertyValue'.
- Dyrektywa właściwości musi mieć dwie części oddzielone znakiem „=”, na przykład „#:property PropertyName=PropertyValue”.
+ The property directive needs to have two parts separated by '=' like '#:property PropertyName=PropertyValue'.{Locked="#:property"}
@@ -2537,7 +2537,7 @@ Narzędzie „{1}” (wersja „{2}”) zostało pomyślnie zainstalowane. Wpis
Do not display the startup banner or the copyright message.
- Nie wyświetlaj baneru początkowego ani komunikatu o prawach autorskich.
+ Do not display the startup banner or the copyright message.
@@ -2574,7 +2574,7 @@ Domyślnie publikowana jest aplikacja zależna od struktury.
Directives currently cannot contain double quotes (").
- Dyrektywy nie mogą obecnie zawierać podwójnych cudzysłowów (").
+ Directives currently cannot contain double quotes (").
@@ -3083,7 +3083,7 @@ Projekt ma wiele platform docelowych. Określ platformę do uruchomienia przy u
Static graph restore is not supported for file-based apps. Remove the '#:property'.
- Przywracanie statycznego grafu nie jest obsługiwane w przypadku aplikacji opartych na plikach. Usuń element „#:property”.
+ Static graph restore is not supported for file-based apps. Remove the '#:property'.{Locked="#:property"}
@@ -3634,7 +3634,7 @@ i odpowiednie identyfikatory pakietów zainstalowanych narzędzi można znaleź
Unrecognized directive '{0}'.
- Nierozpoznana dyrektywa „{0}”.
+ Unrecognized directive '{0}'.{0} is the directive name like 'package' or 'sdk'.
@@ -3714,7 +3714,7 @@ i odpowiednie identyfikatory pakietów zainstalowanych narzędzi można znaleź
A usable launch profile could not be located.
- Nie można odnaleźć nadającego się do użytku profilu uruchamiania.
+ A usable launch profile could not be located.
diff --git a/src/Cli/dotnet/Commands/xlf/CliCommandStrings.pt-BR.xlf b/src/Cli/dotnet/Commands/xlf/CliCommandStrings.pt-BR.xlf
index be9c08f1ce8f..c0d1afd99daf 100644
--- a/src/Cli/dotnet/Commands/xlf/CliCommandStrings.pt-BR.xlf
+++ b/src/Cli/dotnet/Commands/xlf/CliCommandStrings.pt-BR.xlf
@@ -94,7 +94,7 @@
Do not display the startup banner or the copyright message.
- Não exibe a faixa de inicialização ou a mensagem de direitos autorais.
+ Do not display the startup banner or the copyright message.
@@ -186,7 +186,7 @@ Caminhos pesquisados: "{1}", "{2}".
Some directives cannot be converted. Run the file to see all compilation errors. Specify '--force' to convert anyway.
- Algumas diretivas não podem ser convertidas. Execute o arquivo para ver todos os erros de compilação. Especifique '--force' para converter mesmo assim.
+ Some directives cannot be converted. Run the file to see all compilation errors. Specify '--force' to convert anyway.{Locked="--force"}
@@ -236,7 +236,7 @@ Caminhos pesquisados: "{1}", "{2}".
Do not display the startup banner or the copyright message.
- Não exibe a faixa de inicialização ou a mensagem de direitos autorais.
+ Do not display the startup banner or the copyright message.
@@ -460,12 +460,12 @@ Se não for especificado, o arquivo será gerado dentro do diretório padrão
Defines the path of directory to run. If not specified, it defaults to the current directory.
- Define o caminho do diretório a ser executado. Se não for especificado, o padrão será o diretório atual.
+ Defines the path of directory to run. If not specified, it defaults to the current directory.DIRECTORY_PATH
- DIRECTORY_PATH
+ DIRECTORY_PATH
@@ -745,12 +745,12 @@ Isso equivale a excluir o project.assets.json.
Defines the path of the project file to run (folder name or full path). If not specified, it defaults to the current directory.
- Define o caminho do arquivo de projeto a ser executado (nome da pasta ou caminho completo). Se não for especificado, o padrão será o diretório atual.
+ Defines the path of the project file to run (folder name or full path). If not specified, it defaults to the current directory.PROJECT_PATH
- PROJECT_PATH
+ PROJECT_PATH
@@ -797,7 +797,7 @@ O diretório especificado será criado se ele ainda não existir.
Defines the path of the solution file to run. If not specified, it defaults to the current directory.
- Define o caminho do arquivo de solução a ser executado. Se não for especificado, o padrão será o diretório atual.
+ Defines the path of the solution file to run. If not specified, it defaults to the current directory.
@@ -988,7 +988,7 @@ Consulte https://aka.ms/dotnet-test/mtp para obter mais informações.
The path to the project file to run (defaults to the current directory if there is only one project).
- O caminho para o arquivo de projeto a ser executado (usará como padrão o diretório atual se houver apenas um projeto).
+ The path to the project file to run (defaults to the current directory if there is only one project).
@@ -1073,7 +1073,7 @@ Consulte https://aka.ms/dotnet-test/mtp para obter mais informações.
(Default)
- (Padrão)
+ (Default)
@@ -1108,7 +1108,7 @@ Consulte https://aka.ms/dotnet-test/mtp para obter mais informações.
An error was encountered when reading '{0}': {1}
- Ocorreu um erro ao ler '{0}': {1}
+ An error was encountered when reading '{0}': {1}{0} is file path. {1} is exception message.
@@ -1128,7 +1128,7 @@ Consulte https://aka.ms/dotnet-test/mtp para obter mais informações.
error
- erro
+ errorUsed when reporting directive errors like "file(location): error: message".
@@ -1194,7 +1194,7 @@ Consulte https://aka.ms/dotnet-test/mtp para obter mais informações.
'dotnet' unexpectedly received less than 4 bytes from the 'dotnet test' named pipe.
- O 'dotnet' recebeu inesperadamente menos de 4 bytes do pipe nomeado 'dotnet test'.
+ 'dotnet' unexpectedly received less than 4 bytes from the 'dotnet test' named pipe.
@@ -1226,14 +1226,14 @@ Consulte https://aka.ms/dotnet-test/mtp para obter mais informações.
There are several launch profiles with case-sensitive names, which isn't permitted:
{0}
Make the profile names distinct.
- Existem vários perfis de inicialização com nomes que diferenciam maiúsculas de minúsculas, o que não é permitido:
+ There are several launch profiles with case-sensitive names, which isn't permitted:
{0}
-Diferencie os nomes dos perfis.
+Make the profile names distinct.Duplicate directives are not supported: {0}
- Diretivas duplicadas não são suportadas:{0}
+ Duplicate directives are not supported: {0}{0} is the directive type and name.
@@ -1593,7 +1593,7 @@ Diferencie os nomes dos perfis.
The directive should contain a name without special characters and an optional value separated by '{1}' like '#:{0} Name{1}Value'.
- A diretiva deve conter um nome sem caracteres especiais e um valor opcional separado por '{1}' como '#:{0} Nome{1}Valor'.
+ The directive should contain a name without special characters and an optional value separated by '{1}' like '#:{0} Name{1}Value'.{0} is the directive type like 'package' or 'sdk'. {1} is the expected separator like '@' or '='.
@@ -1613,7 +1613,7 @@ Diferencie os nomes dos perfis.
The '#:project' directive is invalid: {0}
- A diretiva '#:project' é inválida:{0}
+ The '#:project' directive is invalid: {0}{0} is the inner error message.
@@ -1638,22 +1638,22 @@ Diferencie os nomes dos perfis.
A launch profile with the name '{0}' doesn't exist.
- Um perfil de lançamento com o nome '{0}' não existe.
+ A launch profile with the name '{0}' doesn't exist.The launch profile type '{0}' is not supported.
- Não há suporte para o tipo de perfil de inicialização '{0}'.
+ The launch profile type '{0}' is not supported.A profile with the specified name isn't a valid JSON object.
- Um perfil com o nome especificado não é um objeto JSON válido.
+ A profile with the specified name isn't a valid JSON object.The 'profiles' property of the launch settings document is not a JSON object.
- A propriedade 'perfis' do documento de configurações de inicialização não é um objeto JSON.
+ The 'profiles' property of the launch settings document is not a JSON object.
@@ -1755,7 +1755,7 @@ A ferramenta '{1}' (versão '{2}') foi instalada com êxito. A entrada foi adici
Missing name of '{0}'.
- Nome de '{0}' ausente.
+ Missing name of '{0}'.{0} is the directive name like 'package' or 'sdk'.
@@ -1979,7 +1979,7 @@ A ferramenta '{1}' (versão '{2}') foi instalada com êxito. A entrada foi adici
Do not display the startup banner or the copyright message.
- Não exibe a faixa de inicialização ou a mensagem de direitos autorais.
+ Do not display the startup banner or the copyright message.
@@ -2467,7 +2467,7 @@ A ferramenta '{1}' (versão '{2}') foi instalada com êxito. A entrada foi adici
Specify the output directory ({0}):
- Especificar o diretório de saída ({0}):
+ Specify the output directory ({0}):{0} is the default value
@@ -2522,12 +2522,12 @@ A ferramenta '{1}' (versão '{2}') foi instalada com êxito. A entrada foi adici
Invalid property name: {0}
- Nome de propriedade inválido: {0}
+ Invalid property name: {0}{0} is an inner exception message.The property directive needs to have two parts separated by '=' like '#:property PropertyName=PropertyValue'.
- A diretiva de propriedade precisa ter duas partes separadas por '=' como '#:property PropertyName=PropertyValue'.
+ The property directive needs to have two parts separated by '=' like '#:property PropertyName=PropertyValue'.{Locked="#:property"}
@@ -2537,7 +2537,7 @@ A ferramenta '{1}' (versão '{2}') foi instalada com êxito. A entrada foi adici
Do not display the startup banner or the copyright message.
- Não exibe a faixa de inicialização ou a mensagem de direitos autorais.
+ Do not display the startup banner or the copyright message.
@@ -2574,7 +2574,7 @@ O padrão é publicar uma aplicação dependente de framework.
Directives currently cannot contain double quotes (").
- No momento, as diretivas não podem conter aspas duplas (").
+ Directives currently cannot contain double quotes (").
@@ -3083,7 +3083,7 @@ Ele tem diversas estruturas como destino. Especifique que estrutura executar usa
Static graph restore is not supported for file-based apps. Remove the '#:property'.
- A restauração de grafo estático não é suportada para aplicativos baseados em arquivos. Remova '#:property'.
+ Static graph restore is not supported for file-based apps. Remove the '#:property'.{Locked="#:property"}
@@ -3634,7 +3634,7 @@ e as Ids de pacote correspondentes para as ferramentas instaladas usando o coman
Unrecognized directive '{0}'.
- Diretiva não reconhecida '{0}'.
+ Unrecognized directive '{0}'.{0} is the directive name like 'package' or 'sdk'.
@@ -3714,7 +3714,7 @@ e as Ids de pacote correspondentes para as ferramentas instaladas usando o coman
A usable launch profile could not be located.
- Um perfil de inicialização utilizável não pôde ser localizado.
+ A usable launch profile could not be located.
diff --git a/src/Cli/dotnet/Commands/xlf/CliCommandStrings.ru.xlf b/src/Cli/dotnet/Commands/xlf/CliCommandStrings.ru.xlf
index 694c64282058..e0611a0d0423 100644
--- a/src/Cli/dotnet/Commands/xlf/CliCommandStrings.ru.xlf
+++ b/src/Cli/dotnet/Commands/xlf/CliCommandStrings.ru.xlf
@@ -94,7 +94,7 @@
Do not display the startup banner or the copyright message.
- Не отображать начальный баннер или сообщение об авторских правах.
+ Do not display the startup banner or the copyright message.
@@ -186,7 +186,7 @@ Paths searched: '{1}', '{2}'.
Some directives cannot be converted. Run the file to see all compilation errors. Specify '--force' to convert anyway.
- Некоторые директивы невозможно преобразовать. Запустите файл, чтобы увидеть все ошибки компиляции. Укажите параметр "--force", чтобы выполнить преобразование, невзирая на ошибки.
+ Some directives cannot be converted. Run the file to see all compilation errors. Specify '--force' to convert anyway.{Locked="--force"}
@@ -236,7 +236,7 @@ Paths searched: '{1}', '{2}'.
Do not display the startup banner or the copyright message.
- Не отображать начальный баннер или сообщение об авторских правах.
+ Do not display the startup banner or the copyright message.
@@ -460,12 +460,12 @@ If not specified the file will be generated inside the default 'TestResults' dir
Defines the path of directory to run. If not specified, it defaults to the current directory.
- Определяет путь к каталогу для выполнения. Если не указано, по умолчанию используется текущий каталог.
+ Defines the path of directory to run. If not specified, it defaults to the current directory.DIRECTORY_PATH
- DIRECTORY_PATH
+ DIRECTORY_PATH
@@ -745,12 +745,12 @@ This is equivalent to deleting project.assets.json.
Defines the path of the project file to run (folder name or full path). If not specified, it defaults to the current directory.
- Определяет путь к файлу проекта для выполнения (имя папки или полный путь). Если не указано, по умолчанию используется текущий каталог.
+ Defines the path of the project file to run (folder name or full path). If not specified, it defaults to the current directory.PROJECT_PATH
- PROJECT_PATH
+ PROJECT_PATH
@@ -797,7 +797,7 @@ The specified directory will be created if it does not exist.
Defines the path of the solution file to run. If not specified, it defaults to the current directory.
- Определяет путь к файлу решения, который следует запустить. Если не указано, по умолчанию используется текущий каталог.
+ Defines the path of the solution file to run. If not specified, it defaults to the current directory.
@@ -988,7 +988,7 @@ See https://aka.ms/dotnet-test/mtp for more information.
The path to the project file to run (defaults to the current directory if there is only one project).
- Путь к выполняемому файлу проекта (по умолчанию — текущий каталог, если имеется только один проект).
+ The path to the project file to run (defaults to the current directory if there is only one project).
@@ -1073,7 +1073,7 @@ See https://aka.ms/dotnet-test/mtp for more information.
(Default)
- (По умолчанию)
+ (Default)
@@ -1108,7 +1108,7 @@ See https://aka.ms/dotnet-test/mtp for more information.
An error was encountered when reading '{0}': {1}
- Произошла ошибка при чтении "{0}": {1}
+ An error was encountered when reading '{0}': {1}{0} is file path. {1} is exception message.
@@ -1128,7 +1128,7 @@ See https://aka.ms/dotnet-test/mtp for more information.
error
- ошибка
+ errorUsed when reporting directive errors like "file(location): error: message".
@@ -1194,7 +1194,7 @@ See https://aka.ms/dotnet-test/mtp for more information.
'dotnet' unexpectedly received less than 4 bytes from the 'dotnet test' named pipe.
- "dotnet" неожиданно получил менее 4 байт из именованного канала "dotnet test".
+ 'dotnet' unexpectedly received less than 4 bytes from the 'dotnet test' named pipe.
@@ -1226,14 +1226,14 @@ See https://aka.ms/dotnet-test/mtp for more information.
There are several launch profiles with case-sensitive names, which isn't permitted:
{0}
Make the profile names distinct.
- Существует несколько профилей, имена которых различаются только регистром, что запрещено:
+ There are several launch profiles with case-sensitive names, which isn't permitted:
{0}
-Сделайте имена профилей разными.
+Make the profile names distinct.Duplicate directives are not supported: {0}
- Повторяющиеся директивы не поддерживаются: {0}
+ Duplicate directives are not supported: {0}{0} is the directive type and name.
@@ -1593,7 +1593,7 @@ Make the profile names distinct.
The directive should contain a name without special characters and an optional value separated by '{1}' like '#:{0} Name{1}Value'.
- Директива должна содержать имя без специальных символов и необязательное значение, разделенные символом-разделителем "{1}", например "#:{0} Имя{1}Значение".
+ The directive should contain a name without special characters and an optional value separated by '{1}' like '#:{0} Name{1}Value'.{0} is the directive type like 'package' or 'sdk'. {1} is the expected separator like '@' or '='.
@@ -1613,7 +1613,7 @@ Make the profile names distinct.
The '#:project' directive is invalid: {0}
- Недопустимая директива "#:project": {0}
+ The '#:project' directive is invalid: {0}{0} is the inner error message.
@@ -1638,22 +1638,22 @@ Make the profile names distinct.
A launch profile with the name '{0}' doesn't exist.
- Профиль запуска с именем "{0}" не существует.
+ A launch profile with the name '{0}' doesn't exist.The launch profile type '{0}' is not supported.
- Тип профиля запуска "{0}" не поддерживается.
+ The launch profile type '{0}' is not supported.A profile with the specified name isn't a valid JSON object.
- Профиль с указанным именем не является допустимым объектом JSON.
+ A profile with the specified name isn't a valid JSON object.The 'profiles' property of the launch settings document is not a JSON object.
- Свойство "profiles" документа параметров запуска не является объектом JSON.
+ The 'profiles' property of the launch settings document is not a JSON object.
@@ -1755,7 +1755,7 @@ Tool '{1}' (version '{2}') was successfully installed. Entry is added to the man
Missing name of '{0}'.
- Отсутствует имя "{0}".
+ Missing name of '{0}'.{0} is the directive name like 'package' or 'sdk'.
@@ -1979,7 +1979,7 @@ Tool '{1}' (version '{2}') was successfully installed. Entry is added to the man
Do not display the startup banner or the copyright message.
- Не отображать начальный баннер или сообщение об авторских правах.
+ Do not display the startup banner or the copyright message.
@@ -2467,7 +2467,7 @@ Tool '{1}' (version '{2}') was successfully installed. Entry is added to the man
Specify the output directory ({0}):
- Укажите выходной каталог ({0}):
+ Specify the output directory ({0}):{0} is the default value
@@ -2522,12 +2522,12 @@ Tool '{1}' (version '{2}') was successfully installed. Entry is added to the man
Invalid property name: {0}
- Недопустимое имя свойства: {0}
+ Invalid property name: {0}{0} is an inner exception message.The property directive needs to have two parts separated by '=' like '#:property PropertyName=PropertyValue'.
- Директива свойства должна иметь две части, разделенные символом "=", например "#:property PropertyName=PropertyValue".
+ The property directive needs to have two parts separated by '=' like '#:property PropertyName=PropertyValue'.{Locked="#:property"}
@@ -2537,7 +2537,7 @@ Tool '{1}' (version '{2}') was successfully installed. Entry is added to the man
Do not display the startup banner or the copyright message.
- Не отображать начальный баннер или сообщение об авторских правах.
+ Do not display the startup banner or the copyright message.
@@ -2574,7 +2574,7 @@ The default is to publish a framework-dependent application.
Directives currently cannot contain double quotes (").
- В директивах пока нельзя использовать двойные кавычки (").
+ Directives currently cannot contain double quotes (").
@@ -3083,7 +3083,7 @@ Your project targets multiple frameworks. Specify which framework to run using '
Static graph restore is not supported for file-based apps. Remove the '#:property'.
- Восстановление статического графа не поддерживается для приложений на основе файлов. Удалите "#:property".
+ Static graph restore is not supported for file-based apps. Remove the '#:property'.{Locked="#:property"}
@@ -3635,7 +3635,7 @@ and the corresponding package Ids for installed tools using the command
Unrecognized directive '{0}'.
- Нераспознанная директива "{0}".
+ Unrecognized directive '{0}'.{0} is the directive name like 'package' or 'sdk'.
@@ -3715,7 +3715,7 @@ and the corresponding package Ids for installed tools using the command
A usable launch profile could not be located.
- Не удалось найти подходящий для использования профиль запуска.
+ A usable launch profile could not be located.
diff --git a/src/Cli/dotnet/Commands/xlf/CliCommandStrings.tr.xlf b/src/Cli/dotnet/Commands/xlf/CliCommandStrings.tr.xlf
index f5b9e9b3825a..24d365bdb0e0 100644
--- a/src/Cli/dotnet/Commands/xlf/CliCommandStrings.tr.xlf
+++ b/src/Cli/dotnet/Commands/xlf/CliCommandStrings.tr.xlf
@@ -94,7 +94,7 @@
Do not display the startup banner or the copyright message.
- Başlangıç bandını veya telif hakkı iletisini görüntüleme.
+ Do not display the startup banner or the copyright message.
@@ -186,7 +186,7 @@ Aranan yollar: '{1}', '{2}'.
Some directives cannot be converted. Run the file to see all compilation errors. Specify '--force' to convert anyway.
- Bazı yönergeler dönüştürülemez. Tüm derleme hatalarını görmek için dosyayı çalıştırın. Yine de dönüştürmek için '--force' belirtin.
+ Some directives cannot be converted. Run the file to see all compilation errors. Specify '--force' to convert anyway.{Locked="--force"}
@@ -236,7 +236,7 @@ Aranan yollar: '{1}', '{2}'.
Do not display the startup banner or the copyright message.
- Başlangıç bandını veya telif hakkı iletisini görüntüleme.
+ Do not display the startup banner or the copyright message.
@@ -460,12 +460,12 @@ Belirtilmezse dosya varsayılan 'TestResults' dizini içinde oluşturulur.
Defines the path of directory to run. If not specified, it defaults to the current directory.
- Çalıştırılacak dizinin yolunu belirtir. Belirtilmezse, varsayılan olarak geçerli dizine ayarlar.
+ Defines the path of directory to run. If not specified, it defaults to the current directory.DIRECTORY_PATH
- DIRECTORY_PATH
+ DIRECTORY_PATH
@@ -745,12 +745,12 @@ project.assets.json öğesini silmeyle eşdeğerdir.
Defines the path of the project file to run (folder name or full path). If not specified, it defaults to the current directory.
- Çalıştırılacak proje dosyasının yolunu (klasör adı veya tam yol) belirtir. Belirtilmezse, varsayılan olarak geçerli dizine ayarlar.
+ Defines the path of the project file to run (folder name or full path). If not specified, it defaults to the current directory.PROJECT_PATH
- PROJECT_PATH
+ PROJECT_PATH
@@ -797,7 +797,7 @@ Belirtilen dizin yoksa oluşturulur.
Defines the path of the solution file to run. If not specified, it defaults to the current directory.
- Çalıştırılacak çözüm dosyasının yolunu belirtir. Belirtilmezse, varsayılan olarak geçerli dizine ayarlar.
+ Defines the path of the solution file to run. If not specified, it defaults to the current directory.
@@ -988,7 +988,7 @@ Daha fazla bilgi için https://aka.ms/dotnet-test/mtp adresine bakın.
The path to the project file to run (defaults to the current directory if there is only one project).
- Çalıştırılacak proje dosyasının yolu (yalnızca bir proje varsa, geçerli dizin varsayılan olarak kullanılır).
+ The path to the project file to run (defaults to the current directory if there is only one project).
@@ -1073,7 +1073,7 @@ Daha fazla bilgi için https://aka.ms/dotnet-test/mtp adresine bakın.
(Default)
- (Varsayılan)
+ (Default)
@@ -1108,7 +1108,7 @@ Daha fazla bilgi için https://aka.ms/dotnet-test/mtp adresine bakın.
An error was encountered when reading '{0}': {1}
- ‘{0}’ okunurken bir hata oluştu: {1}
+ An error was encountered when reading '{0}': {1}{0} is file path. {1} is exception message.
@@ -1128,7 +1128,7 @@ Daha fazla bilgi için https://aka.ms/dotnet-test/mtp adresine bakın.
error
- hata
+ errorUsed when reporting directive errors like "file(location): error: message".
@@ -1194,7 +1194,7 @@ Daha fazla bilgi için https://aka.ms/dotnet-test/mtp adresine bakın.
'dotnet' unexpectedly received less than 4 bytes from the 'dotnet test' named pipe.
- ‘dotnet’, ‘dotnet test’ adlandırılmış kanaldan beklenmedik bir şekilde 4 bayttan az veri aldı.
+ 'dotnet' unexpectedly received less than 4 bytes from the 'dotnet test' named pipe.
@@ -1226,14 +1226,14 @@ Daha fazla bilgi için https://aka.ms/dotnet-test/mtp adresine bakın.
There are several launch profiles with case-sensitive names, which isn't permitted:
{0}
Make the profile names distinct.
- Adı büyük/küçük harfe duyarlı olan birkaç başlatma profili var ama bu duruma izin verilmiyor:
+ There are several launch profiles with case-sensitive names, which isn't permitted:
{0}
-Lütfen profil adlarını değiştirin.
+Make the profile names distinct.Duplicate directives are not supported: {0}
- Yinelenen yönergeler desteklenmez: {0}
+ Duplicate directives are not supported: {0}{0} is the directive type and name.
@@ -1593,7 +1593,7 @@ Lütfen profil adlarını değiştirin.
The directive should contain a name without special characters and an optional value separated by '{1}' like '#:{0} Name{1}Value'.
- Yönerge, özel karakterler içermeyen bir ad ve ‘#:{0} Ad{1}Değer’ gibi '{1}' ile ayrılmış isteğe bağlı bir değer içermelidir.
+ The directive should contain a name without special characters and an optional value separated by '{1}' like '#:{0} Name{1}Value'.{0} is the directive type like 'package' or 'sdk'. {1} is the expected separator like '@' or '='.
@@ -1613,7 +1613,7 @@ Lütfen profil adlarını değiştirin.
The '#:project' directive is invalid: {0}
- ‘#:project’ yönergesi geçersizdir: {0}
+ The '#:project' directive is invalid: {0}{0} is the inner error message.
@@ -1638,22 +1638,22 @@ Lütfen profil adlarını değiştirin.
A launch profile with the name '{0}' doesn't exist.
- '{0}' adlı bir başlatma profili yok.
+ A launch profile with the name '{0}' doesn't exist.The launch profile type '{0}' is not supported.
- '{0}' başlatma profili türü desteklenmiyor.
+ The launch profile type '{0}' is not supported.A profile with the specified name isn't a valid JSON object.
- Belirtilen adla bir profil, geçerli bir JSON nesnesi değil.
+ A profile with the specified name isn't a valid JSON object.The 'profiles' property of the launch settings document is not a JSON object.
- Başlatma ayarları belgesinin 'profiles' özelliği bir JSON nesnesi değil.
+ The 'profiles' property of the launch settings document is not a JSON object.
@@ -1755,7 +1755,7 @@ Tool '{1}' (version '{2}') was successfully installed. Entry is added to the man
Missing name of '{0}'.
- '{0}' adı eksik.
+ Missing name of '{0}'.{0} is the directive name like 'package' or 'sdk'.
@@ -1979,7 +1979,7 @@ Tool '{1}' (version '{2}') was successfully installed. Entry is added to the man
Do not display the startup banner or the copyright message.
- Başlangıç bandını veya telif hakkı iletisini görüntüleme.
+ Do not display the startup banner or the copyright message.
@@ -2467,7 +2467,7 @@ Tool '{1}' (version '{2}') was successfully installed. Entry is added to the man
Specify the output directory ({0}):
- Çıkış dizinini belirtin ({0}):
+ Specify the output directory ({0}):{0} is the default value
@@ -2522,12 +2522,12 @@ Tool '{1}' (version '{2}') was successfully installed. Entry is added to the man
Invalid property name: {0}
- Geçersiz özellik adı: {0}
+ Invalid property name: {0}{0} is an inner exception message.The property directive needs to have two parts separated by '=' like '#:property PropertyName=PropertyValue'.
- Özellik yönergesi, ‘#:property PropertyName=PropertyValue’ gibi ‘=’ ile ayrılmış iki bölümden oluşmalıdır.
+ The property directive needs to have two parts separated by '=' like '#:property PropertyName=PropertyValue'.{Locked="#:property"}
@@ -2537,7 +2537,7 @@ Tool '{1}' (version '{2}') was successfully installed. Entry is added to the man
Do not display the startup banner or the copyright message.
- Başlangıç bandını veya telif hakkı iletisini görüntüleme.
+ Do not display the startup banner or the copyright message.
@@ -2574,7 +2574,7 @@ Varsayılan durum, çerçeveye bağımlı bir uygulama yayımlamaktır.
Directives currently cannot contain double quotes (").
- Yönergeler şu anda çift tırnak (") içeremez.
+ Directives currently cannot contain double quotes (").
@@ -3083,7 +3083,7 @@ Projeniz birden fazla Framework'ü hedefliyor. '{0}' kullanarak hangi Framework'
Static graph restore is not supported for file-based apps. Remove the '#:property'.
- Dosya tabanlı uygulamalar için statik grafik geri yükleme desteklenmemektedir. ‘#:property’i kaldırın.
+ Static graph restore is not supported for file-based apps. Remove the '#:property'.{Locked="#:property"}
@@ -3634,7 +3634,7 @@ karşılık gelen paket kimliklerini bulmak için
Unrecognized directive '{0}'.
- Tanınmayan yönerge '{0}'.
+ Unrecognized directive '{0}'.{0} is the directive name like 'package' or 'sdk'.
@@ -3714,7 +3714,7 @@ karşılık gelen paket kimliklerini bulmak için
A usable launch profile could not be located.
- Kullanılabilir bir başlatma profili bulunamadı.
+ A usable launch profile could not be located.
diff --git a/src/Cli/dotnet/Commands/xlf/CliCommandStrings.zh-Hans.xlf b/src/Cli/dotnet/Commands/xlf/CliCommandStrings.zh-Hans.xlf
index 725ed5df5480..f5d749e1d50d 100644
--- a/src/Cli/dotnet/Commands/xlf/CliCommandStrings.zh-Hans.xlf
+++ b/src/Cli/dotnet/Commands/xlf/CliCommandStrings.zh-Hans.xlf
@@ -94,7 +94,7 @@
Do not display the startup banner or the copyright message.
- 不显示启动版权标志或版权消息。
+ Do not display the startup banner or the copyright message.
@@ -186,7 +186,7 @@ Paths searched: '{1}', '{2}'.
Some directives cannot be converted. Run the file to see all compilation errors. Specify '--force' to convert anyway.
- 一些指令无法转换。运行该文件以查看所有编译错误。请指定 '--force' 以进行转换。
+ Some directives cannot be converted. Run the file to see all compilation errors. Specify '--force' to convert anyway.{Locked="--force"}
@@ -236,7 +236,7 @@ Paths searched: '{1}', '{2}'.
Do not display the startup banner or the copyright message.
- 不显示启动版权标志或版权消息。
+ Do not display the startup banner or the copyright message.
@@ -460,12 +460,12 @@ If not specified the file will be generated inside the default 'TestResults' dir
Defines the path of directory to run. If not specified, it defaults to the current directory.
- 定义要运行的目录的路径。如果未指定,则默认为当前目录。
+ Defines the path of directory to run. If not specified, it defaults to the current directory.DIRECTORY_PATH
- DIRECTORY_PATH
+ DIRECTORY_PATH
@@ -745,12 +745,12 @@ This is equivalent to deleting project.assets.json.
Defines the path of the project file to run (folder name or full path). If not specified, it defaults to the current directory.
- 定义要运行的项目文件的路径(文件夹名称或完整路径)。如果未指定,则默认为当前目录。
+ Defines the path of the project file to run (folder name or full path). If not specified, it defaults to the current directory.PROJECT_PATH
- PROJECT_PATH
+ PROJECT_PATH
@@ -797,7 +797,7 @@ The specified directory will be created if it does not exist.
Defines the path of the solution file to run. If not specified, it defaults to the current directory.
- 定义要运行的解决方案文件的路径。如果未指定,则默认为当前目录。
+ Defines the path of the solution file to run. If not specified, it defaults to the current directory.
@@ -988,7 +988,7 @@ See https://aka.ms/dotnet-test/mtp for more information.
The path to the project file to run (defaults to the current directory if there is only one project).
- 要运行的项目文件的路径(如果只有一个项目,则默认使用当前目录)。
+ The path to the project file to run (defaults to the current directory if there is only one project).
@@ -1073,7 +1073,7 @@ See https://aka.ms/dotnet-test/mtp for more information.
(Default)
- (默认值)
+ (Default)
@@ -1108,7 +1108,7 @@ See https://aka.ms/dotnet-test/mtp for more information.
An error was encountered when reading '{0}': {1}
- 读取 ‘{0}’ 时遇到错误: {1}
+ An error was encountered when reading '{0}': {1}{0} is file path. {1} is exception message.
@@ -1128,7 +1128,7 @@ See https://aka.ms/dotnet-test/mtp for more information.
error
- 错误
+ errorUsed when reporting directive errors like "file(location): error: message".
@@ -1194,7 +1194,7 @@ See https://aka.ms/dotnet-test/mtp for more information.
'dotnet' unexpectedly received less than 4 bytes from the 'dotnet test' named pipe.
- 'dotnet' 意外从 'dotnet test' 命名管道接收了不到 4 个字节。
+ 'dotnet' unexpectedly received less than 4 bytes from the 'dotnet test' named pipe.
@@ -1226,14 +1226,14 @@ See https://aka.ms/dotnet-test/mtp for more information.
There are several launch profiles with case-sensitive names, which isn't permitted:
{0}
Make the profile names distinct.
- 存在多个名称区分大小写的启动配置文件,这是不允许的:
+ There are several launch profiles with case-sensitive names, which isn't permitted:
{0}
-将配置文件名称设为可区分的名称。
+Make the profile names distinct.Duplicate directives are not supported: {0}
- 不支持重复指令: {0}
+ Duplicate directives are not supported: {0}{0} is the directive type and name.
@@ -1593,7 +1593,7 @@ Make the profile names distinct.
The directive should contain a name without special characters and an optional value separated by '{1}' like '#:{0} Name{1}Value'.
- 该指令应包含一个不带特殊字符的名称,以及一个以 '#:{0} Name{1}Value' 等 ‘{1}’ 分隔的可选值。
+ The directive should contain a name without special characters and an optional value separated by '{1}' like '#:{0} Name{1}Value'.{0} is the directive type like 'package' or 'sdk'. {1} is the expected separator like '@' or '='.
@@ -1613,7 +1613,7 @@ Make the profile names distinct.
The '#:project' directive is invalid: {0}
- '#:project' 指令无效: {0}
+ The '#:project' directive is invalid: {0}{0} is the inner error message.
@@ -1638,22 +1638,22 @@ Make the profile names distinct.
A launch profile with the name '{0}' doesn't exist.
- 名为“{0}”的启动配置文件不存在。
+ A launch profile with the name '{0}' doesn't exist.The launch profile type '{0}' is not supported.
- 不支持启动配置文件类型“{0}”。
+ The launch profile type '{0}' is not supported.A profile with the specified name isn't a valid JSON object.
- 具有指定名称的配置文件不是有效的 JSON 对象。
+ A profile with the specified name isn't a valid JSON object.The 'profiles' property of the launch settings document is not a JSON object.
- 启动设置文档的“profiles”属性不是 JSON 对象。
+ The 'profiles' property of the launch settings document is not a JSON object.
@@ -1755,7 +1755,7 @@ Tool '{1}' (version '{2}') was successfully installed. Entry is added to the man
Missing name of '{0}'.
- 缺少 '{0}' 的名称。
+ Missing name of '{0}'.{0} is the directive name like 'package' or 'sdk'.
@@ -1979,7 +1979,7 @@ Tool '{1}' (version '{2}') was successfully installed. Entry is added to the man
Do not display the startup banner or the copyright message.
- 不显示启动版权标志或版权消息。
+ Do not display the startup banner or the copyright message.
@@ -2467,7 +2467,7 @@ Tool '{1}' (version '{2}') was successfully installed. Entry is added to the man
Specify the output directory ({0}):
- 指定输出目录({0}):
+ Specify the output directory ({0}):{0} is the default value
@@ -2522,12 +2522,12 @@ Tool '{1}' (version '{2}') was successfully installed. Entry is added to the man
Invalid property name: {0}
- 属性名无效: {0}
+ Invalid property name: {0}{0} is an inner exception message.The property directive needs to have two parts separated by '=' like '#:property PropertyName=PropertyValue'.
- 属性指令需要包含两个由 ‘=’ 分隔的部件,例如 '#:property PropertyName=PropertyValue'。
+ The property directive needs to have two parts separated by '=' like '#:property PropertyName=PropertyValue'.{Locked="#:property"}
@@ -2537,7 +2537,7 @@ Tool '{1}' (version '{2}') was successfully installed. Entry is added to the man
Do not display the startup banner or the copyright message.
- 不显示启动版权标志或版权消息。
+ Do not display the startup banner or the copyright message.
@@ -2574,7 +2574,7 @@ The default is to publish a framework-dependent application.
Directives currently cannot contain double quotes (").
- 指令当前不能包含双引号(")。
+ Directives currently cannot contain double quotes (").
@@ -3083,7 +3083,7 @@ Your project targets multiple frameworks. Specify which framework to run using '
Static graph restore is not supported for file-based apps. Remove the '#:property'.
- 基于文件的应用不支持静态图形还原。移除 '#:property'。
+ Static graph restore is not supported for file-based apps. Remove the '#:property'.{Locked="#:property"}
@@ -3634,7 +3634,7 @@ and the corresponding package Ids for installed tools using the command
Unrecognized directive '{0}'.
- 无法识别的指令 ‘{0}’。
+ Unrecognized directive '{0}'.{0} is the directive name like 'package' or 'sdk'.
@@ -3714,7 +3714,7 @@ and the corresponding package Ids for installed tools using the command
A usable launch profile could not be located.
- 找不到可用的启动配置文件。
+ A usable launch profile could not be located.
diff --git a/src/Cli/dotnet/Commands/xlf/CliCommandStrings.zh-Hant.xlf b/src/Cli/dotnet/Commands/xlf/CliCommandStrings.zh-Hant.xlf
index db6fc4bd2ddf..93e2b84eaee7 100644
--- a/src/Cli/dotnet/Commands/xlf/CliCommandStrings.zh-Hant.xlf
+++ b/src/Cli/dotnet/Commands/xlf/CliCommandStrings.zh-Hant.xlf
@@ -94,7 +94,7 @@
Do not display the startup banner or the copyright message.
- 不顯示啟始資訊或著作權訊息。
+ Do not display the startup banner or the copyright message.
@@ -186,7 +186,7 @@ Paths searched: '{1}', '{2}'.
Some directives cannot be converted. Run the file to see all compilation errors. Specify '--force' to convert anyway.
- 無法轉換某些指示詞。執行檔案以查看所有編譯錯誤。指定 '--force' 以繼續轉換。
+ Some directives cannot be converted. Run the file to see all compilation errors. Specify '--force' to convert anyway.{Locked="--force"}
@@ -236,7 +236,7 @@ Paths searched: '{1}', '{2}'.
Do not display the startup banner or the copyright message.
- 不顯示啟始資訊或著作權訊息。
+ Do not display the startup banner or the copyright message.
@@ -460,12 +460,12 @@ If not specified the file will be generated inside the default 'TestResults' dir
Defines the path of directory to run. If not specified, it defaults to the current directory.
- 定義要執行的目錄路徑。如果未指定,則預設為目前目錄。
+ Defines the path of directory to run. If not specified, it defaults to the current directory.DIRECTORY_PATH
- DIRECTORY_PATH
+ DIRECTORY_PATH
@@ -745,12 +745,12 @@ This is equivalent to deleting project.assets.json.
Defines the path of the project file to run (folder name or full path). If not specified, it defaults to the current directory.
- 定義要執行的專案檔案路徑 (資料夾名稱或完整路徑)。如果未指定,則預設為目前目錄。
+ Defines the path of the project file to run (folder name or full path). If not specified, it defaults to the current directory.PROJECT_PATH
- PROJECT_PATH
+ PROJECT_PATH
@@ -797,7 +797,7 @@ The specified directory will be created if it does not exist.
Defines the path of the solution file to run. If not specified, it defaults to the current directory.
- 定義要執行的解決方案檔案的路徑。如果未指定,則預設為目前目錄。
+ Defines the path of the solution file to run. If not specified, it defaults to the current directory.
@@ -988,7 +988,7 @@ See https://aka.ms/dotnet-test/mtp for more information.
The path to the project file to run (defaults to the current directory if there is only one project).
- 要執行之專案檔的路徑 (如果只有一個專案,預設為目前的目錄)。
+ The path to the project file to run (defaults to the current directory if there is only one project).
@@ -1073,7 +1073,7 @@ See https://aka.ms/dotnet-test/mtp for more information.
(Default)
- (預設)
+ (Default)
@@ -1108,7 +1108,7 @@ See https://aka.ms/dotnet-test/mtp for more information.
An error was encountered when reading '{0}': {1}
- 讀取「{0}」時發生錯誤: {1}
+ An error was encountered when reading '{0}': {1}{0} is file path. {1} is exception message.
@@ -1128,7 +1128,7 @@ See https://aka.ms/dotnet-test/mtp for more information.
error
- 錯誤
+ errorUsed when reporting directive errors like "file(location): error: message".
@@ -1194,7 +1194,7 @@ See https://aka.ms/dotnet-test/mtp for more information.
'dotnet' unexpectedly received less than 4 bytes from the 'dotnet test' named pipe.
- 'dotnet' 從 'dotnet test' 具名管道意外接收到的資料少於 4 個位元組。
+ 'dotnet' unexpectedly received less than 4 bytes from the 'dotnet test' named pipe.
@@ -1226,14 +1226,14 @@ See https://aka.ms/dotnet-test/mtp for more information.
There are several launch profiles with case-sensitive names, which isn't permitted:
{0}
Make the profile names distinct.
- 數個啟動設定檔具有區分大小寫的名稱,這並不受允許:
+ There are several launch profiles with case-sensitive names, which isn't permitted:
{0}
-請讓設定檔名稱相異。
+Make the profile names distinct.Duplicate directives are not supported: {0}
- 不支援重複的指示詞: {0}
+ Duplicate directives are not supported: {0}{0} is the directive type and name.
@@ -1593,7 +1593,7 @@ Make the profile names distinct.
The directive should contain a name without special characters and an optional value separated by '{1}' like '#:{0} Name{1}Value'.
- 指示詞應包含不含特殊字元的名稱,以及 '{1}' 分隔的選用值,例如 '#:{0} Name{1}Value'。
+ The directive should contain a name without special characters and an optional value separated by '{1}' like '#:{0} Name{1}Value'.{0} is the directive type like 'package' or 'sdk'. {1} is the expected separator like '@' or '='.
@@ -1613,7 +1613,7 @@ Make the profile names distinct.
The '#:project' directive is invalid: {0}
- '#:project' 指示詞無效: {0}
+ The '#:project' directive is invalid: {0}{0} is the inner error message.
@@ -1638,22 +1638,22 @@ Make the profile names distinct.
A launch profile with the name '{0}' doesn't exist.
- 名稱為 '{0}' 的啟動設定檔不存在。
+ A launch profile with the name '{0}' doesn't exist.The launch profile type '{0}' is not supported.
- 不支援啟動設定檔類型 '{0}'。
+ The launch profile type '{0}' is not supported.A profile with the specified name isn't a valid JSON object.
- 具有指定名稱的設定檔不是有效的 JSON 物件。
+ A profile with the specified name isn't a valid JSON object.The 'profiles' property of the launch settings document is not a JSON object.
- 啟動設定文件的 'profiles' 屬性並非 JSON 物件。
+ The 'profiles' property of the launch settings document is not a JSON object.
@@ -1755,7 +1755,7 @@ Tool '{1}' (version '{2}') was successfully installed. Entry is added to the man
Missing name of '{0}'.
- 缺少 '{0}' 的名稱。
+ Missing name of '{0}'.{0} is the directive name like 'package' or 'sdk'.
@@ -1979,7 +1979,7 @@ Tool '{1}' (version '{2}') was successfully installed. Entry is added to the man
Do not display the startup banner or the copyright message.
- 不顯示啟始資訊或著作權訊息。
+ Do not display the startup banner or the copyright message.
@@ -2467,7 +2467,7 @@ Tool '{1}' (version '{2}') was successfully installed. Entry is added to the man
Specify the output directory ({0}):
- 指定輸出目錄 ({0}):
+ Specify the output directory ({0}):{0} is the default value
@@ -2522,12 +2522,12 @@ Tool '{1}' (version '{2}') was successfully installed. Entry is added to the man
Invalid property name: {0}
- 屬性名稱無效: {0}
+ Invalid property name: {0}{0} is an inner exception message.The property directive needs to have two parts separated by '=' like '#:property PropertyName=PropertyValue'.
- 屬性指示詞必須有兩個部分,其以 '=' 分隔,例如 '#:property PropertyName=PropertyValue'。
+ The property directive needs to have two parts separated by '=' like '#:property PropertyName=PropertyValue'.{Locked="#:property"}
@@ -2537,7 +2537,7 @@ Tool '{1}' (version '{2}') was successfully installed. Entry is added to the man
Do not display the startup banner or the copyright message.
- 不顯示啟始資訊或著作權訊息。
+ Do not display the startup banner or the copyright message.
@@ -2574,7 +2574,7 @@ The default is to publish a framework-dependent application.
Directives currently cannot contain double quotes (").
- 指令目前不能包含雙引號 (")。
+ Directives currently cannot contain double quotes (").
@@ -3083,7 +3083,7 @@ Your project targets multiple frameworks. Specify which framework to run using '
Static graph restore is not supported for file-based apps. Remove the '#:property'.
- 檔案型應用程式不支援靜態圖表還原。移除 ''#:property'。
+ Static graph restore is not supported for file-based apps. Remove the '#:property'.{Locked="#:property"}
@@ -3634,7 +3634,7 @@ and the corresponding package Ids for installed tools using the command
Unrecognized directive '{0}'.
- 無法識別的指示詞 '{0}'。
+ Unrecognized directive '{0}'.{0} is the directive name like 'package' or 'sdk'.
@@ -3714,7 +3714,7 @@ and the corresponding package Ids for installed tools using the command
A usable launch profile could not be located.
- 找不到可用的啟動設定檔。
+ A usable launch profile could not be located.