[+] QuickEndPlay button when notes play end

This commit is contained in:
Clansty
2024-10-16 01:01:32 +08:00
parent f716ab0c1b
commit 1810bbe2d5
7 changed files with 79 additions and 0 deletions

View File

@@ -215,6 +215,15 @@ namespace AquaMai.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Skip.
/// </summary>
internal static string Skip {
get {
return ResourceManager.GetString("Skip", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Speed.
/// </summary>

View File

@@ -84,4 +84,7 @@
<data name="RatingUpWhenSSSp" xml:space="preserve">
<value>SSS+ =&gt; DXRating += {0}</value>
</data>
<data name="Skip" xml:space="preserve">
<value>Skip</value>
</data>
</root>

View File

@@ -77,4 +77,7 @@
<data name="RatingUpWhenSSSp" xml:space="preserve">
<value>推到鸟加可上 {0} 分</value>
</data>
<data name="Skip" xml:space="preserve">
<value>跳过</value>
</data>
</root>