<value>Пожалуйста, убедитесь, что ваш аватар придерживается {0}.<br/>Это значит, что он обязан <strong>подходить для всех возрастов</strong>, то есть, никакой наготы, ругательств или вызывающего контента.</value>
<value>Пожалуйста, убедитесь, что ваш аватар соответствует {0}.<br/>Это означает, что он обязан <strong>подходить для всех возрастов</strong>, т.е. не должен содержать никакой наготы, ругательств или вызывающего контента.</value>
/// "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."
/// </summary>
publicstaticLocalisableStringEditAvatarRules(string link)=>newTranslatableString(getKey(@"edit.avatar.rules"),@"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.",link);
publicstaticLocalisableStringEditAvatarRules(LocalisableString link)=>newTranslatableString(getKey(@"edit.avatar.rules"),@"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.",link);
<value>Featured Artists — гэта выканаўцы, з якімі мы працуем разам, каб прынесці новую і арыгінальную музыку да osu!. Яны ііх кампазіцыі абраныя з дапамогай камандны osu! як самыя падыходныя для стварэння бітмап. Некаторы выканаўцы маюць кампазіцыі зробленыя выключна для osu!.<br><br>Усе кампазіцыі гэтага раздзелу афіцыйна ліцэнзаваны для osu! і звязанага з ім кантэнту. Усе кампазіцыі маюць .osz файлы з ужо прадвызначанымі таймінгамі.</value>
<value>Ліцэнзаваныя мастакі — гэта выканаўцы, з якімі мы працуем разам, каб прынесці новую і арыгінальную музыку да osu!. Яны ііх кампазіцыі абраныя з дапамогай камандны osu! як самыя падыходныя для стварэння бітмап. Некаторы выканаўцы маюць кампазіцыі зробленыя выключна для osu!.<br><br>Усе кампазіцыі гэтага раздзелу афіцыйна ліцэнзаваны для osu! і звязанага з ім кантэнту. Усе кампазіцыі маюць .osz файлы з ужо прадвызначанымі таймінгамі.</value>
<value>Featured Artists — это рубрика для свежей и оригинальной музыки. В её рамках команда osu! ищет и вручную отбирает для маппинга классные песни талантливых артистов, некоторые из которых пишут музыку эксклюзивно для osu!.<br><br>Ко всем перечисленным песням (которые, кстати, лицензированы для использования в osu!) прилагаются уже затаймленные шаблоны для карт.</value>
<value>Избранные исполнители — это рубрика свежей и оригинальной музыки, в рамках которой команда osu! ищет и вручную отбирает классные песни талантливых артистов для маппинга. Некоторые исполнители сочиняют музыку эксклюзивно для osu!.<br><br>Ко всем песням ниже, у которых есть лицензия на использование в osu! и других связанных продуктах, прилагаются шаблоны для создания карт.</value>
/// "There are posts around {0} ({1}). Please check them before posting."
/// </summary>
publicstaticLocalisableStringNearbyPostsNotice(stringtimestamp,string existingTimestamps)=>newTranslatableString(getKey(@"nearby_posts.notice"),@"There are posts around {0} ({1}). Please check them before posting.",timestamp,existingTimestamps);
publicstaticLocalisableStringNearbyPostsNotice(LocalisableStringtimestamp,LocalisableString existingTimestamps)=>newTranslatableString(getKey(@"nearby_posts.notice"),@"There are posts around {0} ({1}). Please check them before posting.",timestamp,existingTimestamps);
/// <summary>
/// "{0} in this review"
/// </summary>
publicstaticLocalisableStringNearbyPostsUnsaved(string count)=>newTranslatableString(getKey(@"nearby_posts.unsaved"),@"{0} in this review",count);
publicstaticLocalisableStringNearbyPostsUnsaved(LocalisableString count)=>newTranslatableString(getKey(@"nearby_posts.unsaved"),@"{0} in this review",count);
/// "each block may only contain up to {0} characters"
/// </summary>
publicstaticLocalisableStringReviewValidationBlockTooLarge(string limit)=>newTranslatableString(getKey(@"review.validation.block_too_large"),@"each block may only contain up to {0} characters",limit);
publicstaticLocalisableStringReviewValidationBlockTooLarge(LocalisableString limit)=>newTranslatableString(getKey(@"review.validation.block_too_large"),@"each block may only contain up to {0} characters",limit);
/// <summary>
/// "review contains references to issues that don't belong to this review"
/// "review must contain a minimum of {0} issue|review must contain a minimum of {0} issues"
/// </summary>
publicstaticLocalisableStringReviewValidationMinimumIssues(stringcount)=>newTranslatableString(getKey(@"review.validation.minimum_issues"),@"review must contain a minimum of {0} issue|review must contain a minimum of {0} issues",count);
publicstaticLocalisableStringReviewValidationMinimumIssues(LocalisableString count)=>newTranslatableString(getKey(@"review.validation.minimum_issues"),@"review must contain a minimum of {0} issue|review must contain a minimum of {0} issues",count);
/// "reviews may only contain {0} paragraph/issue|reviews may only contain up to {0} paragraphs/issues"
/// </summary>
publicstaticLocalisableStringReviewValidationTooManyBlocks(string count)=>newTranslatableString(getKey(@"review.validation.too_many_blocks"),@"reviews may only contain {0} paragraph/issue|reviews may only contain up to {0} paragraphs/issues",count);
publicstaticLocalisableStringReviewValidationTooManyBlocks(LocalisableString count)=>newTranslatableString(getKey(@"review.validation.too_many_blocks"),@"reviews may only contain {0} paragraph/issue|reviews may only contain up to {0} paragraphs/issues",count);
/// <summary>
/// "Marked as resolved by {0}"
/// </summary>
publicstaticLocalisableStringSystemResolvedTrue(string user)=>newTranslatableString(getKey(@"system.resolved.true"),@"Marked as resolved by {0}",user);
publicstaticLocalisableStringSystemResolvedTrue(LocalisableString user)=>newTranslatableString(getKey(@"system.resolved.true"),@"Marked as resolved by {0}",user);
/// <summary>
/// "Reopened by {0}"
/// </summary>
publicstaticLocalisableStringSystemResolvedFalse(string user)=>newTranslatableString(getKey(@"system.resolved.false"),@"Reopened by {0}",user);
publicstaticLocalisableStringSystemResolvedFalse(LocalisableString user)=>newTranslatableString(getKey(@"system.resolved.false"),@"Reopened by {0}",user);
/// or the beatmaps will display incorrectly in osu! and will not function properly."
/// </summary>
publicstaticLocalisableStringIndexBlurbInstructionDefault(string scary)=>newTranslatableString(getKey(@"index.blurb.instruction._"),@"Installation: Once a pack has been downloaded, extract the .rar into your osu! Songs directory.
publicstaticLocalisableStringIndexBlurbInstructionDefault(LocalisableString scary)=>newTranslatableString(getKey(@"index.blurb.instruction._"),@"Installation: Once a pack has been downloaded, extract the .rar into your osu! Songs directory.
/// "Also note that it is highly recommended to {0}, since the oldest maps are of much lower quality than most recent maps."
/// </summary>
publicstaticLocalisableStringIndexBlurbNoteDefault(string scary)=>newTranslatableString(getKey(@"index.blurb.note._"),@"Also note that it is highly recommended to {0}, since the oldest maps are of much lower quality than most recent maps.",scary);
publicstaticLocalisableStringIndexBlurbNoteDefault(LocalisableString scary)=>newTranslatableString(getKey(@"index.blurb.note._"),@"Also note that it is highly recommended to {0}, since the oldest maps are of much lower quality than most recent maps.",scary);
publicstaticLocalisableStringShowNoDiffReductionDefault(string link)=>newTranslatableString(getKey(@"show.no_diff_reduction._"),@"{0} may not be used to clear this pack.",link);
publicstaticLocalisableStringShowNoDiffReductionDefault(LocalisableString link)=>newTranslatableString(getKey(@"show.no_diff_reduction._"),@"{0} may not be used to clear this pack.",link);
publicstaticLocalisableStringRequireLoginDefault(string link)=>newTranslatableString(getKey(@"require_login._"),@"You need to be {0} to download",link);
publicstaticLocalisableStringRequireLoginDefault(LocalisableString link)=>newTranslatableString(getKey(@"require_login._"),@"You need to be {0} to download",link);
<value>Dieser Beitrag wird den generellen Beatmapdiskussionen hinzugefügt. Um diese Beatmap zu modden, beginne die Nachricht mit einer Timestamp (z.B. 00:12:345).</value>
<value>Dieser Beitrag wird den generellen Beatmapdiskussionen hinzugefügt. Um diese Beatmap zu modden, beginne die Nachricht mit einem Zeitstempel (z.B. 00:12:345).</value>
publicstaticLocalisableStringDiscussionsDeleted(stringeditor,string deleteTime)=>newTranslatableString(getKey(@"discussions.deleted"),@"Deleted by {0} {1}.",editor,deleteTime);
publicstaticLocalisableStringDiscussionsDeleted(LocalisableStringeditor,LocalisableString deleteTime)=>newTranslatableString(getKey(@"discussions.deleted"),@"Deleted by {0} {1}.",editor,deleteTime);
publicstaticLocalisableStringDiscussionsEdited(stringeditor,string updateTime)=>newTranslatableString(getKey(@"discussions.edited"),@"Last edited by {0} {1}.",editor,updateTime);
publicstaticLocalisableStringDiscussionsEdited(LocalisableStringeditor,LocalisableString updateTime)=>newTranslatableString(getKey(@"discussions.edited"),@"Last edited by {0} {1}.",editor,updateTime);
/// <summary>
/// "Guest difficulty by {0}"
/// </summary>
publicstaticLocalisableStringDiscussionsGuest(string user)=>newTranslatableString(getKey(@"discussions.guest"),@"Guest difficulty by {0}",user);
publicstaticLocalisableStringDiscussionsGuest(LocalisableString user)=>newTranslatableString(getKey(@"discussions.guest"),@"Guest difficulty by {0}",user);
publicstaticLocalisableStringDiscussionsMessagePlaceholderGeneral(string version)=>newTranslatableString(getKey(@"discussions.message_placeholder.general"),@"Type here to post to General ({0})",version);
publicstaticLocalisableStringDiscussionsMessagePlaceholderGeneral(LocalisableString version)=>newTranslatableString(getKey(@"discussions.message_placeholder.general"),@"Type here to post to General ({0})",version);
/// <summary>
/// "Type here to post to General (All difficulties)"
publicstaticLocalisableStringDiscussionsMessagePlaceholderTimeline(string version)=>newTranslatableString(getKey(@"discussions.message_placeholder.timeline"),@"Type here to post to Timeline ({0})",version);
publicstaticLocalisableStringDiscussionsMessagePlaceholderTimeline(LocalisableString version)=>newTranslatableString(getKey(@"discussions.message_placeholder.timeline"),@"Type here to post to Timeline ({0})",version);
/// "If this {0} starts with a timestamp, it will be shown under Timeline."
/// </summary>
publicstaticLocalisableStringDiscussionsReviewEmbedTimestampDiff(string type)=>newTranslatableString(getKey(@"discussions.review.embed.timestamp.diff"),@"If this {0} starts with a timestamp, it will be shown under Timeline.",type);
publicstaticLocalisableStringDiscussionsReviewEmbedTimestampDiff(LocalisableString type)=>newTranslatableString(getKey(@"discussions.review.embed.timestamp.diff"),@"If this {0} starts with a timestamp, it will be shown under Timeline.",type);
publicstaticLocalisableStringDiscussionsShowTitle(stringtitle,string mapper)=>newTranslatableString(getKey(@"discussions.show.title"),@"{0} mapped by {1}",title,mapper);
publicstaticLocalisableStringDiscussionsShowTitle(LocalisableStringtitle,LocalisableString mapper)=>newTranslatableString(getKey(@"discussions.show.title"),@"{0} mapped by {1}",title,mapper);
publicstaticLocalisableStringDiscussionsStatusMessagesApproved(string date)=>newTranslatableString(getKey(@"discussions.status-messages.approved"),@"This beatmap was approved on {0}!",date);
publicstaticLocalisableStringDiscussionsStatusMessagesApproved(LocalisableString date)=>newTranslatableString(getKey(@"discussions.status-messages.approved"),@"This beatmap was approved on {0}!",date);
/// <summary>
/// "This beatmap wasn't updated since {0} so it was graveyarded..."
/// </summary>
publicstaticLocalisableStringDiscussionsStatusMessagesGraveyard(string date)=>newTranslatableString(getKey(@"discussions.status-messages.graveyard"),@"This beatmap wasn't updated since {0} so it was graveyarded...",date);
publicstaticLocalisableStringDiscussionsStatusMessagesGraveyard(LocalisableString date)=>newTranslatableString(getKey(@"discussions.status-messages.graveyard"),@"This beatmap wasn't updated since {0} so it was graveyarded...",date);
/// <summary>
/// "This beatmap was added to loved on {0}!"
/// </summary>
publicstaticLocalisableStringDiscussionsStatusMessagesLoved(string date)=>newTranslatableString(getKey(@"discussions.status-messages.loved"),@"This beatmap was added to loved on {0}!",date);
publicstaticLocalisableStringDiscussionsStatusMessagesLoved(LocalisableString date)=>newTranslatableString(getKey(@"discussions.status-messages.loved"),@"This beatmap was added to loved on {0}!",date);
/// <summary>
/// "This beatmap was ranked on {0}!"
/// </summary>
publicstaticLocalisableStringDiscussionsStatusMessagesRanked(string date)=>newTranslatableString(getKey(@"discussions.status-messages.ranked"),@"This beatmap was ranked on {0}!",date);
publicstaticLocalisableStringDiscussionsStatusMessagesRanked(LocalisableString date)=>newTranslatableString(getKey(@"discussions.status-messages.ranked"),@"This beatmap was ranked on {0}!",date);
/// <summary>
/// "Note: This beatmap is marked as a work-in-progress by the creator."
/// "Are you sure? This will use one out of your remaining {0} hype and can't be undone."
/// </summary>
publicstaticLocalisableStringHypeConfirm(string n)=>newTranslatableString(getKey(@"hype.confirm"),@"Are you sure? This will use one out of your remaining {0} hype and can't be undone.",n);
publicstaticLocalisableStringHypeConfirm(LocalisableString n)=>newTranslatableString(getKey(@"hype.confirm"),@"Are you sure? This will use one out of your remaining {0} hype and can't be undone.",n);
/// <summary>
/// "Hype this beatmap to make it more visible for nomination and ranking!"
publicstaticLocalisableStringHypeNewTime(string newTime)=>newTranslatableString(getKey(@"hype.new_time"),@"You'll get another hype {0}.",newTime);
publicstaticLocalisableStringHypeNewTime(LocalisableString newTime)=>newTranslatableString(getKey(@"hype.new_time"),@"You'll get another hype {0}.",newTime);
/// <summary>
/// "You have {0} hype left."
/// </summary>
publicstaticLocalisableStringHypeRemaining(string remaining)=>newTranslatableString(getKey(@"hype.remaining"),@"You have {0} hype left.",remaining);
publicstaticLocalisableStringHypeRemaining(LocalisableString remaining)=>newTranslatableString(getKey(@"hype.remaining"),@"You have {0} hype left.",remaining);
publicstaticLocalisableStringNominationsNominatedBy(string users)=>newTranslatableString(getKey(@"nominations.nominated_by"),@"nominated by {0}",users);
publicstaticLocalisableStringNominationsNominatedBy(LocalisableString users)=>newTranslatableString(getKey(@"nominations.nominated_by"),@"nominated by {0}",users);
/// "This map is estimated to be ranked {0} if no issues are found. It is #{1} in the {2}."
/// </summary>
publicstaticLocalisableStringNominationsRankEstimateDefault(stringdate,stringposition,string queue)=>newTranslatableString(getKey(@"nominations.rank_estimate._"),@"This map is estimated to be ranked {0} if no issues are found. It is #{1} in the {2}.",date,position,queue);
publicstaticLocalisableStringNominationsRankEstimateDefault(LocalisableStringdate,LocalisableStringposition,LocalisableString queue)=>newTranslatableString(getKey(@"nominations.rank_estimate._"),@"This map is estimated to be ranked {0} if no issues are found. It is #{1} in the {2}.",date,position,queue);
/// "Nomination process reset {0} by {1} with new problem {2} ({3})."
/// </summary>
publicstaticLocalisableStringNominationsResetAtNominationReset(stringtimeAgo,stringuser,stringdiscussion,string message)=>newTranslatableString(getKey(@"nominations.reset_at.nomination_reset"),@"Nomination process reset {0} by {1} with new problem {2} ({3}).",timeAgo,user,discussion,message);
publicstaticLocalisableStringNominationsResetAtNominationReset(LocalisableStringtimeAgo,LocalisableStringuser,LocalisableStringdiscussion,LocalisableString message)=>newTranslatableString(getKey(@"nominations.reset_at.nomination_reset"),@"Nomination process reset {0} by {1} with new problem {2} ({3}).",timeAgo,user,discussion,message);
/// <summary>
/// "Disqualified {0} by {1} with new problem {2} ({3})."
/// </summary>
publicstaticLocalisableStringNominationsResetAtDisqualify(stringtimeAgo,stringuser,stringdiscussion,string message)=>newTranslatableString(getKey(@"nominations.reset_at.disqualify"),@"Disqualified {0} by {1} with new problem {2} ({3}).",timeAgo,user,discussion,message);
publicstaticLocalisableStringNominationsResetAtDisqualify(LocalisableStringtimeAgo,LocalisableStringuser,LocalisableStringdiscussion,LocalisableString message)=>newTranslatableString(getKey(@"nominations.reset_at.disqualify"),@"Disqualified {0} by {1} with new problem {2} ({3}).",timeAgo,user,discussion,message);
/// <summary>
/// "Are you sure? Posting a new problem will reset the nomination process."
/// "Filtering by {0} requires an active osu!supporter tag"
/// </summary>
publicstaticLocalisableStringListingSearchSupporterFilter(string filters)=>newTranslatableString(getKey(@"listing.search.supporter_filter"),@"Filtering by {0} requires an active osu!supporter tag",filters);
publicstaticLocalisableStringListingSearchSupporterFilter(LocalisableString filters)=>newTranslatableString(getKey(@"listing.search.supporter_filter"),@"Filtering by {0} requires an active osu!supporter tag",filters);
publicstaticLocalisableStringListingSearchSupporterFilterQuoteDefault(stringfilters,string link)=>newTranslatableString(getKey(@"listing.search.supporter_filter_quote._"),@"Filtering by {0} requires an active {1}",filters,link);
publicstaticLocalisableStringListingSearchSupporterFilterQuoteDefault(LocalisableStringfilters,LocalisableString link)=>newTranslatableString(getKey(@"listing.search.supporter_filter_quote._"),@"Filtering by {0} requires an active {1}",filters,link);
publicstaticLocalisableStringEventBeatmapOwnerChange(stringbeatmap,string newUser)=>newTranslatableString(getKey(@"event.beatmap_owner_change"),@"Owner of difficulty {0} changed to {1}.",beatmap,newUser);
publicstaticLocalisableStringEventBeatmapOwnerChange(LocalisableStringbeatmap,LocalisableString newUser)=>newTranslatableString(getKey(@"event.beatmap_owner_change"),@"Owner of difficulty {0} changed to {1}.",beatmap,newUser);
/// "Discussion for this beatmap has been disabled. ({0})"
/// </summary>
publicstaticLocalisableStringEventDiscussionLock(string text)=>newTranslatableString(getKey(@"event.discussion_lock"),@"Discussion for this beatmap has been disabled. ({0})",text);
publicstaticLocalisableStringEventDiscussionLock(LocalisableString text)=>newTranslatableString(getKey(@"event.discussion_lock"),@"Discussion for this beatmap has been disabled. ({0})",text);
/// <summary>
/// "Moderator deleted post from discussion {0}."
/// </summary>
publicstaticLocalisableStringEventDiscussionPostDelete(string discussion)=>newTranslatableString(getKey(@"event.discussion_post_delete"),@"Moderator deleted post from discussion {0}.",discussion);
publicstaticLocalisableStringEventDiscussionPostDelete(LocalisableString discussion)=>newTranslatableString(getKey(@"event.discussion_post_delete"),@"Moderator deleted post from discussion {0}.",discussion);
/// <summary>
/// "Moderator restored post from discussion {0}."
/// </summary>
publicstaticLocalisableStringEventDiscussionPostRestore(string discussion)=>newTranslatableString(getKey(@"event.discussion_post_restore"),@"Moderator restored post from discussion {0}.",discussion);
publicstaticLocalisableStringEventDiscussionPostRestore(LocalisableString discussion)=>newTranslatableString(getKey(@"event.discussion_post_restore"),@"Moderator restored post from discussion {0}.",discussion);
publicstaticLocalisableStringEventDisqualify(stringuser,stringdiscussion,string text)=>newTranslatableString(getKey(@"event.disqualify"),@"Disqualified by {0}. Reason: {1} ({2}).",user,discussion,text);
publicstaticLocalisableStringEventDisqualify(LocalisableStringuser,LocalisableStringdiscussion,LocalisableString text)=>newTranslatableString(getKey(@"event.disqualify"),@"Disqualified by {0}. Reason: {1} ({2}).",user,discussion,text);
/// <summary>
/// "Disqualified by {0}. Reason: {1}."
/// </summary>
publicstaticLocalisableStringEventDisqualifyLegacy(stringuser,string text)=>newTranslatableString(getKey(@"event.disqualify_legacy"),@"Disqualified by {0}. Reason: {1}.",user,text);
publicstaticLocalisableStringEventDisqualifyLegacy(LocalisableStringuser,LocalisableString text)=>newTranslatableString(getKey(@"event.disqualify_legacy"),@"Disqualified by {0}. Reason: {1}.",user,text);
/// <summary>
/// "Genre changed from {0} to {1}."
/// </summary>
publicstaticLocalisableStringEventGenreEdit(stringold,string @new)=>newTranslatableString(getKey(@"event.genre_edit"),@"Genre changed from {0} to {1}.",old,@new);
publicstaticLocalisableStringEventGenreEdit(LocalisableStringold,LocalisableString @new)=>newTranslatableString(getKey(@"event.genre_edit"),@"Genre changed from {0} to {1}.",old,@new);
/// <summary>
/// "Resolved issue {0} by {1} reopened by {2}."
/// </summary>
publicstaticLocalisableStringEventIssueReopen(stringdiscussion,stringdiscussionUser,string user)=>newTranslatableString(getKey(@"event.issue_reopen"),@"Resolved issue {0} by {1} reopened by {2}.",discussion,discussionUser,user);
publicstaticLocalisableStringEventIssueReopen(LocalisableStringdiscussion,LocalisableStringdiscussionUser,LocalisableString user)=>newTranslatableString(getKey(@"event.issue_reopen"),@"Resolved issue {0} by {1} reopened by {2}.",discussion,discussionUser,user);
/// <summary>
/// "Issue {0} by {1} marked as resolved by {2}."
/// </summary>
publicstaticLocalisableStringEventIssueResolve(stringdiscussion,stringdiscussionUser,string user)=>newTranslatableString(getKey(@"event.issue_resolve"),@"Issue {0} by {1} marked as resolved by {2}.",discussion,discussionUser,user);
publicstaticLocalisableStringEventIssueResolve(LocalisableStringdiscussion,LocalisableStringdiscussionUser,LocalisableString user)=>newTranslatableString(getKey(@"event.issue_resolve"),@"Issue {0} by {1} marked as resolved by {2}.",discussion,discussionUser,user);
/// <summary>
/// "Kudosu denial for discussion {0} has been removed."
/// </summary>
publicstaticLocalisableStringEventKudosuAllow(string discussion)=>newTranslatableString(getKey(@"event.kudosu_allow"),@"Kudosu denial for discussion {0} has been removed.",discussion);
publicstaticLocalisableStringEventKudosuAllow(LocalisableString discussion)=>newTranslatableString(getKey(@"event.kudosu_allow"),@"Kudosu denial for discussion {0} has been removed.",discussion);
/// <summary>
/// "Discussion {0} denied for kudosu."
/// </summary>
publicstaticLocalisableStringEventKudosuDeny(string discussion)=>newTranslatableString(getKey(@"event.kudosu_deny"),@"Discussion {0} denied for kudosu.",discussion);
publicstaticLocalisableStringEventKudosuDeny(LocalisableString discussion)=>newTranslatableString(getKey(@"event.kudosu_deny"),@"Discussion {0} denied for kudosu.",discussion);
/// <summary>
/// "Discussion {0} by {1} obtained enough votes for kudosu."
/// </summary>
publicstaticLocalisableStringEventKudosuGain(stringdiscussion,string user)=>newTranslatableString(getKey(@"event.kudosu_gain"),@"Discussion {0} by {1} obtained enough votes for kudosu.",discussion,user);
publicstaticLocalisableStringEventKudosuGain(LocalisableStringdiscussion,LocalisableString user)=>newTranslatableString(getKey(@"event.kudosu_gain"),@"Discussion {0} by {1} obtained enough votes for kudosu.",discussion,user);
/// <summary>
/// "Discussion {0} by {1} lost votes and granted kudosu has been removed."
/// </summary>
publicstaticLocalisableStringEventKudosuLost(stringdiscussion,string user)=>newTranslatableString(getKey(@"event.kudosu_lost"),@"Discussion {0} by {1} lost votes and granted kudosu has been removed.",discussion,user);
publicstaticLocalisableStringEventKudosuLost(LocalisableStringdiscussion,LocalisableString user)=>newTranslatableString(getKey(@"event.kudosu_lost"),@"Discussion {0} by {1} lost votes and granted kudosu has been removed.",discussion,user);
/// <summary>
/// "Discussion {0} has had its kudosu grants recalculated."
/// </summary>
publicstaticLocalisableStringEventKudosuRecalculate(string discussion)=>newTranslatableString(getKey(@"event.kudosu_recalculate"),@"Discussion {0} has had its kudosu grants recalculated.",discussion);
publicstaticLocalisableStringEventKudosuRecalculate(LocalisableString discussion)=>newTranslatableString(getKey(@"event.kudosu_recalculate"),@"Discussion {0} has had its kudosu grants recalculated.",discussion);
/// <summary>
/// "Language changed from {0} to {1}."
/// </summary>
publicstaticLocalisableStringEventLanguageEdit(stringold,string @new)=>newTranslatableString(getKey(@"event.language_edit"),@"Language changed from {0} to {1}.",old,@new);
publicstaticLocalisableStringEventLanguageEdit(LocalisableStringold,LocalisableString @new)=>newTranslatableString(getKey(@"event.language_edit"),@"Language changed from {0} to {1}.",old,@new);
/// <summary>
/// "Loved by {0}."
/// </summary>
publicstaticLocalisableStringEventLove(string user)=>newTranslatableString(getKey(@"event.love"),@"Loved by {0}.",user);
publicstaticLocalisableStringEventLove(LocalisableString user)=>newTranslatableString(getKey(@"event.love"),@"Loved by {0}.",user);
/// <summary>
/// "Nominated by {0}."
/// </summary>
publicstaticLocalisableStringEventNominate(string user)=>newTranslatableString(getKey(@"event.nominate"),@"Nominated by {0}.",user);
publicstaticLocalisableStringEventNominate(LocalisableString user)=>newTranslatableString(getKey(@"event.nominate"),@"Nominated by {0}.",user);
/// <summary>
/// "Nominated by {0} ({1})."
/// </summary>
publicstaticLocalisableStringEventNominateModes(stringuser,string modes)=>newTranslatableString(getKey(@"event.nominate_modes"),@"Nominated by {0} ({1}).",user,modes);
publicstaticLocalisableStringEventNominateModes(LocalisableStringuser,LocalisableString modes)=>newTranslatableString(getKey(@"event.nominate_modes"),@"Nominated by {0} ({1}).",user,modes);
/// <summary>
/// "New problem {0} ({1}) triggered a nomination reset."
/// </summary>
publicstaticLocalisableStringEventNominationReset(stringdiscussion,stringtext)=>newTranslatableString(getKey(@"event.nomination_reset"),@"New problem {0} ({1}) triggered a nomination reset.",discussion,text);
publicstaticLocalisableStringEventNominationReset(LocalisableStringdiscussion,LocalisableStringtext)=>newTranslatableString(getKey(@"event.nomination_reset"),@"New problem {0} ({1}) triggered a nomination reset.",discussion,text);
/// <summary>
/// "Nomination by {0} was reset by {1} ({2})"
/// </summary>
publicstaticLocalisableStringEventNominationResetReceived(LocalisableStringuser,LocalisableStringsourceUser,LocalisableStringtext)=>newTranslatableString(getKey(@"event.nomination_reset_received"),@"Nomination by {0} was reset by {1} ({2})",user,sourceUser,text);
/// <summary>
/// "Nomination was reset by {0} ({1})"
/// </summary>
publicstaticLocalisableStringEventNominationResetReceivedProfile(LocalisableStringuser,LocalisableStringtext)=>newTranslatableString(getKey(@"event.nomination_reset_received_profile"),@"Nomination was reset by {0} ({1})",user,text);
/// <summary>
/// "This beatmap has reached the required number of nominations and has been qualified."
publicstaticLocalisableStringEventRemoveFromLoved(stringuser,string text)=>newTranslatableString(getKey(@"event.remove_from_loved"),@"Removed from Loved by {0}. ({1})",user,text);
publicstaticLocalisableStringEventRemoveFromLoved(LocalisableStringuser,LocalisableString text)=>newTranslatableString(getKey(@"event.remove_from_loved"),@"Removed from Loved by {0}. ({1})",user,text);
<value>Berikut ini adalah daftar beatmap-beatmap yang sedang Anda pantau. Anda akan menerima notifikasi setiap kali terdapat perkembangan baru seputar beatmap-beatmap yang tertera di bawah ini.</value>
<value>Berikut ini merupakan daftar laman-laman diskusi beatmap yang tengah Anda pantau. Anda akan menerima notifikasi setiap kali terdapat perkembangan baru pada laman diskusi milik beatmap-beatmap di bawah ini.</value>
<value>заўвага: вы можаце намінаваць толькі адзін раз, таму, калі ласка, пераканайцеся, што вы вылучаецеся для ўсіх рэжымаў гульні, якіх вы збіраецеся</value>
/// "You do not have permission to nominate for mode: {0}"
/// </summary>
publicstaticLocalisableStringNominateIncorrectMode(string mode)=>newTranslatableString(getKey(@"nominate.incorrect_mode"),@"You do not have permission to nominate for mode: {0}",mode);
publicstaticLocalisableStringNominateIncorrectMode(LocalisableString mode)=>newTranslatableString(getKey(@"nominate.incorrect_mode"),@"You do not have permission to nominate for mode: {0}",mode);
/// <summary>
/// "You must be a full nominator to perform this qualifying nomination."
publicstaticLocalisableStringShowDetailsMappedBy(string mapper)=>newTranslatableString(getKey(@"show.details.mapped_by"),@"mapped by {0}",mapper);
publicstaticLocalisableStringShowDetailsMappedBy(LocalisableString mapper)=>newTranslatableString(getKey(@"show.details.mapped_by"),@"mapped by {0}",mapper);
publicstaticLocalisableStringShowHypeCurrentDefault(string status)=>newTranslatableString(getKey(@"show.hype.current._"),@"This map is currently {0}.",status);
publicstaticLocalisableStringShowHypeCurrentDefault(LocalisableString status)=>newTranslatableString(getKey(@"show.hype.current._"),@"This map is currently {0}.",status);
/// "If you find an issue with this beatmap, please disqualify it {0}."
/// </summary>
publicstaticLocalisableStringShowHypeDisqualifyDefault(string link)=>newTranslatableString(getKey(@"show.hype.disqualify._"),@"If you find an issue with this beatmap, please disqualify it {0}.",link);
publicstaticLocalisableStringShowHypeDisqualifyDefault(LocalisableString link)=>newTranslatableString(getKey(@"show.hype.disqualify._"),@"If you find an issue with this beatmap, please disqualify it {0}.",link);
/// <summary>
/// "If you find an issue with this beatmap, please report it {0} to alert the team."
/// </summary>
publicstaticLocalisableStringShowHypeReportDefault(string link)=>newTranslatableString(getKey(@"show.hype.report._"),@"If you find an issue with this beatmap, please report it {0} to alert the team.",link);
publicstaticLocalisableStringShowHypeReportDefault(LocalisableString link)=>newTranslatableString(getKey(@"show.hype.report._"),@"If you find an issue with this beatmap, please report it {0} to alert the team.",link);
/// "Click <a href="{0}">here</a> to see all the fancy features that you get!"
/// </summary>
publicstaticLocalisableStringShowScoreboardSupporterLink(string link)=>newTranslatableString(getKey(@"show.scoreboard.supporter-link"),@"Click <a href=""{0}"">here</a> to see all the fancy features that you get!",link);
publicstaticLocalisableStringShowScoreboardSupporterLink(LocalisableString link)=>newTranslatableString(getKey(@"show.scoreboard.supporter-link"),@"Click <a href=""{0}"">here</a> to see all the fancy features that you get!",link);
/// <summary>
/// "You need to be an osu!supporter to access the friend and country rankings!"
/// "You need to be an osu!supporter to access the friend, country, or mod-specific rankings!"
/// </summary>
publicstaticLocalisableStringShowScoreboardSupporterOnly=>newTranslatableString(getKey(@"show.scoreboard.supporter-only"),@"You need to be an osu!supporter to access the friend and country rankings!");
publicstaticLocalisableStringShowScoreboardSupporterOnly=>newTranslatableString(getKey(@"show.scoreboard.supporter-only"),@"You need to be an osu!supporter to access the friend, country, or mod-specific rankings!");
publicstaticLocalisableStringIndexPageTitleFrom(string from)=>newTranslatableString(getKey(@"index.page_title._from"),@"changes since {0}",from);
publicstaticLocalisableStringIndexPageTitleFrom(LocalisableString from)=>newTranslatableString(getKey(@"index.page_title._from"),@"changes since {0}",from);
/// <summary>
/// "changes between {0} and {1}"
/// </summary>
publicstaticLocalisableStringIndexPageTitleFromTo(stringfrom,string to)=>newTranslatableString(getKey(@"index.page_title._from_to"),@"changes between {0} and {1}",from,to);
publicstaticLocalisableStringIndexPageTitleFromTo(LocalisableStringfrom,LocalisableString to)=>newTranslatableString(getKey(@"index.page_title._from_to"),@"changes between {0} and {1}",from,to);
/// <summary>
/// "changes in {0}"
/// </summary>
publicstaticLocalisableStringIndexPageTitleStream(string stream)=>newTranslatableString(getKey(@"index.page_title._stream"),@"changes in {0}",stream);
publicstaticLocalisableStringIndexPageTitleStream(LocalisableString stream)=>newTranslatableString(getKey(@"index.page_title._stream"),@"changes in {0}",stream);
/// <summary>
/// "changes in {0} since {1}"
/// </summary>
publicstaticLocalisableStringIndexPageTitleStreamFrom(stringstream,string from)=>newTranslatableString(getKey(@"index.page_title._stream_from"),@"changes in {0} since {1}",stream,from);
publicstaticLocalisableStringIndexPageTitleStreamFrom(LocalisableStringstream,LocalisableString from)=>newTranslatableString(getKey(@"index.page_title._stream_from"),@"changes in {0} since {1}",stream,from);
/// <summary>
/// "changes in {0} between {1} and {2}"
/// </summary>
publicstaticLocalisableStringIndexPageTitleStreamFromTo(stringstream,stringfrom,string to)=>newTranslatableString(getKey(@"index.page_title._stream_from_to"),@"changes in {0} between {1} and {2}",stream,from,to);
publicstaticLocalisableStringIndexPageTitleStreamFromTo(LocalisableStringstream,LocalisableStringfrom,LocalisableString to)=>newTranslatableString(getKey(@"index.page_title._stream_from_to"),@"changes in {0} between {1} and {2}",stream,from,to);
/// <summary>
/// "changes in {0} up to {1}"
/// </summary>
publicstaticLocalisableStringIndexPageTitleStreamTo(stringstream,string to)=>newTranslatableString(getKey(@"index.page_title._stream_to"),@"changes in {0} up to {1}",stream,to);
publicstaticLocalisableStringIndexPageTitleStreamTo(LocalisableStringstream,LocalisableString to)=>newTranslatableString(getKey(@"index.page_title._stream_to"),@"changes in {0} up to {1}",stream,to);
/// <summary>
/// "changes up to {0}"
/// </summary>
publicstaticLocalisableStringIndexPageTitleTo(string to)=>newTranslatableString(getKey(@"index.page_title._to"),@"changes up to {0}",to);
publicstaticLocalisableStringIndexPageTitleTo(LocalisableString to)=>newTranslatableString(getKey(@"index.page_title._to"),@"changes up to {0}",to);
/// "Support further development of osu! and {0} today!"
/// </summary>
publicstaticLocalisableStringSupportText1(string link)=>newTranslatableString(getKey(@"support.text_1"),@"Support further development of osu! and {0} today!",link);
publicstaticLocalisableStringSupportText1(LocalisableString link)=>newTranslatableString(getKey(@"support.text_1"),@"Support further development of osu! and {0} today!",link);
/// "Public channels you join via <a href="{0}">osu!lazer</a> will also be visible here."
/// </summary>
publicstaticLocalisableStringNoConversationsLazer(string link)=>newTranslatableString(getKey(@"no-conversations.lazer"),@"Public channels you join via <a href=""{0}"">osu!lazer</a> will also be visible here.",link);
publicstaticLocalisableStringNoConversationsLazer(LocalisableString link)=>newTranslatableString(getKey(@"no-conversations.lazer"),@"Public channels you join via <a href=""{0}"">osu!lazer</a> will also be visible here.",link);
publicstaticLocalisableStringDeletedBy(LocalisableStringtimeago,LocalisableStringuser)=>newTranslatableString(getKey(@"deleted_by"),@"deleted {0} by {1}",timeago,user);
publicstaticLocalisableStringEdited(stringtimeago,stringuser)=>newTranslatableString(getKey(@"edited"),@"edited {0} by {1}",timeago,user);
publicstaticLocalisableStringEdited(LocalisableStringtimeago,LocalisableString user)=>newTranslatableString(getKey(@"edited"),@"edited {0} by {1}",timeago,user);
/// "Press enter to {0}. Use shift+enter for new line."
/// </summary>
publicstaticLocalisableStringEditorTextareaHintDefault(string action)=>newTranslatableString(getKey(@"editor.textarea_hint._"),@"Press enter to {0}. Use shift+enter for new line.",action);
publicstaticLocalisableStringEditorTextareaHintDefault(LocalisableString action)=>newTranslatableString(getKey(@"editor.textarea_hint._"),@"Press enter to {0}. Use shift+enter for new line.",action);