1.1.3 -> 1.1.4 第33次更新

This commit is contained in:
Space Time 2024-12-07 13:56:47 +08:00
parent 8c44b0b82a
commit 0021b1516e
3 changed files with 18 additions and 18 deletions

View File

@ -163,13 +163,13 @@
<value>GLB. Purging INIT.</value>
</data>
<data name="MihomoButtonIsRunningContent" xml:space="preserve">
<value>Stop Global Purging</value>
<value>Stop GLB. Purging</value>
</data>
<data name="MihomoButtonIsRunningToolTip" xml:space="preserve">
<value>Click to stop the local Mihomo</value>
</data>
<data name="MihomoButtonIsStoppedContent" xml:space="preserve">
<value>Start Global Purging</value>
<value>Start GLB. Purging</value>
</data>
<data name="MihomoButtonIsStoppedToolTip" xml:space="preserve">
<value>Click to launch a local Mihomo</value>

View File

@ -61,7 +61,7 @@ namespace Sheas_Cealer.Consts {
}
/// <summary>
/// 查找类似 Change successfuly, restart to refresh the windows 的本地化字符串。
/// 查找类似 Switch successfuly, restart to refresh the windows 的本地化字符串。
/// </summary>
public static string _ChangeLangSuccessMsg {
get {
@ -70,7 +70,7 @@ namespace Sheas_Cealer.Consts {
}
/// <summary>
/// 查找类似 Switch Color (Fully Random) 的本地化字符串。
/// 查找类似 SWT. Color (Fully Random) 的本地化字符串。
/// </summary>
public static string ColorsButtonContent {
get {
@ -124,7 +124,7 @@ namespace Sheas_Cealer.Consts {
}
/// <summary>
/// 查找类似 Switch Theme (Dark → Light) 的本地化字符串。
/// 查找类似 SWT. Theme (Dark → Light) 的本地化字符串。
/// </summary>
public static string ThemesButtonDarkThemeContent {
get {
@ -133,7 +133,7 @@ namespace Sheas_Cealer.Consts {
}
/// <summary>
/// 查找类似 Switch Theme (Auto → Dark) 的本地化字符串。
/// 查找类似 SWT. Theme (Auto → Dark) 的本地化字符串。
/// </summary>
public static string ThemesButtonInheritThemeContent {
get {
@ -142,7 +142,7 @@ namespace Sheas_Cealer.Consts {
}
/// <summary>
/// 查找类似 Switch Theme (Light → Auto) 的本地化字符串。
/// 查找类似 SWT. Theme (Light → Auto) 的本地化字符串。
/// </summary>
public static string ThemesButtonLightThemeContent {
get {
@ -160,7 +160,7 @@ namespace Sheas_Cealer.Consts {
}
/// <summary>
/// 查找类似 Switch Weight (Bold → Light) 的本地化字符串。
/// 查找类似 SWT. Weight (Bold → Light) 的本地化字符串。
/// </summary>
public static string WeightsButtonBoldWeightContent {
get {
@ -169,7 +169,7 @@ namespace Sheas_Cealer.Consts {
}
/// <summary>
/// 查找类似 Switch Weight (Light → Regular) 的本地化字符串。
/// 查找类似 SWT. Weight (Light → Regular) 的本地化字符串。
/// </summary>
public static string WeightsButtonLightWeightContent {
get {
@ -178,7 +178,7 @@ namespace Sheas_Cealer.Consts {
}
/// <summary>
/// 查找类似 Switch Weight (Regular → Bold) 的本地化字符串。
/// 查找类似 SWT. Weight (RGL. → Bold) 的本地化字符串。
/// </summary>
public static string WeightsButtonRegularWeightContent {
get {

View File

@ -98,7 +98,7 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="ColorsButtonContent" xml:space="preserve">
<value>Switch Color (Fully Random)</value>
<value>SWT. Color (Fully Random)</value>
</data>
<data name="ColorsButtonToolTip" xml:space="preserve">
<value>Click to switch colors</value>
@ -116,30 +116,30 @@
<value>Click to switch langs</value>
</data>
<data name="ThemesButtonDarkThemeContent" xml:space="preserve">
<value>Switch Theme (Dark → Light)</value>
<value>SWT. Theme (Dark → Light)</value>
</data>
<data name="ThemesButtonInheritThemeContent" xml:space="preserve">
<value>Switch Theme (Auto → Dark)</value>
<value>SWT. Theme (Auto → Dark)</value>
</data>
<data name="ThemesButtonLightThemeContent" xml:space="preserve">
<value>Switch Theme (Light → Auto)</value>
<value>SWT. Theme (Light → Auto)</value>
</data>
<data name="ThemesButtonToolTip" xml:space="preserve">
<value>Click to switch themes</value>
</data>
<data name="WeightsButtonBoldWeightContent" xml:space="preserve">
<value>Switch Weight (Bold → Light)</value>
<value>SWT. Weight (Bold → Light)</value>
</data>
<data name="WeightsButtonLightWeightContent" xml:space="preserve">
<value>Switch Weight (Light → Regular)</value>
<value>SWT. Weight (Light → Regular)</value>
</data>
<data name="WeightsButtonRegularWeightContent" xml:space="preserve">
<value>Switch Weight (Regular → Bold)</value>
<value>SWT. Weight (RGL. → Bold)</value>
</data>
<data name="WeightsButtonToolTip" xml:space="preserve">
<value>Click to switch font weights</value>
</data>
<data name="_ChangeLangSuccessMsg" xml:space="preserve">
<value>Change successfuly, restart to refresh the windows</value>
<value>Switch successfuly, restart to refresh the windows</value>
</data>
</root>