move emoji reaction strings to locales-glitch
This commit is contained in:
parent
e8c9054e74
commit
9c69772dc6
12 changed files with 20 additions and 15 deletions
|
@ -40,3 +40,8 @@ de:
|
|||
use_this: Benutze das
|
||||
settings:
|
||||
flavours: Varianten
|
||||
notification_mailer:
|
||||
reaction:
|
||||
body: "%{name} hat auf deinen Beitrag reagiert:"
|
||||
subject: "%{name} hat auf deinen Beitrag reagiert"
|
||||
title: Neue Reaktion
|
||||
|
|
|
@ -40,3 +40,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
|
||||
|
|
|
@ -40,3 +40,8 @@ fr:
|
|||
use_this: Utiliser ceci
|
||||
settings:
|
||||
flavours: Thèmes
|
||||
notification_mailer:
|
||||
reaction:
|
||||
body: "%{name} a réagi·e à votre message:"
|
||||
subject: "%{name} a réagi·e à votre message"
|
||||
title: Nouvelle réaction
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
de:
|
||||
simple_form:
|
||||
<<<<<<< HEAD
|
||||
glitch_only: glitch-soc
|
||||
hints:
|
||||
defaults:
|
||||
|
@ -21,6 +22,7 @@ de:
|
|||
setting_hide_followers_count: Anzahl der Follower verbergen
|
||||
setting_skin: Skin
|
||||
setting_system_emoji_font: Systemschriftart für Emojis verwenden (nur für Glitch-Variante)
|
||||
setting_visible_reactions: Anzahl der sichtbaren Emoji-Reaktionen
|
||||
notification_emails:
|
||||
trending_link: Neuer angesagter Link muss überprüft werden
|
||||
trending_status: Neuer angesagter Post muss überprüft werden
|
||||
|
|
|
@ -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_link: New trending link requires review
|
||||
trending_status: New trending post requires review
|
||||
|
|
|
@ -21,7 +21,9 @@ fr:
|
|||
setting_hide_followers_count: Cacher votre nombre d'abonné·e·s
|
||||
setting_skin: Thème
|
||||
setting_system_emoji_font: Utiliser la police par défaut du système pour les émojis (s'applique uniquement au mode Glitch)
|
||||
setting_visible_reactions: Nombre de réactions emoji visibles
|
||||
notification_emails:
|
||||
trending_link: Un nouveau lien en tendances nécessite un examen
|
||||
trending_status: Un nouveau post en tendances nécessite un examen
|
||||
trending_tag: Un nouveau tag en tendances nécessite un examen
|
||||
setting_visible_reactions: Nombre de réactions emoji visibles
|
||||
|
|
|
@ -1356,10 +1356,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} teilte deinen Beitrag"
|
||||
|
|
|
@ -1400,10 +1400,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"
|
||||
|
|
|
@ -1340,10 +1340,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"
|
||||
|
|
|
@ -217,7 +217,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: Einschränkung
|
||||
sign_in_token_attempt: Sicherheitsschlüssel
|
||||
title: Titel
|
||||
|
|
|
@ -217,7 +217,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
|
||||
|
|
|
@ -216,7 +216,6 @@ fr:
|
|||
setting_unfollow_modal: Demander 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