Commit 97d9c164 authored by 潘栩锋's avatar 潘栩锋 🚴

修复 “测试:立即重启” 字符串 英文版

parent 92dfc669
......@@ -31,7 +31,7 @@
</StackPanel>
</StackPanel>
<StackPanel Margin="{StaticResource ControlMargin}">
<TextBlock Style="{StaticResource Styles.Text.FieldHeader.Editable.Row2}" Text="测试:立即重启" />
<TextBlock Style="{StaticResource Styles.Text.FieldHeader.Editable.Row2}" Text="{StaticResource str.PgCustomSections.RebootNow}" />
<ToggleButton Style="{StaticResource Styles.ToggleButton.YESNO}" HorizontalAlignment="Left" IsChecked="{Binding IsReBootAtOnce}" />
</StackPanel>
</StackPanel>
......
......@@ -22,13 +22,14 @@
<system:String x:Key="str.PgCustomSections.XStep" >X-axis Step</system:String>
<system:String x:Key="str.PgCustomSections.SelectMusicFile" >Select Music File</system:String>
<system:String x:Key="str.PgCustomSections.IsSureToReboot">The App must be rebooted to execute new parameters. Do you want to reboot it?</system:String>
<system:String x:Key="str.PgCustomSections.IsSureToReboot">The App must be rebooted to execute new parameters. Do you want to reboot it?</system:String>
<system:String x:Key="str.PgCustomSections.Language">Language</system:String>
<system:String x:Key="str.PgCustomSections.Apply">Apply</system:String>
<system:String x:Key="str.PgCustomSections.Language" xml:space="preserve">语言&#10;Language</system:String>
<system:String x:Key="str.PgCustomSections.Apply">Apply</system:String>
<system:String x:Key="str.PgCustomSections.Reboot" xml:space="preserve">Auto&#10;Reboot</system:String>
<system:String x:Key="str.PgCustomSections.AutoRebootAt12" xml:space="preserve">The App reboots&#10;automatically at PM 12:00 </system:String>
<system:String x:Key="str.PgCustomSections.BootTime">Boot Time</system:String>
<system:String x:Key="str.PgCustomSections.Min">Mins</system:String>
<system:String x:Key="str.PgCustomSections.Reboot" xml:space="preserve">Auto&#10;Reboot</system:String>
<system:String x:Key="str.PgCustomSections.AutoRebootAt12" xml:space="preserve">The App reboots&#10;automatically at PM 12:00 </system:String>
<system:String x:Key="str.PgCustomSections.BootTime">Boot Time</system:String>
<system:String x:Key="str.PgCustomSections.RebootNow">Test:reboot now</system:String>
<system:String x:Key="str.PgCustomSections.Min">Mins</system:String>
</ResourceDictionary>
\ No newline at end of file
......@@ -24,11 +24,12 @@
<system:String x:Key="str.PgCustomSections.SelectMusicFile" >打开音乐文件</system:String>
<system:String x:Key="str.PgCustomSections.IsSureToReboot">程序必须重启才能执行新的参数, 是否重启?</system:String>
<system:String x:Key="str.PgCustomSections.Language">语言</system:String>
<system:String x:Key="str.PgCustomSections.Apply">应用</system:String>
<system:String x:Key="str.PgCustomSections.Language" xml:space="preserve">语言&#10;Language</system:String>
<system:String x:Key="str.PgCustomSections.Apply">应用</system:String>
<system:String x:Key="str.PgCustomSections.Reboot" xml:space="preserve">自动&#10;重启</system:String>
<system:String x:Key="str.PgCustomSections.AutoRebootAt12" xml:space="preserve">中午12点自动&#10;重启客户端</system:String>
<system:String x:Key="str.PgCustomSections.BootTime">启动时间</system:String>
<system:String x:Key="str.PgCustomSections.Min">分钟</system:String>
<system:String x:Key="str.PgCustomSections.Reboot" xml:space="preserve">自动&#10;重启</system:String>
<system:String x:Key="str.PgCustomSections.AutoRebootAt12" xml:space="preserve">中午12点自动&#10;重启客户端</system:String>
<system:String x:Key="str.PgCustomSections.BootTime">启动时间</system:String>
<system:String x:Key="str.PgCustomSections.RebootNow">测试:立即重启</system:String>
<system:String x:Key="str.PgCustomSections.Min">分钟</system:String>
</ResourceDictionary>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment