角色管理器优化,可更改角色名,描述信息,客户端主界面测试中英文切换,v1.6.2

This commit is contained in:
dathlin
2017-10-07 10:52:36 +08:00
parent 44a511c62a
commit f248effb4c
21 changed files with 911 additions and 43 deletions

View File

@@ -12,6 +12,8 @@ namespace CommonLibrary
#region
public string AccountSelect { get; set; } = "Select";
@@ -30,6 +32,10 @@ namespace CommonLibrary
public string AccountLastLoginWay { get; set; } = "Login Last Way";
public string AccountPortrait { get; set; } = "Portrait";
public string AccountDetails { get; set; } = "Account Details";
public string AccountRegisterTitle { get; set; } = "Register a new account";
#endregion
#region
@@ -40,6 +46,9 @@ namespace CommonLibrary
public string SettingsAccountFactory { get { return AccountFactory + " List"; } set { } }
public string SettingsTrustClient { get; set; } = "Trust Client";
public string SettingsRoleAssign { get; set; } = "Role Assign";
public string SettingsRoleAddTitle { get; set; } = "Role Add New";
public string SettingsRoleEditTitle { get; set; } = "Role Edit";
#endregion