diff --git a/app/soapbox/__fixtures__/intlMessages.json b/app/soapbox/__fixtures__/intlMessages.json index 56d01463d..373fe36f9 100644 --- a/app/soapbox/__fixtures__/intlMessages.json +++ b/app/soapbox/__fixtures__/intlMessages.json @@ -283,7 +283,7 @@ "navigation_bar.preferences": "Preferences", "navigation_bar.public_timeline": "Federated timeline", "navigation_bar.security": "Security", - "notification.emoji_react": "{name} reacted to your post", + "notification.pleroma:emoji_reaction": "{name} reacted to your post", "notification.favourite": "{name} liked your post", "notification.follow": "{name} followed you", "notification.mention": "{name} mentioned you", @@ -761,7 +761,7 @@ "navigation_bar.preferences": "Preferences", "navigation_bar.public_timeline": "Federated timeline", "navigation_bar.security": "Security", - "notification.emoji_react": "{name} reacted to your post", + "notification.pleroma:emoji_reaction": "{name} reacted to your post", "notification.favourite": "{name} liked your post", "notification.follow": "{name} followed you", "notification.mention": "{name} mentioned you", diff --git a/app/soapbox/actions/streaming.js b/app/soapbox/actions/streaming.js index 3f5473811..1b8de7b97 100644 --- a/app/soapbox/actions/streaming.js +++ b/app/soapbox/actions/streaming.js @@ -58,7 +58,9 @@ export function connectTimelineStream(timelineId, path, pollingRefresh = null, a case 'notification': messages[locale]().then(messages => { dispatch(updateNotificationsQueue(JSON.parse(data.payload), messages, locale, window.location.pathname)); - }).catch(() => {}); + }).catch(error => { + console.error(error); + }); break; case 'conversation': dispatch(updateConversations(JSON.parse(data.payload))); diff --git a/app/soapbox/features/notifications/components/notification.js b/app/soapbox/features/notifications/components/notification.js index c189e2c17..83654f17c 100644 --- a/app/soapbox/features/notifications/components/notification.js +++ b/app/soapbox/features/notifications/components/notification.js @@ -198,14 +198,14 @@ class Notification extends ImmutablePureComponent { return ( -
+
- +
diff --git a/app/soapbox/locales/ar.json b/app/soapbox/locales/ar.json index 6f63aa41a..da3aa7562 100644 --- a/app/soapbox/locales/ar.json +++ b/app/soapbox/locales/ar.json @@ -428,7 +428,7 @@ "navigation_bar.security": "الأمان", "navigation_bar.soapbox_config": "Soapbox config", "notification.chat_mention": "{name} sent you a message", - "notification.emoji_react": "{name} reacted to your post", + "notification.pleroma:emoji_reaction": "{name} reacted to your post", "notification.favourite": "أُعجِب {name} بمنشورك", "notification.follow": "{name} يتابعك", "notification.follow_request": "{name} has requested to follow you", diff --git a/app/soapbox/locales/ast.json b/app/soapbox/locales/ast.json index e8281ffa9..78082d185 100644 --- a/app/soapbox/locales/ast.json +++ b/app/soapbox/locales/ast.json @@ -428,7 +428,7 @@ "navigation_bar.security": "Seguranza", "navigation_bar.soapbox_config": "Soapbox config", "notification.chat_mention": "{name} sent you a message", - "notification.emoji_react": "{name} reacted to your post", + "notification.pleroma:emoji_reaction": "{name} reacted to your post", "notification.favourite": "{name} favorited your post", "notification.follow": "{name} siguióte", "notification.follow_request": "{name} has requested to follow you", diff --git a/app/soapbox/locales/bg.json b/app/soapbox/locales/bg.json index dd8e83fa1..6bddb40c8 100644 --- a/app/soapbox/locales/bg.json +++ b/app/soapbox/locales/bg.json @@ -428,7 +428,7 @@ "navigation_bar.security": "Security", "navigation_bar.soapbox_config": "Soapbox config", "notification.chat_mention": "{name} sent you a message", - "notification.emoji_react": "{name} reacted to your post", + "notification.pleroma:emoji_reaction": "{name} reacted to your post", "notification.favourite": "{name} хареса твоята публикация", "notification.follow": "{name} те последва", "notification.follow_request": "{name} has requested to follow you", diff --git a/app/soapbox/locales/bn.json b/app/soapbox/locales/bn.json index 457fc947c..1a33870b3 100644 --- a/app/soapbox/locales/bn.json +++ b/app/soapbox/locales/bn.json @@ -428,7 +428,7 @@ "navigation_bar.security": "নিরাপত্তা", "navigation_bar.soapbox_config": "Soapbox config", "notification.chat_mention": "{name} sent you a message", - "notification.emoji_react": "{name} reacted to your post", + "notification.pleroma:emoji_reaction": "{name} reacted to your post", "notification.favourite": "{name} আপনার কার্যক্রম পছন্দ করেছেন", "notification.follow": "{name} আপনাকে অনুসরণ করেছেন", "notification.follow_request": "{name} has requested to follow you", diff --git a/app/soapbox/locales/br.json b/app/soapbox/locales/br.json index 0e54f3026..64b9bc2f2 100644 --- a/app/soapbox/locales/br.json +++ b/app/soapbox/locales/br.json @@ -428,7 +428,7 @@ "navigation_bar.security": "Security", "navigation_bar.soapbox_config": "Soapbox config", "notification.chat_mention": "{name} sent you a message", - "notification.emoji_react": "{name} reacted to your post", + "notification.pleroma:emoji_reaction": "{name} reacted to your post", "notification.favourite": "{name} favorited your post", "notification.follow": "{name} followed you", "notification.follow_request": "{name} has requested to follow you", diff --git a/app/soapbox/locales/ca.json b/app/soapbox/locales/ca.json index 532c78b5d..ac96577c4 100644 --- a/app/soapbox/locales/ca.json +++ b/app/soapbox/locales/ca.json @@ -428,7 +428,7 @@ "navigation_bar.security": "Seguretat", "navigation_bar.soapbox_config": "Soapbox config", "notification.chat_mention": "{name} sent you a message", - "notification.emoji_react": "{name} reacted to your post", + "notification.pleroma:emoji_reaction": "{name} reacted to your post", "notification.favourite": "{name} ha afavorit el teu estat", "notification.follow": "{name} et segueix", "notification.follow_request": "{name} has requested to follow you", diff --git a/app/soapbox/locales/co.json b/app/soapbox/locales/co.json index 5fbc39fe4..fe6e40391 100644 --- a/app/soapbox/locales/co.json +++ b/app/soapbox/locales/co.json @@ -428,7 +428,7 @@ "navigation_bar.security": "Sicurità", "navigation_bar.soapbox_config": "Soapbox config", "notification.chat_mention": "{name} sent you a message", - "notification.emoji_react": "{name} reacted to your post", + "notification.pleroma:emoji_reaction": "{name} reacted to your post", "notification.favourite": "{name} hà aghjuntu u vostru statutu à i so favuriti", "notification.follow": "{name} v'hà seguitatu", "notification.follow_request": "{name} has requested to follow you", diff --git a/app/soapbox/locales/cs.json b/app/soapbox/locales/cs.json index 137702278..c55bd3060 100644 --- a/app/soapbox/locales/cs.json +++ b/app/soapbox/locales/cs.json @@ -428,7 +428,7 @@ "navigation_bar.security": "Zabezpečení", "navigation_bar.soapbox_config": "Soapbox nastavení", "notification.chat_mention": "{name} Vám poslal/a zprávu", - "notification.emoji_react": "{name} reagoval/a na Váš příspěvek", + "notification.pleroma:emoji_reaction": "{name} reagoval/a na Váš příspěvek", "notification.favourite": "{name} si oblíbil/a váš příspěvek", "notification.follow": "{name} vás začal/a sledovat", "notification.follow_request": "{name} has requested to follow you", diff --git a/app/soapbox/locales/cy.json b/app/soapbox/locales/cy.json index 6aa5e9bf3..c97204b27 100644 --- a/app/soapbox/locales/cy.json +++ b/app/soapbox/locales/cy.json @@ -428,7 +428,7 @@ "navigation_bar.security": "Diogelwch", "navigation_bar.soapbox_config": "Soapbox config", "notification.chat_mention": "{name} sent you a message", - "notification.emoji_react": "{name} reacted to your post", + "notification.pleroma:emoji_reaction": "{name} reacted to your post", "notification.favourite": "hoffodd {name} eich tŵt", "notification.follow": "dilynodd {name} chi", "notification.follow_request": "{name} has requested to follow you", diff --git a/app/soapbox/locales/da.json b/app/soapbox/locales/da.json index dd60daf36..b39497626 100644 --- a/app/soapbox/locales/da.json +++ b/app/soapbox/locales/da.json @@ -428,7 +428,7 @@ "navigation_bar.security": "Sikkerhed", "navigation_bar.soapbox_config": "Soapbox config", "notification.chat_mention": "{name} sent you a message", - "notification.emoji_react": "{name} reacted to your post", + "notification.pleroma:emoji_reaction": "{name} reacted to your post", "notification.favourite": "{name} favoriserede din status", "notification.follow": "{name} fulgte dig", "notification.follow_request": "{name} has requested to follow you", diff --git a/app/soapbox/locales/de.json b/app/soapbox/locales/de.json index f0d3c90b5..a252bfd0e 100644 --- a/app/soapbox/locales/de.json +++ b/app/soapbox/locales/de.json @@ -428,7 +428,7 @@ "navigation_bar.security": "Sicherheit", "navigation_bar.soapbox_config": "Soapbox config", "notification.chat_mention": "{name} sent you a message", - "notification.emoji_react": "{name} hat auf deinen Beitrag reagiert", + "notification.pleroma:emoji_reaction": "{name} hat auf deinen Beitrag reagiert", "notification.favourite": "{name} hat deinen Beitrag favorisiert", "notification.follow": "{name} folgt dir", "notification.follow_request": "{name} möchte dir folgen", diff --git a/app/soapbox/locales/defaultMessages.json b/app/soapbox/locales/defaultMessages.json index 2d7c2e805..78685e18b 100644 --- a/app/soapbox/locales/defaultMessages.json +++ b/app/soapbox/locales/defaultMessages.json @@ -2667,7 +2667,7 @@ }, { "defaultMessage": "{name} reacted to your post", - "id": "notification.emoji_react" + "id": "notification.pleroma:emoji_reaction" }, { "defaultMessage": "{name} liked your post", diff --git a/app/soapbox/locales/el.json b/app/soapbox/locales/el.json index 3bce4c0a3..8f63a9d26 100644 --- a/app/soapbox/locales/el.json +++ b/app/soapbox/locales/el.json @@ -428,7 +428,7 @@ "navigation_bar.security": "Ασφάλεια", "navigation_bar.soapbox_config": "Soapbox config", "notification.chat_mention": "{name} sent you a message", - "notification.emoji_react": "{name} reacted to your post", + "notification.pleroma:emoji_reaction": "{name} reacted to your post", "notification.favourite": "Ο/Η {name} σημείωσε ως αγαπημένη την κατάστασή σου", "notification.follow": "Ο/Η {name} σε ακολούθησε", "notification.follow_request": "{name} has requested to follow you", diff --git a/app/soapbox/locales/en.json b/app/soapbox/locales/en.json index 6d2592a0c..9dedc2165 100644 --- a/app/soapbox/locales/en.json +++ b/app/soapbox/locales/en.json @@ -428,7 +428,7 @@ "navigation_bar.security": "Security", "navigation_bar.soapbox_config": "Soapbox config", "notification.chat_mention": "{name} sent you a message", - "notification.emoji_react": "{name} reacted to your post", + "notification.pleroma:emoji_reaction": "{name} reacted to your post", "notification.favourite": "{name} liked your post", "notification.follow": "{name} followed you", "notification.follow_request": "{name} has requested to follow you", diff --git a/app/soapbox/locales/eo.json b/app/soapbox/locales/eo.json index d7de79eec..52d9bfa17 100644 --- a/app/soapbox/locales/eo.json +++ b/app/soapbox/locales/eo.json @@ -428,7 +428,7 @@ "navigation_bar.security": "Sekureco", "navigation_bar.soapbox_config": "Soapbox config", "notification.chat_mention": "{name} sent you a message", - "notification.emoji_react": "{name} reacted to your post", + "notification.pleroma:emoji_reaction": "{name} reacted to your post", "notification.favourite": "{name} stelumis vian mesaĝon", "notification.follow": "{name} eksekvis vin", "notification.follow_request": "{name} has requested to follow you", diff --git a/app/soapbox/locales/es-AR.json b/app/soapbox/locales/es-AR.json index a6ed6c9ea..fd2103b6a 100644 --- a/app/soapbox/locales/es-AR.json +++ b/app/soapbox/locales/es-AR.json @@ -428,7 +428,7 @@ "navigation_bar.security": "Seguridad", "navigation_bar.soapbox_config": "Soapbox config", "notification.chat_mention": "{name} sent you a message", - "notification.emoji_react": "{name} reacted to your post", + "notification.pleroma:emoji_reaction": "{name} reacted to your post", "notification.favourite": "{name} marcó tu estado como favorito", "notification.follow": "{name} te empezó a seguir", "notification.follow_request": "{name} has requested to follow you", diff --git a/app/soapbox/locales/es.json b/app/soapbox/locales/es.json index a82c8f1d4..7a64c20b6 100644 --- a/app/soapbox/locales/es.json +++ b/app/soapbox/locales/es.json @@ -428,7 +428,7 @@ "navigation_bar.security": "Seguridad", "navigation_bar.soapbox_config": "Soapbox config", "notification.chat_mention": "{name} sent you a message", - "notification.emoji_react": "{name} reacted to your post", + "notification.pleroma:emoji_reaction": "{name} reacted to your post", "notification.favourite": "{name} marcó tu estado como favorito", "notification.follow": "{name} te empezó a seguir", "notification.follow_request": "{name} has requested to follow you", diff --git a/app/soapbox/locales/et.json b/app/soapbox/locales/et.json index b170dba25..1d1b4515b 100644 --- a/app/soapbox/locales/et.json +++ b/app/soapbox/locales/et.json @@ -428,7 +428,7 @@ "navigation_bar.security": "Turvalisus", "navigation_bar.soapbox_config": "Soapbox config", "notification.chat_mention": "{name} sent you a message", - "notification.emoji_react": "{name} reacted to your post", + "notification.pleroma:emoji_reaction": "{name} reacted to your post", "notification.favourite": "{name} märkis su staatuse lemmikuks", "notification.follow": "{name} jälgib sind", "notification.follow_request": "{name} has requested to follow you", diff --git a/app/soapbox/locales/eu.json b/app/soapbox/locales/eu.json index 2911fef67..048a01023 100644 --- a/app/soapbox/locales/eu.json +++ b/app/soapbox/locales/eu.json @@ -428,7 +428,7 @@ "navigation_bar.security": "Segurtasuna", "navigation_bar.soapbox_config": "Soapbox config", "notification.chat_mention": "{name} sent you a message", - "notification.emoji_react": "{name} reacted to your post", + "notification.pleroma:emoji_reaction": "{name} reacted to your post", "notification.favourite": "{name}(e)k zure mezua gogoko du", "notification.follow": "{name}(e)k jarraitzen zaitu", "notification.follow_request": "{name} has requested to follow you", diff --git a/app/soapbox/locales/fa.json b/app/soapbox/locales/fa.json index 6a3520352..ac2be87e5 100644 --- a/app/soapbox/locales/fa.json +++ b/app/soapbox/locales/fa.json @@ -428,7 +428,7 @@ "navigation_bar.security": "امنیت", "navigation_bar.soapbox_config": "Soapbox config", "notification.chat_mention": "{name} sent you a message", - "notification.emoji_react": "{name} reacted to your post", + "notification.pleroma:emoji_reaction": "{name} reacted to your post", "notification.favourite": "‫{name}‬ نوشتهٔ شما را پسندید", "notification.follow": "‫{name}‬ پیگیر شما شد", "notification.follow_request": "{name} has requested to follow you", diff --git a/app/soapbox/locales/fi.json b/app/soapbox/locales/fi.json index fb06ab31a..c6e209331 100644 --- a/app/soapbox/locales/fi.json +++ b/app/soapbox/locales/fi.json @@ -428,7 +428,7 @@ "navigation_bar.security": "Tunnukset", "navigation_bar.soapbox_config": "Soapbox config", "notification.chat_mention": "{name} sent you a message", - "notification.emoji_react": "{name} reacted to your post", + "notification.pleroma:emoji_reaction": "{name} reacted to your post", "notification.favourite": "{name} tykkäsi tilastasi", "notification.follow": "{name} seurasi sinua", "notification.follow_request": "{name} has requested to follow you", diff --git a/app/soapbox/locales/fr.json b/app/soapbox/locales/fr.json index 1f5fa55f0..58d63a9a8 100644 --- a/app/soapbox/locales/fr.json +++ b/app/soapbox/locales/fr.json @@ -428,7 +428,7 @@ "navigation_bar.security": "Sécurité", "navigation_bar.soapbox_config": "Soapbox config", "notification.chat_mention": "{name} sent you a message", - "notification.emoji_react": "{name} reacted to your post", + "notification.pleroma:emoji_reaction": "{name} reacted to your post", "notification.favourite": "{name} a ajouté à ses favoris :", "notification.follow": "{name} vous suit", "notification.follow_request": "{name} has requested to follow you", diff --git a/app/soapbox/locales/ga.json b/app/soapbox/locales/ga.json index 757c243c9..c54bc23f4 100644 --- a/app/soapbox/locales/ga.json +++ b/app/soapbox/locales/ga.json @@ -428,7 +428,7 @@ "navigation_bar.security": "Security", "navigation_bar.soapbox_config": "Soapbox config", "notification.chat_mention": "{name} sent you a message", - "notification.emoji_react": "{name} reacted to your post", + "notification.pleroma:emoji_reaction": "{name} reacted to your post", "notification.favourite": "{name} favorited your post", "notification.follow": "{name} followed you", "notification.follow_request": "{name} has requested to follow you", diff --git a/app/soapbox/locales/gl.json b/app/soapbox/locales/gl.json index 8f6be7ef0..5f331c5e9 100644 --- a/app/soapbox/locales/gl.json +++ b/app/soapbox/locales/gl.json @@ -428,7 +428,7 @@ "navigation_bar.security": "Seguridade", "navigation_bar.soapbox_config": "Soapbox config", "notification.chat_mention": "{name} sent you a message", - "notification.emoji_react": "{name} reacted to your post", + "notification.pleroma:emoji_reaction": "{name} reacted to your post", "notification.favourite": "{name} marcou como favorito o seu estado", "notification.follow": "{name} está a seguila", "notification.follow_request": "{name} has requested to follow you", diff --git a/app/soapbox/locales/he.json b/app/soapbox/locales/he.json index 28993da30..9c29c35c3 100644 --- a/app/soapbox/locales/he.json +++ b/app/soapbox/locales/he.json @@ -428,7 +428,7 @@ "navigation_bar.security": "Security", "navigation_bar.soapbox_config": "Soapbox config", "notification.chat_mention": "{name} sent you a message", - "notification.emoji_react": "{name} reacted to your post", + "notification.pleroma:emoji_reaction": "{name} reacted to your post", "notification.favourite": "חצרוצך חובב על ידי {name}", "notification.follow": "{name} במעקב אחרייך", "notification.follow_request": "{name} has requested to follow you", diff --git a/app/soapbox/locales/hi.json b/app/soapbox/locales/hi.json index 641990468..23c9addb9 100644 --- a/app/soapbox/locales/hi.json +++ b/app/soapbox/locales/hi.json @@ -428,7 +428,7 @@ "navigation_bar.security": "Security", "navigation_bar.soapbox_config": "Soapbox config", "notification.chat_mention": "{name} sent you a message", - "notification.emoji_react": "{name} reacted to your post", + "notification.pleroma:emoji_reaction": "{name} reacted to your post", "notification.favourite": "{name} favorited your post", "notification.follow": "{name} followed you", "notification.follow_request": "{name} has requested to follow you", diff --git a/app/soapbox/locales/hr.json b/app/soapbox/locales/hr.json index b757fdb38..00f88940b 100644 --- a/app/soapbox/locales/hr.json +++ b/app/soapbox/locales/hr.json @@ -428,7 +428,7 @@ "navigation_bar.security": "Security", "navigation_bar.soapbox_config": "Soapbox config", "notification.chat_mention": "{name} sent you a message", - "notification.emoji_react": "{name} reacted to your post", + "notification.pleroma:emoji_reaction": "{name} reacted to your post", "notification.favourite": "{name} je lajkao tvoj status", "notification.follow": "{name} te sada slijedi", "notification.follow_request": "{name} has requested to follow you", diff --git a/app/soapbox/locales/hu.json b/app/soapbox/locales/hu.json index 6ee018610..a91a0c4d0 100644 --- a/app/soapbox/locales/hu.json +++ b/app/soapbox/locales/hu.json @@ -428,7 +428,7 @@ "navigation_bar.security": "Biztonság", "navigation_bar.soapbox_config": "Soapbox config", "notification.chat_mention": "{name} sent you a message", - "notification.emoji_react": "{name} reacted to your post", + "notification.pleroma:emoji_reaction": "{name} reacted to your post", "notification.favourite": "{name} kedvencnek jelölte egy tülködet", "notification.follow": "{name} követ téged", "notification.follow_request": "{name} has requested to follow you", diff --git a/app/soapbox/locales/hy.json b/app/soapbox/locales/hy.json index 59aa233b9..d23ec3ecb 100644 --- a/app/soapbox/locales/hy.json +++ b/app/soapbox/locales/hy.json @@ -428,7 +428,7 @@ "navigation_bar.security": "Անվտանգություն", "navigation_bar.soapbox_config": "Soapbox config", "notification.chat_mention": "{name} sent you a message", - "notification.emoji_react": "{name} reacted to your post", + "notification.pleroma:emoji_reaction": "{name} reacted to your post", "notification.favourite": "{name} հավանեց թութդ", "notification.follow": "{name} սկսեց հետեւել քեզ", "notification.follow_request": "{name} has requested to follow you", diff --git a/app/soapbox/locales/id.json b/app/soapbox/locales/id.json index 09f5f8557..b6530074c 100644 --- a/app/soapbox/locales/id.json +++ b/app/soapbox/locales/id.json @@ -428,7 +428,7 @@ "navigation_bar.security": "Keamanan", "navigation_bar.soapbox_config": "Soapbox config", "notification.chat_mention": "{name} sent you a message", - "notification.emoji_react": "{name} reacted to your post", + "notification.pleroma:emoji_reaction": "{name} reacted to your post", "notification.favourite": "{name} menyukai status anda", "notification.follow": "{name} mengikuti anda", "notification.follow_request": "{name} has requested to follow you", diff --git a/app/soapbox/locales/io.json b/app/soapbox/locales/io.json index 51c3be669..f3b350186 100644 --- a/app/soapbox/locales/io.json +++ b/app/soapbox/locales/io.json @@ -428,7 +428,7 @@ "navigation_bar.security": "Security", "navigation_bar.soapbox_config": "Soapbox config", "notification.chat_mention": "{name} sent you a message", - "notification.emoji_react": "{name} reacted to your post", + "notification.pleroma:emoji_reaction": "{name} reacted to your post", "notification.favourite": "{name} favorizis tua mesajo", "notification.follow": "{name} sequeskis tu", "notification.follow_request": "{name} has requested to follow you", diff --git a/app/soapbox/locales/it.json b/app/soapbox/locales/it.json index 953344ee8..7c7592455 100644 --- a/app/soapbox/locales/it.json +++ b/app/soapbox/locales/it.json @@ -428,7 +428,7 @@ "navigation_bar.security": "Sicurezza", "navigation_bar.soapbox_config": "Soapbox config", "notification.chat_mention": "{name} sent you a message", - "notification.emoji_react": "{name} reacted to your post", + "notification.pleroma:emoji_reaction": "{name} reacted to your post", "notification.favourite": "{name} ha apprezzato il tuo post", "notification.follow": "{name} ha iniziato a seguirti", "notification.follow_request": "{name} has requested to follow you", diff --git a/app/soapbox/locales/ja.json b/app/soapbox/locales/ja.json index b1de6118c..5aec9fe63 100644 --- a/app/soapbox/locales/ja.json +++ b/app/soapbox/locales/ja.json @@ -428,7 +428,7 @@ "navigation_bar.security": "セキュリティ", "navigation_bar.soapbox_config": "Soapbox設定", "notification.chat_mention": "{name}さんがあなたにメッセージを送りました", - "notification.emoji_react": "{name}さんがあなたの投稿に反応しました", + "notification.pleroma:emoji_reaction": "{name}さんがあなたの投稿に反応しました", "notification.favourite": "{name}さんがあなたの投稿をお気に入りに登録しました", "notification.follow": "{name}さんにフォローされました", "notification.follow_request": "{name} has requested to follow you", diff --git a/app/soapbox/locales/ka.json b/app/soapbox/locales/ka.json index eeb1b6c6b..e87090d6f 100644 --- a/app/soapbox/locales/ka.json +++ b/app/soapbox/locales/ka.json @@ -428,7 +428,7 @@ "navigation_bar.security": "უსაფრთხოება", "navigation_bar.soapbox_config": "Soapbox config", "notification.chat_mention": "{name} sent you a message", - "notification.emoji_react": "{name} reacted to your post", + "notification.pleroma:emoji_reaction": "{name} reacted to your post", "notification.favourite": "{name}-მა თქვენი სტატუსი აქცია ფავორიტად", "notification.follow": "{name} გამოგყვათ", "notification.follow_request": "{name} has requested to follow you", diff --git a/app/soapbox/locales/kk.json b/app/soapbox/locales/kk.json index ee1516e0e..880088d1b 100644 --- a/app/soapbox/locales/kk.json +++ b/app/soapbox/locales/kk.json @@ -428,7 +428,7 @@ "navigation_bar.security": "Қауіпсіздік", "navigation_bar.soapbox_config": "Soapbox config", "notification.chat_mention": "{name} sent you a message", - "notification.emoji_react": "{name} reacted to your post", + "notification.pleroma:emoji_reaction": "{name} reacted to your post", "notification.favourite": "{name} жазбаңызды таңдаулыға қосты", "notification.follow": "{name} сізге жазылды", "notification.follow_request": "{name} has requested to follow you", diff --git a/app/soapbox/locales/ko.json b/app/soapbox/locales/ko.json index ac8a730b2..3df097f40 100644 --- a/app/soapbox/locales/ko.json +++ b/app/soapbox/locales/ko.json @@ -428,7 +428,7 @@ "navigation_bar.security": "보안", "navigation_bar.soapbox_config": "Soapbox config", "notification.chat_mention": "{name} sent you a message", - "notification.emoji_react": "{name} reacted to your post", + "notification.pleroma:emoji_reaction": "{name} reacted to your post", "notification.favourite": "{name}님이 즐겨찾기 했습니다", "notification.follow": "{name}님이 나를 팔로우 했습니다", "notification.follow_request": "{name} has requested to follow you", diff --git a/app/soapbox/locales/lt.json b/app/soapbox/locales/lt.json index 88dd1e333..5951f0329 100644 --- a/app/soapbox/locales/lt.json +++ b/app/soapbox/locales/lt.json @@ -428,7 +428,7 @@ "navigation_bar.security": "Security", "navigation_bar.soapbox_config": "Soapbox config", "notification.chat_mention": "{name} sent you a message", - "notification.emoji_react": "{name} reacted to your post", + "notification.pleroma:emoji_reaction": "{name} reacted to your post", "notification.favourite": "{name} favorited your post", "notification.follow": "{name} followed you", "notification.follow_request": "{name} has requested to follow you", diff --git a/app/soapbox/locales/lv.json b/app/soapbox/locales/lv.json index 39ff56d43..cf50bdb5c 100644 --- a/app/soapbox/locales/lv.json +++ b/app/soapbox/locales/lv.json @@ -428,7 +428,7 @@ "navigation_bar.security": "Security", "navigation_bar.soapbox_config": "Soapbox config", "notification.chat_mention": "{name} sent you a message", - "notification.emoji_react": "{name} reacted to your post", + "notification.pleroma:emoji_reaction": "{name} reacted to your post", "notification.favourite": "{name} favorited your post", "notification.follow": "{name} followed you", "notification.follow_request": "{name} has requested to follow you", diff --git a/app/soapbox/locales/mk.json b/app/soapbox/locales/mk.json index ade3f8c12..a3e47f22e 100644 --- a/app/soapbox/locales/mk.json +++ b/app/soapbox/locales/mk.json @@ -428,7 +428,7 @@ "navigation_bar.security": "Security", "navigation_bar.soapbox_config": "Soapbox config", "notification.chat_mention": "{name} sent you a message", - "notification.emoji_react": "{name} reacted to your post", + "notification.pleroma:emoji_reaction": "{name} reacted to your post", "notification.favourite": "{name} favorited your post", "notification.follow": "{name} followed you", "notification.follow_request": "{name} has requested to follow you", diff --git a/app/soapbox/locales/ms.json b/app/soapbox/locales/ms.json index 63c042367..6aabe14f6 100644 --- a/app/soapbox/locales/ms.json +++ b/app/soapbox/locales/ms.json @@ -428,7 +428,7 @@ "navigation_bar.security": "Security", "navigation_bar.soapbox_config": "Soapbox config", "notification.chat_mention": "{name} sent you a message", - "notification.emoji_react": "{name} reacted to your post", + "notification.pleroma:emoji_reaction": "{name} reacted to your post", "notification.favourite": "{name} favorited your post", "notification.follow": "{name} followed you", "notification.follow_request": "{name} has requested to follow you", diff --git a/app/soapbox/locales/nl.json b/app/soapbox/locales/nl.json index 8b0ba9796..1d939e071 100644 --- a/app/soapbox/locales/nl.json +++ b/app/soapbox/locales/nl.json @@ -428,7 +428,7 @@ "navigation_bar.security": "Beveiliging", "navigation_bar.soapbox_config": "Soapbox config", "notification.chat_mention": "{name} sent you a message", - "notification.emoji_react": "{name} reacted to your post", + "notification.pleroma:emoji_reaction": "{name} reacted to your post", "notification.favourite": "{name} voegde jouw toot als favoriet toe", "notification.follow": "{name} volgt jou nu", "notification.follow_request": "{name} has requested to follow you", diff --git a/app/soapbox/locales/nn.json b/app/soapbox/locales/nn.json index ae5574e9f..d24f84925 100644 --- a/app/soapbox/locales/nn.json +++ b/app/soapbox/locales/nn.json @@ -428,7 +428,7 @@ "navigation_bar.security": "Sikkerheit", "navigation_bar.soapbox_config": "Soapbox config", "notification.chat_mention": "{name} sent you a message", - "notification.emoji_react": "{name} reacted to your post", + "notification.pleroma:emoji_reaction": "{name} reacted to your post", "notification.favourite": "{name} likte din status", "notification.follow": "{name} fulgte deg", "notification.follow_request": "{name} has requested to follow you", diff --git a/app/soapbox/locales/no.json b/app/soapbox/locales/no.json index 1c8aa779a..0baacb468 100644 --- a/app/soapbox/locales/no.json +++ b/app/soapbox/locales/no.json @@ -428,7 +428,7 @@ "navigation_bar.security": "Security", "navigation_bar.soapbox_config": "Soapbox config", "notification.chat_mention": "{name} sent you a message", - "notification.emoji_react": "{name} reacted to your post", + "notification.pleroma:emoji_reaction": "{name} reacted to your post", "notification.favourite": "{name} likte din status", "notification.follow": "{name} fulgte deg", "notification.follow_request": "{name} has requested to follow you", diff --git a/app/soapbox/locales/oc.json b/app/soapbox/locales/oc.json index 8de38bd70..e33f5b621 100644 --- a/app/soapbox/locales/oc.json +++ b/app/soapbox/locales/oc.json @@ -428,7 +428,7 @@ "navigation_bar.security": "Seguretat", "navigation_bar.soapbox_config": "Soapbox config", "notification.chat_mention": "{name} sent you a message", - "notification.emoji_react": "{name} reacted to your post", + "notification.pleroma:emoji_reaction": "{name} reacted to your post", "notification.favourite": "{name} a ajustat a sos favorits", "notification.follow": "{name} vos sèc", "notification.follow_request": "{name} has requested to follow you", diff --git a/app/soapbox/locales/pl.json b/app/soapbox/locales/pl.json index de70a43db..76e3e38ca 100644 --- a/app/soapbox/locales/pl.json +++ b/app/soapbox/locales/pl.json @@ -428,7 +428,7 @@ "navigation_bar.security": "Bezpieczeństwo", "navigation_bar.soapbox_config": "Konfiguracja Soapbox", "notification.chat_mention": "{name} wysłał(a) Ci wiadomośść", - "notification.emoji_react": "{name} zareagował(a) na Twój wpis", + "notification.pleroma:emoji_reaction": "{name} zareagował(a) na Twój wpis", "notification.favourite": "{name} dodał(a) Twój wpis do ulubionych", "notification.follow": "{name} zaczął(-ęła) Cię śledzić", "notification.follow_request": "{name} has requested to follow you", diff --git a/app/soapbox/locales/pt-BR.json b/app/soapbox/locales/pt-BR.json index 0b4dcd293..41b6ece04 100644 --- a/app/soapbox/locales/pt-BR.json +++ b/app/soapbox/locales/pt-BR.json @@ -428,7 +428,7 @@ "navigation_bar.security": "Segurança", "navigation_bar.soapbox_config": "Soapbox config", "notification.chat_mention": "{name} sent you a message", - "notification.emoji_react": "{name} reacted to your post", + "notification.pleroma:emoji_reaction": "{name} reacted to your post", "notification.favourite": "{name} adicionou a sua postagem aos favoritos", "notification.follow": "{name} te seguiu", "notification.follow_request": "{name} has requested to follow you", diff --git a/app/soapbox/locales/pt.json b/app/soapbox/locales/pt.json index 2ddc31e7c..de0a7229d 100644 --- a/app/soapbox/locales/pt.json +++ b/app/soapbox/locales/pt.json @@ -428,7 +428,7 @@ "navigation_bar.security": "Segurança", "navigation_bar.soapbox_config": "Config. do Soapbox", "notification.chat_mention": "{name} enviou-te uma mensagem", - "notification.emoji_react": "{name} reagiu à tua publicação", + "notification.pleroma:emoji_reaction": "{name} reagiu à tua publicação", "notification.favourite": "{name} gostou desta publicação", "notification.follow": "{name} começou a seguir-te", "notification.follow_request": "{name} pediu para te seguir", diff --git a/app/soapbox/locales/ro.json b/app/soapbox/locales/ro.json index 4efd810e2..811578c48 100644 --- a/app/soapbox/locales/ro.json +++ b/app/soapbox/locales/ro.json @@ -428,7 +428,7 @@ "navigation_bar.security": "Securitate", "navigation_bar.soapbox_config": "Soapbox config", "notification.chat_mention": "{name} sent you a message", - "notification.emoji_react": "{name} reacted to your post", + "notification.pleroma:emoji_reaction": "{name} reacted to your post", "notification.favourite": "{name} a adăugat statusul tău la favorite", "notification.follow": "{name} te urmărește", "notification.follow_request": "{name} has requested to follow you", diff --git a/app/soapbox/locales/ru.json b/app/soapbox/locales/ru.json index 3a794c63a..4aeff8b24 100644 --- a/app/soapbox/locales/ru.json +++ b/app/soapbox/locales/ru.json @@ -428,7 +428,7 @@ "navigation_bar.security": "Безопасность", "navigation_bar.soapbox_config": "Soapbox config", "notification.chat_mention": "{name} sent you a message", - "notification.emoji_react": "{name} reacted to your post", + "notification.pleroma:emoji_reaction": "{name} reacted to your post", "notification.favourite": "{name} понравился Ваш статус", "notification.follow": "{name} подписался (-лась) на вас", "notification.follow_request": "{name} has requested to follow you", diff --git a/app/soapbox/locales/sk.json b/app/soapbox/locales/sk.json index 2c85fc339..d307eee82 100644 --- a/app/soapbox/locales/sk.json +++ b/app/soapbox/locales/sk.json @@ -428,7 +428,7 @@ "navigation_bar.security": "Zabezbečenie", "navigation_bar.soapbox_config": "Soapbox config", "notification.chat_mention": "{name} sent you a message", - "notification.emoji_react": "{name} reacted to your post", + "notification.pleroma:emoji_reaction": "{name} reacted to your post", "notification.favourite": "{name} si obľúbil/a tvoj príspevok", "notification.follow": "{name} ťa začal/a následovať", "notification.follow_request": "{name} has requested to follow you", diff --git a/app/soapbox/locales/sl.json b/app/soapbox/locales/sl.json index d2948b883..4d98d6003 100644 --- a/app/soapbox/locales/sl.json +++ b/app/soapbox/locales/sl.json @@ -428,7 +428,7 @@ "navigation_bar.security": "Varnost", "navigation_bar.soapbox_config": "Soapbox config", "notification.chat_mention": "{name} sent you a message", - "notification.emoji_react": "{name} reacted to your post", + "notification.pleroma:emoji_reaction": "{name} reacted to your post", "notification.favourite": "{name} je vzljubil/a vaš status", "notification.follow": "{name} vam sledi", "notification.follow_request": "{name} has requested to follow you", diff --git a/app/soapbox/locales/sq.json b/app/soapbox/locales/sq.json index 7f0c623ee..56efe7511 100644 --- a/app/soapbox/locales/sq.json +++ b/app/soapbox/locales/sq.json @@ -428,7 +428,7 @@ "navigation_bar.security": "Siguri", "navigation_bar.soapbox_config": "Soapbox config", "notification.chat_mention": "{name} sent you a message", - "notification.emoji_react": "{name} reacted to your post", + "notification.pleroma:emoji_reaction": "{name} reacted to your post", "notification.favourite": "{name} parapëlqeu gjendjen tuaj", "notification.follow": "{name} zuri t’ju ndjekë", "notification.follow_request": "{name} has requested to follow you", diff --git a/app/soapbox/locales/sr-Latn.json b/app/soapbox/locales/sr-Latn.json index 54509ca56..95dbd8e52 100644 --- a/app/soapbox/locales/sr-Latn.json +++ b/app/soapbox/locales/sr-Latn.json @@ -428,7 +428,7 @@ "navigation_bar.security": "Security", "navigation_bar.soapbox_config": "Soapbox config", "notification.chat_mention": "{name} sent you a message", - "notification.emoji_react": "{name} reacted to your post", + "notification.pleroma:emoji_reaction": "{name} reacted to your post", "notification.favourite": "{name} je stavio Vaš status kao omiljeni", "notification.follow": "{name} Vas je zapratio", "notification.follow_request": "{name} has requested to follow you", diff --git a/app/soapbox/locales/sr.json b/app/soapbox/locales/sr.json index 66adc99b3..253cd3469 100644 --- a/app/soapbox/locales/sr.json +++ b/app/soapbox/locales/sr.json @@ -428,7 +428,7 @@ "navigation_bar.security": "Безбедност", "navigation_bar.soapbox_config": "Soapbox config", "notification.chat_mention": "{name} sent you a message", - "notification.emoji_react": "{name} reacted to your post", + "notification.pleroma:emoji_reaction": "{name} reacted to your post", "notification.favourite": "{name} је ставио/ла Ваш статус као омиљени", "notification.follow": "{name} Вас је запратио/ла", "notification.follow_request": "{name} has requested to follow you", diff --git a/app/soapbox/locales/sv.json b/app/soapbox/locales/sv.json index 8e358d1c1..04f5e76e0 100644 --- a/app/soapbox/locales/sv.json +++ b/app/soapbox/locales/sv.json @@ -428,7 +428,7 @@ "navigation_bar.security": "Säkerhet", "navigation_bar.soapbox_config": "Soapbox config", "notification.chat_mention": "{name} sent you a message", - "notification.emoji_react": "{name} reacted to your post", + "notification.pleroma:emoji_reaction": "{name} reacted to your post", "notification.favourite": "{name} favoriserade din status", "notification.follow": "{name} följer dig", "notification.follow_request": "{name} has requested to follow you", diff --git a/app/soapbox/locales/ta.json b/app/soapbox/locales/ta.json index ffb5582c5..94527379d 100644 --- a/app/soapbox/locales/ta.json +++ b/app/soapbox/locales/ta.json @@ -428,7 +428,7 @@ "navigation_bar.security": "பத்திரம்", "navigation_bar.soapbox_config": "Soapbox config", "notification.chat_mention": "{name} sent you a message", - "notification.emoji_react": "{name} reacted to your post", + "notification.pleroma:emoji_reaction": "{name} reacted to your post", "notification.favourite": "{name} ஆர்வம் கொண்டவர், உங்கள் நிலை", "notification.follow": "{name} நீங்கள் தொடர்ந்து வந்தீர்கள்", "notification.follow_request": "{name} has requested to follow you", diff --git a/app/soapbox/locales/te.json b/app/soapbox/locales/te.json index 4e99f2811..e551bae89 100644 --- a/app/soapbox/locales/te.json +++ b/app/soapbox/locales/te.json @@ -428,7 +428,7 @@ "navigation_bar.security": "భద్రత", "navigation_bar.soapbox_config": "Soapbox config", "notification.chat_mention": "{name} sent you a message", - "notification.emoji_react": "{name} reacted to your post", + "notification.pleroma:emoji_reaction": "{name} reacted to your post", "notification.favourite": "{name} మీ స్టేటస్ ను ఇష్టపడ్డారు", "notification.follow": "{name} మిమ్మల్ని అనుసరిస్తున్నారు", "notification.follow_request": "{name} has requested to follow you", diff --git a/app/soapbox/locales/th.json b/app/soapbox/locales/th.json index 8aa927e2c..da6b869ba 100644 --- a/app/soapbox/locales/th.json +++ b/app/soapbox/locales/th.json @@ -428,7 +428,7 @@ "navigation_bar.security": "ความปลอดภัย", "navigation_bar.soapbox_config": "Soapbox config", "notification.chat_mention": "{name} sent you a message", - "notification.emoji_react": "{name} reacted to your post", + "notification.pleroma:emoji_reaction": "{name} reacted to your post", "notification.favourite": "{name} ได้ชื่นชอบสถานะของคุณ", "notification.follow": "{name} ได้ติดตามคุณ", "notification.follow_request": "{name} has requested to follow you", diff --git a/app/soapbox/locales/tr.json b/app/soapbox/locales/tr.json index c5412f572..b747207b6 100644 --- a/app/soapbox/locales/tr.json +++ b/app/soapbox/locales/tr.json @@ -428,7 +428,7 @@ "navigation_bar.security": "Güvenlik", "navigation_bar.soapbox_config": "Soapbox config", "notification.chat_mention": "{name} sent you a message", - "notification.emoji_react": "{name} reacted to your post", + "notification.pleroma:emoji_reaction": "{name} reacted to your post", "notification.favourite": "{name} senin durumunu favorilere ekledi", "notification.follow": "{name} seni takip ediyor", "notification.follow_request": "{name} has requested to follow you", diff --git a/app/soapbox/locales/uk.json b/app/soapbox/locales/uk.json index 9d12ffeb3..673b920af 100644 --- a/app/soapbox/locales/uk.json +++ b/app/soapbox/locales/uk.json @@ -428,7 +428,7 @@ "navigation_bar.security": "Безпека", "navigation_bar.soapbox_config": "Soapbox config", "notification.chat_mention": "{name} sent you a message", - "notification.emoji_react": "{name} reacted to your post", + "notification.pleroma:emoji_reaction": "{name} reacted to your post", "notification.favourite": "{name} вподобав(-ла) ваш допис", "notification.follow": "{name} підписався(-лась) на Вас", "notification.follow_request": "{name} has requested to follow you", diff --git a/app/soapbox/locales/zh-CN.json b/app/soapbox/locales/zh-CN.json index 8830f151e..69fef621a 100644 --- a/app/soapbox/locales/zh-CN.json +++ b/app/soapbox/locales/zh-CN.json @@ -428,7 +428,7 @@ "navigation_bar.security": "安全", "navigation_bar.soapbox_config": "Soapbox config", "notification.chat_mention": "{name} sent you a message", - "notification.emoji_react": "{name} reacted to your post", + "notification.pleroma:emoji_reaction": "{name} reacted to your post", "notification.favourite": "{name} 收藏了你的嘟文", "notification.follow": "{name} 开始关注你", "notification.follow_request": "{name} has requested to follow you", diff --git a/app/soapbox/locales/zh-HK.json b/app/soapbox/locales/zh-HK.json index ce61eadd8..64b54940f 100644 --- a/app/soapbox/locales/zh-HK.json +++ b/app/soapbox/locales/zh-HK.json @@ -428,7 +428,7 @@ "navigation_bar.security": "安全", "navigation_bar.soapbox_config": "Soapbox config", "notification.chat_mention": "{name} sent you a message", - "notification.emoji_react": "{name} reacted to your post", + "notification.pleroma:emoji_reaction": "{name} reacted to your post", "notification.favourite": "{name} 收藏了你的文章", "notification.follow": "{name} 開始關注你", "notification.follow_request": "{name} has requested to follow you", diff --git a/app/soapbox/locales/zh-TW.json b/app/soapbox/locales/zh-TW.json index 4fd73e856..86a721d08 100644 --- a/app/soapbox/locales/zh-TW.json +++ b/app/soapbox/locales/zh-TW.json @@ -428,7 +428,7 @@ "navigation_bar.security": "安全性", "navigation_bar.soapbox_config": "Soapbox config", "notification.chat_mention": "{name} sent you a message", - "notification.emoji_react": "{name} reacted to your post", + "notification.pleroma:emoji_reaction": "{name} reacted to your post", "notification.favourite": "{name} 把你的嘟文加入了最愛", "notification.follow": "{name} 關注了你", "notification.follow_request": "{name} has requested to follow you",