mirror of https://github.com/2dust/v2rayN
Fix description
parent
b8959c8f12
commit
142230e56a
|
@ -2509,6 +2509,15 @@ namespace v2rayN.Resx {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Enable logging to file 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string TbSettingsLogEnabledToFile {
|
||||
get {
|
||||
return ResourceManager.GetString("TbSettingsLogEnabledToFile", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Log Level 的本地化字符串。
|
||||
/// </summary>
|
||||
|
|
|
@ -1111,4 +1111,7 @@
|
|||
<data name="LvAutoUpdateInterval" xml:space="preserve">
|
||||
<value>Automatic update interval(minutes)</value>
|
||||
</data>
|
||||
<data name="TbSettingsLogEnabledToFile" xml:space="preserve">
|
||||
<value>Enable logging to file</value>
|
||||
</data>
|
||||
</root>
|
|
@ -767,7 +767,7 @@
|
|||
<value>去重时保留序号较小的项</value>
|
||||
</data>
|
||||
<data name="TbSettingsLogEnabled" xml:space="preserve">
|
||||
<value>启用日志(默认关闭)</value>
|
||||
<value>启用日志</value>
|
||||
</data>
|
||||
<data name="TbSettingsLogLevel" xml:space="preserve">
|
||||
<value>日志等级</value>
|
||||
|
@ -1108,4 +1108,7 @@
|
|||
<data name="LvAutoUpdateInterval" xml:space="preserve">
|
||||
<value>自动更新间隔(分钟)</value>
|
||||
</data>
|
||||
<data name="TbSettingsLogEnabledToFile" xml:space="preserve">
|
||||
<value>启用日志存到文件</value>
|
||||
</data>
|
||||
</root>
|
|
@ -216,7 +216,7 @@
|
|||
Margin="{StaticResource SettingItemMargin}"
|
||||
VerticalAlignment="Center"
|
||||
Style="{StaticResource ToolbarTextBlock}"
|
||||
Text="{x:Static resx:ResUI.TbSettingsLogEnabled}" />
|
||||
Text="{x:Static resx:ResUI.TbSettingsLogEnabledToFile}" />
|
||||
<ToggleButton
|
||||
x:Name="toglogEnabled"
|
||||
Grid.Row="9"
|
||||
|
|
Loading…
Reference in New Issue