vs2019汉化99%zgc123@gmail.com authored at 11/28/2023 4:10:34 PM zgc123@gmail.com committed at 11/28/2023 4:10:51 PM
diff --git a/minisqlquery-master/src/MiniSqlQuery/PlugIns/TemplateViewer/Commands/NewQueryByTemplateCommand.cs b/minisqlquery-master/src/MiniSqlQuery/PlugIns/TemplateViewer/Commands/NewQueryByTemplateCommand.cs
index 1bb5b26..2b693af 100644
--- a/minisqlquery-master/src/MiniSqlQuery/PlugIns/TemplateViewer/Commands/NewQueryByTemplateCommand.cs
+++ b/minisqlquery-master/src/MiniSqlQuery/PlugIns/TemplateViewer/Commands/NewQueryByTemplateCommand.cs
@@ -16,7 +16,7 @@ namespace MiniSqlQuery.PlugIns.TemplateViewer.Commands
{
/// <summary>Initializes a new instance of the <see cref="NewQueryByTemplateCommand"/> class.</summary>
public NewQueryByTemplateCommand()
- : base("New &Query from Template")
+ : base("从模板新建查询(&Q)")
{
SmallImage = ImageResource.script_code;
}
diff --git a/minisqlquery-master/src/MiniSqlQuery/PlugIns/TemplateViewer/Commands/RunTemplateCommand.cs b/minisqlquery-master/src/MiniSqlQuery/PlugIns/TemplateViewer/Commands/RunTemplateCommand.cs
index a915a40..10e01c8 100644
--- a/minisqlquery-master/src/MiniSqlQuery/PlugIns/TemplateViewer/Commands/RunTemplateCommand.cs
+++ b/minisqlquery-master/src/MiniSqlQuery/PlugIns/TemplateViewer/Commands/RunTemplateCommand.cs
@@ -16,7 +16,7 @@ namespace MiniSqlQuery.PlugIns.TemplateViewer.Commands
{
/// <summary>Initializes a new instance of the <see cref="RunTemplateCommand"/> class.</summary>
public RunTemplateCommand()
- : base("Run Template")
+ : base("����ģ��")
{
SmallImage = ImageResource.script_code;
}