[F] SelectionDetail window size

This commit is contained in:
Clansty
2024-10-01 01:10:16 +08:00
parent e65d67f12e
commit 07817b04fb
4 changed files with 21 additions and 4 deletions

View File

@@ -143,6 +143,15 @@ namespace AquaMai.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to SSS+ =&gt; DXRating += {0}.
/// </summary>
internal static string RatingUpWhenSSSp {
get {
return ResourceManager.GetString("RatingUpWhenSSSp", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Loop Not Set.
/// </summary>

View File

@@ -81,4 +81,7 @@
<data name="NetErrWasDownloadSuccessOnce" xml:space="preserve">
<value>Data download not success</value>
</data>
<data name="RatingUpWhenSSSp" xml:space="preserve">
<value>SSS+ =&gt; DXRating += {0}</value>
</data>
</root>

View File

@@ -74,4 +74,7 @@
<data name="NetErrWasDownloadSuccessOnce" xml:space="preserve">
<value>数据下载不成功</value>
</data>
<data name="RatingUpWhenSSSp" xml:space="preserve">
<value>推到鸟加可上 {0} 分</value>
</data>
</root>