// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Localisation; namespace osu.Game.Resources.Localisation.Web { public static class AccountsStrings { private const string prefix = @"osu.Game.Resources.Localisation.Web.Accounts"; /// /// "account settings" /// public static LocalisableString EditTitleCompact => new TranslatableString(getKey(@"edit.title_compact"), @"account settings"); /// /// "username" /// public static LocalisableString EditUsername => new TranslatableString(getKey(@"edit.username"), @"username"); /// /// "Avatar" /// public static LocalisableString EditAvatarTitle => new TranslatableString(getKey(@"edit.avatar.title"), @"Avatar"); /// /// "Please ensure your avatar adheres to {0}.<br/>This means it must be <strong>suitable for all ages</strong>. i.e. no nudity, profanity or suggestive content." /// public static LocalisableString EditAvatarRules(LocalisableString link) => new TranslatableString(getKey(@"edit.avatar.rules"), @"Please ensure your avatar adheres to {0}.
This means it must be suitable for all ages. i.e. no nudity, profanity or suggestive content.", link); /// /// "the community rules" /// public static LocalisableString EditAvatarRulesLink => new TranslatableString(getKey(@"edit.avatar.rules_link"), @"the community rules"); /// /// "current email" /// public static LocalisableString EditEmailCurrent => new TranslatableString(getKey(@"edit.email.current"), @"current email"); /// /// "new email" /// public static LocalisableString EditEmailNew => new TranslatableString(getKey(@"edit.email.new"), @"new email"); /// /// "email confirmation" /// public static LocalisableString EditEmailNewConfirmation => new TranslatableString(getKey(@"edit.email.new_confirmation"), @"email confirmation"); /// /// "Email" /// public static LocalisableString EditEmailTitle => new TranslatableString(getKey(@"edit.email.title"), @"Email"); /// /// "current password" /// public static LocalisableString EditPasswordCurrent => new TranslatableString(getKey(@"edit.password.current"), @"current password"); /// /// "new password" /// public static LocalisableString EditPasswordNew => new TranslatableString(getKey(@"edit.password.new"), @"new password"); /// /// "password confirmation" /// public static LocalisableString EditPasswordNewConfirmation => new TranslatableString(getKey(@"edit.password.new_confirmation"), @"password confirmation"); /// /// "Password" /// public static LocalisableString EditPasswordTitle => new TranslatableString(getKey(@"edit.password.title"), @"Password"); /// /// "Profile" /// public static LocalisableString EditProfileTitle => new TranslatableString(getKey(@"edit.profile.title"), @"Profile"); /// /// "discord" /// public static LocalisableString EditProfileUserUserDiscord => new TranslatableString(getKey(@"edit.profile.user.user_discord"), @"discord"); /// /// "current location" /// public static LocalisableString EditProfileUserUserFrom => new TranslatableString(getKey(@"edit.profile.user.user_from"), @"current location"); /// /// "interests" /// public static LocalisableString EditProfileUserUserInterests => new TranslatableString(getKey(@"edit.profile.user.user_interests"), @"interests"); /// /// "occupation" /// public static LocalisableString EditProfileUserUserOcc => new TranslatableString(getKey(@"edit.profile.user.user_occ"), @"occupation"); /// /// "twitter" /// public static LocalisableString EditProfileUserUserTwitter => new TranslatableString(getKey(@"edit.profile.user.user_twitter"), @"twitter"); /// /// "website" /// public static LocalisableString EditProfileUserUserWebsite => new TranslatableString(getKey(@"edit.profile.user.user_website"), @"website"); /// /// "Signature" /// public static LocalisableString EditSignatureTitle => new TranslatableString(getKey(@"edit.signature.title"), @"Signature"); /// /// "update" /// public static LocalisableString EditSignatureUpdate => new TranslatableString(getKey(@"edit.signature.update"), @"update"); /// /// "receive notifications for new problem on qualified beatmaps of following modes" /// public static LocalisableString NotificationsBeatmapsetDiscussionQualifiedProblem => new TranslatableString(getKey(@"notifications.beatmapset_discussion_qualified_problem"), @"receive notifications for new problem on qualified beatmaps of following modes"); /// /// "receive notifications for when beatmaps of following modes are disqualified" /// public static LocalisableString NotificationsBeatmapsetDisqualify => new TranslatableString(getKey(@"notifications.beatmapset_disqualify"), @"receive notifications for when beatmaps of following modes are disqualified"); /// /// "receive notifications for replies to your comments" /// public static LocalisableString NotificationsCommentReply => new TranslatableString(getKey(@"notifications.comment_reply"), @"receive notifications for replies to your comments"); /// /// "Notifications" /// public static LocalisableString NotificationsTitle => new TranslatableString(getKey(@"notifications.title"), @"Notifications"); /// /// "automatically enable notifications on new forum topics that you create" /// public static LocalisableString NotificationsTopicAutoSubscribe => new TranslatableString(getKey(@"notifications.topic_auto_subscribe"), @"automatically enable notifications on new forum topics that you create"); /// /// "delivery options" /// public static LocalisableString NotificationsOptionsDefault => new TranslatableString(getKey(@"notifications.options._"), @"delivery options"); /// /// "guest difficulty" /// public static LocalisableString NotificationsOptionsBeatmapOwnerChange => new TranslatableString(getKey(@"notifications.options.beatmap_owner_change"), @"guest difficulty"); /// /// "beatmap modding" /// public static LocalisableString NotificationsOptionsBeatmapsetModding => new TranslatableString(getKey(@"notifications.options.beatmapset:modding"), @"beatmap modding"); /// /// "private chat messages" /// public static LocalisableString NotificationsOptionsChannelMessage => new TranslatableString(getKey(@"notifications.options.channel_message"), @"private chat messages"); /// /// "new comments" /// public static LocalisableString NotificationsOptionsCommentNew => new TranslatableString(getKey(@"notifications.options.comment_new"), @"new comments"); /// /// "topic reply" /// public static LocalisableString NotificationsOptionsForumTopicReply => new TranslatableString(getKey(@"notifications.options.forum_topic_reply"), @"topic reply"); /// /// "mail" /// public static LocalisableString NotificationsOptionsMail => new TranslatableString(getKey(@"notifications.options.mail"), @"mail"); /// /// "beatmap mapper" /// public static LocalisableString NotificationsOptionsMapping => new TranslatableString(getKey(@"notifications.options.mapping"), @"beatmap mapper"); /// /// "push" /// public static LocalisableString NotificationsOptionsPush => new TranslatableString(getKey(@"notifications.options.push"), @"push"); /// /// "user medal unlocked" /// public static LocalisableString NotificationsOptionsUserAchievementUnlock => new TranslatableString(getKey(@"notifications.options.user_achievement_unlock"), @"user medal unlocked"); /// /// "authorized clients" /// public static LocalisableString OauthAuthorizedClients => new TranslatableString(getKey(@"oauth.authorized_clients"), @"authorized clients"); /// /// "own clients" /// public static LocalisableString OauthOwnClients => new TranslatableString(getKey(@"oauth.own_clients"), @"own clients"); /// /// "OAuth" /// public static LocalisableString OauthTitle => new TranslatableString(getKey(@"oauth.title"), @"OAuth"); /// /// "hide warnings for explicit content in beatmaps" /// public static LocalisableString OptionsBeatmapsetShowNsfw => new TranslatableString(getKey(@"options.beatmapset_show_nsfw"), @"hide warnings for explicit content in beatmaps"); /// /// "show beatmap metadata in original language" /// public static LocalisableString OptionsBeatmapsetTitleShowOriginal => new TranslatableString(getKey(@"options.beatmapset_title_show_original"), @"show beatmap metadata in original language"); /// /// "Options" /// public static LocalisableString OptionsTitle => new TranslatableString(getKey(@"options.title"), @"Options"); /// /// "default beatmap download type" /// public static LocalisableString OptionsBeatmapsetDownloadDefault => new TranslatableString(getKey(@"options.beatmapset_download._"), @"default beatmap download type"); /// /// "with video if available" /// public static LocalisableString OptionsBeatmapsetDownloadAll => new TranslatableString(getKey(@"options.beatmapset_download.all"), @"with video if available"); /// /// "open in osu!direct" /// public static LocalisableString OptionsBeatmapsetDownloadDirect => new TranslatableString(getKey(@"options.beatmapset_download.direct"), @"open in osu!direct"); /// /// "without video" /// public static LocalisableString OptionsBeatmapsetDownloadNoVideo => new TranslatableString(getKey(@"options.beatmapset_download.no_video"), @"without video"); /// /// "keyboard" /// public static LocalisableString PlaystylesKeyboard => new TranslatableString(getKey(@"playstyles.keyboard"), @"keyboard"); /// /// "mouse" /// public static LocalisableString PlaystylesMouse => new TranslatableString(getKey(@"playstyles.mouse"), @"mouse"); /// /// "tablet" /// public static LocalisableString PlaystylesTablet => new TranslatableString(getKey(@"playstyles.tablet"), @"tablet"); /// /// "Playstyles" /// public static LocalisableString PlaystylesTitle => new TranslatableString(getKey(@"playstyles.title"), @"Playstyles"); /// /// "touch" /// public static LocalisableString PlaystylesTouch => new TranslatableString(getKey(@"playstyles.touch"), @"touch"); /// /// "block private messages from people not on your friends list" /// public static LocalisableString PrivacyFriendsOnly => new TranslatableString(getKey(@"privacy.friends_only"), @"block private messages from people not on your friends list"); /// /// "hide your online presence" /// public static LocalisableString PrivacyHideOnline => new TranslatableString(getKey(@"privacy.hide_online"), @"hide your online presence"); /// /// "Privacy" /// public static LocalisableString PrivacyTitle => new TranslatableString(getKey(@"privacy.title"), @"Privacy"); /// /// "current" /// public static LocalisableString SecurityCurrentSession => new TranslatableString(getKey(@"security.current_session"), @"current"); /// /// "End Session" /// public static LocalisableString SecurityEndSession => new TranslatableString(getKey(@"security.end_session"), @"End Session"); /// /// "This will immediately end your session on that device. Are you sure?" /// public static LocalisableString SecurityEndSessionConfirmation => new TranslatableString(getKey(@"security.end_session_confirmation"), @"This will immediately end your session on that device. Are you sure?"); /// /// "Last active:" /// public static LocalisableString SecurityLastActive => new TranslatableString(getKey(@"security.last_active"), @"Last active:"); /// /// "Security" /// public static LocalisableString SecurityTitle => new TranslatableString(getKey(@"security.title"), @"Security"); /// /// "web sessions" /// public static LocalisableString SecurityWebSessions => new TranslatableString(getKey(@"security.web_sessions"), @"web sessions"); /// /// "update" /// public static LocalisableString UpdateEmailUpdate => new TranslatableString(getKey(@"update_email.update"), @"update"); /// /// "update" /// public static LocalisableString UpdatePasswordUpdate => new TranslatableString(getKey(@"update_password.update"), @"update"); /// /// "You can close this tab/window now" /// public static LocalisableString VerificationCompletedText => new TranslatableString(getKey(@"verification_completed.text"), @"You can close this tab/window now"); /// /// "Verification has been completed" /// public static LocalisableString VerificationCompletedTitle => new TranslatableString(getKey(@"verification_completed.title"), @"Verification has been completed"); /// /// "Invalid or expired verification link" /// public static LocalisableString VerificationInvalidTitle => new TranslatableString(getKey(@"verification_invalid.title"), @"Invalid or expired verification link"); private static string getKey(string key) => $@"{prefix}:{key}"; } }