Improved UI for Desktop version

This commit is contained in:
2dust
2024-10-02 21:08:17 +08:00
parent 1b2b838bc0
commit 5fbeb4b0fb
5 changed files with 44 additions and 12 deletions

View File

@@ -673,7 +673,7 @@ namespace ServiceLib.Resx {
}
/// <summary>
/// 查找类似 Importing Share Links from clipboard (Ctrl+V) 的本地化字符串。
/// 查找类似 Import Share Links from clipboard (Ctrl+V) 的本地化字符串。
/// </summary>
public static string menuAddServerViaClipboard {
get {
@@ -1717,7 +1717,7 @@ namespace ServiceLib.Resx {
}
/// <summary>
/// 查找类似 Servers Filter, press Enter to execute 的本地化字符串。
/// 查找类似 Server filter, press Enter to execute 的本地化字符串。
/// </summary>
public static string MsgServerTitle {
get {
@@ -3481,6 +3481,15 @@ namespace ServiceLib.Resx {
}
}
/// <summary>
/// 查找类似 Active 的本地化字符串。
/// </summary>
public static string TipActiveServer {
get {
return ResourceManager.GetString("TipActiveServer", resourceCulture);
}
}
/// <summary>
/// 查找类似 Routing setting is changed 的本地化字符串。
/// </summary>