Last active
August 17, 2018 05:35
-
-
Save ckolderup/056bf8706626dcb296246cee8fb472ef to your computer and use it in GitHub Desktop.
A mastodon patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 9b33941fb9a4989c416c5499802e5d6592d8fac6 Mon Sep 17 00:00:00 2001 | |
From: Casey Kolderup <[email protected]> | |
Date: Fri, 17 Aug 2018 00:16:51 +0000 | |
Subject: [PATCH] make lethar.gy a little more boring | |
--- | |
app/javascript/mastodon/locales/en.json | 22 +++++++++++----------- | |
1 file changed, 11 insertions(+), 11 deletions(-) | |
diff --git a/app/javascript/mastodon/locales/en.json b/app/javascript/mastodon/locales/en.json | |
index 887c668..0a105e8 100644 | |
--- a/app/javascript/mastodon/locales/en.json | |
+++ b/app/javascript/mastodon/locales/en.json | |
@@ -18,8 +18,8 @@ | |
"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": "Posts", | |
+ "account.posts_with_replies": "Posts and replies", | |
"account.report": "Report @{name}", | |
"account.requested": "Awaiting approval. Click to cancel follow request", | |
"account.share": "Share @{name}'s profile", | |
@@ -49,7 +49,7 @@ | |
"column.lists": "Lists", | |
"column.mutes": "Muted users", | |
"column.notifications": "Notifications", | |
- "column.pins": "Pinned toots", | |
+ "column.pins": "Pinned posts", | |
"column.public": "Federated timeline", | |
"column_back_button.label": "Back", | |
"column_header.hide_settings": "Hide settings", | |
@@ -60,13 +60,13 @@ | |
"column_header.unpin": "Unpin", | |
"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 post will only be sent to the mentioned users.", | |
"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.hashtag_warning": "This post won't be listed under any hashtag as it is unlisted. Only public posts 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.lock_disclaimer.lock": "locked", | |
"compose_form.placeholder": "What's on your mind?", | |
- "compose_form.publish": "Toot", | |
+ "compose_form.publish": "Post", | |
"compose_form.publish_loud": "{publish}!", | |
"compose_form.sensitive.marked": "Media is marked as sensitive", | |
"compose_form.sensitive.unmarked": "Media is not marked as sensitive", | |
@@ -140,7 +140,7 @@ | |
"keyboard_shortcuts.reply": "to reply", | |
"keyboard_shortcuts.search": "to focus search", | |
"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 post", | |
"keyboard_shortcuts.unfocus": "to un-focus compose textarea/search", | |
"keyboard_shortcuts.up": "to move up in the list", | |
"lightbox.close": "Close", | |
@@ -174,7 +174,7 @@ | |
"navigation_bar.logout": "Logout", | |
"navigation_bar.mutes": "Muted users", | |
"navigation_bar.personal": "Personal", | |
- "navigation_bar.pins": "Pinned toots", | |
+ "navigation_bar.pins": "Pinned posts", | |
"navigation_bar.preferences": "Preferences", | |
"navigation_bar.public_timeline": "Federated timeline", | |
"navigation_bar.security": "Security", | |
@@ -205,7 +205,7 @@ | |
"onboarding.page_one.welcome": "Welcome to Mastodon!", | |
"onboarding.page_six.admin": "Your instance's admin is {admin}.", | |
"onboarding.page_six.almost_done": "Almost done...", | |
- "onboarding.page_six.appetoot": "Bon Appetoot!", | |
+ "onboarding.page_six.appetoot": "Happy posting!", | |
"onboarding.page_six.apps_available": "There are {apps} available for iOS, Android and other platforms.", | |
"onboarding.page_six.github": "Mastodon is free open-source software. You can report bugs, request features, or contribute to the code on {github}.", | |
"onboarding.page_six.guidelines": "community guidelines", | |
@@ -247,7 +247,7 @@ | |
"search_popout.tips.user": "user", | |
"search_results.accounts": "People", | |
"search_results.hashtags": "Hashtags", | |
- "search_results.statuses": "Toots", | |
+ "search_results.statuses": "Posts", | |
"search_results.total": "{count, number} {count, plural, one {result} other {results}}", | |
"standalone.public_title": "A look inside...", | |
"status.block": "Block @{name}", | |
@@ -266,7 +266,7 @@ | |
"status.mute_conversation": "Mute conversation", | |
"status.open": "Expand this status", | |
"status.pin": "Pin on profile", | |
- "status.pinned": "Pinned toot", | |
+ "status.pinned": "Pinned post", | |
"status.reblog": "Boost", | |
"status.reblog_private": "Boost to original audience", | |
"status.reblogged_by": "{name} boosted", | |
-- | |
2.7.4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment