From 63a39ae2faba65d0234a9f9e261e31dbf4bd5adb Mon Sep 17 00:00:00 2001 From: Claire Date: Sun, 9 Apr 2023 15:56:31 +0200 Subject: Run `yarn manage:translations` --- .../flavours/glitch/locales/defaultMessages.json | 37 +++++++++++++++++++--- 1 file changed, 33 insertions(+), 4 deletions(-) (limited to 'app/javascript/flavours/glitch/locales/defaultMessages.json') diff --git a/app/javascript/flavours/glitch/locales/defaultMessages.json b/app/javascript/flavours/glitch/locales/defaultMessages.json index d7aec67ac..fe943f97f 100644 --- a/app/javascript/flavours/glitch/locales/defaultMessages.json +++ b/app/javascript/flavours/glitch/locales/defaultMessages.json @@ -335,6 +335,35 @@ ], "path": "app/javascript/flavours/glitch/features/compose/components/poll_form.json" }, + { + "descriptors": [ + { + "defaultMessage": "Simple text returns statuses you have written, favourited, boosted, or have been mentioned in, as well as matching usernames, display names, and hashtags.", + "id": "search_popout.tips.full_text" + }, + { + "defaultMessage": "Simple text returns matching display names, usernames and hashtags", + "id": "search_popout.tips.text" + }, + { + "defaultMessage": "Advanced search format", + "id": "search_popout.search_format" + }, + { + "defaultMessage": "hashtag", + "id": "search_popout.tips.hashtag" + }, + { + "defaultMessage": "user", + "id": "search_popout.tips.user" + }, + { + "defaultMessage": "status", + "id": "search_popout.tips.status" + } + ], + "path": "app/javascript/flavours/glitch/features/compose/components/search.json" + }, { "descriptors": [ { @@ -405,10 +434,6 @@ "defaultMessage": "Miscellaneous options", "id": "column.subheading" }, - { - "defaultMessage": "Extended information", - "id": "navigation_bar.info" - }, { "defaultMessage": "Show me around", "id": "getting_started.onboarding" @@ -802,6 +827,10 @@ "defaultMessage": "Toots with media", "id": "settings.auto_collapse_media" }, + { + "defaultMessage": "Height (in pixels) for a toot to be considered lengthy", + "id": "settings.auto_collapse_height" + }, { "defaultMessage": "Image backgrounds", "id": "settings.image_backgrounds" -- cgit