Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Localized file check-in by OneLocBuild Task: Build definition ID 830: Build ID 2086644 #6430

Merged
merged 1 commit into from
Jan 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2664,32 +2664,32 @@
</trans-unit>
<trans-unit id="UseConcreteTypeDescription">
<source>Using concrete types avoids virtual or interface call overhead and enables inlining.</source>
<target state="new">Using concrete types avoids virtual or interface call overhead and enables inlining.</target>
<target state="translated">Использование конкретных типов позволяет избежать потребления ресурсов на виртуальные вызовы и вызовы интерфейса и включить встраивание.</target>
<note />
</trans-unit>
<trans-unit id="UseConcreteTypeForFieldMessage">
<source>Change type of field '{0}' from '{1}' to '{2}' for improved performance</source>
<target state="new">Change type of field '{0}' from '{1}' to '{2}' for improved performance</target>
<target state="translated">Измените тип поля "{0}" с "{1}" на "{2}" для повышения производительности</target>
<note />
</trans-unit>
<trans-unit id="UseConcreteTypeForLocalMessage">
<source>Change type of variable '{0}' from '{1}' to '{2}' for improved performance</source>
<target state="new">Change type of variable '{0}' from '{1}' to '{2}' for improved performance</target>
<target state="translated">Измените тип переменной "{0}" с "{1}" на "{2}" для повышения производительности</target>
<note />
</trans-unit>
<trans-unit id="UseConcreteTypeForMethodReturnMessage">
<source>Change return type of method '{0}' from '{1}' to '{2}' for improved performance</source>
<target state="new">Change return type of method '{0}' from '{1}' to '{2}' for improved performance</target>
<target state="translated">Измените тип возвращаемого значения метода "{0}" с "{1}" на "{2}" для повышения производительности</target>
<note />
</trans-unit>
<trans-unit id="UseConcreteTypeForParameterMessage">
<source>Change type of parameter '{0}' from '{1}' to '{2}' for improved performance</source>
<target state="new">Change type of parameter '{0}' from '{1}' to '{2}' for improved performance</target>
<target state="translated">Измените тип параметра "{0}" с "{1}" на "{2}" для повышения производительности</target>
<note />
</trans-unit>
<trans-unit id="UseConcreteTypeTitle">
<source>Use concrete types when possible for improved performance</source>
<target state="new">Use concrete types when possible for improved performance</target>
<target state="translated">Используйте конкретные типы, когда это возможно, для повышения производительности</target>
<note />
</trans-unit>
<trans-unit id="UseContainerLevelAccessPolicy">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2664,32 +2664,32 @@
</trans-unit>
<trans-unit id="UseConcreteTypeDescription">
<source>Using concrete types avoids virtual or interface call overhead and enables inlining.</source>
<target state="new">Using concrete types avoids virtual or interface call overhead and enables inlining.</target>
<target state="translated">使用具体类型可避免虚拟或接口调用开销,并启用内联。</target>
<note />
</trans-unit>
<trans-unit id="UseConcreteTypeForFieldMessage">
<source>Change type of field '{0}' from '{1}' to '{2}' for improved performance</source>
<target state="new">Change type of field '{0}' from '{1}' to '{2}' for improved performance</target>
<target state="translated">将字段“{0}”的类型从“{1}”更改为“{2}”,以提高性能</target>
<note />
</trans-unit>
<trans-unit id="UseConcreteTypeForLocalMessage">
<source>Change type of variable '{0}' from '{1}' to '{2}' for improved performance</source>
<target state="new">Change type of variable '{0}' from '{1}' to '{2}' for improved performance</target>
<target state="translated">将变量“{0}”的类型从“{1}”更改为“{2}”,以提高性能</target>
<note />
</trans-unit>
<trans-unit id="UseConcreteTypeForMethodReturnMessage">
<source>Change return type of method '{0}' from '{1}' to '{2}' for improved performance</source>
<target state="new">Change return type of method '{0}' from '{1}' to '{2}' for improved performance</target>
<target state="translated">将方法“{0}”的返回类型从“{1}”更改为“{2}”以提高性能</target>
<note />
</trans-unit>
<trans-unit id="UseConcreteTypeForParameterMessage">
<source>Change type of parameter '{0}' from '{1}' to '{2}' for improved performance</source>
<target state="new">Change type of parameter '{0}' from '{1}' to '{2}' for improved performance</target>
<target state="translated">将参数“{0}”的类型从“{1}”更改为“{2}”以提高性能</target>
<note />
</trans-unit>
<trans-unit id="UseConcreteTypeTitle">
<source>Use concrete types when possible for improved performance</source>
<target state="new">Use concrete types when possible for improved performance</target>
<target state="translated">尽可能使用具体类型以提高性能</target>
<note />
</trans-unit>
<trans-unit id="UseContainerLevelAccessPolicy">
Expand Down