diff --git a/app/javascript/flavours/glitch/locales/en.js b/app/javascript/flavours/glitch/locales/en.js index 90e924d4a..57529472f 100644 --- a/app/javascript/flavours/glitch/locales/en.js +++ b/app/javascript/flavours/glitch/locales/en.js @@ -1,31 +1,31 @@ import inherited from 'mastodon/locales/en.json'; const messages = { - 'getting_started.open_source_notice': 'Glitchsoc is free open source software forked from {Mastodon}. You can contribute or report issues on GitHub at {github}.', + 'getting_started.open_source_notice': 'Glitchsoc is free open source software forked from {Monsterpit}. You can contribute or report issues on GitHub at {github}.', 'layout.auto': 'Auto', 'layout.current_is': 'Your current layout is:', 'layout.desktop': 'Desktop', 'layout.mobile': 'Mobile', - 'navigation_bar.app_settings': 'App settings', - 'getting_started.onboarding': 'Show me around', - 'onboarding.page_one.federation': '{domain} is an \'instance\' of Mastodon. Mastodon is a network of independent servers joining up to make one larger social network. We call these servers instances.', + 'navigation_bar.app_settings': 'UI options', + 'getting_started.onboarding': 'Tutorial', + 'onboarding.page_one.federation': '{domain} is a \'instance\' of Monsterpit. Monsterpit is a network of independent servers joining up to make one larger social network. We call these servers communities.', 'onboarding.page_one.welcome': 'Welcome to {domain}!', - 'onboarding.page_six.github': '{domain} runs on Glitchsoc. Glitchsoc is a friendly {fork} of {Mastodon}, and is compatible with any Mastodon instance or app. Glitchsoc is entirely free and open-source. You can report bugs, request features, or contribute to the code on {github}.', + 'onboarding.page_six.github': '{domain} runs on Glitchsoc. Glitchsoc is a friendly {fork} of {Monsterpit}, and is compatible with any Monsterpit community or app. Glitchsoc is entirely free and open-source. You can report bugs, request features, or contribute to the code on {github}.', 'settings.auto_collapse': 'Automatic collapsing', 'settings.auto_collapse_all': 'Everything', - 'settings.auto_collapse_lengthy': 'Lengthy toots', - 'settings.auto_collapse_media': 'Toots with media', - 'settings.auto_collapse_notifications': 'Notifications', - 'settings.auto_collapse_reblogs': 'Boosts', + 'settings.auto_collapse_lengthy': 'Lengthy roars', + 'settings.auto_collapse_media': 'Roars with media', + 'settings.auto_collapse_notifications': 'Growls', + 'settings.auto_collapse_reblogs': 'Repeats', 'settings.auto_collapse_replies': 'Replies', - 'settings.show_action_bar': 'Show action buttons in collapsed toots', + 'settings.show_action_bar': 'Show action buttons in collapsed roars', 'settings.close': 'Close', - 'settings.collapsed_statuses': 'Collapsed toots', - 'settings.enable_collapsed': 'Enable collapsed toots', + 'settings.collapsed_statuses': 'Collapsed roars', + 'settings.enable_collapsed': 'Enable collapsed roars', 'settings.general': 'General', 'settings.image_backgrounds': 'Image backgrounds', - 'settings.image_backgrounds_media': 'Preview collapsed toot media', - 'settings.image_backgrounds_users': 'Give collapsed toots an image background', + 'settings.image_backgrounds_media': 'Preview collapsed roar media', + 'settings.image_backgrounds_users': 'Give collapsed roars an image background', 'settings.media': 'Media', 'settings.media_letterbox': 'Letterbox media', 'settings.media_fullwidth': 'Full-width media previews', @@ -39,7 +39,7 @@ const messages = { 'favourite_modal.combo': 'You can press {combo} to skip this next time', - 'home.column_settings.show_direct': 'Show DMs', + 'home.column_settings.show_direct': 'Show whispers', 'notification.markForDeletion': 'Mark for deletion', 'notifications.clear': 'Clear all my notifications', @@ -56,11 +56,11 @@ const messages = { 'compose.attach': 'Attach...', 'advanced_options.local-only.short': 'Local-only', - 'advanced_options.local-only.long': 'Do not post to other instances', - 'advanced_options.local-only.tooltip': 'This post is local-only', + 'advanced_options.local-only.long': 'Do not roar to other communities', + 'advanced_options.local-only.tooltip': 'This roar is local-only', 'advanced_options.icon_title': 'Advanced options', 'advanced_options.threaded_mode.short': 'Threaded mode', - 'advanced_options.threaded_mode.long': 'Automatically opens a reply on posting', + 'advanced_options.threaded_mode.long': 'Automatically opens a reply on roaring', 'advanced_options.threaded_mode.tooltip': 'Threaded mode enabled', }; diff --git a/app/javascript/mastodon/locales/defaultMessages.json b/app/javascript/mastodon/locales/defaultMessages.json index 8e7ed4210..410a76b5f 100644 --- a/app/javascript/mastodon/locales/defaultMessages.json +++ b/app/javascript/mastodon/locales/defaultMessages.json @@ -41,11 +41,11 @@ { "descriptors": [ { - "defaultMessage": "Follow", + "defaultMessage": "Join pack", "id": "account.follow" }, { - "defaultMessage": "Unfollow", + "defaultMessage": "Leave pack", "id": "account.unfollow" }, { @@ -270,15 +270,15 @@ "id": "status.delete" }, { - "defaultMessage": "Delete & re-draft", + "defaultMessage": "Delete & edit", "id": "status.redraft" }, { - "defaultMessage": "Direct message @{name}", + "defaultMessage": "Whisper to @{name}", "id": "status.direct" }, { - "defaultMessage": "Mention @{name}", + "defaultMessage": "Include @{name}", "id": "status.mention" }, { @@ -306,27 +306,27 @@ "id": "status.replyAll" }, { - "defaultMessage": "Boost", + "defaultMessage": "Repeat", "id": "status.reblog" }, { - "defaultMessage": "Boost to original audience", + "defaultMessage": "Repeat to original audience", "id": "status.reblog_private" }, { - "defaultMessage": "Unboost", + "defaultMessage": "Unrepeat", "id": "status.cancel_reblog_private" }, { - "defaultMessage": "This post cannot be boosted", + "defaultMessage": "This roar cannot be repeated", "id": "status.cannot_reblog" }, { - "defaultMessage": "Favourite", + "defaultMessage": "Admire", "id": "status.favourite" }, { - "defaultMessage": "Expand this status", + "defaultMessage": "Open roar", "id": "status.open" }, { @@ -354,15 +354,15 @@ "id": "status.embed" }, { - "defaultMessage": "Open moderation interface for @{name}", + "defaultMessage": "Moderate @{name}", "id": "status.admin_account" }, { - "defaultMessage": "Open this status in the moderation interface", + "defaultMessage": "Moderate roar", "id": "status.admin_status" }, { - "defaultMessage": "Copy link to status", + "defaultMessage": "Copy link to roar", "id": "status.copy" } ], @@ -375,11 +375,11 @@ "id": "status.read_more" }, { - "defaultMessage": "Show more", + "defaultMessage": "Reveal", "id": "status.show_more" }, { - "defaultMessage": "Show less", + "defaultMessage": "Hide", "id": "status.show_less" } ], @@ -405,11 +405,11 @@ "id": "status.filtered" }, { - "defaultMessage": "Pinned toot", + "defaultMessage": "Pinned roar", "id": "status.pinned" }, { - "defaultMessage": "{name} boosted", + "defaultMessage": "{name} repeated", "id": "status.reblogged_by" }, { @@ -422,11 +422,11 @@ { "descriptors": [ { - "defaultMessage": "Unfollow", + "defaultMessage": "Leave pack", "id": "confirmations.unfollow.confirm" }, { - "defaultMessage": "Are you sure you want to unfollow {name}?", + "defaultMessage": "Are you sure you want to leave the pack of {name}?", "id": "confirmations.unfollow.message" } ], @@ -452,15 +452,15 @@ "id": "confirmations.delete.confirm" }, { - "defaultMessage": "Are you sure you want to delete this status?", + "defaultMessage": "Are you sure you want to delete this roar?", "id": "confirmations.delete.message" }, { - "defaultMessage": "Delete & redraft", + "defaultMessage": "Delete & edit", "id": "confirmations.redraft.confirm" }, { - "defaultMessage": "Are you sure you want to delete this status and re-draft it? Favourites and boosts will be lost, and replies to the original post will be orphaned.", + "defaultMessage": "Are you sure you want to delete this roar and edit it? Admirations and repeats will be lost, & growls to the original roar will be orphaned.", "id": "confirmations.redraft.message" }, { @@ -489,11 +489,11 @@ { "descriptors": [ { - "defaultMessage": "Toots", + "defaultMessage": "Roars", "id": "account.posts" }, { - "defaultMessage": "Toots and replies", + "defaultMessage": "Roars & growls", "id": "account.posts_with_replies" }, { @@ -515,7 +515,7 @@ { "descriptors": [ { - "defaultMessage": "Unfollow", + "defaultMessage": "Leave pack", "id": "confirmations.unfollow.confirm" }, { @@ -531,7 +531,7 @@ "id": "confirmations.block.block_and_report" }, { - "defaultMessage": "Are you sure you want to unfollow {name}?", + "defaultMessage": "Are you sure you want to leave the pack of {name}?", "id": "confirmations.unfollow.message" }, { @@ -539,7 +539,7 @@ "id": "confirmations.block.message" }, { - "defaultMessage": "Are you really, really sure you want to block the entire {domain}? In most cases a few targeted blocks or mutes are sufficient and preferable. You will not see content from that domain in any public timelines or your notifications. Your followers from that domain will be removed.", + "defaultMessage": "Are you really, really sure you want to block the entire {domain}? Your packmates from that domain will be removed.", "id": "confirmations.domain_block.message" } ], @@ -552,7 +552,7 @@ "id": "empty_column.account_unavailable" }, { - "defaultMessage": "No toots here!", + "defaultMessage": "No roars here!", "id": "empty_column.account_timeline" } ], @@ -561,15 +561,15 @@ { "descriptors": [ { - "defaultMessage": "Unfollow", + "defaultMessage": "Leave pack", "id": "account.unfollow" }, { - "defaultMessage": "Follow", + "defaultMessage": "Join pack", "id": "account.follow" }, { - "defaultMessage": "Awaiting approval. Click to cancel follow request", + "defaultMessage": "Awaiting approval. Click to cancel join request", "id": "account.requested" }, { @@ -585,15 +585,15 @@ "id": "account.link_verified_on" }, { - "defaultMessage": "This account privacy status is set to locked. The owner manually reviews who can follow them.", + "defaultMessage": "This account is locked. The owner manually reviews who can join their pack.", "id": "account.locked_info" }, { - "defaultMessage": "Mention @{name}", + "defaultMessage": "Include @{name}", "id": "account.mention" }, { - "defaultMessage": "Direct message @{name}", + "defaultMessage": "Whisper to @{name}", "id": "account.direct" }, { @@ -621,7 +621,7 @@ "id": "account.media" }, { - "defaultMessage": "Hide everything from {domain}", + "defaultMessage": "Hide {domain}", "id": "account.block_domain" }, { @@ -629,15 +629,15 @@ "id": "account.unblock_domain" }, { - "defaultMessage": "Hide boosts from @{name}", + "defaultMessage": "Hide repeats from @{name}", "id": "account.hide_reblogs" }, { - "defaultMessage": "Show boosts from @{name}", + "defaultMessage": "Show repeats from @{name}", "id": "account.show_reblogs" }, { - "defaultMessage": "Pinned toots", + "defaultMessage": "Pins", "id": "navigation_bar.pins" }, { @@ -645,11 +645,11 @@ "id": "navigation_bar.preferences" }, { - "defaultMessage": "Follow requests", + "defaultMessage": "New packmates", "id": "navigation_bar.follow_requests" }, { - "defaultMessage": "Favourites", + "defaultMessage": "Admirations", "id": "navigation_bar.favourites" }, { @@ -657,15 +657,15 @@ "id": "navigation_bar.lists" }, { - "defaultMessage": "Blocked users", + "defaultMessage": "Blocked creatures", "id": "navigation_bar.blocks" }, { - "defaultMessage": "Hidden domains", + "defaultMessage": "Hidden communities", "id": "navigation_bar.domain_blocks" }, { - "defaultMessage": "Muted users", + "defaultMessage": "Muted creatures", "id": "navigation_bar.mutes" }, { @@ -681,11 +681,11 @@ "id": "account.add_or_remove_from_list" }, { - "defaultMessage": "Open moderation interface for @{name}", + "defaultMessage": "Moderate @{name}", "id": "status.admin_account" }, { - "defaultMessage": "Follows you", + "defaultMessage": "In your pack", "id": "account.follows_you" }, { @@ -705,15 +705,15 @@ "id": "account.badges.bot" }, { - "defaultMessage": "Toots", + "defaultMessage": "Roars", "id": "account.posts" }, { - "defaultMessage": "Follows", + "defaultMessage": "In packs", "id": "account.follows" }, { - "defaultMessage": "Followers", + "defaultMessage": "Packmates", "id": "account.followers" } ], @@ -722,11 +722,11 @@ { "descriptors": [ { - "defaultMessage": "Blocked users", + "defaultMessage": "Blocked creatures", "id": "column.blocks" }, { - "defaultMessage": "You haven't blocked any users yet.", + "defaultMessage": "You haven't blocked any creatures yet.", "id": "empty_column.blocks" } ], @@ -744,11 +744,11 @@ { "descriptors": [ { - "defaultMessage": "Local timeline", + "defaultMessage": "Monsterpit", "id": "column.community" }, { - "defaultMessage": "The local timeline is empty. Write something publicly to get the ball rolling!", + "defaultMessage": "The Monsterpit timeline is empty. Write something publicly to get the ball rolling!", "id": "empty_column.community" } ], @@ -761,7 +761,7 @@ "id": "account.edit_profile" }, { - "defaultMessage": "Pinned toots", + "defaultMessage": "Pins", "id": "navigation_bar.pins" }, { @@ -769,11 +769,11 @@ "id": "navigation_bar.preferences" }, { - "defaultMessage": "Follow requests", + "defaultMessage": "New packmates", "id": "navigation_bar.follow_requests" }, { - "defaultMessage": "Favourites", + "defaultMessage": "Admirations", "id": "navigation_bar.favourites" }, { @@ -781,15 +781,15 @@ "id": "navigation_bar.lists" }, { - "defaultMessage": "Blocked users", + "defaultMessage": "Blocked creatures", "id": "navigation_bar.blocks" }, { - "defaultMessage": "Hidden domains", + "defaultMessage": "Hidden communities", "id": "navigation_bar.domain_blocks" }, { - "defaultMessage": "Muted users", + "defaultMessage": "Muted creatures", "id": "navigation_bar.mutes" }, { @@ -802,7 +802,7 @@ { "descriptors": [ { - "defaultMessage": "What is on your mind?", + "defaultMessage": "Roar shamelessly!", "id": "compose_form.placeholder" }, { @@ -810,7 +810,7 @@ "id": "compose_form.spoiler_placeholder" }, { - "defaultMessage": "Toot", + "defaultMessage": "Roar", "id": "compose_form.publish" }, { @@ -847,7 +847,7 @@ "id": "emoji_button.search_results" }, { - "defaultMessage": "People", + "defaultMessage": "Monsters", "id": "emoji_button.people" }, { @@ -943,7 +943,7 @@ "id": "privacy.public.short" }, { - "defaultMessage": "Post to public timelines", + "defaultMessage": "Roar to public timelines", "id": "privacy.public.long" }, { @@ -955,23 +955,23 @@ "id": "privacy.unlisted.long" }, { - "defaultMessage": "Followers-only", + "defaultMessage": "Packmates-only", "id": "privacy.private.short" }, { - "defaultMessage": "Post to followers only", + "defaultMessage": "Roar to packmates only", "id": "privacy.private.long" }, { - "defaultMessage": "Direct", + "defaultMessage": "Whisper", "id": "privacy.direct.short" }, { - "defaultMessage": "Post to mentioned users only", + "defaultMessage": "Roar to mentioned creatures only", "id": "privacy.direct.long" }, { - "defaultMessage": "Adjust status privacy", + "defaultMessage": "Adjust roar privacy", "id": "privacy.change" } ], @@ -997,11 +997,11 @@ "id": "suggestions.header" }, { - "defaultMessage": "People", + "defaultMessage": "Monsters", "id": "search_results.accounts" }, { - "defaultMessage": "Toots", + "defaultMessage": "Roars", "id": "search_results.statuses" }, { @@ -1022,11 +1022,11 @@ "id": "search.placeholder" }, { - "defaultMessage": "Simple text returns statuses you have written, favourited, boosted, or have been mentioned in, as well as matching usernames, display names, and hashtags.", + "defaultMessage": "Simple text returns roars you have written, admired, repeated, or have been mentioned in, as well as matching creaturenames, display names, and hashtags.", "id": "search_popout.tips.full_text" }, { - "defaultMessage": "Simple text returns matching display names, usernames and hashtags", + "defaultMessage": "Simple text returns matching display names, creaturenames and hashtags", "id": "search_popout.tips.text" }, { @@ -1038,11 +1038,11 @@ "id": "search_popout.tips.hashtag" }, { - "defaultMessage": "user", + "defaultMessage": "creature", "id": "search_popout.tips.user" }, { - "defaultMessage": "status", + "defaultMessage": "roar", "id": "search_popout.tips.status" } ], @@ -1116,7 +1116,7 @@ { "descriptors": [ { - "defaultMessage": "Your account is not {locked}. Anyone can follow you to view your follower-only posts.", + "defaultMessage": "Your account is not {locked}. Anyone can join your pack to view your follower-only roars.", "id": "compose_form.lock_disclaimer" }, { @@ -1124,11 +1124,11 @@ "id": "compose_form.lock_disclaimer.lock" }, { - "defaultMessage": "This toot won't be listed under any hashtag as it is unlisted. Only public toots can be searched by hashtag.", + "defaultMessage": "This roar won't be listed under any hashtag as it is unlisted. Only public roars can be searched by hashtag.", "id": "compose_form.hashtag_warning" }, { - "defaultMessage": "This toot will only be sent to all the mentioned users.", + "defaultMessage": "This roar will only be sent to all the mentioned creatures.", "id": "compose_form.direct_message_warning" }, { @@ -1141,23 +1141,23 @@ { "descriptors": [ { - "defaultMessage": "Getting started", + "defaultMessage": "Main Menu", "id": "getting_started.heading" }, { - "defaultMessage": "Home", + "defaultMessage": "Pack", "id": "tabs_bar.home" }, { - "defaultMessage": "Notifications", + "defaultMessage": "Growls", "id": "tabs_bar.notifications" }, { - "defaultMessage": "Federated timeline", + "defaultMessage": "World", "id": "navigation_bar.public_timeline" }, { - "defaultMessage": "Local timeline", + "defaultMessage": "Monsterpit", "id": "navigation_bar.community_timeline" }, { @@ -1165,11 +1165,11 @@ "id": "navigation_bar.preferences" }, { - "defaultMessage": "Logout", + "defaultMessage": "Sleep", "id": "navigation_bar.logout" }, { - "defaultMessage": "Compose new toot", + "defaultMessage": "Compose new roar", "id": "navigation_bar.compose" } ], @@ -1178,11 +1178,11 @@ { "descriptors": [ { - "defaultMessage": "Direct messages", + "defaultMessage": "Whispers", "id": "column.direct" }, { - "defaultMessage": "You don't have any direct messages yet. When you send or receive one, it will show up here.", + "defaultMessage": "You don't have any whispers yet. When you send or receive one, it will show up here.", "id": "empty_column.direct" } ], @@ -1191,7 +1191,7 @@ { "descriptors": [ { - "defaultMessage": "Hidden domains", + "defaultMessage": "Hidden communities", "id": "column.domain_blocks" }, { @@ -1208,11 +1208,11 @@ { "descriptors": [ { - "defaultMessage": "Favourites", + "defaultMessage": "Admirations", "id": "column.favourites" }, { - "defaultMessage": "You don't have any favourite toots yet. When you favourite one, it will show up here.", + "defaultMessage": "You don't have any admirations yet. When you admire one, it will show up here.", "id": "empty_column.favourited_statuses" } ], @@ -1221,7 +1221,7 @@ { "descriptors": [ { - "defaultMessage": "No one has favourited this toot yet. When someone does, they will show up here.", + "defaultMessage": "No one has admired this roar yet. When someone does, they will show up here.", "id": "empty_column.favourites" } ], @@ -1230,7 +1230,7 @@ { "descriptors": [ { - "defaultMessage": "Authorize", + "defaultMessage": "Accept", "id": "follow_request.authorize" }, { @@ -1243,11 +1243,11 @@ { "descriptors": [ { - "defaultMessage": "Follow requests", + "defaultMessage": "New packmates", "id": "column.follow_requests" }, { - "defaultMessage": "You don't have any follow requests yet. When you receive one, it will show up here.", + "defaultMessage": "You don't have any join requests yet. When you receive one, it will show up here.", "id": "empty_column.follow_requests" } ], @@ -1260,7 +1260,7 @@ "id": "empty_column.account_unavailable" }, { - "defaultMessage": "No one follows this user yet.", + "defaultMessage": "No one follows this creature yet.", "id": "account.followers.empty" } ], @@ -1273,7 +1273,7 @@ "id": "empty_column.account_unavailable" }, { - "defaultMessage": "This user doesn't follow anyone yet.", + "defaultMessage": "This creature doesn't follow anyone yet.", "id": "account.follows.empty" } ], @@ -1282,15 +1282,15 @@ { "descriptors": [ { - "defaultMessage": "Home", + "defaultMessage": "Pack", "id": "tabs_bar.home" }, { - "defaultMessage": "Notifications", + "defaultMessage": "Growls", "id": "tabs_bar.notifications" }, { - "defaultMessage": "Federated timeline", + "defaultMessage": "World", "id": "navigation_bar.public_timeline" }, { @@ -1298,11 +1298,11 @@ "id": "column_subheading.settings" }, { - "defaultMessage": "Local timeline", + "defaultMessage": "Monsterpit", "id": "navigation_bar.community_timeline" }, { - "defaultMessage": "Direct messages", + "defaultMessage": "Whispers", "id": "navigation_bar.direct" }, { @@ -1310,27 +1310,27 @@ "id": "navigation_bar.preferences" }, { - "defaultMessage": "Follow requests", + "defaultMessage": "New packmates", "id": "navigation_bar.follow_requests" }, { - "defaultMessage": "Favourites", + "defaultMessage": "Admirations", "id": "navigation_bar.favourites" }, { - "defaultMessage": "Blocked users", + "defaultMessage": "Blocked creatures", "id": "navigation_bar.blocks" }, { - "defaultMessage": "Hidden domains", + "defaultMessage": "Hidden communities", "id": "navigation_bar.domain_blocks" }, { - "defaultMessage": "Muted users", + "defaultMessage": "Muted creatures", "id": "navigation_bar.mutes" }, { - "defaultMessage": "Pinned toots", + "defaultMessage": "Pins", "id": "navigation_bar.pins" }, { @@ -1350,7 +1350,7 @@ "id": "navigation_bar.security" }, { - "defaultMessage": "Getting started", + "defaultMessage": "Main Menu", "id": "getting_started.heading" }, { @@ -1358,7 +1358,7 @@ "id": "getting_started.directory" }, { - "defaultMessage": "Invite people", + "defaultMessage": "Invite monsters", "id": "getting_started.invite" }, { @@ -1390,11 +1390,11 @@ "id": "getting_started.documentation" }, { - "defaultMessage": "Logout", + "defaultMessage": "Sleep", "id": "navigation_bar.logout" }, { - "defaultMessage": "Mastodon is open source software. You can contribute or report issues on GitHub at {github}.", + "defaultMessage": "Monsterpit is open source software. You can contribute or report issues on GitHub at {github}.", "id": "getting_started.open_source_notice" } ], @@ -1457,7 +1457,7 @@ "id": "home.column_settings.basic" }, { - "defaultMessage": "Show boosts", + "defaultMessage": "Show repeats", "id": "home.column_settings.show_reblogs" }, { @@ -1470,11 +1470,11 @@ { "descriptors": [ { - "defaultMessage": "Home", + "defaultMessage": "Pack", "id": "column.home" }, { - "defaultMessage": "Your home timeline is empty! Visit {public} or use search to get started and meet other users.", + "defaultMessage": "Your home timeline is empty! Visit {public} or use search to get started and meet other creatures.", "id": "empty_column.home" }, { @@ -1499,11 +1499,11 @@ "id": "introduction.welcome.action" }, { - "defaultMessage": "Home", + "defaultMessage": "Pack", "id": "introduction.federation.home.headline" }, { - "defaultMessage": "Posts from people you follow will appear in your home feed. You can follow anyone on any server!", + "defaultMessage": "Roars from monsters in your pack will appear in your home feed. You can follow anyone on any server!", "id": "introduction.federation.home.text" }, { @@ -1511,15 +1511,15 @@ "id": "introduction.federation.local.headline" }, { - "defaultMessage": "Public posts from people on the same server as you will appear in the local timeline.", + "defaultMessage": "Public roars from monsters on the same server as you will appear in the Monsterpit timeline.", "id": "introduction.federation.local.text" }, { - "defaultMessage": "Federated", + "defaultMessage": "World", "id": "introduction.federation.federated.headline" }, { - "defaultMessage": "Public posts from other servers of the fediverse will appear in the federated timeline.", + "defaultMessage": "Public roars from other servers of the fediverse will appear in the world timeline.", "id": "introduction.federation.federated.text" }, { @@ -1531,27 +1531,27 @@ "id": "introduction.interactions.reply.headline" }, { - "defaultMessage": "You can reply to other people's and your own toots, which will chain them together in a conversation.", + "defaultMessage": "You can reply to other monsters's and your own roars, which will chain them together in a conversation.", "id": "introduction.interactions.reply.text" }, { - "defaultMessage": "Boost", + "defaultMessage": "Repeat", "id": "introduction.interactions.reblog.headline" }, { - "defaultMessage": "You can share other people's toots with your followers by boosting them.", + "defaultMessage": "You can share other monsters's roars with your packmates by repeating them.", "id": "introduction.interactions.reblog.text" }, { - "defaultMessage": "Favourite", + "defaultMessage": "Admire", "id": "introduction.interactions.favourite.headline" }, { - "defaultMessage": "You can save a toot for later, and let the author know that you liked it, by favouriting it.", + "defaultMessage": "You can save a roar for later, and let the author know that you liked it, by admiring it.", "id": "introduction.interactions.favourite.text" }, { - "defaultMessage": "Finish toot-orial!", + "defaultMessage": "Finish roar-orial!", "id": "introduction.interactions.action" } ], @@ -1584,15 +1584,15 @@ "id": "keyboard_shortcuts.profile" }, { - "defaultMessage": "to favourite", + "defaultMessage": "to admire", "id": "keyboard_shortcuts.favourite" }, { - "defaultMessage": "to boost", + "defaultMessage": "to repeat", "id": "keyboard_shortcuts.boost" }, { - "defaultMessage": "to open status", + "defaultMessage": "to open roar", "id": "keyboard_shortcuts.enter" }, { @@ -1608,7 +1608,7 @@ "id": "keyboard_shortcuts.down" }, { - "defaultMessage": "to focus a status in one of the columns", + "defaultMessage": "to focus a roar in one of the columns", "id": "keyboard_shortcuts.column" }, { @@ -1616,7 +1616,7 @@ "id": "keyboard_shortcuts.compose" }, { - "defaultMessage": "to start a brand new toot", + "defaultMessage": "to start a brand new roar", "id": "keyboard_shortcuts.toot" }, { @@ -1640,15 +1640,15 @@ "id": "keyboard_shortcuts.notifications" }, { - "defaultMessage": "to open local timeline", + "defaultMessage": "to open Monsterpit timeline", "id": "keyboard_shortcuts.local" }, { - "defaultMessage": "to open federated timeline", + "defaultMessage": "to open world timeline", "id": "keyboard_shortcuts.federated" }, { - "defaultMessage": "to open direct messages column", + "defaultMessage": "to open whispers column", "id": "keyboard_shortcuts.direct" }, { @@ -1656,11 +1656,11 @@ "id": "keyboard_shortcuts.start" }, { - "defaultMessage": "to open favourites list", + "defaultMessage": "to open admirations list", "id": "keyboard_shortcuts.favourites" }, { - "defaultMessage": "to open pinned toots list", + "defaultMessage": "to open pins list", "id": "keyboard_shortcuts.pinned" }, { @@ -1668,15 +1668,15 @@ "id": "keyboard_shortcuts.my_profile" }, { - "defaultMessage": "to open blocked users list", + "defaultMessage": "to open blocked creatures list", "id": "keyboard_shortcuts.blocked" }, { - "defaultMessage": "to open muted users list", + "defaultMessage": "to open muted creatures list", "id": "keyboard_shortcuts.muted" }, { - "defaultMessage": "to open follow requests list", + "defaultMessage": "to open join requests list", "id": "keyboard_shortcuts.requests" }, { @@ -1724,7 +1724,7 @@ { "descriptors": [ { - "defaultMessage": "Search among people you follow", + "defaultMessage": "Search among monsters in your pack", "id": "lists.search" } ], @@ -1749,7 +1749,7 @@ "id": "lists.delete" }, { - "defaultMessage": "There is nothing in this list yet. When members of this list post new statuses, they will appear here.", + "defaultMessage": "There is nothing in this list yet. When members of this list roar new roars, they will appear here.", "id": "empty_column.list" } ], @@ -1788,11 +1788,11 @@ { "descriptors": [ { - "defaultMessage": "Muted users", + "defaultMessage": "Muted creatures", "id": "column.mutes" }, { - "defaultMessage": "You haven't muted any users yet.", + "defaultMessage": "You haven't muted any creatures yet.", "id": "empty_column.mutes" } ], @@ -1801,7 +1801,7 @@ { "descriptors": [ { - "defaultMessage": "Clear notifications", + "defaultMessage": "Clear growls", "id": "notifications.clear" } ], @@ -1838,19 +1838,19 @@ "id": "notifications.column_settings.filter_bar.category" }, { - "defaultMessage": "New followers:", + "defaultMessage": "New packmate:", "id": "notifications.column_settings.follow" }, { - "defaultMessage": "Favourites:", + "defaultMessage": "Admirations:", "id": "notifications.column_settings.favourite" }, { - "defaultMessage": "Mentions:", + "defaultMessage": "Includes:", "id": "notifications.column_settings.mention" }, { - "defaultMessage": "Boosts:", + "defaultMessage": "Repeats:", "id": "notifications.column_settings.reblog" }, { @@ -1863,15 +1863,15 @@ { "descriptors": [ { - "defaultMessage": "Mentions", + "defaultMessage": "Includes", "id": "notifications.filter.mentions" }, { - "defaultMessage": "Favourites", + "defaultMessage": "Admirations", "id": "notifications.filter.favourites" }, { - "defaultMessage": "Boosts", + "defaultMessage": "Repeats", "id": "notifications.filter.boosts" }, { @@ -1879,7 +1879,7 @@ "id": "notifications.filter.polls" }, { - "defaultMessage": "Follows", + "defaultMessage": "In packs", "id": "notifications.filter.follows" }, { @@ -1892,15 +1892,15 @@ { "descriptors": [ { - "defaultMessage": "{name} followed you", + "defaultMessage": "{name} joined your pack", "id": "notification.follow" }, { - "defaultMessage": "{name} favourited your status", + "defaultMessage": "{name} admired your roar", "id": "notification.favourite" }, { - "defaultMessage": "{name} boosted your status", + "defaultMessage": "{name} repeated your roar", "id": "notification.reblog" }, { @@ -1913,11 +1913,11 @@ { "descriptors": [ { - "defaultMessage": "Are you sure you want to permanently clear all your notifications?", + "defaultMessage": "Are you sure you want to permanently clear all your growls?", "id": "notifications.clear_confirmation" }, { - "defaultMessage": "Clear notifications", + "defaultMessage": "Clear growls", "id": "notifications.clear" } ], @@ -1926,7 +1926,7 @@ { "descriptors": [ { - "defaultMessage": "Notifications", + "defaultMessage": "Growls", "id": "column.notifications" }, { @@ -1939,7 +1939,7 @@ { "descriptors": [ { - "defaultMessage": "Pinned toot", + "defaultMessage": "Pinned roar", "id": "column.pins" } ], @@ -1948,11 +1948,11 @@ { "descriptors": [ { - "defaultMessage": "Federated timeline", + "defaultMessage": "World", "id": "column.public" }, { - "defaultMessage": "There is nothing here! Write something publicly, or manually follow users from other servers to fill it up", + "defaultMessage": "There is nothing here! Write something publicly, or manually follow creatures from other servers to fill it up", "id": "empty_column.public" } ], @@ -1961,7 +1961,7 @@ { "descriptors": [ { - "defaultMessage": "No one has boosted this toot yet. When someone does, they will show up here.", + "defaultMessage": "No one has repeated this roar yet. When someone does, they will show up here.", "id": "status.reblogs.empty" } ], @@ -1974,15 +1974,15 @@ "id": "status.delete" }, { - "defaultMessage": "Delete & re-draft", + "defaultMessage": "Delete & edit", "id": "status.redraft" }, { - "defaultMessage": "Direct message @{name}", + "defaultMessage": "Whisper to @{name}", "id": "status.direct" }, { - "defaultMessage": "Mention @{name}", + "defaultMessage": "Include @{name}", "id": "status.mention" }, { @@ -1990,23 +1990,23 @@ "id": "status.reply" }, { - "defaultMessage": "Boost", + "defaultMessage": "Repeat", "id": "status.reblog" }, { - "defaultMessage": "Boost to original audience", + "defaultMessage": "Repeat to original audience", "id": "status.reblog_private" }, { - "defaultMessage": "Unboost", + "defaultMessage": "Unrepeat", "id": "status.cancel_reblog_private" }, { - "defaultMessage": "This post cannot be boosted", + "defaultMessage": "This roar cannot be repeated", "id": "status.cannot_reblog" }, { - "defaultMessage": "Favourite", + "defaultMessage": "Admire", "id": "status.favourite" }, { @@ -2046,15 +2046,15 @@ "id": "status.embed" }, { - "defaultMessage": "Open moderation interface for @{name}", + "defaultMessage": "Moderate @{name}", "id": "status.admin_account" }, { - "defaultMessage": "Open this status in the moderation interface", + "defaultMessage": "Moderate roar", "id": "status.admin_status" }, { - "defaultMessage": "Copy link to status", + "defaultMessage": "Copy link to roar", "id": "status.copy" } ], @@ -2067,15 +2067,15 @@ "id": "confirmations.delete.confirm" }, { - "defaultMessage": "Are you sure you want to delete this status?", + "defaultMessage": "Are you sure you want to delete this roar?", "id": "confirmations.delete.message" }, { - "defaultMessage": "Delete & redraft", + "defaultMessage": "Delete & edit", "id": "confirmations.redraft.confirm" }, { - "defaultMessage": "Are you sure you want to delete this status and re-draft it? Favourites and boosts will be lost, and replies to the original post will be orphaned.", + "defaultMessage": "Are you sure you want to delete this roar and edit it? Admirations and repeats will be lost, & growls to the original roar will be orphaned.", "id": "confirmations.redraft.message" }, { @@ -2108,15 +2108,15 @@ "id": "confirmations.delete.confirm" }, { - "defaultMessage": "Are you sure you want to delete this status?", + "defaultMessage": "Are you sure you want to delete this roar?", "id": "confirmations.delete.message" }, { - "defaultMessage": "Delete & redraft", + "defaultMessage": "Delete & edit", "id": "confirmations.redraft.confirm" }, { - "defaultMessage": "Are you sure you want to delete this status and re-draft it? Favourites and boosts will be lost, and replies to the original post will be orphaned.", + "defaultMessage": "Are you sure you want to delete this roar and edit it? Admirations and repeats will be lost, & growls to the original roar will be orphaned.", "id": "confirmations.redraft.message" }, { @@ -2124,11 +2124,11 @@ "id": "confirmations.block.confirm" }, { - "defaultMessage": "Show more for all", + "defaultMessage": "Reveal all", "id": "status.show_more_all" }, { - "defaultMessage": "Show less for all", + "defaultMessage": "Hide all", "id": "status.show_less_all" }, { @@ -2157,7 +2157,7 @@ { "descriptors": [ { - "defaultMessage": "Boost", + "defaultMessage": "Repeat", "id": "status.reblog" }, { @@ -2170,7 +2170,7 @@ { "descriptors": [ { - "defaultMessage": "Favourite", + "defaultMessage": "Admire", "id": "status.favourite" }, { @@ -2217,7 +2217,7 @@ { "descriptors": [ { - "defaultMessage": "Toot", + "defaultMessage": "Roar", "id": "compose_form.publish" } ], @@ -2239,7 +2239,7 @@ "id": "status.embed" }, { - "defaultMessage": "Embed this status on your website by copying the code below.", + "defaultMessage": "Embed this roar on your website by copying the code below.", "id": "embed.instructions" }, { @@ -2277,7 +2277,7 @@ "id": "confirmations.mute.message" }, { - "defaultMessage": "Hide notifications from this user?", + "defaultMessage": "Hide notifications from this creature?", "id": "mute_modal.hide_notifications" }, { @@ -2327,11 +2327,11 @@ { "descriptors": [ { - "defaultMessage": "Home", + "defaultMessage": "Pack", "id": "tabs_bar.home" }, { - "defaultMessage": "Notifications", + "defaultMessage": "Growls", "id": "tabs_bar.notifications" }, { @@ -2339,7 +2339,7 @@ "id": "tabs_bar.local_timeline" }, { - "defaultMessage": "Federated", + "defaultMessage": "World", "id": "tabs_bar.federated_timeline" }, { @@ -2370,7 +2370,7 @@ { "descriptors": [ { - "defaultMessage": "Your draft will be lost if you leave Mastodon.", + "defaultMessage": "Your draft will be lost if you leave Monsterpit.", "id": "ui.beforeunload" } ], @@ -2399,7 +2399,7 @@ "id": "video.hide" }, { - "defaultMessage": "Expand video", + "defaultMessage": "Open video", "id": "video.expand" }, { @@ -2425,4 +2425,4 @@ ], "path": "app/javascript/mastodon/features/video/index.json" } -] \ No newline at end of file +] diff --git a/app/javascript/mastodon/locales/en.json b/app/javascript/mastodon/locales/en.json index b1eb814fc..8fabbb462 100644 --- a/app/javascript/mastodon/locales/en.json +++ b/app/javascript/mastodon/locales/en.json @@ -2,37 +2,37 @@ "account.add_or_remove_from_list": "Add or Remove from lists", "account.badges.bot": "Bot", "account.block": "Block @{name}", - "account.block_domain": "Hide everything from {domain}", + "account.block_domain": "Hide {domain}", "account.blocked": "Blocked", - "account.direct": "Direct message @{name}", + "account.direct": "Whisper to @{name}", "account.domain_blocked": "Domain hidden", "account.edit_profile": "Edit profile", "account.endorse": "Feature on profile", - "account.follow": "Follow", - "account.followers": "Followers", - "account.followers.empty": "No one follows this user yet.", - "account.follows": "Follows", - "account.follows.empty": "This user doesn't follow anyone yet.", - "account.follows_you": "Follows you", - "account.hide_reblogs": "Hide boosts from @{name}", + "account.follow": "Join pack", + "account.followers": "Packmates", + "account.followers.empty": "No one follows this creature yet.", + "account.follows": "In packs", + "account.follows.empty": "This creature doesn't follow anyone yet.", + "account.follows_you": "In your pack", + "account.hide_reblogs": "Hide repeats from @{name}", "account.link_verified_on": "Ownership of this link was checked on {date}", - "account.locked_info": "This account privacy status is set to locked. The owner manually reviews who can follow them.", + "account.locked_info": "This account is locked. The owner manually reviews who can join their pack.", "account.media": "Media", - "account.mention": "Mention @{name}", + "account.mention": "Include @{name}", "account.moved_to": "{name} has moved to:", "account.mute": "Mute @{name}", "account.mute_notifications": "Mute notifications from @{name}", "account.muted": "Muted", - "account.posts": "Toots", - "account.posts_with_replies": "Toots and replies", + "account.posts": "Roars", + "account.posts_with_replies": "Roars & growls", "account.report": "Report @{name}", - "account.requested": "Awaiting approval. Click to cancel follow request", + "account.requested": "Awaiting approval. Click to cancel join request", "account.share": "Share @{name}'s profile", - "account.show_reblogs": "Show boosts from @{name}", + "account.show_reblogs": "Show repeats from @{name}", "account.unblock": "Unblock @{name}", "account.unblock_domain": "Unhide {domain}", "account.unendorse": "Don't feature on profile", - "account.unfollow": "Unfollow", + "account.unfollow": "Leave pack", "account.unmute": "Unmute @{name}", "account.unmute_notifications": "Unmute notifications from @{name}", "alert.unexpected.message": "An unexpected error occurred.", @@ -44,18 +44,18 @@ "bundle_modal_error.close": "Close", "bundle_modal_error.message": "Something went wrong while loading this component.", "bundle_modal_error.retry": "Try again", - "column.blocks": "Blocked users", - "column.community": "Local timeline", - "column.direct": "Direct messages", - "column.domain_blocks": "Hidden domains", - "column.favourites": "Favourites", - "column.follow_requests": "Follow requests", - "column.home": "Home", + "column.blocks": "Blocked creatures", + "column.community": "Monsterpit", + "column.direct": "Whispers", + "column.domain_blocks": "Hidden communities", + "column.favourites": "Admirations", + "column.follow_requests": "New packmates", + "column.home": "Pack", "column.lists": "Lists", - "column.mutes": "Muted users", - "column.notifications": "Notifications", - "column.pins": "Pinned toots", - "column.public": "Federated timeline", + "column.mutes": "Muted creatures", + "column.notifications": "Growls", + "column.pins": "Pins", + "column.public": "World", "column_back_button.label": "Back", "column_header.hide_settings": "Hide settings", "column_header.moveLeft_settings": "Move column to the left", @@ -69,17 +69,17 @@ "column_subheading.navigation": "Navigation", "column_subheading.settings": "Settings", "community.column_settings.media_only": "Media Only", - "compose_form.direct_message_warning": "This toot will only be sent to the mentioned users.", + "compose_form.direct_message_warning": "This roar will only be sent to the mentioned creatures.", "compose_form.direct_message_warning_learn_more": "Learn more", - "compose_form.hashtag_warning": "This toot won't be listed under any hashtag as it is unlisted. Only public toots can be searched by hashtag.", - "compose_form.lock_disclaimer": "Your account is not {locked}. Anyone can follow you to view your follower-only posts.", + "compose_form.hashtag_warning": "This roar won't be listed under any hashtag as it is unlisted. Only public roars can be searched by hashtag.", + "compose_form.lock_disclaimer": "Your account is not {locked}. Anyone can join your pack to view your follower-only roars.", "compose_form.lock_disclaimer.lock": "locked", - "compose_form.placeholder": "What's on your mind?", + "compose_form.placeholder": "Roar shamelessly!", "compose_form.poll.add_option": "Add a choice", "compose_form.poll.duration": "Poll duration", "compose_form.poll.option_placeholder": "Choice {number}", "compose_form.poll.remove_option": "Remove this choice", - "compose_form.publish": "Toot", + "compose_form.publish": "Roar", "compose_form.publish_loud": "{publish}!", "compose_form.sensitive.hide": "Mark media as sensitive", "compose_form.sensitive.marked": "Media is marked as sensitive", @@ -92,20 +92,20 @@ "confirmations.block.confirm": "Block", "confirmations.block.message": "Are you sure you want to block {name}?", "confirmations.delete.confirm": "Delete", - "confirmations.delete.message": "Are you sure you want to delete this status?", + "confirmations.delete.message": "Are you sure you want to delete this roar?", "confirmations.delete_list.confirm": "Delete", "confirmations.delete_list.message": "Are you sure you want to permanently delete this list?", "confirmations.domain_block.confirm": "Hide entire domain", - "confirmations.domain_block.message": "Are you really, really sure you want to block the entire {domain}? In most cases a few targeted blocks or mutes are sufficient and preferable. You will not see content from that domain in any public timelines or your notifications. Your followers from that domain will be removed.", + "confirmations.domain_block.message": "Are you really, really sure you want to block the entire {domain}? Your packmates from that domain will be removed.", "confirmations.mute.confirm": "Mute", "confirmations.mute.message": "Are you sure you want to mute {name}?", - "confirmations.redraft.confirm": "Delete & redraft", - "confirmations.redraft.message": "Are you sure you want to delete this status and re-draft it? Favourites and boosts will be lost, and replies to the original post will be orphaned.", + "confirmations.redraft.confirm": "Delete & edit", + "confirmations.redraft.message": "Are you sure you want to delete this roar and edit it? Admirations and repeats will be lost, & growls to the original roar will be orphaned.", "confirmations.reply.confirm": "Reply", "confirmations.reply.message": "Replying now will overwrite the message you are currently composing. Are you sure you want to proceed?", - "confirmations.unfollow.confirm": "Unfollow", - "confirmations.unfollow.message": "Are you sure you want to unfollow {name}?", - "embed.instructions": "Embed this status on your website by copying the code below.", + "confirmations.unfollow.confirm": "Leave pack", + "confirmations.unfollow.message": "Are you sure you want to leave the pack of {name}?", + "embed.instructions": "Embed this roar on your website by copying the code below.", "embed.preview": "Here is what it will look like:", "emoji_button.activity": "Activity", "emoji_button.custom": "Custom", @@ -115,37 +115,37 @@ "emoji_button.nature": "Nature", "emoji_button.not_found": "No emojos!! (╯°□°)╯︵ ┻━┻", "emoji_button.objects": "Objects", - "emoji_button.people": "People", + "emoji_button.people": "Monsters", "emoji_button.recent": "Frequently used", "emoji_button.search": "Search...", "emoji_button.search_results": "Search results", "emoji_button.symbols": "Symbols", "emoji_button.travel": "Travel & Places", - "empty_column.account_timeline": "No toots here!", + "empty_column.account_timeline": "No roars here!", "empty_column.account_unavailable": "Profile unavailable", - "empty_column.blocks": "You haven't blocked any users yet.", - "empty_column.community": "The local timeline is empty. Write something publicly to get the ball rolling!", - "empty_column.direct": "You don't have any direct messages yet. When you send or receive one, it will show up here.", + "empty_column.blocks": "You haven't blocked any creatures yet.", + "empty_column.community": "The Monsterpit timeline is empty. Write something publicly to get the ball rolling!", + "empty_column.direct": "You don't have any whispers yet. When you send or receive one, it will show up here.", "empty_column.domain_blocks": "There are no hidden domains yet.", - "empty_column.favourited_statuses": "You don't have any favourite toots yet. When you favourite one, it will show up here.", - "empty_column.favourites": "No one has favourited this toot yet. When someone does, they will show up here.", - "empty_column.follow_requests": "You don't have any follow requests yet. When you receive one, it will show up here.", + "empty_column.favourited_statuses": "You don't have any admirations yet. When you admire one, it will show up here.", + "empty_column.favourites": "No one has admired this roar yet. When someone does, they will show up here.", + "empty_column.follow_requests": "You don't have any join requests yet. When you receive one, it will show up here.", "empty_column.hashtag": "There is nothing in this hashtag yet.", - "empty_column.home": "Your home timeline is empty! Visit {public} or use search to get started and meet other users.", + "empty_column.home": "Your home timeline is empty! Visit {public} or use search to get started and meet other creatures.", "empty_column.home.public_timeline": "the public timeline", - "empty_column.list": "There is nothing in this list yet. When members of this list post new statuses, they will appear here.", + "empty_column.list": "There is nothing in this list yet. When members of this list roar new roars, they will appear here.", "empty_column.lists": "You don't have any lists yet. When you create one, it will show up here.", - "empty_column.mutes": "You haven't muted any users yet.", + "empty_column.mutes": "You haven't muted any creatures yet.", "empty_column.notifications": "You don't have any notifications yet. Interact with others to start the conversation.", - "empty_column.public": "There is nothing here! Write something publicly, or manually follow users from other servers to fill it up", - "follow_request.authorize": "Authorize", + "empty_column.public": "There is nothing here! Write something publicly, or manually follow creatures from other servers to fill it up", + "follow_request.authorize": "Accept", "follow_request.reject": "Reject", "getting_started.developers": "Developers", "getting_started.directory": "Profile directory", "getting_started.documentation": "Documentation", - "getting_started.heading": "Getting started", - "getting_started.invite": "Invite people", - "getting_started.open_source_notice": "Mastodon is open source software. You can contribute or report issues on GitHub at {github}.", + "getting_started.heading": "Main Menu", + "getting_started.invite": "Invite monsters", + "getting_started.open_source_notice": "Monsterpit is open source software. You can contribute or report issues on GitHub at {github}.", "getting_started.security": "Security", "getting_started.terms": "Terms of service", "hashtag.column_header.tag_mode.all": "and {additional}", @@ -158,57 +158,57 @@ "hashtag.column_settings.tag_mode.none": "None of these", "hashtag.column_settings.tag_toggle": "Include additional tags for this column", "home.column_settings.basic": "Basic", - "home.column_settings.show_reblogs": "Show boosts", + "home.column_settings.show_reblogs": "Show repeats", "home.column_settings.show_replies": "Show replies", "intervals.full.days": "{number, plural, one {# day} other {# days}}", "intervals.full.hours": "{number, plural, one {# hour} other {# hours}}", "intervals.full.minutes": "{number, plural, one {# minute} other {# minutes}}", "introduction.federation.action": "Next", - "introduction.federation.federated.headline": "Federated", - "introduction.federation.federated.text": "Public posts from other servers of the fediverse will appear in the federated timeline.", - "introduction.federation.home.headline": "Home", - "introduction.federation.home.text": "Posts from people you follow will appear in your home feed. You can follow anyone on any server!", + "introduction.federation.federated.headline": "World", + "introduction.federation.federated.text": "Public roars from other servers of the fediverse will appear in the world timeline.", + "introduction.federation.home.headline": "Pack", + "introduction.federation.home.text": "Roars from monsters in your pack will appear in your home feed. You can follow anyone on any server!", "introduction.federation.local.headline": "Local", - "introduction.federation.local.text": "Public posts from people on the same server as you will appear in the local timeline.", + "introduction.federation.local.text": "Public roars from monsters on the same server as you will appear in the Monsterpit timeline.", "introduction.interactions.action": "Finish tutorial!", - "introduction.interactions.favourite.headline": "Favourite", - "introduction.interactions.favourite.text": "You can save a toot for later, and let the author know that you liked it, by favouriting it.", - "introduction.interactions.reblog.headline": "Boost", - "introduction.interactions.reblog.text": "You can share other people's toots with your followers by boosting them.", + "introduction.interactions.favourite.headline": "Admire", + "introduction.interactions.favourite.text": "You can save a roar for later, and let the author know that you liked it, by admiring it.", + "introduction.interactions.reblog.headline": "Repeat", + "introduction.interactions.reblog.text": "You can share other monsters's roars with your packmates by repeating them.", "introduction.interactions.reply.headline": "Reply", - "introduction.interactions.reply.text": "You can reply to other people's and your own toots, which will chain them together in a conversation.", + "introduction.interactions.reply.text": "You can reply to other monsters's and your own roars, which will chain them together in a conversation.", "introduction.welcome.action": "Let's go!", "introduction.welcome.headline": "First steps", "introduction.welcome.text": "Welcome to the fediverse! In a few moments, you'll be able to broadcast messages and talk to your friends across a wide variety of servers. But this server, {domain}, is special—it hosts your profile, so remember its name.", "keyboard_shortcuts.back": "to navigate back", - "keyboard_shortcuts.blocked": "to open blocked users list", - "keyboard_shortcuts.boost": "to boost", - "keyboard_shortcuts.column": "to focus a status in one of the columns", + "keyboard_shortcuts.blocked": "to open blocked creatures list", + "keyboard_shortcuts.boost": "to repeat", + "keyboard_shortcuts.column": "to focus a roar in one of the columns", "keyboard_shortcuts.compose": "to focus the compose textarea", "keyboard_shortcuts.description": "Description", - "keyboard_shortcuts.direct": "to open direct messages column", + "keyboard_shortcuts.direct": "to open whispers column", "keyboard_shortcuts.down": "to move down in the list", - "keyboard_shortcuts.enter": "to open status", - "keyboard_shortcuts.favourite": "to favourite", - "keyboard_shortcuts.favourites": "to open favourites list", - "keyboard_shortcuts.federated": "to open federated timeline", + "keyboard_shortcuts.enter": "to open roar", + "keyboard_shortcuts.favourite": "to admire", + "keyboard_shortcuts.favourites": "to open admirations list", + "keyboard_shortcuts.federated": "to open world timeline", "keyboard_shortcuts.heading": "Keyboard shortcuts", "keyboard_shortcuts.home": "to open home timeline", "keyboard_shortcuts.hotkey": "Hotkey", "keyboard_shortcuts.legend": "to display this legend", - "keyboard_shortcuts.local": "to open local timeline", + "keyboard_shortcuts.local": "to open Monsterpit timeline", "keyboard_shortcuts.mention": "to mention author", - "keyboard_shortcuts.muted": "to open muted users list", + "keyboard_shortcuts.muted": "to open muted creatures list", "keyboard_shortcuts.my_profile": "to open your profile", "keyboard_shortcuts.notifications": "to open notifications column", - "keyboard_shortcuts.pinned": "to open pinned toots list", + "keyboard_shortcuts.pinned": "to open pins list", "keyboard_shortcuts.profile": "to open author's profile", "keyboard_shortcuts.reply": "to reply", - "keyboard_shortcuts.requests": "to open follow requests list", + "keyboard_shortcuts.requests": "to open join requests list", "keyboard_shortcuts.search": "to focus search", "keyboard_shortcuts.start": "to open \"get started\" column", "keyboard_shortcuts.toggle_hidden": "to show/hide text behind CW", - "keyboard_shortcuts.toot": "to start a brand new toot", + "keyboard_shortcuts.toot": "to start a brand new roar", "keyboard_shortcuts.unfocus": "to un-focus compose textarea/search", "keyboard_shortcuts.up": "to move up in the list", "lightbox.close": "Close", @@ -222,59 +222,59 @@ "lists.edit.submit": "Change title", "lists.new.create": "Add list", "lists.new.title_placeholder": "New list title", - "lists.search": "Search among people you follow", + "lists.search": "Search among monsters in your pack", "lists.subheading": "Your lists", "loading_indicator.label": "Loading...", "media_gallery.toggle_visible": "Toggle visibility", "missing_indicator.label": "Not found", "missing_indicator.sublabel": "This resource could not be found", - "mute_modal.hide_notifications": "Hide notifications from this user?", + "mute_modal.hide_notifications": "Hide notifications from this creature?", "navigation_bar.apps": "Mobile apps", - "navigation_bar.blocks": "Blocked users", - "navigation_bar.community_timeline": "Local timeline", - "navigation_bar.compose": "Compose new toot", - "navigation_bar.direct": "Direct messages", + "navigation_bar.blocks": "Blocked creatures", + "navigation_bar.community_timeline": "Monsterpit", + "navigation_bar.compose": "Compose new roar", + "navigation_bar.direct": "Whispers", "navigation_bar.discover": "Discover", - "navigation_bar.domain_blocks": "Hidden domains", + "navigation_bar.domain_blocks": "Hidden communities", "navigation_bar.edit_profile": "Edit profile", - "navigation_bar.favourites": "Favourites", + "navigation_bar.favourites": "Admirations", "navigation_bar.filters": "Muted words", - "navigation_bar.follow_requests": "Follow requests", + "navigation_bar.follow_requests": "New packmates", "navigation_bar.info": "About this server", "navigation_bar.keyboard_shortcuts": "Hotkeys", "navigation_bar.lists": "Lists", "navigation_bar.misc": "Misc", - "navigation_bar.logout": "Logout", - "navigation_bar.mutes": "Muted users", + "navigation_bar.logout": "Sleep", + "navigation_bar.mutes": "Muted creatures", "navigation_bar.personal": "Personal", - "navigation_bar.pins": "Pinned toots", + "navigation_bar.pins": "Pins", "navigation_bar.preferences": "Preferences", - "navigation_bar.public_timeline": "Federated timeline", + "navigation_bar.public_timeline": "World", "navigation_bar.security": "Security", - "notification.favourite": "{name} favourited your status", - "notification.follow": "{name} followed you", + "notification.favourite": "{name} admired your roar", + "notification.follow": "{name} joined your pack", "notification.mention": "{name} mentioned you", "notification.poll": "A poll you have voted in has ended", - "notification.reblog": "{name} boosted your status", - "notifications.clear": "Clear notifications", - "notifications.clear_confirmation": "Are you sure you want to permanently clear all your notifications?", + "notification.reblog": "{name} repeated your roar", + "notifications.clear": "Clear growls", + "notifications.clear_confirmation": "Are you sure you want to permanently clear all your growls?", "notifications.column_settings.alert": "Desktop notifications", - "notifications.column_settings.favourite": "Favourites:", + "notifications.column_settings.favourite": "Admirations:", "notifications.column_settings.filter_bar.advanced": "Display all categories", "notifications.column_settings.filter_bar.category": "Quick filter bar", "notifications.column_settings.filter_bar.show": "Show", - "notifications.column_settings.follow": "New followers:", - "notifications.column_settings.mention": "Mentions:", + "notifications.column_settings.follow": "New packmate:", + "notifications.column_settings.mention": "Includes:", "notifications.column_settings.poll": "Poll results:", "notifications.column_settings.push": "Push notifications", - "notifications.column_settings.reblog": "Boosts:", + "notifications.column_settings.reblog": "Repeats:", "notifications.column_settings.show": "Show in column", "notifications.column_settings.sound": "Play sound", "notifications.filter.all": "All", - "notifications.filter.boosts": "Boosts", - "notifications.filter.favourites": "Favourites", - "notifications.filter.follows": "Follows", - "notifications.filter.mentions": "Mentions", + "notifications.filter.boosts": "Repeats", + "notifications.filter.favourites": "Admirations", + "notifications.filter.follows": "In packs", + "notifications.filter.mentions": "Includes", "notifications.filter.polls": "Poll results", "notifications.group": "{count} notifications", "poll.closed": "Closed", @@ -283,14 +283,14 @@ "poll.vote": "Vote", "poll_button.add_poll": "Add a poll", "poll_button.remove_poll": "Remove poll", - "privacy.change": "Adjust status privacy", - "privacy.direct.long": "Post to mentioned users only", - "privacy.direct.short": "Direct", - "privacy.private.long": "Post to followers only", - "privacy.private.short": "Followers-only", - "privacy.public.long": "Post to public timelines", + "privacy.change": "Adjust roar privacy", + "privacy.direct.long": "Roar to mentioned creatures only", + "privacy.direct.short": "Whisper", + "privacy.private.long": "Roar to packmates only", + "privacy.private.short": "Packmates-only", + "privacy.public.long": "Roar to public timelines", "privacy.public.short": "Public", - "privacy.unlisted.long": "Do not post to public timelines", + "privacy.unlisted.long": "Do not roar to public timelines", "privacy.unlisted.short": "Unlisted", "regeneration_indicator.label": "Loading…", "regeneration_indicator.sublabel": "Your home feed is being prepared!", @@ -308,60 +308,60 @@ "report.target": "Reporting {target}", "search.placeholder": "Search", "search_popout.search_format": "Advanced search format", - "search_popout.tips.full_text": "Simple text returns statuses you have written, favourited, boosted, or have been mentioned in, as well as matching usernames, display names, and hashtags.", + "search_popout.tips.full_text": "Simple text returns roars you have written, admired, repeated, or have been mentioned in, as well as matching creaturenames, display names, and hashtags.", "search_popout.tips.hashtag": "hashtag", - "search_popout.tips.status": "status", - "search_popout.tips.text": "Simple text returns matching display names, usernames and hashtags", - "search_popout.tips.user": "user", - "search_results.accounts": "People", + "search_popout.tips.status": "roar", + "search_popout.tips.text": "Simple text returns matching display names, creaturenames and hashtags", + "search_popout.tips.user": "creature", + "search_results.accounts": "Monsters", "search_results.hashtags": "Hashtags", - "search_results.statuses": "Toots", + "search_results.statuses": "Roars", "search_results.total": "{count, number} {count, plural, one {result} other {results}}", - "status.admin_account": "Open moderation interface for @{name}", - "status.admin_status": "Open this status in the moderation interface", + "status.admin_account": "Moderate @{name}", + "status.admin_status": "Moderate roar", "status.block": "Block @{name}", - "status.cancel_reblog_private": "Unboost", - "status.cannot_reblog": "This post cannot be boosted", - "status.copy": "Copy link to status", + "status.cancel_reblog_private": "Unrepeat", + "status.cannot_reblog": "This roar cannot be repeated", + "status.copy": "Copy link to roar", "status.delete": "Delete", "status.detailed_status": "Detailed conversation view", - "status.direct": "Direct message @{name}", + "status.direct": "Whisper to @{name}", "status.embed": "Embed", - "status.favourite": "Favourite", + "status.favourite": "Admire", "status.filtered": "Filtered", "status.load_more": "Load more", "status.media_hidden": "Media hidden", - "status.mention": "Mention @{name}", + "status.mention": "Include @{name}", "status.more": "More", "status.mute": "Mute @{name}", "status.mute_conversation": "Mute conversation", - "status.open": "Expand this status", + "status.open": "Open roar", "status.pin": "Pin on profile", - "status.pinned": "Pinned toot", + "status.pinned": "Pinned roar", "status.read_more": "Read more", - "status.reblog": "Boost", - "status.reblog_private": "Boost to original audience", - "status.reblogged_by": "{name} boosted", - "status.reblogs.empty": "No one has boosted this toot yet. When someone does, they will show up here.", - "status.redraft": "Delete & re-draft", + "status.reblog": "Repeat", + "status.reblog_private": "Repeat to original audience", + "status.reblogged_by": "{name} repeated", + "status.reblogs.empty": "No one has repeated this roar yet. When someone does, they will show up here.", + "status.redraft": "Delete & edit", "status.reply": "Reply", "status.replyAll": "Reply to thread", "status.report": "Report @{name}", "status.sensitive_warning": "Sensitive content", "status.share": "Share", - "status.show_less": "Show less", - "status.show_less_all": "Show less for all", - "status.show_more": "Show more", - "status.show_more_all": "Show more for all", + "status.show_less": "Hide", + "status.show_less_all": "Hide all", + "status.show_more": "Reveal", + "status.show_more_all": "Reveal all", "status.show_thread": "Show thread", "status.unmute_conversation": "Unmute conversation", "status.unpin": "Unpin from profile", "suggestions.dismiss": "Dismiss suggestion", "suggestions.header": "You might be interested in…", - "tabs_bar.federated_timeline": "Federated", - "tabs_bar.home": "Home", + "tabs_bar.federated_timeline": "World", + "tabs_bar.home": "Pack", "tabs_bar.local_timeline": "Local", - "tabs_bar.notifications": "Notifications", + "tabs_bar.notifications": "Growls", "tabs_bar.search": "Search", "time_remaining.days": "{number, plural, one {# day} other {# days}} left", "time_remaining.hours": "{number, plural, one {# hour} other {# hours}} left", @@ -369,7 +369,7 @@ "time_remaining.moments": "Moments remaining", "time_remaining.seconds": "{number, plural, one {# second} other {# seconds}} left", "trends.count_by_accounts": "{count} {rawCount, plural, one {person} other {people}} talking", - "ui.beforeunload": "Your draft will be lost if you leave Mastodon.", + "ui.beforeunload": "Your draft will be lost if you leave Monsterpit.", "upload_area.title": "Drag & drop to upload", "upload_button.label": "Add media (JPEG, PNG, GIF, WebM, MP4, MOV)", "upload_error.limit": "File upload limit exceeded.", @@ -380,7 +380,7 @@ "upload_progress.label": "Uploading...", "video.close": "Close video", "video.exit_fullscreen": "Exit full screen", - "video.expand": "Expand video", + "video.expand": "Open video", "video.fullscreen": "Full screen", "video.hide": "Hide video", "video.mute": "Mute sound", diff --git a/config/locales/en.yml b/config/locales/en.yml index 2a5751060..df908dd85 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1,7 +1,7 @@ --- en: about: - about_hashtag_html: These are public toots tagged with #%{hashtag}. You can interact with them if you have an account anywhere in the fediverse. + about_hashtag_html: These are public roars tagged with #%{hashtag}. You can interact with them if you have an account anywhere in the fediverse. about_mastodon_html: Mastodon is a social network based on open web protocols and free, open-source software. It is decentralized like e-mail. about_this: About active_count_after: active @@ -9,18 +9,18 @@ en: administered_by: 'Administered by:' api: API apps: Mobile apps - apps_platforms: Use Mastodon from iOS, Android and other platforms + apps_platforms: Use Monsterpit from iOS, Android and other platforms browse_directory: Browse a profile directory and filter by interests - browse_public_posts: Browse a live stream of public posts on Mastodon + browse_public_posts: Browse a live stream of public roars on Monsterpit contact: Contact contact_missing: Not set contact_unavailable: N/A - discover_users: Discover users + discover_users: Discover creatures documentation: Documentation extended_description_html: |

A good place for rules

The extended description has not been set up yet.

- federation_hint_html: With an account on %{instance} you'll be able to follow people on any Mastodon server and beyond. + federation_hint_html: With an account on %{instance} you'll be able to follow monsters on any Monsterpit server and beyond. generic_description: "%{domain} is one server in the network" get_apps: Try a mobile app hosted_on: Mastodon hosted on %{domain} @@ -39,7 +39,7 @@ en: one: user other: users user_count_before: Home to - what_is_mastodon: What is Mastodon? + what_is_mastodon: What is Monsterpit? accounts: choices_html: "%{name}'s choices:" follow: Follow @@ -54,16 +54,16 @@ en: moved_html: "%{name} has moved to %{new_profile_link}:" network_hidden: This information is not available nothing_here: There is nothing here! - people_followed_by: People whom %{name} follows - people_who_follow: People who follow %{name} + monsters_followed_by: People whom %{name} follows + monsters_who_follow: People who follow %{name} pin_errors: - following: You must be already following the person you want to endorse + following: You must be already following the monster you want to endorse posts: one: Toot other: Toots posts_tab_heading: Toots - posts_with_replies: Toots and replies - reserved_username: The username is reserved + posts_with_replies: Toots & growls + reserved_username: The creaturename is reserved roles: admin: Admin bot: Bot @@ -91,7 +91,7 @@ en: label: Change email new_email: New email submit: Change email - title: Change email for %{username} + title: Change email for %{creaturename} confirm: Confirm confirmed: Confirmed confirming: Confirming @@ -104,7 +104,7 @@ en: domain: Domain edit: Edit email: Email - email_status: Email status + email_status: Email roar enable: Enable enabled: Enabled feed_url: Feed URL @@ -121,7 +121,7 @@ en: local: Local remote: Remote title: Location - login_status: Login status + login_status: Login roar media_attachments: Media attachments memorialize: Turn into memoriam moderation: @@ -151,7 +151,7 @@ en: remove_avatar: Remove avatar remove_header: Remove header resend_confirmation: - already_confirmed: This user is already confirmed + already_confirmed: This creature is already confirmed send: Resend confirmation email success: Confirmation email successfully sent! reset: Reset @@ -185,27 +185,27 @@ en: action_logs: actions: assigned_to_self_report: "%{name} assigned report %{target} to themselves" - change_email_user: "%{name} changed the e-mail address of user %{target}" - confirm_user: "%{name} confirmed e-mail address of user %{target}" + change_email_user: "%{name} changed the e-mail address of creature %{target}" + confirm_user: "%{name} confirmed e-mail address of creature %{target}" create_account_warning: "%{name} sent a warning to %{target}" create_custom_emoji: "%{name} uploaded new emoji %{target}" create_domain_block: "%{name} blocked domain %{target}" create_email_domain_block: "%{name} blacklisted e-mail domain %{target}" - demote_user: "%{name} demoted user %{target}" + demote_user: "%{name} demoted creature %{target}" destroy_custom_emoji: "%{name} destroyed emoji %{target}" destroy_domain_block: "%{name} unblocked domain %{target}" destroy_email_domain_block: "%{name} whitelisted e-mail domain %{target}" - destroy_status: "%{name} removed status by %{target}" - disable_2fa_user: "%{name} disabled two factor requirement for user %{target}" + destroy_status: "%{name} removed roar by %{target}" + disable_2fa_user: "%{name} disabled two factor requirement for creature %{target}" disable_custom_emoji: "%{name} disabled emoji %{target}" - disable_user: "%{name} disabled login for user %{target}" + disable_user: "%{name} disabled login for creature %{target}" enable_custom_emoji: "%{name} enabled emoji %{target}" - enable_user: "%{name} enabled login for user %{target}" + enable_user: "%{name} enabled login for creature %{target}" memorialize_account: "%{name} turned %{target}'s account into a memoriam page" - promote_user: "%{name} promoted user %{target}" + promote_user: "%{name} promoted creature %{target}" remove_avatar_user: "%{name} removed %{target}'s avatar" reopen_report: "%{name} reopened report %{target}" - reset_password_user: "%{name} reset password of user %{target}" + reset_password_user: "%{name} reset password of creature %{target}" resolve_report: "%{name} resolved report %{target}" silence_account: "%{name} silenced %{target}'s account" suspend_account: "%{name} suspended %{target}'s account" @@ -213,8 +213,8 @@ en: unsilence_account: "%{name} unsilenced %{target}'s account" unsuspend_account: "%{name} unsuspended %{target}'s account" update_custom_emoji: "%{name} updated emoji %{target}" - update_status: "%{name} updated status by %{target}" - deleted_status: "(deleted status)" + update_status: "%{name} updated roar by %{target}" + deleted_status: "(deleted roar)" title: Audit log custom_emojis: by_domain: Domain @@ -254,9 +254,9 @@ en: hidden_service: Federation with hidden services keybase: Keybase integration open_reports: open reports - recent_users: Recent users + recent_users: Recent creatures search: Full-text search - single_user_mode: Single user mode + single_user_mode: Single creature mode software: Software space: Space usage title: Dashboard @@ -275,7 +275,7 @@ en: create: Create block hint: The domain block will not prevent creation of account entries in the database, but will retroactively and automatically apply specific moderation methods on those accounts. severity: - desc_html: "Silence will make the account's posts invisible to anyone who isn't following them. Suspend will remove all of the account's content, media, and profile data. Use None if you just want to reject media files." + desc_html: "Silence will make the account's roars invisible to anyone who isn't following them. Suspend will remove all of the account's content, media, and profile data. Use None if you just want to reject media files." noop: None silence: Silence suspend: Suspend @@ -311,7 +311,7 @@ en: title: E-mail blacklist followers: back_to_account: Back To Account - title: "%{acct}'s Followers" + title: "%{acct}'s Packmates" instances: by_domain: Domain delivery_available: Delivery is available @@ -341,11 +341,11 @@ en: relays: add_new: Add new relay delete: Delete - description_html: A federation relay is an intermediary server that exchanges large volumes of public toots between servers that subscribe and publish to it. It can help small and medium servers discover content from the fediverse, which would otherwise require local users manually following other people on remote servers. + description_html: A federation relay is an intermediary server that exchanges large volumes of public roars between servers that subscribe and publish to it. It can help small and medium servers discover content from the fediverse, which would otherwise require local creatures manually following other monsters on remote servers. disable: Disable disabled: Disabled enable: Enable - enable_hint: Once enabled, your server will subscribe to all public toots from this relay, and will begin sending this server's public toots to it. + enable_hint: Once enabled, your server will subscribe to all public roars from this relay, and will begin sending this server's public roars to it. enabled: Enabled inbox_url: Relay URL pending: Waiting for relay's approval @@ -388,14 +388,14 @@ en: updated_at: Updated settings: activity_api_enabled: - desc_html: Counts of locally posted statuses, active users, and new registrations in weekly buckets - title: Publish aggregate statistics about user activity + desc_html: Counts of locally roared roars, active creatures, and new registrations in weekly buckets + title: Publish aggregate statistics about creature activity bootstrap_timeline_accounts: - desc_html: Separate multiple usernames by comma. Only local and unlocked accounts will work. Default when empty is all local admins. - title: Default follows for new users + desc_html: Separate multiple creaturenames by comma. Only local and unlocked accounts will work. Default when empty is all local admins. + title: Default follows for new creatures contact_information: email: Business e-mail - username: Contact username + username: Contact creaturename custom_css: desc_html: Modify the look with CSS loaded on every page title: Custom CSS @@ -406,8 +406,8 @@ en: desc_html: Displayed on the frontpage. At least 600x100px recommended. When not set, falls back to server thumbnail title: Hero image hide_followers_count: - desc_html: Do not show followers count on user profiles - title: Hide followers count + desc_html: Do not show packmates count on creature profiles + title: Hide packmates count mascot: desc_html: Displayed on multiple pages. At least 293×205px recommended. When not set, falls back to default mascot title: Mascot image @@ -418,7 +418,7 @@ en: desc_html: Link previews on other websites will display a thumbnail even if the media is marked as sensitive title: Show sensitive media in OpenGraph previews profile_directory: - desc_html: Allow users to be discoverable + desc_html: Allow creatures to be discoverable title: Enable profile directory registrations: closed_message: @@ -437,7 +437,7 @@ en: open: Anyone can sign up title: Registrations mode show_known_fediverse_at_about_page: - desc_html: When toggled, it will show toots from all the known fediverse on preview. Otherwise it will only show local toots. + desc_html: When toggled, it will show roars from all the known fediverse on preview. Otherwise it will only show local roars. title: Show known fediverse on timeline preview show_reblogs_in_public_timelines: desc_html: Show public boosts of public toots in local and public timelines. @@ -446,16 +446,16 @@ en: desc_html: In addition to public self-replies (threads), show public replies in local and public timelines. title: Show replies in public timelines show_staff_badge: - desc_html: Show a staff badge on a user page + desc_html: Show a staff badge on a creature page title: Show staff badge site_description: - desc_html: Introductory paragraph on the API. Describe what makes this Mastodon server special and anything else important. You can use HTML tags, in particular <a> and <em>. + desc_html: Introductory paragraph on the API. Describe what makes this Monsterpit server special and anything else important. You can use HTML tags, in particular <a> and <em>. title: Server description site_description_extended: desc_html: A good place for your code of conduct, rules, guidelines and other things that set your server apart. You can use HTML tags title: Custom extended information site_short_description: - desc_html: Displayed in sidebar and meta tags. Describe what Mastodon is and what makes this server special in a single paragraph. + desc_html: Displayed in sidebar and meta tags. Describe what Monsterpit is and what makes this server special in a single paragraph. title: Short server description site_terms: desc_html: You can write your own privacy policy, terms of service or other legalese. You can use HTML tags @@ -478,8 +478,8 @@ en: media: title: Media no_media: No media - no_status_selected: No statuses were changed as none were selected - title: Account statuses + no_status_selected: No roars were changed as none were selected + title: Account roars with_media: With media subscriptions: callback_url: Callback URL @@ -506,7 +506,7 @@ en: admin_mailer: new_pending_account: body: The details of the new account are below. You can approve or reject this application. - subject: New account up for review on %{instance} (%{username}) + subject: New account up for review on %{instance} (%{creaturename}) new_report: body: "%{reporter} has reported %{target}" body_remote: Someone from %{domain} has reported %{target} @@ -517,7 +517,7 @@ en: settings: 'Change e-mail preferences: %{link}' view: 'View:' view_profile: View profile - view_status: View status + view_status: View roar applications: created: Application successfully created destroyed: Application successfully deleted @@ -555,11 +555,11 @@ en: already_following: You are already following this account error: Unfortunately, there was an error looking up the remote account follow: Follow - follow_request: 'You have sent a follow request to:' + follow_request: 'You have sent a join request to:' following: 'Success! You are now following:' post_follow: close: Or, you can just close this window. - return: Show the user's profile + return: Show the creature's profile web: Go to web title: Follow %{acct} datetime: @@ -579,7 +579,7 @@ en: deletes: bad_password_msg: Nice try, hackers! Incorrect password confirm_password: Enter your current password to verify your identity - description_html: This will permanently, irreversibly remove content from your account and deactivate it. Your username will remain reserved to prevent future impersonations. + description_html: This will permanently, irreversibly remove content from your account and deactivate it. Your creaturename will remain reserved to prevent future impersonations. proceed: Delete account success_msg: Your account was successfully deleted warning_html: Only deletion of content from this particular server is guaranteed. Content that has been widely shared is likely to leave traces. Offline servers and servers that have unsubscribed from your updates will not update their databases. @@ -587,13 +587,13 @@ en: directories: directory: Profile directory enabled: You are currently listed in the directory. - enabled_but_waiting: You have opted-in to be listed in the directory, but you do not have the minimum number of followers (%{min_followers}) to be listed yet. - explanation: Discover users based on their interests + enabled_but_waiting: You have opted-in to be listed in the directory, but you do not have the minimum number of packmates (%{min_followers}) to be listed yet. + explanation: Discover creatures based on their interests explore_mastodon: Explore %{title} how_to_enable: You are not currently opted-in to the directory. You can opt-in below. Use hashtags in your bio text to be listed under specific hashtags! people: - one: "%{count} person" - other: "%{count} people" + one: "%{count} monster" + other: "%{count} monsters" errors: '403': You don't have permission to view this page. '404': The page you are looking for isn't here. @@ -605,15 +605,15 @@ en: '500': content: We're sorry, but something went wrong on our end. title: This page is not correct - noscript_html: To use the Mastodon web application, please enable JavaScript. Alternatively, try one of the native apps for Mastodon for your platform. + noscript_html: To use the Monsterpit web application, please enable JavaScript. Alternatively, try one of the native apps for Monsterpit for your platform. existing_username_validator: - not_found: could not find a local user with that username - not_found_multiple: could not find %{usernames} + not_found: could not find a local creature with that creaturename + not_found_multiple: could not find %{creaturenames} exports: archive_takeout: date: Date download: Download your archive - hint_html: You can request an archive of your toots and uploaded media. The exported data will be in the ActivityPub format, readable by any compliant software. You can request an archive every 7 days. + hint_html: You can request an archive of your roars and uploaded media. The exported data will be in the ActivityPub format, readable by any compliant software. You can request an archive every 7 days. in_progress: Compiling your archive... request: Request your archive size: Size @@ -668,15 +668,15 @@ en: failed: The cryptographic connection failed. Please try again from %{provider}. keybase: invalid_token: Keybase tokens are hashes of signatures and must be 66 hex characters - verification_failed: Keybase does not recognize this token as a signature of Keybase user %{kb_username}. Please retry from Keybase. + verification_failed: Keybase does not recognize this token as a signature of Keybase creature %{kb_creaturename}. Please retry from Keybase. wrong_user: Cannot create a proof for %{proving} while logged in as %{current}. Log in as %{proving} and try again. - explanation_html: Here you can cryptographically connect your other identities, such as a Keybase profile. This lets other people send you encrypted messages and trust content you send them. - i_am_html: I am %{username} on %{service}. + explanation_html: Here you can cryptographically connect your other identities, such as a Keybase profile. This lets other monsters send you encrypted messages and trust content you send them. + i_am_html: I am %{creaturename} on %{service}. identity: Identity inactive: Inactive - publicize_checkbox: 'And toot this:' - publicize_toot: 'It is proven! I am %{username} on %{service}: %{url}' - status: Verification status + publicize_checkbox: 'And roar this:' + publicize_toot: 'It is proven! I am %{creaturename} on %{service}: %{url}' + status: Verification roar view_proof: View proof imports: modes: @@ -684,7 +684,7 @@ en: merge_long: Keep existing records and add new ones overwrite: Overwrite overwrite_long: Replace current records with the new ones - preface: You can import data that you have exported from another server, such as a list of the people you are following or blocking. + preface: You can import data that you have exported from another server, such as a list of the monsters you are following or blocking. success: Your data was successfully uploaded and will now be processed in due time types: blocking: Blocking list @@ -714,13 +714,13 @@ en: table: expires_at: Expires uses: Uses - title: Invite people + title: Invite monsters lists: errors: limit: You have reached the maximum amount of lists media_attachments: validations: - images_and_video: Cannot attach a video to a status that already contains images + images_and_video: Cannot attach a video to a roar that already contains images too_many: Cannot attach more than 4 files migrations: acct: username@domain of the new account @@ -736,33 +736,33 @@ en: mention: "%{name} mentioned you in:" new_followers_summary: one: Also, you have acquired one new follower while being away! Yay! - other: Also, you have acquired %{count} new followers while being away! Amazing! + other: Also, you have acquired %{count} new packmates while being away! Amazing! subject: one: "1 new notification since your last visit \U0001F418" other: "%{count} new notifications since your last visit \U0001F418" title: In your absence... favourite: - body: 'Your status was favourited by %{name}:' - subject: "%{name} favourited your status" - title: New favourite + body: 'Your roar was admired by %{name}:' + subject: "%{name} admired your roar" + title: New admire follow: body: "%{name} is now following you!" subject: "%{name} is now following you" title: New follower follow_request: - action: Manage follow requests - body: "%{name} has requested to follow you" + action: Manage join requests + body: "%{name} has requested to join your pack" subject: 'Pending follower: %{name}' - title: New follow request + title: New join request mention: action: Reply body: 'You were mentioned by %{name} in:' subject: You were mentioned by %{name} title: New mention reblog: - body: 'Your status was boosted by %{name}:' - subject: "%{name} boosted your status" - title: New boost + body: 'Your roar was repeated by %{name}:' + subject: "%{name} repeated your roar" + title: New repeat number: human: decimal_units: @@ -804,12 +804,12 @@ en: mutual: Mutual primary: Primary relationship: Relationship - remove_selected_domains: Remove all followers from the selected domains - remove_selected_followers: Remove selected followers - remove_selected_follows: Unfollow selected users - status: Account status + remove_selected_domains: Remove all packmates from the selected domains + remove_selected_followers: Remove selected packmates + remove_selected_follows: Unfollow selected creatures + status: Account roar remote_follow: - acct: Enter your username@domain you want to act from + acct: Enter your creaturename@domain you want to act from missing_resource: Could not find the required redirect URL for your account no_account_html: Don't have an account? You can sign up here proceed: Proceed to follow @@ -817,21 +817,21 @@ en: reason_html: "Why is this step necessary? %{instance} might not be the server where you are registered, so we need to redirect you to your home server first." remote_interaction: favourite: - proceed: Proceed to favourite - prompt: 'You want to favourite this toot:' + proceed: Proceed to admire + prompt: 'You want to admire this roar:' reblog: - proceed: Proceed to boost - prompt: 'You want to boost this toot:' + proceed: Proceed to repeat + prompt: 'You want to repeat this roar:' reply: proceed: Proceed to reply - prompt: 'You want to reply to this toot:' + prompt: 'You want to reply to this roar:' remote_unfollow: error: Error title: Title unfollowed: Unfollowed scheduled_statuses: - over_daily_limit: You have exceeded the limit of %{limit} scheduled toots for that day - over_total_limit: You have exceeded the limit of %{limit} scheduled toots + over_daily_limit: You have exceeded the limit of %{limit} scheduled roars for that day + over_total_limit: You have exceeded the limit of %{limit} scheduled roars too_soon: The scheduled date must be in the future sessions: activity: Last activity @@ -856,7 +856,7 @@ en: weibo: Weibo current_session: Current session description: "%{browser} on %{platform}" - explanation: These are the web browsers currently logged in to your Mastodon account. + explanation: These are the web browsers currently logged in to your Monsterpit account. ip: IP platforms: adobe_air: Adobe Air @@ -879,7 +879,7 @@ en: account_settings: Account settings appearance: Appearance authorized_apps: Authorized apps - back: Back to Mastodon + back: Back to Monsterpit delete: Account deletion development: Development edit_profile: Edit profile @@ -893,7 +893,7 @@ en: notifications: Notifications preferences: Preferences profile: Profile - relationships: Follows and followers + relationships: Packmates two_factor_authentication: Two-factor Auth statuses: attached: @@ -913,10 +913,10 @@ en: open_in_web: Open in web over_character_limit: character limit of %{max} exceeded pin_errors: - limit: You have already pinned the maximum number of toots - ownership: Someone else's toot cannot be pinned - private: Non-public toot cannot be pinned - reblog: A boost cannot be pinned + limit: You have already pinned the maximum number of roars + ownership: Someone else's roar cannot be pinned + private: Non-public roar cannot be pinned + reblog: A repeat cannot be pinned poll: total_votes: one: "%{count} vote" @@ -927,13 +927,13 @@ en: title: '%{name}: "%{quote}"' visibilities: private: Followers-only - private_long: Only show to followers + private_long: Only show to packmates public: Public public_long: Everyone can see unlisted: Unlisted unlisted_long: Everyone can see, but not listed on public timelines stream_entries: - pinned: Pinned toot + pinned: Pinned roar reblogged: boosted sensitive_content: Sensitive content terms: @@ -942,9 +942,9 @@ en:

What information do we collect?

@@ -955,16 +955,16 @@ en:

Any of the information we collect from you may be used in the following ways:


How do we protect your information?

-

We implement a variety of security measures to maintain the safety of your personal information when you enter, submit, or access your personal information. Among other things, your browser session, as well as the traffic between your applications and the API, are secured with SSL, and your password is hashed using a strong one-way algorithm. You may enable two-factor authentication to further secure access to your account.

+

We implement a variety of security measures to maintain the safety of your monsteral information when you enter, submit, or access your monsteral information. Among other things, your browser session, as well as the traffic between your applications and the API, are secured with SSL, and your password is hashed using a strong one-way algorithm. You may enable two-factor authentication to further secure access to your account.


@@ -993,7 +993,7 @@ en:

Do we disclose any information to outside parties?

-

We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information. This does not include trusted third parties who assist us in operating our site, conducting our business, or servicing you, so long as those parties agree to keep this information confidential. We may also release your information when we believe release is appropriate to comply with the law, enforce our site policies, or protect ours or others rights, property, or safety.

+

We do not sell, trade, or otherwise transfer to outside parties your monsterally identifiable information. This does not include trusted third parties who assist us in operating our site, conducting our business, or servicing you, so long as those parties agree to keep this information confidential. We may also release your information when we believe release is appropriate to comply with the law, enforce our site policies, or protect ours or others rights, property, or safety.

Your public content may be downloaded by other servers in the network. Your public and followers-only posts are delivered to the servers where your followers reside, and direct messages are delivered to the servers of the recipients, in so far as those followers or recipients reside on a different server than this.

@@ -1003,9 +1003,9 @@ en:

Site usage by children

-

If this server is in the EU or the EEA: Our site, products and services are all directed to people who are at least 16 years old. If you are under the age of 16, per the requirements of the GDPR (General Data Protection Regulation) do not use this site.

+

If this server is in the EU or the EEA: Our site, products and services are all directed to monsters who are at least 16 years old. If you are under the age of 16, per the requirements of the GDPR (General Data Protection Regulation) do not use this site.

-

If this server is in the USA: Our site, products and services are all directed to people who are at least 13 years old. If you are under the age of 13, per the requirements of COPPA (Children's Online Privacy Protection Act) do not use this site.

+

If this server is in the USA: Our site, products and services are all directed to monsters who are at least 13 years old. If you are under the age of 13, per the requirements of COPPA (Children's Online Privacy Protection Act) do not use this site.

Law requirements can be different if this server is in another jurisdiction.

@@ -1045,14 +1045,14 @@ en: wrong_code: The entered code was invalid! Are server time and device time correct? user_mailer: backup_ready: - explanation: You requested a full backup of your Mastodon account. It's now ready for download! + explanation: You requested a full backup of your Monsterpit account. It's now ready for download! subject: Your archive is ready for download title: Archive takeout warning: explanation: disable: While your account is frozen, your account data remains intact, but you cannot perform any actions until it is unlocked. - silence: While your account is limited, only people who are already following you will see your toots on this server, and you may be excluded from various public listings. However, others may still manually follow you. - suspend: Your account has been suspended, and all of your toots and your uploaded media files have been irreversibly removed from this server, and servers where you had followers. + silence: While your account is limited, only monsters who are already following you will see your roars on this server, and you may be excluded from various public listings. However, others may still manually join your pack. + suspend: Your account has been suspended, and all of your roars and your uploaded media files have been irreversibly removed from this server, and servers where you had packmates. review_server_policies: Review server policies subject: disable: Your account %{acct} has been frozen @@ -1066,28 +1066,28 @@ en: suspend: Account suspended welcome: edit_profile_action: Setup profile - edit_profile_step: You can customize your profile by uploading an avatar, header, changing your display name and more. If you’d like to review new followers before they’re allowed to follow you, you can lock your account. + edit_profile_step: You can customize your profile by uploading an avatar, header, changing your display name and more. If you’d like to review new packmates before they’re allowed to join your pack, you can lock your account. explanation: Here are some tips to get you started - final_action: Start posting - final_step: 'Start posting! Even without followers your public messages may be seen by others, for example on the local timeline and in hashtags. You may want to introduce yourself on the #introductions hashtag.' + final_action: Start roaring + final_step: 'Start roaring! Even without packmates your public messages may be seen by others, for example on the Monsterpit timeline and in hashtags. You may want to introduce yourself on the #introductions hashtag.' full_handle: Your full handle - full_handle_hint: This is what you would tell your friends so they can message or follow you from another server. + full_handle_hint: This is what you would tell your friends so they can message or join your pack from another server. review_preferences_action: Change preferences - review_preferences_step: Make sure to set your preferences, such as which emails you'd like to receive, or what privacy level you’d like your posts to default to. If you don’t have motion sickness, you could choose to enable GIF autoplay. - subject: Welcome to Mastodon - tip_federated_timeline: The federated timeline is a firehose view of the Mastodon network. But it only includes people your neighbours are subscribed to, so it's not complete. - tip_following: You follow your server's admin(s) by default. To find more interesting people, check the local and federated timelines. - tip_local_timeline: The local timeline is a firehose view of people on %{instance}. These are your immediate neighbours! - tip_mobile_webapp: If your mobile browser offers you to add Mastodon to your homescreen, you can receive push notifications. It acts like a native app in many ways! + review_preferences_step: Make sure to set your preferences, such as which emails you'd like to receive, or what privacy level you’d like your roars to default to. If you don’t have motion sickness, you could choose to enable GIF autoplay. + subject: Welcome to Monsterpit + tip_federated_timeline: The world timeline is a firehose view of the Monsterpit network. But it only includes monsters your neighbours are subscribed to, so it's not complete. + tip_following: You join your packr server's admin(s) by default. To find more interesting monsters, check the local and world timelines. + tip_local_timeline: The Monsterpit timeline is a firehose view of monsters on %{instance}. These are your immediate neighbours! + tip_mobile_webapp: If your mobile browser offers you to add Monsterpit to your homescreen, you can receive push notifications. It acts like a native app in many ways! tips: Tips title: Welcome aboard, %{name}! users: - follow_limit_reached: You cannot follow more than %{limit} people + follow_limit_reached: You cannot follow more than %{limit} monsters invalid_email: The e-mail address is invalid invalid_otp_token: Invalid two-factor code otp_lost_help_html: If you lost access to both, you may get in touch with %{email} seamless_external_login: You are logged in via an external service, so password and e-mail settings are not available. signed_in_as: 'Signed in as:' verification: - explanation_html: 'You can verify yourself as the owner of the links in your profile metadata. For that, the linked website must contain a link back to your Mastodon profile. The link back must have a rel="me" attribute. The text content of the link does not matter. Here is an example:' + explanation_html: 'You can verify yourself as the owner of the links in your profile metadata. For that, the linked website must contain a link back to your Monsterpit profile. The link back must have a rel="me" attribute. The text content of the link does not matter. Here is an example:' verification: Verification diff --git a/config/locales/simple_form.en.yml b/config/locales/simple_form.en.yml index 6fad7f73a..7be9622a7 100644 --- a/config/locales/simple_form.en.yml +++ b/config/locales/simple_form.en.yml @@ -3,53 +3,53 @@ en: simple_form: hints: account_warning_preset: - text: You can use toot syntax, such as URLs, hashtags and mentions + text: You can use roar syntax, such as URLs, hashtags and mentions admin_account_action: - send_email_notification: The user will receive an explanation of what happened with their account - text_html: Optional. You can use toot syntax. You can add warning presets to save time + send_email_notification: The creature will receive an explanation of what happened with their account + text_html: Optional. You can use roar syntax. You can add warning presets to save time type_html: Choose what to do with %{acct} warning_preset_id: Optional. You can still add custom text to end of the preset defaults: - autofollow: People who sign up through the invite will automatically follow you + autofollow: People who sign up through the invite will automatically join your pack avatar: PNG, GIF or JPG. At most %{size}. Will be downscaled to %{dimensions}px bot: This account mainly performs automated actions and might not be monitored context: One or multiple contexts where the filter should apply - digest: Only sent after a long period of inactivity and only if you have received any personal messages in your absence - discoverable_html: The directory lets people find accounts based on interests and activity. Requires at least %{min_followers} followers + digest: Only sent after a long period of inactivity and only if you have received any monsteral messages in your absence + discoverable_html: The directory lets monsters find accounts based on interests and activity. Requires at least %{min_followers} packmates email: You will be sent a confirmation e-mail fields: You can have up to 4 items displayed as a table on your profile header: PNG, GIF or JPG. At most %{size}. Will be downscaled to %{dimensions}px inbox_url: Copy the URL from the frontpage of the relay you want to use - irreversible: Filtered toots will disappear irreversibly, even if filter is later removed - locale: The language of the user interface, e-mails and push notifications - locked: Requires you to manually approve followers + irreversible: Filtered roars will disappear irreversibly, even if filter is later removed + locale: The language of the creature interface, e-mails and push notifications + locked: Requires you to manually approve packmates password: Use at least 8 characters - phrase: Will be matched regardless of casing in text or content warning of a toot + phrase: Will be matched regardless of casing in text or content warning of a roar scopes: Which APIs the application will be allowed to access. If you select a top-level scope, you don't need to select individual ones. - setting_aggregate_reblogs: Do not show new boosts for toots that have been recently boosted (only affects newly-received boosts) - setting_default_content_type_html: When writing toots, assume they are written in raw HTML, unless specified otherwise - setting_default_content_type_markdown: When writing toots, assume they are using Markdown for rich text formatting, unless specified otherwise - setting_default_content_type_plain: When writing toots, assume they are plain text with no special formatting, unless specified otherwise (default Mastodon behavior) - setting_default_language: The language of your toots can be detected automatically, but it's not always accurate + setting_aggregate_reblogs: Do not show new repeats for roars that have been recently repeated (only affects newly-received repeats) + setting_default_content_type_html: When writing roars, assume they are written in raw HTML, unless specified otherwise + setting_default_content_type_markdown: When writing roars, assume they are using Markdown for rich text formatting, unless specified otherwise + setting_default_content_type_plain: When writing roars, assume they are plain text with no special formatting, unless specified otherwise (default Mastodon behavior) + setting_default_language: The language of your roars can be detected automatically, but it's not always accurate setting_display_media_default: Hide media marked as sensitive setting_display_media_hide_all: Always hide all media setting_display_media_show_all: Always show media marked as sensitive - setting_hide_network: Who you follow and who follows you will not be shown on your profile - setting_noindex: Affects your public profile and status pages - setting_show_application: The application you use to toot will be displayed in the detailed view of your toots - setting_skin: Reskins the selected Mastodon flavour - username: Your username will be unique on %{domain} + setting_hide_network: Who in your pack and who joins your pack will not be shown on your profile + setting_noindex: Affects your public profile and roar pages + setting_show_application: The application you use to roar will be displayed in the detailed view of your roars + setting_skin: Reskins the selected Monsterpit flavour + username: Your creaturename will be unique on %{domain} whole_word: When the keyword or phrase is alphanumeric only, it will only be applied if it matches the whole word featured_tag: name: 'You might want to use one of these:' imports: - data: CSV file exported from another Mastodon server + data: CSV file exported from another Monsterpit server invite_request: text: This will help us review your application sessions: otp: 'Enter the two-factor code generated by your phone app or use one of your recovery codes:' user: - chosen_languages: When checked, only toots in selected languages will be displayed in public timelines + chosen_languages: When checked, only roars in selected languages will be displayed in public timelines labels: account: fields: @@ -58,7 +58,7 @@ en: account_warning_preset: text: Preset text admin_account_action: - send_email_notification: Notify the user per e-mail + send_email_notification: Notify the creature per e-mail text: Custom warning type: Action types: @@ -68,7 +68,7 @@ en: suspend: Suspend and irreversibly delete account data warning_preset_id: Use a warning preset defaults: - autofollow: Invite to follow your account + autofollow: Invite to join your pack avatar: Avatar bot: This is a bot account chosen_languages: Filter languages @@ -93,28 +93,28 @@ en: otp_attempt: Two-factor code password: Password phrase: Keyword or phrase - setting_aggregate_reblogs: Group boosts in timelines + setting_aggregate_reblogs: Group repeats in timelines setting_auto_play_gif: Auto-play animated GIFs - setting_boost_modal: Show confirmation dialog before boosting - setting_default_content_type: Default format for toots + setting_boost_modal: Show confirmation dialog before repeating + setting_default_content_type: Default format for roars setting_default_content_type_html: HTML setting_default_content_type_markdown: Markdown setting_default_content_type_plain: Plain text setting_default_language: Posting language setting_default_privacy: Post privacy setting_default_sensitive: Always mark media as sensitive - setting_delete_modal: Show confirmation dialog before deleting a toot + setting_delete_modal: Show confirmation dialog before deleting a roar setting_display_media: Media display setting_display_media_default: Default setting_display_media_hide_all: Hide all setting_display_media_show_all: Show all - setting_expand_spoilers: Always expand toots marked with content warnings - setting_favourite_modal: Show confirmation dialog before favouriting (applies to Glitch flavour only) - setting_hide_followers_count: Hide your followers count - setting_hide_network: Hide your network + setting_expand_spoilers: Always expand roars marked with content warnings + setting_favourite_modal: Show confirmation dialog before admiring (applies to Glitch flavour only) + setting_hide_followers_count: Hide your packmates count + setting_hide_network: Hide your packmates setting_noindex: Opt-out of search engine indexing setting_reduce_motion: Reduce motion in animations - setting_show_application: Disclose application used to send toots + setting_show_application: Disclose application used to send roars setting_skin: Skin setting_system_font_ui: Use system's default font setting_unfollow_modal: Show confirmation dialog before unfollowing someone @@ -126,19 +126,19 @@ en: featured_tag: name: Hashtag interactions: - must_be_follower: Block notifications from non-followers - must_be_following: Block notifications from people you don't follow - must_be_following_dm: Block direct messages from people you don't follow + must_be_follower: Block notifications from non-packmates + must_be_following: Block notifications from monsters you aren't in the pack of + must_be_following_dm: Block whispers from monsters you aren't in the pack of invite_request: - text: Why do you want to join? + text: Introduce yourself! What brings you to Monsterpit? notification_emails: digest: Send digest e-mails - favourite: Send e-mail when someone favourites your status - follow: Send e-mail when someone follows you - follow_request: Send e-mail when someone requests to follow you + favourite: Send e-mail when someone admires your roar + follow: Send e-mail when someone joins your pack + follow_request: Send e-mail when someone requests to join your pack mention: Send e-mail when someone mentions you pending_account: Send e-mail when a new account needs review - reblog: Send e-mail when someone boosts your status + reblog: Send e-mail when someone repeats your roar report: Send e-mail when a new report is submitted 'no': 'No' required: