diff --git a/src/MSBuild/Resources/xlf/Strings.cs.xlf b/src/MSBuild/Resources/xlf/Strings.cs.xlf index 31667667e38..abfcedf9db7 100644 --- a/src/MSBuild/Resources/xlf/Strings.cs.xlf +++ b/src/MSBuild/Resources/xlf/Strings.cs.xlf @@ -261,10 +261,10 @@ BuildCheck enables evaluating rules to ensure properties of the build. For more info see aka.ms/buildcheck - -check - Povolí během sestavení BuildChecks. - BuildCheck umožňuje vyhodnocovat pravidla, aby se zajistily vlastnosti - sestavení. Další informace viz aka.ms/buildcheck + -check + Enables BuildChecks during the build. + BuildCheck enables evaluating rules to ensure properties + of the build. For more info see aka.ms/buildcheck {Locked="-check"}{Locked="BuildChecks"}{Locked="BuildCheck"} @@ -834,40 +834,40 @@ Když se nastaví na MessageUponIsolationViolation (nebo jeho krátký -consoleLoggerParameters:PerformanceSummary;NoSummary; Verbosity=minimal - -consoleloggerparameters:<parameters> - Parametry do protokolovacího nástroje konzoly. (Krátký tvar: -clp) - Dostupné parametry jsou: - PerformanceSummary – zobrazí dobu zpracování úloh, cílů - a projektů. - Summary – zobrazí souhrn chyb a upozornění na konci. - NoSummary – nezobrazí souhrny chyb a upozornění na - konci. - ErrorsOnly – zobrazí jenom chyby. - WarningsOnly – zobrazí jenom upozornění. - NoItemAndPropertyList – nezobrazí na začátku sestavení každého - projektu seznamy položek a vlastností. - ShowCommandLine – zobrazí zprávy TaskCommandLineEvent. - ShowTimestamp – před každou zprávou zobrazí - časové razítko. - ShowEventId – zobrazí ID události pro spuštěné a dokončené - události a zprávy. - ForceNoAlign – nenastav9 text podle velikosti vyrovnávací - paměti konzoly. - DisableConsoleColor – použije výchozí barvy konzoly - pro všechny zprávy protokolování. - DisableMPLogging – zakáže víceprocesorový styl výstupu - protokolování při práci v jiném než víceprocesorovém - režimu. - EnableMPLogging – povolí víceprocesorový styl výstupu - protokolování i při práci v jiném - režimu. Tento styl protokolování je výchozí. - ForceConsoleColor – použije barvy konzoly ANSI, - i když to konzola nepodporuje. - PreferConsoleColor– použije barvy konzoly ANSI, pouze pokud - to cílová konzola podporuje. - Verbosity – potlačí nastavení -verbosity - pro tento protokolovací nástroj. - Příklad: + -consoleLoggerParameters:<parameters> + Parameters to console logger. (Short form: -clp) + The available parameters are: + PerformanceSummary--Show time spent in tasks, targets + and projects. + Summary--Show error and warning summary at the end. + NoSummary--Don't show error and warning summary at the + end. + ErrorsOnly--Show only errors. + WarningsOnly--Show only warnings. + NoItemAndPropertyList--Don't show list of items and + properties at the start of each project build. + ShowCommandLine--Show TaskCommandLineEvent messages + ShowTimestamp--Display the Timestamp as a prefix to any + message. + ShowEventId--Show eventId for started events, finished + events, and messages + ForceNoAlign--Does not align the text to the size of + the console buffer + DisableConsoleColor--Use the default console colors + for all logging messages. + DisableMPLogging-- Disable the multiprocessor + logging style of output when running in + non-multiprocessor mode. + EnableMPLogging--Enable the multiprocessor logging + style even when running in non-multiprocessor + mode. This logging style is on by default. + ForceConsoleColor--Use ANSI console colors even if + console does not support it + PreferConsoleColor--Use ANSI console colors only if + target console does support it + Verbosity--overrides the -verbosity setting for this + logger. + Example: -consoleLoggerParameters:PerformanceSummary;NoSummary; Verbosity=minimal @@ -2032,42 +2032,42 @@ Když se nastaví na MessageUponIsolationViolation (nebo jeho krátký -bl:..\..\custom.binlog -binaryLogger - -binaryLogger[:[LogFile=]output.binlog[;ProjectImports={None,Embed,ZipFile}]] - Serializuje všechny události sestavení do komprimovaného binárního souboru. - Tento soubor se standardně nachází v aktuálním adresáři a má název msbuild.binlog. - Binární protokol je podrobný popis procesu sestavení, který se - dá později použít k rekonstrukci textových protokolů - a který můžou používat jiné nástroje pro analýzu. - Binární protokol má obvykle 10–20krát menší velikost než - nejpodrobnější textový protokol na úrovni diagnostiky, ale obsahuje více informací. - (Krátký tvar: -bl) + -binaryLogger[:[LogFile=]output.binlog[;ProjectImports={None,Embed,ZipFile}]] + Serializes all build events to a compressed binary file. + By default the file is in the current directory and named + "msbuild.binlog". The binary log is a detailed description + of the build process that can later be used to reconstruct + text logs and used by other analysis tools. A binary log + is usually 10-20x smaller than the most detailed text + diagnostic-level log, but it contains more information. + (Short form: -bl) - Binární protokolovací nástroj standardně shromažďuje - zdrojový text projektových souborů včetně všech - importovaných projektů a cílových souborů zjištěných - při sestavování. Toto chování řídí volitelný parametr ProjectImports: + The binary logger by default collects the source text of + project files, including all imported projects and target + files encountered during the build. The optional + ProjectImports switch controls this behavior: - ProjectImports=None - Neshromažďovat importované - projekty. - ProjectImports=Embed - Vložit importované projekty - do souboru protokolu. - ProjectImports=ZipFile - Uložit projektové soubory - do output.projectimports.zip, - kde output je stejný název - jako název souboru binárního protokolu. + ProjectImports=None - Don't collect the project + imports. + ProjectImports=Embed - Embed project imports in the + log file. + ProjectImports=ZipFile - Save project files to + output.projectimports.zip + where output is the same name + as the binary log file name. - Výchozí nastavení pro ProjectImports je Embed. - Poznámka: Protokolovací nástroj neshromažďuje zdrojové - soubory nepatřící pod MSBuild, jako .cs, .cpp atd. + The default setting for ProjectImports is Embed. + Note: the logger does not collect non-MSBuild source files + such as .cs, .cpp etc. - Soubor .binlog se dá znovu přehrát“ tak, že se předá - souboru msbuild.exe jako argument místo projektu/řešení. - Jiné protokolovací nástroje obdrží informace obsažené - v souboru protokolu, jako by šlo o původní sestavení. - Více o binárním protokolu a jeho použití si můžete přečíst na stránce: + A .binlog file can be "played back" by passing it to + msbuild.exe as an argument instead of a project/solution. + Other loggers will receive the information contained + in the log file as if the original build was happening. + You can read more about the binary log and its usages at: https://aka.ms/msbuild/binlog - Příklady: + Examples: -bl -bl:output.binlog -bl:output.binlog;ProjectImports=None @@ -2184,7 +2184,7 @@ Když se nastaví na MessageUponIsolationViolation (nebo jeho krátký MSBUILD : error MSB1021: Cannot create an instance of the logger. {0} - MSBUILD : error MSB1021: Nelze vytvořit instanci protokolovacího nástroje. {0} + MSBUILD : error MSB1021: Cannot create an instance of the logger. {0} {StrBegin="MSBUILD : error MSB1021: "} UE: This error is shown when a logger cannot be loaded and instantiated from its assembly. LOCALIZATION: The prefix "MSBUILD : error MSBxxxx:" should not be localized. {0} contains a message explaining why the diff --git a/src/MSBuild/Resources/xlf/Strings.de.xlf b/src/MSBuild/Resources/xlf/Strings.de.xlf index 571f78b5be4..b42bdf93c58 100644 --- a/src/MSBuild/Resources/xlf/Strings.de.xlf +++ b/src/MSBuild/Resources/xlf/Strings.de.xlf @@ -260,10 +260,10 @@ BuildCheck enables evaluating rules to ensure properties of the build. For more info see aka.ms/buildcheck - -check - Aktiviert BuildChecks während des Builds. - BuildCheck ermöglicht die Regelauswertung, um Eigenschaften - des Builds sicherzustellen. Weitere Infos: aka.ms/buildcheck + -check + Enables BuildChecks during the build. + BuildCheck enables evaluating rules to ensure properties + of the build. For more info see aka.ms/buildcheck {Locked="-check"}{Locked="BuildChecks"}{Locked="BuildCheck"} @@ -829,40 +829,40 @@ Hinweis: Ausführlichkeit der Dateiprotokollierungen -consoleLoggerParameters:PerformanceSummary;NoSummary; Verbosity=minimal - -consoleloggerparameters:<Parameter> - Parameter für die Konsolenprotokollierung. (Kurzform: -clp) - Folgende Parameter sind verfügbar: - PerformanceSummary: Zeigt die in Aufgaben, Zielen und - Projekten verbrachte Zeit an. - Summary: Zeigt abschließend eine Zusammenfassung der Fehler und Warnungen an. - NoSummary: Zeigt keine Fehler- und Warnungsübersicht am - Ende an. - ErrorsOnly: Zeigt nur Fehler an. - WarningsOnly: Zeigt nur Warnungen an. - NoItemAndPropertyList: Zeigt keine Liste der Elemente - und Eigenschaften am Anfang jeder Projekterstellung an. - ShowCommandLine: Zeigt TaskCommandLineEvent-Meldungen an. - ShowTimestamp: Zeigt den Timestamp als Präfix einer - Meldung an. - ShowEventId: Zeigt die eventId für gestartete - Ereignisse, abgeschlossene Ereignisse und Meldungen an. - ForceNoAlign: Richtet den Text nicht an der Größe des - Konsolenpuffers aus. - DisableConsoleColor: Verwendet die Standardkonsolenfarben - für alle Protokollierungsmeldungen. - DisableMPLogging: Deaktiviert die Ausgabe wie - bei der Mehrprozessorprotokollierung im Modus mit nur einem Prozessor. - EnableMPLogging: Aktiviert das Format der - Mehrprozessorprotokollierung auch bei der Ausführung - im Modus mit nur einem Prozessor. -Dieses Protokollierungsformat ist standardmäßig aktiviert. - ForceConsoleColor: Verwendet selbst dann - ANSI-Konsolenfarben, wenn die Konsole dies nicht unterstützt. - PreferConsoleColor: Verwendet ANSI-Konsolenfarben nur, - wenn die Zielkonsole dies unterstützt. - Verbosity: Überschreibt die Einstellung für -verbosity für - diese Protokollierung. - Beispiel: + -consoleLoggerParameters:<parameters> + Parameters to console logger. (Short form: -clp) + The available parameters are: + PerformanceSummary--Show time spent in tasks, targets + and projects. + Summary--Show error and warning summary at the end. + NoSummary--Don't show error and warning summary at the + end. + ErrorsOnly--Show only errors. + WarningsOnly--Show only warnings. + NoItemAndPropertyList--Don't show list of items and + properties at the start of each project build. + ShowCommandLine--Show TaskCommandLineEvent messages + ShowTimestamp--Display the Timestamp as a prefix to any + message. + ShowEventId--Show eventId for started events, finished + events, and messages + ForceNoAlign--Does not align the text to the size of + the console buffer + DisableConsoleColor--Use the default console colors + for all logging messages. + DisableMPLogging-- Disable the multiprocessor + logging style of output when running in + non-multiprocessor mode. + EnableMPLogging--Enable the multiprocessor logging + style even when running in non-multiprocessor + mode. This logging style is on by default. + ForceConsoleColor--Use ANSI console colors even if + console does not support it + PreferConsoleColor--Use ANSI console colors only if + target console does support it + Verbosity--overrides the -verbosity setting for this + logger. + Example: -consoleLoggerParameters:PerformanceSummary;NoSummary; Verbosity=minimal @@ -2025,42 +2025,42 @@ Dieses Protokollierungsformat ist standardmäßig aktiviert. -bl:..\..\custom.binlog -binaryLogger - -binaryLogger[:[LogFile=]output.binlog[;ProjectImports={None,Embed,ZipFile}]] - Serialisiert alle Buildereignisse in eine komprimierte Binärdatei. - Standardmäßig befindet sich die Datei im aktuellen Verzeichnis und hat den Namen - „msbuild.binlog“. Das binäre Protokoll ist eine detaillierte Beschreibung - des Buildprozesses, der später zum Rekonstruieren von - Textprotokollen dient und der von anderen Analysetools verwendet wird. Detaillierte - Textprotokolle auf Diagnoseebene sind in der Regel 10–20-mal so groß wie - binäre Protokolle, letztere enthalten jedoch mehr Informationen. - (Kurzform: -bl) + -binaryLogger[:[LogFile=]output.binlog[;ProjectImports={None,Embed,ZipFile}]] + Serializes all build events to a compressed binary file. + By default the file is in the current directory and named + "msbuild.binlog". The binary log is a detailed description + of the build process that can later be used to reconstruct + text logs and used by other analysis tools. A binary log + is usually 10-20x smaller than the most detailed text + diagnostic-level log, but it contains more information. + (Short form: -bl) - Die binäre Protokollierung erfasst standardmäßig den Quelltext von - Projektdateien, einschließlich aller beim Buildvorgang aufgetretenen importierten - Projekte und Zieldateien. Der optionale Schalter - ProjectImports steuert dieses Verhalten: + The binary logger by default collects the source text of + project files, including all imported projects and target + files encountered during the build. The optional + ProjectImports switch controls this behavior: - ProjectImports=None: – Projektimporte nicht - erfassen - ProjectImports=Embed: – Projektimporte in die - Protokolldatei einbetten - ProjectImports=ZipFile: – Projektdateien in + ProjectImports=None - Don't collect the project + imports. + ProjectImports=Embed - Embed project imports in the + log file. + ProjectImports=ZipFile - Save project files to output.projectimports.zip - speichern, wobei „output“ dem Namen - der binären Protokolldatei entspricht. + where output is the same name + as the binary log file name. - Die Standardeinstellung für „ProjectImports“ ist „Embed“. - Hinweis: Die Protokollierung erfasst nur MSBuild-Quelldateien. - Andere Dateien wie etwa CS, CPP usw. werden nicht erfasst. + The default setting for ProjectImports is Embed. + Note: the logger does not collect non-MSBuild source files + such as .cs, .cpp etc. - Eine BINLOG-Datei kann „wiedergegeben“ werden, indem sie an - „msbuild.exe“ als Argument und nicht als Projekt/Lösung übergeben wird. - Andere Protokollierungen erhalten die Informationen, die - wie beim ursprünglichen Buildvorgang in der Protokolldatei enthalten sind. - Weitere Informationen zu binären Protokollen und ihrer Verwendung erhalten Sie unter: + A .binlog file can be "played back" by passing it to + msbuild.exe as an argument instead of a project/solution. + Other loggers will receive the information contained + in the log file as if the original build was happening. + You can read more about the binary log and its usages at: https://aka.ms/msbuild/binlog - Beispiele: + Examples: -bl -bl:output.binlog -bl:output.binlog;ProjectImports=None @@ -2177,7 +2177,7 @@ Dieses Protokollierungsformat ist standardmäßig aktiviert. MSBUILD : error MSB1021: Cannot create an instance of the logger. {0} - MSBUILD : error MSB1021: Eine Instanz der Protokollierung kann nicht erzeugt werden. {0} + MSBUILD : error MSB1021: Cannot create an instance of the logger. {0} {StrBegin="MSBUILD : error MSB1021: "} UE: This error is shown when a logger cannot be loaded and instantiated from its assembly. LOCALIZATION: The prefix "MSBUILD : error MSBxxxx:" should not be localized. {0} contains a message explaining why the diff --git a/src/MSBuild/Resources/xlf/Strings.es.xlf b/src/MSBuild/Resources/xlf/Strings.es.xlf index f9986b017c1..5467c36b373 100644 --- a/src/MSBuild/Resources/xlf/Strings.es.xlf +++ b/src/MSBuild/Resources/xlf/Strings.es.xlf @@ -260,10 +260,10 @@ BuildCheck enables evaluating rules to ensure properties of the build. For more info see aka.ms/buildcheck - -check - Habilita BuildChecks durante la compilación. - BuildCheck permite evaluar reglas para garantizar las propiedades - de la compilación. Para obtener más información, consulte aka.ms/buildcheck + -check + Enables BuildChecks during the build. + BuildCheck enables evaluating rules to ensure properties + of the build. For more info see aka.ms/buildcheck {Locked="-check"}{Locked="BuildChecks"}{Locked="BuildCheck"} @@ -829,40 +829,40 @@ -consoleLoggerParameters:PerformanceSummary;NoSummary; Verbosity=minimal - -consoleLoggerParameters:<parameters> - Parámetros del registrador de consola. (Forma corta: -clp) - Los parámetros disponibles son: - PerformanceSummary: muestra el tiempo empleado en tareas, destinos - y proyectos. - Summary: muestra un resumen de errores y advertencias al final. - NoSummary: no muestra el resumen de errores y advertencias al - final. - ErrorsOnly: muestra solo errores. - WarningsOnly: muestra solo advertencias. - NoItemAndPropertyList: no muestra la lista de elementos y - propiedades al principio de cada compilación del proyecto. - ShowCommandLine: muestra los mensajes de TaskCommandLineEvent - ShowTimestamp: muestra la marca de tiempo como un prefijo en los - mensajes. - ShowEventId: muestra el identificador de evento para los eventos iniciados, los eventos - finalizados y los mensajes. - ForceNoAlign: no alinea el texto al tamaño del - búfer de la consola - DisableConsoleColor: usa los colores de consola predeterminados - para todos los mensajes de registro. - DisableMPLogging: deshabilita el estilo de registro de resultados - de multiprocesador al ejecutarse en el - modo de no multiprocesador. - EnableMPLogging: habilita el estilo de registro de - multiprocesador aunque se ejecute en el modo de - no multiprocesador. Este estilo de registro está habilitado de forma predeterminada. - ForceConsoleColor: usa los colores de consola ANSI incluso si - la consola no lo admite. - PreferConsoleColor--usa los colores de consola ANSI solo si - la consola lo admite - Verbosity: invalida el valor -verbosity para este - registrador. - Ejemplo: + -consoleLoggerParameters:<parameters> + Parameters to console logger. (Short form: -clp) + The available parameters are: + PerformanceSummary--Show time spent in tasks, targets + and projects. + Summary--Show error and warning summary at the end. + NoSummary--Don't show error and warning summary at the + end. + ErrorsOnly--Show only errors. + WarningsOnly--Show only warnings. + NoItemAndPropertyList--Don't show list of items and + properties at the start of each project build. + ShowCommandLine--Show TaskCommandLineEvent messages + ShowTimestamp--Display the Timestamp as a prefix to any + message. + ShowEventId--Show eventId for started events, finished + events, and messages + ForceNoAlign--Does not align the text to the size of + the console buffer + DisableConsoleColor--Use the default console colors + for all logging messages. + DisableMPLogging-- Disable the multiprocessor + logging style of output when running in + non-multiprocessor mode. + EnableMPLogging--Enable the multiprocessor logging + style even when running in non-multiprocessor + mode. This logging style is on by default. + ForceConsoleColor--Use ANSI console colors even if + console does not support it + PreferConsoleColor--Use ANSI console colors only if + target console does support it + Verbosity--overrides the -verbosity setting for this + logger. + Example: -consoleLoggerParameters:PerformanceSummary;NoSummary; Verbosity=minimal @@ -2025,49 +2025,49 @@ -bl:..\..\custom.binlog -binaryLogger - -binaryLogger[:[LogFile=]output.binlog[;ProjectImports={None,Embed,ZipFile}]] - Serializa todos los eventos de compilación en un archivo binario comprimido. - De manera predeterminada, el archivo se encuentra en el directorio actual y tiene - el nombre "msbuild.binlog". El registro binario es una - descripción detallada del proceso de compilación que - se puede utilizar más adelante para reconstruir registros - de texto y que otras herramientas de análisis pueden emplear. Un registro binario suele ser de 10 a 20 veces - más pequeño que el registro de nivel de diagnóstico de texto más detallado, pero contiene más información - (Forma corta: -bl). + -binaryLogger[:[LogFile=]output.binlog[;ProjectImports={None,Embed,ZipFile}]] + Serializes all build events to a compressed binary file. + By default the file is in the current directory and named + "msbuild.binlog". The binary log is a detailed description + of the build process that can later be used to reconstruct + text logs and used by other analysis tools. A binary log + is usually 10-20x smaller than the most detailed text + diagnostic-level log, but it contains more information. + (Short form: -bl) - De manera predeterminada, el registrador binario recopila - el texto de origen de los archivos del proyecto, incluidos - todos los proyectos y archivos de destino importados que se encuentren durante la compilación. El modificador - opcional ProjectImports controla este comportamiento: + The binary logger by default collects the source text of + project files, including all imported projects and target + files encountered during the build. The optional + ProjectImports switch controls this behavior: - ProjectImports=None - No recopilar importaciones - de proyecto. - ProjectImports=Embed - Insertar importaciones de - proyecto en el archivo de registro. - ProjectImports=ZipFile - Guardar los archivos del - proyecto en salida.projectimports.zip, - donde "salida" es el mismo nombre que - el del archivo de registro binario. + ProjectImports=None - Don't collect the project + imports. + ProjectImports=Embed - Embed project imports in the + log file. + ProjectImports=ZipFile - Save project files to + output.projectimports.zip + where output is the same name + as the binary log file name. - La configuración predeterminada de ProjectImports es Embed. - Nota: El registrador no recopila archivos de código fuente - que no sean de MSBuild, como .cs, .cpp, etc. + The default setting for ProjectImports is Embed. + Note: the logger does not collect non-MSBuild source files + such as .cs, .cpp etc. - Un archivo .binlog se puede "reproducir" pasándolo a - msbuild.exe como argumento en lugar de proyecto o solución. - Otros registradores recibirán la información - que contiene el archivo de registro como si se estuviera - ejecutando la compilación original. Encontrará más información sobre el registro binario y su uso en: + A .binlog file can be "played back" by passing it to + msbuild.exe as an argument instead of a project/solution. + Other loggers will receive the information contained + in the log file as if the original build was happening. + You can read more about the binary log and its usages at: https://aka.ms/msbuild/binlog - Ejemplos: + Examples: -bl -bl:output.binlog -bl:output.binlog;ProjectImports=None - -bl:output.binlog;ProjectImports=ZipFile + -bl:output.binlog;ProjectImports=ZipFile -bl:..\..\custom.binlog - -binaryLogger - + -binaryLogger + LOCALIZATION: The following should not be localized: 1) "msbuild" @@ -2175,7 +2175,7 @@ MSBUILD : error MSB1021: Cannot create an instance of the logger. {0} - MSBUILD : error MSB1021: No se puede crear una instancia del registrador. {0} + MSBUILD : error MSB1021: Cannot create an instance of the logger. {0} {StrBegin="MSBUILD : error MSB1021: "} UE: This error is shown when a logger cannot be loaded and instantiated from its assembly. LOCALIZATION: The prefix "MSBUILD : error MSBxxxx:" should not be localized. {0} contains a message explaining why the diff --git a/src/MSBuild/Resources/xlf/Strings.fr.xlf b/src/MSBuild/Resources/xlf/Strings.fr.xlf index b12cba28718..70d21051350 100644 --- a/src/MSBuild/Resources/xlf/Strings.fr.xlf +++ b/src/MSBuild/Resources/xlf/Strings.fr.xlf @@ -260,10 +260,10 @@ BuildCheck enables evaluating rules to ensure properties of the build. For more info see aka.ms/buildcheck - -check - Active BuildChecks pendant la construction. - BuildCheck permet d'évaluer les règles pour garantir les propriétés - de la build. Pour plus d'informations, consultez aka.ms/buildcheck + -check + Enables BuildChecks during the build. + BuildCheck enables evaluating rules to ensure properties + of the build. For more info see aka.ms/buildcheck {Locked="-check"}{Locked="BuildChecks"}{Locked="BuildCheck"} @@ -829,42 +829,42 @@ Remarque : verbosité des enregistreurs d’événements de fichiers -consoleLoggerParameters:PerformanceSummary;NoSummary; Verbosity=minimal - -consoleLoggerParameters:<paramètres> - Paramètres du journaliseur de la console. (Forme abrégée : -clp) - Paramètres disponibles : - PerformanceSummary--Affiche la durée des tâches, des cibles - et des projets. - Summary--Récapitulatif des erreurs et des avertissements à la fin. - NoSummary--Aucun récapitulatif des erreurs et des avertissements - à la fin. - ErrorsOnly--Affiche uniquement les erreurs. - WarningsOnly--Affiche uniquement les avertissements. - NoItemAndPropertyList--N'affiche pas la liste des éléments et - des propriétés au début de chaque build de projet. - ShowCommandLine--Affiche les messages de TaskCommandLineEvent - ShowTimestamp--Affiche l'horodatage en tant que préfixe des - messages. - ShowEventId--Affiche eventId pour les événements démarrés et - achevés ainsi que les messages - ForceNoAlign--N'aligne pas le texte par rapport à la taille de la - mémoire tampon de la console - DisableConsoleColor--Utilise les couleurs de la console par défaut - pour tous les messages de journalisation. - DisableMPLogging--Désactive le style de journalisation - multiprocesseur de la sortie durant l'exécution en - mode non multiprocesseur. - EnableMPLogging--Active le style de journalisation multiprocesseur - même durant l'exécution en mode non - multiprocesseur. Style de journalisation activé par défaut. - ForceConsoleColor--Utilise les couleurs de la console ANSI même si - cela n'est pas pris en charge par la console - PreferConsoleColor-Utilise les couleurs de console ANSI uniquement si - la console cible le prend en charge - Verbosity--Remplace le paramètre -verbosity pour ce - journaliseur. - Exemple: + -consoleLoggerParameters:<parameters> + Parameters to console logger. (Short form: -clp) + The available parameters are: + PerformanceSummary--Show time spent in tasks, targets + and projects. + Summary--Show error and warning summary at the end. + NoSummary--Don't show error and warning summary at the + end. + ErrorsOnly--Show only errors. + WarningsOnly--Show only warnings. + NoItemAndPropertyList--Don't show list of items and + properties at the start of each project build. + ShowCommandLine--Show TaskCommandLineEvent messages + ShowTimestamp--Display the Timestamp as a prefix to any + message. + ShowEventId--Show eventId for started events, finished + events, and messages + ForceNoAlign--Does not align the text to the size of + the console buffer + DisableConsoleColor--Use the default console colors + for all logging messages. + DisableMPLogging-- Disable the multiprocessor + logging style of output when running in + non-multiprocessor mode. + EnableMPLogging--Enable the multiprocessor logging + style even when running in non-multiprocessor + mode. This logging style is on by default. + ForceConsoleColor--Use ANSI console colors even if + console does not support it + PreferConsoleColor--Use ANSI console colors only if + target console does support it + Verbosity--overrides the -verbosity setting for this + logger. + Example: -consoleLoggerParameters:PerformanceSummary;NoSummary; - Verbosity=minimal + Verbosity=minimal LOCALIZATION: The following should not be localized: @@ -2026,66 +2026,49 @@ Remarque : verbosité des enregistreurs d’événements de fichiers -bl:..\..\custom.binlog -binaryLogger - -binaryLogger[:[LogFile=]output.binlog[;ProjectImports={None,Embed,ZipFile}]] - Sérialise tous les événements de build dans un fichier binaire compressé. - Par défaut, le fichier se trouve dans le répertoire actif et se nomme - "msbuild.binlog". Le journal binaire est une description détaillée - du processus de génération, qui peut servir plus tard à reconstruire - les journaux texte et être utilisé par d'autres outils d'analyse. Un journal binaire - est généralement -10 à 20 -fois plus petit que le journal - de diagnostic de type texte le plus détaillé, mais il contient plus d'informations. - (Forme abrégée -: -bl) - - - Le journaliseur binaire par défaut collecte le texte source - - des fichiers projet, notamment tous les projets importés et les - - fichiers cibles rencontrés pendant la build. Le commutateur + -binaryLogger[:[LogFile=]output.binlog[;ProjectImports={None,Embed,ZipFile}]] + Serializes all build events to a compressed binary file. + By default the file is in the current directory and named + "msbuild.binlog". The binary log is a detailed description + of the build process that can later be used to reconstruct + text logs and used by other analysis tools. A binary log + is usually 10-20x smaller than the most detailed text + diagnostic-level log, but it contains more information. + (Short form: -bl) - ProjectImports facultatif contrôle ce comportement -: + The binary logger by default collects the source text of + project files, including all imported projects and target + files encountered during the build. The optional + ProjectImports switch controls this behavior: - ProjectImports=None - Ne collecte pas les importations - du projet. - ProjectImports=Embed - Incorpore les importations du projet dans - le fichier journal. - ProjectImports=ZipFile - Enregistre les fichiers projet dans + ProjectImports=None - Don't collect the project + imports. + ProjectImports=Embed - Embed project imports in the + log file. + ProjectImports=ZipFile - Save project files to output.projectimports.zip - où la sortie porte le même nom que - le fichier journal binaire. - - Le paramètre par défaut de ProjectImports est Embed. - Remarque -: Le journaliseur ne collecte pas les - - fichiers sources non MSBuild tels que .cs, .cpp etc. - - - Vous pouvez "lire" un fichier .binlog en le passant à - - msbuild.exe en tant qu'argument plutôt qu'en tant que projet/solution. - - D'autres enregistreurs d'événements reçoivent les informations - - contenues dans le fichier journal comme si la build d'origine était en cours de création. + where output is the same name + as the binary log file name. - Pour plus d'informations sur le journal binaire et ses usages, consultez -: - https://aka.ms/msbuild/binlog + The default setting for ProjectImports is Embed. + Note: the logger does not collect non-MSBuild source files + such as .cs, .cpp etc. - Exemples -: + A .binlog file can be "played back" by passing it to + msbuild.exe as an argument instead of a project/solution. + Other loggers will receive the information contained + in the log file as if the original build was happening. + You can read more about the binary log and its usages at: + https://aka.ms/msbuild/binlog + Examples: -bl - -bl:output.binlog - -bl:output.binlog;ProjectImports=None - -bl:output.binlog;ProjectImports=ZipFile -bl:..\..\custom.binlog -binaryLogger + -bl:output.binlog;ProjectImports=ZipFile + -bl:..\..\custom.binlog + -binaryLogger + LOCALIZATION: The following should not be localized: 1) "msbuild" @@ -2195,7 +2178,7 @@ fois plus petit que le journal MSBUILD : error MSB1021: Cannot create an instance of the logger. {0} - MSBUILD : error MSB1021: Impossible de créer une instance du journal. {0} + MSBUILD : error MSB1021: Cannot create an instance of the logger. {0} {StrBegin="MSBUILD : error MSB1021: "} UE: This error is shown when a logger cannot be loaded and instantiated from its assembly. LOCALIZATION: The prefix "MSBUILD : error MSBxxxx:" should not be localized. {0} contains a message explaining why the diff --git a/src/MSBuild/Resources/xlf/Strings.it.xlf b/src/MSBuild/Resources/xlf/Strings.it.xlf index 82135d10054..d71f03be200 100644 --- a/src/MSBuild/Resources/xlf/Strings.it.xlf +++ b/src/MSBuild/Resources/xlf/Strings.it.xlf @@ -260,10 +260,10 @@ BuildCheck enables evaluating rules to ensure properties of the build. For more info see aka.ms/buildcheck - -check - Abilita BuildChecks durante la compilazione. - BuildCheck consente di valutare le regole per garantire le proprietà - della compilazione. Per altre informazioni, vedere aka.ms/buildcheck + -check + Enables BuildChecks during the build. + BuildCheck enables evaluating rules to ensure properties + of the build. For more info see aka.ms/buildcheck {Locked="-check"}{Locked="BuildChecks"}{Locked="BuildCheck"} @@ -836,40 +836,40 @@ Nota: livello di dettaglio dei logger di file -consoleLoggerParameters:PerformanceSummary;NoSummary; Verbosity=minimal - -consoleLoggerParameters:<parameters> - Parametri per il logger di console. (Forma breve: -clp) - I parametri disponibili sono: - PerformanceSummary: indica il tempo impiegato per le attività, le destinazioni - e i progetti. - Summary: visualizza un riepilogo degli errori e degli avvisi alla fine. - NoSummary: non visualizza un riepilogo degli errori e degli avvisi alla - fine. - ErrorsOnly: visualizza solo gli errori. - WarningsOnly: visualizza solo gli avvisi. - NoItemAndPropertyList: non visualizza l'elenco di elementi e - propertà all’inizio di ogni compilazione del progetto. - ShowCommandLine: visualizza i messaggi TaskCommandLineEvent - ShowTimestamp: visualizza il timestamp sotto forma di prefisso per ogni - messaggio. - ShowEventId: mostra l'ID evento per gli eventi iniziati, gli eventi finiti - e i messaggi - ForceNoAlign: non allinea il testo alle dimensioni del - buffer della console - DisableConsoleColor: usa i colori predefiniti della console - per tutti i messaggi di registrazione. - DisableMPLogging: disabilita lo stile di registrazione - multiprocessore dell'output quando è in esecuzione in - modalità non multiprocessore. - EnableMPLogging: abilita lo stile di registrazione - multiprocessore anche quando è in esecuzione in modalità non multiprocessore - . Si tratta dello stile di registrazione predefinito. - ForceConsoleColor: usa i colori della console ANSI anche - se non sono supportati dalla console. - PreferConsoleColor: usa i colori della console ANSI solo se la - console target li supporta. - Verbosity: esegue l'override dell'impostazione per questo + -consoleLoggerParameters:<parameters> + Parameters to console logger. (Short form: -clp) + The available parameters are: + PerformanceSummary--Show time spent in tasks, targets + and projects. + Summary--Show error and warning summary at the end. + NoSummary--Don't show error and warning summary at the + end. + ErrorsOnly--Show only errors. + WarningsOnly--Show only warnings. + NoItemAndPropertyList--Don't show list of items and + properties at the start of each project build. + ShowCommandLine--Show TaskCommandLineEvent messages + ShowTimestamp--Display the Timestamp as a prefix to any + message. + ShowEventId--Show eventId for started events, finished + events, and messages + ForceNoAlign--Does not align the text to the size of + the console buffer + DisableConsoleColor--Use the default console colors + for all logging messages. + DisableMPLogging-- Disable the multiprocessor + logging style of output when running in + non-multiprocessor mode. + EnableMPLogging--Enable the multiprocessor logging + style even when running in non-multiprocessor + mode. This logging style is on by default. + ForceConsoleColor--Use ANSI console colors even if + console does not support it + PreferConsoleColor--Use ANSI console colors only if + target console does support it + Verbosity--overrides the -verbosity setting for this logger. - Esempio: + Example: -consoleLoggerParameters:PerformanceSummary;NoSummary; Verbosity=minimal @@ -2037,42 +2037,42 @@ Nota: livello di dettaglio dei logger di file -bl:..\..\custom.binlog -binaryLogger - -binaryLogger[:[LogFile=]output.binlog[;ProjectImports={None,Embed,ZipFile}]] - Serializza tutti gli eventi di compilazione in un file binario compresso. - Per impostazione predefinita, il file csi trova nella directory corrente e si chiama - "msbuild.binlog". Il log binario è una descrizione - dettagliata del processo di compilazione utilizzabile in - seguito per ricostruire i log di testo e viene usato da altri strumenti di analisi. Un log binario è in genere - 10-20 volte più piccolo del più dettagliato log di testo - di livello diagnostico, ma contiene maggiori informazioni. - (Froma breve: -bl) + -binaryLogger[:[LogFile=]output.binlog[;ProjectImports={None,Embed,ZipFile}]] + Serializes all build events to a compressed binary file. + By default the file is in the current directory and named + "msbuild.binlog". The binary log is a detailed description + of the build process that can later be used to reconstruct + text logs and used by other analysis tools. A binary log + is usually 10-20x smaller than the most detailed text + diagnostic-level log, but it contains more information. + (Short form: -bl) - Per impostazione predefinita, il logger binario raccoglie il testo di origine di - file di progetto, inclusi tutti i - progetti importati e i file di destinazione rilevati durante la compilazione. L'opzione facoltativa - ProjectImports controlla questo comportamento: + The binary logger by default collects the source text of + project files, including all imported projects and target + files encountered during the build. The optional + ProjectImports switch controls this behavior: - ProjectImports=None - Non viene eseguita la raccolta - delle importazioni del progetto. - ProjectImports=Embed - Le importazioni del progetto vengono incorporate nel - file di log. - ProjectImports=ZipFile - I file del progetto vengono salvati in + ProjectImports=None - Don't collect the project + imports. + ProjectImports=Embed - Embed project imports in the + log file. + ProjectImports=ZipFile - Save project files to output.projectimports.zip - dove output corrisponde allo - as stesso nome del file di log binario. + where output is the same name + as the binary log file name. - L'impostazione predefinita di ProjectImports è Embed. - Nota: il logger non raccoglie i file di origine non-MSBuild, - ad esempio quelli con estensione .cs, .cpp e così via. + The default setting for ProjectImports is Embed. + Note: the logger does not collect non-MSBuild source files + such as .cs, .cpp etc. - È possibile riprodurre un file con estensione binlog - passandolo a msbuild.exe come argomento invece di un progetto o di una soluzione. - Altri logger riceveranno le - informazioni contenute nel file di log come se fosse in corso la compilazione originale. - Per maggiori informazioni sul file di log e su come usarlo, vedere: + A .binlog file can be "played back" by passing it to + msbuild.exe as an argument instead of a project/solution. + Other loggers will receive the information contained + in the log file as if the original build was happening. + You can read more about the binary log and its usages at: https://aka.ms/msbuild/binlog - Esempi: + Examples: -bl -bl:output.binlog -bl:output.binlog;ProjectImports=None @@ -2191,7 +2191,7 @@ Esegue la profilatura della valutazione di MSBuild e scrive MSBUILD : error MSB1021: Cannot create an instance of the logger. {0} - MSBUILD : error MSB1021: non è possibile creare un'istanza del logger. {0} + MSBUILD : error MSB1021: Cannot create an instance of the logger. {0} {StrBegin="MSBUILD : error MSB1021: "} UE: This error is shown when a logger cannot be loaded and instantiated from its assembly. LOCALIZATION: The prefix "MSBUILD : error MSBxxxx:" should not be localized. {0} contains a message explaining why the diff --git a/src/MSBuild/Resources/xlf/Strings.ja.xlf b/src/MSBuild/Resources/xlf/Strings.ja.xlf index 39b98a7e96f..bbd449bb9be 100644 --- a/src/MSBuild/Resources/xlf/Strings.ja.xlf +++ b/src/MSBuild/Resources/xlf/Strings.ja.xlf @@ -260,10 +260,10 @@ BuildCheck enables evaluating rules to ensure properties of the build. For more info see aka.ms/buildcheck - -check - ビルド中に BuildChecks を有効にします。 - BuildCheck を使用すると、ビルドのプロパティを保証するための - ルールを評価できます。詳細については、aka.ms/buildcheck を参照してください + -check + Enables BuildChecks during the build. + BuildCheck enables evaluating rules to ensure properties + of the build. For more info see aka.ms/buildcheck {Locked="-check"}{Locked="BuildChecks"}{Locked="BuildCheck"} @@ -829,40 +829,40 @@ -consoleLoggerParameters:PerformanceSummary;NoSummary; Verbosity=minimal - -consoleLoggerParameters:<parameters> - コンソール ロガーへのパラメーターです。(短縮形: -clp) - 利用可能なパラメーター: - PerformanceSummary--タスク、ターゲット、プロジェクトにかかった時間を - 表示します。 - Summary--最後にエラーと警告の概要を表示します。 - NoSummary--最後にエラーと警告の概要を表示 - しません。 - ErrorsOnly--エラーのみを表示します。 - WarningsOnly--警告のみを表示します。 - NoItemAndPropertyList--各プロジェクトのビルド開始時に、 - 項目とプロパティのリストを表示しません。 - ShowCommandLine--TaskCommandLineEvent メッセージを表示します - ShowTimestamp--Timestamp を任意のメッセージへのプレフィックスとして - 表示します。 - ShowEventId--開始されたイベント、終了したイベント、 - メッセージの eventId を表示します。 - ForceNoAlign--テキストを、コンソール バッファーの - サイズに合わせません - DisableConsoleColor--すべてのログ メッセージに対して - 既定のコンソール カラーを使用します。 - DisableMPLogging-- 非マルチプロセッサ モードで - 実行する際、マルチプロセッサの - 出力ログ形式を無効にします。 - EnableMPLogging--非マルチプロセッサ モードで - 実行する場合も、マルチプロセッサのログ形式を有効にします。 - このログ形式は、既定で有効です。 - ForceConsoleColor--コンソールでサポートされていない場合でも、 - ANSI コンソール カラーを使用します - PreferConsoleColor--ターゲット コンソールでサポートしている場合のみ - ANSI コンソール カラーを使用します - Verbosity--このロガーの -verbosity 設定を - 上書きします。 - 例:: + -consoleLoggerParameters:<parameters> + Parameters to console logger. (Short form: -clp) + The available parameters are: + PerformanceSummary--Show time spent in tasks, targets + and projects. + Summary--Show error and warning summary at the end. + NoSummary--Don't show error and warning summary at the + end. + ErrorsOnly--Show only errors. + WarningsOnly--Show only warnings. + NoItemAndPropertyList--Don't show list of items and + properties at the start of each project build. + ShowCommandLine--Show TaskCommandLineEvent messages + ShowTimestamp--Display the Timestamp as a prefix to any + message. + ShowEventId--Show eventId for started events, finished + events, and messages + ForceNoAlign--Does not align the text to the size of + the console buffer + DisableConsoleColor--Use the default console colors + for all logging messages. + DisableMPLogging-- Disable the multiprocessor + logging style of output when running in + non-multiprocessor mode. + EnableMPLogging--Enable the multiprocessor logging + style even when running in non-multiprocessor + mode. This logging style is on by default. + ForceConsoleColor--Use ANSI console colors even if + console does not support it + PreferConsoleColor--Use ANSI console colors only if + target console does support it + Verbosity--overrides the -verbosity setting for this + logger. + Example: -consoleLoggerParameters:PerformanceSummary;NoSummary; Verbosity=minimal @@ -2025,42 +2025,42 @@ -bl:..\..\custom.binlog -binaryLogger - -binaryLogger[:[LogFile=]output.binlog[;ProjectImports={None,Embed,ZipFile}]] - すべてのビルド イベントを圧縮バイナリ ファイルにシリアル化します。 - 既定では、このファイルは "msbuild.binlog" という名前で - 現在のディレクトリに置かれます。バイナリ ログはビルド プロセスの - 詳細な説明であり、後でテキスト ログを再構築するために使用でき、 - 他の分析ツールでも使用できます。バイナリ ログは通常、 - ほとんどの詳細なテキスト診断レベル ログと比べて 10 分の 1 から - 20 分の 1 の大きさですが、より多くの情報を含んでいます。 - (短い形式: -bl) - - 既定では、バイナリ ロガーはプロジェクト ファイルのソース テキストを - 収集します。それには、ビルド中に検出された、すべてのインポート済み - プロジェクトとターゲット ファイルが含まれます。オプションの - ProjectImports スイッチは次のように動作を制御します。 + -binaryLogger[:[LogFile=]output.binlog[;ProjectImports={None,Embed,ZipFile}]] + Serializes all build events to a compressed binary file. + By default the file is in the current directory and named + "msbuild.binlog". The binary log is a detailed description + of the build process that can later be used to reconstruct + text logs and used by other analysis tools. A binary log + is usually 10-20x smaller than the most detailed text + diagnostic-level log, but it contains more information. + (Short form: -bl) - ProjectImports=None - プロジェクト インポートを収集しません。 + The binary logger by default collects the source text of + project files, including all imported projects and target + files encountered during the build. The optional + ProjectImports switch controls this behavior: - ProjectImports=Embed - プロジェクト インポートをログ ファイルに - 組み込みます。 - ProjectImports=ZipFile - プロジェクト ファイルを - output.projectimports.zip に保存します。 - ここで、output はバイナリ ログ - ファイル名と同じ名前です。 + ProjectImports=None - Don't collect the project + imports. + ProjectImports=Embed - Embed project imports in the + log file. + ProjectImports=ZipFile - Save project files to + output.projectimports.zip + where output is the same name + as the binary log file name. - ProjectImports の既定の設定は Embed です。 - メモ: ロガーは、MSBuild 以外のソース ファイルを収集しません - (.cs、.cpp など)。 + The default setting for ProjectImports is Embed. + Note: the logger does not collect non-MSBuild source files + such as .cs, .cpp etc. - プロジェクト/ソリューションの代わりに、引数として .binlog ファイルを - msbuild.exe に渡すと、そのファイルを "再生" することができます。 - 他のロガーは、オリジナルのビルドが行われたときのように、 - ログ ファイルに含まれる情報を受け取ることができます。 - バイナリ ログとその使用法の詳細については、以下をお読みください。 + A .binlog file can be "played back" by passing it to + msbuild.exe as an argument instead of a project/solution. + Other loggers will receive the information contained + in the log file as if the original build was happening. + You can read more about the binary log and its usages at: https://aka.ms/msbuild/binlog - 例: + Examples: -bl -bl:output.binlog -bl:output.binlog;ProjectImports=None @@ -2177,7 +2177,7 @@ MSBUILD : error MSB1021: Cannot create an instance of the logger. {0} - MSBUILD : error MSB1021: Logger のインスタンスを作成できません。{0} + MSBUILD : error MSB1021: Cannot create an instance of the logger. {0} {StrBegin="MSBUILD : error MSB1021: "} UE: This error is shown when a logger cannot be loaded and instantiated from its assembly. LOCALIZATION: The prefix "MSBUILD : error MSBxxxx:" should not be localized. {0} contains a message explaining why the diff --git a/src/MSBuild/Resources/xlf/Strings.ko.xlf b/src/MSBuild/Resources/xlf/Strings.ko.xlf index d646da38536..258218ee143 100644 --- a/src/MSBuild/Resources/xlf/Strings.ko.xlf +++ b/src/MSBuild/Resources/xlf/Strings.ko.xlf @@ -260,10 +260,10 @@ BuildCheck enables evaluating rules to ensure properties of the build. For more info see aka.ms/buildcheck - -check - 빌드하는 동안 BuildChecks를 사용하도록 설정합니다. - BuildCheck는 속성을 확실히 하기 위해 규칙 평가를 사용 설정합니다 - 확인할 수 있습니다. 자세한 내용은 aka.ms/buildcheck를 참조하세요. + -check + Enables BuildChecks during the build. + BuildCheck enables evaluating rules to ensure properties + of the build. For more info see aka.ms/buildcheck {Locked="-check"}{Locked="BuildChecks"}{Locked="BuildCheck"} @@ -829,40 +829,40 @@ -consoleLoggerParameters:PerformanceSummary;NoSummary; Verbosity=minimal - -consoleLoggerParameters:<parameters> - 콘솔 로거에 대한 매개 변수입니다. (약식: -clp) - 사용 가능한 매개 변수는 다음과 같습니다. - PerformanceSummary--작업, 대상, 프로젝트에서 소요된 시간을 - 표시합니다. - Summary--종료 시 오류 및 경고 요약을 표시합니다. - NoSummary--종료 시 오류 및 경고 요약을 표시하지 - 않습니다. - ErrorsOnly--오류만 표시합니다. - WarningsOnly--경고만 표시합니다. - NoItemAndPropertyList--각 프로젝트 빌드를 시작할 때 항목 및 속성 목록을 - 표시하지 않습니다. - ShowCommandLine--TaskCommandLineEvent 메시지를 표시합니다. - ShowTimestamp--메시지 접두사로 타임스탬프를 - 표시합니다. - ShowEventId--시작된 이벤트, 완료된 이벤트, 메시지의 eventId를 - 표시합니다. - ForceNoAlign--콘솔 버퍼 크기에 텍스트를 맞추지 - 않습니다. - DisableConsoleColor--모든 로깅 메시지에 기본 콘솔 색을 - 사용합니다. - DisableMPLogging--다중 프로세서가 아닌 모드에서 실행할 경우 - 출력의 다중 프로세서 로깅 스타일을 - 사용하지 않도록 설정합니다. - EnableMPLogging--다중 프로세서가 아닌 모드에서 실행할 경우에도 - 다중 프로세서 로깅 스타일을 사용하도록 설정합니다. - 이 로깅 스타일은 기본적으로 활성화됩니다. - ForceConsoleColor--콘솔에서 지원하지 않더라도 ANSI 콘솔 색을 - 사용합니다 - PreferConsoleColor--대상 콘솔에서 지원되는 경우에만 - ANSI 콘솔 색을 사용합니다. - Verbosity--이 로거에 대한 -verbosity 설정을 - 재정의합니다. - 예: + -consoleLoggerParameters:<parameters> + Parameters to console logger. (Short form: -clp) + The available parameters are: + PerformanceSummary--Show time spent in tasks, targets + and projects. + Summary--Show error and warning summary at the end. + NoSummary--Don't show error and warning summary at the + end. + ErrorsOnly--Show only errors. + WarningsOnly--Show only warnings. + NoItemAndPropertyList--Don't show list of items and + properties at the start of each project build. + ShowCommandLine--Show TaskCommandLineEvent messages + ShowTimestamp--Display the Timestamp as a prefix to any + message. + ShowEventId--Show eventId for started events, finished + events, and messages + ForceNoAlign--Does not align the text to the size of + the console buffer + DisableConsoleColor--Use the default console colors + for all logging messages. + DisableMPLogging-- Disable the multiprocessor + logging style of output when running in + non-multiprocessor mode. + EnableMPLogging--Enable the multiprocessor logging + style even when running in non-multiprocessor + mode. This logging style is on by default. + ForceConsoleColor--Use ANSI console colors even if + console does not support it + PreferConsoleColor--Use ANSI console colors only if + target console does support it + Verbosity--overrides the -verbosity setting for this + logger. + Example: -consoleLoggerParameters:PerformanceSummary;NoSummary; Verbosity=minimal @@ -2025,42 +2025,42 @@ -bl:..\..\custom.binlog -binaryLogger - -binaryLogger[:[LogFile=]output.binlog[;ProjectImports={None,Embed,ZipFile}]] - 모든 빌드 이벤트를 압축된 이진 파일로 직렬화합니다. - 기본적으로 이 파일은 현재 디렉터리에 있으며 이름은 - "msbuild.binlog"입니다. 이진 로그는 빌드 프로세스를 - 자세히 설명하는 것으로, 나중에 텍스트 로그를 다시 - 구성하기 위해 사용할 수 있고 다른 분석 도구에 의해 - 사용될 수 있습니다. 이진 로그는 일반적으로 가장 - 상세한 텍스트 진단 수준 로그보다 10~20배 작지만, - 더 자세한 정보를 포함하고 있습니다. - (약식: -bl) + -binaryLogger[:[LogFile=]output.binlog[;ProjectImports={None,Embed,ZipFile}]] + Serializes all build events to a compressed binary file. + By default the file is in the current directory and named + "msbuild.binlog". The binary log is a detailed description + of the build process that can later be used to reconstruct + text logs and used by other analysis tools. A binary log + is usually 10-20x smaller than the most detailed text + diagnostic-level log, but it contains more information. + (Short form: -bl) - 이진 로거는 기본적으로 빌드 중에 가져온 모든 프로젝트와 - 발생한 대상 파일을 비롯한 프로젝트 파일의 소스 텍스트를 - 수집합니다. 선택적 ProjectImports 스위치는 이 동작을 제어합니다. + The binary logger by default collects the source text of + project files, including all imported projects and target + files encountered during the build. The optional + ProjectImports switch controls this behavior: - ProjectImports=None - 프로젝트 가져오기를 수집하지 - 않습니다. - ProjectImports=Embed - 로그 파일에 프로젝트 가져오기를 - 포함합니다. - ProjectImports=ZipFile - 프로젝트 파일을 - output.projectimports.zip에 저장합니다. - 여기서 output은 이진 로그 파일 이름과 - 같은 이름입니다. + ProjectImports=None - Don't collect the project + imports. + ProjectImports=Embed - Embed project imports in the + log file. + ProjectImports=ZipFile - Save project files to + output.projectimports.zip + where output is the same name + as the binary log file name. - ProjectImports의 기본 설정은 Embed입니다. - 참고: 로거는 .cs, .cpp 등과 같은 MSBuild가 아닌 소스 파일은 - 수집하지 않습니다. + The default setting for ProjectImports is Embed. + Note: the logger does not collect non-MSBuild source files + such as .cs, .cpp etc. - .binlog 파일을 프로젝트/솔루션 대신 인수로 msbuild.exe에 - 전달하여 "재생"할 수 있습니다. 다른 로거는 원본 빌드가 - 발생하고 있는 것처럼 로그 파일에 포함된 정보를 받게 됩니다. - 이진 로그 및 해당 사용법에 대한 자세한 내용은 - 다음 위치에서 확인할 수 있습니다. + A .binlog file can be "played back" by passing it to + msbuild.exe as an argument instead of a project/solution. + Other loggers will receive the information contained + in the log file as if the original build was happening. + You can read more about the binary log and its usages at: https://aka.ms/msbuild/binlog - 예: + Examples: -bl -bl:output.binlog -bl:output.binlog;ProjectImports=None @@ -2177,7 +2177,7 @@ MSBUILD : error MSB1021: Cannot create an instance of the logger. {0} - MSBUILD : error MSB1021: 로거의 인스턴스를 만들 수 없습니다. {0} + MSBUILD : error MSB1021: Cannot create an instance of the logger. {0} {StrBegin="MSBUILD : error MSB1021: "} UE: This error is shown when a logger cannot be loaded and instantiated from its assembly. LOCALIZATION: The prefix "MSBUILD : error MSBxxxx:" should not be localized. {0} contains a message explaining why the diff --git a/src/MSBuild/Resources/xlf/Strings.pl.xlf b/src/MSBuild/Resources/xlf/Strings.pl.xlf index a8531543a51..e8a06c9076d 100644 --- a/src/MSBuild/Resources/xlf/Strings.pl.xlf +++ b/src/MSBuild/Resources/xlf/Strings.pl.xlf @@ -260,10 +260,10 @@ BuildCheck enables evaluating rules to ensure properties of the build. For more info see aka.ms/buildcheck - -check - Włącza funkcję BuildChecks podczas kompilacji. - Funkcja BuildCheck umożliwia ocenę reguł w celu zapewnienia właściwości - kompilacji. Aby uzyskać więcej informacji, zobacz aka.ms/buildcheck + -check + Enables BuildChecks during the build. + BuildCheck enables evaluating rules to ensure properties + of the build. For more info see aka.ms/buildcheck {Locked="-check"}{Locked="BuildChecks"}{Locked="BuildCheck"} @@ -834,41 +834,40 @@ -consoleLoggerParameters:PerformanceSummary;NoSummary; Verbosity=minimal - -consoleLoggerParameters:<parameters> - Parametry rejestratora konsoli. (Krótka wersja: -clp) - Dostępne parametry: - PerformanceSummary--pokazuje czas spędzony na zadaniach, elementach docelowych - i projektach. - Summary--pokazuje na końcu podsumowanie błędów i ostrzeżeń. - NoSummary--nie pokazuje na końcu podsumowania błędów - i ostrzeżeń. - ErrorsOnly--pokazuje tylko błędy. - WarningsOnly--pokazuje tylko ostrzeżenia. - NoItemAndPropertyList--nie pokazuje listy elementów i - właściwości na początku każdej kompilacji projektu. - ShowCommandLine--pokazuje komunikaty TaskCommandLineEvent - ShowTimestamp--wyświetla sygnaturę czasową jako prefiks każdego - komunikatu. - ShowEventId--pokazuje identyfikator zdarzenia dla rozpoczętych zdarzeń, zakończonych - zdarzeń i komunikatów. - ForceNoAlign--nie dopasowuje tekstu do rozmiaru - buforu konsoli. - DisableConsoleColor--używa domyślnych kolorów konsoli - dla wszystkich komunikatów dotyczących rejestrowania. - DisableMPLogging--wyłącza styl rejestrowania - wieloprocesorowego wyników podczas działania w - trybie nie-wieloprocesorowym. - EnableMPLogging--włącza styl rejestrowania wieloprocesorowego - nawet podczas działania w trybie nie-wieloprocesorowym - Ten styl rejestrowania jest włączony domyślnie. - ForceConsoleColor--używa kolorów konsoli ANSI nawet wtedy -, - gdy konsola ich nie obsługuje - PreferConsoleColor--używa kolorów konsoli ANSI tylko gdy - konsola docelowa obsługuje tę funkcję - Verbosity--zastępuje ustawienie -szczegółowość dla tego - rejestratora. - Przykład: + -consoleLoggerParameters:<parameters> + Parameters to console logger. (Short form: -clp) + The available parameters are: + PerformanceSummary--Show time spent in tasks, targets + and projects. + Summary--Show error and warning summary at the end. + NoSummary--Don't show error and warning summary at the + end. + ErrorsOnly--Show only errors. + WarningsOnly--Show only warnings. + NoItemAndPropertyList--Don't show list of items and + properties at the start of each project build. + ShowCommandLine--Show TaskCommandLineEvent messages + ShowTimestamp--Display the Timestamp as a prefix to any + message. + ShowEventId--Show eventId for started events, finished + events, and messages + ForceNoAlign--Does not align the text to the size of + the console buffer + DisableConsoleColor--Use the default console colors + for all logging messages. + DisableMPLogging-- Disable the multiprocessor + logging style of output when running in + non-multiprocessor mode. + EnableMPLogging--Enable the multiprocessor logging + style even when running in non-multiprocessor + mode. This logging style is on by default. + ForceConsoleColor--Use ANSI console colors even if + console does not support it + PreferConsoleColor--Use ANSI console colors only if + target console does support it + Verbosity--overrides the -verbosity setting for this + logger. + Example: -consoleLoggerParameters:PerformanceSummary;NoSummary; Verbosity=minimal @@ -2031,42 +2030,42 @@ -bl:..\..\custom.binlog -binaryLogger - -binaryLogger[:[LogFile=]wyjście.binlog[;ProjectImports={None,Embed,ZipFile}]] - Serializuje wszystkie zdarzenia kompilacji do skompresowanego pliku binarnego. - Domyślnie plik znajduje się w bieżącym katalogu i ma nazwę - „msbuild.binlog”. Dziennik binarny to szczegółowy opis procesu - kompilacji, którego można później użyć do odtworzenia -dzienników tekstowych i wykorzystać w innych narzędziach do analizy. Dziennik binarny - jest zwykle 10–20 razy mniejszy od najbardziej szczegółowych - tekstowych dzienników na poziomie diagnostycznym, ale zawiera więcej informacji. - (Krótka forma: -bl) + -binaryLogger[:[LogFile=]output.binlog[;ProjectImports={None,Embed,ZipFile}]] + Serializes all build events to a compressed binary file. + By default the file is in the current directory and named + "msbuild.binlog". The binary log is a detailed description + of the build process that can later be used to reconstruct + text logs and used by other analysis tools. A binary log + is usually 10-20x smaller than the most detailed text + diagnostic-level log, but it contains more information. + (Short form: -bl) - Rejestrator binarny domyślnie zbiera tekst źródłowy - plików projektu, w tym wszystkie zaimportowane projekty i pliki - docelowe napotkane podczas kompilowania. Tym zachowaniem - steruje opcjonalny przełącznik ProjectImports: + The binary logger by default collects the source text of + project files, including all imported projects and target + files encountered during the build. The optional + ProjectImports switch controls this behavior: - ProjectImports=None — Nie zbieraj importów - projektu. - ProjectImports=Embed — Osadź importy projektu w - pliku dziennika. - ProjectImports=ZipFile — Zapisz pliki projektu w pliku - output.projectimports.zip, - gdzie wyjście to ciąg podany - dla nazwy pliku dziennika binarnego. + ProjectImports=None - Don't collect the project + imports. + ProjectImports=Embed - Embed project imports in the + log file. + ProjectImports=ZipFile - Save project files to + output.projectimports.zip + where output is the same name + as the binary log file name. - Domyślne ustawienie przełącznika ProjectImports to Embed. - Uwaga: rejestrator nie zbiera plików źródłowych - niepochodzących z programu MSBuild, np. cs, cpp itd. + The default setting for ProjectImports is Embed. + Note: the logger does not collect non-MSBuild source files + such as .cs, .cpp etc. - Plik binlog można „odtworzyć”, przekazując go do programu - msbuild.exe jako argument zamiast projektu/rozwiązania. - Inne rejestratory otrzymają informacje zawarte w pliku - dziennika tak, jak podczas wykonywania pierwotnej kompilacji. - Więcej informacji o dzienniku binarnym i jego zastosowaniach można uzyskać na stronie: + A .binlog file can be "played back" by passing it to + msbuild.exe as an argument instead of a project/solution. + Other loggers will receive the information contained + in the log file as if the original build was happening. + You can read more about the binary log and its usages at: https://aka.ms/msbuild/binlog - Przykłady: + Examples: -bl -bl:output.binlog -bl:output.binlog;ProjectImports=None @@ -2183,7 +2182,7 @@ dzienników tekstowych i wykorzystać w innych narzędziach MSBUILD : error MSB1021: Cannot create an instance of the logger. {0} - MSBUILD : error MSB1021: nie można utworzyć wystąpienia rejestratora. {0} + MSBUILD : error MSB1021: Cannot create an instance of the logger. {0} {StrBegin="MSBUILD : error MSB1021: "} UE: This error is shown when a logger cannot be loaded and instantiated from its assembly. LOCALIZATION: The prefix "MSBUILD : error MSBxxxx:" should not be localized. {0} contains a message explaining why the diff --git a/src/MSBuild/Resources/xlf/Strings.pt-BR.xlf b/src/MSBuild/Resources/xlf/Strings.pt-BR.xlf index 8136c9c6141..0047f71cfdf 100644 --- a/src/MSBuild/Resources/xlf/Strings.pt-BR.xlf +++ b/src/MSBuild/Resources/xlf/Strings.pt-BR.xlf @@ -261,10 +261,10 @@ BuildCheck enables evaluating rules to ensure properties of the build. For more info see aka.ms/buildcheck - -check - Habilita BuildChecks durante o build. - BuildCheck habilita a avaliação de regras para garantir as propriedades - do build. Para obter mais informações, confira aka.ms/buildcheck + -check + Enables BuildChecks during the build. + BuildCheck enables evaluating rules to ensure properties + of the build. For more info see aka.ms/buildcheck {Locked="-check"}{Locked="BuildChecks"}{Locked="BuildCheck"} @@ -831,42 +831,42 @@ arquivo de resposta. -consoleLoggerParameters:PerformanceSummary;NoSummary; Verbosity=minimal - -consoleLoggerParameters:<parameters> - Parâmetros para o logger do console. (forma abreviada: -clp) - Os parâmetros disponíveis são: - PerformanceSummary--Mostra o tempo gasto em tarefas, alvos - e projetos. - Resumo--Mostra o resumo do erro e do aviso no final. - NoSummary--Não mostra o resumo de erros e avisos no - fim. - ErrorOnly--Mostrar apenas erros. - WarningsOnly--Mostra apenas avisos. - NoItemAndPropertyList--Não mostra a lista de itens e - properties no início de cada compilação do projeto. - ShowCommandLine--Mostra mensagens TaskCommandLineEvent - ShowTimestamp--Exibe o timestamp como um prefixo para qualquer - mensagem. - ShowEventId--Mostra eventId para eventos iniciados, concluídos - eventos e mensagens - ForceNoAlign--Não alinha o texto ao tamanho de - o buffer do console - DisableConsoleColor--Use as cores padrão do console - para todas as mensagens de registro. - DisableMPLogging-- Desativa o multiprocessador - estilo de registro de saída ao executar em - modo não multiprocessador. - EnableMPLogging--Habilita o log do multiprocessador - estilo mesmo quando executado em não multiprocessador - modo. Esse estilo de criação de log está ativado por padrão. - ForceConsoleColor--Use as cores do console ANSI mesmo se - o console não suporta isso - PreferConsoleColor--Use as cores do console ANSI somente se - o console de destino suporta isso - Verbosity--substitui a configuração -verbosity para este - registrador. - Exemplo: + -consoleLoggerParameters:<parameters> + Parameters to console logger. (Short form: -clp) + The available parameters are: + PerformanceSummary--Show time spent in tasks, targets + and projects. + Summary--Show error and warning summary at the end. + NoSummary--Don't show error and warning summary at the + end. + ErrorsOnly--Show only errors. + WarningsOnly--Show only warnings. + NoItemAndPropertyList--Don't show list of items and + properties at the start of each project build. + ShowCommandLine--Show TaskCommandLineEvent messages + ShowTimestamp--Display the Timestamp as a prefix to any + message. + ShowEventId--Show eventId for started events, finished + events, and messages + ForceNoAlign--Does not align the text to the size of + the console buffer + DisableConsoleColor--Use the default console colors + for all logging messages. + DisableMPLogging-- Disable the multiprocessor + logging style of output when running in + non-multiprocessor mode. + EnableMPLogging--Enable the multiprocessor logging + style even when running in non-multiprocessor + mode. This logging style is on by default. + ForceConsoleColor--Use ANSI console colors even if + console does not support it + PreferConsoleColor--Use ANSI console colors only if + target console does support it + Verbosity--overrides the -verbosity setting for this + logger. + Example: -consoleLoggerParameters:PerformanceSummary;NoSummary; - Verbosidade=mínimo + Verbosity=minimal LOCALIZATION: The following should not be localized: @@ -2027,42 +2027,42 @@ arquivo de resposta. -bl:..\..\custom.binlog -binaryLogger - -binaryLogger[:[LogFile=]output.binlog[;ProjectImports={None,Embed,ZipFile}]] - Serializa todos os eventos da compilação em um arquivo binário compactado. - Por padrão, o arquivo está no diretório atual e é chamado de - "msbuild.binlog". O log binário é uma descrição detalhada - do processo de compilação que pode mais tarde ser usado para reconstruir - logs de texto e usados por outras ferramentas de análise. Um log binário - normalmente é 10 a 20x menor do que os log de nível - de diagnóstico do texto mais detalhado, mas contém mais informações. - (Forma abreviada: -bl) + -binaryLogger[:[LogFile=]output.binlog[;ProjectImports={None,Embed,ZipFile}]] + Serializes all build events to a compressed binary file. + By default the file is in the current directory and named + "msbuild.binlog". The binary log is a detailed description + of the build process that can later be used to reconstruct + text logs and used by other analysis tools. A binary log + is usually 10-20x smaller than the most detailed text + diagnostic-level log, but it contains more information. + (Short form: -bl) - O agente binário, por padrão, coleta o texto fonte dos - arquivos de projeto, incluindo todos os projetos importados e arquivos - de destino encontrados durante a compilação. A opção - ProjectImports opcional controla este comportamento: + The binary logger by default collects the source text of + project files, including all imported projects and target + files encountered during the build. The optional + ProjectImports switch controls this behavior: - ProjectImports=None - Não coletar as importações - do projeto. - ProjectImports=Embed - Inserir as importações do projeto no - arquivo de log. - ProjectImports=ZipFile - Salvar os arquivos de projeto em + ProjectImports=None - Don't collect the project + imports. + ProjectImports=Embed - Embed project imports in the + log file. + ProjectImports=ZipFile - Save project files to output.projectimports.zip - em que a saída tem o mesmo nome que o - nome do arquivo de log binário. + where output is the same name + as the binary log file name. - A configuração padrão para ProjectImports é Embed. - Observação: o agente não coleta arquivos de origem não MSBuild - tais como .cs, .cpp etc. + The default setting for ProjectImports is Embed. + Note: the logger does not collect non-MSBuild source files + such as .cs, .cpp etc. - Um arquivo .binlog pode ser "reproduzido novamente", passando-o para - msbuild.exe como um argumento em vez de um projeto/solução. - Outros agentes receberão as informações contidas - no arquivo de log como se a compilação original estivesse acontecendo. - Você pode ler mais sobre o log binário e seus usos em: + A .binlog file can be "played back" by passing it to + msbuild.exe as an argument instead of a project/solution. + Other loggers will receive the information contained + in the log file as if the original build was happening. + You can read more about the binary log and its usages at: https://aka.ms/msbuild/binlog - Exemplos: + Examples: -bl -bl:output.binlog -bl:output.binlog;ProjectImports=None @@ -2179,7 +2179,7 @@ arquivo de resposta. MSBUILD : error MSB1021: Cannot create an instance of the logger. {0} - MSBUILD : error MSB1021: Não é possível criar instância do agente de log. {0} + MSBUILD : error MSB1021: Cannot create an instance of the logger. {0} {StrBegin="MSBUILD : error MSB1021: "} UE: This error is shown when a logger cannot be loaded and instantiated from its assembly. LOCALIZATION: The prefix "MSBUILD : error MSBxxxx:" should not be localized. {0} contains a message explaining why the diff --git a/src/MSBuild/Resources/xlf/Strings.ru.xlf b/src/MSBuild/Resources/xlf/Strings.ru.xlf index bf960ab18a3..8735af5c718 100644 --- a/src/MSBuild/Resources/xlf/Strings.ru.xlf +++ b/src/MSBuild/Resources/xlf/Strings.ru.xlf @@ -260,10 +260,10 @@ BuildCheck enables evaluating rules to ensure properties of the build. For more info see aka.ms/buildcheck - -check - Включает BuildChecks во время сборки. - BuildCheck позволяет оценивать правила для проверки свойств - сборки. Дополнительные сведения см. на странице aka.ms/buildcheck + -check + Enables BuildChecks during the build. + BuildCheck enables evaluating rules to ensure properties + of the build. For more info see aka.ms/buildcheck {Locked="-check"}{Locked="BuildChecks"}{Locked="BuildCheck"} @@ -828,40 +828,40 @@ -consoleLoggerParameters:PerformanceSummary;NoSummary; Verbosity=minimal - -consoleLoggerParameters:<параметры> - Параметры средства ведения журнала консоли. (Краткая форма: -clp) - Доступны следующие параметры: - PerformanceSummary--показывать время, затраченное на выполнение задач, - целевых объектов и проектов. - Summary--показывать сводку ошибок и предупреждений по завершении работы. - NoSummary--не показывать сводку ошибок и предупреждений по - завершении работы. - ErrorsOnly--показывать только ошибки. - WarningsOnly--показывать только предупреждения. - NoItemAndPropertyList--не показывать список элементов и - свойств в начале сборки каждого проекта. - ShowCommandLine--показывать сообщения TaskCommandLineEvent - ShowTimestamp--показывать метку времени в качестве префикса к любому - сообщению. - ShowEventId--показывать код события eventId для запущенных событий, - завершенных событий и сообщений - ForceNoAlign--не выравнивать текст относительно размера - буфера консоли - DisableConsoleColor--использовать цвета консоли по умолчанию - для всех сообщений ведения журнала. - DisableMPLogging--отключить многопроцессорный - стиль ведения журнала выходных данных при работе в - режиме, отличном от многопроцессорного. - EnableMPLogging--включить многопроцессорный стиль ведения журнала - даже при работе в режиме, отличном от - многопроцессорного. Этот стиль ведения журнала включен по умолчанию. - ForceConsoleColor--использовать цвета консоли ANSI, даже если - консоль не поддерживает их - PreferConsoleColor--использовать цвета консоли ANSI лишь в случае, если - целевая консоль поддерживает их - Verbosity--переопределяет параметр -verbosity (уровень детализации) для этого - средства ведения журнала. - Пример: + -consoleLoggerParameters:<parameters> + Parameters to console logger. (Short form: -clp) + The available parameters are: + PerformanceSummary--Show time spent in tasks, targets + and projects. + Summary--Show error and warning summary at the end. + NoSummary--Don't show error and warning summary at the + end. + ErrorsOnly--Show only errors. + WarningsOnly--Show only warnings. + NoItemAndPropertyList--Don't show list of items and + properties at the start of each project build. + ShowCommandLine--Show TaskCommandLineEvent messages + ShowTimestamp--Display the Timestamp as a prefix to any + message. + ShowEventId--Show eventId for started events, finished + events, and messages + ForceNoAlign--Does not align the text to the size of + the console buffer + DisableConsoleColor--Use the default console colors + for all logging messages. + DisableMPLogging-- Disable the multiprocessor + logging style of output when running in + non-multiprocessor mode. + EnableMPLogging--Enable the multiprocessor logging + style even when running in non-multiprocessor + mode. This logging style is on by default. + ForceConsoleColor--Use ANSI console colors even if + console does not support it + PreferConsoleColor--Use ANSI console colors only if + target console does support it + Verbosity--overrides the -verbosity setting for this + logger. + Example: -consoleLoggerParameters:PerformanceSummary;NoSummary; Verbosity=minimal @@ -2026,42 +2026,42 @@ -bl:..\..\custom.binlog -binaryLogger - -binaryLogger[:[LogFile=]output.binlog[;ProjectImports={None,Embed,ZipFile}]] - Сериализует все события сборки в сжатый двоичный файл. - По умолчанию файл находится в текущем каталоге и называется - "msbuild.binlog". Двоичный журнал включает подробное описание - процесса сборки, которое затем можно использовать для воссоздания - текстовых журналов. Он также может использоваться другими средствами анализа. Двоичный журнал - обычно в 10–20 раз меньше самого подробного текстового - журнала уровня диагностики, но содержит больше информации. - (Краткая форма: -bl) + -binaryLogger[:[LogFile=]output.binlog[;ProjectImports={None,Embed,ZipFile}]] + Serializes all build events to a compressed binary file. + By default the file is in the current directory and named + "msbuild.binlog". The binary log is a detailed description + of the build process that can later be used to reconstruct + text logs and used by other analysis tools. A binary log + is usually 10-20x smaller than the most detailed text + diagnostic-level log, but it contains more information. + (Short form: -bl) - Средство ведения двоичного журнала по умолчанию собирает исходный текст - файлов проекта, включая все импортированные проекты и целевые - файлы, найденные во время сборки. Дополнительный - параметр ProjectImports управляет этим поведением: + The binary logger by default collects the source text of + project files, including all imported projects and target + files encountered during the build. The optional + ProjectImports switch controls this behavior: - ProjectImports=None — не собирать импортированные файлы - проекта. - ProjectImports=Embed — внедрять импортированные файлы проекта в - файл журнала. - ProjectImports=ZipFile — сохранять файлы проекта в - вывод.projectimports.zip, - где вывод — это то же имя, - что и у двоичного файла журнала. + ProjectImports=None - Don't collect the project + imports. + ProjectImports=Embed - Embed project imports in the + log file. + ProjectImports=ZipFile - Save project files to + output.projectimports.zip + where output is the same name + as the binary log file name. - Значение по умолчанию для ProjectImports — Embed. - Примечание. Средство ведения журнала не собирает исходные файлы, не от MSBuild, - например с расширениями CS, CPP и др. + The default setting for ProjectImports is Embed. + Note: the logger does not collect non-MSBuild source files + such as .cs, .cpp etc. - BINLOG-файл можно "воспроизвести", передав его в - msbuild.exe в качестве аргумента вместо проекта или решения. - Другие средства ведения журнала получат содержащиеся - в файле журнала сведения, как если бы происходила собственно сборка. - Дополнительные сведения о двоичных журналах и их использовании: + A .binlog file can be "played back" by passing it to + msbuild.exe as an argument instead of a project/solution. + Other loggers will receive the information contained + in the log file as if the original build was happening. + You can read more about the binary log and its usages at: https://aka.ms/msbuild/binlog - Примеры: + Examples: -bl -bl:output.binlog -bl:output.binlog;ProjectImports=None @@ -2178,7 +2178,7 @@ MSBUILD : error MSB1021: Cannot create an instance of the logger. {0} - MSBUILD : error MSB1021: не удается создать экземпляр журнала. {0} + MSBUILD : error MSB1021: Cannot create an instance of the logger. {0} {StrBegin="MSBUILD : error MSB1021: "} UE: This error is shown when a logger cannot be loaded and instantiated from its assembly. LOCALIZATION: The prefix "MSBUILD : error MSBxxxx:" should not be localized. {0} contains a message explaining why the diff --git a/src/MSBuild/Resources/xlf/Strings.tr.xlf b/src/MSBuild/Resources/xlf/Strings.tr.xlf index dd43f381601..a2ad90f6475 100644 --- a/src/MSBuild/Resources/xlf/Strings.tr.xlf +++ b/src/MSBuild/Resources/xlf/Strings.tr.xlf @@ -260,11 +260,10 @@ BuildCheck enables evaluating rules to ensure properties of the build. For more info see aka.ms/buildcheck - -check - Derleme sırasında BuildChecks seçeneğini etkinleştirir. - BuildCheck, özelliklerin güvenliğini sağlamak için - kuralların değerlendirilmesini sağlar. Daha fazla bilgi için aka.ms/buildcheck - adresine bakın + -check + Enables BuildChecks during the build. + BuildCheck enables evaluating rules to ensure properties + of the build. For more info see aka.ms/buildcheck {Locked="-check"}{Locked="BuildChecks"}{Locked="BuildCheck"} @@ -830,40 +829,40 @@ -consoleLoggerParameters:PerformanceSummary;NoSummary; Verbosity=minimal - -consoleLoggerParameters:<parameters> - Konsol günlüğü için parametreler. (Kısa form: -clp) - Mevcut parametreler: - PerformanceSummary--Görevlerde, hedeflerde harcanan zamanı göster - ve projelerde. - Summary--Sonunda hata ve uyarı özetini göster. - NoSummary--Sonunda hata ve uyarı özeti - gösterme. - ErrorsOnly--Yalnızca hataları göster. - WarningsOnly--Yalnızca uyarıları göster. - NoItemAndPropertyList--Her proje derlemesinin başlangıcında öğe - ve özellik listesini gösterme. - ShowCommandLine--TaskCommandLineEvent mesajlarını göster - ShowTimestamp--Zaman Damgasını herhangi bir iletinin öneki olarak - görüntüleyin. - ShowEventId--Başlatılan olaylar, biten olaylar ve mesajlar için - eventId'i göster - ForceNoAlign--Metni konsol arabelleğinin boyutuna - hizalamaz - DisableConsoleColor--Tüm günlük iletileri için varsayılan konsol - renklerini kullanın. - DisableMPLogging-- Çok işlemcili olmayan modda - çalışırken çıktının çok işlemcili günlüğe kaydetme stilini - devre dışı bırakın. - EnableMPLogging--Çok işlemcili olmayan modda çalışırken bile - çok işlemcili günlüğe kaydetme stilini - etkinleştirin. Bu günlük kaydı stili varsayılan olarak açıktır. - ForceConsoleColor--Konsol desteklemese bile ANSI - konsol renklerini kullanın - PreferConsoleColor--ANSI konsol renklerini yalnızca - hedef konsol destekliyorsa kullanın - Verbosity--bu günlükçü için -verbosity ayarını geçersiz - kılar. - Örnek: + -consoleLoggerParameters:<parameters> + Parameters to console logger. (Short form: -clp) + The available parameters are: + PerformanceSummary--Show time spent in tasks, targets + and projects. + Summary--Show error and warning summary at the end. + NoSummary--Don't show error and warning summary at the + end. + ErrorsOnly--Show only errors. + WarningsOnly--Show only warnings. + NoItemAndPropertyList--Don't show list of items and + properties at the start of each project build. + ShowCommandLine--Show TaskCommandLineEvent messages + ShowTimestamp--Display the Timestamp as a prefix to any + message. + ShowEventId--Show eventId for started events, finished + events, and messages + ForceNoAlign--Does not align the text to the size of + the console buffer + DisableConsoleColor--Use the default console colors + for all logging messages. + DisableMPLogging-- Disable the multiprocessor + logging style of output when running in + non-multiprocessor mode. + EnableMPLogging--Enable the multiprocessor logging + style even when running in non-multiprocessor + mode. This logging style is on by default. + ForceConsoleColor--Use ANSI console colors even if + console does not support it + PreferConsoleColor--Use ANSI console colors only if + target console does support it + Verbosity--overrides the -verbosity setting for this + logger. + Example: -consoleLoggerParameters:PerformanceSummary;NoSummary; Verbosity=minimal @@ -2026,42 +2025,42 @@ -bl:..\..\custom.binlog -binaryLogger - -binaryLogger[:[LogFile=]output.binlog[;ProjectImports={None,Embed,ZipFile}]] - Tüm derleme olaylarını sıkıştırılmış bir ikili dosyada seri hale getirir. - Varsayılan olarak, dosya geçerli dizinde bulunur ve "msbuild.binlog" - olarak adlandırılır. Daha sonra metin günlüklerini yeniden - yapılandırmak için kullanılabilen ve diğer analiz araçları tarafından - kullanılan ikili günlüğü, derleme işleminin ayrıntılı bir açıklamasıdır. - İkili günlüğü genellikle, en ayrıntılı metin tanılama düzeyi günlüklerden - 10-20 kat küçüktür ancak daha fazla bilgi içerir. - (Kısa biçim: -bl) + -binaryLogger[:[LogFile=]output.binlog[;ProjectImports={None,Embed,ZipFile}]] + Serializes all build events to a compressed binary file. + By default the file is in the current directory and named + "msbuild.binlog". The binary log is a detailed description + of the build process that can later be used to reconstruct + text logs and used by other analysis tools. A binary log + is usually 10-20x smaller than the most detailed text + diagnostic-level log, but it contains more information. + (Short form: -bl) - İkili günlükçü varsayılan olarak, derleme sırasında karşılaşılan - tüm içeri aktarılmış projeler ve hedef dosyalar dahil olmak üzere - proje dosyalarının kaynak dosyalarını toplar. İsteğe bağlı - ProjectImports anahtarı bu davranışı denetler: + The binary logger by default collects the source text of + project files, including all imported projects and target + files encountered during the build. The optional + ProjectImports switch controls this behavior: - ProjectImports=None - Proje içeri aktarmalarını - toplama. - ProjectImports=Embed - Proje içeri aktarmalarını günlük dosyasına - ekler. - ProjectImports=ZipFile - Proje dosyalarını - çıkış.projectimports.zip - dosyasına kaydeder (burada çıkış, ikili - günlük dosyası adıyla aynı ada sahiptir). + ProjectImports=None - Don't collect the project + imports. + ProjectImports=Embed - Embed project imports in the + log file. + ProjectImports=ZipFile - Save project files to + output.projectimports.zip + where output is the same name + as the binary log file name. - ProjectImports için varsayılan ayar Embed’dir. - Not: Günlükçü .cs, .cpp vb. MSBuild olmayan kaynak - dosyaları toplamaz. + The default setting for ProjectImports is Embed. + Note: the logger does not collect non-MSBuild source files + such as .cs, .cpp etc. - Bir .binlog dosyası msbuild.exe’ye bir proje/çözüm - yerine bağımsız değişken olarak geçirilerek “yeniden oynatılabilir”. - Diğer günlükçüler, günlük dosyasındaki bilgileri özgün - derleme gerçekleşiyormuş gibi alır. - İkili günlük ve kullanımı hakkında daha fazla bilgiyi aşağıdaki adreste bulabilirsiniz: + A .binlog file can be "played back" by passing it to + msbuild.exe as an argument instead of a project/solution. + Other loggers will receive the information contained + in the log file as if the original build was happening. + You can read more about the binary log and its usages at: https://aka.ms/msbuild/binlog - Örnekler: + Examples: -bl -bl:output.binlog -bl:output.binlog;ProjectImports=None @@ -2178,7 +2177,7 @@ MSBUILD : error MSB1021: Cannot create an instance of the logger. {0} - MSBUILD : error MSB1021: Günlük oluşturucunun bir örneği oluşturulamıyor. {0} + MSBUILD : error MSB1021: Cannot create an instance of the logger. {0} {StrBegin="MSBUILD : error MSB1021: "} UE: This error is shown when a logger cannot be loaded and instantiated from its assembly. LOCALIZATION: The prefix "MSBUILD : error MSBxxxx:" should not be localized. {0} contains a message explaining why the diff --git a/src/MSBuild/Resources/xlf/Strings.zh-Hans.xlf b/src/MSBuild/Resources/xlf/Strings.zh-Hans.xlf index 61490d23d64..69f83fa2945 100644 --- a/src/MSBuild/Resources/xlf/Strings.zh-Hans.xlf +++ b/src/MSBuild/Resources/xlf/Strings.zh-Hans.xlf @@ -260,10 +260,10 @@ BuildCheck enables evaluating rules to ensure properties of the build. For more info see aka.ms/buildcheck - -check - 在生成期间启用 BuildChecks。 - BuildCheck 支持评估规则以确保生成的 - 属性。有关详细信息,请参阅 aka.ms/buildcheck + -check + Enables BuildChecks during the build. + BuildCheck enables evaluating rules to ensure properties + of the build. For more info see aka.ms/buildcheck {Locked="-check"}{Locked="BuildChecks"}{Locked="BuildCheck"} @@ -829,42 +829,42 @@ -consoleLoggerParameters:PerformanceSummary;NoSummary; Verbosity=minimal - -consoleloggerparameters:<parameters> - 控制台记录器的参数。(缩写: -clp) - 可用参数包括: - PerformanceSummary -- 显示在任务、目标和项目上 - 花费的时间。 - Summary -- 结束时显示错误和警告的摘要。 - NoSummary -- 结束时不显示错误和警告 - 的摘要。 - ErrorsOnly -- 仅显示错误。 - WarningsOnly -- 仅显示警告。 - NoItemAndPropertyList -- 在开始生成每个项目时不显示 - 项和属性的列表。 - ShowCommandLine -- 显示 TaskCommandLineEvent 消息 - ShowTimestamp -- 将时间戳作为所有消息的前缀 - 显示。 - ShowEventId -- 显示已开始事件、已完成事件和消息 - 的事件 ID。 - ForceNoAlign -- 不将文本与控制台缓冲区的大小 - 匹配。 - DisableConsoleColor -- 将默认控制台颜色 - 用于所有记录消息。 - DisableMPLogging -- 在非多处理器 - 模式下运行时,禁用输出的多处理器 - 日志记录样式。 - EnableMPLogging -- 即使在非多处理器 - 模式下运行,也启用多处理器 - 日志记录样式。默认情况下启用此日志记录样式。 - ForceConsoleColor--使用 ANSI 控制台颜色,即使 - 控制台不支持它 - PreferConsoleColor--仅在目标控制台支持时 - 使用 ANSI 控制台颜色 - Verbosity -- 重写此记录器的 -verbosity - 设置。 - 示例: - -consoleloggerparameters:PerformanceSummary;NoSummary; - Verbosity=minimal + -consoleLoggerParameters:<parameters> + Parameters to console logger. (Short form: -clp) + The available parameters are: + PerformanceSummary--Show time spent in tasks, targets + and projects. + Summary--Show error and warning summary at the end. + NoSummary--Don't show error and warning summary at the + end. + ErrorsOnly--Show only errors. + WarningsOnly--Show only warnings. + NoItemAndPropertyList--Don't show list of items and + properties at the start of each project build. + ShowCommandLine--Show TaskCommandLineEvent messages + ShowTimestamp--Display the Timestamp as a prefix to any + message. + ShowEventId--Show eventId for started events, finished + events, and messages + ForceNoAlign--Does not align the text to the size of + the console buffer + DisableConsoleColor--Use the default console colors + for all logging messages. + DisableMPLogging-- Disable the multiprocessor + logging style of output when running in + non-multiprocessor mode. + EnableMPLogging--Enable the multiprocessor logging + style even when running in non-multiprocessor + mode. This logging style is on by default. + ForceConsoleColor--Use ANSI console colors even if + console does not support it + PreferConsoleColor--Use ANSI console colors only if + target console does support it + Verbosity--overrides the -verbosity setting for this + logger. + Example: + -consoleLoggerParameters:PerformanceSummary;NoSummary; + Verbosity=minimal LOCALIZATION: The following should not be localized: @@ -2025,49 +2025,49 @@ -bl:..\..\custom.binlog -binaryLogger - -binaryLogger[:[LogFile=]output.binlog[;ProjectImports={None,Embed,ZipFile}]] - 将所有生成事件序列化为压缩的二进制文件。 - 默认情况下该文件位于当前目录并且名为 "msbuild.binlog"。 - 二进制日志是生成过程的详细描述, - 以后可将其于重新构建文本日志 - 并由其他分析工具所使用。 - 二进制日志通常比大多数详细的文本诊断级日志小 10 到 20 倍, - 但它可以包含更多信息。 - (缩写: -bl) + -binaryLogger[:[LogFile=]output.binlog[;ProjectImports={None,Embed,ZipFile}]] + Serializes all build events to a compressed binary file. + By default the file is in the current directory and named + "msbuild.binlog". The binary log is a detailed description + of the build process that can later be used to reconstruct + text logs and used by other analysis tools. A binary log + is usually 10-20x smaller than the most detailed text + diagnostic-level log, but it contains more information. + (Short form: -bl) - 默认情况下,二进制记录器收集项目文件的源文本, - 包括生成期间所有导入的 - 项目和目标文件。可选的 - ProjectImports 开关控制此行为: + The binary logger by default collects the source text of + project files, including all imported projects and target + files encountered during the build. The optional + ProjectImports switch controls this behavior: - ProjectImports=None - 不收集项目 - 导入项。 - ProjectImports=Embed - 在日志文件中 - 嵌入项目导入项。 - ProjectImports=ZipFile - 将项目文件保存到 - output.projectimports.zip, - 其中输出的名称 - 与二进制日志文件名称相同。 + ProjectImports=None - Don't collect the project + imports. + ProjectImports=Embed - Embed project imports in the + log file. + ProjectImports=ZipFile - Save project files to + output.projectimports.zip + where output is the same name + as the binary log file name. - ProjectImports 的默认设置为 Embed。 - 注意: 记录器不会收集非 MSBuild 源文件, - 例如 .cs、.cpp 等。 + The default setting for ProjectImports is Embed. + Note: the logger does not collect non-MSBuild source files + such as .cs, .cpp etc. - 可将 .binlog 文件以参数(而不是项目/解决方案)的形式传递给 - msbuild.exe 对其进行“播放”。 - 其他记录器将接收日志文件中的信息, - 就像原始的生成正在发生一样。 - 你可以通过以下网址阅读有关二进制文件及其用法的详细信息: - https://aka.ms/msbuild/binlog + A .binlog file can be "played back" by passing it to + msbuild.exe as an argument instead of a project/solution. + Other loggers will receive the information contained + in the log file as if the original build was happening. + You can read more about the binary log and its usages at: + https://aka.ms/msbuild/binlog - 示例: + Examples: -bl -bl:output.binlog -bl:output.binlog;ProjectImports=None -bl:output.binlog;ProjectImports=ZipFile -bl:..\..\custom.binlog -binaryLogger - + LOCALIZATION: The following should not be localized: 1) "msbuild" @@ -2177,7 +2177,7 @@ MSBUILD : error MSB1021: Cannot create an instance of the logger. {0} - MSBUILD : error MSB1021: 无法创建记录器的实例。{0} + MSBUILD : error MSB1021: Cannot create an instance of the logger. {0} {StrBegin="MSBUILD : error MSB1021: "} UE: This error is shown when a logger cannot be loaded and instantiated from its assembly. LOCALIZATION: The prefix "MSBUILD : error MSBxxxx:" should not be localized. {0} contains a message explaining why the diff --git a/src/MSBuild/Resources/xlf/Strings.zh-Hant.xlf b/src/MSBuild/Resources/xlf/Strings.zh-Hant.xlf index 030112efcf1..90264842fd1 100644 --- a/src/MSBuild/Resources/xlf/Strings.zh-Hant.xlf +++ b/src/MSBuild/Resources/xlf/Strings.zh-Hant.xlf @@ -261,10 +261,10 @@ BuildCheck enables evaluating rules to ensure properties of the build. For more info see aka.ms/buildcheck - -check - 在建置期間啟用 BuildChecks。 - BuildCheck 會啟用評估規則以確保組建的 - 屬性。如需詳細資訊,請參閱 aka.ms/buildcheck + -check + Enables BuildChecks during the build. + BuildCheck enables evaluating rules to ensure properties + of the build. For more info see aka.ms/buildcheck {Locked="-check"}{Locked="BuildChecks"}{Locked="BuildCheck"} @@ -830,40 +830,40 @@ -consoleLoggerParameters:PerformanceSummary;NoSummary; Verbosity=minimal - -consoleLoggerParameters:<parameters> - 主控台記錄器的參數。(簡短形式: -clp) - 可用的參數為: - PerformanceSummary--顯示工作、目標 - 及專案所花費的時間。 - Summary--結束時顯示錯誤與警告摘要。 - NoSummary--結束時不顯示錯誤 - 與警告摘要。 - ErrorsOnly--只顯示錯誤。 - WarningsOnly--只顯示警告。 - NoItemAndPropertyList--不在每個專案開始建置時, - 顯示專案與屬性清單。 - ShowCommandLine--顯示 TaskCommandLineEvent 訊息 - ShowTimestamp--在所有訊息開頭顯示 - 時間戳記。 - ShowEventId--顯示已開始之事件、已完成之事件 - 以及訊息的事件識別碼 - ForceNoAlign--不將文字調整成主控台 - 緩衝區的大小 - DisableConsoleColor--為所有記錄訊息使用預設的 - 主控台色彩。 - DisableMPLogging-- 在非多處理器模式下執行時, - 停用輸出的多處理器 - 記錄樣式。 - EnableMPLogging--在非多處理器模式下執行時, - 啟用多處理器記錄樣式。 - 此記錄樣式預設為啟用。 - ForceConsoleColor--即使主控台不支援 ANSI 主控台色彩, - 也一律使用該色彩 - PreferConsoleColor--僅在目標主控台目標確實支援 ANSI 主控台色彩時 - 才使用它 - Verbosity--覆寫此記錄器的 -verbosity - 設定。 - 範例: + -consoleLoggerParameters:<parameters> + Parameters to console logger. (Short form: -clp) + The available parameters are: + PerformanceSummary--Show time spent in tasks, targets + and projects. + Summary--Show error and warning summary at the end. + NoSummary--Don't show error and warning summary at the + end. + ErrorsOnly--Show only errors. + WarningsOnly--Show only warnings. + NoItemAndPropertyList--Don't show list of items and + properties at the start of each project build. + ShowCommandLine--Show TaskCommandLineEvent messages + ShowTimestamp--Display the Timestamp as a prefix to any + message. + ShowEventId--Show eventId for started events, finished + events, and messages + ForceNoAlign--Does not align the text to the size of + the console buffer + DisableConsoleColor--Use the default console colors + for all logging messages. + DisableMPLogging-- Disable the multiprocessor + logging style of output when running in + non-multiprocessor mode. + EnableMPLogging--Enable the multiprocessor logging + style even when running in non-multiprocessor + mode. This logging style is on by default. + ForceConsoleColor--Use ANSI console colors even if + console does not support it + PreferConsoleColor--Use ANSI console colors only if + target console does support it + Verbosity--overrides the -verbosity setting for this + logger. + Example: -consoleLoggerParameters:PerformanceSummary;NoSummary; Verbosity=minimal @@ -2026,42 +2026,42 @@ -bl:..\..\custom.binlog -binaryLogger - -binaryLogger[:[LogFile=]output.binlog[;ProjectImports={None,Embed,ZipFile}]] - 將所有建置事件序列化成壓縮的二進位檔案。 - 根據預設,此檔案存放在目前的目錄下,並會命名為 - 「msbuild.binlog」。此二進位記錄檔是 - 建置程序的詳細描述,之後可用於重建文字記錄, - 以及供其他分析工具使用。二進位記錄檔 - 的大小通常會比大部分的詳細文字 - 診斷層級記錄小 10-20 倍,但包含了更多資訊。 - (簡短形式: -bl) + -binaryLogger[:[LogFile=]output.binlog[;ProjectImports={None,Embed,ZipFile}]] + Serializes all build events to a compressed binary file. + By default the file is in the current directory and named + "msbuild.binlog". The binary log is a detailed description + of the build process that can later be used to reconstruct + text logs and used by other analysis tools. A binary log + is usually 10-20x smaller than the most detailed text + diagnostic-level log, but it contains more information. + (Short form: -bl) - 根據預設,二進位記錄器會收集專案檔的 - 原始程式文字,包括在建置期間遇到的 - 所有匯入專案及目標檔案。選擇性的 ProjectImports 參數 - 會控制此行為: + The binary logger by default collects the source text of + project files, including all imported projects and target + files encountered during the build. The optional + ProjectImports switch controls this behavior: - ProjectImports=None - 不收集專案 - 匯入。 - ProjectImports=Embed - 在記錄檔中內嵌 - 專案匯入。 - ProjectImports=ZipFile - 將專案檔儲存到 - output.projectimports.zip, - 其中輸出的名稱與 - 二進位記錄檔名稱相同。 + ProjectImports=None - Don't collect the project + imports. + ProjectImports=Embed - Embed project imports in the + log file. + ProjectImports=ZipFile - Save project files to + output.projectimports.zip + where output is the same name + as the binary log file name. - ProjectImports 的預設設定為 Embed。 - 注意: 記錄器不會收集非 MSBuild 的來源檔案, - 例如 .cs、.cpp 等。 + The default setting for ProjectImports is Embed. + Note: the logger does not collect non-MSBuild source files + such as .cs, .cpp etc. - 將 .binlog 檔案傳遞到 msbuild.exe 作為引數而非 - 專案/解決方案,即可加以「播放」。 - 其他記錄器會收到記錄檔中包含的資訊, - 就如同原始組建發生時的情況。 - 若要深入閱讀二進位記錄檔及其使用方式,請前往: + A .binlog file can be "played back" by passing it to + msbuild.exe as an argument instead of a project/solution. + Other loggers will receive the information contained + in the log file as if the original build was happening. + You can read more about the binary log and its usages at: https://aka.ms/msbuild/binlog - 範例: + Examples: -bl -bl:output.binlog -bl:output.binlog;ProjectImports=None @@ -2178,7 +2178,7 @@ MSBUILD : error MSB1021: Cannot create an instance of the logger. {0} - MSBUILD : error MSB1021: 無法建立記錄器的執行個體。{0} + MSBUILD : error MSB1021: Cannot create an instance of the logger. {0} {StrBegin="MSBUILD : error MSB1021: "} UE: This error is shown when a logger cannot be loaded and instantiated from its assembly. LOCALIZATION: The prefix "MSBUILD : error MSBxxxx:" should not be localized. {0} contains a message explaining why the diff --git a/src/Tasks/Resources/xlf/Strings.cs.xlf b/src/Tasks/Resources/xlf/Strings.cs.xlf index 534ccaae5db..fd0d3da27b0 100644 --- a/src/Tasks/Resources/xlf/Strings.cs.xlf +++ b/src/Tasks/Resources/xlf/Strings.cs.xlf @@ -2839,7 +2839,7 @@ Could not infer the type of parameter "{0}" because the attribute type is unknown. The value will be treated as a string. - Nepovedlo se odvodit typ parametru „{0}“, protože typ atributu je neznámý. Hodnota se zpracuje jako řetězec. + Could not infer the type of parameter "{0}" because the attribute type is unknown. The value will be treated as a string. diff --git a/src/Tasks/Resources/xlf/Strings.de.xlf b/src/Tasks/Resources/xlf/Strings.de.xlf index c41d5179a8e..d78f2b28617 100644 --- a/src/Tasks/Resources/xlf/Strings.de.xlf +++ b/src/Tasks/Resources/xlf/Strings.de.xlf @@ -2839,7 +2839,7 @@ Could not infer the type of parameter "{0}" because the attribute type is unknown. The value will be treated as a string. - Der Typ des Parameters "{0}" konnte nicht rückgeschlossen werden, da der Attributtyp unbekannt ist. Der Wert wird als Zeichenfolge behandelt. + Could not infer the type of parameter "{0}" because the attribute type is unknown. The value will be treated as a string. diff --git a/src/Tasks/Resources/xlf/Strings.es.xlf b/src/Tasks/Resources/xlf/Strings.es.xlf index c79431e960f..f07a0e1302c 100644 --- a/src/Tasks/Resources/xlf/Strings.es.xlf +++ b/src/Tasks/Resources/xlf/Strings.es.xlf @@ -2839,7 +2839,7 @@ Could not infer the type of parameter "{0}" because the attribute type is unknown. The value will be treated as a string. - No se puede inferir el tipo de parámetro "{0}" porque el tipo de atributo es desconocido. El valor se tratará como una cadena. + Could not infer the type of parameter "{0}" because the attribute type is unknown. The value will be treated as a string. diff --git a/src/Tasks/Resources/xlf/Strings.fr.xlf b/src/Tasks/Resources/xlf/Strings.fr.xlf index 446aa514792..04735d785c7 100644 --- a/src/Tasks/Resources/xlf/Strings.fr.xlf +++ b/src/Tasks/Resources/xlf/Strings.fr.xlf @@ -2839,7 +2839,7 @@ Could not infer the type of parameter "{0}" because the attribute type is unknown. The value will be treated as a string. - Impossible d’inférer le type de paramètre « {0} », car le type d’attribut est inconnu. La valeur sera considérée comme une chaîne. + Could not infer the type of parameter "{0}" because the attribute type is unknown. The value will be treated as a string. diff --git a/src/Tasks/Resources/xlf/Strings.it.xlf b/src/Tasks/Resources/xlf/Strings.it.xlf index a831f364ecd..96813b5eaa8 100644 --- a/src/Tasks/Resources/xlf/Strings.it.xlf +++ b/src/Tasks/Resources/xlf/Strings.it.xlf @@ -2839,7 +2839,7 @@ Could not infer the type of parameter "{0}" because the attribute type is unknown. The value will be treated as a string. - Non è stato possibile inferire il tipo di parametro "{0}" perché il tipo di attributo è sconosciuto. Il valore sarà tratto come una stringa. + Could not infer the type of parameter "{0}" because the attribute type is unknown. The value will be treated as a string. diff --git a/src/Tasks/Resources/xlf/Strings.ja.xlf b/src/Tasks/Resources/xlf/Strings.ja.xlf index 8acf0d6c73a..0c712f97127 100644 --- a/src/Tasks/Resources/xlf/Strings.ja.xlf +++ b/src/Tasks/Resources/xlf/Strings.ja.xlf @@ -2839,7 +2839,7 @@ Could not infer the type of parameter "{0}" because the attribute type is unknown. The value will be treated as a string. - 属性の型が不明なため、パラメーター "{0}" の型を推測できませんでした。値は文字列として扱われます。 + Could not infer the type of parameter "{0}" because the attribute type is unknown. The value will be treated as a string. diff --git a/src/Tasks/Resources/xlf/Strings.ko.xlf b/src/Tasks/Resources/xlf/Strings.ko.xlf index cf16b061068..afab1469cfd 100644 --- a/src/Tasks/Resources/xlf/Strings.ko.xlf +++ b/src/Tasks/Resources/xlf/Strings.ko.xlf @@ -2839,7 +2839,7 @@ Could not infer the type of parameter "{0}" because the attribute type is unknown. The value will be treated as a string. - 특성 유형을 알 수 없기 때문에 매개 변수 "{0}" 유형을 유추할 수 없습니다. 값이 문자열로 처리됩니다. + Could not infer the type of parameter "{0}" because the attribute type is unknown. The value will be treated as a string. diff --git a/src/Tasks/Resources/xlf/Strings.pl.xlf b/src/Tasks/Resources/xlf/Strings.pl.xlf index 4ebeb49d1e2..0eacca4c830 100644 --- a/src/Tasks/Resources/xlf/Strings.pl.xlf +++ b/src/Tasks/Resources/xlf/Strings.pl.xlf @@ -2839,7 +2839,7 @@ Could not infer the type of parameter "{0}" because the attribute type is unknown. The value will be treated as a string. - Nie można wywnioskować typu parametru „{0}”, ponieważ typ atrybutu jest nieznany. Wartość będzie traktowana jako ciąg. + Could not infer the type of parameter "{0}" because the attribute type is unknown. The value will be treated as a string. diff --git a/src/Tasks/Resources/xlf/Strings.pt-BR.xlf b/src/Tasks/Resources/xlf/Strings.pt-BR.xlf index 2e3c871520c..a959eedcb38 100644 --- a/src/Tasks/Resources/xlf/Strings.pt-BR.xlf +++ b/src/Tasks/Resources/xlf/Strings.pt-BR.xlf @@ -2839,7 +2839,7 @@ Could not infer the type of parameter "{0}" because the attribute type is unknown. The value will be treated as a string. - Não foi possível deduzir o tipo de parâmetro "{0}" porque o tipo de atributo é desconhecido. O valor será tratado como uma cadeia de caracteres. + Could not infer the type of parameter "{0}" because the attribute type is unknown. The value will be treated as a string. diff --git a/src/Tasks/Resources/xlf/Strings.ru.xlf b/src/Tasks/Resources/xlf/Strings.ru.xlf index 615b5ecedbe..0587c87585b 100644 --- a/src/Tasks/Resources/xlf/Strings.ru.xlf +++ b/src/Tasks/Resources/xlf/Strings.ru.xlf @@ -2839,7 +2839,7 @@ Could not infer the type of parameter "{0}" because the attribute type is unknown. The value will be treated as a string. - Не удалось вывести тип параметра "{0}", так как тип атрибута неизвестен. Значение будет рассматриваться как строка. + Could not infer the type of parameter "{0}" because the attribute type is unknown. The value will be treated as a string. diff --git a/src/Tasks/Resources/xlf/Strings.tr.xlf b/src/Tasks/Resources/xlf/Strings.tr.xlf index 07b8f43b85f..a129266afb9 100644 --- a/src/Tasks/Resources/xlf/Strings.tr.xlf +++ b/src/Tasks/Resources/xlf/Strings.tr.xlf @@ -2839,7 +2839,7 @@ Could not infer the type of parameter "{0}" because the attribute type is unknown. The value will be treated as a string. - Öznitelik türü bilinmediği için "{0}" parametresinin türü çıkarılamadı. Değer bir dizge olarak değerlendirilecektir. + Could not infer the type of parameter "{0}" because the attribute type is unknown. The value will be treated as a string. diff --git a/src/Tasks/Resources/xlf/Strings.zh-Hans.xlf b/src/Tasks/Resources/xlf/Strings.zh-Hans.xlf index a3e660cab5b..cf988e3da86 100644 --- a/src/Tasks/Resources/xlf/Strings.zh-Hans.xlf +++ b/src/Tasks/Resources/xlf/Strings.zh-Hans.xlf @@ -2839,7 +2839,7 @@ Could not infer the type of parameter "{0}" because the attribute type is unknown. The value will be treated as a string. - 由于属性类型未知,无法推断参数 "{0}" 的类型。该值将被视作字符串。 + Could not infer the type of parameter "{0}" because the attribute type is unknown. The value will be treated as a string. diff --git a/src/Tasks/Resources/xlf/Strings.zh-Hant.xlf b/src/Tasks/Resources/xlf/Strings.zh-Hant.xlf index b34ae965d82..6c5e8352521 100644 --- a/src/Tasks/Resources/xlf/Strings.zh-Hant.xlf +++ b/src/Tasks/Resources/xlf/Strings.zh-Hant.xlf @@ -2839,7 +2839,7 @@ Could not infer the type of parameter "{0}" because the attribute type is unknown. The value will be treated as a string. - 由於屬性類型未知,因此無法推斷 "{0}" 的參數類型。該值將被視為字串。 + Could not infer the type of parameter "{0}" because the attribute type is unknown. The value will be treated as a string.