diff --git a/v2rayN/v2rayN/Models/ConfigItems.cs b/v2rayN/v2rayN/Models/ConfigItems.cs
index 2ec36a45..a877048f 100644
--- a/v2rayN/v2rayN/Models/ConfigItems.cs
+++ b/v2rayN/v2rayN/Models/ConfigItems.cs
@@ -119,7 +119,7 @@ namespace v2rayN.Models
public double mainHeight { get; set; }
public double mainGirdHeight1 { get; set; }
public double mainGirdHeight2 { get; set; }
- public EGirdOrientation mainGirdOrientation { get; set; }
+ public EGirdOrientation mainGirdOrientation { get; set; } = EGirdOrientation.Vertical;
public bool colorModeDark { get; set; }
public bool followSystemTheme { get; set; }
public string? colorPrimaryName { get; set; }
diff --git a/v2rayN/v2rayN/Resx/ResUI.Designer.cs b/v2rayN/v2rayN/Resx/ResUI.Designer.cs
index 4cbeaeae..862cca6e 100644
--- a/v2rayN/v2rayN/Resx/ResUI.Designer.cs
+++ b/v2rayN/v2rayN/Resx/ResUI.Designer.cs
@@ -331,7 +331,7 @@ namespace v2rayN.Resx {
}
///
- /// 查找类似 Automatic update interval(minutes) 的本地化字符串。
+ /// 查找类似 Automatic update interval (minutes) 的本地化字符串。
///
public static string LvAutoUpdateInterval {
get {
@@ -385,7 +385,7 @@ namespace v2rayN.Resx {
}
///
- /// 查找类似 Enabled Update 的本地化字符串。
+ /// 查找类似 Enable update 的本地化字符串。
///
public static string LvEnabled {
get {
@@ -412,7 +412,7 @@ namespace v2rayN.Resx {
}
///
- /// 查找类似 More urls, separated by commas;Subscription conversion will be invalid 的本地化字符串。
+ /// 查找类似 More URLs, separated by commas; Subscription conversion will be invalid 的本地化字符串。
///
public static string LvMoreUrl {
get {
@@ -1258,7 +1258,7 @@ namespace v2rayN.Resx {
}
///
- /// 查找类似 Multi-Server Preferred Latency 的本地化字符串。
+ /// 查找类似 Multi-Server lowest latency 的本地化字符串。
///
public static string menuSetDefaultMultipleServer {
get {
@@ -1357,7 +1357,7 @@ namespace v2rayN.Resx {
}
///
- /// 查找类似 Subscription group 的本地化字符串。
+ /// 查找类似 Subscription Group 的本地化字符串。
///
public static string menuSubscription {
get {
@@ -1384,7 +1384,7 @@ namespace v2rayN.Resx {
}
///
- /// 查找类似 Update subscription without proxy 的本地化字符串。
+ /// 查找类似 Update subscriptions without proxy 的本地化字符串。
///
public static string menuSubUpdate {
get {
@@ -1393,7 +1393,7 @@ namespace v2rayN.Resx {
}
///
- /// 查找类似 Update subscription with proxy 的本地化字符串。
+ /// 查找类似 Update subscriptions with proxy 的本地化字符串。
///
public static string menuSubUpdateViaProxy {
get {
@@ -1609,7 +1609,7 @@ namespace v2rayN.Resx {
}
///
- /// 查找类似 Update subscription end 的本地化字符串。
+ /// 查找类似 Update subscriptions end 的本地化字符串。
///
public static string MsgUpdateSubscriptionEnd {
get {
@@ -1618,7 +1618,7 @@ namespace v2rayN.Resx {
}
///
- /// 查找类似 Update subscription starts 的本地化字符串。
+ /// 查找类似 Update subscriptions start 的本地化字符串。
///
public static string MsgUpdateSubscriptionStart {
get {
@@ -1888,7 +1888,7 @@ namespace v2rayN.Resx {
}
///
- /// 查找类似 Group please leave blank here 的本地化字符串。
+ /// 查找类似 For group please leave blank here 的本地化字符串。
///
public static string SubUrlTips {
get {
@@ -2932,6 +2932,15 @@ namespace v2rayN.Resx {
}
}
+ ///
+ /// 查找类似 Do not use proxy servers for local (intranet) addresses 的本地化字符串。
+ ///
+ public static string TbSettingsNotProxyLocalAddress {
+ get {
+ return ResourceManager.GetString("TbSettingsNotProxyLocalAddress", resourceCulture);
+ }
+ }
+
///
/// 查找类似 Auth pass 的本地化字符串。
///
@@ -2958,15 +2967,6 @@ namespace v2rayN.Resx {
return ResourceManager.GetString("TbSettingsRouteOnly", resourceCulture);
}
}
-
- ///
- /// 查找类似 NotProxyLocalAddress 的本地化字符串。
- ///
- public static string TbSettingsNotProxyLocalAddress {
- get {
- return ResourceManager.GetString("TbSettingsNotProxyLocalAddress", resourceCulture);
- }
- }
///
/// 查找类似 Set Win10 UWP Loopback 的本地化字符串。
diff --git a/v2rayN/v2rayN/Resx/ResUI.resx b/v2rayN/v2rayN/Resx/ResUI.resx
index dde293da..abcaa97e 100644
--- a/v2rayN/v2rayN/Resx/ResUI.resx
+++ b/v2rayN/v2rayN/Resx/ResUI.resx
@@ -1250,7 +1250,7 @@
Default domain strategy for outbound
- Multi-Server Preferred Latency
+ Multi-Server lowest latency
Main layout orientation(Require restart)
diff --git a/v2rayN/v2rayN/Resx/ResUI.zh-Hans.resx b/v2rayN/v2rayN/Resx/ResUI.zh-Hans.resx
index d5828a40..fccaab29 100644
--- a/v2rayN/v2rayN/Resx/ResUI.zh-Hans.resx
+++ b/v2rayN/v2rayN/Resx/ResUI.zh-Hans.resx
@@ -1247,7 +1247,7 @@
Outbound默认解析策略
- 多服务器优选延迟 (多选)
+ 多服务器最低延迟 (多选)
主界面布局方向(需重启)