Localized file check-in by OneLocBuild Task: Build definition ID 9434: Build ID 7778149

This commit is contained in:
dotnet bot 2023-05-16 09:30:48 -07:00
Родитель 3a3126f683
Коммит 66e98c947c
37 изменённых файлов: 264 добавлений и 1581 удалений

303
src/MSBuild/Resources/xlf/Strings.zh-Hans.xlf сгенерированный
Просмотреть файл

@ -9,50 +9,6 @@
project or solution file in the current directory by looking for *.*PROJ and *.SLN. If more than one file is found that matches this wildcard, we
fire this error.
LOCALIZATION: The prefix "MSBUILD : error MSBxxxx:" should not be localized.</note>
</trans-unit>
<trans-unit id="BuildFinished">
<source>Build {0} in {1}s</source>
<target state="new">Build {0} in {1}s</target>
<note>
Overall build summary
{0}: BuildResult_X (below)
{1}: duration in seconds with 1 decimal point
</note>
</trans-unit>
<trans-unit id="BuildResult_Failed">
<source>failed</source>
<target state="new">failed</target>
<note>
Part of Live Logger summary message: "Build {BuildResult_X} in {duration}s"
</note>
</trans-unit>
<trans-unit id="BuildResult_FailedWithErrors">
<source>failed with errors</source>
<target state="new">failed with errors</target>
<note>
Part of Live Logger summary message: "Build {BuildResult_X} in {duration}s"
</note>
</trans-unit>
<trans-unit id="BuildResult_FailedWithWarnings">
<source>failed with warnings</source>
<target state="new">failed with warnings</target>
<note>
Part of Live Logger summary message: "Build {BuildResult_X} in {duration}s"
</note>
</trans-unit>
<trans-unit id="BuildResult_Succeeded">
<source>succeeded</source>
<target state="new">succeeded</target>
<note>
Part of Live Logger summary message: "Build {BuildResult_X} in {duration}s"
</note>
</trans-unit>
<trans-unit id="BuildResult_SucceededWithWarnings">
<source>succeeded with warnings</source>
<target state="new">succeeded with warnings</target>
<note>
Part of Live Logger summary message: "Build {BuildResult_X} in {duration}s"
</note>
</trans-unit>
<trans-unit id="CommandLine">
<source>Command line arguments = "{0}"</source>
@ -72,30 +28,13 @@
<target state="translated">MSBUILD : error MSB1027: 不能在 MSBuild.rsp 自动响应文件中或由该自动响应文件引用的任何响应文件中指定 -noAutoResponse 开关。</target>
<note>{StrBegin="MSBUILD : error MSB1027: "}LOCALIZATION: The prefix "MSBUILD : error MSBxxxx:", "-noAutoResponse" and "MSBuild.rsp" should not be localized.</note>
</trans-unit>
<trans-unit id="HelpMessage_41_QuestionSwitch">
<source> -question
(Experimental) Question whether there is any build work.
MSBuild will error out when it detects a target or task
that can be incremental (has inputs and outputs),
but isn't up to date.
(Short form: -q)
</source>
<target state="new"> -question
(Experimental) Question whether there is any build work.
MSBuild will error out when it detects a target or task
that can be incremental (has inputs and outputs),
but isn't up to date.
(Short form: -q)
</target>
<note>
LOCALIZATION: "MSBuild" should not be localized.
LOCALIZATION: "-question" and "-q" should not be localized.
LOCALIZATION: None of the lines should be longer than a standard width console window, eg 80 chars.
</note>
</trans-unit>
<trans-unit id="MSBuildVersionMessage">
<source>MSBuild version {0} for {1}</source>
<target state="new">MSBuild version {0} for {1}</target>
<trans-unit id="CopyrightMessage">
<source>Microsoft (R) Build Engine version {0} for {1}
Copyright (C) Microsoft Corporation. All rights reserved.
</source>
<target state="translated">用于 {1} 的 Microsoft (R) 生成引擎版本 {0}
版权所有(C) Microsoft Corporation。保留所有权利。
</target>
<note>LOCALIZATION: {0} contains the DLL version number. {1} contains the name of a runtime, like ".NET Framework", ".NET Core", or "Mono"</note>
</trans-unit>
<trans-unit id="CurrentDirectory">
@ -195,18 +134,9 @@
</note>
</trans-unit>
<trans-unit id="HelpMessage_35_IsolateProjectsSwitch">
<source> -isolateProjects[:True|MessageUponIsolationViolation|False]
<source> -isolateProjects[:True|False]
Causes MSBuild to build each project in isolation.
When set to "MessageUponIsolationViolation" (or its short
form "Message"), only the results from top-level targets
are serialized if the -outputResultsCache switch is
supplied. This is to mitigate the chances of an
isolation-violating target on a dependency project using
incorrect state due to its dependency on a cached target
whose side effects would not be taken into account.
(For example, the definition of a property.)
This is a more restrictive mode of MSBuild as it requires
that the project graph be statically discoverable at
evaluation time, but can improve scheduling and reduce
@ -215,25 +145,16 @@
This flag is experimental and may not work as intended.
</source>
<target state="new"> -isolateProjects[:True|MessageUponIsolationViolation|False]
Causes MSBuild to build each project in isolation.
<target state="translated"> -isolateProjects[:True|False]
使 MSBuild 独立生成每个项目。
When set to "MessageUponIsolationViolation" (or its short
form "Message"), only the results from top-level targets
are serialized if the -outputResultsCache switch is
supplied. This is to mitigate the chances of an
isolation-violating target on a dependency project using
incorrect state due to its dependency on a cached target
whose side effects would not be taken into account.
(For example, the definition of a property.)
这是 MSBuild 更具限制性的模式,因为它要求
可在评估时静态地发现项目
关系图,但可在生成大型项目集时
改善计划并降低内存开销。
(缩写: -isolate)
This is a more restrictive mode of MSBuild as it requires
that the project graph be statically discoverable at
evaluation time, but can improve scheduling and reduce
memory overhead when building a large set of projects.
(Short form: -isolate)
This flag is experimental and may not work as intended.
此标记处于试验阶段,可能无法按预期工作。
</target>
<note>
LOCALIZATION: "MSBuild" should not be localized.
@ -339,7 +260,8 @@
</note>
</trans-unit>
<trans-unit id="HelpMessage_40_WarnNotAsErrorSwitch">
<source> -warnNotAsError[:code[;code2]]
<source>
-warnNotAsError[:code[;code2]]
List of warning codes to treats not treat as errors.
Use a semicolon or a comma to separate
multiple warning codes. Has no effect if the -warnaserror
@ -348,13 +270,14 @@
Example:
-warnNotAsError:MSB3026
</source>
<target state="new"> -warnNotAsError[:code[;code2]]
List of warning codes to treats not treat as errors.
Use a semicolon or a comma to separate
multiple warning codes. Has no effect if the -warnaserror
switch is not set.
<target state="translated">
-warnNotAsError[:code[;code2]]
不视为错误的警告代码列表.
使用分号或逗号分隔
多个警告代码。如果未设置 -warnaserror
开关,则不会产生任何影响。
Example:
示例:
-warnNotAsError:MSB3026
</target>
<note>
@ -586,50 +509,46 @@
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
Verbosity--overrides the -verbosity setting for this
logger.
Example:
-consoleLoggerParameters:PerformanceSummary;NoSummary;
Verbosity=minimal
</source>
<target state="new"> -consoleLoggerParameters:&lt;parameters&gt;
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
<target state="translated"> -consoleloggerparameters:&lt;parameters&gt;
控制台记录器的参数。(缩写: -clp)
可用参数包括:
PerformanceSummary -- 显示在任务、目标和项目上
花费的时间。
Summary -- 结束时显示错误和警告的摘要。
NoSummary -- 结束时不显示错误和警告
的摘要。
ErrorsOnly -- 仅显示错误。
WarningsOnly -- 仅显示警告。
NoItemAndPropertyList -- 在开始生成每个项目时不显示
项和属性的列表。
ShowCommandLine -- 显示 TaskCommandLineEvent 消息
ShowTimestamp -- 将时间戳作为所有消息的前缀
显示。
ShowEventId -- 显示已开始事件、已完成事件和消息
的事件 ID。
ForceNoAlign -- 不将文本与控制台缓冲区的大小
匹配。
DisableConsoleColor -- 将默认控制台颜色
用于所有记录消息。
DisableMPLogging -- 在非多处理器
模式下运行时,禁用输出的多处理器
日志记录样式。
EnableMPLogging -- 即使在非多处理器
模式下运行,也启用多处理器
日志记录样式。默认情况下启用此日志记录样式。
ForceConsoleColor--使用 ANSI 控制台颜色,即使
控制台不支持它
Verbosity -- 重写此记录器的 -verbosity
设置。
示例:
-consoleloggerparameters:PerformanceSummary;NoSummary;
Verbosity=minimal
</target>
<note>
LOCALIZATION: The following should not be localized:
@ -725,13 +644,15 @@
<trans-unit id="HelpMessage_InputCachesFiles">
<source> -inputResultsCaches:&lt;cacheFile&gt;...
Semicolon separated list of input cache files that MSBuild
will read build results from. If -isolateProjects is set
to False, this sets it to True. (short form: -irc)
will read build results from.
Setting this also turns on isolated builds (-isolate).
(short form: -irc)
</source>
<target state="new"> -inputResultsCaches:&lt;cacheFile&gt;...
Semicolon separated list of input cache files that MSBuild
will read build results from. If -isolateProjects is set
to False, this sets it to True. (short form: -irc)
<target state="translated"> -inputResultsCaches:&lt;cacheFile&gt;...
输入缓存文件的分号分隔列表MSBuild
将从这些文件中读取生成结果。
设置此列表还将打开分隔的生成(-isolate)。
(缩写: -irc)
</target>
<note>
LOCALIZATION: The following should not be localized: MSBuild, -isolate
@ -742,13 +663,13 @@
<source> -outputResultsCache:[cacheFile]
Output cache file where MSBuild will write the contents of
its build result caches at the end of the build.
If -isolateProjects is set to False, this sets it to True.
Setting this also turns on isolated builds (-isolate).
(short form: -orc)
</source>
<target state="new"> -outputResultsCache:[cacheFile]
Output cache file where MSBuild will write the contents of
its build result caches at the end of the build.
If -isolateProjects is set to False, this sets it to True.
<target state="translated"> -outputResultsCache:[cacheFile]
输出缓存文件MSBuild 将在
生成结束时写入其生成结果缓存的内容。
设置它也会打开隔离的生成 (-isolate).
(short form: -orc)
</target>
<note>
@ -1107,8 +1028,7 @@
<note>
{StrBegin="MSBUILD : error MSB1056: "}
UE: This message does not need in-line parameters because the exception takes care of displaying the invalid arg.
This error is shown when a user specifies a value for the -isolateProjects parameter that is not equivalent
to Boolean.TrueString, nameof(ProjectIsolationMode.MessageUponIsolationViolation), or Boolean.FalseString.
This error is shown when a user specifies a value for the -isolateProjects parameter that is not equivalent to Boolean.TrueString or Boolean.FalseString.
LOCALIZATION: The prefix "MSBUILD : error MSBxxxx:" should not be localized.
</note>
</trans-unit>
@ -1370,60 +1290,6 @@
<target state="translated">进程 = "{0}"</target>
<note />
</trans-unit>
<trans-unit id="ProjectBuilding_NoTF">
<source>{0}{1} {2} ({3}s)</source>
<target state="new">{0}{1} {2} ({3}s)</target>
<note>
Project building.
{0}: indentation - few spaces to visually indent row
{1}: project name
{2}: target
{3}: duration in seconds with 1 decimal point
</note>
</trans-unit>
<trans-unit id="ProjectBuilding_WithTF">
<source>{0}{1} {2} {3} ({4}s)</source>
<target state="new">{0}{1} {2} {3} ({4}s)</target>
<note>
Project building including target framework information.
{0}: indentation - few spaces to visually indent row
{1}: project name
{2}: target framework
{3}: target
{4}: duration in seconds with 1 decimal point
</note>
</trans-unit>
<trans-unit id="ProjectFinished_NoTF">
<source>{0}{1} {2} ({3}s)</source>
<target state="new">{0}{1} {2} ({3}s)</target>
<note>
Project finished summary.
{0}: indentation - few spaces to visually indent row
{1}: project name
{2}: BuildResult_{X}
{3}: duration in seconds with 1 decimal point
</note>
</trans-unit>
<trans-unit id="ProjectFinished_OutputPath">
<source> → {0}</source>
<target state="new"> → {0}</target>
<note>
Info about project output - when known. Printed after ProjectFinished_NoTF or ProjectFinished_WithTF.
{0}: VT100 coded hyperlink to project output directory
</note>
</trans-unit>
<trans-unit id="ProjectFinished_WithTF">
<source>{0}{1} {2} {3} ({4}s)</source>
<target state="new">{0}{1} {2} {3} ({4}s)</target>
<note>
Project finished summary including target framework information.
{0}: indentation - few spaces to visually indent row
{1}: project name
{2}: target framework
{3}: BuildResult_{X}
{4}: duration in seconds with 1 decimal point
</note>
</trans-unit>
<trans-unit id="ProjectNotFoundError">
<source>MSBUILD : error MSB1009: Project file does not exist.</source>
<target state="translated">MSBUILD : error MSB1009: 项目文件不存在。</target>
@ -1469,22 +1335,6 @@
<target state="translated">“{0}”来自“{1}”</target>
<note>
These are response file switches with the location of the response file on disk.
</note>
</trans-unit>
<trans-unit id="RestoreComplete">
<source>Restore complete ({0}s)</source>
<target state="new">Restore complete ({0}s)</target>
<note>
{0}: duration in seconds with 1 decimal point
</note>
</trans-unit>
<trans-unit id="RestoreCompleteWithMessage">
<source>Restore {0} in {1}s</source>
<target state="new">Restore {0} in {1}s</target>
<note>
Restore summary when finished with warning or error
{0}: BuildResult_X (below)
{1}: duration in seconds with 1 decimal point
</note>
</trans-unit>
<trans-unit id="SchemaFileLocation">
@ -1546,11 +1396,6 @@
<target state="translated">MSBUILD : error MSB1015: MSBuild 不在此版本操作系统上运行,而仅在 Windows 7 及更高版本的操作系统上受支持。</target>
<note>{StrBegin="MSBUILD : error MSB1015: "}LOCALIZATION: The error prefix "MSBUILD : error MSBxxxx:" should not be localized.</note>
</trans-unit>
<trans-unit id="UnsupportedSwitchForSolutionFiles">
<source>The '{0}' switch is not supported for solution files.</source>
<target state="new">The '{0}' switch is not supported for solution files.</target>
<note />
</trans-unit>
<trans-unit id="Using35Engine">
<source>Forcing load of Microsoft.Build.Engine because MSBUILDOLDOM=1...</source>
<target state="translated">强制加载 Microsoft.Build.Engine因为 MSBUILDOLDOM=1...</target>

301
src/MSBuild/Resources/xlf/Strings.zh-Hant.xlf сгенерированный
Просмотреть файл

@ -9,50 +9,6 @@
project or solution file in the current directory by looking for *.*PROJ and *.SLN. If more than one file is found that matches this wildcard, we
fire this error.
LOCALIZATION: The prefix "MSBUILD : error MSBxxxx:" should not be localized.</note>
</trans-unit>
<trans-unit id="BuildFinished">
<source>Build {0} in {1}s</source>
<target state="new">Build {0} in {1}s</target>
<note>
Overall build summary
{0}: BuildResult_X (below)
{1}: duration in seconds with 1 decimal point
</note>
</trans-unit>
<trans-unit id="BuildResult_Failed">
<source>failed</source>
<target state="new">failed</target>
<note>
Part of Live Logger summary message: "Build {BuildResult_X} in {duration}s"
</note>
</trans-unit>
<trans-unit id="BuildResult_FailedWithErrors">
<source>failed with errors</source>
<target state="new">failed with errors</target>
<note>
Part of Live Logger summary message: "Build {BuildResult_X} in {duration}s"
</note>
</trans-unit>
<trans-unit id="BuildResult_FailedWithWarnings">
<source>failed with warnings</source>
<target state="new">failed with warnings</target>
<note>
Part of Live Logger summary message: "Build {BuildResult_X} in {duration}s"
</note>
</trans-unit>
<trans-unit id="BuildResult_Succeeded">
<source>succeeded</source>
<target state="new">succeeded</target>
<note>
Part of Live Logger summary message: "Build {BuildResult_X} in {duration}s"
</note>
</trans-unit>
<trans-unit id="BuildResult_SucceededWithWarnings">
<source>succeeded with warnings</source>
<target state="new">succeeded with warnings</target>
<note>
Part of Live Logger summary message: "Build {BuildResult_X} in {duration}s"
</note>
</trans-unit>
<trans-unit id="CommandLine">
<source>Command line arguments = "{0}"</source>
@ -72,30 +28,13 @@
<target state="translated">MSBUILD : error MSB1027: -noAutoResponse 參數不能在 MSBuild.rsp 自動回應檔中指定,也不能在自動回應檔所參考的任何回應檔中指定。</target>
<note>{StrBegin="MSBUILD : error MSB1027: "}LOCALIZATION: The prefix "MSBUILD : error MSBxxxx:", "-noAutoResponse" and "MSBuild.rsp" should not be localized.</note>
</trans-unit>
<trans-unit id="HelpMessage_41_QuestionSwitch">
<source> -question
(Experimental) Question whether there is any build work.
MSBuild will error out when it detects a target or task
that can be incremental (has inputs and outputs),
but isn't up to date.
(Short form: -q)
</source>
<target state="new"> -question
(Experimental) Question whether there is any build work.
MSBuild will error out when it detects a target or task
that can be incremental (has inputs and outputs),
but isn't up to date.
(Short form: -q)
</target>
<note>
LOCALIZATION: "MSBuild" should not be localized.
LOCALIZATION: "-question" and "-q" should not be localized.
LOCALIZATION: None of the lines should be longer than a standard width console window, eg 80 chars.
</note>
</trans-unit>
<trans-unit id="MSBuildVersionMessage">
<source>MSBuild version {0} for {1}</source>
<target state="new">MSBuild version {0} for {1}</target>
<trans-unit id="CopyrightMessage">
<source>Microsoft (R) Build Engine version {0} for {1}
Copyright (C) Microsoft Corporation. All rights reserved.
</source>
<target state="translated">Microsoft (R) Build Engine for {1} {0} 版
Copyright (C) Microsoft Corporation. 著作權所有,並保留一切權利。
</target>
<note>LOCALIZATION: {0} contains the DLL version number. {1} contains the name of a runtime, like ".NET Framework", ".NET Core", or "Mono"</note>
</trans-unit>
<trans-unit id="CurrentDirectory">
@ -195,18 +134,9 @@
</note>
</trans-unit>
<trans-unit id="HelpMessage_35_IsolateProjectsSwitch">
<source> -isolateProjects[:True|MessageUponIsolationViolation|False]
<source> -isolateProjects[:True|False]
Causes MSBuild to build each project in isolation.
When set to "MessageUponIsolationViolation" (or its short
form "Message"), only the results from top-level targets
are serialized if the -outputResultsCache switch is
supplied. This is to mitigate the chances of an
isolation-violating target on a dependency project using
incorrect state due to its dependency on a cached target
whose side effects would not be taken into account.
(For example, the definition of a property.)
This is a more restrictive mode of MSBuild as it requires
that the project graph be statically discoverable at
evaluation time, but can improve scheduling and reduce
@ -215,25 +145,16 @@
This flag is experimental and may not work as intended.
</source>
<target state="new"> -isolateProjects[:True|MessageUponIsolationViolation|False]
Causes MSBuild to build each project in isolation.
<target state="translated"> -isolateProjects[:True|False]
引發 MSBuild 獨立建置各個專案。
When set to "MessageUponIsolationViolation" (or its short
form "Message"), only the results from top-level targets
are serialized if the -outputResultsCache switch is
supplied. This is to mitigate the chances of an
isolation-violating target on a dependency project using
incorrect state due to its dependency on a cached target
whose side effects would not be taken into account.
(For example, the definition of a property.)
這是限制度較高的 MSBuild 模式,因為
專案圖形會需要在評估階段可供靜態探索,
但能在建置一組大量專案時改善排程
及降低記憶體額外負荷。
(簡短形式: -isolate)
This is a more restrictive mode of MSBuild as it requires
that the project graph be statically discoverable at
evaluation time, but can improve scheduling and reduce
memory overhead when building a large set of projects.
(Short form: -isolate)
This flag is experimental and may not work as intended.
這是實驗性的旗標,運作情形可能不如預期。
</target>
<note>
LOCALIZATION: "MSBuild" should not be localized.
@ -339,7 +260,8 @@
</note>
</trans-unit>
<trans-unit id="HelpMessage_40_WarnNotAsErrorSwitch">
<source> -warnNotAsError[:code[;code2]]
<source>
-warnNotAsError[:code[;code2]]
List of warning codes to treats not treat as errors.
Use a semicolon or a comma to separate
multiple warning codes. Has no effect if the -warnaserror
@ -348,13 +270,14 @@
Example:
-warnNotAsError:MSB3026
</source>
<target state="new"> -warnNotAsError[:code[;code2]]
List of warning codes to treats not treat as errors.
Use a semicolon or a comma to separate
multiple warning codes. Has no effect if the -warnaserror
switch is not set.
<target state="translated">
-warnNotAsError[:code[;code2]]
要視為不視為錯誤的警告碼清單。
使用分號或逗號分隔
多個警告碼。如果 -warnaserror 沒有作用
未設定切換參數。
Example:
範例:
-warnNotAsError:MSB3026
</target>
<note>
@ -586,48 +509,44 @@
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
Verbosity--overrides the -verbosity setting for this
logger.
Example:
-consoleLoggerParameters:PerformanceSummary;NoSummary;
Verbosity=minimal
</source>
<target state="new"> -consoleLoggerParameters:&lt;parameters&gt;
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:
<target state="translated"> -consoleLoggerParameters:&lt;參數&gt;
主控台記錄器的參數。(簡短形式: -clp)
可用的參數為:
PerformanceSummary--顯示工作、目標
及專案所花費的時間。
Summary--結束時顯示錯誤與警告摘要。
NoSummary--結束時不顯示錯誤
與警告摘要。
ErrorsOnly--只顯示錯誤。
WarningsOnly--只顯示警告。
NoItemAndPropertyList--不在每個專案開始建置時,
顯示項目與屬性清單。
ShowCommandLine--顯示 TaskCommandLineEvent 訊息
ShowTimestamp--在所有訊息開頭顯示
時間戳記。
ShowEventId--顯示已開始之事件、已完成之事件
以及訊息的事件識別碼
ForceNoAlign--不將文字調整成主控台
緩衝區的大小
DisableConsoleColor--為所有記錄訊息使用預設的
主控台色彩。
DisableMPLogging-- 在非多處理器模式下執行時,
停用輸出的多處理器
記錄樣式。
EnableMPLogging--在非多處理器模式下執行時,
啟用多處理器記錄樣式。
此記錄樣式預設為啟用。
ForceConsoleColor--即使主控台不支援 ANSI 主控台色彩,
也一律使用該色彩
Verbosity--覆寫此記錄器的 -verbosity
設定。
範例:
-consoleLoggerParameters:PerformanceSummary;NoSummary;
Verbosity=minimal
</target>
@ -725,13 +644,15 @@
<trans-unit id="HelpMessage_InputCachesFiles">
<source> -inputResultsCaches:&lt;cacheFile&gt;...
Semicolon separated list of input cache files that MSBuild
will read build results from. If -isolateProjects is set
to False, this sets it to True. (short form: -irc)
will read build results from.
Setting this also turns on isolated builds (-isolate).
(short form: -irc)
</source>
<target state="new"> -inputResultsCaches:&lt;cacheFile&gt;...
Semicolon separated list of input cache files that MSBuild
will read build results from. If -isolateProjects is set
to False, this sets it to True. (short form: -irc)
<target state="translated"> -inputResultsCaches:&lt;快取檔案&gt;...
以分號分隔的輸入快取檔案
(MSBuild 將會從此檔案讀取建置結果) 清單。
設定此項目也會開啟隔離式建置 (-isolate)。
(簡短形式: -irc)
</target>
<note>
LOCALIZATION: The following should not be localized: MSBuild, -isolate
@ -742,14 +663,14 @@
<source> -outputResultsCache:[cacheFile]
Output cache file where MSBuild will write the contents of
its build result caches at the end of the build.
If -isolateProjects is set to False, this sets it to True.
Setting this also turns on isolated builds (-isolate).
(short form: -orc)
</source>
<target state="new"> -outputResultsCache:[cacheFile]
Output cache file where MSBuild will write the contents of
its build result caches at the end of the build.
If -isolateProjects is set to False, this sets it to True.
(short form: -orc)
<target state="translated"> -outputResultsCache:[cacheFile]
MSBuild 要在組建結束時寫入
其組建結果快取內容的目標輸出快取檔案。
設定此項也會開啟隔離組建 (-isolate)。
(簡短格式: -orc)
</target>
<note>
LOCALIZATION: The following should not be localized: MSBuild, -isolate
@ -1107,8 +1028,7 @@
<note>
{StrBegin="MSBUILD : error MSB1056: "}
UE: This message does not need in-line parameters because the exception takes care of displaying the invalid arg.
This error is shown when a user specifies a value for the -isolateProjects parameter that is not equivalent
to Boolean.TrueString, nameof(ProjectIsolationMode.MessageUponIsolationViolation), or Boolean.FalseString.
This error is shown when a user specifies a value for the -isolateProjects parameter that is not equivalent to Boolean.TrueString or Boolean.FalseString.
LOCALIZATION: The prefix "MSBUILD : error MSBxxxx:" should not be localized.
</note>
</trans-unit>
@ -1370,60 +1290,6 @@
<target state="translated">流程 = "{0}"</target>
<note />
</trans-unit>
<trans-unit id="ProjectBuilding_NoTF">
<source>{0}{1} {2} ({3}s)</source>
<target state="new">{0}{1} {2} ({3}s)</target>
<note>
Project building.
{0}: indentation - few spaces to visually indent row
{1}: project name
{2}: target
{3}: duration in seconds with 1 decimal point
</note>
</trans-unit>
<trans-unit id="ProjectBuilding_WithTF">
<source>{0}{1} {2} {3} ({4}s)</source>
<target state="new">{0}{1} {2} {3} ({4}s)</target>
<note>
Project building including target framework information.
{0}: indentation - few spaces to visually indent row
{1}: project name
{2}: target framework
{3}: target
{4}: duration in seconds with 1 decimal point
</note>
</trans-unit>
<trans-unit id="ProjectFinished_NoTF">
<source>{0}{1} {2} ({3}s)</source>
<target state="new">{0}{1} {2} ({3}s)</target>
<note>
Project finished summary.
{0}: indentation - few spaces to visually indent row
{1}: project name
{2}: BuildResult_{X}
{3}: duration in seconds with 1 decimal point
</note>
</trans-unit>
<trans-unit id="ProjectFinished_OutputPath">
<source> → {0}</source>
<target state="new"> → {0}</target>
<note>
Info about project output - when known. Printed after ProjectFinished_NoTF or ProjectFinished_WithTF.
{0}: VT100 coded hyperlink to project output directory
</note>
</trans-unit>
<trans-unit id="ProjectFinished_WithTF">
<source>{0}{1} {2} {3} ({4}s)</source>
<target state="new">{0}{1} {2} {3} ({4}s)</target>
<note>
Project finished summary including target framework information.
{0}: indentation - few spaces to visually indent row
{1}: project name
{2}: target framework
{3}: BuildResult_{X}
{4}: duration in seconds with 1 decimal point
</note>
</trans-unit>
<trans-unit id="ProjectNotFoundError">
<source>MSBUILD : error MSB1009: Project file does not exist.</source>
<target state="translated">MSBUILD : error MSB1009: 專案檔不存在。</target>
@ -1469,22 +1335,6 @@
<target state="translated">'{0}' 來自 '{1}'</target>
<note>
These are response file switches with the location of the response file on disk.
</note>
</trans-unit>
<trans-unit id="RestoreComplete">
<source>Restore complete ({0}s)</source>
<target state="new">Restore complete ({0}s)</target>
<note>
{0}: duration in seconds with 1 decimal point
</note>
</trans-unit>
<trans-unit id="RestoreCompleteWithMessage">
<source>Restore {0} in {1}s</source>
<target state="new">Restore {0} in {1}s</target>
<note>
Restore summary when finished with warning or error
{0}: BuildResult_X (below)
{1}: duration in seconds with 1 decimal point
</note>
</trans-unit>
<trans-unit id="SchemaFileLocation">
@ -1546,11 +1396,6 @@
<target state="translated">MSBUILD : error MSB1015: MSBuild 不會在此版本的作業系統上執行。只有在 Windows 7 及更新版本才受支援。</target>
<note>{StrBegin="MSBUILD : error MSB1015: "}LOCALIZATION: The error prefix "MSBUILD : error MSBxxxx:" should not be localized.</note>
</trans-unit>
<trans-unit id="UnsupportedSwitchForSolutionFiles">
<source>The '{0}' switch is not supported for solution files.</source>
<target state="new">The '{0}' switch is not supported for solution files.</target>
<note />
</trans-unit>
<trans-unit id="Using35Engine">
<source>Forcing load of Microsoft.Build.Engine because MSBUILDOLDOM=1...</source>
<target state="translated">正在強制載入 Microsoft.Build.Engine因為 MSBUILDOLDOM=1...</target>

4
src/Shared/Resources/xlf/Strings.shared.cs.xlf сгенерированный
Просмотреть файл

@ -309,8 +309,8 @@
<note />
</trans-unit>
<trans-unit id="WildcardResultsInDriveEnumeration">
<source>MSB5029: The value "{0}" of the "{1}" attribute in element &lt;{2}&gt; in file "{3}" is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined.</source>
<target state="new">MSB5029: The value "{0}" of the "{1}" attribute in element &lt;{2}&gt; in file "{3}" is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined.</target>
<source>MSB5029: The value "{0}" of the "{1}" attribute in element &lt;{2}&gt; is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined.</source>
<target state="translated">MSB5029: Hodnota {0} atributu {1} v elementu &lt;{2}&gt; je zástupný znak, jehož výsledkem je výčet všech souborů na jednotce, což pravděpodobně nebylo zamýšleno. Zkontrolujte, jestli jsou odkazované vlastnosti vždy definovány.</target>
<note>{StrBegin="MSB5029: "}UE: This is a generic message that is displayed when we find a project element that has a drive enumerating wildcard value for one of its
attributes e.g. &lt;Compile Include="$(NotAlwaysDefined)\**\*.cs"&gt; -- if the property is undefined, the value of Include should not result in enumerating all files on drive.</note>
</trans-unit>

4
src/Shared/Resources/xlf/Strings.shared.de.xlf сгенерированный
Просмотреть файл

@ -309,8 +309,8 @@
<note />
</trans-unit>
<trans-unit id="WildcardResultsInDriveEnumeration">
<source>MSB5029: The value "{0}" of the "{1}" attribute in element &lt;{2}&gt; in file "{3}" is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined.</source>
<target state="new">MSB5029: The value "{0}" of the "{1}" attribute in element &lt;{2}&gt; in file "{3}" is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined.</target>
<source>MSB5029: The value "{0}" of the "{1}" attribute in element &lt;{2}&gt; is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined.</source>
<target state="translated">MSB5029: Der Wert „{0}“ des Attributs „{1}“ im Element &lt;{2}&gt; ist ein Platzhalter, der dazu führt, dass alle Dateien auf dem Laufwerk aufgezählt werden, was wahrscheinlich nicht beabsichtigt war. Überprüfen Sie, ob Eigenschaften, auf die verwiesen wird, immer definiert sind.</target>
<note>{StrBegin="MSB5029: "}UE: This is a generic message that is displayed when we find a project element that has a drive enumerating wildcard value for one of its
attributes e.g. &lt;Compile Include="$(NotAlwaysDefined)\**\*.cs"&gt; -- if the property is undefined, the value of Include should not result in enumerating all files on drive.</note>
</trans-unit>

4
src/Shared/Resources/xlf/Strings.shared.es.xlf сгенерированный
Просмотреть файл

@ -309,8 +309,8 @@
<note />
</trans-unit>
<trans-unit id="WildcardResultsInDriveEnumeration">
<source>MSB5029: The value "{0}" of the "{1}" attribute in element &lt;{2}&gt; in file "{3}" is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined.</source>
<target state="new">MSB5029: The value "{0}" of the "{1}" attribute in element &lt;{2}&gt; in file "{3}" is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined.</target>
<source>MSB5029: The value "{0}" of the "{1}" attribute in element &lt;{2}&gt; is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined.</source>
<target state="translated">MSB5029: El valor "{0}" del atributo "{1}" en el elemento &lt;{2}&gt; es un carácter comodín que da como resultado la enumeración de todos los archivos de la unidad, lo que probablemente no estaba previsto. Compruebe que siempre se definan las propiedades a las que se hace referencia.</target>
<note>{StrBegin="MSB5029: "}UE: This is a generic message that is displayed when we find a project element that has a drive enumerating wildcard value for one of its
attributes e.g. &lt;Compile Include="$(NotAlwaysDefined)\**\*.cs"&gt; -- if the property is undefined, the value of Include should not result in enumerating all files on drive.</note>
</trans-unit>

4
src/Shared/Resources/xlf/Strings.shared.fr.xlf сгенерированный
Просмотреть файл

@ -309,8 +309,8 @@
<note />
</trans-unit>
<trans-unit id="WildcardResultsInDriveEnumeration">
<source>MSB5029: The value "{0}" of the "{1}" attribute in element &lt;{2}&gt; in file "{3}" is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined.</source>
<target state="new">MSB5029: The value "{0}" of the "{1}" attribute in element &lt;{2}&gt; in file "{3}" is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined.</target>
<source>MSB5029: The value "{0}" of the "{1}" attribute in element &lt;{2}&gt; is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined.</source>
<target state="translated">MSB5029: La valeur "{0}" de l'attribut "{1}" de l'élément &lt;{2}&gt; est un caractère générique qui entraîne l'énumération de tous les fichiers du lecteur, ce qui n'était probablement pas prévu. Vérifiez que les propriétés référencées sont toujours définies.</target>
<note>{StrBegin="MSB5029: "}UE: This is a generic message that is displayed when we find a project element that has a drive enumerating wildcard value for one of its
attributes e.g. &lt;Compile Include="$(NotAlwaysDefined)\**\*.cs"&gt; -- if the property is undefined, the value of Include should not result in enumerating all files on drive.</note>
</trans-unit>

4
src/Shared/Resources/xlf/Strings.shared.it.xlf сгенерированный
Просмотреть файл

@ -309,8 +309,8 @@
<note />
</trans-unit>
<trans-unit id="WildcardResultsInDriveEnumeration">
<source>MSB5029: The value "{0}" of the "{1}" attribute in element &lt;{2}&gt; in file "{3}" is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined.</source>
<target state="new">MSB5029: The value "{0}" of the "{1}" attribute in element &lt;{2}&gt; in file "{3}" is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined.</target>
<source>MSB5029: The value "{0}" of the "{1}" attribute in element &lt;{2}&gt; is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined.</source>
<target state="translated">MSB5029: il valore "{0}" dell'attributo "{1}" nell'elemento &lt;{2}&gt; è un carattere jolly che determina l'enumerazione di tutti i file nell'unità, che probabilmente non era previsto. Verificare che le proprietà di riferimento siano sempre definite.</target>
<note>{StrBegin="MSB5029: "}UE: This is a generic message that is displayed when we find a project element that has a drive enumerating wildcard value for one of its
attributes e.g. &lt;Compile Include="$(NotAlwaysDefined)\**\*.cs"&gt; -- if the property is undefined, the value of Include should not result in enumerating all files on drive.</note>
</trans-unit>

4
src/Shared/Resources/xlf/Strings.shared.ja.xlf сгенерированный
Просмотреть файл

@ -309,8 +309,8 @@
<note />
</trans-unit>
<trans-unit id="WildcardResultsInDriveEnumeration">
<source>MSB5029: The value "{0}" of the "{1}" attribute in element &lt;{2}&gt; in file "{3}" is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined.</source>
<target state="new">MSB5029: The value "{0}" of the "{1}" attribute in element &lt;{2}&gt; in file "{3}" is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined.</target>
<source>MSB5029: The value "{0}" of the "{1}" attribute in element &lt;{2}&gt; is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined.</source>
<target state="translated">MSB5029: 要素 &lt;{2}&gt; の "{1}" 属性の値 "{0}" はワイルドカードであり、ドライブ上のすべてのファイルが列挙され、それは意図されていない模様です。参照されるプロパティが常に定義されていることを確認してください。</target>
<note>{StrBegin="MSB5029: "}UE: This is a generic message that is displayed when we find a project element that has a drive enumerating wildcard value for one of its
attributes e.g. &lt;Compile Include="$(NotAlwaysDefined)\**\*.cs"&gt; -- if the property is undefined, the value of Include should not result in enumerating all files on drive.</note>
</trans-unit>

4
src/Shared/Resources/xlf/Strings.shared.ko.xlf сгенерированный
Просмотреть файл

@ -309,8 +309,8 @@
<note />
</trans-unit>
<trans-unit id="WildcardResultsInDriveEnumeration">
<source>MSB5029: The value "{0}" of the "{1}" attribute in element &lt;{2}&gt; in file "{3}" is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined.</source>
<target state="new">MSB5029: The value "{0}" of the "{1}" attribute in element &lt;{2}&gt; in file "{3}" is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined.</target>
<source>MSB5029: The value "{0}" of the "{1}" attribute in element &lt;{2}&gt; is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined.</source>
<target state="translated">MSB5029: &lt;{2}&gt; 요소의 "{1}" 특성의 값 "{0}"은(는) 의도하지 않은 드라이브의 모든 파일을 열거하는 와일드카드입니다. 참조된 속성이 항상 정의되어 있는지 확인하세요.</target>
<note>{StrBegin="MSB5029: "}UE: This is a generic message that is displayed when we find a project element that has a drive enumerating wildcard value for one of its
attributes e.g. &lt;Compile Include="$(NotAlwaysDefined)\**\*.cs"&gt; -- if the property is undefined, the value of Include should not result in enumerating all files on drive.</note>
</trans-unit>

4
src/Shared/Resources/xlf/Strings.shared.pl.xlf сгенерированный
Просмотреть файл

@ -309,8 +309,8 @@
<note />
</trans-unit>
<trans-unit id="WildcardResultsInDriveEnumeration">
<source>MSB5029: The value "{0}" of the "{1}" attribute in element &lt;{2}&gt; in file "{3}" is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined.</source>
<target state="new">MSB5029: The value "{0}" of the "{1}" attribute in element &lt;{2}&gt; in file "{3}" is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined.</target>
<source>MSB5029: The value "{0}" of the "{1}" attribute in element &lt;{2}&gt; is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined.</source>
<target state="translated">MSB5029: Wartość „{0}” atrybutu „{1}” w elemencie &lt;{2}&gt; jest symbolem wieloznacznym, który powoduje wyliczenie wszystkich plików na dysku, co prawdopodobnie nie było zamierzone. Sprawdź, czy przywoływane właściwości są zawsze zdefiniowane.</target>
<note>{StrBegin="MSB5029: "}UE: This is a generic message that is displayed when we find a project element that has a drive enumerating wildcard value for one of its
attributes e.g. &lt;Compile Include="$(NotAlwaysDefined)\**\*.cs"&gt; -- if the property is undefined, the value of Include should not result in enumerating all files on drive.</note>
</trans-unit>

4
src/Shared/Resources/xlf/Strings.shared.pt-BR.xlf сгенерированный
Просмотреть файл

@ -309,8 +309,8 @@
<note />
</trans-unit>
<trans-unit id="WildcardResultsInDriveEnumeration">
<source>MSB5029: The value "{0}" of the "{1}" attribute in element &lt;{2}&gt; in file "{3}" is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined.</source>
<target state="new">MSB5029: The value "{0}" of the "{1}" attribute in element &lt;{2}&gt; in file "{3}" is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined.</target>
<source>MSB5029: The value "{0}" of the "{1}" attribute in element &lt;{2}&gt; is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined.</source>
<target state="translated">MSB5029: O valor "{0}" do atributo "{1}" no elemento &lt;{2}&gt; é um curinga que resulta na enumeração de todos os arquivos na unidade, o que provavelmente não foi pretendido. Verifique se as propriedades referenciadas estão sempre definidas.</target>
<note>{StrBegin="MSB5029: "}UE: This is a generic message that is displayed when we find a project element that has a drive enumerating wildcard value for one of its
attributes e.g. &lt;Compile Include="$(NotAlwaysDefined)\**\*.cs"&gt; -- if the property is undefined, the value of Include should not result in enumerating all files on drive.</note>
</trans-unit>

4
src/Shared/Resources/xlf/Strings.shared.ru.xlf сгенерированный
Просмотреть файл

@ -309,8 +309,8 @@
<note />
</trans-unit>
<trans-unit id="WildcardResultsInDriveEnumeration">
<source>MSB5029: The value "{0}" of the "{1}" attribute in element &lt;{2}&gt; in file "{3}" is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined.</source>
<target state="new">MSB5029: The value "{0}" of the "{1}" attribute in element &lt;{2}&gt; in file "{3}" is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined.</target>
<source>MSB5029: The value "{0}" of the "{1}" attribute in element &lt;{2}&gt; is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined.</source>
<target state="translated">MSB5029: значение "{0}" атрибута "{1}" в элементе &lt;{2}&gt; является подстановочным знаком, который приводит к перечислению всех файлов на диске, что, скорее всего, не предполагалось. Убедитесь, что свойства, на которые имеются ссылки, всегда определены.</target>
<note>{StrBegin="MSB5029: "}UE: This is a generic message that is displayed when we find a project element that has a drive enumerating wildcard value for one of its
attributes e.g. &lt;Compile Include="$(NotAlwaysDefined)\**\*.cs"&gt; -- if the property is undefined, the value of Include should not result in enumerating all files on drive.</note>
</trans-unit>

4
src/Shared/Resources/xlf/Strings.shared.tr.xlf сгенерированный
Просмотреть файл

@ -309,8 +309,8 @@
<note />
</trans-unit>
<trans-unit id="WildcardResultsInDriveEnumeration">
<source>MSB5029: The value "{0}" of the "{1}" attribute in element &lt;{2}&gt; in file "{3}" is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined.</source>
<target state="new">MSB5029: The value "{0}" of the "{1}" attribute in element &lt;{2}&gt; in file "{3}" is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined.</target>
<source>MSB5029: The value "{0}" of the "{1}" attribute in element &lt;{2}&gt; is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined.</source>
<target state="translated">MSB5029: &lt;{2}&gt; öğesindeki "{1}" özniteliğinin "{0}" değeri, sürücüdeki tüm dosyaların numaralandırılmasıyla sonuçlanan (büyük olasılıkla bunun olması amaçlanmıyordu) bir joker karakterdir. Başvurulan özelliklerin her zaman tanımlı olduğundan emin olun.</target>
<note>{StrBegin="MSB5029: "}UE: This is a generic message that is displayed when we find a project element that has a drive enumerating wildcard value for one of its
attributes e.g. &lt;Compile Include="$(NotAlwaysDefined)\**\*.cs"&gt; -- if the property is undefined, the value of Include should not result in enumerating all files on drive.</note>
</trans-unit>

4
src/Shared/Resources/xlf/Strings.shared.zh-Hans.xlf сгенерированный
Просмотреть файл

@ -309,8 +309,8 @@
<note />
</trans-unit>
<trans-unit id="WildcardResultsInDriveEnumeration">
<source>MSB5029: The value "{0}" of the "{1}" attribute in element &lt;{2}&gt; in file "{3}" is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined.</source>
<target state="new">MSB5029: The value "{0}" of the "{1}" attribute in element &lt;{2}&gt; in file "{3}" is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined.</target>
<source>MSB5029: The value "{0}" of the "{1}" attribute in element &lt;{2}&gt; is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined.</source>
<target state="translated">MSB5029: 元素 &lt;{2}&gt; 中“{1}”属性的值“{0}”是通配符,可导致枚举驱动器上的所有文件,这可能不是预期的行为。请检查是否始终定义了所引用的属性。</target>
<note>{StrBegin="MSB5029: "}UE: This is a generic message that is displayed when we find a project element that has a drive enumerating wildcard value for one of its
attributes e.g. &lt;Compile Include="$(NotAlwaysDefined)\**\*.cs"&gt; -- if the property is undefined, the value of Include should not result in enumerating all files on drive.</note>
</trans-unit>

4
src/Shared/Resources/xlf/Strings.shared.zh-Hant.xlf сгенерированный
Просмотреть файл

@ -309,8 +309,8 @@
<note />
</trans-unit>
<trans-unit id="WildcardResultsInDriveEnumeration">
<source>MSB5029: The value "{0}" of the "{1}" attribute in element &lt;{2}&gt; in file "{3}" is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined.</source>
<target state="new">MSB5029: The value "{0}" of the "{1}" attribute in element &lt;{2}&gt; in file "{3}" is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined.</target>
<source>MSB5029: The value "{0}" of the "{1}" attribute in element &lt;{2}&gt; is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined.</source>
<target state="translated">MSB5029: 元素 &lt;{2}&gt; 中「{1}」屬性的值「{0}」是萬用字元,導致列舉磁碟機上的所有檔案,這很可能不是預期的結果。檢查是否一直定義參考屬性。</target>
<note>{StrBegin="MSB5029: "}UE: This is a generic message that is displayed when we find a project element that has a drive enumerating wildcard value for one of its
attributes e.g. &lt;Compile Include="$(NotAlwaysDefined)\**\*.cs"&gt; -- if the property is undefined, the value of Include should not result in enumerating all files on drive.</note>
</trans-unit>

88
src/Tasks/Resources/xlf/Strings.cs.xlf сгенерированный
Просмотреть файл

@ -186,11 +186,6 @@
<target state="translated">MSB3893: Nedá se použít odkaz pro kopírování {0} do {1}.</target>
<note>{StrBegin="MSB3893: "} LOCALIZATION: {0} and {1} are paths.</note>
</trans-unit>
<trans-unit id="Copy.NonWindowsLinkErrorMessage">
<source>The {0} library call failed with the following error code: {1}.</source>
<target state="new">The {0} library call failed with the following error code: {1}.</target>
<note />
</trans-unit>
<trans-unit id="Copy.RetryingAsFileCopy">
<source>Could not use a link to copy "{0}" to "{1}". Copying the file instead. {2}</source>
<target state="translated">Nedá se použít odkaz pro kopírování {0} do {1}. Místo toho se kopíruje soubor. {2}</target>
@ -206,11 +201,6 @@
<target state="translated">Probíhá odebírání atributu pouze pro čtení z položky {0}.</target>
<note />
</trans-unit>
<trans-unit id="Copy.RetryingAsSymbolicLink">
<source>Could not use a hard link to copy "{0}" to "{1}". Copying the file with symbolic link instead. {2}</source>
<target state="new">Could not use a hard link to copy "{0}" to "{1}". Copying the file with symbolic link instead. {2}</target>
<note>LOCALIZATION: {0} and {1} are paths. {2} is an optional localized message.</note>
</trans-unit>
<trans-unit id="Copy.SourceIsDirectory">
<source>MSB3025: The source file "{0}" is actually a directory. The "Copy" task does not support copying directories.</source>
<target state="translated">MSB3025: Zdrojový soubor {0} je ve skutečnosti adresář. Úloha kopírování nepodporuje kopírování adresářů.</target>
@ -306,21 +296,6 @@
<target state="translated">MSB3061: Nelze odstranit soubor {0}. {1}</target>
<note>{StrBegin="MSB3061: "}</note>
</trans-unit>
<trans-unit id="Delete.InvalidRetryCount">
<source>MSB3028: {0} is an invalid retry count. Value must not be negative.</source>
<target state="new">MSB3028: {0} is an invalid retry count. Value must not be negative.</target>
<note>{StrBegin="MSB3028: "} LOCALIZATION: {0} is a number.</note>
</trans-unit>
<trans-unit id="Delete.InvalidRetryDelay">
<source>MSB3029: {0} is an invalid retry delay. Value must not be negative.</source>
<target state="new">MSB3029: {0} is an invalid retry delay. Value must not be negative.</target>
<note>{StrBegin="MSB3029: "} LOCALIZATION: {0} is a number.</note>
</trans-unit>
<trans-unit id="Delete.Retrying">
<source>MSB3062: Could not delete file "{0}". Beginning retry {1} in {2}ms. {3}</source>
<target state="new">MSB3062: Could not delete file "{0}". Beginning retry {1} in {2}ms. {3}</target>
<note>{StrBegin="MSB3062: "} LOCALIZATION: {0} are paths. {1} and {2} are numbers. {3} is an optional localized message.</note>
</trans-unit>
<trans-unit id="Delete.SkippingNonexistentFile">
<source>File "{0}" doesn't exist. Skipping.</source>
<target state="translated">Soubor {0} neexistuje. Bude vynechán.</target>
@ -624,11 +599,6 @@
<target state="translated">MSB3094: Položka {2} odkazuje na {0} položek a položka {3} odkazuje na {1} položek. Musí mít stejný počet položek.</target>
<note>{StrBegin="MSB3094: "}</note>
</trans-unit>
<trans-unit id="GenerateBindingRedirects.CreatingBindingRedirectionFile">
<source>Creating binding redirection file "{0}".</source>
<target state="new">Creating binding redirection file "{0}".</target>
<note />
</trans-unit>
<trans-unit id="GenerateBindingRedirects.MissingConfigurationNode">
<source>MSB3831: The application configuration file must have root configuration element.</source>
<target state="translated">MSB3831: Konfigurační soubor aplikace musí mít kořenový element konfigurace.</target>
@ -1044,13 +1014,6 @@
<target state="translated">MSB3190: Funkce ClickOnce nepodporuje požadovanou úroveň provedení {0}.</target>
<note>{StrBegin="MSB3190: "}</note>
</trans-unit>
<trans-unit id="GenerateResource.BinaryFormatterUse">
<source>MSB3825: Resource "{0}" of type "{1}" is deserialized via BinaryFormatter at runtime. BinaryFormatter is deprecated due to possible security risks and will be removed with .NET 9. If you wish to continue using it, set property "GenerateResourceWarnOnBinaryFormatterUse" to false.
More information: https://learn.microsoft.com/dotnet/standard/serialization/binaryformatter-security-guide</source>
<target state="new">MSB3825: Resource "{0}" of type "{1}" is deserialized via BinaryFormatter at runtime. BinaryFormatter is deprecated due to possible security risks and will be removed with .NET 9. If you wish to continue using it, set property "GenerateResourceWarnOnBinaryFormatterUse" to false.
More information: https://learn.microsoft.com/dotnet/standard/serialization/binaryformatter-security-guide</target>
<note>{StrBegin="MSB3825: "}</note>
</trans-unit>
<trans-unit id="GenerateResource.CoreSupportsLimitedScenarios">
<source>MSB3824: In order to build with .NET Core, resource inputs must be in .txt or .resx format.</source>
<target state="translated">MSB3824: Aby bylo možné provést sestavení pomocí .NET Core, musí být vstupy prostředků ve formátu .txt nebo .resx.</target>
@ -1399,15 +1362,10 @@
<note>{StrBegin="MSB3981: "}</note>
</trans-unit>
<trans-unit id="GetCompatiblePlatform.NoPlatformsListed">
<source>MSB3982: EnableDynamicPlatformResolution is true but referenced project '{0}' has no 'Platforms' or 'Platform' metadata set. It will be built without a specified platform.</source>
<target state="new">MSB3982: EnableDynamicPlatformResolution is true but referenced project '{0}' has no 'Platforms' or 'Platform' metadata set. It will be built without a specified platform.</target>
<source>MSB3982: EnableDynamicPlatformResolution is true but referenced project '{0}' has no 'Platforms' metadata set. It will be built without a specified platform.</source>
<target state="translated">MSB3982: EnableDynamicPlatformResolution je true, ale odkazovaný projekt {0} nemá nastavená metadata pro platformy. Sestaví se bez zadané platformy.</target>
<note>{StrBegin="MSB3982: "}</note>
</trans-unit>
<trans-unit id="GetCompatiblePlatform.ReferencedProjectHasDefinitivePlatform">
<source>Platform property of referenced project '{0}' matches current project's platform: '{1}'. Referenced project will be built without a global Platform property.</source>
<target state="new">Platform property of referenced project '{0}' matches current project's platform: '{1}'. Referenced project will be built without a global Platform property.</target>
<note />
</trans-unit>
<trans-unit id="GetCompatiblePlatform.SamePlatform">
<source>ProjectReference and current project have the same platform.</source>
<target state="translated">ProjectReference a aktuální projekt mají stejnou platformu.</target>
@ -1589,11 +1547,6 @@
<target state="translated">MSB3216: Nelze zaregistrovat sestavení {0}. Byl odepřen přístup. Zkontrolujte, zda spouštíte aplikaci jako správce. {1}</target>
<note>{StrBegin="MSB3216: "}</note>
</trans-unit>
<trans-unit id="RemoveDir.EmptyPath">
<source>MSB3232: An empty directory was passed to RemoveDir and was ignored.</source>
<target state="new">MSB3232: An empty directory was passed to RemoveDir and was ignored.</target>
<note>{StrBegin="MSB3232: "}</note>
</trans-unit>
<trans-unit id="RemoveDir.Error">
<source>MSB3231: Unable to remove directory "{0}". {1}</source>
<target state="translated">MSB3231: Nelze odebrat adresář {0}. {1}</target>
@ -1649,13 +1602,6 @@
<target state="translated">Umístění AssemblyFoldersEx: {0}</target>
<note />
</trans-unit>
<trans-unit id="ResolveAssemblyReference.NoBecauseBadImage">
<source>This reference is not "CopyLocal" because it is a bad image. It may be a native binary, or it may not be an assembly at all.</source>
<target state="new">This reference is not "CopyLocal" because it is a bad image. It may be a native binary, or it may not be an assembly at all.</target>
<note>
LOCALIZATION: Please don't localize "CopyLocal" this is an item meta-data name.
</note>
</trans-unit>
<trans-unit id="ResolveAssemblyReference.SearchedAssemblyFoldersEx">
<source>Considered AssemblyFoldersEx locations.</source>
<target state="translated">Byla uvažována umístění AssemblyFoldersEx.</target>
@ -2145,11 +2091,6 @@
<target state="translated">Název redistribučního balíčku v elementu FileList v souboru seznamu redistribučního balíčku {0} je null nebo prázdný. Název redistribučního balíčku nesmí být null ani prázdný.</target>
<note />
</trans-unit>
<trans-unit id="ResolveAssemblyReference.WritingCacheFile">
<source>Updating assembly cache file "{0}".</source>
<target state="new">Updating assembly cache file "{0}".</target>
<note />
</trans-unit>
<trans-unit id="ResolveComReference.TreatingTlbOfActiveXAsNonEmbedded">
<source>COM Reference '{0}' is the interop assembly for ActiveX control '{1}' but was marked to be linked by the compiler with the /link flag. This COM reference will be treated as a reference and will not be linked.</source>
<target state="translated">Odkaz modelu COM {0} je definiční sestavení ovládacího prvku ActiveX {1}, ale kompilátor ho označil příznakem /link. S tímto odkazem modelu COM se bude zacházet jako s odkazem a nebude propojen.</target>
@ -2370,11 +2311,6 @@
<target state="translated">MSB3326: Následující soubor klíčů nelze importovat: {0}. Soubor klíčů může být chráněn heslem. Chcete-li problém vyřešit, naimportujte certifikát znovu nebo certifikát naimportujte ručně do osobního úložiště certifikátů aktuálního uživatele.</target>
<note>{StrBegin="MSB3326: "}</note>
</trans-unit>
<trans-unit id="ResolveKeySource.PfxUnsupported">
<source>PFX signing not supported on .NET Core.</source>
<target state="new">PFX signing not supported on .NET Core.</target>
<note />
</trans-unit>
<trans-unit id="ResolveKeySource.ResolvedThumbprintEmpty">
<source>MSB3327: Unable to find code signing certificate in the current users Windows certificate store. To correct this, either disable signing of the ClickOnce manifest or install the certificate into the certificate store.</source>
<target state="translated">MSB3327: V úložišti certifikátů Windows aktuálního uživatele se nedá najít certifikát pro podpis kódu. Pokud chcete tento problém opravit, zakažte podepisování manifestu ClickOnce, nebo do úložiště certifikátů nainstalujte certifikát.</target>
@ -2644,11 +2580,6 @@
<target state="translated">Soubor {0} se rozzipovává do {1}.</target>
<note />
</trans-unit>
<trans-unit id="Unzip.ZipSlipExploit">
<source>Entry is outside the target directory: "{0}"</source>
<target state="new">Entry is outside the target directory: "{0}"</target>
<note />
</trans-unit>
<trans-unit id="Vbc.EnumParameterHasInvalidValue">
<source>MSB3401: "{1}" is an invalid value for the "{0}" parameter. The valid values are: {2}</source>
<target state="translated">MSB3401: {1} je neplatná hodnota parametru {0}. Platné hodnoty jsou : {2}.</target>
@ -2724,11 +2655,6 @@
<target state="translated">MSB3762: Úloze nebyly předány žádné odkazy. Je vyžadován odkaz alespoň na knihovny mscorlib a Windows.Foundation.</target>
<note>{StrBegin="MSB3762: "}</note>
</trans-unit>
<trans-unit id="WriteLinesToFile.UnusedWriteOnlyWhenDifferent">
<source>'WriteOnlyWhenDifferent' attribute on "{0}" takes effect only when 'Overwrite="true"'.</source>
<target state="new">'WriteOnlyWhenDifferent' attribute on "{0}" takes effect only when 'Overwrite="true"'.</target>
<note />
</trans-unit>
<trans-unit id="Xaml.DuplicatePropertyName">
<source>MSB3724: Unable to create Xaml task. Duplicate property name '{0}'.</source>
<target state="translated">MSB3724: Nepovedlo se vytvořit úlohu XAML. Duplicitní název vlastnosti {0}</target>
@ -2804,11 +2730,6 @@
<target state="translated">MSB3705: XslCompiledDllPath se při sestavování pomocí .NET Core nepodporuje.</target>
<note>{StrBegin="MSB3705: "}</note>
</trans-unit>
<trans-unit id="XslTransform.SecuritySettingsViaUseTrustedSettings">
<source>You are enabling relaxed XSLT security settings via the UseTrustedSettings parameter. For more details on security implications of this setting please see https://aka.ms/msbuild/xsltransformation-task</source>
<target state="new">You are enabling relaxed XSLT security settings via the UseTrustedSettings parameter. For more details on security implications of this setting please see https://aka.ms/msbuild/xsltransformation-task</target>
<note />
</trans-unit>
<trans-unit id="XslTransform.XsltArgumentsError">
<source>MSB3702: Unable to process the XsltParameters argument for the XslTransformation task. {0}</source>
<target state="translated">MSB3702: Nelze zpracovat argument XsltParameters pro úlohu XslTransformation. {0}</target>
@ -3344,6 +3265,11 @@
<target state="translated">Konfigurační soubor AssemblyFolder ({0}) zadaný v Microsoft.Common.CurrentVersion.targets byl neplatný. Chyba: {1}</target>
<note />
</trans-unit>
<trans-unit id="Copy.ExactlyOneTypeOfLink">
<source>MSB3891: Both "{0}" and "{1}" were specified in the project file. Please choose one or the other.</source>
<target state="translated">MSB3891: V souboru projektu jste zadali jak položku {0}, tak i {1}. Zvolte buď jednu, nebo druhou.</target>
<note />
</trans-unit>
<trans-unit id="WriteLinesToFile.ErrorReadingFile">
<source>MSB3492: Could not read existing file "{0}" to determine whether its contents are up to date. Overwriting it.</source>
<target state="translated">MSB3492: Nešlo přečíst existující soubor {0}, aby se zjistilo, jestli je jeho obsah aktuální. Přepíše se.</target>

88
src/Tasks/Resources/xlf/Strings.de.xlf сгенерированный
Просмотреть файл

@ -186,11 +186,6 @@
<target state="translated">MSB3893: Es konnte kein Link verwendet werden, um "{0}" in "{1}" zu kopieren.</target>
<note>{StrBegin="MSB3893: "} LOCALIZATION: {0} and {1} are paths.</note>
</trans-unit>
<trans-unit id="Copy.NonWindowsLinkErrorMessage">
<source>The {0} library call failed with the following error code: {1}.</source>
<target state="new">The {0} library call failed with the following error code: {1}.</target>
<note />
</trans-unit>
<trans-unit id="Copy.RetryingAsFileCopy">
<source>Could not use a link to copy "{0}" to "{1}". Copying the file instead. {2}</source>
<target state="translated">Es konnte kein Link verwendet werden, um "{0}" in "{1}" zu kopieren. Stattdessen wird die Datei kopiert. {2}</target>
@ -206,11 +201,6 @@
<target state="translated">Das schreibgeschützte Attribut wird aus "{0}" entfernt.</target>
<note />
</trans-unit>
<trans-unit id="Copy.RetryingAsSymbolicLink">
<source>Could not use a hard link to copy "{0}" to "{1}". Copying the file with symbolic link instead. {2}</source>
<target state="new">Could not use a hard link to copy "{0}" to "{1}". Copying the file with symbolic link instead. {2}</target>
<note>LOCALIZATION: {0} and {1} are paths. {2} is an optional localized message.</note>
</trans-unit>
<trans-unit id="Copy.SourceIsDirectory">
<source>MSB3025: The source file "{0}" is actually a directory. The "Copy" task does not support copying directories.</source>
<target state="translated">MSB3025: Die Quelldatei "{0}" ist keine Datei, sondern ein Verzeichnis. Mit der Copy-Aufgabe können keine Verzeichnisse kopiert werden.</target>
@ -306,21 +296,6 @@
<target state="translated">MSB3061: Die Datei "{0}" kann nicht gelöscht werden. {1}</target>
<note>{StrBegin="MSB3061: "}</note>
</trans-unit>
<trans-unit id="Delete.InvalidRetryCount">
<source>MSB3028: {0} is an invalid retry count. Value must not be negative.</source>
<target state="new">MSB3028: {0} is an invalid retry count. Value must not be negative.</target>
<note>{StrBegin="MSB3028: "} LOCALIZATION: {0} is a number.</note>
</trans-unit>
<trans-unit id="Delete.InvalidRetryDelay">
<source>MSB3029: {0} is an invalid retry delay. Value must not be negative.</source>
<target state="new">MSB3029: {0} is an invalid retry delay. Value must not be negative.</target>
<note>{StrBegin="MSB3029: "} LOCALIZATION: {0} is a number.</note>
</trans-unit>
<trans-unit id="Delete.Retrying">
<source>MSB3062: Could not delete file "{0}". Beginning retry {1} in {2}ms. {3}</source>
<target state="new">MSB3062: Could not delete file "{0}". Beginning retry {1} in {2}ms. {3}</target>
<note>{StrBegin="MSB3062: "} LOCALIZATION: {0} are paths. {1} and {2} are numbers. {3} is an optional localized message.</note>
</trans-unit>
<trans-unit id="Delete.SkippingNonexistentFile">
<source>File "{0}" doesn't exist. Skipping.</source>
<target state="translated">Die Datei "{0}" ist nicht vorhanden. Sie wird übersprungen.</target>
@ -624,11 +599,6 @@
<target state="translated">MSB3094: "{2}" verweist auf {0} Element(e), und "{3}" verweist auf {1} Element(e). Die Anzahl von Elementen muss identisch sein.</target>
<note>{StrBegin="MSB3094: "}</note>
</trans-unit>
<trans-unit id="GenerateBindingRedirects.CreatingBindingRedirectionFile">
<source>Creating binding redirection file "{0}".</source>
<target state="new">Creating binding redirection file "{0}".</target>
<note />
</trans-unit>
<trans-unit id="GenerateBindingRedirects.MissingConfigurationNode">
<source>MSB3831: The application configuration file must have root configuration element.</source>
<target state="translated">MSB3831: Die Anwendungskonfigurationsdatei muss über ein Stammkonfigurationselement verfügen.</target>
@ -1044,13 +1014,6 @@
<target state="translated">MSB3190: Die Anforderungsausführungsebene "{0}" wird von ClickOnce nicht unterstützt.</target>
<note>{StrBegin="MSB3190: "}</note>
</trans-unit>
<trans-unit id="GenerateResource.BinaryFormatterUse">
<source>MSB3825: Resource "{0}" of type "{1}" is deserialized via BinaryFormatter at runtime. BinaryFormatter is deprecated due to possible security risks and will be removed with .NET 9. If you wish to continue using it, set property "GenerateResourceWarnOnBinaryFormatterUse" to false.
More information: https://learn.microsoft.com/dotnet/standard/serialization/binaryformatter-security-guide</source>
<target state="new">MSB3825: Resource "{0}" of type "{1}" is deserialized via BinaryFormatter at runtime. BinaryFormatter is deprecated due to possible security risks and will be removed with .NET 9. If you wish to continue using it, set property "GenerateResourceWarnOnBinaryFormatterUse" to false.
More information: https://learn.microsoft.com/dotnet/standard/serialization/binaryformatter-security-guide</target>
<note>{StrBegin="MSB3825: "}</note>
</trans-unit>
<trans-unit id="GenerateResource.CoreSupportsLimitedScenarios">
<source>MSB3824: In order to build with .NET Core, resource inputs must be in .txt or .resx format.</source>
<target state="translated">MSB3824: Für die Kompilierung mit .NET Core müssen Ressourceneingaben im TXT- oder RESX-Format vorliegen.</target>
@ -1399,15 +1362,10 @@
<note>{StrBegin="MSB3981: "}</note>
</trans-unit>
<trans-unit id="GetCompatiblePlatform.NoPlatformsListed">
<source>MSB3982: EnableDynamicPlatformResolution is true but referenced project '{0}' has no 'Platforms' or 'Platform' metadata set. It will be built without a specified platform.</source>
<target state="new">MSB3982: EnableDynamicPlatformResolution is true but referenced project '{0}' has no 'Platforms' or 'Platform' metadata set. It will be built without a specified platform.</target>
<source>MSB3982: EnableDynamicPlatformResolution is true but referenced project '{0}' has no 'Platforms' metadata set. It will be built without a specified platform.</source>
<target state="translated">MSB3982: EnableDynamicPlatformResolution ist "true". Das referenzierte Projekt "{0}" enthält jedoch keine Metadaten für "Platforms". Es wird ohne eine angegebene Plattform erstellt.</target>
<note>{StrBegin="MSB3982: "}</note>
</trans-unit>
<trans-unit id="GetCompatiblePlatform.ReferencedProjectHasDefinitivePlatform">
<source>Platform property of referenced project '{0}' matches current project's platform: '{1}'. Referenced project will be built without a global Platform property.</source>
<target state="new">Platform property of referenced project '{0}' matches current project's platform: '{1}'. Referenced project will be built without a global Platform property.</target>
<note />
</trans-unit>
<trans-unit id="GetCompatiblePlatform.SamePlatform">
<source>ProjectReference and current project have the same platform.</source>
<target state="translated">ProjectReference und das aktuelle Projekt haben die gleiche Plattform.</target>
@ -1589,11 +1547,6 @@
<target state="translated">MSB3216: Die "{0}"-Assembly kann nicht registriert werden – Zugriff verweigert. Stellen Sie sicher, dass Sie die Anwendung als Administrator ausführen. {1}</target>
<note>{StrBegin="MSB3216: "}</note>
</trans-unit>
<trans-unit id="RemoveDir.EmptyPath">
<source>MSB3232: An empty directory was passed to RemoveDir and was ignored.</source>
<target state="new">MSB3232: An empty directory was passed to RemoveDir and was ignored.</target>
<note>{StrBegin="MSB3232: "}</note>
</trans-unit>
<trans-unit id="RemoveDir.Error">
<source>MSB3231: Unable to remove directory "{0}". {1}</source>
<target state="translated">MSB3231: Das Verzeichnis "{0}" kann nicht entfernt werden. {1}</target>
@ -1649,13 +1602,6 @@
<target state="translated">Speicherort von AssemblyFoldersEx: "{0}"</target>
<note />
</trans-unit>
<trans-unit id="ResolveAssemblyReference.NoBecauseBadImage">
<source>This reference is not "CopyLocal" because it is a bad image. It may be a native binary, or it may not be an assembly at all.</source>
<target state="new">This reference is not "CopyLocal" because it is a bad image. It may be a native binary, or it may not be an assembly at all.</target>
<note>
LOCALIZATION: Please don't localize "CopyLocal" this is an item meta-data name.
</note>
</trans-unit>
<trans-unit id="ResolveAssemblyReference.SearchedAssemblyFoldersEx">
<source>Considered AssemblyFoldersEx locations.</source>
<target state="translated">Berücksichtigte Speicherorte von AssemblyFoldersEx.</target>
@ -2145,11 +2091,6 @@
<target state="translated">Der Redist-Name im FileList-Element der Redistributable-Listendatei "{0}" ist NULL oder leer. Vergewissern Sie sich, dass der Redist-Name nicht NULL oder leer ist.</target>
<note />
</trans-unit>
<trans-unit id="ResolveAssemblyReference.WritingCacheFile">
<source>Updating assembly cache file "{0}".</source>
<target state="new">Updating assembly cache file "{0}".</target>
<note />
</trans-unit>
<trans-unit id="ResolveComReference.TreatingTlbOfActiveXAsNonEmbedded">
<source>COM Reference '{0}' is the interop assembly for ActiveX control '{1}' but was marked to be linked by the compiler with the /link flag. This COM reference will be treated as a reference and will not be linked.</source>
<target state="translated">Der COM-Verweis "{0}" ist die Interopassembly für das ActiveX-Steuerelement "{1}". Entsprechend der Markierung ist der Verweis jedoch durch den Compiler mit dem /link-Flag verknüpft. Der COM-Verweis wird als Verweis behandelt und nicht verknüpft.</target>
@ -2370,11 +2311,6 @@
<target state="translated">MSB3326: Die folgende Schlüsseldatei kann nicht importiert werden: {0}. Die Schlüsseldatei ist möglicherweise kennwortgeschützt. Importieren Sie das Zertifikat erneut, oder importieren Sie das Zertifikat manuell in den persönlichen Zertifikatspeicher des aktuellen Benutzers, um das Problem zu beheben.</target>
<note>{StrBegin="MSB3326: "}</note>
</trans-unit>
<trans-unit id="ResolveKeySource.PfxUnsupported">
<source>PFX signing not supported on .NET Core.</source>
<target state="new">PFX signing not supported on .NET Core.</target>
<note />
</trans-unit>
<trans-unit id="ResolveKeySource.ResolvedThumbprintEmpty">
<source>MSB3327: Unable to find code signing certificate in the current users Windows certificate store. To correct this, either disable signing of the ClickOnce manifest or install the certificate into the certificate store.</source>
<target state="translated">MSB3327: Das Codesignaturzertifikat wurde im Windows-Zertifikatspeicher des aktuellen Benutzers nicht gefunden. Deaktivieren Sie entweder das Signieren des ClickOnce-Manifests, oder installieren Sie das Zertifikat im Zertifikatspeicher, um das Problem zu beheben.</target>
@ -2644,11 +2580,6 @@
<target state="translated">Die Datei "{0}" wird in "{1}" entzippt.</target>
<note />
</trans-unit>
<trans-unit id="Unzip.ZipSlipExploit">
<source>Entry is outside the target directory: "{0}"</source>
<target state="new">Entry is outside the target directory: "{0}"</target>
<note />
</trans-unit>
<trans-unit id="Vbc.EnumParameterHasInvalidValue">
<source>MSB3401: "{1}" is an invalid value for the "{0}" parameter. The valid values are: {2}</source>
<target state="translated">MSB3401: "{1}" ist ein ungültiger Wert für den Parameter "{0}". Gültige Werte sind: {2}</target>
@ -2724,11 +2655,6 @@
<target state="translated">MSB3762: Es wurden keine Verweise an die Aufgabe übergeben. Es sind mindestens Verweise auf mscorlib und Windows.Foundation erforderlich.</target>
<note>{StrBegin="MSB3762: "}</note>
</trans-unit>
<trans-unit id="WriteLinesToFile.UnusedWriteOnlyWhenDifferent">
<source>'WriteOnlyWhenDifferent' attribute on "{0}" takes effect only when 'Overwrite="true"'.</source>
<target state="new">'WriteOnlyWhenDifferent' attribute on "{0}" takes effect only when 'Overwrite="true"'.</target>
<note />
</trans-unit>
<trans-unit id="Xaml.DuplicatePropertyName">
<source>MSB3724: Unable to create Xaml task. Duplicate property name '{0}'.</source>
<target state="translated">MSB3724: Die XAML-Aufgabe kann nicht erstellt werden. Doppelter Eigenschaftenname "{0}".</target>
@ -2804,11 +2730,6 @@
<target state="translated">MSB3705: XslCompiledDllPath wird bei der Kompilierung mit .NET Core nicht unterstützt.</target>
<note>{StrBegin="MSB3705: "}</note>
</trans-unit>
<trans-unit id="XslTransform.SecuritySettingsViaUseTrustedSettings">
<source>You are enabling relaxed XSLT security settings via the UseTrustedSettings parameter. For more details on security implications of this setting please see https://aka.ms/msbuild/xsltransformation-task</source>
<target state="new">You are enabling relaxed XSLT security settings via the UseTrustedSettings parameter. For more details on security implications of this setting please see https://aka.ms/msbuild/xsltransformation-task</target>
<note />
</trans-unit>
<trans-unit id="XslTransform.XsltArgumentsError">
<source>MSB3702: Unable to process the XsltParameters argument for the XslTransformation task. {0}</source>
<target state="translated">MSB3702: Das XsltParameters-Argument für die XslTransformation-Aufgabe kann nicht verarbeitet werden. {0}</target>
@ -3344,6 +3265,11 @@
<target state="translated">Die in Microsoft.Common.CurrentVersion.targets festgelegte AssemblyFolder-Konfigurationsdatei ({0}) ist ungültig. Fehler: {1}</target>
<note />
</trans-unit>
<trans-unit id="Copy.ExactlyOneTypeOfLink">
<source>MSB3891: Both "{0}" and "{1}" were specified in the project file. Please choose one or the other.</source>
<target state="translated">MSB3891: "{0}" und "{1}" wurden in der Projektdatei angegeben. Verwenden Sie nur einen dieser Werte.</target>
<note />
</trans-unit>
<trans-unit id="WriteLinesToFile.ErrorReadingFile">
<source>MSB3492: Could not read existing file "{0}" to determine whether its contents are up to date. Overwriting it.</source>
<target state="translated">MSB3492: Die vorhandene Datei "{0}" konnte nicht gelesen werden, um zu bestimmen, ob ihr Inhalt aktuell ist. Die Datei wird überschrieben.</target>

88
src/Tasks/Resources/xlf/Strings.es.xlf сгенерированный
Просмотреть файл

@ -186,11 +186,6 @@
<target state="translated">MSB3893: No se puede usar un vínculo para copiar "{0}" en "{1}".</target>
<note>{StrBegin="MSB3893: "} LOCALIZATION: {0} and {1} are paths.</note>
</trans-unit>
<trans-unit id="Copy.NonWindowsLinkErrorMessage">
<source>The {0} library call failed with the following error code: {1}.</source>
<target state="new">The {0} library call failed with the following error code: {1}.</target>
<note />
</trans-unit>
<trans-unit id="Copy.RetryingAsFileCopy">
<source>Could not use a link to copy "{0}" to "{1}". Copying the file instead. {2}</source>
<target state="translated">No se puede usar un vínculo para copiar "{0}" en "{1}". En su lugar se copiará el archivo. {2}</target>
@ -206,11 +201,6 @@
<target state="translated">Se quitará el atributo de solo lectura de "{0}".</target>
<note />
</trans-unit>
<trans-unit id="Copy.RetryingAsSymbolicLink">
<source>Could not use a hard link to copy "{0}" to "{1}". Copying the file with symbolic link instead. {2}</source>
<target state="new">Could not use a hard link to copy "{0}" to "{1}". Copying the file with symbolic link instead. {2}</target>
<note>LOCALIZATION: {0} and {1} are paths. {2} is an optional localized message.</note>
</trans-unit>
<trans-unit id="Copy.SourceIsDirectory">
<source>MSB3025: The source file "{0}" is actually a directory. The "Copy" task does not support copying directories.</source>
<target state="translated">MSB3025: El archivo de origen "{0}" es un directorio. La tarea "Copy" no permite copiar directorios.</target>
@ -306,21 +296,6 @@
<target state="translated">MSB3061: No se puede eliminar el archivo "{0}". {1}</target>
<note>{StrBegin="MSB3061: "}</note>
</trans-unit>
<trans-unit id="Delete.InvalidRetryCount">
<source>MSB3028: {0} is an invalid retry count. Value must not be negative.</source>
<target state="new">MSB3028: {0} is an invalid retry count. Value must not be negative.</target>
<note>{StrBegin="MSB3028: "} LOCALIZATION: {0} is a number.</note>
</trans-unit>
<trans-unit id="Delete.InvalidRetryDelay">
<source>MSB3029: {0} is an invalid retry delay. Value must not be negative.</source>
<target state="new">MSB3029: {0} is an invalid retry delay. Value must not be negative.</target>
<note>{StrBegin="MSB3029: "} LOCALIZATION: {0} is a number.</note>
</trans-unit>
<trans-unit id="Delete.Retrying">
<source>MSB3062: Could not delete file "{0}". Beginning retry {1} in {2}ms. {3}</source>
<target state="new">MSB3062: Could not delete file "{0}". Beginning retry {1} in {2}ms. {3}</target>
<note>{StrBegin="MSB3062: "} LOCALIZATION: {0} are paths. {1} and {2} are numbers. {3} is an optional localized message.</note>
</trans-unit>
<trans-unit id="Delete.SkippingNonexistentFile">
<source>File "{0}" doesn't exist. Skipping.</source>
<target state="translated">El archivo "{0}" no existe. Se omitirá.</target>
@ -624,11 +599,6 @@
<target state="translated">MSB3094: "{2}" hace referencia a {0} elementos y "{3}" hace referencia a {1} elementos. Deben tener el mismo número de elementos.</target>
<note>{StrBegin="MSB3094: "}</note>
</trans-unit>
<trans-unit id="GenerateBindingRedirects.CreatingBindingRedirectionFile">
<source>Creating binding redirection file "{0}".</source>
<target state="new">Creating binding redirection file "{0}".</target>
<note />
</trans-unit>
<trans-unit id="GenerateBindingRedirects.MissingConfigurationNode">
<source>MSB3831: The application configuration file must have root configuration element.</source>
<target state="translated">MSB3831: El archivo de configuración de la aplicación debe tener un elemento de configuración raíz.</target>
@ -1044,13 +1014,6 @@
<target state="translated">MSB3190: ClickOnce no admite el nivel de ejecución de solicitudes '{0}'.</target>
<note>{StrBegin="MSB3190: "}</note>
</trans-unit>
<trans-unit id="GenerateResource.BinaryFormatterUse">
<source>MSB3825: Resource "{0}" of type "{1}" is deserialized via BinaryFormatter at runtime. BinaryFormatter is deprecated due to possible security risks and will be removed with .NET 9. If you wish to continue using it, set property "GenerateResourceWarnOnBinaryFormatterUse" to false.
More information: https://learn.microsoft.com/dotnet/standard/serialization/binaryformatter-security-guide</source>
<target state="new">MSB3825: Resource "{0}" of type "{1}" is deserialized via BinaryFormatter at runtime. BinaryFormatter is deprecated due to possible security risks and will be removed with .NET 9. If you wish to continue using it, set property "GenerateResourceWarnOnBinaryFormatterUse" to false.
More information: https://learn.microsoft.com/dotnet/standard/serialization/binaryformatter-security-guide</target>
<note>{StrBegin="MSB3825: "}</note>
</trans-unit>
<trans-unit id="GenerateResource.CoreSupportsLimitedScenarios">
<source>MSB3824: In order to build with .NET Core, resource inputs must be in .txt or .resx format.</source>
<target state="translated">MSB3824: Para compilar con .NET Core, las entradas de recursos deben estar en formato .txt o .resx.</target>
@ -1399,15 +1362,10 @@
<note>{StrBegin="MSB3981: "}</note>
</trans-unit>
<trans-unit id="GetCompatiblePlatform.NoPlatformsListed">
<source>MSB3982: EnableDynamicPlatformResolution is true but referenced project '{0}' has no 'Platforms' or 'Platform' metadata set. It will be built without a specified platform.</source>
<target state="new">MSB3982: EnableDynamicPlatformResolution is true but referenced project '{0}' has no 'Platforms' or 'Platform' metadata set. It will be built without a specified platform.</target>
<source>MSB3982: EnableDynamicPlatformResolution is true but referenced project '{0}' has no 'Platforms' metadata set. It will be built without a specified platform.</source>
<target state="translated">MSB3982: EnableDynamicPlatformResolution es true, pero el proyecto al que se hace referencia, "{0}", no tiene establecido ningún conjunto de metadatos "Platforms". Se compilará sin una plataforma especificada.</target>
<note>{StrBegin="MSB3982: "}</note>
</trans-unit>
<trans-unit id="GetCompatiblePlatform.ReferencedProjectHasDefinitivePlatform">
<source>Platform property of referenced project '{0}' matches current project's platform: '{1}'. Referenced project will be built without a global Platform property.</source>
<target state="new">Platform property of referenced project '{0}' matches current project's platform: '{1}'. Referenced project will be built without a global Platform property.</target>
<note />
</trans-unit>
<trans-unit id="GetCompatiblePlatform.SamePlatform">
<source>ProjectReference and current project have the same platform.</source>
<target state="translated">ProjectReference y el proyecto actual tienen la misma plataforma.</target>
@ -1589,11 +1547,6 @@
<target state="translated">MSB3216: No se puede registrar el ensamblado "{0}": acceso denegado. Asegúrese de que está ejecutando la aplicación como administrador. {1}</target>
<note>{StrBegin="MSB3216: "}</note>
</trans-unit>
<trans-unit id="RemoveDir.EmptyPath">
<source>MSB3232: An empty directory was passed to RemoveDir and was ignored.</source>
<target state="new">MSB3232: An empty directory was passed to RemoveDir and was ignored.</target>
<note>{StrBegin="MSB3232: "}</note>
</trans-unit>
<trans-unit id="RemoveDir.Error">
<source>MSB3231: Unable to remove directory "{0}". {1}</source>
<target state="translated">MSB3231: No se puede quitar el directorio "{0}". {1}</target>
@ -1649,13 +1602,6 @@
<target state="translated">Ubicación de AssemblyFoldersEx: "{0}"</target>
<note />
</trans-unit>
<trans-unit id="ResolveAssemblyReference.NoBecauseBadImage">
<source>This reference is not "CopyLocal" because it is a bad image. It may be a native binary, or it may not be an assembly at all.</source>
<target state="new">This reference is not "CopyLocal" because it is a bad image. It may be a native binary, or it may not be an assembly at all.</target>
<note>
LOCALIZATION: Please don't localize "CopyLocal" this is an item meta-data name.
</note>
</trans-unit>
<trans-unit id="ResolveAssemblyReference.SearchedAssemblyFoldersEx">
<source>Considered AssemblyFoldersEx locations.</source>
<target state="translated">Ubicaciones de AssemblyFoldersEx consideradas.</target>
@ -2145,11 +2091,6 @@
<target state="translated">El archivo de lista de paquetes redistribuibles "{0}" tiene un nombre Redist NULL o vacío en el elemento FileList. Asegúrese de que el nombre Redist no sea NULL ni esté vacío.</target>
<note />
</trans-unit>
<trans-unit id="ResolveAssemblyReference.WritingCacheFile">
<source>Updating assembly cache file "{0}".</source>
<target state="new">Updating assembly cache file "{0}".</target>
<note />
</trans-unit>
<trans-unit id="ResolveComReference.TreatingTlbOfActiveXAsNonEmbedded">
<source>COM Reference '{0}' is the interop assembly for ActiveX control '{1}' but was marked to be linked by the compiler with the /link flag. This COM reference will be treated as a reference and will not be linked.</source>
<target state="translated">La referencia COM '{0}' es el ensamblado de interoperabilidad del control ActiveX '{1}' pero estaba marcada para su vinculación por el compilador con la marca /link. Esta referencia COM se tratará como una referencia y no se vinculará.</target>
@ -2370,11 +2311,6 @@
<target state="translated">MSB3326: No se puede importar el archivo de clave siguiente: {0}. Puede que esté protegido mediante contraseña. Para solucionar este problema, intente importar de nuevo el certificado o impórtelo manualmente en el almacén de certificados personales del usuario.</target>
<note>{StrBegin="MSB3326: "}</note>
</trans-unit>
<trans-unit id="ResolveKeySource.PfxUnsupported">
<source>PFX signing not supported on .NET Core.</source>
<target state="new">PFX signing not supported on .NET Core.</target>
<note />
</trans-unit>
<trans-unit id="ResolveKeySource.ResolvedThumbprintEmpty">
<source>MSB3327: Unable to find code signing certificate in the current users Windows certificate store. To correct this, either disable signing of the ClickOnce manifest or install the certificate into the certificate store.</source>
<target state="translated">MSB3327: No se puede encontrar el certificado de firma de código en el almacén de certificados de Windows del usuario actual. Para solucionarlo, deshabilite la firma del manifiesto de ClickOnce o instale el certificado en el almacén de certificados.</target>
@ -2644,11 +2580,6 @@
<target state="translated">Descomprimiendo el archivo "{0}" en "{1}".</target>
<note />
</trans-unit>
<trans-unit id="Unzip.ZipSlipExploit">
<source>Entry is outside the target directory: "{0}"</source>
<target state="new">Entry is outside the target directory: "{0}"</target>
<note />
</trans-unit>
<trans-unit id="Vbc.EnumParameterHasInvalidValue">
<source>MSB3401: "{1}" is an invalid value for the "{0}" parameter. The valid values are: {2}</source>
<target state="translated">MSB3401: "{1}" no es un valor válido para el parámetro "{0}". Los valores válidos son: {2}</target>
@ -2724,11 +2655,6 @@
<target state="translated">MSB3762: No se pasó ninguna referencia a la tarea. Se requiere una referencia como mínimo a mscorlib y Windows.Foundation.</target>
<note>{StrBegin="MSB3762: "}</note>
</trans-unit>
<trans-unit id="WriteLinesToFile.UnusedWriteOnlyWhenDifferent">
<source>'WriteOnlyWhenDifferent' attribute on "{0}" takes effect only when 'Overwrite="true"'.</source>
<target state="new">'WriteOnlyWhenDifferent' attribute on "{0}" takes effect only when 'Overwrite="true"'.</target>
<note />
</trans-unit>
<trans-unit id="Xaml.DuplicatePropertyName">
<source>MSB3724: Unable to create Xaml task. Duplicate property name '{0}'.</source>
<target state="translated">MSB3724: No se puede crear la tarea XAML. El nombre de propiedad "{0}" está duplicado.</target>
@ -2804,11 +2730,6 @@
<target state="translated">MSB3705: No se admite XslCompiledDllPath cuando se compila con .NET Core.</target>
<note>{StrBegin="MSB3705: "}</note>
</trans-unit>
<trans-unit id="XslTransform.SecuritySettingsViaUseTrustedSettings">
<source>You are enabling relaxed XSLT security settings via the UseTrustedSettings parameter. For more details on security implications of this setting please see https://aka.ms/msbuild/xsltransformation-task</source>
<target state="new">You are enabling relaxed XSLT security settings via the UseTrustedSettings parameter. For more details on security implications of this setting please see https://aka.ms/msbuild/xsltransformation-task</target>
<note />
</trans-unit>
<trans-unit id="XslTransform.XsltArgumentsError">
<source>MSB3702: Unable to process the XsltParameters argument for the XslTransformation task. {0}</source>
<target state="translated">MSB3702: No se puede procesar el argumento XsltParameters para la tarea XslTransformation. {0}</target>
@ -3344,6 +3265,11 @@
<target state="translated">El archivo de configuración ('{0}') de AssemblyFolder especificado en Microsoft.Common.CurrentVersion.targets no es válido. Error: {1}</target>
<note />
</trans-unit>
<trans-unit id="Copy.ExactlyOneTypeOfLink">
<source>MSB3891: Both "{0}" and "{1}" were specified in the project file. Please choose one or the other.</source>
<target state="translated">MSB3891: Se especificó "{0}" y "{1}" en el archivo de proyecto. Elija solo uno de los dos.</target>
<note />
</trans-unit>
<trans-unit id="WriteLinesToFile.ErrorReadingFile">
<source>MSB3492: Could not read existing file "{0}" to determine whether its contents are up to date. Overwriting it.</source>
<target state="translated">MSB3492: No se pudo leer el archivo existente "{0}"para determinar si su contenido está actualizado. Sobrescribiéndolo.</target>

88
src/Tasks/Resources/xlf/Strings.fr.xlf сгенерированный
Просмотреть файл

@ -186,11 +186,6 @@
<target state="translated">MSB3893: impossible d'utiliser un lien pour copier "{0}" vers "{1}".</target>
<note>{StrBegin="MSB3893: "} LOCALIZATION: {0} and {1} are paths.</note>
</trans-unit>
<trans-unit id="Copy.NonWindowsLinkErrorMessage">
<source>The {0} library call failed with the following error code: {1}.</source>
<target state="new">The {0} library call failed with the following error code: {1}.</target>
<note />
</trans-unit>
<trans-unit id="Copy.RetryingAsFileCopy">
<source>Could not use a link to copy "{0}" to "{1}". Copying the file instead. {2}</source>
<target state="translated">Impossible d'utiliser un lien pour copier "{0}" vers "{1}". Copie du fichier à la place. {2}</target>
@ -206,11 +201,6 @@
<target state="translated">Suppression de l'attribut de lecture seule de "{0}".</target>
<note />
</trans-unit>
<trans-unit id="Copy.RetryingAsSymbolicLink">
<source>Could not use a hard link to copy "{0}" to "{1}". Copying the file with symbolic link instead. {2}</source>
<target state="new">Could not use a hard link to copy "{0}" to "{1}". Copying the file with symbolic link instead. {2}</target>
<note>LOCALIZATION: {0} and {1} are paths. {2} is an optional localized message.</note>
</trans-unit>
<trans-unit id="Copy.SourceIsDirectory">
<source>MSB3025: The source file "{0}" is actually a directory. The "Copy" task does not support copying directories.</source>
<target state="translated">MSB3025: Le fichier source "{0}" est en fait un répertoire. La tâche "Copy" ne prend pas en charge la copie des répertoires.</target>
@ -306,21 +296,6 @@
<target state="translated">MSB3061: Impossible de supprimer le fichier "{0}". {1}</target>
<note>{StrBegin="MSB3061: "}</note>
</trans-unit>
<trans-unit id="Delete.InvalidRetryCount">
<source>MSB3028: {0} is an invalid retry count. Value must not be negative.</source>
<target state="new">MSB3028: {0} is an invalid retry count. Value must not be negative.</target>
<note>{StrBegin="MSB3028: "} LOCALIZATION: {0} is a number.</note>
</trans-unit>
<trans-unit id="Delete.InvalidRetryDelay">
<source>MSB3029: {0} is an invalid retry delay. Value must not be negative.</source>
<target state="new">MSB3029: {0} is an invalid retry delay. Value must not be negative.</target>
<note>{StrBegin="MSB3029: "} LOCALIZATION: {0} is a number.</note>
</trans-unit>
<trans-unit id="Delete.Retrying">
<source>MSB3062: Could not delete file "{0}". Beginning retry {1} in {2}ms. {3}</source>
<target state="new">MSB3062: Could not delete file "{0}". Beginning retry {1} in {2}ms. {3}</target>
<note>{StrBegin="MSB3062: "} LOCALIZATION: {0} are paths. {1} and {2} are numbers. {3} is an optional localized message.</note>
</trans-unit>
<trans-unit id="Delete.SkippingNonexistentFile">
<source>File "{0}" doesn't exist. Skipping.</source>
<target state="translated">Le fichier "{0}" n'existe pas. Opération ignorée.</target>
@ -624,11 +599,6 @@
<target state="translated">MSB3094: "{2}" fait référence à {0} élément(s) et "{3}", à {1} élément(s). Ils doivent avoir le même nombre d'éléments.</target>
<note>{StrBegin="MSB3094: "}</note>
</trans-unit>
<trans-unit id="GenerateBindingRedirects.CreatingBindingRedirectionFile">
<source>Creating binding redirection file "{0}".</source>
<target state="new">Creating binding redirection file "{0}".</target>
<note />
</trans-unit>
<trans-unit id="GenerateBindingRedirects.MissingConfigurationNode">
<source>MSB3831: The application configuration file must have root configuration element.</source>
<target state="translated">MSB3831: le fichier de configuration d'application doit avoir un élément de configuration racine.</target>
@ -1044,13 +1014,6 @@
<target state="translated">MSB3190: ClickOnce ne prend pas en charge le niveau d'exécution de la requête '{0}'.</target>
<note>{StrBegin="MSB3190: "}</note>
</trans-unit>
<trans-unit id="GenerateResource.BinaryFormatterUse">
<source>MSB3825: Resource "{0}" of type "{1}" is deserialized via BinaryFormatter at runtime. BinaryFormatter is deprecated due to possible security risks and will be removed with .NET 9. If you wish to continue using it, set property "GenerateResourceWarnOnBinaryFormatterUse" to false.
More information: https://learn.microsoft.com/dotnet/standard/serialization/binaryformatter-security-guide</source>
<target state="new">MSB3825: Resource "{0}" of type "{1}" is deserialized via BinaryFormatter at runtime. BinaryFormatter is deprecated due to possible security risks and will be removed with .NET 9. If you wish to continue using it, set property "GenerateResourceWarnOnBinaryFormatterUse" to false.
More information: https://learn.microsoft.com/dotnet/standard/serialization/binaryformatter-security-guide</target>
<note>{StrBegin="MSB3825: "}</note>
</trans-unit>
<trans-unit id="GenerateResource.CoreSupportsLimitedScenarios">
<source>MSB3824: In order to build with .NET Core, resource inputs must be in .txt or .resx format.</source>
<target state="translated">MSB3824: Pour pouvoir générer avec .NET Core, les entrées de ressource doivent être au format .txt ou .resx.</target>
@ -1399,15 +1362,10 @@
<note>{StrBegin="MSB3981: "}</note>
</trans-unit>
<trans-unit id="GetCompatiblePlatform.NoPlatformsListed">
<source>MSB3982: EnableDynamicPlatformResolution is true but referenced project '{0}' has no 'Platforms' or 'Platform' metadata set. It will be built without a specified platform.</source>
<target state="new">MSB3982: EnableDynamicPlatformResolution is true but referenced project '{0}' has no 'Platforms' or 'Platform' metadata set. It will be built without a specified platform.</target>
<source>MSB3982: EnableDynamicPlatformResolution is true but referenced project '{0}' has no 'Platforms' metadata set. It will be built without a specified platform.</source>
<target state="translated">MSB3982: EnableDynamicPlatformResolution a la valeur true, mais le projet référencé '{0}' na pas de métadonnées Platforms définies. Il sera généré sans une plateforme spécifiée.</target>
<note>{StrBegin="MSB3982: "}</note>
</trans-unit>
<trans-unit id="GetCompatiblePlatform.ReferencedProjectHasDefinitivePlatform">
<source>Platform property of referenced project '{0}' matches current project's platform: '{1}'. Referenced project will be built without a global Platform property.</source>
<target state="new">Platform property of referenced project '{0}' matches current project's platform: '{1}'. Referenced project will be built without a global Platform property.</target>
<note />
</trans-unit>
<trans-unit id="GetCompatiblePlatform.SamePlatform">
<source>ProjectReference and current project have the same platform.</source>
<target state="translated">ProjectReference et le projet actuel ont la même plateforme.</target>
@ -1589,11 +1547,6 @@
<target state="translated">MSB3216: Impossible d'inscrire l'assembly "{0}", car l'accès est refusé. Assurez-vous d'exécuter l'application comme administrateur. {1}</target>
<note>{StrBegin="MSB3216: "}</note>
</trans-unit>
<trans-unit id="RemoveDir.EmptyPath">
<source>MSB3232: An empty directory was passed to RemoveDir and was ignored.</source>
<target state="new">MSB3232: An empty directory was passed to RemoveDir and was ignored.</target>
<note>{StrBegin="MSB3232: "}</note>
</trans-unit>
<trans-unit id="RemoveDir.Error">
<source>MSB3231: Unable to remove directory "{0}". {1}</source>
<target state="translated">MSB3231: Impossible de supprimer le répertoire "{0}". {1}</target>
@ -1649,13 +1602,6 @@
<target state="translated">Emplacement d'AssemblyFoldersEx : "{0}"</target>
<note />
</trans-unit>
<trans-unit id="ResolveAssemblyReference.NoBecauseBadImage">
<source>This reference is not "CopyLocal" because it is a bad image. It may be a native binary, or it may not be an assembly at all.</source>
<target state="new">This reference is not "CopyLocal" because it is a bad image. It may be a native binary, or it may not be an assembly at all.</target>
<note>
LOCALIZATION: Please don't localize "CopyLocal" this is an item meta-data name.
</note>
</trans-unit>
<trans-unit id="ResolveAssemblyReference.SearchedAssemblyFoldersEx">
<source>Considered AssemblyFoldersEx locations.</source>
<target state="translated">Emplacements d'AssemblyFoldersEx envisagés.</target>
@ -2145,11 +2091,6 @@
<target state="translated">Le fichier de liste de packages redistribuables "{0}" a un nom Redist vide ou ayant une valeur null dans l'élément FileList. Vérifiez que le nom Redist n'est pas vide ou qu'il n'a pas une valeur null.</target>
<note />
</trans-unit>
<trans-unit id="ResolveAssemblyReference.WritingCacheFile">
<source>Updating assembly cache file "{0}".</source>
<target state="new">Updating assembly cache file "{0}".</target>
<note />
</trans-unit>
<trans-unit id="ResolveComReference.TreatingTlbOfActiveXAsNonEmbedded">
<source>COM Reference '{0}' is the interop assembly for ActiveX control '{1}' but was marked to be linked by the compiler with the /link flag. This COM reference will be treated as a reference and will not be linked.</source>
<target state="translated">La référence COM '{0}' est l'assembly d'interopérabilité pour le contrôle ActiveX '{1}', mais elle a été marquée comme étant liée au compilateur avec l'indicateur /link. Cette référence COM sera traitée comme une référence, mais ne sera pas liée.</target>
@ -2370,11 +2311,6 @@
<target state="translated">MSB3326: Impossible d'importer le fichier de clé suivant : {0}. Le fichier de clé est peut-être protégé par mot de passe. Pour corriger ce problème, essayez de réimporter le certificat, ou importez manuellement le certificat dans le magasin de certificats personnel de l'utilisateur actuel.</target>
<note>{StrBegin="MSB3326: "}</note>
</trans-unit>
<trans-unit id="ResolveKeySource.PfxUnsupported">
<source>PFX signing not supported on .NET Core.</source>
<target state="new">PFX signing not supported on .NET Core.</target>
<note />
</trans-unit>
<trans-unit id="ResolveKeySource.ResolvedThumbprintEmpty">
<source>MSB3327: Unable to find code signing certificate in the current users Windows certificate store. To correct this, either disable signing of the ClickOnce manifest or install the certificate into the certificate store.</source>
<target state="translated">MSB3327: Le certificat de signature de code est introuvable dans le magasin de certificats Windows de l'utilisateur actuel. Pour corriger ce problème, désactivez la signature du manifeste ClickOnce ou installez le certificat dans le magasin de certificats.</target>
@ -2644,11 +2580,6 @@
<target state="translated">Décompression du fichier "{0}" dans "{1}".</target>
<note />
</trans-unit>
<trans-unit id="Unzip.ZipSlipExploit">
<source>Entry is outside the target directory: "{0}"</source>
<target state="new">Entry is outside the target directory: "{0}"</target>
<note />
</trans-unit>
<trans-unit id="Vbc.EnumParameterHasInvalidValue">
<source>MSB3401: "{1}" is an invalid value for the "{0}" parameter. The valid values are: {2}</source>
<target state="translated">MSB3401: "{1}" n'est pas une valeur valide pour le paramètre "{0}". Les valeurs valides sont : {2}</target>
@ -2724,11 +2655,6 @@
<target state="translated">MSB3762: Aucune référence n'a été passée à la tâche. Les références à mscorlib et Windows.Foundation, au minimum, sont obligatoires.</target>
<note>{StrBegin="MSB3762: "}</note>
</trans-unit>
<trans-unit id="WriteLinesToFile.UnusedWriteOnlyWhenDifferent">
<source>'WriteOnlyWhenDifferent' attribute on "{0}" takes effect only when 'Overwrite="true"'.</source>
<target state="new">'WriteOnlyWhenDifferent' attribute on "{0}" takes effect only when 'Overwrite="true"'.</target>
<note />
</trans-unit>
<trans-unit id="Xaml.DuplicatePropertyName">
<source>MSB3724: Unable to create Xaml task. Duplicate property name '{0}'.</source>
<target state="translated">MSB3724: impossible de créer la tâche XAML. Nom de propriété dupliqué : '{0}'.</target>
@ -2804,11 +2730,6 @@
<target state="translated">MSB3705: XslCompiledDllPath n'est pas pris en charge lors de la génération avec .NET Core.</target>
<note>{StrBegin="MSB3705: "}</note>
</trans-unit>
<trans-unit id="XslTransform.SecuritySettingsViaUseTrustedSettings">
<source>You are enabling relaxed XSLT security settings via the UseTrustedSettings parameter. For more details on security implications of this setting please see https://aka.ms/msbuild/xsltransformation-task</source>
<target state="new">You are enabling relaxed XSLT security settings via the UseTrustedSettings parameter. For more details on security implications of this setting please see https://aka.ms/msbuild/xsltransformation-task</target>
<note />
</trans-unit>
<trans-unit id="XslTransform.XsltArgumentsError">
<source>MSB3702: Unable to process the XsltParameters argument for the XslTransformation task. {0}</source>
<target state="translated">MSB3702: Impossible de traiter l'argument XsltParameters de la tâche XslTransformation. {0}</target>
@ -3344,6 +3265,11 @@
<target state="translated">Le fichier config AssemblyFolder ('{0}') spécifié dans Microsoft.Common.CurrentVersion.targets est non valide. Erreur : {1}</target>
<note />
</trans-unit>
<trans-unit id="Copy.ExactlyOneTypeOfLink">
<source>MSB3891: Both "{0}" and "{1}" were specified in the project file. Please choose one or the other.</source>
<target state="translated">MSB3891: "{0}" et "{1}" ont été spécifiés dans le fichier projet. Choisissez l'un ou l'autre.</target>
<note />
</trans-unit>
<trans-unit id="WriteLinesToFile.ErrorReadingFile">
<source>MSB3492: Could not read existing file "{0}" to determine whether its contents are up to date. Overwriting it.</source>
<target state="translated">MSB3492: Impossible de lire le fichier existant "{0}" pour déterminer si son contenu est à jour. Remplacement du fichier.</target>

88
src/Tasks/Resources/xlf/Strings.it.xlf сгенерированный
Просмотреть файл

@ -186,11 +186,6 @@
<target state="translated">MSB3893: non è stato possibile usare un collegamento per copiare "{0}" in "{1}".</target>
<note>{StrBegin="MSB3893: "} LOCALIZATION: {0} and {1} are paths.</note>
</trans-unit>
<trans-unit id="Copy.NonWindowsLinkErrorMessage">
<source>The {0} library call failed with the following error code: {1}.</source>
<target state="new">The {0} library call failed with the following error code: {1}.</target>
<note />
</trans-unit>
<trans-unit id="Copy.RetryingAsFileCopy">
<source>Could not use a link to copy "{0}" to "{1}". Copying the file instead. {2}</source>
<target state="translated">Non è stato possibile usare un collegamento per copiare "{0}" in "{1}". Al suo posto verrà copiato il file. {2}</target>
@ -206,11 +201,6 @@
<target state="translated">Rimozione dell'attributo di sola lettura da "{0}".</target>
<note />
</trans-unit>
<trans-unit id="Copy.RetryingAsSymbolicLink">
<source>Could not use a hard link to copy "{0}" to "{1}". Copying the file with symbolic link instead. {2}</source>
<target state="new">Could not use a hard link to copy "{0}" to "{1}". Copying the file with symbolic link instead. {2}</target>
<note>LOCALIZATION: {0} and {1} are paths. {2} is an optional localized message.</note>
</trans-unit>
<trans-unit id="Copy.SourceIsDirectory">
<source>MSB3025: The source file "{0}" is actually a directory. The "Copy" task does not support copying directories.</source>
<target state="translated">MSB3025: il file di origine "{0}" è in realtà una directory. L'attività "Copia" non supporta la copia di directory.</target>
@ -306,21 +296,6 @@
<target state="translated">MSB3061: non è possibile eliminare il file "{0}". {1}</target>
<note>{StrBegin="MSB3061: "}</note>
</trans-unit>
<trans-unit id="Delete.InvalidRetryCount">
<source>MSB3028: {0} is an invalid retry count. Value must not be negative.</source>
<target state="new">MSB3028: {0} is an invalid retry count. Value must not be negative.</target>
<note>{StrBegin="MSB3028: "} LOCALIZATION: {0} is a number.</note>
</trans-unit>
<trans-unit id="Delete.InvalidRetryDelay">
<source>MSB3029: {0} is an invalid retry delay. Value must not be negative.</source>
<target state="new">MSB3029: {0} is an invalid retry delay. Value must not be negative.</target>
<note>{StrBegin="MSB3029: "} LOCALIZATION: {0} is a number.</note>
</trans-unit>
<trans-unit id="Delete.Retrying">
<source>MSB3062: Could not delete file "{0}". Beginning retry {1} in {2}ms. {3}</source>
<target state="new">MSB3062: Could not delete file "{0}". Beginning retry {1} in {2}ms. {3}</target>
<note>{StrBegin="MSB3062: "} LOCALIZATION: {0} are paths. {1} and {2} are numbers. {3} is an optional localized message.</note>
</trans-unit>
<trans-unit id="Delete.SkippingNonexistentFile">
<source>File "{0}" doesn't exist. Skipping.</source>
<target state="translated">Il file "{0}" non esiste e verrà ignorato.</target>
@ -624,11 +599,6 @@
<target state="translated">MSB3094: "{2}" fa riferimento a {0} elemento/i, mentre "{3}" fa riferimento a {1} elemento/i. Devono avere lo stesso numero di elementi.</target>
<note>{StrBegin="MSB3094: "}</note>
</trans-unit>
<trans-unit id="GenerateBindingRedirects.CreatingBindingRedirectionFile">
<source>Creating binding redirection file "{0}".</source>
<target state="new">Creating binding redirection file "{0}".</target>
<note />
</trans-unit>
<trans-unit id="GenerateBindingRedirects.MissingConfigurationNode">
<source>MSB3831: The application configuration file must have root configuration element.</source>
<target state="translated">MSB3831: il file di configurazione dell'applicazione deve avere un elemento di configurazione radice.</target>
@ -1044,13 +1014,6 @@
<target state="translated">MSB3190: ClickOnce non supporta il livello di esecuzione richieste '{0}'.</target>
<note>{StrBegin="MSB3190: "}</note>
</trans-unit>
<trans-unit id="GenerateResource.BinaryFormatterUse">
<source>MSB3825: Resource "{0}" of type "{1}" is deserialized via BinaryFormatter at runtime. BinaryFormatter is deprecated due to possible security risks and will be removed with .NET 9. If you wish to continue using it, set property "GenerateResourceWarnOnBinaryFormatterUse" to false.
More information: https://learn.microsoft.com/dotnet/standard/serialization/binaryformatter-security-guide</source>
<target state="new">MSB3825: Resource "{0}" of type "{1}" is deserialized via BinaryFormatter at runtime. BinaryFormatter is deprecated due to possible security risks and will be removed with .NET 9. If you wish to continue using it, set property "GenerateResourceWarnOnBinaryFormatterUse" to false.
More information: https://learn.microsoft.com/dotnet/standard/serialization/binaryformatter-security-guide</target>
<note>{StrBegin="MSB3825: "}</note>
</trans-unit>
<trans-unit id="GenerateResource.CoreSupportsLimitedScenarios">
<source>MSB3824: In order to build with .NET Core, resource inputs must be in .txt or .resx format.</source>
<target state="translated">MSB3824: per compilare con .NET Core, gli input delle risorse devono essere in formato. txt o. resx.</target>
@ -1399,15 +1362,10 @@
<note>{StrBegin="MSB3981: "}</note>
</trans-unit>
<trans-unit id="GetCompatiblePlatform.NoPlatformsListed">
<source>MSB3982: EnableDynamicPlatformResolution is true but referenced project '{0}' has no 'Platforms' or 'Platform' metadata set. It will be built without a specified platform.</source>
<target state="new">MSB3982: EnableDynamicPlatformResolution is true but referenced project '{0}' has no 'Platforms' or 'Platform' metadata set. It will be built without a specified platform.</target>
<source>MSB3982: EnableDynamicPlatformResolution is true but referenced project '{0}' has no 'Platforms' metadata set. It will be built without a specified platform.</source>
<target state="translated">MSB3982: EnableDynamicPlatformResolution è true ma il progetto di riferimento '{0}' non ha un set di metadati 'Platforms'. Verrà compilato senza una piattaforma specificata.</target>
<note>{StrBegin="MSB3982: "}</note>
</trans-unit>
<trans-unit id="GetCompatiblePlatform.ReferencedProjectHasDefinitivePlatform">
<source>Platform property of referenced project '{0}' matches current project's platform: '{1}'. Referenced project will be built without a global Platform property.</source>
<target state="new">Platform property of referenced project '{0}' matches current project's platform: '{1}'. Referenced project will be built without a global Platform property.</target>
<note />
</trans-unit>
<trans-unit id="GetCompatiblePlatform.SamePlatform">
<source>ProjectReference and current project have the same platform.</source>
<target state="translated">ProjectReference e il progetto corrente hanno la stessa piattaforma.</target>
@ -1589,11 +1547,6 @@
<target state="translated">MSB3216: non è possibile registrare l'assembly "{0}". Accesso negato. Assicurarsi di eseguire l'applicazione come amministratore. {1}</target>
<note>{StrBegin="MSB3216: "}</note>
</trans-unit>
<trans-unit id="RemoveDir.EmptyPath">
<source>MSB3232: An empty directory was passed to RemoveDir and was ignored.</source>
<target state="new">MSB3232: An empty directory was passed to RemoveDir and was ignored.</target>
<note>{StrBegin="MSB3232: "}</note>
</trans-unit>
<trans-unit id="RemoveDir.Error">
<source>MSB3231: Unable to remove directory "{0}". {1}</source>
<target state="translated">MSB3231: non è possibile rimuovere la directory "{0}". {1}</target>
@ -1649,13 +1602,6 @@
<target state="translated">Percorso AssemblyFoldersEx: "{0}"</target>
<note />
</trans-unit>
<trans-unit id="ResolveAssemblyReference.NoBecauseBadImage">
<source>This reference is not "CopyLocal" because it is a bad image. It may be a native binary, or it may not be an assembly at all.</source>
<target state="new">This reference is not "CopyLocal" because it is a bad image. It may be a native binary, or it may not be an assembly at all.</target>
<note>
LOCALIZATION: Please don't localize "CopyLocal" this is an item meta-data name.
</note>
</trans-unit>
<trans-unit id="ResolveAssemblyReference.SearchedAssemblyFoldersEx">
<source>Considered AssemblyFoldersEx locations.</source>
<target state="translated">Percorsi AssemblyFoldersEx considerati.</target>
@ -2145,11 +2091,6 @@
<target state="translated">Il file di elenco di pacchetti ridistribuibili "{0}" include un nome di Redist Null o vuoto nell'elemento FileList. Verificare che il nome di Redist non sia Null o vuoto.</target>
<note />
</trans-unit>
<trans-unit id="ResolveAssemblyReference.WritingCacheFile">
<source>Updating assembly cache file "{0}".</source>
<target state="new">Updating assembly cache file "{0}".</target>
<note />
</trans-unit>
<trans-unit id="ResolveComReference.TreatingTlbOfActiveXAsNonEmbedded">
<source>COM Reference '{0}' is the interop assembly for ActiveX control '{1}' but was marked to be linked by the compiler with the /link flag. This COM reference will be treated as a reference and will not be linked.</source>
<target state="translated">Il riferimento COM '{0}' è l'assembly di interoperabilità per il controllo ActiveX '{1}', tuttavia è stato contrassegnato dal compilatore con il flag /link per il collegamento. Il riferimento COM verrà trattato come riferimento e non verrà collegato.</target>
@ -2370,11 +2311,6 @@
<target state="translated">MSB3326: non è possibile importare il seguente file di chiave: {0}. Il file di chiave potrebbe essere protetto da password. Per risolvere il problema, provare a importare di nuovo il certificato oppure importarlo manualmente nell'archivio certificati personale dell'utente corrente.</target>
<note>{StrBegin="MSB3326: "}</note>
</trans-unit>
<trans-unit id="ResolveKeySource.PfxUnsupported">
<source>PFX signing not supported on .NET Core.</source>
<target state="new">PFX signing not supported on .NET Core.</target>
<note />
</trans-unit>
<trans-unit id="ResolveKeySource.ResolvedThumbprintEmpty">
<source>MSB3327: Unable to find code signing certificate in the current users Windows certificate store. To correct this, either disable signing of the ClickOnce manifest or install the certificate into the certificate store.</source>
<target state="translated">MSB3327: il certificato di firma del codice non è stato trovato nell'archivio certificati Windows dell'utente corrente. Per risolvere il problema, disabilitare la firma del manifesto ClickOnce o installare il certificato nell'archivio certificati.</target>
@ -2644,11 +2580,6 @@
<target state="translated">Decompressione del file "{0}" in "{1}".</target>
<note />
</trans-unit>
<trans-unit id="Unzip.ZipSlipExploit">
<source>Entry is outside the target directory: "{0}"</source>
<target state="new">Entry is outside the target directory: "{0}"</target>
<note />
</trans-unit>
<trans-unit id="Vbc.EnumParameterHasInvalidValue">
<source>MSB3401: "{1}" is an invalid value for the "{0}" parameter. The valid values are: {2}</source>
<target state="translated">MSB3401: "{1}" è un valore non valido per il parametro "{0}". I valori validi sono: {2}</target>
@ -2724,11 +2655,6 @@
<target state="translated">MSB3762: non sono stati passati riferimenti all'attività. Sono necessari almeno i riferimenti a mscorlib e Windows.Foundation.</target>
<note>{StrBegin="MSB3762: "}</note>
</trans-unit>
<trans-unit id="WriteLinesToFile.UnusedWriteOnlyWhenDifferent">
<source>'WriteOnlyWhenDifferent' attribute on "{0}" takes effect only when 'Overwrite="true"'.</source>
<target state="new">'WriteOnlyWhenDifferent' attribute on "{0}" takes effect only when 'Overwrite="true"'.</target>
<note />
</trans-unit>
<trans-unit id="Xaml.DuplicatePropertyName">
<source>MSB3724: Unable to create Xaml task. Duplicate property name '{0}'.</source>
<target state="translated">MSB3724: non è possibile creare l'attività XAML. Il nome di proprietà '{0}' è duplicato.</target>
@ -2804,11 +2730,6 @@
<target state="translated">MSB3705: XslCompiledDllPath non è supportato quando si compila con .NET Core.</target>
<note>{StrBegin="MSB3705: "}</note>
</trans-unit>
<trans-unit id="XslTransform.SecuritySettingsViaUseTrustedSettings">
<source>You are enabling relaxed XSLT security settings via the UseTrustedSettings parameter. For more details on security implications of this setting please see https://aka.ms/msbuild/xsltransformation-task</source>
<target state="new">You are enabling relaxed XSLT security settings via the UseTrustedSettings parameter. For more details on security implications of this setting please see https://aka.ms/msbuild/xsltransformation-task</target>
<note />
</trans-unit>
<trans-unit id="XslTransform.XsltArgumentsError">
<source>MSB3702: Unable to process the XsltParameters argument for the XslTransformation task. {0}</source>
<target state="translated">MSB3702: non è possibile elaborare l'argomento XsltParameters per l'attività XslTransformation. {0}</target>
@ -3344,6 +3265,11 @@
<target state="translated">Il file config AssemblyFolder ('{0}') specificato in Microsoft.Common.CurrentVersion.targets non è valido. Errore: {1}</target>
<note />
</trans-unit>
<trans-unit id="Copy.ExactlyOneTypeOfLink">
<source>MSB3891: Both "{0}" and "{1}" were specified in the project file. Please choose one or the other.</source>
<target state="translated">MSB3891: nel file di progetto sono stati specificati sia "{0}" che "{1}". Sceglierne uno.</target>
<note />
</trans-unit>
<trans-unit id="WriteLinesToFile.ErrorReadingFile">
<source>MSB3492: Could not read existing file "{0}" to determine whether its contents are up to date. Overwriting it.</source>
<target state="translated">MSB3492: non è stato possibile leggere il file esistente "{0}" per determinare se il relativo contenuto è aggiornato. Verrà sovrascritto.</target>

88
src/Tasks/Resources/xlf/Strings.ja.xlf сгенерированный
Просмотреть файл

@ -186,11 +186,6 @@
<target state="translated">MSB3893: リンクを使用して "{0}" を "{1}" にコピーできませんでした。</target>
<note>{StrBegin="MSB3893: "} LOCALIZATION: {0} and {1} are paths.</note>
</trans-unit>
<trans-unit id="Copy.NonWindowsLinkErrorMessage">
<source>The {0} library call failed with the following error code: {1}.</source>
<target state="new">The {0} library call failed with the following error code: {1}.</target>
<note />
</trans-unit>
<trans-unit id="Copy.RetryingAsFileCopy">
<source>Could not use a link to copy "{0}" to "{1}". Copying the file instead. {2}</source>
<target state="translated">リンクを使用して "{0}" を "{1}" にコピーできませんでした。代わりにファイルをコピーしています。{2}</target>
@ -206,11 +201,6 @@
<target state="translated">"{0}" から読み取り専用属性を削除しています。</target>
<note />
</trans-unit>
<trans-unit id="Copy.RetryingAsSymbolicLink">
<source>Could not use a hard link to copy "{0}" to "{1}". Copying the file with symbolic link instead. {2}</source>
<target state="new">Could not use a hard link to copy "{0}" to "{1}". Copying the file with symbolic link instead. {2}</target>
<note>LOCALIZATION: {0} and {1} are paths. {2} is an optional localized message.</note>
</trans-unit>
<trans-unit id="Copy.SourceIsDirectory">
<source>MSB3025: The source file "{0}" is actually a directory. The "Copy" task does not support copying directories.</source>
<target state="translated">MSB3025: ソース ファイル "{0}" はディレクトリです。"Copy" タスクはディレクトリのコピーをサポートしません。</target>
@ -306,21 +296,6 @@
<target state="translated">MSB3061: ファイル "{0}" を削除できません。{1}</target>
<note>{StrBegin="MSB3061: "}</note>
</trans-unit>
<trans-unit id="Delete.InvalidRetryCount">
<source>MSB3028: {0} is an invalid retry count. Value must not be negative.</source>
<target state="new">MSB3028: {0} is an invalid retry count. Value must not be negative.</target>
<note>{StrBegin="MSB3028: "} LOCALIZATION: {0} is a number.</note>
</trans-unit>
<trans-unit id="Delete.InvalidRetryDelay">
<source>MSB3029: {0} is an invalid retry delay. Value must not be negative.</source>
<target state="new">MSB3029: {0} is an invalid retry delay. Value must not be negative.</target>
<note>{StrBegin="MSB3029: "} LOCALIZATION: {0} is a number.</note>
</trans-unit>
<trans-unit id="Delete.Retrying">
<source>MSB3062: Could not delete file "{0}". Beginning retry {1} in {2}ms. {3}</source>
<target state="new">MSB3062: Could not delete file "{0}". Beginning retry {1} in {2}ms. {3}</target>
<note>{StrBegin="MSB3062: "} LOCALIZATION: {0} are paths. {1} and {2} are numbers. {3} is an optional localized message.</note>
</trans-unit>
<trans-unit id="Delete.SkippingNonexistentFile">
<source>File "{0}" doesn't exist. Skipping.</source>
<target state="translated">ファイル "{0}" は存在しません。省略します。</target>
@ -624,11 +599,6 @@
<target state="translated">MSB3094: "{2}" は {0} 項目を参照し、"{3}" は {1} 項目を参照します。これらは同じ項目数を持たなければなりません。</target>
<note>{StrBegin="MSB3094: "}</note>
</trans-unit>
<trans-unit id="GenerateBindingRedirects.CreatingBindingRedirectionFile">
<source>Creating binding redirection file "{0}".</source>
<target state="new">Creating binding redirection file "{0}".</target>
<note />
</trans-unit>
<trans-unit id="GenerateBindingRedirects.MissingConfigurationNode">
<source>MSB3831: The application configuration file must have root configuration element.</source>
<target state="translated">MSB3831: アプリケーション構成ファイルにはルート構成要素が必要です。</target>
@ -1044,13 +1014,6 @@
<target state="translated">MSB3190: ClickOnce では、要求の実行レベル '{0}' はサポートされていません。</target>
<note>{StrBegin="MSB3190: "}</note>
</trans-unit>
<trans-unit id="GenerateResource.BinaryFormatterUse">
<source>MSB3825: Resource "{0}" of type "{1}" is deserialized via BinaryFormatter at runtime. BinaryFormatter is deprecated due to possible security risks and will be removed with .NET 9. If you wish to continue using it, set property "GenerateResourceWarnOnBinaryFormatterUse" to false.
More information: https://learn.microsoft.com/dotnet/standard/serialization/binaryformatter-security-guide</source>
<target state="new">MSB3825: Resource "{0}" of type "{1}" is deserialized via BinaryFormatter at runtime. BinaryFormatter is deprecated due to possible security risks and will be removed with .NET 9. If you wish to continue using it, set property "GenerateResourceWarnOnBinaryFormatterUse" to false.
More information: https://learn.microsoft.com/dotnet/standard/serialization/binaryformatter-security-guide</target>
<note>{StrBegin="MSB3825: "}</note>
</trans-unit>
<trans-unit id="GenerateResource.CoreSupportsLimitedScenarios">
<source>MSB3824: In order to build with .NET Core, resource inputs must be in .txt or .resx format.</source>
<target state="translated">MSB3824: .NET Core を使用してビルドするには、リソースの入力を .txt 形式または .resx 形式にする必要があります。</target>
@ -1399,15 +1362,10 @@
<note>{StrBegin="MSB3981: "}</note>
</trans-unit>
<trans-unit id="GetCompatiblePlatform.NoPlatformsListed">
<source>MSB3982: EnableDynamicPlatformResolution is true but referenced project '{0}' has no 'Platforms' or 'Platform' metadata set. It will be built without a specified platform.</source>
<target state="new">MSB3982: EnableDynamicPlatformResolution is true but referenced project '{0}' has no 'Platforms' or 'Platform' metadata set. It will be built without a specified platform.</target>
<source>MSB3982: EnableDynamicPlatformResolution is true but referenced project '{0}' has no 'Platforms' metadata set. It will be built without a specified platform.</source>
<target state="translated">MSB3982: EnableDynamicPlatformResolution は true ですが、参照対象プロジェクト '{0}' に 'プラットフォーム' メタデータが設定されていません。これは、指定されたプラットフォームなしでビルドされます。</target>
<note>{StrBegin="MSB3982: "}</note>
</trans-unit>
<trans-unit id="GetCompatiblePlatform.ReferencedProjectHasDefinitivePlatform">
<source>Platform property of referenced project '{0}' matches current project's platform: '{1}'. Referenced project will be built without a global Platform property.</source>
<target state="new">Platform property of referenced project '{0}' matches current project's platform: '{1}'. Referenced project will be built without a global Platform property.</target>
<note />
</trans-unit>
<trans-unit id="GetCompatiblePlatform.SamePlatform">
<source>ProjectReference and current project have the same platform.</source>
<target state="translated">ProjectReference と現在のプロジェクトに同じプラットフォームがあります。</target>
@ -1589,11 +1547,6 @@
<target state="translated">MSB3216: アセンブリ "{0}" を登録できません - アクセスが拒否されました。管理者としてアプリケーションを実行しているか確認してください。{1}</target>
<note>{StrBegin="MSB3216: "}</note>
</trans-unit>
<trans-unit id="RemoveDir.EmptyPath">
<source>MSB3232: An empty directory was passed to RemoveDir and was ignored.</source>
<target state="new">MSB3232: An empty directory was passed to RemoveDir and was ignored.</target>
<note>{StrBegin="MSB3232: "}</note>
</trans-unit>
<trans-unit id="RemoveDir.Error">
<source>MSB3231: Unable to remove directory "{0}". {1}</source>
<target state="translated">MSB3231: ディレクトリ "{0}" を削除できません。{1}</target>
@ -1649,13 +1602,6 @@
<target state="translated">AssemblyFoldersEx の場所:"{0}"</target>
<note />
</trans-unit>
<trans-unit id="ResolveAssemblyReference.NoBecauseBadImage">
<source>This reference is not "CopyLocal" because it is a bad image. It may be a native binary, or it may not be an assembly at all.</source>
<target state="new">This reference is not "CopyLocal" because it is a bad image. It may be a native binary, or it may not be an assembly at all.</target>
<note>
LOCALIZATION: Please don't localize "CopyLocal" this is an item meta-data name.
</note>
</trans-unit>
<trans-unit id="ResolveAssemblyReference.SearchedAssemblyFoldersEx">
<source>Considered AssemblyFoldersEx locations.</source>
<target state="translated">AssemblyFoldersEx の場所が考慮されました。</target>
@ -2145,11 +2091,6 @@
<target state="translated">再頒布可能パッケージ リスト ファイル "{0}" の FileList 要素に null または空の再頒布可能パッケージ名があります。再頒布可能パッケージ名が null または空でないことを確認してください。</target>
<note />
</trans-unit>
<trans-unit id="ResolveAssemblyReference.WritingCacheFile">
<source>Updating assembly cache file "{0}".</source>
<target state="new">Updating assembly cache file "{0}".</target>
<note />
</trans-unit>
<trans-unit id="ResolveComReference.TreatingTlbOfActiveXAsNonEmbedded">
<source>COM Reference '{0}' is the interop assembly for ActiveX control '{1}' but was marked to be linked by the compiler with the /link flag. This COM reference will be treated as a reference and will not be linked.</source>
<target state="translated">COM 参照 '{0}' は ActiveX コントロール '{1}' の相互運用アセンブリですが、コンパイラによって /link フラグでリンクされるように設定されています。この COM 参照は参照として処理され、リンクされません。</target>
@ -2370,11 +2311,6 @@
<target state="translated">MSB3326: 次のキー ファイルをインポートできません: {0}。キー ファイルはパスワードで保護されている可能性があります。この状況を解決するには、証明書をもう一度インポートするか、現在のユーザーの個人証明書ストアに証明書を手動でインポートしてください。</target>
<note>{StrBegin="MSB3326: "}</note>
</trans-unit>
<trans-unit id="ResolveKeySource.PfxUnsupported">
<source>PFX signing not supported on .NET Core.</source>
<target state="new">PFX signing not supported on .NET Core.</target>
<note />
</trans-unit>
<trans-unit id="ResolveKeySource.ResolvedThumbprintEmpty">
<source>MSB3327: Unable to find code signing certificate in the current users Windows certificate store. To correct this, either disable signing of the ClickOnce manifest or install the certificate into the certificate store.</source>
<target state="translated">MSB3327: 現在のユーザーの Windows 証明書ストアにコード署名証明書が見つかりません。これを修正するには、ClickOnce マニフェストの署名を無効にするか、証明書ストアに証明書をインストールしてください。</target>
@ -2644,11 +2580,6 @@
<target state="translated">ファイル "{0}" を "{1}" に解凍しています。</target>
<note />
</trans-unit>
<trans-unit id="Unzip.ZipSlipExploit">
<source>Entry is outside the target directory: "{0}"</source>
<target state="new">Entry is outside the target directory: "{0}"</target>
<note />
</trans-unit>
<trans-unit id="Vbc.EnumParameterHasInvalidValue">
<source>MSB3401: "{1}" is an invalid value for the "{0}" parameter. The valid values are: {2}</source>
<target state="translated">MSB3401: "{1}" は "{0}" パラメーターに対して無効な値です。有効な値は {2} です。</target>
@ -2724,11 +2655,6 @@
<target state="translated">MSB3762: 参照がタスクに渡されませんでした。少なくとも mscorlib と Windows.Foundation への参照が必要です。</target>
<note>{StrBegin="MSB3762: "}</note>
</trans-unit>
<trans-unit id="WriteLinesToFile.UnusedWriteOnlyWhenDifferent">
<source>'WriteOnlyWhenDifferent' attribute on "{0}" takes effect only when 'Overwrite="true"'.</source>
<target state="new">'WriteOnlyWhenDifferent' attribute on "{0}" takes effect only when 'Overwrite="true"'.</target>
<note />
</trans-unit>
<trans-unit id="Xaml.DuplicatePropertyName">
<source>MSB3724: Unable to create Xaml task. Duplicate property name '{0}'.</source>
<target state="translated">MSB3724: XAML タスクを作成できません。プロパティ名 '{0}' が重複しています。</target>
@ -2804,11 +2730,6 @@
<target state="translated">MSB3705: XslCompiledDllPath は、.NET Core を使用してビルドしている場合サポートされません。</target>
<note>{StrBegin="MSB3705: "}</note>
</trans-unit>
<trans-unit id="XslTransform.SecuritySettingsViaUseTrustedSettings">
<source>You are enabling relaxed XSLT security settings via the UseTrustedSettings parameter. For more details on security implications of this setting please see https://aka.ms/msbuild/xsltransformation-task</source>
<target state="new">You are enabling relaxed XSLT security settings via the UseTrustedSettings parameter. For more details on security implications of this setting please see https://aka.ms/msbuild/xsltransformation-task</target>
<note />
</trans-unit>
<trans-unit id="XslTransform.XsltArgumentsError">
<source>MSB3702: Unable to process the XsltParameters argument for the XslTransformation task. {0}</source>
<target state="translated">MSB3702: XslTransformation タスクの XsltParameters 引数を処理できません。{0}</target>
@ -3344,6 +3265,11 @@
<target state="translated">Microsoft.Common.CurrentVersion.targets に指定されている AssemblyFolder 構成ファイル ('{0}') が無効です。エラー: {1}</target>
<note />
</trans-unit>
<trans-unit id="Copy.ExactlyOneTypeOfLink">
<source>MSB3891: Both "{0}" and "{1}" were specified in the project file. Please choose one or the other.</source>
<target state="translated">MSB3891: "{0}" と "{1}" の両方がプロジェクト ファイルで指定されました。いずれか 1 つを選択してください。</target>
<note />
</trans-unit>
<trans-unit id="WriteLinesToFile.ErrorReadingFile">
<source>MSB3492: Could not read existing file "{0}" to determine whether its contents are up to date. Overwriting it.</source>
<target state="translated">MSB3492: ファイル "{0}" のコンテンツが最新であるかを判断するため、そのファイルを読み取ることができませんでした。ファイルは上書きされます。</target>

88
src/Tasks/Resources/xlf/Strings.ko.xlf сгенерированный
Просмотреть файл

@ -186,11 +186,6 @@
<target state="translated">MSB3893: 링크를 사용하여 "{0}"을(를) "{1}"에 복사할 수 없습니다.</target>
<note>{StrBegin="MSB3893: "} LOCALIZATION: {0} and {1} are paths.</note>
</trans-unit>
<trans-unit id="Copy.NonWindowsLinkErrorMessage">
<source>The {0} library call failed with the following error code: {1}.</source>
<target state="new">The {0} library call failed with the following error code: {1}.</target>
<note />
</trans-unit>
<trans-unit id="Copy.RetryingAsFileCopy">
<source>Could not use a link to copy "{0}" to "{1}". Copying the file instead. {2}</source>
<target state="translated">"{0}"을(를) "{1}"(으)로 복사하는 데 링크를 사용할 수 없습니다. 대신 파일을 복사합니다. {2}</target>
@ -206,11 +201,6 @@
<target state="translated">"{0}"에서 읽기 전용 특성을 제거하고 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="Copy.RetryingAsSymbolicLink">
<source>Could not use a hard link to copy "{0}" to "{1}". Copying the file with symbolic link instead. {2}</source>
<target state="new">Could not use a hard link to copy "{0}" to "{1}". Copying the file with symbolic link instead. {2}</target>
<note>LOCALIZATION: {0} and {1} are paths. {2} is an optional localized message.</note>
</trans-unit>
<trans-unit id="Copy.SourceIsDirectory">
<source>MSB3025: The source file "{0}" is actually a directory. The "Copy" task does not support copying directories.</source>
<target state="translated">MSB3025: 소스 파일 "{0}"은(는) 실제로 디렉터리입니다. "Copy" 작업으로는 디렉터리를 복사할 수 없습니다.</target>
@ -306,21 +296,6 @@
<target state="translated">MSB3061: "{0}" 파일을 삭제할 수 없습니다. {1}</target>
<note>{StrBegin="MSB3061: "}</note>
</trans-unit>
<trans-unit id="Delete.InvalidRetryCount">
<source>MSB3028: {0} is an invalid retry count. Value must not be negative.</source>
<target state="new">MSB3028: {0} is an invalid retry count. Value must not be negative.</target>
<note>{StrBegin="MSB3028: "} LOCALIZATION: {0} is a number.</note>
</trans-unit>
<trans-unit id="Delete.InvalidRetryDelay">
<source>MSB3029: {0} is an invalid retry delay. Value must not be negative.</source>
<target state="new">MSB3029: {0} is an invalid retry delay. Value must not be negative.</target>
<note>{StrBegin="MSB3029: "} LOCALIZATION: {0} is a number.</note>
</trans-unit>
<trans-unit id="Delete.Retrying">
<source>MSB3062: Could not delete file "{0}". Beginning retry {1} in {2}ms. {3}</source>
<target state="new">MSB3062: Could not delete file "{0}". Beginning retry {1} in {2}ms. {3}</target>
<note>{StrBegin="MSB3062: "} LOCALIZATION: {0} are paths. {1} and {2} are numbers. {3} is an optional localized message.</note>
</trans-unit>
<trans-unit id="Delete.SkippingNonexistentFile">
<source>File "{0}" doesn't exist. Skipping.</source>
<target state="translated">"{0}" 파일이 없습니다. 건너뜁니다.</target>
@ -624,11 +599,6 @@
<target state="translated">MSB3094: "{2}"은(는) 항목을 {0}개 참조하고 "{3}"은(는) 항목을 {1}개 참조합니다. 참조하는 항목 수는 같아야 합니다.</target>
<note>{StrBegin="MSB3094: "}</note>
</trans-unit>
<trans-unit id="GenerateBindingRedirects.CreatingBindingRedirectionFile">
<source>Creating binding redirection file "{0}".</source>
<target state="new">Creating binding redirection file "{0}".</target>
<note />
</trans-unit>
<trans-unit id="GenerateBindingRedirects.MissingConfigurationNode">
<source>MSB3831: The application configuration file must have root configuration element.</source>
<target state="translated">MSB3831: 애플리케이션 구성 파일은 루트 구성 요소를 포함해야 합니다.</target>
@ -1044,13 +1014,6 @@
<target state="translated">MSB3190: ClickOnce는 요청 실행 수준 '{0}'을(를) 지원하지 않습니다.</target>
<note>{StrBegin="MSB3190: "}</note>
</trans-unit>
<trans-unit id="GenerateResource.BinaryFormatterUse">
<source>MSB3825: Resource "{0}" of type "{1}" is deserialized via BinaryFormatter at runtime. BinaryFormatter is deprecated due to possible security risks and will be removed with .NET 9. If you wish to continue using it, set property "GenerateResourceWarnOnBinaryFormatterUse" to false.
More information: https://learn.microsoft.com/dotnet/standard/serialization/binaryformatter-security-guide</source>
<target state="new">MSB3825: Resource "{0}" of type "{1}" is deserialized via BinaryFormatter at runtime. BinaryFormatter is deprecated due to possible security risks and will be removed with .NET 9. If you wish to continue using it, set property "GenerateResourceWarnOnBinaryFormatterUse" to false.
More information: https://learn.microsoft.com/dotnet/standard/serialization/binaryformatter-security-guide</target>
<note>{StrBegin="MSB3825: "}</note>
</trans-unit>
<trans-unit id="GenerateResource.CoreSupportsLimitedScenarios">
<source>MSB3824: In order to build with .NET Core, resource inputs must be in .txt or .resx format.</source>
<target state="translated">MSB3824: .NET Core로 빌드하려면 리소스 입력이 .txt 또는 .resx 형식이어야 합니다.</target>
@ -1399,15 +1362,10 @@
<note>{StrBegin="MSB3981: "}</note>
</trans-unit>
<trans-unit id="GetCompatiblePlatform.NoPlatformsListed">
<source>MSB3982: EnableDynamicPlatformResolution is true but referenced project '{0}' has no 'Platforms' or 'Platform' metadata set. It will be built without a specified platform.</source>
<target state="new">MSB3982: EnableDynamicPlatformResolution is true but referenced project '{0}' has no 'Platforms' or 'Platform' metadata set. It will be built without a specified platform.</target>
<source>MSB3982: EnableDynamicPlatformResolution is true but referenced project '{0}' has no 'Platforms' metadata set. It will be built without a specified platform.</source>
<target state="translated">MSB3982: EnableDynamicPlatformResolution이 true이지만 참조된 프로젝트 '{0}'에 '플랫폼' 메타데이터 세트가 없습니다. 지정된 플랫폼 없이 구축됩니다.</target>
<note>{StrBegin="MSB3982: "}</note>
</trans-unit>
<trans-unit id="GetCompatiblePlatform.ReferencedProjectHasDefinitivePlatform">
<source>Platform property of referenced project '{0}' matches current project's platform: '{1}'. Referenced project will be built without a global Platform property.</source>
<target state="new">Platform property of referenced project '{0}' matches current project's platform: '{1}'. Referenced project will be built without a global Platform property.</target>
<note />
</trans-unit>
<trans-unit id="GetCompatiblePlatform.SamePlatform">
<source>ProjectReference and current project have the same platform.</source>
<target state="translated">ProjectReference와 현재 프로젝트는 동일한 플랫폼을 가지고 있습니다.</target>
@ -1589,11 +1547,6 @@
<target state="translated">MSB3216: "{0}" 어셈블리를 등록할 수 없습니다. 액세스가 거부되었습니다. 관리자로 애플리케이션을 실행하고 있는지 확인하세요. {1}</target>
<note>{StrBegin="MSB3216: "}</note>
</trans-unit>
<trans-unit id="RemoveDir.EmptyPath">
<source>MSB3232: An empty directory was passed to RemoveDir and was ignored.</source>
<target state="new">MSB3232: An empty directory was passed to RemoveDir and was ignored.</target>
<note>{StrBegin="MSB3232: "}</note>
</trans-unit>
<trans-unit id="RemoveDir.Error">
<source>MSB3231: Unable to remove directory "{0}". {1}</source>
<target state="translated">MSB3231: "{0}" 디렉터리를 제거할 수 없습니다. {1}</target>
@ -1649,13 +1602,6 @@
<target state="translated">AssemblyFoldersEx 위치: "{0}"</target>
<note />
</trans-unit>
<trans-unit id="ResolveAssemblyReference.NoBecauseBadImage">
<source>This reference is not "CopyLocal" because it is a bad image. It may be a native binary, or it may not be an assembly at all.</source>
<target state="new">This reference is not "CopyLocal" because it is a bad image. It may be a native binary, or it may not be an assembly at all.</target>
<note>
LOCALIZATION: Please don't localize "CopyLocal" this is an item meta-data name.
</note>
</trans-unit>
<trans-unit id="ResolveAssemblyReference.SearchedAssemblyFoldersEx">
<source>Considered AssemblyFoldersEx locations.</source>
<target state="translated">AssemblyFoldersEx 위치로 간주했습니다.</target>
@ -2145,11 +2091,6 @@
<target state="translated">재배포 가능 패키지 목록 파일 "{0}"의 FileList 요소에 null이거나 비어 있는 재배포 가능 패키지 이름이 있습니다. 재배포 가능 패키지 이름이 null이거나 비어 있지 않도록 하세요.</target>
<note />
</trans-unit>
<trans-unit id="ResolveAssemblyReference.WritingCacheFile">
<source>Updating assembly cache file "{0}".</source>
<target state="new">Updating assembly cache file "{0}".</target>
<note />
</trans-unit>
<trans-unit id="ResolveComReference.TreatingTlbOfActiveXAsNonEmbedded">
<source>COM Reference '{0}' is the interop assembly for ActiveX control '{1}' but was marked to be linked by the compiler with the /link flag. This COM reference will be treated as a reference and will not be linked.</source>
<target state="translated">COM 참조 '{0}'은(는) ActiveX 컨트롤 '{1}'에 대한 interop 어셈블리이지만 /link 플래그로 컴파일러에 의해 링크되도록 표시되어 있습니다. 이 COM 참조는 참조로 간주되지만 링크되지 않습니다.</target>
@ -2370,11 +2311,6 @@
<target state="translated">MSB3326: 키 파일 {0}을(를) 가져올 수 없습니다. 해당 키 파일이 암호로 보호되어 있을 수 있습니다. 이 문제를 해결하려면 인증서를 다시 가져오거나 현재 사용자의 개인 인증서 저장소로 인증서를 직접 가져오세요.</target>
<note>{StrBegin="MSB3326: "}</note>
</trans-unit>
<trans-unit id="ResolveKeySource.PfxUnsupported">
<source>PFX signing not supported on .NET Core.</source>
<target state="new">PFX signing not supported on .NET Core.</target>
<note />
</trans-unit>
<trans-unit id="ResolveKeySource.ResolvedThumbprintEmpty">
<source>MSB3327: Unable to find code signing certificate in the current users Windows certificate store. To correct this, either disable signing of the ClickOnce manifest or install the certificate into the certificate store.</source>
<target state="translated">MSB3327: 현재 사용자의 Windows 인증서 저장소에서 코드 서명 인증서를 찾을 수 없습니다. 이 문제를 해결하려면 ClickOnce 매니페스트를 사용하지 않도록 설정하거나 인증서를 인증서 저장소에 설치하세요.</target>
@ -2644,11 +2580,6 @@
<target state="translated">파일 "{0}"의 압축을 "{1}"에 푸는 중입니다.</target>
<note />
</trans-unit>
<trans-unit id="Unzip.ZipSlipExploit">
<source>Entry is outside the target directory: "{0}"</source>
<target state="new">Entry is outside the target directory: "{0}"</target>
<note />
</trans-unit>
<trans-unit id="Vbc.EnumParameterHasInvalidValue">
<source>MSB3401: "{1}" is an invalid value for the "{0}" parameter. The valid values are: {2}</source>
<target state="translated">MSB3401: "{1}"은(는) "{0}" 매개 변수에 사용할 수 없는 값입니다. 유효한 값은 {2}입니다.</target>
@ -2724,11 +2655,6 @@
<target state="translated">MSB3762: 참조가 작업에 전달되지 않았습니다. 적어도 mscorlib 및 Windows.Foundation에 대한 참조가 필요합니다.</target>
<note>{StrBegin="MSB3762: "}</note>
</trans-unit>
<trans-unit id="WriteLinesToFile.UnusedWriteOnlyWhenDifferent">
<source>'WriteOnlyWhenDifferent' attribute on "{0}" takes effect only when 'Overwrite="true"'.</source>
<target state="new">'WriteOnlyWhenDifferent' attribute on "{0}" takes effect only when 'Overwrite="true"'.</target>
<note />
</trans-unit>
<trans-unit id="Xaml.DuplicatePropertyName">
<source>MSB3724: Unable to create Xaml task. Duplicate property name '{0}'.</source>
<target state="translated">MSB3724: XAML 작업을 만들 수 없습니다. 속성 이름 '{0}'이(가) 중복되었습니다.</target>
@ -2804,11 +2730,6 @@
<target state="translated">MSB3705: XslCompiledDllPath는 .NET Core로 빌드할 때 지원되지 않습니다.</target>
<note>{StrBegin="MSB3705: "}</note>
</trans-unit>
<trans-unit id="XslTransform.SecuritySettingsViaUseTrustedSettings">
<source>You are enabling relaxed XSLT security settings via the UseTrustedSettings parameter. For more details on security implications of this setting please see https://aka.ms/msbuild/xsltransformation-task</source>
<target state="new">You are enabling relaxed XSLT security settings via the UseTrustedSettings parameter. For more details on security implications of this setting please see https://aka.ms/msbuild/xsltransformation-task</target>
<note />
</trans-unit>
<trans-unit id="XslTransform.XsltArgumentsError">
<source>MSB3702: Unable to process the XsltParameters argument for the XslTransformation task. {0}</source>
<target state="translated">MSB3702: XslTransformation 작업에 대해 XsltParameters 인수를 처리할 수 없습니다. {0}</target>
@ -3344,6 +3265,11 @@
<target state="translated">Microsoft.Common.CurrentVersion.targets에 지정된 AssemblyFolder 구성 파일('{0}')이 잘못되었습니다. 오류: {1}</target>
<note />
</trans-unit>
<trans-unit id="Copy.ExactlyOneTypeOfLink">
<source>MSB3891: Both "{0}" and "{1}" were specified in the project file. Please choose one or the other.</source>
<target state="translated">MSB3891: 프로젝트 파일에서 "{0}" 및 "{1}"을(를) 모두 지정했습니다. 둘 중 하나만 선택하세요.</target>
<note />
</trans-unit>
<trans-unit id="WriteLinesToFile.ErrorReadingFile">
<source>MSB3492: Could not read existing file "{0}" to determine whether its contents are up to date. Overwriting it.</source>
<target state="translated">MSB3492: 기존 파일 "{0}"을(를) 읽을 수 없어 콘텐츠가 최신 상태인지 확인할 수 없습니다. 덮어씁니다.</target>

88
src/Tasks/Resources/xlf/Strings.pl.xlf сгенерированный
Просмотреть файл

@ -186,11 +186,6 @@
<target state="translated">MSB3893: Nie można użyć linku w celu skopiowania ścieżki „{0}” do ścieżki „{1}”.</target>
<note>{StrBegin="MSB3893: "} LOCALIZATION: {0} and {1} are paths.</note>
</trans-unit>
<trans-unit id="Copy.NonWindowsLinkErrorMessage">
<source>The {0} library call failed with the following error code: {1}.</source>
<target state="new">The {0} library call failed with the following error code: {1}.</target>
<note />
</trans-unit>
<trans-unit id="Copy.RetryingAsFileCopy">
<source>Could not use a link to copy "{0}" to "{1}". Copying the file instead. {2}</source>
<target state="translated">Nie można użyć linku w celu skopiowania „{0}” do „{1}”. W zamian zostanie skopiowany plik. {2}</target>
@ -206,11 +201,6 @@
<target state="translated">Usuwanie atrybutu tylko do odczytu z elementu „{0}”.</target>
<note />
</trans-unit>
<trans-unit id="Copy.RetryingAsSymbolicLink">
<source>Could not use a hard link to copy "{0}" to "{1}". Copying the file with symbolic link instead. {2}</source>
<target state="new">Could not use a hard link to copy "{0}" to "{1}". Copying the file with symbolic link instead. {2}</target>
<note>LOCALIZATION: {0} and {1} are paths. {2} is an optional localized message.</note>
</trans-unit>
<trans-unit id="Copy.SourceIsDirectory">
<source>MSB3025: The source file "{0}" is actually a directory. The "Copy" task does not support copying directories.</source>
<target state="translated">MSB3025: Plik źródłowy „{0}” jest w rzeczywistości katalogiem. Zadanie „Copy” nie obsługuje kopiowania katalogów.</target>
@ -306,21 +296,6 @@
<target state="translated">MSB3061: Nie można usunąć pliku „{0}”. {1}</target>
<note>{StrBegin="MSB3061: "}</note>
</trans-unit>
<trans-unit id="Delete.InvalidRetryCount">
<source>MSB3028: {0} is an invalid retry count. Value must not be negative.</source>
<target state="new">MSB3028: {0} is an invalid retry count. Value must not be negative.</target>
<note>{StrBegin="MSB3028: "} LOCALIZATION: {0} is a number.</note>
</trans-unit>
<trans-unit id="Delete.InvalidRetryDelay">
<source>MSB3029: {0} is an invalid retry delay. Value must not be negative.</source>
<target state="new">MSB3029: {0} is an invalid retry delay. Value must not be negative.</target>
<note>{StrBegin="MSB3029: "} LOCALIZATION: {0} is a number.</note>
</trans-unit>
<trans-unit id="Delete.Retrying">
<source>MSB3062: Could not delete file "{0}". Beginning retry {1} in {2}ms. {3}</source>
<target state="new">MSB3062: Could not delete file "{0}". Beginning retry {1} in {2}ms. {3}</target>
<note>{StrBegin="MSB3062: "} LOCALIZATION: {0} are paths. {1} and {2} are numbers. {3} is an optional localized message.</note>
</trans-unit>
<trans-unit id="Delete.SkippingNonexistentFile">
<source>File "{0}" doesn't exist. Skipping.</source>
<target state="translated">Plik „{0}” nie istnieje. Operacja zostanie pominięta.</target>
@ -624,11 +599,6 @@
<target state="translated">MSB3094: „{2}” odwołuje się do następującej liczby elementów: {0}, a „{3}” odwołuje się do następującej liczby elementów: {1}. Liczba tych elementów musi być taka sama.</target>
<note>{StrBegin="MSB3094: "}</note>
</trans-unit>
<trans-unit id="GenerateBindingRedirects.CreatingBindingRedirectionFile">
<source>Creating binding redirection file "{0}".</source>
<target state="new">Creating binding redirection file "{0}".</target>
<note />
</trans-unit>
<trans-unit id="GenerateBindingRedirects.MissingConfigurationNode">
<source>MSB3831: The application configuration file must have root configuration element.</source>
<target state="translated">MSB3831: Plik konfiguracji aplikacji musi mieć główny element konfiguracyjny.</target>
@ -1044,13 +1014,6 @@
<target state="translated">MSB3190: Funkcja ClickOnce nie obsługuje poziomu wykonania żądania „{0}”.</target>
<note>{StrBegin="MSB3190: "}</note>
</trans-unit>
<trans-unit id="GenerateResource.BinaryFormatterUse">
<source>MSB3825: Resource "{0}" of type "{1}" is deserialized via BinaryFormatter at runtime. BinaryFormatter is deprecated due to possible security risks and will be removed with .NET 9. If you wish to continue using it, set property "GenerateResourceWarnOnBinaryFormatterUse" to false.
More information: https://learn.microsoft.com/dotnet/standard/serialization/binaryformatter-security-guide</source>
<target state="new">MSB3825: Resource "{0}" of type "{1}" is deserialized via BinaryFormatter at runtime. BinaryFormatter is deprecated due to possible security risks and will be removed with .NET 9. If you wish to continue using it, set property "GenerateResourceWarnOnBinaryFormatterUse" to false.
More information: https://learn.microsoft.com/dotnet/standard/serialization/binaryformatter-security-guide</target>
<note>{StrBegin="MSB3825: "}</note>
</trans-unit>
<trans-unit id="GenerateResource.CoreSupportsLimitedScenarios">
<source>MSB3824: In order to build with .NET Core, resource inputs must be in .txt or .resx format.</source>
<target state="translated">MSB3824: Aby kompilować przy użyciu platformy .NET Core, dane wejściowe zasobów muszą być w formacie txt lub resx.</target>
@ -1399,15 +1362,10 @@
<note>{StrBegin="MSB3981: "}</note>
</trans-unit>
<trans-unit id="GetCompatiblePlatform.NoPlatformsListed">
<source>MSB3982: EnableDynamicPlatformResolution is true but referenced project '{0}' has no 'Platforms' or 'Platform' metadata set. It will be built without a specified platform.</source>
<target state="new">MSB3982: EnableDynamicPlatformResolution is true but referenced project '{0}' has no 'Platforms' or 'Platform' metadata set. It will be built without a specified platform.</target>
<source>MSB3982: EnableDynamicPlatformResolution is true but referenced project '{0}' has no 'Platforms' metadata set. It will be built without a specified platform.</source>
<target state="translated">MSB3982: element EnableDynamicPlatformResolution ma wartość true, ale projekt "{0}", do którego się odnosi, nie ma ustawionych metadanych "Platformy". Zostanie on skompilowany bez określonej platformy.</target>
<note>{StrBegin="MSB3982: "}</note>
</trans-unit>
<trans-unit id="GetCompatiblePlatform.ReferencedProjectHasDefinitivePlatform">
<source>Platform property of referenced project '{0}' matches current project's platform: '{1}'. Referenced project will be built without a global Platform property.</source>
<target state="new">Platform property of referenced project '{0}' matches current project's platform: '{1}'. Referenced project will be built without a global Platform property.</target>
<note />
</trans-unit>
<trans-unit id="GetCompatiblePlatform.SamePlatform">
<source>ProjectReference and current project have the same platform.</source>
<target state="translated">Element ProjectReference i bieżący projekt mają tę samą platformę.</target>
@ -1589,11 +1547,6 @@
<target state="translated">MSB3216: Nie można zarejestrować zestawu „{0}” — odmowa dostępu. Upewnij się, że aplikacja została uruchomiona z uprawnieniami administratora. {1}</target>
<note>{StrBegin="MSB3216: "}</note>
</trans-unit>
<trans-unit id="RemoveDir.EmptyPath">
<source>MSB3232: An empty directory was passed to RemoveDir and was ignored.</source>
<target state="new">MSB3232: An empty directory was passed to RemoveDir and was ignored.</target>
<note>{StrBegin="MSB3232: "}</note>
</trans-unit>
<trans-unit id="RemoveDir.Error">
<source>MSB3231: Unable to remove directory "{0}". {1}</source>
<target state="translated">MSB3231: Nie można usunąć katalogu „{0}”. {1}</target>
@ -1649,13 +1602,6 @@
<target state="translated">Lokalizacja klucza rejestru AssemblyFoldersEx: „{0}”</target>
<note />
</trans-unit>
<trans-unit id="ResolveAssemblyReference.NoBecauseBadImage">
<source>This reference is not "CopyLocal" because it is a bad image. It may be a native binary, or it may not be an assembly at all.</source>
<target state="new">This reference is not "CopyLocal" because it is a bad image. It may be a native binary, or it may not be an assembly at all.</target>
<note>
LOCALIZATION: Please don't localize "CopyLocal" this is an item meta-data name.
</note>
</trans-unit>
<trans-unit id="ResolveAssemblyReference.SearchedAssemblyFoldersEx">
<source>Considered AssemblyFoldersEx locations.</source>
<target state="translated">Wybrano lokalizacje klucza rejestru AssemblyFoldersEx.</target>
@ -2145,11 +2091,6 @@
<target state="translated">Plik z listą pakietów redystrybucyjnych „{0}” ma nazwę Redist równą null lub pustą w elemencie FileList. Upewnij się, że nazwa Redist nie ma wartości null ani nie jest pusta.</target>
<note />
</trans-unit>
<trans-unit id="ResolveAssemblyReference.WritingCacheFile">
<source>Updating assembly cache file "{0}".</source>
<target state="new">Updating assembly cache file "{0}".</target>
<note />
</trans-unit>
<trans-unit id="ResolveComReference.TreatingTlbOfActiveXAsNonEmbedded">
<source>COM Reference '{0}' is the interop assembly for ActiveX control '{1}' but was marked to be linked by the compiler with the /link flag. This COM reference will be treated as a reference and will not be linked.</source>
<target state="translated">Odwołanie COM „{0}” jest zestawem międzyoperacyjnym dla kontrolki ActiveX „{1}”, ale zostało wybrane do połączenia przez kompilator przy użyciu flagi /link. To odwołanie COM jest traktowane jako odwołanie i nie zostanie połączone.</target>
@ -2370,11 +2311,6 @@
<target state="translated">MSB3326: Nie można zaimportować następującego pliku klucza: {0}. Plik klucza może być chroniony hasłem. Aby rozwiązać ten problem, spróbuj ponownie zaimportować certyfikat lub zaimportuj certyfikat ręcznie do osobistego magazynu certyfikatów bieżącego użytkownika.</target>
<note>{StrBegin="MSB3326: "}</note>
</trans-unit>
<trans-unit id="ResolveKeySource.PfxUnsupported">
<source>PFX signing not supported on .NET Core.</source>
<target state="new">PFX signing not supported on .NET Core.</target>
<note />
</trans-unit>
<trans-unit id="ResolveKeySource.ResolvedThumbprintEmpty">
<source>MSB3327: Unable to find code signing certificate in the current users Windows certificate store. To correct this, either disable signing of the ClickOnce manifest or install the certificate into the certificate store.</source>
<target state="translated">MSB3327: Nie można znaleźć certyfikatu podpisywania kodu w magazynie certyfikatów bieżącego użytkownika systemu Windows. Aby naprawić ten błąd, wyłącz podpisywanie manifestu ClickOnce lub zainstaluj certyfikat w magazynie certyfikatów.</target>
@ -2644,11 +2580,6 @@
<target state="translated">Rozpakowywanie pliku „{0}” do pliku „{1}”.</target>
<note />
</trans-unit>
<trans-unit id="Unzip.ZipSlipExploit">
<source>Entry is outside the target directory: "{0}"</source>
<target state="new">Entry is outside the target directory: "{0}"</target>
<note />
</trans-unit>
<trans-unit id="Vbc.EnumParameterHasInvalidValue">
<source>MSB3401: "{1}" is an invalid value for the "{0}" parameter. The valid values are: {2}</source>
<target state="translated">MSB3401: „{1}” jest nieprawidłową wartością parametru „{0}”. Prawidłowe wartości: {2}</target>
@ -2724,11 +2655,6 @@
<target state="translated">MSB3762: Do zadania nie zostały przekazane informacje o żadnych odwołaniach. Wymagane są odwołania co najmniej do biblioteki mscorlib i elementu Windows.Foundation.</target>
<note>{StrBegin="MSB3762: "}</note>
</trans-unit>
<trans-unit id="WriteLinesToFile.UnusedWriteOnlyWhenDifferent">
<source>'WriteOnlyWhenDifferent' attribute on "{0}" takes effect only when 'Overwrite="true"'.</source>
<target state="new">'WriteOnlyWhenDifferent' attribute on "{0}" takes effect only when 'Overwrite="true"'.</target>
<note />
</trans-unit>
<trans-unit id="Xaml.DuplicatePropertyName">
<source>MSB3724: Unable to create Xaml task. Duplicate property name '{0}'.</source>
<target state="translated">MSB3724: Nie można utworzyć zadania XAML. Zduplikowana nazwa właściwości „{0}”.</target>
@ -2804,11 +2730,6 @@
<target state="translated">MSB3705: Element XslCompiledDllPath nie jest obsługiwany podczas kompilowania przy użyciu platformy .NET Core.</target>
<note>{StrBegin="MSB3705: "}</note>
</trans-unit>
<trans-unit id="XslTransform.SecuritySettingsViaUseTrustedSettings">
<source>You are enabling relaxed XSLT security settings via the UseTrustedSettings parameter. For more details on security implications of this setting please see https://aka.ms/msbuild/xsltransformation-task</source>
<target state="new">You are enabling relaxed XSLT security settings via the UseTrustedSettings parameter. For more details on security implications of this setting please see https://aka.ms/msbuild/xsltransformation-task</target>
<note />
</trans-unit>
<trans-unit id="XslTransform.XsltArgumentsError">
<source>MSB3702: Unable to process the XsltParameters argument for the XslTransformation task. {0}</source>
<target state="translated">MSB3702: Nie można przetwarzać argumentu XsltParameters dla zadania XslTransformation. {0}</target>
@ -3344,6 +3265,11 @@
<target state="translated">Plik konfiguracji AssemblyFolder („{0}”) określony w elemencie Microsoft.Common.CurrentVersion.targets był nieprawidłowy. Błąd: {1}</target>
<note />
</trans-unit>
<trans-unit id="Copy.ExactlyOneTypeOfLink">
<source>MSB3891: Both "{0}" and "{1}" were specified in the project file. Please choose one or the other.</source>
<target state="translated">MSB3891: W pliku projektu określono elementy „{0}” i „{1}”. Wybierz jeden z nich.</target>
<note />
</trans-unit>
<trans-unit id="WriteLinesToFile.ErrorReadingFile">
<source>MSB3492: Could not read existing file "{0}" to determine whether its contents are up to date. Overwriting it.</source>
<target state="translated">MSB3492: nie można odczytać istniejącego pliku „{0}” w celu sprawdzenia, czy jego zawartość jest aktualna. Zostanie on zastąpiony.</target>

88
src/Tasks/Resources/xlf/Strings.pt-BR.xlf сгенерированный
Просмотреть файл

@ -186,11 +186,6 @@
<target state="translated">MSB3893: Não foi possível usar um link para copiar "{0}" para "{1}".</target>
<note>{StrBegin="MSB3893: "} LOCALIZATION: {0} and {1} are paths.</note>
</trans-unit>
<trans-unit id="Copy.NonWindowsLinkErrorMessage">
<source>The {0} library call failed with the following error code: {1}.</source>
<target state="new">The {0} library call failed with the following error code: {1}.</target>
<note />
</trans-unit>
<trans-unit id="Copy.RetryingAsFileCopy">
<source>Could not use a link to copy "{0}" to "{1}". Copying the file instead. {2}</source>
<target state="translated">Não foi possível usar um link para copiar "{0}" em "{1}". Copiando o arquivo. {2}</target>
@ -206,11 +201,6 @@
<target state="translated">Removendo o atributo somente leitura de "{0}".</target>
<note />
</trans-unit>
<trans-unit id="Copy.RetryingAsSymbolicLink">
<source>Could not use a hard link to copy "{0}" to "{1}". Copying the file with symbolic link instead. {2}</source>
<target state="new">Could not use a hard link to copy "{0}" to "{1}". Copying the file with symbolic link instead. {2}</target>
<note>LOCALIZATION: {0} and {1} are paths. {2} is an optional localized message.</note>
</trans-unit>
<trans-unit id="Copy.SourceIsDirectory">
<source>MSB3025: The source file "{0}" is actually a directory. The "Copy" task does not support copying directories.</source>
<target state="translated">MSB3025: O arquivo de origem "{0}" é, na verdade, um diretório. A tarefa "Copy" não dá suporte à cópia de diretórios.</target>
@ -306,21 +296,6 @@
<target state="translated">MSB3061: Não é possível excluir o arquivo "{0}". {1}</target>
<note>{StrBegin="MSB3061: "}</note>
</trans-unit>
<trans-unit id="Delete.InvalidRetryCount">
<source>MSB3028: {0} is an invalid retry count. Value must not be negative.</source>
<target state="new">MSB3028: {0} is an invalid retry count. Value must not be negative.</target>
<note>{StrBegin="MSB3028: "} LOCALIZATION: {0} is a number.</note>
</trans-unit>
<trans-unit id="Delete.InvalidRetryDelay">
<source>MSB3029: {0} is an invalid retry delay. Value must not be negative.</source>
<target state="new">MSB3029: {0} is an invalid retry delay. Value must not be negative.</target>
<note>{StrBegin="MSB3029: "} LOCALIZATION: {0} is a number.</note>
</trans-unit>
<trans-unit id="Delete.Retrying">
<source>MSB3062: Could not delete file "{0}". Beginning retry {1} in {2}ms. {3}</source>
<target state="new">MSB3062: Could not delete file "{0}". Beginning retry {1} in {2}ms. {3}</target>
<note>{StrBegin="MSB3062: "} LOCALIZATION: {0} are paths. {1} and {2} are numbers. {3} is an optional localized message.</note>
</trans-unit>
<trans-unit id="Delete.SkippingNonexistentFile">
<source>File "{0}" doesn't exist. Skipping.</source>
<target state="translated">O arquivo "{0}" não existe. Ignorando.</target>
@ -624,11 +599,6 @@
<target state="translated">MSB3094: "{2}" refere-se ao(s) item(ns) {0} e "{3}" refere-se ao(s) item(ns) {1}. Eles devem ter o mesmo número de itens.</target>
<note>{StrBegin="MSB3094: "}</note>
</trans-unit>
<trans-unit id="GenerateBindingRedirects.CreatingBindingRedirectionFile">
<source>Creating binding redirection file "{0}".</source>
<target state="new">Creating binding redirection file "{0}".</target>
<note />
</trans-unit>
<trans-unit id="GenerateBindingRedirects.MissingConfigurationNode">
<source>MSB3831: The application configuration file must have root configuration element.</source>
<target state="translated">MSB3831: o arquivo de configuração do aplicativo deve ter um elemento de configuração raiz.</target>
@ -1044,13 +1014,6 @@
<target state="translated">MSB3190: O ClickOnce não dá suporte ao nível de execução de solicitação "{0}".</target>
<note>{StrBegin="MSB3190: "}</note>
</trans-unit>
<trans-unit id="GenerateResource.BinaryFormatterUse">
<source>MSB3825: Resource "{0}" of type "{1}" is deserialized via BinaryFormatter at runtime. BinaryFormatter is deprecated due to possible security risks and will be removed with .NET 9. If you wish to continue using it, set property "GenerateResourceWarnOnBinaryFormatterUse" to false.
More information: https://learn.microsoft.com/dotnet/standard/serialization/binaryformatter-security-guide</source>
<target state="new">MSB3825: Resource "{0}" of type "{1}" is deserialized via BinaryFormatter at runtime. BinaryFormatter is deprecated due to possible security risks and will be removed with .NET 9. If you wish to continue using it, set property "GenerateResourceWarnOnBinaryFormatterUse" to false.
More information: https://learn.microsoft.com/dotnet/standard/serialization/binaryformatter-security-guide</target>
<note>{StrBegin="MSB3825: "}</note>
</trans-unit>
<trans-unit id="GenerateResource.CoreSupportsLimitedScenarios">
<source>MSB3824: In order to build with .NET Core, resource inputs must be in .txt or .resx format.</source>
<target state="translated">MSB3824: Para compilar com o .NET Core, as entradas de recurso devem estar em formato .txt ou .resx.</target>
@ -1399,15 +1362,10 @@
<note>{StrBegin="MSB3981: "}</note>
</trans-unit>
<trans-unit id="GetCompatiblePlatform.NoPlatformsListed">
<source>MSB3982: EnableDynamicPlatformResolution is true but referenced project '{0}' has no 'Platforms' or 'Platform' metadata set. It will be built without a specified platform.</source>
<target state="new">MSB3982: EnableDynamicPlatformResolution is true but referenced project '{0}' has no 'Platforms' or 'Platform' metadata set. It will be built without a specified platform.</target>
<source>MSB3982: EnableDynamicPlatformResolution is true but referenced project '{0}' has no 'Platforms' metadata set. It will be built without a specified platform.</source>
<target state="translated">MSB3982: EnableDynamicPlatformResolution é verdadeiro, mas o projeto referenciado '{0}' não tem nenhum conjunto de metadados de 'Plataformas'. Ele será criado sem uma plataforma especificada.</target>
<note>{StrBegin="MSB3982: "}</note>
</trans-unit>
<trans-unit id="GetCompatiblePlatform.ReferencedProjectHasDefinitivePlatform">
<source>Platform property of referenced project '{0}' matches current project's platform: '{1}'. Referenced project will be built without a global Platform property.</source>
<target state="new">Platform property of referenced project '{0}' matches current project's platform: '{1}'. Referenced project will be built without a global Platform property.</target>
<note />
</trans-unit>
<trans-unit id="GetCompatiblePlatform.SamePlatform">
<source>ProjectReference and current project have the same platform.</source>
<target state="translated">O ProjectReference e o projeto atual têm a mesma plataforma.</target>
@ -1589,11 +1547,6 @@
<target state="translated">MSB3216: Não é possível registrar o assembly "{0}"; acesso negado. Verifique se você está executando o aplicativo como administrador. {1}</target>
<note>{StrBegin="MSB3216: "}</note>
</trans-unit>
<trans-unit id="RemoveDir.EmptyPath">
<source>MSB3232: An empty directory was passed to RemoveDir and was ignored.</source>
<target state="new">MSB3232: An empty directory was passed to RemoveDir and was ignored.</target>
<note>{StrBegin="MSB3232: "}</note>
</trans-unit>
<trans-unit id="RemoveDir.Error">
<source>MSB3231: Unable to remove directory "{0}". {1}</source>
<target state="translated">MSB3231: Não é possível remover o diretório "{0}". {1}</target>
@ -1649,13 +1602,6 @@
<target state="translated">Localização de AssemblyFoldersEx: "{0}"</target>
<note />
</trans-unit>
<trans-unit id="ResolveAssemblyReference.NoBecauseBadImage">
<source>This reference is not "CopyLocal" because it is a bad image. It may be a native binary, or it may not be an assembly at all.</source>
<target state="new">This reference is not "CopyLocal" because it is a bad image. It may be a native binary, or it may not be an assembly at all.</target>
<note>
LOCALIZATION: Please don't localize "CopyLocal" this is an item meta-data name.
</note>
</trans-unit>
<trans-unit id="ResolveAssemblyReference.SearchedAssemblyFoldersEx">
<source>Considered AssemblyFoldersEx locations.</source>
<target state="translated">Localizações de AssemblyFoldersEx consideradas.</target>
@ -2145,11 +2091,6 @@
<target state="translated">O arquivo da lista de pacote redistribuível "{0}" tem um nome de Pacote Redistribuível nulo ou vazio no elemento FileList. Verifique se o Nome do Pacote Redistribuível não é nulo nem está vazio.</target>
<note />
</trans-unit>
<trans-unit id="ResolveAssemblyReference.WritingCacheFile">
<source>Updating assembly cache file "{0}".</source>
<target state="new">Updating assembly cache file "{0}".</target>
<note />
</trans-unit>
<trans-unit id="ResolveComReference.TreatingTlbOfActiveXAsNonEmbedded">
<source>COM Reference '{0}' is the interop assembly for ActiveX control '{1}' but was marked to be linked by the compiler with the /link flag. This COM reference will be treated as a reference and will not be linked.</source>
<target state="translated">A Referência COM "{0}" é o assembly de interoperabilidade para o controle ActiveX "{1}", mas foi marcada para ser vinculada pelo compilador com o sinalizador /link. Essa referência COM será tratada como uma referência e não será vinculada.</target>
@ -2370,11 +2311,6 @@
<target state="translated">MSB3326: Não é possível importar o seguinte arquivo de chave: {0}. Talvez esse arquivo de chave esteja protegido por senha. Para corrigir isso, tente importar o certificado de novo ou importe-o manualmente para o repositório de certificados pessoal do usuário atual.</target>
<note>{StrBegin="MSB3326: "}</note>
</trans-unit>
<trans-unit id="ResolveKeySource.PfxUnsupported">
<source>PFX signing not supported on .NET Core.</source>
<target state="new">PFX signing not supported on .NET Core.</target>
<note />
</trans-unit>
<trans-unit id="ResolveKeySource.ResolvedThumbprintEmpty">
<source>MSB3327: Unable to find code signing certificate in the current users Windows certificate store. To correct this, either disable signing of the ClickOnce manifest or install the certificate into the certificate store.</source>
<target state="translated">MSB3327: Não foi possível encontrar o certificado de assinatura de código no repositório de certificados do Windows do usuário atual. Para corrigir isso, desabilite a assinatura do manifesto ClickOnce ou instale o certificado no repositório de certificados.</target>
@ -2644,11 +2580,6 @@
<target state="translated">Descompactando o arquivo "{0}" em "{1}".</target>
<note />
</trans-unit>
<trans-unit id="Unzip.ZipSlipExploit">
<source>Entry is outside the target directory: "{0}"</source>
<target state="new">Entry is outside the target directory: "{0}"</target>
<note />
</trans-unit>
<trans-unit id="Vbc.EnumParameterHasInvalidValue">
<source>MSB3401: "{1}" is an invalid value for the "{0}" parameter. The valid values are: {2}</source>
<target state="translated">MSB3401: "{1}" é um nome inválido para o parâmetro "{0}". Os valores válidos são: {2}</target>
@ -2724,11 +2655,6 @@
<target state="translated">MSB3762: Nenhuma referência foi passada para a tarefa. São necessárias referências a pelo menos mscorlib e Windows.Foundation.</target>
<note>{StrBegin="MSB3762: "}</note>
</trans-unit>
<trans-unit id="WriteLinesToFile.UnusedWriteOnlyWhenDifferent">
<source>'WriteOnlyWhenDifferent' attribute on "{0}" takes effect only when 'Overwrite="true"'.</source>
<target state="new">'WriteOnlyWhenDifferent' attribute on "{0}" takes effect only when 'Overwrite="true"'.</target>
<note />
</trans-unit>
<trans-unit id="Xaml.DuplicatePropertyName">
<source>MSB3724: Unable to create Xaml task. Duplicate property name '{0}'.</source>
<target state="translated">MSB3724: não é possível criar a tarefa XAML. Nome da propriedade '{0}' duplicado.</target>
@ -2804,11 +2730,6 @@
<target state="translated">MSB3705: Não há suporte para XslCompiledDllPath ao compilar com o .NET Core.</target>
<note>{StrBegin="MSB3705: "}</note>
</trans-unit>
<trans-unit id="XslTransform.SecuritySettingsViaUseTrustedSettings">
<source>You are enabling relaxed XSLT security settings via the UseTrustedSettings parameter. For more details on security implications of this setting please see https://aka.ms/msbuild/xsltransformation-task</source>
<target state="new">You are enabling relaxed XSLT security settings via the UseTrustedSettings parameter. For more details on security implications of this setting please see https://aka.ms/msbuild/xsltransformation-task</target>
<note />
</trans-unit>
<trans-unit id="XslTransform.XsltArgumentsError">
<source>MSB3702: Unable to process the XsltParameters argument for the XslTransformation task. {0}</source>
<target state="translated">MSB3702: Não é possível processar o argumento XsltParameters para a tarefa XslTransformation. {0}</target>
@ -3344,6 +3265,11 @@
<target state="translated">O arquivo de configuração AssemblyFolder ('{0}') especificado em Microsoft.Common.CurrentVersion.targets era inválido. O erro era: {1}</target>
<note />
</trans-unit>
<trans-unit id="Copy.ExactlyOneTypeOfLink">
<source>MSB3891: Both "{0}" and "{1}" were specified in the project file. Please choose one or the other.</source>
<target state="translated">MSB3891: "{0}" e "{1}" foram especificados no arquivo do projeto. Escolha um ou outro.</target>
<note />
</trans-unit>
<trans-unit id="WriteLinesToFile.ErrorReadingFile">
<source>MSB3492: Could not read existing file "{0}" to determine whether its contents are up to date. Overwriting it.</source>
<target state="translated">MSB3492: não foi possível ler o arquivo existente "{0}" para determinar se seus conteúdos estão atualizados. Substituindo-o.</target>

88
src/Tasks/Resources/xlf/Strings.ru.xlf сгенерированный
Просмотреть файл

@ -186,11 +186,6 @@
<target state="translated">MSB3893: не удалось использовать связь для копирования "{0}" в "{1}".</target>
<note>{StrBegin="MSB3893: "} LOCALIZATION: {0} and {1} are paths.</note>
</trans-unit>
<trans-unit id="Copy.NonWindowsLinkErrorMessage">
<source>The {0} library call failed with the following error code: {1}.</source>
<target state="new">The {0} library call failed with the following error code: {1}.</target>
<note />
</trans-unit>
<trans-unit id="Copy.RetryingAsFileCopy">
<source>Could not use a link to copy "{0}" to "{1}". Copying the file instead. {2}</source>
<target state="translated">Не удалось использовать связь для копирования "{0}" в "{1}". Вместо этого копируется файл. {2}</target>
@ -206,11 +201,6 @@
<target state="translated">Удаление доступного только для чтения атрибута из "{0}".</target>
<note />
</trans-unit>
<trans-unit id="Copy.RetryingAsSymbolicLink">
<source>Could not use a hard link to copy "{0}" to "{1}". Copying the file with symbolic link instead. {2}</source>
<target state="new">Could not use a hard link to copy "{0}" to "{1}". Copying the file with symbolic link instead. {2}</target>
<note>LOCALIZATION: {0} and {1} are paths. {2} is an optional localized message.</note>
</trans-unit>
<trans-unit id="Copy.SourceIsDirectory">
<source>MSB3025: The source file "{0}" is actually a directory. The "Copy" task does not support copying directories.</source>
<target state="translated">MSB3025: исходный файл "{0}" в действительности является каталогом. Задача Copy не поддерживает копирование каталогов.</target>
@ -306,21 +296,6 @@
<target state="translated">MSB3061: Не удается удалить файл "{0}". {1}</target>
<note>{StrBegin="MSB3061: "}</note>
</trans-unit>
<trans-unit id="Delete.InvalidRetryCount">
<source>MSB3028: {0} is an invalid retry count. Value must not be negative.</source>
<target state="new">MSB3028: {0} is an invalid retry count. Value must not be negative.</target>
<note>{StrBegin="MSB3028: "} LOCALIZATION: {0} is a number.</note>
</trans-unit>
<trans-unit id="Delete.InvalidRetryDelay">
<source>MSB3029: {0} is an invalid retry delay. Value must not be negative.</source>
<target state="new">MSB3029: {0} is an invalid retry delay. Value must not be negative.</target>
<note>{StrBegin="MSB3029: "} LOCALIZATION: {0} is a number.</note>
</trans-unit>
<trans-unit id="Delete.Retrying">
<source>MSB3062: Could not delete file "{0}". Beginning retry {1} in {2}ms. {3}</source>
<target state="new">MSB3062: Could not delete file "{0}". Beginning retry {1} in {2}ms. {3}</target>
<note>{StrBegin="MSB3062: "} LOCALIZATION: {0} are paths. {1} and {2} are numbers. {3} is an optional localized message.</note>
</trans-unit>
<trans-unit id="Delete.SkippingNonexistentFile">
<source>File "{0}" doesn't exist. Skipping.</source>
<target state="translated">Файл "{0}" не существует. Пропускается.</target>
@ -624,11 +599,6 @@
<target state="translated">MSB3094: "{2}" ссылается на следующее число элементов: {0}, а "{3}" — на {1}. Число элементов должно быть одинаковым.</target>
<note>{StrBegin="MSB3094: "}</note>
</trans-unit>
<trans-unit id="GenerateBindingRedirects.CreatingBindingRedirectionFile">
<source>Creating binding redirection file "{0}".</source>
<target state="new">Creating binding redirection file "{0}".</target>
<note />
</trans-unit>
<trans-unit id="GenerateBindingRedirects.MissingConfigurationNode">
<source>MSB3831: The application configuration file must have root configuration element.</source>
<target state="translated">MSB3831: Файл конфигурации приложения должен содержать корневой элемент конфигурации.</target>
@ -1044,13 +1014,6 @@
<target state="translated">MSB3190: ClickOnce не поддерживает уровень выполнения запроса "{0}".</target>
<note>{StrBegin="MSB3190: "}</note>
</trans-unit>
<trans-unit id="GenerateResource.BinaryFormatterUse">
<source>MSB3825: Resource "{0}" of type "{1}" is deserialized via BinaryFormatter at runtime. BinaryFormatter is deprecated due to possible security risks and will be removed with .NET 9. If you wish to continue using it, set property "GenerateResourceWarnOnBinaryFormatterUse" to false.
More information: https://learn.microsoft.com/dotnet/standard/serialization/binaryformatter-security-guide</source>
<target state="new">MSB3825: Resource "{0}" of type "{1}" is deserialized via BinaryFormatter at runtime. BinaryFormatter is deprecated due to possible security risks and will be removed with .NET 9. If you wish to continue using it, set property "GenerateResourceWarnOnBinaryFormatterUse" to false.
More information: https://learn.microsoft.com/dotnet/standard/serialization/binaryformatter-security-guide</target>
<note>{StrBegin="MSB3825: "}</note>
</trans-unit>
<trans-unit id="GenerateResource.CoreSupportsLimitedScenarios">
<source>MSB3824: In order to build with .NET Core, resource inputs must be in .txt or .resx format.</source>
<target state="translated">MSB3824: для сборки с использованием .NET Core входные данные ресурсов должны быть в формате TXT или RESX.</target>
@ -1399,15 +1362,10 @@
<note>{StrBegin="MSB3981: "}</note>
</trans-unit>
<trans-unit id="GetCompatiblePlatform.NoPlatformsListed">
<source>MSB3982: EnableDynamicPlatformResolution is true but referenced project '{0}' has no 'Platforms' or 'Platform' metadata set. It will be built without a specified platform.</source>
<target state="new">MSB3982: EnableDynamicPlatformResolution is true but referenced project '{0}' has no 'Platforms' or 'Platform' metadata set. It will be built without a specified platform.</target>
<source>MSB3982: EnableDynamicPlatformResolution is true but referenced project '{0}' has no 'Platforms' metadata set. It will be built without a specified platform.</source>
<target state="translated">MSB3982: EnableDynamicPlatformResolution имеет значение true, но у указанного проекта "{0}" нет заданных метаданных "Platforms". Сборка будет выполнена без указанной платформы.</target>
<note>{StrBegin="MSB3982: "}</note>
</trans-unit>
<trans-unit id="GetCompatiblePlatform.ReferencedProjectHasDefinitivePlatform">
<source>Platform property of referenced project '{0}' matches current project's platform: '{1}'. Referenced project will be built without a global Platform property.</source>
<target state="new">Platform property of referenced project '{0}' matches current project's platform: '{1}'. Referenced project will be built without a global Platform property.</target>
<note />
</trans-unit>
<trans-unit id="GetCompatiblePlatform.SamePlatform">
<source>ProjectReference and current project have the same platform.</source>
<target state="translated">ProjectReference и текущий проект используют одну платформу.</target>
@ -1589,11 +1547,6 @@
<target state="translated">MSB3216: невозможно зарегистрировать сборку "{0}" — отказано в доступе. Убедитесь, что приложение запущено с правами администратора. {1}</target>
<note>{StrBegin="MSB3216: "}</note>
</trans-unit>
<trans-unit id="RemoveDir.EmptyPath">
<source>MSB3232: An empty directory was passed to RemoveDir and was ignored.</source>
<target state="new">MSB3232: An empty directory was passed to RemoveDir and was ignored.</target>
<note>{StrBegin="MSB3232: "}</note>
</trans-unit>
<trans-unit id="RemoveDir.Error">
<source>MSB3231: Unable to remove directory "{0}". {1}</source>
<target state="translated">MSB3231: Не удалось удалить каталог "{0}". {1}</target>
@ -1649,13 +1602,6 @@
<target state="translated">Расположение AssemblyFoldersEx: "{0}"</target>
<note />
</trans-unit>
<trans-unit id="ResolveAssemblyReference.NoBecauseBadImage">
<source>This reference is not "CopyLocal" because it is a bad image. It may be a native binary, or it may not be an assembly at all.</source>
<target state="new">This reference is not "CopyLocal" because it is a bad image. It may be a native binary, or it may not be an assembly at all.</target>
<note>
LOCALIZATION: Please don't localize "CopyLocal" this is an item meta-data name.
</note>
</trans-unit>
<trans-unit id="ResolveAssemblyReference.SearchedAssemblyFoldersEx">
<source>Considered AssemblyFoldersEx locations.</source>
<target state="translated">Рассмотрены расположения AssemblyFoldersEx.</target>
@ -2145,11 +2091,6 @@
<target state="translated">В файле списка распространяемых пакетов "{0}" имя распространяемого пакета в элементе FileList имеет пустое значение или значение NULL. Убедитесь, что имя распространяемого пакета (Redist Name) не пусто и не равно NULL.</target>
<note />
</trans-unit>
<trans-unit id="ResolveAssemblyReference.WritingCacheFile">
<source>Updating assembly cache file "{0}".</source>
<target state="new">Updating assembly cache file "{0}".</target>
<note />
</trans-unit>
<trans-unit id="ResolveComReference.TreatingTlbOfActiveXAsNonEmbedded">
<source>COM Reference '{0}' is the interop assembly for ActiveX control '{1}' but was marked to be linked by the compiler with the /link flag. This COM reference will be treated as a reference and will not be linked.</source>
<target state="translated">COM-ссылка "{0}" является сборкой взаимодействия для элемента ActiveX "{1}", но была помечена на компоновку компилятором флагом /link. Эта COM-ссылка будет считаться ссылкой и не будет скомпонована.</target>
@ -2370,11 +2311,6 @@
<target state="translated">MSB3326: невозможно импортировать следующий файл ключа: {0}. Возможно, файл ключа защищен паролем. Чтобы устранить эту ошибку, повторите попытку импорта сертификата или вручную импортируйте сертификат в личное хранилище сертификатов текущего пользователя.</target>
<note>{StrBegin="MSB3326: "}</note>
</trans-unit>
<trans-unit id="ResolveKeySource.PfxUnsupported">
<source>PFX signing not supported on .NET Core.</source>
<target state="new">PFX signing not supported on .NET Core.</target>
<note />
</trans-unit>
<trans-unit id="ResolveKeySource.ResolvedThumbprintEmpty">
<source>MSB3327: Unable to find code signing certificate in the current users Windows certificate store. To correct this, either disable signing of the ClickOnce manifest or install the certificate into the certificate store.</source>
<target state="translated">MSB3327: не удается найти сертификат подписи кода в хранилище сертификатов Windows текущего пользователя. Чтобы исправить это, отключите подписывание манифеста ClickOnce или установите сертификат в хранилище сертификатов.</target>
@ -2644,11 +2580,6 @@
<target state="translated">Распаковка файла "{0}" в"{1}".</target>
<note />
</trans-unit>
<trans-unit id="Unzip.ZipSlipExploit">
<source>Entry is outside the target directory: "{0}"</source>
<target state="new">Entry is outside the target directory: "{0}"</target>
<note />
</trans-unit>
<trans-unit id="Vbc.EnumParameterHasInvalidValue">
<source>MSB3401: "{1}" is an invalid value for the "{0}" parameter. The valid values are: {2}</source>
<target state="translated">MSB3401: "{1}" — недопустимое значение для параметра "{0}". Допустимые значения: {2}</target>
@ -2724,11 +2655,6 @@
<target state="translated">MSB3762: в задачу не переданы ссылки. Требуются ссылки как минимум на mscorlib и Windows.Foundation.</target>
<note>{StrBegin="MSB3762: "}</note>
</trans-unit>
<trans-unit id="WriteLinesToFile.UnusedWriteOnlyWhenDifferent">
<source>'WriteOnlyWhenDifferent' attribute on "{0}" takes effect only when 'Overwrite="true"'.</source>
<target state="new">'WriteOnlyWhenDifferent' attribute on "{0}" takes effect only when 'Overwrite="true"'.</target>
<note />
</trans-unit>
<trans-unit id="Xaml.DuplicatePropertyName">
<source>MSB3724: Unable to create Xaml task. Duplicate property name '{0}'.</source>
<target state="translated">MSB3724: не удалось создать задачу XAML. Повторяющееся имя свойства "{0}".</target>
@ -2804,11 +2730,6 @@
<target state="translated">MSB3705: XslCompiledDllPath не поддерживается при сборке с использованием .NET Core.</target>
<note>{StrBegin="MSB3705: "}</note>
</trans-unit>
<trans-unit id="XslTransform.SecuritySettingsViaUseTrustedSettings">
<source>You are enabling relaxed XSLT security settings via the UseTrustedSettings parameter. For more details on security implications of this setting please see https://aka.ms/msbuild/xsltransformation-task</source>
<target state="new">You are enabling relaxed XSLT security settings via the UseTrustedSettings parameter. For more details on security implications of this setting please see https://aka.ms/msbuild/xsltransformation-task</target>
<note />
</trans-unit>
<trans-unit id="XslTransform.XsltArgumentsError">
<source>MSB3702: Unable to process the XsltParameters argument for the XslTransformation task. {0}</source>
<target state="translated">MSB3702: Не удалось обработать аргумент XsltParameters для задачи XslTransformation. {0}</target>
@ -3344,6 +3265,11 @@
<target state="translated">Файл конфигурации AssemblyFolder ("{0}"), указанный в Microsoft.Common.CurrentVersion.targets, недопустим. Ошибка: {1}.</target>
<note />
</trans-unit>
<trans-unit id="Copy.ExactlyOneTypeOfLink">
<source>MSB3891: Both "{0}" and "{1}" were specified in the project file. Please choose one or the other.</source>
<target state="translated">MSB3891: в файле проекта указан как "{0}", так и "{1}". Укажите только один из них.</target>
<note />
</trans-unit>
<trans-unit id="WriteLinesToFile.ErrorReadingFile">
<source>MSB3492: Could not read existing file "{0}" to determine whether its contents are up to date. Overwriting it.</source>
<target state="translated">MSB3492: не удалось считать данные из существующего файла ("{0}") и определить, актуально ли его содержимое. Файл перезаписывается.</target>

88
src/Tasks/Resources/xlf/Strings.tr.xlf сгенерированный
Просмотреть файл

@ -186,11 +186,6 @@
<target state="translated">MSB3893: "{0}" dosyasını "{1}" yoluna kopyalama bağlantısı kullanılamadı.</target>
<note>{StrBegin="MSB3893: "} LOCALIZATION: {0} and {1} are paths.</note>
</trans-unit>
<trans-unit id="Copy.NonWindowsLinkErrorMessage">
<source>The {0} library call failed with the following error code: {1}.</source>
<target state="new">The {0} library call failed with the following error code: {1}.</target>
<note />
</trans-unit>
<trans-unit id="Copy.RetryingAsFileCopy">
<source>Could not use a link to copy "{0}" to "{1}". Copying the file instead. {2}</source>
<target state="translated">"{0}" dosyasını "{1}" yoluna kopyalamak için bağlantı kullanılamadı. Bunun yerine dosya kopyalanıyor. {2}</target>
@ -206,11 +201,6 @@
<target state="translated">"{0}" öğesinin salt okunur özniteliği kaldırılıyor.</target>
<note />
</trans-unit>
<trans-unit id="Copy.RetryingAsSymbolicLink">
<source>Could not use a hard link to copy "{0}" to "{1}". Copying the file with symbolic link instead. {2}</source>
<target state="new">Could not use a hard link to copy "{0}" to "{1}". Copying the file with symbolic link instead. {2}</target>
<note>LOCALIZATION: {0} and {1} are paths. {2} is an optional localized message.</note>
</trans-unit>
<trans-unit id="Copy.SourceIsDirectory">
<source>MSB3025: The source file "{0}" is actually a directory. The "Copy" task does not support copying directories.</source>
<target state="translated">MSB3025: "{0}" kaynak dosyası aslında bir dizindir. "Kopyala" görevi, dizinleri kopyalamayı desteklemez.</target>
@ -306,21 +296,6 @@
<target state="translated">MSB3061: "{0}" dosyası silinemiyor. {1}</target>
<note>{StrBegin="MSB3061: "}</note>
</trans-unit>
<trans-unit id="Delete.InvalidRetryCount">
<source>MSB3028: {0} is an invalid retry count. Value must not be negative.</source>
<target state="new">MSB3028: {0} is an invalid retry count. Value must not be negative.</target>
<note>{StrBegin="MSB3028: "} LOCALIZATION: {0} is a number.</note>
</trans-unit>
<trans-unit id="Delete.InvalidRetryDelay">
<source>MSB3029: {0} is an invalid retry delay. Value must not be negative.</source>
<target state="new">MSB3029: {0} is an invalid retry delay. Value must not be negative.</target>
<note>{StrBegin="MSB3029: "} LOCALIZATION: {0} is a number.</note>
</trans-unit>
<trans-unit id="Delete.Retrying">
<source>MSB3062: Could not delete file "{0}". Beginning retry {1} in {2}ms. {3}</source>
<target state="new">MSB3062: Could not delete file "{0}". Beginning retry {1} in {2}ms. {3}</target>
<note>{StrBegin="MSB3062: "} LOCALIZATION: {0} are paths. {1} and {2} are numbers. {3} is an optional localized message.</note>
</trans-unit>
<trans-unit id="Delete.SkippingNonexistentFile">
<source>File "{0}" doesn't exist. Skipping.</source>
<target state="translated">"{0}" dosyası yok. Atlanıyor.</target>
@ -624,11 +599,6 @@
<target state="translated">MSB3094: "{2}", {0} öğeye; "{3}", {1} öğeye başvuruyor. Aynı sayıda öğeye sahip olmaları gerekir.</target>
<note>{StrBegin="MSB3094: "}</note>
</trans-unit>
<trans-unit id="GenerateBindingRedirects.CreatingBindingRedirectionFile">
<source>Creating binding redirection file "{0}".</source>
<target state="new">Creating binding redirection file "{0}".</target>
<note />
</trans-unit>
<trans-unit id="GenerateBindingRedirects.MissingConfigurationNode">
<source>MSB3831: The application configuration file must have root configuration element.</source>
<target state="translated">MSB3831: Uygulama yapılandırma dosyasının kök yapılandırma öğesi olmalıdır.</target>
@ -1044,13 +1014,6 @@
<target state="translated">MSB3190: ClickOnce, '{0}' istek yürütme düzeyini desteklemiyor.</target>
<note>{StrBegin="MSB3190: "}</note>
</trans-unit>
<trans-unit id="GenerateResource.BinaryFormatterUse">
<source>MSB3825: Resource "{0}" of type "{1}" is deserialized via BinaryFormatter at runtime. BinaryFormatter is deprecated due to possible security risks and will be removed with .NET 9. If you wish to continue using it, set property "GenerateResourceWarnOnBinaryFormatterUse" to false.
More information: https://learn.microsoft.com/dotnet/standard/serialization/binaryformatter-security-guide</source>
<target state="new">MSB3825: Resource "{0}" of type "{1}" is deserialized via BinaryFormatter at runtime. BinaryFormatter is deprecated due to possible security risks and will be removed with .NET 9. If you wish to continue using it, set property "GenerateResourceWarnOnBinaryFormatterUse" to false.
More information: https://learn.microsoft.com/dotnet/standard/serialization/binaryformatter-security-guide</target>
<note>{StrBegin="MSB3825: "}</note>
</trans-unit>
<trans-unit id="GenerateResource.CoreSupportsLimitedScenarios">
<source>MSB3824: In order to build with .NET Core, resource inputs must be in .txt or .resx format.</source>
<target state="translated">MSB3824: .NET Core ile derlemek için kaynak girişleri .txt veya .resx biçiminde olmalıdır.</target>
@ -1399,15 +1362,10 @@
<note>{StrBegin="MSB3981: "}</note>
</trans-unit>
<trans-unit id="GetCompatiblePlatform.NoPlatformsListed">
<source>MSB3982: EnableDynamicPlatformResolution is true but referenced project '{0}' has no 'Platforms' or 'Platform' metadata set. It will be built without a specified platform.</source>
<target state="new">MSB3982: EnableDynamicPlatformResolution is true but referenced project '{0}' has no 'Platforms' or 'Platform' metadata set. It will be built without a specified platform.</target>
<source>MSB3982: EnableDynamicPlatformResolution is true but referenced project '{0}' has no 'Platforms' metadata set. It will be built without a specified platform.</source>
<target state="translated">MSB3982: EnableDynamicPlatformResolution doğru ancak başvurulan proje '{0}', 'Platforms' meta veri kümesine sahip değil. Belirli bir platform olmadan oluşturulacak.</target>
<note>{StrBegin="MSB3982: "}</note>
</trans-unit>
<trans-unit id="GetCompatiblePlatform.ReferencedProjectHasDefinitivePlatform">
<source>Platform property of referenced project '{0}' matches current project's platform: '{1}'. Referenced project will be built without a global Platform property.</source>
<target state="new">Platform property of referenced project '{0}' matches current project's platform: '{1}'. Referenced project will be built without a global Platform property.</target>
<note />
</trans-unit>
<trans-unit id="GetCompatiblePlatform.SamePlatform">
<source>ProjectReference and current project have the same platform.</source>
<target state="translated">ProjectReference ve geçerli proje aynı platforma sahip.</target>
@ -1589,11 +1547,6 @@
<target state="translated">MSB3216: "{0}" bütünleştirilmiş kodu kaydedilemiyor - erişim reddedildi. Lütfen uygulamayı yönetici olarak çalıştırdığınızdan emin olun. {1}</target>
<note>{StrBegin="MSB3216: "}</note>
</trans-unit>
<trans-unit id="RemoveDir.EmptyPath">
<source>MSB3232: An empty directory was passed to RemoveDir and was ignored.</source>
<target state="new">MSB3232: An empty directory was passed to RemoveDir and was ignored.</target>
<note>{StrBegin="MSB3232: "}</note>
</trans-unit>
<trans-unit id="RemoveDir.Error">
<source>MSB3231: Unable to remove directory "{0}". {1}</source>
<target state="translated">MSB3231: "{0}" dizini kaldırılamıyor. {1}</target>
@ -1649,13 +1602,6 @@
<target state="translated">AssemblyFoldersEx konumu: "{0}"</target>
<note />
</trans-unit>
<trans-unit id="ResolveAssemblyReference.NoBecauseBadImage">
<source>This reference is not "CopyLocal" because it is a bad image. It may be a native binary, or it may not be an assembly at all.</source>
<target state="new">This reference is not "CopyLocal" because it is a bad image. It may be a native binary, or it may not be an assembly at all.</target>
<note>
LOCALIZATION: Please don't localize "CopyLocal" this is an item meta-data name.
</note>
</trans-unit>
<trans-unit id="ResolveAssemblyReference.SearchedAssemblyFoldersEx">
<source>Considered AssemblyFoldersEx locations.</source>
<target state="translated">AssemblyFoldersEx konumları dikkate alındı.</target>
@ -2145,11 +2091,6 @@
<target state="translated">"{0}" yeniden dağıtım liste dosyasının FileList öğesindeki Redist adı null veya boş. Redist adının null veya boş olmadığından emin olun.</target>
<note />
</trans-unit>
<trans-unit id="ResolveAssemblyReference.WritingCacheFile">
<source>Updating assembly cache file "{0}".</source>
<target state="new">Updating assembly cache file "{0}".</target>
<note />
</trans-unit>
<trans-unit id="ResolveComReference.TreatingTlbOfActiveXAsNonEmbedded">
<source>COM Reference '{0}' is the interop assembly for ActiveX control '{1}' but was marked to be linked by the compiler with the /link flag. This COM reference will be treated as a reference and will not be linked.</source>
<target state="translated">'{0}' COM Başvurusu, '{1}' ActiveX denetiminin birlikte çalışma bütünleştirilmiş kodu, ancak /link bayrağıyla derleyici tarafından bağlanmak üzere işaretlenmiş. Bu COM başvurusu, başvuru olarak değerlendirilecek ve bağlanmayacak.</target>
@ -2370,11 +2311,6 @@
<target state="translated">MSB3326: Şu anahtar dosyası içeri aktarılamıyor: {0}. Anahtar dosyası parola korumalı olabilir. Bunu düzeltmek için, sertifikayı yeniden içeri aktarmayı deneyin veya sertifikayı el ile geçerli kullanıcının kişisel sertifika deposuna aktarın.</target>
<note>{StrBegin="MSB3326: "}</note>
</trans-unit>
<trans-unit id="ResolveKeySource.PfxUnsupported">
<source>PFX signing not supported on .NET Core.</source>
<target state="new">PFX signing not supported on .NET Core.</target>
<note />
</trans-unit>
<trans-unit id="ResolveKeySource.ResolvedThumbprintEmpty">
<source>MSB3327: Unable to find code signing certificate in the current users Windows certificate store. To correct this, either disable signing of the ClickOnce manifest or install the certificate into the certificate store.</source>
<target state="translated">MSB3327: Geçerli kullanıcının Windows sertifika deposunda kod imzalama sertifikası bulunamadı. Bunu düzeltmek için, ClickOnce bildiriminin imzalanmasını devre dışı bırakın veya sertifikayı sertifika deposuna yükleyin.</target>
@ -2644,11 +2580,6 @@
<target state="translated">"{0}" dosyasının sıkıştırması "{1}" hedefine açılıyor.</target>
<note />
</trans-unit>
<trans-unit id="Unzip.ZipSlipExploit">
<source>Entry is outside the target directory: "{0}"</source>
<target state="new">Entry is outside the target directory: "{0}"</target>
<note />
</trans-unit>
<trans-unit id="Vbc.EnumParameterHasInvalidValue">
<source>MSB3401: "{1}" is an invalid value for the "{0}" parameter. The valid values are: {2}</source>
<target state="translated">MSB3401: "{1}" değeri, "{0}" parametresi için geçersiz. Geçerli değerler şunlardır: {2}</target>
@ -2724,11 +2655,6 @@
<target state="translated">MSB3762: Göreve hiçbir başvuru geçirilmedi. En azından mscorlib ve Windows.Foundation başvuruları gereklidir.</target>
<note>{StrBegin="MSB3762: "}</note>
</trans-unit>
<trans-unit id="WriteLinesToFile.UnusedWriteOnlyWhenDifferent">
<source>'WriteOnlyWhenDifferent' attribute on "{0}" takes effect only when 'Overwrite="true"'.</source>
<target state="new">'WriteOnlyWhenDifferent' attribute on "{0}" takes effect only when 'Overwrite="true"'.</target>
<note />
</trans-unit>
<trans-unit id="Xaml.DuplicatePropertyName">
<source>MSB3724: Unable to create Xaml task. Duplicate property name '{0}'.</source>
<target state="translated">MSB3724: XAML görevi oluşturulamıyor. Yinelenen özellik adı: '{0}'.</target>
@ -2804,11 +2730,6 @@
<target state="translated">MSB3705: .NET Core ile derlenirken XslCompiledDllPath desteklenmez.</target>
<note>{StrBegin="MSB3705: "}</note>
</trans-unit>
<trans-unit id="XslTransform.SecuritySettingsViaUseTrustedSettings">
<source>You are enabling relaxed XSLT security settings via the UseTrustedSettings parameter. For more details on security implications of this setting please see https://aka.ms/msbuild/xsltransformation-task</source>
<target state="new">You are enabling relaxed XSLT security settings via the UseTrustedSettings parameter. For more details on security implications of this setting please see https://aka.ms/msbuild/xsltransformation-task</target>
<note />
</trans-unit>
<trans-unit id="XslTransform.XsltArgumentsError">
<source>MSB3702: Unable to process the XsltParameters argument for the XslTransformation task. {0}</source>
<target state="translated">MSB3702: XslTransformation görevi için XsltParameters bağımsız değişkeni işlenemiyor. {0}</target>
@ -3344,6 +3265,11 @@
<target state="translated">Microsoft.Common.CurrentVersion.targets içinde belirtilen AssemblyFolder yapılandırma dosyası ('{0}') geçersiz. Hata: {1}</target>
<note />
</trans-unit>
<trans-unit id="Copy.ExactlyOneTypeOfLink">
<source>MSB3891: Both "{0}" and "{1}" were specified in the project file. Please choose one or the other.</source>
<target state="translated">MSB3891: Proje dosyasında hem "{0}" hem de "{1}" belirtilmiş. Lütfen yalnızca birini seçin.</target>
<note />
</trans-unit>
<trans-unit id="WriteLinesToFile.ErrorReadingFile">
<source>MSB3492: Could not read existing file "{0}" to determine whether its contents are up to date. Overwriting it.</source>
<target state="translated">MSB3492: İçeriğinin güncel olup olmadığını belirlemek üzere "{0}" adlı mevcut dosya okunamadı. Dosyanın üzerine yazılıyor.</target>

88
src/Tasks/Resources/xlf/Strings.zh-Hans.xlf сгенерированный
Просмотреть файл

@ -186,11 +186,6 @@
<target state="translated">MSB3893: 无法使用链接将“{0}”复制到“{1}”。</target>
<note>{StrBegin="MSB3893: "} LOCALIZATION: {0} and {1} are paths.</note>
</trans-unit>
<trans-unit id="Copy.NonWindowsLinkErrorMessage">
<source>The {0} library call failed with the following error code: {1}.</source>
<target state="new">The {0} library call failed with the following error code: {1}.</target>
<note />
</trans-unit>
<trans-unit id="Copy.RetryingAsFileCopy">
<source>Could not use a link to copy "{0}" to "{1}". Copying the file instead. {2}</source>
<target state="translated">未能使用链接将“{0}”复制到“{1}”。请改为复制文件。{2}</target>
@ -206,11 +201,6 @@
<target state="translated">正在从“{0}”中移除只读特性。</target>
<note />
</trans-unit>
<trans-unit id="Copy.RetryingAsSymbolicLink">
<source>Could not use a hard link to copy "{0}" to "{1}". Copying the file with symbolic link instead. {2}</source>
<target state="new">Could not use a hard link to copy "{0}" to "{1}". Copying the file with symbolic link instead. {2}</target>
<note>LOCALIZATION: {0} and {1} are paths. {2} is an optional localized message.</note>
</trans-unit>
<trans-unit id="Copy.SourceIsDirectory">
<source>MSB3025: The source file "{0}" is actually a directory. The "Copy" task does not support copying directories.</source>
<target state="translated">MSB3025: 源文件“{0}”实际上是一个目录。“Copy”任务不支持复制目录。</target>
@ -306,21 +296,6 @@
<target state="translated">MSB3061: 无法删除文件“{0}”。{1}</target>
<note>{StrBegin="MSB3061: "}</note>
</trans-unit>
<trans-unit id="Delete.InvalidRetryCount">
<source>MSB3028: {0} is an invalid retry count. Value must not be negative.</source>
<target state="new">MSB3028: {0} is an invalid retry count. Value must not be negative.</target>
<note>{StrBegin="MSB3028: "} LOCALIZATION: {0} is a number.</note>
</trans-unit>
<trans-unit id="Delete.InvalidRetryDelay">
<source>MSB3029: {0} is an invalid retry delay. Value must not be negative.</source>
<target state="new">MSB3029: {0} is an invalid retry delay. Value must not be negative.</target>
<note>{StrBegin="MSB3029: "} LOCALIZATION: {0} is a number.</note>
</trans-unit>
<trans-unit id="Delete.Retrying">
<source>MSB3062: Could not delete file "{0}". Beginning retry {1} in {2}ms. {3}</source>
<target state="new">MSB3062: Could not delete file "{0}". Beginning retry {1} in {2}ms. {3}</target>
<note>{StrBegin="MSB3062: "} LOCALIZATION: {0} are paths. {1} and {2} are numbers. {3} is an optional localized message.</note>
</trans-unit>
<trans-unit id="Delete.SkippingNonexistentFile">
<source>File "{0}" doesn't exist. Skipping.</source>
<target state="translated">文件“{0}”不存在。正在跳过。</target>
@ -624,11 +599,6 @@
<target state="translated">MSB3094: “{2}”引用 {0} 个项,而“{3}”引用 {1} 个项。它们必须具有相同的项数。</target>
<note>{StrBegin="MSB3094: "}</note>
</trans-unit>
<trans-unit id="GenerateBindingRedirects.CreatingBindingRedirectionFile">
<source>Creating binding redirection file "{0}".</source>
<target state="new">Creating binding redirection file "{0}".</target>
<note />
</trans-unit>
<trans-unit id="GenerateBindingRedirects.MissingConfigurationNode">
<source>MSB3831: The application configuration file must have root configuration element.</source>
<target state="translated">MSB3831: 应用程序配置文件必须具有根配置元素。</target>
@ -1044,13 +1014,6 @@
<target state="translated">MSB3190: ClickOnce 不支持请求执行级别“{0}”。</target>
<note>{StrBegin="MSB3190: "}</note>
</trans-unit>
<trans-unit id="GenerateResource.BinaryFormatterUse">
<source>MSB3825: Resource "{0}" of type "{1}" is deserialized via BinaryFormatter at runtime. BinaryFormatter is deprecated due to possible security risks and will be removed with .NET 9. If you wish to continue using it, set property "GenerateResourceWarnOnBinaryFormatterUse" to false.
More information: https://learn.microsoft.com/dotnet/standard/serialization/binaryformatter-security-guide</source>
<target state="new">MSB3825: Resource "{0}" of type "{1}" is deserialized via BinaryFormatter at runtime. BinaryFormatter is deprecated due to possible security risks and will be removed with .NET 9. If you wish to continue using it, set property "GenerateResourceWarnOnBinaryFormatterUse" to false.
More information: https://learn.microsoft.com/dotnet/standard/serialization/binaryformatter-security-guide</target>
<note>{StrBegin="MSB3825: "}</note>
</trans-unit>
<trans-unit id="GenerateResource.CoreSupportsLimitedScenarios">
<source>MSB3824: In order to build with .NET Core, resource inputs must be in .txt or .resx format.</source>
<target state="translated">MSB3824: 要使用 .NET Core 进行生成,资源输入必须为 .txt 或 .resx 格式。</target>
@ -1399,15 +1362,10 @@
<note>{StrBegin="MSB3981: "}</note>
</trans-unit>
<trans-unit id="GetCompatiblePlatform.NoPlatformsListed">
<source>MSB3982: EnableDynamicPlatformResolution is true but referenced project '{0}' has no 'Platforms' or 'Platform' metadata set. It will be built without a specified platform.</source>
<target state="new">MSB3982: EnableDynamicPlatformResolution is true but referenced project '{0}' has no 'Platforms' or 'Platform' metadata set. It will be built without a specified platform.</target>
<source>MSB3982: EnableDynamicPlatformResolution is true but referenced project '{0}' has no 'Platforms' metadata set. It will be built without a specified platform.</source>
<target state="translated">MSB3982: EnableDynamicPlatformResolution 为 true但引用的项目 "{0}" 没有设置 "Platforms" 元数据。它将在没有指定平台的情况下生成。</target>
<note>{StrBegin="MSB3982: "}</note>
</trans-unit>
<trans-unit id="GetCompatiblePlatform.ReferencedProjectHasDefinitivePlatform">
<source>Platform property of referenced project '{0}' matches current project's platform: '{1}'. Referenced project will be built without a global Platform property.</source>
<target state="new">Platform property of referenced project '{0}' matches current project's platform: '{1}'. Referenced project will be built without a global Platform property.</target>
<note />
</trans-unit>
<trans-unit id="GetCompatiblePlatform.SamePlatform">
<source>ProjectReference and current project have the same platform.</source>
<target state="translated">ProjectReference 和当前项目具有相同的平台。</target>
@ -1589,11 +1547,6 @@
<target state="translated">MSB3216: 无法注册程序集“{0}”- 拒绝访问。请确保您正在以管理员身份运行应用程序。{1}</target>
<note>{StrBegin="MSB3216: "}</note>
</trans-unit>
<trans-unit id="RemoveDir.EmptyPath">
<source>MSB3232: An empty directory was passed to RemoveDir and was ignored.</source>
<target state="new">MSB3232: An empty directory was passed to RemoveDir and was ignored.</target>
<note>{StrBegin="MSB3232: "}</note>
</trans-unit>
<trans-unit id="RemoveDir.Error">
<source>MSB3231: Unable to remove directory "{0}". {1}</source>
<target state="translated">MSB3231: 无法移除目录“{0}”。{1}</target>
@ -1649,13 +1602,6 @@
<target state="translated">AssemblyFoldersEx 位置:“{0}”</target>
<note />
</trans-unit>
<trans-unit id="ResolveAssemblyReference.NoBecauseBadImage">
<source>This reference is not "CopyLocal" because it is a bad image. It may be a native binary, or it may not be an assembly at all.</source>
<target state="new">This reference is not "CopyLocal" because it is a bad image. It may be a native binary, or it may not be an assembly at all.</target>
<note>
LOCALIZATION: Please don't localize "CopyLocal" this is an item meta-data name.
</note>
</trans-unit>
<trans-unit id="ResolveAssemblyReference.SearchedAssemblyFoldersEx">
<source>Considered AssemblyFoldersEx locations.</source>
<target state="translated">已考虑 AssemblyFoldersEx 位置。</target>
@ -2145,11 +2091,6 @@
<target state="translated">可再发行程序包列表文件“{0}”在 FileList 元素中具有 null 或空的可再发行程序包名称。请确保可再发行程序包名称不为 null 或空值。</target>
<note />
</trans-unit>
<trans-unit id="ResolveAssemblyReference.WritingCacheFile">
<source>Updating assembly cache file "{0}".</source>
<target state="new">Updating assembly cache file "{0}".</target>
<note />
</trans-unit>
<trans-unit id="ResolveComReference.TreatingTlbOfActiveXAsNonEmbedded">
<source>COM Reference '{0}' is the interop assembly for ActiveX control '{1}' but was marked to be linked by the compiler with the /link flag. This COM reference will be treated as a reference and will not be linked.</source>
<target state="translated">COM 引用“{0}”是 ActiveX 控件“{1}”的互操作程序集,但含有 /link 标志的编译器已将其标为已链接。系统会将此 COM 引用视为引用,并且不会链接该引用。</target>
@ -2370,11 +2311,6 @@
<target state="translated">MSB3326: 无法导入以下密钥文件: {0}。该密钥文件可能受密码保护。若要更正此问题,请尝试再次导入证书,或手动将证书导入当前用户的个人证书存储中。</target>
<note>{StrBegin="MSB3326: "}</note>
</trans-unit>
<trans-unit id="ResolveKeySource.PfxUnsupported">
<source>PFX signing not supported on .NET Core.</source>
<target state="new">PFX signing not supported on .NET Core.</target>
<note />
</trans-unit>
<trans-unit id="ResolveKeySource.ResolvedThumbprintEmpty">
<source>MSB3327: Unable to find code signing certificate in the current users Windows certificate store. To correct this, either disable signing of the ClickOnce manifest or install the certificate into the certificate store.</source>
<target state="translated">MSB3327: 无法在当前用户的 Windows 证书存储中找到代码签名证书。若要更正此问题,请禁用 ClickOnce 清单的签名或将证书安装到证书存储中。</target>
@ -2644,11 +2580,6 @@
<target state="translated">将文件“{0}”解压缩到“{1}”。</target>
<note />
</trans-unit>
<trans-unit id="Unzip.ZipSlipExploit">
<source>Entry is outside the target directory: "{0}"</source>
<target state="new">Entry is outside the target directory: "{0}"</target>
<note />
</trans-unit>
<trans-unit id="Vbc.EnumParameterHasInvalidValue">
<source>MSB3401: "{1}" is an invalid value for the "{0}" parameter. The valid values are: {2}</source>
<target state="translated">MSB3401: “{1}”是无效的“{0}”参数值。有效值为: {2}</target>
@ -2724,11 +2655,6 @@
<target state="translated">MSB3762: 未向任务传递任何引用。至少需要对 mscorlib 和 Windows.Foundation 的引用。</target>
<note>{StrBegin="MSB3762: "}</note>
</trans-unit>
<trans-unit id="WriteLinesToFile.UnusedWriteOnlyWhenDifferent">
<source>'WriteOnlyWhenDifferent' attribute on "{0}" takes effect only when 'Overwrite="true"'.</source>
<target state="new">'WriteOnlyWhenDifferent' attribute on "{0}" takes effect only when 'Overwrite="true"'.</target>
<note />
</trans-unit>
<trans-unit id="Xaml.DuplicatePropertyName">
<source>MSB3724: Unable to create Xaml task. Duplicate property name '{0}'.</source>
<target state="translated">MSB3724: 无法创建 Xaml 任务。属性名 "{0}" 重复。</target>
@ -2804,11 +2730,6 @@
<target state="translated">MSB3705: 使用 .NET Core 生成时不支持 XslCompiledDllPath。</target>
<note>{StrBegin="MSB3705: "}</note>
</trans-unit>
<trans-unit id="XslTransform.SecuritySettingsViaUseTrustedSettings">
<source>You are enabling relaxed XSLT security settings via the UseTrustedSettings parameter. For more details on security implications of this setting please see https://aka.ms/msbuild/xsltransformation-task</source>
<target state="new">You are enabling relaxed XSLT security settings via the UseTrustedSettings parameter. For more details on security implications of this setting please see https://aka.ms/msbuild/xsltransformation-task</target>
<note />
</trans-unit>
<trans-unit id="XslTransform.XsltArgumentsError">
<source>MSB3702: Unable to process the XsltParameters argument for the XslTransformation task. {0}</source>
<target state="translated">MSB3702: 无法处理 XslTransformation 任务的 XsltParameters 参数。{0}</target>
@ -3344,6 +3265,11 @@
<target state="translated">Microsoft.Common.CurrentVersion.targets 中指定的 AssemblyFolder 配置文件(“{0}”)无效。错误为: {1}</target>
<note />
</trans-unit>
<trans-unit id="Copy.ExactlyOneTypeOfLink">
<source>MSB3891: Both "{0}" and "{1}" were specified in the project file. Please choose one or the other.</source>
<target state="translated">MSB3891: 项目文件中同时指定了“{0}”和“{1}”。请任选其一。</target>
<note />
</trans-unit>
<trans-unit id="WriteLinesToFile.ErrorReadingFile">
<source>MSB3492: Could not read existing file "{0}" to determine whether its contents are up to date. Overwriting it.</source>
<target state="translated">MSB3492: 无法读取现有文件“{0}”以确定其内容是否是最新的。覆盖此文件。</target>

88
src/Tasks/Resources/xlf/Strings.zh-Hant.xlf сгенерированный
Просмотреть файл

@ -186,11 +186,6 @@
<target state="translated">MSB3893: 無法使用連結將 "{0}" 複製到 "{1}"。</target>
<note>{StrBegin="MSB3893: "} LOCALIZATION: {0} and {1} are paths.</note>
</trans-unit>
<trans-unit id="Copy.NonWindowsLinkErrorMessage">
<source>The {0} library call failed with the following error code: {1}.</source>
<target state="new">The {0} library call failed with the following error code: {1}.</target>
<note />
</trans-unit>
<trans-unit id="Copy.RetryingAsFileCopy">
<source>Could not use a link to copy "{0}" to "{1}". Copying the file instead. {2}</source>
<target state="translated">無法使用連結將 "{0}" 複製到 "{1}"。改為複製檔案。{2}</target>
@ -206,11 +201,6 @@
<target state="translated">正在從 "{0}" 移除唯讀屬性。</target>
<note />
</trans-unit>
<trans-unit id="Copy.RetryingAsSymbolicLink">
<source>Could not use a hard link to copy "{0}" to "{1}". Copying the file with symbolic link instead. {2}</source>
<target state="new">Could not use a hard link to copy "{0}" to "{1}". Copying the file with symbolic link instead. {2}</target>
<note>LOCALIZATION: {0} and {1} are paths. {2} is an optional localized message.</note>
</trans-unit>
<trans-unit id="Copy.SourceIsDirectory">
<source>MSB3025: The source file "{0}" is actually a directory. The "Copy" task does not support copying directories.</source>
<target state="translated">MSB3025: 來源檔案 "{0}" 其實是目錄。"Copy" 工作不支援複製目錄。</target>
@ -306,21 +296,6 @@
<target state="translated">MSB3061: 無法刪除檔案 "{0}"。{1}</target>
<note>{StrBegin="MSB3061: "}</note>
</trans-unit>
<trans-unit id="Delete.InvalidRetryCount">
<source>MSB3028: {0} is an invalid retry count. Value must not be negative.</source>
<target state="new">MSB3028: {0} is an invalid retry count. Value must not be negative.</target>
<note>{StrBegin="MSB3028: "} LOCALIZATION: {0} is a number.</note>
</trans-unit>
<trans-unit id="Delete.InvalidRetryDelay">
<source>MSB3029: {0} is an invalid retry delay. Value must not be negative.</source>
<target state="new">MSB3029: {0} is an invalid retry delay. Value must not be negative.</target>
<note>{StrBegin="MSB3029: "} LOCALIZATION: {0} is a number.</note>
</trans-unit>
<trans-unit id="Delete.Retrying">
<source>MSB3062: Could not delete file "{0}". Beginning retry {1} in {2}ms. {3}</source>
<target state="new">MSB3062: Could not delete file "{0}". Beginning retry {1} in {2}ms. {3}</target>
<note>{StrBegin="MSB3062: "} LOCALIZATION: {0} are paths. {1} and {2} are numbers. {3} is an optional localized message.</note>
</trans-unit>
<trans-unit id="Delete.SkippingNonexistentFile">
<source>File "{0}" doesn't exist. Skipping.</source>
<target state="translated">檔案 "{0}" 不存在。即將略過。</target>
@ -624,11 +599,6 @@
<target state="translated">MSB3094: "{2}" 參考 {0} 個項目,"{3}" 則參考 {1} 個項目。兩者參考的項目數目必須相同。</target>
<note>{StrBegin="MSB3094: "}</note>
</trans-unit>
<trans-unit id="GenerateBindingRedirects.CreatingBindingRedirectionFile">
<source>Creating binding redirection file "{0}".</source>
<target state="new">Creating binding redirection file "{0}".</target>
<note />
</trans-unit>
<trans-unit id="GenerateBindingRedirects.MissingConfigurationNode">
<source>MSB3831: The application configuration file must have root configuration element.</source>
<target state="translated">MSB3831: 應用程式組態檔必須有根組態項目。</target>
@ -1044,13 +1014,6 @@
<target state="translated">MSB3190: ClickOnce 不支援要求執行層級 '{0}'。</target>
<note>{StrBegin="MSB3190: "}</note>
</trans-unit>
<trans-unit id="GenerateResource.BinaryFormatterUse">
<source>MSB3825: Resource "{0}" of type "{1}" is deserialized via BinaryFormatter at runtime. BinaryFormatter is deprecated due to possible security risks and will be removed with .NET 9. If you wish to continue using it, set property "GenerateResourceWarnOnBinaryFormatterUse" to false.
More information: https://learn.microsoft.com/dotnet/standard/serialization/binaryformatter-security-guide</source>
<target state="new">MSB3825: Resource "{0}" of type "{1}" is deserialized via BinaryFormatter at runtime. BinaryFormatter is deprecated due to possible security risks and will be removed with .NET 9. If you wish to continue using it, set property "GenerateResourceWarnOnBinaryFormatterUse" to false.
More information: https://learn.microsoft.com/dotnet/standard/serialization/binaryformatter-security-guide</target>
<note>{StrBegin="MSB3825: "}</note>
</trans-unit>
<trans-unit id="GenerateResource.CoreSupportsLimitedScenarios">
<source>MSB3824: In order to build with .NET Core, resource inputs must be in .txt or .resx format.</source>
<target state="translated">MSB3824: 若要使用 .NET Core 建置,資源輸入必須採用 .txt 或 .resx 格式。</target>
@ -1399,15 +1362,10 @@
<note>{StrBegin="MSB3981: "}</note>
</trans-unit>
<trans-unit id="GetCompatiblePlatform.NoPlatformsListed">
<source>MSB3982: EnableDynamicPlatformResolution is true but referenced project '{0}' has no 'Platforms' or 'Platform' metadata set. It will be built without a specified platform.</source>
<target state="new">MSB3982: EnableDynamicPlatformResolution is true but referenced project '{0}' has no 'Platforms' or 'Platform' metadata set. It will be built without a specified platform.</target>
<source>MSB3982: EnableDynamicPlatformResolution is true but referenced project '{0}' has no 'Platforms' metadata set. It will be built without a specified platform.</source>
<target state="translated">MSB3982: EnableDynamicPlatformResolution 為 true但參考的專案 '{0}' 未設定 'Platforms' 中繼資料。它將在沒有指定平台的情況下建置。</target>
<note>{StrBegin="MSB3982: "}</note>
</trans-unit>
<trans-unit id="GetCompatiblePlatform.ReferencedProjectHasDefinitivePlatform">
<source>Platform property of referenced project '{0}' matches current project's platform: '{1}'. Referenced project will be built without a global Platform property.</source>
<target state="new">Platform property of referenced project '{0}' matches current project's platform: '{1}'. Referenced project will be built without a global Platform property.</target>
<note />
</trans-unit>
<trans-unit id="GetCompatiblePlatform.SamePlatform">
<source>ProjectReference and current project have the same platform.</source>
<target state="translated">ProjectReference 和目前的專案有相同的平台。</target>
@ -1589,11 +1547,6 @@
<target state="translated">MSB3216: 無法註冊組件 "{0}" - 存取遭拒。請確認您以系統管理員身分執行此應用程式。{1}</target>
<note>{StrBegin="MSB3216: "}</note>
</trans-unit>
<trans-unit id="RemoveDir.EmptyPath">
<source>MSB3232: An empty directory was passed to RemoveDir and was ignored.</source>
<target state="new">MSB3232: An empty directory was passed to RemoveDir and was ignored.</target>
<note>{StrBegin="MSB3232: "}</note>
</trans-unit>
<trans-unit id="RemoveDir.Error">
<source>MSB3231: Unable to remove directory "{0}". {1}</source>
<target state="translated">MSB3231: 無法移除目錄 "{0}"。{1}</target>
@ -1649,13 +1602,6 @@
<target state="translated">AssemblyFoldersEx 位置: "{0}"</target>
<note />
</trans-unit>
<trans-unit id="ResolveAssemblyReference.NoBecauseBadImage">
<source>This reference is not "CopyLocal" because it is a bad image. It may be a native binary, or it may not be an assembly at all.</source>
<target state="new">This reference is not "CopyLocal" because it is a bad image. It may be a native binary, or it may not be an assembly at all.</target>
<note>
LOCALIZATION: Please don't localize "CopyLocal" this is an item meta-data name.
</note>
</trans-unit>
<trans-unit id="ResolveAssemblyReference.SearchedAssemblyFoldersEx">
<source>Considered AssemblyFoldersEx locations.</source>
<target state="translated">已考慮 AssemblyFoldersEx 位置。</target>
@ -2145,11 +2091,6 @@
<target state="translated">可轉散發套件清單檔 "{0}" 在 FileList 項目中的 Redist 名稱為 null 或空白。請確認 Redist 名稱不為 null 或空白。</target>
<note />
</trans-unit>
<trans-unit id="ResolveAssemblyReference.WritingCacheFile">
<source>Updating assembly cache file "{0}".</source>
<target state="new">Updating assembly cache file "{0}".</target>
<note />
</trans-unit>
<trans-unit id="ResolveComReference.TreatingTlbOfActiveXAsNonEmbedded">
<source>COM Reference '{0}' is the interop assembly for ActiveX control '{1}' but was marked to be linked by the compiler with the /link flag. This COM reference will be treated as a reference and will not be linked.</source>
<target state="translated">COM 參考 '{0}' 是 ActiveX 控制項 '{1}' 的 Interop 組件,但是標記為要由編譯器以 /link 旗標連結。這個 COM 參考將被視為參考,不會進行連結。</target>
@ -2370,11 +2311,6 @@
<target state="translated">MSB3326: 無法匯入下列金鑰檔: {0}。此金鑰檔可能有密碼保護。若要改正這種情況,請嘗試再次匯入憑證,或手動將憑證匯入到目前使用者的個人憑證存放區。</target>
<note>{StrBegin="MSB3326: "}</note>
</trans-unit>
<trans-unit id="ResolveKeySource.PfxUnsupported">
<source>PFX signing not supported on .NET Core.</source>
<target state="new">PFX signing not supported on .NET Core.</target>
<note />
</trans-unit>
<trans-unit id="ResolveKeySource.ResolvedThumbprintEmpty">
<source>MSB3327: Unable to find code signing certificate in the current users Windows certificate store. To correct this, either disable signing of the ClickOnce manifest or install the certificate into the certificate store.</source>
<target state="translated">MSB3327: 在目前使用者的 Windows 憑證存放區中,找不到程式碼簽署憑證。若要更正此問題,請停用 ClickOnce 資訊清單的簽署,或將憑證安裝到憑證存放區。</target>
@ -2644,11 +2580,6 @@
<target state="translated">正在將檔案 "{0}" 解壓縮到 "{1}"。</target>
<note />
</trans-unit>
<trans-unit id="Unzip.ZipSlipExploit">
<source>Entry is outside the target directory: "{0}"</source>
<target state="new">Entry is outside the target directory: "{0}"</target>
<note />
</trans-unit>
<trans-unit id="Vbc.EnumParameterHasInvalidValue">
<source>MSB3401: "{1}" is an invalid value for the "{0}" parameter. The valid values are: {2}</source>
<target state="translated">MSB3401: "{1}" 是 "{0}" 參數的無效值。有效值為: {2}</target>
@ -2724,11 +2655,6 @@
<target state="translated">MSB3762: 沒有參考傳遞至工作。需要至少 mscorlib 和 Windows.Foundation 的參考。</target>
<note>{StrBegin="MSB3762: "}</note>
</trans-unit>
<trans-unit id="WriteLinesToFile.UnusedWriteOnlyWhenDifferent">
<source>'WriteOnlyWhenDifferent' attribute on "{0}" takes effect only when 'Overwrite="true"'.</source>
<target state="new">'WriteOnlyWhenDifferent' attribute on "{0}" takes effect only when 'Overwrite="true"'.</target>
<note />
</trans-unit>
<trans-unit id="Xaml.DuplicatePropertyName">
<source>MSB3724: Unable to create Xaml task. Duplicate property name '{0}'.</source>
<target state="translated">MSB3724: 無法建立 Xaml 工作。重複的屬性名稱 '{0}'。</target>
@ -2804,11 +2730,6 @@
<target state="translated">MSB3705: 在使用 .NET Core 建置時,不支援 XslCompiledDllPath。</target>
<note>{StrBegin="MSB3705: "}</note>
</trans-unit>
<trans-unit id="XslTransform.SecuritySettingsViaUseTrustedSettings">
<source>You are enabling relaxed XSLT security settings via the UseTrustedSettings parameter. For more details on security implications of this setting please see https://aka.ms/msbuild/xsltransformation-task</source>
<target state="new">You are enabling relaxed XSLT security settings via the UseTrustedSettings parameter. For more details on security implications of this setting please see https://aka.ms/msbuild/xsltransformation-task</target>
<note />
</trans-unit>
<trans-unit id="XslTransform.XsltArgumentsError">
<source>MSB3702: Unable to process the XsltParameters argument for the XslTransformation task. {0}</source>
<target state="translated">MSB3702: 無法處理 XslTransformation 工作的 XsltParameters 引數。{0}</target>
@ -3344,6 +3265,11 @@
<target state="translated">Microsoft.Common.CurrentVersion.targets 中所指定的 AssemblyFolder 組態檔 ('{0}') 無效。錯誤為: {1}</target>
<note />
</trans-unit>
<trans-unit id="Copy.ExactlyOneTypeOfLink">
<source>MSB3891: Both "{0}" and "{1}" were specified in the project file. Please choose one or the other.</source>
<target state="translated">MSB3891: 專案檔中已同時指定 "{0}" 和 "{1}"。請選擇使用其中一個。</target>
<note />
</trans-unit>
<trans-unit id="WriteLinesToFile.ErrorReadingFile">
<source>MSB3492: Could not read existing file "{0}" to determine whether its contents are up to date. Overwriting it.</source>
<target state="translated">MSB3492: 無法讀取現有的檔案 "{0}",所以無法判斷其是否包含最新的內容。將予覆寫。</target>

5
src/Utilities/Resources/xlf/Strings.cs.xlf сгенерированный
Просмотреть файл

@ -62,11 +62,6 @@
<target state="translated">MSB6003: Nepodařilo se spustit spustitelný soubor zadané úlohy {0}. {1}</target>
<note>{StrBegin="MSB6003: "}</note>
</trans-unit>
<trans-unit id="ToolTask.NotUpToDate">
<source>Unable to skip task because it is not up-to-date.</source>
<target state="new">Unable to skip task because it is not up-to-date.</target>
<note />
</trans-unit>
<trans-unit id="ToolTask.ToolCommandFailed">
<source>MSB6006: "{0}" exited with code {1}.</source>
<target state="translated">MSB6006: Příkaz {0} byl ukončen s kódem {1}.</target>

5
src/Utilities/Resources/xlf/Strings.de.xlf сгенерированный
Просмотреть файл

@ -62,11 +62,6 @@
<target state="translated">MSB6003: Die angegebene ausführbare Datei der Aufgabe "{0}" konnte nicht ausgeführt werden. {1}</target>
<note>{StrBegin="MSB6003: "}</note>
</trans-unit>
<trans-unit id="ToolTask.NotUpToDate">
<source>Unable to skip task because it is not up-to-date.</source>
<target state="new">Unable to skip task because it is not up-to-date.</target>
<note />
</trans-unit>
<trans-unit id="ToolTask.ToolCommandFailed">
<source>MSB6006: "{0}" exited with code {1}.</source>
<target state="translated">MSB6006: "{0}" wurde mit dem Code {1} beendet.</target>

5
src/Utilities/Resources/xlf/Strings.es.xlf сгенерированный
Просмотреть файл

@ -62,11 +62,6 @@
<target state="translated">MSB6003: No se pudo ejecutar la tarea ejecutable especificada "{0}". {1}</target>
<note>{StrBegin="MSB6003: "}</note>
</trans-unit>
<trans-unit id="ToolTask.NotUpToDate">
<source>Unable to skip task because it is not up-to-date.</source>
<target state="new">Unable to skip task because it is not up-to-date.</target>
<note />
</trans-unit>
<trans-unit id="ToolTask.ToolCommandFailed">
<source>MSB6006: "{0}" exited with code {1}.</source>
<target state="translated">MSB6006: "{0}" salió con el código {1}.</target>

5
src/Utilities/Resources/xlf/Strings.fr.xlf сгенерированный
Просмотреть файл

@ -62,11 +62,6 @@
<target state="translated">MSB6003: Impossible d'exécuter la tâche exécutable spécifiée "{0}". {1}</target>
<note>{StrBegin="MSB6003: "}</note>
</trans-unit>
<trans-unit id="ToolTask.NotUpToDate">
<source>Unable to skip task because it is not up-to-date.</source>
<target state="new">Unable to skip task because it is not up-to-date.</target>
<note />
</trans-unit>
<trans-unit id="ToolTask.ToolCommandFailed">
<source>MSB6006: "{0}" exited with code {1}.</source>
<target state="translated">MSB6006: Arrêt de "{0}" avec le code {1}.</target>

5
src/Utilities/Resources/xlf/Strings.it.xlf сгенерированный
Просмотреть файл

@ -62,11 +62,6 @@
<target state="translated">MSB6003: non è stato possibile eseguire il file eseguibile "{0}" dell'attività. {1}</target>
<note>{StrBegin="MSB6003: "}</note>
</trans-unit>
<trans-unit id="ToolTask.NotUpToDate">
<source>Unable to skip task because it is not up-to-date.</source>
<target state="new">Unable to skip task because it is not up-to-date.</target>
<note />
</trans-unit>
<trans-unit id="ToolTask.ToolCommandFailed">
<source>MSB6006: "{0}" exited with code {1}.</source>
<target state="translated">MSB6006: "{0}" terminato con il codice {1}.</target>

5
src/Utilities/Resources/xlf/Strings.ja.xlf сгенерированный
Просмотреть файл

@ -62,11 +62,6 @@
<target state="translated">MSB6003: 指定されたタスク実行可能ファイル "{0}" を実行できませんでした。{1}</target>
<note>{StrBegin="MSB6003: "}</note>
</trans-unit>
<trans-unit id="ToolTask.NotUpToDate">
<source>Unable to skip task because it is not up-to-date.</source>
<target state="new">Unable to skip task because it is not up-to-date.</target>
<note />
</trans-unit>
<trans-unit id="ToolTask.ToolCommandFailed">
<source>MSB6006: "{0}" exited with code {1}.</source>
<target state="translated">MSB6006: "{0}" はコード {1} を伴って終了しました。</target>

5
src/Utilities/Resources/xlf/Strings.ko.xlf сгенерированный
Просмотреть файл

@ -62,11 +62,6 @@
<target state="translated">MSB6003: 지정한 작업 실행 파일 "{0}"을(를) 실행할 수 없습니다. {1}</target>
<note>{StrBegin="MSB6003: "}</note>
</trans-unit>
<trans-unit id="ToolTask.NotUpToDate">
<source>Unable to skip task because it is not up-to-date.</source>
<target state="new">Unable to skip task because it is not up-to-date.</target>
<note />
</trans-unit>
<trans-unit id="ToolTask.ToolCommandFailed">
<source>MSB6006: "{0}" exited with code {1}.</source>
<target state="translated">MSB6006: "{0}"이(가) 종료되었습니다(코드: {1}).</target>

5
src/Utilities/Resources/xlf/Strings.pl.xlf сгенерированный
Просмотреть файл

@ -62,11 +62,6 @@
<target state="translated">MSB6003: Nie można uruchomić określonego pliku wykonywalnego zadania „{0}”. {1}</target>
<note>{StrBegin="MSB6003: "}</note>
</trans-unit>
<trans-unit id="ToolTask.NotUpToDate">
<source>Unable to skip task because it is not up-to-date.</source>
<target state="new">Unable to skip task because it is not up-to-date.</target>
<note />
</trans-unit>
<trans-unit id="ToolTask.ToolCommandFailed">
<source>MSB6006: "{0}" exited with code {1}.</source>
<target state="translated">MSB6006: Polecenie „{0}” zakończone przez kod {1}.</target>

5
src/Utilities/Resources/xlf/Strings.pt-BR.xlf сгенерированный
Просмотреть файл

@ -62,11 +62,6 @@
<target state="translated">MSB6003: Não foi possível executar a tarefa executável "{0}" especificada. {1}</target>
<note>{StrBegin="MSB6003: "}</note>
</trans-unit>
<trans-unit id="ToolTask.NotUpToDate">
<source>Unable to skip task because it is not up-to-date.</source>
<target state="new">Unable to skip task because it is not up-to-date.</target>
<note />
</trans-unit>
<trans-unit id="ToolTask.ToolCommandFailed">
<source>MSB6006: "{0}" exited with code {1}.</source>
<target state="translated">MSB6006: "{0}" foi encerrado com o código {1}.</target>