mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-23 20:28:06 +01:00
move emoji reaction strings to locales-glitch
This commit is contained in:
parent
bf139fefa1
commit
598f3b9b31
12 changed files with 31 additions and 15 deletions
7
config/locales-glitch/de.yml
Normal file
7
config/locales-glitch/de.yml
Normal file
|
@ -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
|
|
@ -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
|
||||
|
|
6
config/locales-glitch/fr.yml
Normal file
6
config/locales-glitch/fr.yml
Normal file
|
@ -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
|
6
config/locales-glitch/simple_form.de.yml
Normal file
6
config/locales-glitch/simple_form.de.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
de:
|
||||
simple_form:
|
||||
labels:
|
||||
default:
|
||||
setting_visible_reactions: Anzahl der sichtbaren Emoji-Reaktionen
|
|
@ -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
|
||||
|
|
6
config/locales-glitch/simple_form.fr.yml
Normal file
6
config/locales-glitch/simple_form.fr.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
fr:
|
||||
simple_form:
|
||||
labels:
|
||||
default:
|
||||
setting_visible_reactions: Nombre de réactions emoji visibles
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue