mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-14 12:07:59 +08:00
[+] Play Count in SelectionDetail
This commit is contained in:
9
AquaMai/Resources/Locale.Designer.cs
generated
9
AquaMai/Resources/Locale.Designer.cs
generated
@@ -160,6 +160,15 @@ namespace AquaMai.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to 游玩次数:{0}.
|
||||
/// </summary>
|
||||
internal static string PlayCount {
|
||||
get {
|
||||
return ResourceManager.GetString("PlayCount", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to SSS+ => DXRating += {0}.
|
||||
/// </summary>
|
||||
|
||||
@@ -101,4 +101,7 @@
|
||||
<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>
|
||||
<data name="PlayCount" xml:space="preserve">
|
||||
<value>游玩次数:{0}</value>
|
||||
</data>
|
||||
</root>
|
||||
|
||||
@@ -94,4 +94,7 @@
|
||||
<data name="CiBuildAlertContent" xml:space="preserve">
|
||||
<value>您正在使用的是 AquaMai CI 构建版本。由于该版本基于最新的主线代码构建,可能包含未通知的配置文件变更或潜在问题。</value>
|
||||
</data>
|
||||
<data name="PlayCount" xml:space="preserve">
|
||||
<value>Play Count: {0}</value>
|
||||
</data>
|
||||
</root>
|
||||
|
||||
Reference in New Issue
Block a user