diff --git a/config/locales-glitch/de.yml b/config/locales-glitch/de.yml new file mode 100644 index 0000000000..77ac5037f5 --- /dev/null +++ b/config/locales-glitch/de.yml @@ -0,0 +1,7 @@ +--- +de: + notification_mailer: + reaction: + body: "%{name} hat auf deinen Beitrag reagiert:" + subject: "%{name} hat auf deinen Beitrag reagiert" + title: Neue Reaktion diff --git a/config/locales-glitch/en.yml b/config/locales-glitch/en.yml index 23c566153e..6f2d5f18ec 100644 --- a/config/locales-glitch/en.yml +++ b/config/locales-glitch/en.yml @@ -39,3 +39,8 @@ en: use_this: Use this settings: flavours: Flavours + notification_mailer: + reaction: + body: "%{name} reacted to your post:" + subject: "%{name} reacted to your post" + title: New reaction diff --git a/config/locales-glitch/fr.yml b/config/locales-glitch/fr.yml new file mode 100644 index 0000000000..51c50d7dbd --- /dev/null +++ b/config/locales-glitch/fr.yml @@ -0,0 +1,6 @@ +fr: + notification_mailer: + reaction: + body: "%{name} a réagi·e à votre message:" + subject: "%{name} a réagi·e à votre message" + title: Nouvelle réaction diff --git a/config/locales-glitch/simple_form.de.yml b/config/locales-glitch/simple_form.de.yml new file mode 100644 index 0000000000..68061f5a58 --- /dev/null +++ b/config/locales-glitch/simple_form.de.yml @@ -0,0 +1,6 @@ +--- +de: + simple_form: + labels: + default: + setting_visible_reactions: Anzahl der sichtbaren Emoji-Reaktionen diff --git a/config/locales-glitch/simple_form.en.yml b/config/locales-glitch/simple_form.en.yml index c6e7d54ca0..e7c0d38c4a 100644 --- a/config/locales-glitch/simple_form.en.yml +++ b/config/locales-glitch/simple_form.en.yml @@ -21,6 +21,7 @@ en: setting_hide_followers_count: Hide your followers count setting_skin: Skin setting_system_emoji_font: Use system's default font for emojis (applies to Glitch flavour only) + setting_visible_reactions: Number of visible emoji reactions notification_emails: trending_tag: New trending tag requires review trending_link: New trending link requires review diff --git a/config/locales-glitch/simple_form.fr.yml b/config/locales-glitch/simple_form.fr.yml new file mode 100644 index 0000000000..c69548ca12 --- /dev/null +++ b/config/locales-glitch/simple_form.fr.yml @@ -0,0 +1,6 @@ +--- +fr: + simple_form: + labels: + default: + setting_visible_reactions: Nombre de réactions emoji visibles diff --git a/config/locales/de.yml b/config/locales/de.yml index e8b7261f4b..8a12a30470 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -1301,10 +1301,6 @@ de: title: Neue Erwähnung poll: subject: Eine Umfrage von %{name} ist beendet - reaction: - body: "%{name} hat auf deinen Beitrag reagiert:" - subject: "%{name} hat auf deinen Beitrag reagiert" - title: Neue Reaktion reblog: body: 'Deinen Beitrag hat %{name} geteilt:' subject: "%{name} hat deinen Beitrag geteilt" diff --git a/config/locales/en.yml b/config/locales/en.yml index f3bf0b6463..075ce2136f 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1308,10 +1308,6 @@ en: title: New mention poll: subject: A poll by %{name} has ended - reaction: - body: "%{name} reacted to your post:" - subject: "%{name} reacted to your post" - title: New reaction reblog: body: 'Your post was boosted by %{name}:' subject: "%{name} boosted your post" diff --git a/config/locales/fr.yml b/config/locales/fr.yml index e1deaab221..b24603db98 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -1301,10 +1301,6 @@ fr: title: Nouvelle mention poll: subject: Un sondage de %{name} est terminé - reaction: - body: "%{name} a réagi·e à votre message:" - subject: "%{name} a réagi·e à votre message" - title: Nouvelle réaction reblog: body: 'Votre message été partagé par %{name} :' subject: "%{name} a partagé votre message" diff --git a/config/locales/simple_form.de.yml b/config/locales/simple_form.de.yml index e9356c6eae..f12211c94f 100644 --- a/config/locales/simple_form.de.yml +++ b/config/locales/simple_form.de.yml @@ -213,7 +213,6 @@ de: setting_unfollow_modal: Bestätigungsdialog anzeigen, bevor jemandem entfolgt wird setting_use_blurhash: Farbverlauf für verborgene Medien anzeigen setting_use_pending_items: Langsamer Modus - setting_visible_reactions: Anzahl der sichtbaren Emoji-Reaktionen severity: Schweregrad sign_in_token_attempt: Sicherheitscode title: Titel diff --git a/config/locales/simple_form.en.yml b/config/locales/simple_form.en.yml index 880d9190cd..6edf7b4e9e 100644 --- a/config/locales/simple_form.en.yml +++ b/config/locales/simple_form.en.yml @@ -213,7 +213,6 @@ en: setting_unfollow_modal: Show confirmation dialog before unfollowing someone setting_use_blurhash: Show colorful gradients for hidden media setting_use_pending_items: Slow mode - setting_visible_reactions: Number of visible emoji reactions severity: Severity sign_in_token_attempt: Security code title: Title diff --git a/config/locales/simple_form.fr.yml b/config/locales/simple_form.fr.yml index b3f56d60b0..73fb4f3347 100644 --- a/config/locales/simple_form.fr.yml +++ b/config/locales/simple_form.fr.yml @@ -213,7 +213,6 @@ fr: setting_unfollow_modal: Afficher une fenêtre de confirmation avant de vous désabonner d’un compte setting_use_blurhash: Afficher des dégradés colorés pour les médias cachés setting_use_pending_items: Mode lent - setting_visible_reactions: Nombre de réactions emoji visibles severity: Sévérité sign_in_token_attempt: Code de sécurité title: Nom