From e8448c496e5ba6c050a6786109ce93bef0f54b69 Mon Sep 17 00:00:00 2001 From: Jeremy Kescher Date: Wed, 21 Dec 2022 23:57:39 +0100 Subject: [PATCH] Re-include translations after locales change --- app/javascript/flavours/glitch/locales/de.json | 4 ++++ app/javascript/flavours/glitch/locales/en.json | 4 ++++ app/javascript/flavours/glitch/locales/fr.json | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/app/javascript/flavours/glitch/locales/de.json b/app/javascript/flavours/glitch/locales/de.json index 807ed82077..d88619ce74 100644 --- a/app/javascript/flavours/glitch/locales/de.json +++ b/app/javascript/flavours/glitch/locales/de.json @@ -76,6 +76,8 @@ "notification_purge.btn_invert": "Invert\nselection", "notification_purge.btn_none": "Select\nnone", "notification_purge.start": "Enter notification cleaning mode", + "notification.reaction": "{name} hat auf deinen Beitrag reagiert", + "notifications.column_settings.reaction": "Reaktionen:", "notifications.marked_clear": "Clear selected notifications", "notifications.marked_clear_confirmation": "Are you sure you want to permanently clear all selected notifications?", "onboarding.done": "Done", @@ -186,8 +188,10 @@ "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.react": "Reagieren", "status.sensitive_toggle": "Click to view", "status.uncollapse": "Uncollapse", + "tooltips.reactions": "Reaktionen", "web_app_crash.change_your_settings": "Change your {settings}", "web_app_crash.content": "You could try any of the following:", "web_app_crash.debug_info": "Debug information", diff --git a/app/javascript/flavours/glitch/locales/en.json b/app/javascript/flavours/glitch/locales/en.json index eb99fc64d4..76e0adac94 100644 --- a/app/javascript/flavours/glitch/locales/en.json +++ b/app/javascript/flavours/glitch/locales/en.json @@ -76,6 +76,8 @@ "notification_purge.btn_invert": "Invert\nselection", "notification_purge.btn_none": "Select\nnone", "notification_purge.start": "Enter notification cleaning mode", + "notification.reaction": "{name} reacted to your post", + "notifications.column_settings.reaction": "Reactions:", "notifications.marked_clear": "Clear selected notifications", "notifications.marked_clear_confirmation": "Are you sure you want to permanently clear all selected notifications?", "onboarding.done": "Done", @@ -186,8 +188,10 @@ "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.react": "React", "status.sensitive_toggle": "Click to view", "status.uncollapse": "Uncollapse", + "tooltips.reactions": "Reactions", "web_app_crash.change_your_settings": "Change your {settings}", "web_app_crash.content": "You could try any of the following:", "web_app_crash.debug_info": "Debug information", diff --git a/app/javascript/flavours/glitch/locales/fr.json b/app/javascript/flavours/glitch/locales/fr.json index b53b36e979..84c533f6c0 100644 --- a/app/javascript/flavours/glitch/locales/fr.json +++ b/app/javascript/flavours/glitch/locales/fr.json @@ -71,11 +71,13 @@ "navigation_bar.keyboard_shortcuts": "Keyboard shortcuts", "navigation_bar.misc": "Misc", "notification.markForDeletion": "Mark for deletion", + "notification.reaction": "{name} a réagi·e à votre message", "notification_purge.btn_all": "Select\nall", "notification_purge.btn_apply": "Clear\nselected", "notification_purge.btn_invert": "Invert\nselection", "notification_purge.btn_none": "Select\nnone", "notification_purge.start": "Enter notification cleaning mode", + "notifications.column_settings.reaction": "Réactions:", "notifications.marked_clear": "Clear selected notifications", "notifications.marked_clear_confirmation": "Are you sure you want to permanently clear all selected notifications?", "onboarding.done": "Done", @@ -186,8 +188,10 @@ "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.react": "Réagir", "status.sensitive_toggle": "Click to view", "status.uncollapse": "Uncollapse", + "tooltips.reactions": "Réactions", "web_app_crash.change_your_settings": "Change your {settings}", "web_app_crash.content": "You could try any of the following:", "web_app_crash.debug_info": "Debug information",