From 5869ca06f95d5f9e87f5ed50349395a399ae73f0 Mon Sep 17 00:00:00 2001 From: Fire Demon Date: Wed, 21 Oct 2020 03:01:00 -0500 Subject: Rename Fediverse timeline to the Tavern --- app/javascript/mastodon/locales/en-MP.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app/javascript/mastodon/locales/en-MP.json b/app/javascript/mastodon/locales/en-MP.json index fcd8ee053..3f2ffb62b 100644 --- a/app/javascript/mastodon/locales/en-MP.json +++ b/app/javascript/mastodon/locales/en-MP.json @@ -21,7 +21,7 @@ "column.favourites": "Admirations", "column.mutes": "Muted creatures", "column.pins": "Pins", - "column.public": "Fediverse", + "column.public": "Tavern", "column.toot": "Roars & Growls", "community.column_settings.local_only": "Monsterpit only", "community.column_settings.remote_only": "Rowdy Tavern mode", @@ -41,7 +41,7 @@ "confirmations.redraft.message": "Are you sure you want to delete and redraft this roar? Admirations and boosts will be lost, and replies to the original roar will be orphaned.", "confirmations.domain_block.message": "You are about to block and defederate from the {domain} server. If you proceed, Monsterpit will ask this server to permanently delete any data associated with your account.", "content-type.change": "Content type", - "directory.federated": "From Fediverse", + "directory.federated": "From Tavern", "directory.local": "From Monsterpit", "embed.instructions": "Embed this roar on your website by copying the code below.", "empty_column.account_timeline": "No roars here!", @@ -59,8 +59,8 @@ "getting_started.directory": "Creature directory", "getting_started.invite": "Invite creatures", "getting_started.open_source_notice": "Monsterfork is open source software. If you'd like to explore its code, you may visit the repository on {monsterware}.", - "introduction.federation.federated.headline": "Fediverse", - "introduction.federation.federated.text": "Public roars from other servers will appear in the Fediverse timeline.", + "introduction.federation.federated.headline": "Tavern", + "introduction.federation.federated.text": "Public roars from other servers will appear in the Tavern timeline.", "introduction.federation.home.text": "Roars from creatures you follow will appear in your home feed.", "introduction.federation.local.headline": "Monsterpit", "introduction.federation.local.text": "Public roars from people on Monsterpit will appear in the Monsterpit timeline.", @@ -74,7 +74,7 @@ "keyboard_shortcuts.enter": "to open roar", "keyboard_shortcuts.favourite": "to admire", "keyboard_shortcuts.favourites": "to open admirations list", - "keyboard_shortcuts.federated": "to open Fediverse timeline", + "keyboard_shortcuts.federated": "to open Tavern timeline", "keyboard_shortcuts.local": "to open Monsterpit timeline", "keyboard_shortcuts.muted": "to open muted creatures list", "keyboard_shortcuts.pinned": "to open pinned roars list", @@ -90,7 +90,7 @@ "navigation_bar.logout": "Sleep", "navigation_bar.mutes": "Muted creatures", "navigation_bar.pins": "Pins", - "navigation_bar.public_timeline": "Fediverse", + "navigation_bar.public_timeline": "Tavern", "notification_purge.start": "Enter notification cleaning mode", "notification.favourite": "{name} admired your roar", "notification.follow_request": "{name} wants to follow you", @@ -166,7 +166,7 @@ "status.show_thread": "Reveal thread", "status.tags": "Show all tags...", "status.unpublished": "Unpublished", - "tabs_bar.federated_timeline": "Fediverse", + "tabs_bar.federated_timeline": "Tavern", "tabs_bar.local_timeline": "Monsterpit", "timeline_hint.resources.statuses": "Older roars", "trends.counter_by_accounts": "{count, plural, one {{counter} creature} other {{counter} creatures}} talking", -- cgit