mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-14 01:27:58 +08:00
[+] Show alert in CI builds
This commit is contained in:
18
AquaMai/Resources/Locale.Designer.cs
generated
18
AquaMai/Resources/Locale.Designer.cs
generated
@@ -59,6 +59,24 @@ namespace AquaMai.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to You are using AquaMai CI build version. This version is built from the latest mainline code and may contain undocumented configuration changes or potential issues..
|
||||
/// </summary>
|
||||
internal static string CiBuildAlertContent {
|
||||
get {
|
||||
return ResourceManager.GetString("CiBuildAlertContent", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Important Notice: Test Version.
|
||||
/// </summary>
|
||||
internal static string CiBuildAlertTitle {
|
||||
get {
|
||||
return ResourceManager.GetString("CiBuildAlertTitle", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Loaded!.
|
||||
/// </summary>
|
||||
|
||||
@@ -95,4 +95,10 @@
|
||||
<data name="RepeatEndTimeLessThenStartTime" xml:space="preserve">
|
||||
<value>Repeat end time cannot be less than repeat start time</value>
|
||||
</data>
|
||||
<data name="CiBuildAlertTitle" xml:space="preserve">
|
||||
<value>Important Notice: Test Version</value>
|
||||
</data>
|
||||
<data name="CiBuildAlertContent" xml:space="preserve">
|
||||
<value>You are using AquaMai CI build version. This version is built from the latest mainline code and may contain undocumented configuration changes or potential issues.</value>
|
||||
</data>
|
||||
</root>
|
||||
|
||||
@@ -88,4 +88,10 @@
|
||||
<data name="RepeatStartTimeNotSet" xml:space="preserve">
|
||||
<value>请先设置循环开始时间</value>
|
||||
</data>
|
||||
<data name="CiBuildAlertTitle" xml:space="preserve">
|
||||
<value>重要提示:测试版本</value>
|
||||
</data>
|
||||
<data name="CiBuildAlertContent" xml:space="preserve">
|
||||
<value>您正在使用的是 AquaMai CI 构建版本。由于该版本基于最新的主线代码构建,可能包含未通知的配置文件变更或潜在问题。</value>
|
||||
</data>
|
||||
</root>
|
||||
|
||||
Reference in New Issue
Block a user