From bf8c454c23059d5c6ab8d4bf640d6de759c50c86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Sat, 25 Mar 2023 23:18:38 +0100 Subject: [PATCH] Update en.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- app/soapbox/locales/en.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/soapbox/locales/en.json b/app/soapbox/locales/en.json index 2dafb643f..33b0d087a 100644 --- a/app/soapbox/locales/en.json +++ b/app/soapbox/locales/en.json @@ -318,6 +318,7 @@ "column.developers.service_worker": "Service Worker", "column.direct": "Direct messages", "column.directory": "Browse profiles", + "column.dislikes": "Dislikes", "column.domain_blocks": "Hidden domains", "column.edit_profile": "Edit profile", "column.event_map": "Event location", @@ -663,6 +664,7 @@ "empty_column.bookmarks": "You don't have any bookmarks yet. When you add one, it will show up here.", "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.dislikes": "No one has disliked this post yet. When someone does, they will show up here.", "empty_column.domain_blocks": "There are no hidden domains yet.", "empty_column.event_participant_requests": "There are no pending event participation requests.", "empty_column.event_participants": "No one joined this event yet. When someone does, they will show up here.", @@ -1215,6 +1217,8 @@ "remote_instance.pin_host": "Pin {host}", "remote_instance.unpin_host": "Unpin {host}", "remote_interaction.account_placeholder": "Enter your username@domain you want to act from", + "remote_interaction.dislike": "Proceed to dislike", + "remote_interaction.dislike_title": "Dislike a post remotely", "remote_interaction.divider": "or", "remote_interaction.event_join": "Proceed to join", "remote_interaction.event_join_title": "Join an event remotely", @@ -1395,6 +1399,7 @@ "status.detailed_status": "Detailed conversation view", "status.direct": "Direct message @{name}", "status.disabled_replies.group_membership": "Only group members can reply", + "status.disfavourite": "Disike", "status.edit": "Edit", "status.embed": "Embed post", "status.external": "View post on {domain}", @@ -1404,6 +1409,7 @@ "status.group_mod_block": "Block @{name} from group", "status.group_mod_delete": "Delete post from group", "status.group_mod_kick": "Kick @{name} from group", + "status.interactions.dislikes": "{count, plural, one {Dislike} other {Dislikes}}", "status.interactions.favourites": "{count, plural, one {Like} other {Likes}}", "status.interactions.quotes": "{count, plural, one {Quote} other {Quotes}}", "status.interactions.reblogs": "{count, plural, one {Repost} other {Reposts}}",