forked from Cookies_Github_mirror/AquaDX
[O] Locale
This commit is contained in:
40
AquaMai/AquaMai.Core/Resources/Locale.Designer.cs
generated
40
AquaMai/AquaMai.Core/Resources/Locale.Designer.cs
generated
@@ -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+ => 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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user