mirror of
https://github.com/2dust/v2rayN.git
synced 2026-08-11 09:42:05 +03:00
Fix duplicated wording in UI resource strings
https://github.com/2dust/v2rayN/pull/9914
This commit is contained in:
6
v2rayN/ServiceLib/Resx/ResUI.Designer.cs
generated
6
v2rayN/ServiceLib/Resx/ResUI.Designer.cs
generated
@@ -178,7 +178,7 @@ namespace ServiceLib.Resx {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Failed to import custom configuration Configuration 的本地化字符串。
|
||||
/// 查找类似 Failed to import configuration 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string FailedImportedCustomServer {
|
||||
get {
|
||||
@@ -268,7 +268,7 @@ namespace ServiceLib.Resx {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Please browse to import Configuration configuration 的本地化字符串。
|
||||
/// 查找类似 Please browse to import configuration 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string FillServerAddressCustom {
|
||||
get {
|
||||
@@ -2653,7 +2653,7 @@ namespace ServiceLib.Resx {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Custom configuration Configuration imported successfully 的本地化字符串。
|
||||
/// 查找类似 Custom configuration imported successfully 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string SuccessfullyImportedCustomServer {
|
||||
get {
|
||||
|
||||
@@ -142,7 +142,7 @@
|
||||
<value>Failed to get the default configuration</value>
|
||||
</data>
|
||||
<data name="FailedImportedCustomServer" xml:space="preserve">
|
||||
<value>Failed to import custom configuration Configuration</value>
|
||||
<value>Failed to import configuration</value>
|
||||
</data>
|
||||
<data name="FailedReadConfiguration" xml:space="preserve">
|
||||
<value>Failed to read configuration file</value>
|
||||
@@ -283,7 +283,7 @@
|
||||
<value>Configuration successful. {0}</value>
|
||||
</data>
|
||||
<data name="SuccessfullyImportedCustomServer" xml:space="preserve">
|
||||
<value>Custom configuration Configuration imported successfully</value>
|
||||
<value>Custom configuration imported successfully</value>
|
||||
</data>
|
||||
<data name="SuccessfullyImportedServerViaClipboard" xml:space="preserve">
|
||||
<value>{0} Configurations have been imported from clipboard</value>
|
||||
@@ -385,7 +385,7 @@
|
||||
<value>All</value>
|
||||
</data>
|
||||
<data name="FillServerAddressCustom" xml:space="preserve">
|
||||
<value>Please browse to import Configuration configuration</value>
|
||||
<value>Please browse to import configuration</value>
|
||||
</data>
|
||||
<data name="Speedtesting" xml:space="preserve">
|
||||
<value>Testing...</value>
|
||||
@@ -1860,4 +1860,4 @@ The "Get Certificate" action may fail if a self-signed certificate is used or if
|
||||
<data name="LvCustomCoreType" xml:space="preserve">
|
||||
<value>Custom config core</value>
|
||||
</data>
|
||||
</root>
|
||||
</root>
|
||||
|
||||
Reference in New Issue
Block a user