继续支持本地化,配置信息的本地化语言支持,v1.6.4
This commit is contained in:
@@ -21,8 +21,16 @@ namespace CommonLibrary
|
||||
/// 描述
|
||||
/// </summary>
|
||||
public string GeneralDescription { get; set; } = "描述";
|
||||
public string GeneralAllowLoginList { get; set; } = "允许登录列表";
|
||||
|
||||
|
||||
#region 复选框
|
||||
|
||||
public string CheckBoxAllowUserMulti { get; set; } = "是否允许一个账户重复登录 (admin 除外)";
|
||||
public string CheckBoxAllowFrameLogin { get; set; } = "是否允许框架版本不匹配的客户端登录";
|
||||
public string CheckBoxTrustEnable { get; set; } = "是否强制启用指定客户端登录";
|
||||
|
||||
#endregion
|
||||
|
||||
#region 按钮相关
|
||||
|
||||
@@ -50,6 +58,19 @@ namespace CommonLibrary
|
||||
/// 取消
|
||||
/// </summary>
|
||||
public string ButtonCancel { get; set; } = "取消";
|
||||
/// <summary>
|
||||
/// 删除选中项
|
||||
/// </summary>
|
||||
public string ButtonDeleteSelected { get; set; } = "删除选中项";
|
||||
/// <summary>
|
||||
/// 获取本机标识
|
||||
/// </summary>
|
||||
public string ButtonGetComputerID { get; set; } = "获取本机标识";
|
||||
/// <summary>
|
||||
/// 新增客户端标识
|
||||
/// </summary>
|
||||
public string ButtonAddComputerID { get; set; } = "新增客户端标识";
|
||||
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
@@ -20,8 +20,17 @@ namespace CommonLibrary
|
||||
/// 描述
|
||||
/// </summary>
|
||||
public string GeneralDescription { get; set; } = "Descrition";
|
||||
public string GeneralAllowLoginList { get; set; } = "Allow login list";
|
||||
|
||||
|
||||
#region 复选框
|
||||
|
||||
public string CheckBoxAllowUserMulti { get; set; } = "Allow an account to log if online (except admin)";
|
||||
public string CheckBoxAllowFrameLogin { get; set; } = "Allows the client to log in if the framework version does not match";
|
||||
public string CheckBoxTrustEnable { get; set; } = "Enable the specified client login";
|
||||
|
||||
#endregion
|
||||
|
||||
#region 按钮相关
|
||||
|
||||
/// <summary>
|
||||
@@ -48,6 +57,18 @@ namespace CommonLibrary
|
||||
/// 取消
|
||||
/// </summary>
|
||||
public string ButtonCancel { get; set; } = "Cancel";
|
||||
/// <summary>
|
||||
/// 删除选中项
|
||||
/// </summary>
|
||||
public string ButtonDeleteSelected { get; set; } = "Delete Selected";
|
||||
/// <summary>
|
||||
/// 获取本机标识
|
||||
/// </summary>
|
||||
public string ButtonGetComputerID { get; set; } = "Get ComputerID";
|
||||
/// <summary>
|
||||
/// 新增客户端标识
|
||||
/// </summary>
|
||||
public string ButtonAddComputerID { get; set; } = "Add ComputerID";
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
@@ -87,9 +87,19 @@ namespace CommonLibrary
|
||||
/// 描述
|
||||
/// </summary>
|
||||
string GeneralDescription { get; set; }
|
||||
/// <summary>
|
||||
/// 允许登录列表
|
||||
/// </summary>
|
||||
string GeneralAllowLoginList { get; set; }
|
||||
|
||||
|
||||
|
||||
#region 复选框
|
||||
|
||||
string CheckBoxAllowUserMulti { get; set; }
|
||||
string CheckBoxAllowFrameLogin { get; set; }
|
||||
string CheckBoxTrustEnable { get; set; }
|
||||
|
||||
#endregion
|
||||
|
||||
#region 按钮相关
|
||||
|
||||
@@ -117,6 +127,18 @@ namespace CommonLibrary
|
||||
/// 取消
|
||||
/// </summary>
|
||||
string ButtonCancel { get; set; }
|
||||
/// <summary>
|
||||
/// 删除选中项
|
||||
/// </summary>
|
||||
string ButtonDeleteSelected { get; set; }
|
||||
/// <summary>
|
||||
/// 获取本机标识
|
||||
/// </summary>
|
||||
string ButtonGetComputerID { get; set; }
|
||||
/// <summary>
|
||||
/// 新增客户端标识
|
||||
/// </summary>
|
||||
string ButtonAddComputerID { get; set; }
|
||||
|
||||
#endregion
|
||||
|
||||
@@ -143,7 +165,7 @@ namespace CommonLibrary
|
||||
string AccountRoleAdd { get; set; }
|
||||
string AccountRoleEdit { get; set; }
|
||||
string AccountRoleNameList { get; set; } // 角色名称列表
|
||||
string AccountRoleAccountList { get; set; } //关联账户列表
|
||||
string AccountRoleAccountList { get; set; } // 关联账户列表
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ namespace CommonLibrary
|
||||
*
|
||||
**************************************************************************/
|
||||
|
||||
SoftBasic.FrameworkVersion = new SystemVersion("1.6.3");
|
||||
SoftBasic.FrameworkVersion = new SystemVersion("1.6.4");
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user