[+] Play Count in SelectionDetail

This commit is contained in:
Clansty
2024-11-16 00:53:22 +08:00
parent 6c5791b1fe
commit 0455a83ef1
4 changed files with 23 additions and 2 deletions

View File

@@ -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+ =&gt; DXRating += {0}.
/// </summary>

View File

@@ -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>

View File

@@ -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>