[O] Locale

This commit is contained in:
Clansty
2024-11-27 03:35:01 +08:00
parent 2646f642b5
commit 054352356b
5 changed files with 76 additions and 15 deletions

View File

@@ -28,7 +28,7 @@ namespace AquaMai.Core.Resources {
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
public Locale() {
internal Locale() {
}
/// <summary>
@@ -161,7 +161,7 @@ namespace AquaMai.Core.Resources {
}
/// <summary>
/// Looks up a localized string similar to 游玩次数{0}.
/// Looks up a localized string similar to Play Count{0}.
/// </summary>
public static string PlayCount {
get {
@@ -169,6 +169,15 @@ namespace AquaMai.Core.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Playlog save error.
/// </summary>
public static string PlaylogSaveError {
get {
return ResourceManager.GetString("PlaylogSaveError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to SSS+ =&gt; DXRating += {0}.
/// </summary>
@@ -259,6 +268,24 @@ namespace AquaMai.Core.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Hide Self-Made Charts.
/// </summary>
public static string SelfMadeChartsHide {
get {
return ResourceManager.GetString("SelfMadeChartsHide", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Show Self-Made Charts.
/// </summary>
public static string SelfMadeChartsShow {
get {
return ResourceManager.GetString("SelfMadeChartsShow", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Skip.
/// </summary>
@@ -312,5 +339,14 @@ namespace AquaMai.Core.Resources {
return ResourceManager.GetString("SpeedUp", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to UserAll Upsert Error.
/// </summary>
public static string UserAllUpsertError {
get {
return ResourceManager.GetString("UserAllUpsertError", resourceCulture);
}
}
}
}