miniSql

汉化
zgc authored at 11/28/2023 1:00:12 PM zgc committed at 11/28/2023 1:00:26 PM
93a03c2
Tree
1 Parent(s) 6136600
Summary: 1 changed files with 9 additions and 9 deletions.
Modified +9 -9
Modified +9 -9
diff --git a/minisqlquery-master/src/MiniSqlQuery/PlugIns/CoreMiniSqlQueryConfiguration.cs b/minisqlquery-master/src/MiniSqlQuery/PlugIns/CoreMiniSqlQueryConfiguration.cs
index 9a55071..72e6aca 100644
--- a/minisqlquery-master/src/MiniSqlQuery/PlugIns/CoreMiniSqlQueryConfiguration.cs
+++ b/minisqlquery-master/src/MiniSqlQuery/PlugIns/CoreMiniSqlQueryConfiguration.cs
@@ -50,7 +50,7 @@ namespace MiniSqlQuery.PlugIns
         /// <summary>Gets Name.</summary>
         public string Name
         {
-            get { return "Mini SQL Query Settings"; }
+            get { return "����SQL��ѯ����"; }
         }
 
         /// <summary>Gets Settings.</summary>
@@ -149,8 +149,8 @@ namespace MiniSqlQuery.PlugIns
 
             /// <summary>Gets or sets DefaultConnectionDefinitionFilename.</summary>
             [Category("Query")]
-            [Description("If this value is set to a specific connections XML file it will be loaded in preferences to the default path " +
-                         "(%APPDATA%\\MiniSqlQuery\\Connections.xml). Note that changing this value will require a restart of the application.")]
+            [Description("�������ֵ����Ϊ�ض�������XML�ļ�����������ѡ���м��ص�Ĭ��·�� " +
+                         "(%APPDATA%\\MiniSqlQuery\\Connections.xml). ��ע�⣬���Ĵ�ֵ��Ҫ�������Ӧ�ó���")]
             public string DefaultConnectionDefinitionFilename
             {
                 get { return _defaultConnectionDefinitionFilename; }
@@ -166,7 +166,7 @@ namespace MiniSqlQuery.PlugIns
 
             /// <summary>Gets or sets a value indicating whether EnableQueryBatching.</summary>
             [Category("Query")]
-            [Description("Set to true to enable the batching feature, if false the 'GO' statements will be passed straight through.")]
+            [Description("����Ϊtrue��������������ܣ����Ϊfalse����ֱ�Ӵ��ݡ�GO����䡣")]
             public bool EnableQueryBatching
             {
                 get { return _enableQueryBatching; }
@@ -182,7 +182,7 @@ namespace MiniSqlQuery.PlugIns
 
             /// <summary>Gets or sets a value indicating the command timeout.</summary>
             [Category("Query")]
-            [Description("Gets or sets the wait time before terminating the attempt to execute a command and generating an error. A value of 0 indicates no limit.")]
+            [Description("��ȡ��������ִֹ������ij��Բ����ɴ���֮ǰ�ĵȴ�ʱ�䡣ֵΪ0��ʾû�����ơ�")]
             public int CommandTimeout
             {
                 get { return _commandTimeout; }
@@ -198,7 +198,7 @@ namespace MiniSqlQuery.PlugIns
 
             /// <summary>Gets or sets a value indicating whether LoadExternalPlugins.</summary>
             [Category("Plugins")]
-            [Description("If true, external plugin files will be loaded (requires restart).")]
+            [Description("���Ϊtrue���򽫼����ⲿ����ļ�����Ҫ�����������")]
             public bool LoadExternalPlugins
             {
                 get { return _loadPlugins; }
@@ -230,7 +230,7 @@ namespace MiniSqlQuery.PlugIns
 
             /// <summary>Gets or sets PlugInFileFilter.</summary>
             [Category("Plugins")]
-            [Description("The file filter used for finding plugins (*.PlugIn.dll)")]
+            [Description("���ڲ��Ҳ�����ļ�ɸѡ����*.PlugIn.dll��")]
             public string PlugInFileFilter
             {
                 get { return _plugInFileFilter; }
@@ -246,7 +246,7 @@ namespace MiniSqlQuery.PlugIns
 
             /// <summary>Gets or sets MostRecentFiles.</summary>
             [Category("Plugins")]
-            [Description("The file filter used for finding plugins (*.PlugIn.dll)")]
+            [Description("���ڲ��Ҳ�����ļ�ɸѡ����*.PlugIn.dll��")]
             public StringCollection MostRecentFiles
             {
                 get { return _mostRecentFiles; }
@@ -262,7 +262,7 @@ namespace MiniSqlQuery.PlugIns
 
             /// <summary>Gets or sets PlugInFileFilter.</summary>
             [Category("Export Scripts")]
-            [Description("If true, the readonly columns (e.g. identity) will be exported in the script.")]
+            [Description("���Ϊtrue�����ڽű��е���ֻ���У������ʶ����")]
             public bool IncludeReadOnlyColumnsInExport
             {
                 get { return _includeReadOnlyColumnsInExport; }