Fix duplicated wording in UI resource strings

https://github.com/2dust/v2rayN/pull/9914
This commit is contained in:
2dust
2026-08-07 14:13:32 +08:00
parent 1ac14d0903
commit 4a9d83f9dc
2 changed files with 7 additions and 7 deletions

View File

@@ -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 {

View File

@@ -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>