From 0cbc3c5e5235e49f5ecdce6ed2c14ce3e14a495f Mon Sep 17 00:00:00 2001 From: dotnet bot Date: Thu, 12 Jan 2023 05:44:58 -0800 Subject: [PATCH] Localized file check-in by OneLocBuild Task: Build definition ID 830: Build ID 2086644 --- .../xlf/MicrosoftNetCoreAnalyzersResources.ru.xlf | 12 ++++++------ .../MicrosoftNetCoreAnalyzersResources.zh-Hans.xlf | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.ru.xlf b/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.ru.xlf index 02e39eff91..3b222cacf4 100644 --- a/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.ru.xlf +++ b/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.ru.xlf @@ -2664,32 +2664,32 @@ Using concrete types avoids virtual or interface call overhead and enables inlining. - Using concrete types avoids virtual or interface call overhead and enables inlining. + Использование конкретных типов позволяет избежать потребления ресурсов на виртуальные вызовы и вызовы интерфейса и включить встраивание. Change type of field '{0}' from '{1}' to '{2}' for improved performance - Change type of field '{0}' from '{1}' to '{2}' for improved performance + Измените тип поля "{0}" с "{1}" на "{2}" для повышения производительности Change type of variable '{0}' from '{1}' to '{2}' for improved performance - Change type of variable '{0}' from '{1}' to '{2}' for improved performance + Измените тип переменной "{0}" с "{1}" на "{2}" для повышения производительности Change return type of method '{0}' from '{1}' to '{2}' for improved performance - Change return type of method '{0}' from '{1}' to '{2}' for improved performance + Измените тип возвращаемого значения метода "{0}" с "{1}" на "{2}" для повышения производительности Change type of parameter '{0}' from '{1}' to '{2}' for improved performance - Change type of parameter '{0}' from '{1}' to '{2}' for improved performance + Измените тип параметра "{0}" с "{1}" на "{2}" для повышения производительности Use concrete types when possible for improved performance - Use concrete types when possible for improved performance + Используйте конкретные типы, когда это возможно, для повышения производительности diff --git a/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.zh-Hans.xlf b/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.zh-Hans.xlf index d1a5f5ed81..f7e65be2f7 100644 --- a/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.zh-Hans.xlf +++ b/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.zh-Hans.xlf @@ -2664,32 +2664,32 @@ Using concrete types avoids virtual or interface call overhead and enables inlining. - Using concrete types avoids virtual or interface call overhead and enables inlining. + 使用具体类型可避免虚拟或接口调用开销,并启用内联。 Change type of field '{0}' from '{1}' to '{2}' for improved performance - Change type of field '{0}' from '{1}' to '{2}' for improved performance + 将字段“{0}”的类型从“{1}”更改为“{2}”,以提高性能 Change type of variable '{0}' from '{1}' to '{2}' for improved performance - Change type of variable '{0}' from '{1}' to '{2}' for improved performance + 将变量“{0}”的类型从“{1}”更改为“{2}”,以提高性能 Change return type of method '{0}' from '{1}' to '{2}' for improved performance - Change return type of method '{0}' from '{1}' to '{2}' for improved performance + 将方法“{0}”的返回类型从“{1}”更改为“{2}”以提高性能 Change type of parameter '{0}' from '{1}' to '{2}' for improved performance - Change type of parameter '{0}' from '{1}' to '{2}' for improved performance + 将参数“{0}”的类型从“{1}”更改为“{2}”以提高性能 Use concrete types when possible for improved performance - Use concrete types when possible for improved performance + 尽可能使用具体类型以提高性能