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

Update Russian translation #294

Merged
merged 3 commits into from
Feb 6, 2024
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 @@ -234,4 +234,10 @@
<data name="DecompilerSettings_UseSourceCodeOrder" xml:space="preserve">
<value>Сортировать члены как в исходном коде</value>
</data>
<data name="DecompilerSettings_EmitCalliAsInvocationExpression" xml:space="preserve">
<value>Декомпилировать calli в виде выражения вызова</value>
</data>
<data name="DecompilerSettings_InsertParenthesesForReadability" xml:space="preserve">
<value>Вставлять круглые скобки для удобства чтения</value>
</data>
</root>
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="AnalyzeCommand" xml:space="preserve">
<value>Анали_зировать</value>
<value>_Анализировать</value>
</data>
<data name="AnalyzerWindowTitle" xml:space="preserve">
<value>Анализатор</value>
Expand All @@ -130,7 +130,7 @@
<value>Назначается в</value>
</data>
<data name="CopyCommand" xml:space="preserve">
<value>Коп_ировать</value>
<value>_Копировать</value>
</data>
<data name="DoubleClick" xml:space="preserve">
<value>Двойнок клик</value>
Expand All @@ -148,10 +148,10 @@
<value>Показать ссылку на метод</value>
</data>
<data name="GoToReferenceInCodeNewTabCommand" xml:space="preserve">
<value>Показать ссылку в методе (новая _вкладка)</value>
<value>_Показать ссылку в методе (новая вкладка)</value>
</data>
<data name="GoToReferenceNewTabCommand" xml:space="preserve">
<value>Перейти к ссылке (Новая вкла_дка)</value>
<value>_Перейти к ссылке (Новая вкладка)</value>
</data>
<data name="HidesParent" xml:space="preserve">
<value>hides</value>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ You should have received a copy of the GNU General Public License
using dnSpy.Contracts.Utilities;

namespace dnSpy.AsmEditor.Commands {
[ExportMenuItem(OwnerGuid = MenuConstants.APP_MENU_FILE_GUID, Header = "Close All Framework Assemblies", Group = MenuConstants.GROUP_APP_MENU_FILE_OPEN, Order = 55)]
[ExportMenuItem(OwnerGuid = MenuConstants.APP_MENU_FILE_GUID, Header = "res:CloseAllFrameworkAssembliesCommand", Group = MenuConstants.GROUP_APP_MENU_FILE_OPEN, Order = 55)]
sealed class CloseAllFrameworkAssembliesCommand : MenuItemBase {
readonly IDocumentTreeView documentTreeView;
readonly Lazy<IUndoCommandService> undoCommandService;
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -2327,4 +2327,7 @@ Most options will be re-initialized when this checkbox is clicked</value>
<data name="Type_Flags_Visibility" xml:space="preserve">
<value>Visibilit_y</value>
</data>
<data name="CloseAllFrameworkAssembliesCommand" xml:space="preserve">
<value>Close All Framework Assemblies</value>
</data>
</root>
Loading