From f8d886bbd8ce7f52a3e360a740c6bd0640291d84 Mon Sep 17 00:00:00 2001 From: Fire Demon Date: Thu, 20 Aug 2020 06:04:01 -0500 Subject: [Localization] Add friendlier disclaimer strings for remote profiles; sort keys --- app/javascript/mastodon/locales/en-MP.json | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/app/javascript/mastodon/locales/en-MP.json b/app/javascript/mastodon/locales/en-MP.json index b135f817c..ca175119e 100644 --- a/app/javascript/mastodon/locales/en-MP.json +++ b/app/javascript/mastodon/locales/en-MP.json @@ -1,5 +1,6 @@ { "account.add_account_note": "Add note for @{name}", + "account.disclaimer_full": "You're viewing the cached version of a profile from another server.", "account.followers.empty": "No one follows this creature yet.", "account.follows.empty": "This creature doesn't follow anyone yet.", "account.follows": "Follows", @@ -9,17 +10,20 @@ "account.posts_with_replies": "Replies", "account.posts": "Blog", "account.reblogs": "Boosts", - "account.threads": "Threads", "account.statuses_counter": "{count, plural, one {{counter} Roar} other {{counter} Roars}}", + "account.threads": "Threads", + "account.view_full_profile": "View the original", "advanced_options.local-only.long": "Do not post to other servers", "column_header.profile": "Creature", "column.blocks": "Blocked creatures", + "column.community": "Monsterpit", "column.directory": "Creature directory", "column.favourites": "Admirations", "column.mutes": "Muted creatures", "column.pins": "Pins", "column.public": "Fediverse", "column.toot": "Roars & Growls", + "community.column_settings.local_only": "Monsterpit only", "community.column_settings.remote_only": "Rowdy tavern mode", "compose_form.clear": "Double-click to clear", "compose_form.direct_message_warning": "This roar will only be sent to the mentioned creatures.", @@ -37,22 +41,28 @@ "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.", "content-type.change": "Content type", "directory.federated": "From Fediverse", + "directory.local": "From Monsterpit", "embed.instructions": "Embed this roar on your website by copying the code below.", "empty_column.account_timeline": "No roars here!", "empty_column.blocks": "You haven't blocked any creatures yet.", "empty_column.bookmarked_statuses": "You don't have any bookmarked roars yet. When you bookmark one, it will show up here.", + "empty_column.community": "The Monsterpit timeline is empty. Write something publicly to get the ball rolling!", "empty_column.favourited_statuses": "You don't have any admired roars 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.home": "Your home timeline is empty! Visit {public} or use search to get started and meet other creatures.", "empty_column.list": "There is nothing in this list yet. When members of this list post new roars, they will appear here.", "empty_column.mutes": "You haven't muted any creatures yet.", "empty_column.public": "There is nothing here! Write something publicly, or manually follow creatures from other servers to fill it up", + "error.unexpected_crash.next_steps": "Try refreshing the page. If that does not help, you may still be able to use Monsterpit through a different browser or native app.", "follow_request.authorize": "Accept", "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.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.", "introduction.interactions.action": "Finish tutorial", "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.", @@ -64,6 +74,7 @@ "keyboard_shortcuts.favourite": "to admire", "keyboard_shortcuts.favourites": "to open admirations list", "keyboard_shortcuts.federated": "to open Fediverse timeline", + "keyboard_shortcuts.local": "to open Monsterpit timeline", "keyboard_shortcuts.muted": "to open muted creatures list", "keyboard_shortcuts.pinned": "to open pinned roars list", "keyboard_shortcuts.spoilers": "to show/hide content note field", @@ -72,6 +83,7 @@ "lists.search": "Search among creatures you follow", "mute_modal.hide_notifications": "Hide notifications from this creature?", "navigation_bar.blocks": "Blocked creatures", + "navigation_bar.community_timeline": "Monsterpit", "navigation_bar.compose": "Compose new roar", "navigation_bar.favourites": "Admirations", "navigation_bar.logout": "Sleep", @@ -154,21 +166,11 @@ "status.tags": "Show all tags...", "status.unpublished": "Unpublished", "tabs_bar.federated_timeline": "Fediverse", + "tabs_bar.local_timeline": "Monsterpit", "timeline_hint.resources.statuses": "Older roars", "trends.counter_by_accounts": "{count, plural, one {{counter} creature} other {{counter} creatures}} talking", "ui.beforeunload": "Your draft will be lost if you leave the web page.", "upload_form.edit": "Add description text", "upload_modal.edit_media": "Add description text", - "video.expand": "Open video", - "column.community": "Monsterpit", - "community.column_settings.local_only": "Monsterpit only", - "directory.local": "From Monsterpit", - "empty_column.community": "The Monsterpit timeline is empty. Write something publicly to get the ball rolling!", - "error.unexpected_crash.next_steps": "Try refreshing the page. If that does not help, you may still be able to use Monsterpit through a different browser or native app.", - "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.local.headline": "Monsterpit", - "introduction.federation.local.text": "Public roars from people on Monsterpit will appear in the Monsterpit timeline.", - "keyboard_shortcuts.local": "to open Monsterpit timeline", - "navigation_bar.community_timeline": "Monsterpit", - "tabs_bar.local_timeline": "Monsterpit" + "video.expand": "Open video" } -- cgit