From e18bd0450a78214ab1d5efde41d1041617a7989a Mon Sep 17 00:00:00 2001 From: Claire Date: Thu, 22 Aug 2024 22:17:33 +0200 Subject: [PATCH] Extract strings removed upstream --- app/javascript/flavours/glitch/locales/en.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/javascript/flavours/glitch/locales/en.json b/app/javascript/flavours/glitch/locales/en.json index 02e44932f8..3faf16c335 100644 --- a/app/javascript/flavours/glitch/locales/en.json +++ b/app/javascript/flavours/glitch/locales/en.json @@ -144,12 +144,17 @@ "settings.wide_view": "Wide view (Desktop mode only)", "settings.wide_view_hint": "Stretches columns to better fill the available space.", "status.collapse": "Collapse", + "status.filtered": "Filtered", "status.has_audio": "Features attached audio files", "status.has_pictures": "Features attached pictures", "status.has_preview_card": "Features an attached preview card", "status.has_video": "Features attached videos", + "status.hide": "Hide post", "status.in_reply_to": "This toot is a reply", "status.is_poll": "This toot is a poll", "status.local_only": "Only visible from your instance", + "status.show_filter_reason": "Show anyway", + "status.show_less": "Show less", + "status.show_more": "Show more", "status.uncollapse": "Uncollapse" }