mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-12 23:37:27 +08:00
[O] Locale
This commit is contained in:
27
AquaMai/Resources/Locale.Designer.cs
generated
27
AquaMai/Resources/Locale.Designer.cs
generated
@@ -151,6 +151,15 @@ namespace AquaMai.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Repeat end time cannot be less than repeat start time.
|
||||
/// </summary>
|
||||
internal static string RepeatEndTimeLessThenStartTime {
|
||||
get {
|
||||
return ResourceManager.GetString("RepeatEndTimeLessThenStartTime", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Loop Not Set.
|
||||
/// </summary>
|
||||
@@ -187,6 +196,15 @@ namespace AquaMai.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Please set repeat start time first.
|
||||
/// </summary>
|
||||
internal static string RepeatStartTimeNotSet {
|
||||
get {
|
||||
return ResourceManager.GetString("RepeatStartTimeNotSet", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Saving... Do not exit the game.
|
||||
/// </summary>
|
||||
@@ -223,6 +241,15 @@ namespace AquaMai.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to > Skipping incompatible patch: {0}.
|
||||
/// </summary>
|
||||
internal static string SkipIncompatiblePatch {
|
||||
get {
|
||||
return ResourceManager.GetString("SkipIncompatiblePatch", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Speed.
|
||||
/// </summary>
|
||||
|
||||
@@ -86,4 +86,13 @@
|
||||
<data name="Skip" xml:space="preserve">
|
||||
<value>Skip</value>
|
||||
</data>
|
||||
<data name="SkipIncompatiblePatch" xml:space="preserve">
|
||||
<value>> Skipping incompatible patch: {0}</value>
|
||||
</data>
|
||||
<data name="RepeatStartTimeNotSet" xml:space="preserve">
|
||||
<value>Please set repeat start time first</value>
|
||||
</data>
|
||||
<data name="RepeatEndTimeLessThenStartTime" xml:space="preserve">
|
||||
<value>Repeat end time cannot be less than repeat start time</value>
|
||||
</data>
|
||||
</root>
|
||||
|
||||
@@ -79,4 +79,13 @@
|
||||
<data name="Skip" xml:space="preserve">
|
||||
<value>跳过</value>
|
||||
</data>
|
||||
<data name="SkipIncompatiblePatch" xml:space="preserve">
|
||||
<value>> 已跳过加载不兼容的功能: {0}</value>
|
||||
</data>
|
||||
<data name="RepeatEndTimeLessThenStartTime" xml:space="preserve">
|
||||
<value>循环结束时间不能早于开始时间</value>
|
||||
</data>
|
||||
<data name="RepeatStartTimeNotSet" xml:space="preserve">
|
||||
<value>请先设置循环开始时间</value>
|
||||
</data>
|
||||
</root>
|
||||
|
||||
Reference in New Issue
Block a user