// 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 AuthorizationStrings { private const string prefix = @"osu.Game.Resources.Localisation.Web.Authorization"; /// /// "How about playing some osu! instead?" /// public static LocalisableString PlayMore => new TranslatableString(getKey(@"play_more"), @"How about playing some osu! instead?"); /// /// "Please sign in to proceed." /// public static LocalisableString RequireLogin => new TranslatableString(getKey(@"require_login"), @"Please sign in to proceed."); /// /// "Please verify to proceed." /// public static LocalisableString RequireVerification => new TranslatableString(getKey(@"require_verification"), @"Please verify to proceed."); /// /// "Can't do that while restricted." /// public static LocalisableString Restricted => new TranslatableString(getKey(@"restricted"), @"Can't do that while restricted."); /// /// "Can't do that while silenced." /// public static LocalisableString Silenced => new TranslatableString(getKey(@"silenced"), @"Can't do that while silenced."); /// /// "Access denied." /// public static LocalisableString Unauthorized => new TranslatableString(getKey(@"unauthorized"), @"Access denied."); /// /// "Can not undo hyping." /// public static LocalisableString BeatmapDiscussionDestroyIsHype => new TranslatableString(getKey(@"beatmap_discussion.destroy.is_hype"), @"Can not undo hyping."); /// /// "Can not delete discussion with replies" /// public static LocalisableString BeatmapDiscussionDestroyHasReply => new TranslatableString(getKey(@"beatmap_discussion.destroy.has_reply"), @"Can not delete discussion with replies"); /// /// "You have reached your nomination limit for the day, please try again tomorrow." /// public static LocalisableString BeatmapDiscussionNominateExhausted => new TranslatableString(getKey(@"beatmap_discussion.nominate.exhausted"), @"You have reached your nomination limit for the day, please try again tomorrow."); /// /// "Error performing that action, try refreshing the page." /// public static LocalisableString BeatmapDiscussionNominateIncorrectState => new TranslatableString(getKey(@"beatmap_discussion.nominate.incorrect_state"), @"Error performing that action, try refreshing the page."); /// /// "Can't nominate own beatmap." /// public static LocalisableString BeatmapDiscussionNominateOwner => new TranslatableString(getKey(@"beatmap_discussion.nominate.owner"), @"Can't nominate own beatmap."); /// /// "You must set the genre and language before nominating." /// public static LocalisableString BeatmapDiscussionNominateSetMetadata => new TranslatableString(getKey(@"beatmap_discussion.nominate.set_metadata"), @"You must set the genre and language before nominating."); /// /// "Only thread starter and beatmap owner can resolve a discussion." /// public static LocalisableString BeatmapDiscussionResolveNotOwner => new TranslatableString(getKey(@"beatmap_discussion.resolve.not_owner"), @"Only thread starter and beatmap owner can resolve a discussion."); /// /// "Only beatmap owner or nominator/NAT group member can post mapper notes." /// public static LocalisableString BeatmapDiscussionStoreMapperNoteWrongUser => new TranslatableString(getKey(@"beatmap_discussion.store.mapper_note_wrong_user"), @"Only beatmap owner or nominator/NAT group member can post mapper notes."); /// /// "Can't vote on discussion made by bot" /// public static LocalisableString BeatmapDiscussionVoteBot => new TranslatableString(getKey(@"beatmap_discussion.vote.bot"), @"Can't vote on discussion made by bot"); /// /// "Please wait a while before casting more votes" /// public static LocalisableString BeatmapDiscussionVoteLimitExceeded => new TranslatableString(getKey(@"beatmap_discussion.vote.limit_exceeded"), @"Please wait a while before casting more votes"); /// /// "Can't vote on own discussion." /// public static LocalisableString BeatmapDiscussionVoteOwner => new TranslatableString(getKey(@"beatmap_discussion.vote.owner"), @"Can't vote on own discussion."); /// /// "Can only vote on discussions of pending beatmaps." /// public static LocalisableString BeatmapDiscussionVoteWrongBeatmapsetState => new TranslatableString(getKey(@"beatmap_discussion.vote.wrong_beatmapset_state"), @"Can only vote on discussions of pending beatmaps."); /// /// "You can only delete your own posts." /// public static LocalisableString BeatmapDiscussionPostDestroyNotOwner => new TranslatableString(getKey(@"beatmap_discussion_post.destroy.not_owner"), @"You can only delete your own posts."); /// /// "You can not delete a post of a resolved discussion." /// public static LocalisableString BeatmapDiscussionPostDestroyResolved => new TranslatableString(getKey(@"beatmap_discussion_post.destroy.resolved"), @"You can not delete a post of a resolved discussion."); /// /// "Automatically generated post can not be deleted." /// public static LocalisableString BeatmapDiscussionPostDestroySystemGenerated => new TranslatableString(getKey(@"beatmap_discussion_post.destroy.system_generated"), @"Automatically generated post can not be deleted."); /// /// "Only the poster can edit post." /// public static LocalisableString BeatmapDiscussionPostEditNotOwner => new TranslatableString(getKey(@"beatmap_discussion_post.edit.not_owner"), @"Only the poster can edit post."); /// /// "You can not edit a post of a resolved discussion." /// public static LocalisableString BeatmapDiscussionPostEditResolved => new TranslatableString(getKey(@"beatmap_discussion_post.edit.resolved"), @"You can not edit a post of a resolved discussion."); /// /// "Automatically generated post can not be edited." /// public static LocalisableString BeatmapDiscussionPostEditSystemGenerated => new TranslatableString(getKey(@"beatmap_discussion_post.edit.system_generated"), @"Automatically generated post can not be edited."); /// /// "This beatmap is locked for discussion." /// public static LocalisableString BeatmapDiscussionPostStoreBeatmapsetLocked => new TranslatableString(getKey(@"beatmap_discussion_post.store.beatmapset_locked"), @"This beatmap is locked for discussion."); /// /// "You cannot change metadata of a nominated map. Contact a BN or NAT member if you think it is set incorrectly." /// public static LocalisableString BeatmapsetMetadataNominated => new TranslatableString(getKey(@"beatmapset.metadata.nominated"), @"You cannot change metadata of a nominated map. Contact a BN or NAT member if you think it is set incorrectly."); /// /// "This channel is for announcements only." /// public static LocalisableString ChatAnnnonceOnly => new TranslatableString(getKey(@"chat.annnonce_only"), @"This channel is for announcements only."); /// /// "Cannot message a user that is blocking you or that you have blocked." /// public static LocalisableString ChatBlocked => new TranslatableString(getKey(@"chat.blocked"), @"Cannot message a user that is blocking you or that you have blocked."); /// /// "User is blocking messages from people not on their friends list." /// public static LocalisableString ChatFriendsOnly => new TranslatableString(getKey(@"chat.friends_only"), @"User is blocking messages from people not on their friends list."); /// /// "This channel is currently moderated." /// public static LocalisableString ChatModerated => new TranslatableString(getKey(@"chat.moderated"), @"This channel is currently moderated."); /// /// "You do not have access to that channel." /// public static LocalisableString ChatNoAccess => new TranslatableString(getKey(@"chat.no_access"), @"You do not have access to that channel."); /// /// "The user may not be able to reply because you are only accepting messages from people on your friends list." /// public static LocalisableString ChatReceiveFriendsOnly => new TranslatableString(getKey(@"chat.receive_friends_only"), @"The user may not be able to reply because you are only accepting messages from people on your friends list."); /// /// "You cannot send messages while silenced, restricted or banned." /// public static LocalisableString ChatRestricted => new TranslatableString(getKey(@"chat.restricted"), @"You cannot send messages while silenced, restricted or banned."); /// /// "You cannot send messages while silenced, restricted or banned." /// public static LocalisableString ChatSilenced => new TranslatableString(getKey(@"chat.silenced"), @"You cannot send messages while silenced, restricted or banned."); /// /// "Can't edit deleted post." /// public static LocalisableString CommentUpdateDeleted => new TranslatableString(getKey(@"comment.update.deleted"), @"Can't edit deleted post."); /// /// "You cannot change your vote after the voting period for this contest has ended." /// public static LocalisableString ContestVotingOver => new TranslatableString(getKey(@"contest.voting_over"), @"You cannot change your vote after the voting period for this contest has ended."); /// /// "You have reached the entry limit for this contest" /// public static LocalisableString ContestEntryLimitReached => new TranslatableString(getKey(@"contest.entry.limit_reached"), @"You have reached the entry limit for this contest"); /// /// "Thank you for your entries! Submissions have closed for this contest and voting will open soon." /// public static LocalisableString ContestEntryOver => new TranslatableString(getKey(@"contest.entry.over"), @"Thank you for your entries! Submissions have closed for this contest and voting will open soon."); /// /// "No permission to moderate this forum." /// public static LocalisableString ForumModerateNoPermission => new TranslatableString(getKey(@"forum.moderate.no_permission"), @"No permission to moderate this forum."); /// /// "Only last post can be deleted." /// public static LocalisableString ForumPostDeleteOnlyLastPost => new TranslatableString(getKey(@"forum.post.delete.only_last_post"), @"Only last post can be deleted."); /// /// "Can not delete post of a locked topic." /// public static LocalisableString ForumPostDeleteLocked => new TranslatableString(getKey(@"forum.post.delete.locked"), @"Can not delete post of a locked topic."); /// /// "Access to requested forum is required." /// public static LocalisableString ForumPostDeleteNoForumAccess => new TranslatableString(getKey(@"forum.post.delete.no_forum_access"), @"Access to requested forum is required."); /// /// "Only poster can delete the post." /// public static LocalisableString ForumPostDeleteNotOwner => new TranslatableString(getKey(@"forum.post.delete.not_owner"), @"Only poster can delete the post."); /// /// "Can not edit deleted post." /// public static LocalisableString ForumPostEditDeleted => new TranslatableString(getKey(@"forum.post.edit.deleted"), @"Can not edit deleted post."); /// /// "The post is locked from editing." /// public static LocalisableString ForumPostEditLocked => new TranslatableString(getKey(@"forum.post.edit.locked"), @"The post is locked from editing."); /// /// "Access to requested forum is required." /// public static LocalisableString ForumPostEditNoForumAccess => new TranslatableString(getKey(@"forum.post.edit.no_forum_access"), @"Access to requested forum is required."); /// /// "Only poster can edit the post." /// public static LocalisableString ForumPostEditNotOwner => new TranslatableString(getKey(@"forum.post.edit.not_owner"), @"Only poster can edit the post."); /// /// "Can not edit post of a locked topic." /// public static LocalisableString ForumPostEditTopicLocked => new TranslatableString(getKey(@"forum.post.edit.topic_locked"), @"Can not edit post of a locked topic."); /// /// "Try playing the game before posting on the forums, please! If you have a problem with playing, please post to the Help and Support forum." /// public static LocalisableString ForumPostStorePlayMore => new TranslatableString(getKey(@"forum.post.store.play_more"), @"Try playing the game before posting on the forums, please! If you have a problem with playing, please post to the Help and Support forum."); /// /// "You need to play the game more before you can make additional posts. If you're still having trouble playing the game, email support@ppy.sh" /// public static LocalisableString ForumPostStoreTooManyHelpPosts => new TranslatableString(getKey(@"forum.post.store.too_many_help_posts"), @"You need to play the game more before you can make additional posts. If you're still having trouble playing the game, email support@ppy.sh"); /// /// "Please edit your last post instead of posting again." /// public static LocalisableString ForumTopicReplyDoublePost => new TranslatableString(getKey(@"forum.topic.reply.double_post"), @"Please edit your last post instead of posting again."); /// /// "Can not reply to a locked thread." /// public static LocalisableString ForumTopicReplyLocked => new TranslatableString(getKey(@"forum.topic.reply.locked"), @"Can not reply to a locked thread."); /// /// "Access to requested forum is required." /// public static LocalisableString ForumTopicReplyNoForumAccess => new TranslatableString(getKey(@"forum.topic.reply.no_forum_access"), @"Access to requested forum is required."); /// /// "No permission to reply." /// public static LocalisableString ForumTopicReplyNoPermission => new TranslatableString(getKey(@"forum.topic.reply.no_permission"), @"No permission to reply."); /// /// "Please sign in to reply." /// public static LocalisableString ForumTopicReplyUserRequireLogin => new TranslatableString(getKey(@"forum.topic.reply.user.require_login"), @"Please sign in to reply."); /// /// "Can't reply while restricted." /// public static LocalisableString ForumTopicReplyUserRestricted => new TranslatableString(getKey(@"forum.topic.reply.user.restricted"), @"Can't reply while restricted."); /// /// "Can't reply while silenced." /// public static LocalisableString ForumTopicReplyUserSilenced => new TranslatableString(getKey(@"forum.topic.reply.user.silenced"), @"Can't reply while silenced."); /// /// "Access to requested forum is required." /// public static LocalisableString ForumTopicStoreNoForumAccess => new TranslatableString(getKey(@"forum.topic.store.no_forum_access"), @"Access to requested forum is required."); /// /// "No permission to create new topic." /// public static LocalisableString ForumTopicStoreNoPermission => new TranslatableString(getKey(@"forum.topic.store.no_permission"), @"No permission to create new topic."); /// /// "Forum is closed and can not be posted to." /// public static LocalisableString ForumTopicStoreForumClosed => new TranslatableString(getKey(@"forum.topic.store.forum_closed"), @"Forum is closed and can not be posted to."); /// /// "Access to requested forum is required." /// public static LocalisableString ForumTopicVoteNoForumAccess => new TranslatableString(getKey(@"forum.topic.vote.no_forum_access"), @"Access to requested forum is required."); /// /// "Polling is over and can not be voted on anymore." /// public static LocalisableString ForumTopicVoteOver => new TranslatableString(getKey(@"forum.topic.vote.over"), @"Polling is over and can not be voted on anymore."); /// /// "You need to play more before voting on forum." /// public static LocalisableString ForumTopicVotePlayMore => new TranslatableString(getKey(@"forum.topic.vote.play_more"), @"You need to play more before voting on forum."); /// /// "Changing vote is not allowed." /// public static LocalisableString ForumTopicVoteVoted => new TranslatableString(getKey(@"forum.topic.vote.voted"), @"Changing vote is not allowed."); /// /// "Please sign in to vote." /// public static LocalisableString ForumTopicVoteUserRequireLogin => new TranslatableString(getKey(@"forum.topic.vote.user.require_login"), @"Please sign in to vote."); /// /// "Can't vote while restricted." /// public static LocalisableString ForumTopicVoteUserRestricted => new TranslatableString(getKey(@"forum.topic.vote.user.restricted"), @"Can't vote while restricted."); /// /// "Can't vote while silenced." /// public static LocalisableString ForumTopicVoteUserSilenced => new TranslatableString(getKey(@"forum.topic.vote.user.silenced"), @"Can't vote while silenced."); /// /// "Access to requested forum is required." /// public static LocalisableString ForumTopicWatchNoForumAccess => new TranslatableString(getKey(@"forum.topic.watch.no_forum_access"), @"Access to requested forum is required."); /// /// "Invalid cover specified." /// public static LocalisableString ForumTopicCoverEditUneditable => new TranslatableString(getKey(@"forum.topic_cover.edit.uneditable"), @"Invalid cover specified."); /// /// "Only owner can edit cover." /// public static LocalisableString ForumTopicCoverEditNotOwner => new TranslatableString(getKey(@"forum.topic_cover.edit.not_owner"), @"Only owner can edit cover."); /// /// "This forum does not accept topic covers." /// public static LocalisableString ForumTopicCoverStoreForumNotAllowed => new TranslatableString(getKey(@"forum.topic_cover.store.forum_not_allowed"), @"This forum does not accept topic covers."); /// /// "Only admin can view this forum." /// public static LocalisableString ForumViewAdminOnly => new TranslatableString(getKey(@"forum.view.admin_only"), @"Only admin can view this forum."); /// /// "Only score owner can pin score." /// public static LocalisableString ScorePinNotOwner => new TranslatableString(getKey(@"score.pin.not_owner"), @"Only score owner can pin score."); /// /// "Pinned too many scores." /// public static LocalisableString ScorePinTooMany => new TranslatableString(getKey(@"score.pin.too_many"), @"Pinned too many scores."); /// /// "User page is locked." /// public static LocalisableString UserPageEditLocked => new TranslatableString(getKey(@"user.page.edit.locked"), @"User page is locked."); /// /// "Can only edit own user page." /// public static LocalisableString UserPageEditNotOwner => new TranslatableString(getKey(@"user.page.edit.not_owner"), @"Can only edit own user page."); /// /// "osu!supporter tag is required." /// public static LocalisableString UserPageEditRequireSupporterTag => new TranslatableString(getKey(@"user.page.edit.require_supporter_tag"), @"osu!supporter tag is required."); private static string getKey(string key) => $@"{prefix}:{key}"; } }