publicstaticLocalisableStringBatteryLow=>newTranslatableString(getKey(@"battery_low"),@"Your battery level is low! Charge your device to prevent interruptions during gameplay.");
/// "Your game volume is too low to hear anything! Click here to restore it."
/// </summary>
publicstaticLocalisableStringGameVolumeTooLow=>newTranslatableString(getKey(@"game_volume_too_low"),@"Your game volume is too low to hear anything! Click here to restore it.");
/// <summary>
/// "The current ruleset doesn't have an autoplay mod available!"
/// </summary>
publicstaticLocalisableStringNoAutoplayMod=>newTranslatableString(getKey(@"no_autoplay_mod"),@"The current ruleset doesn't have an autoplay mod available!");
publicstaticLocalisableStringAudioPlaybackIssue=>newTranslatableString(getKey(@"audio_playback_issue"),@"osu! doesn't seem to be able to play audio correctly.
publicstaticLocalisableStringScoreOverlayDisabled(LocalisableStringarg0)=>newTranslatableString(getKey(@"score_overlay_disabled"),@"The score overlay is currently disabled. You can toggle this by pressing {0}.",arg0);