Merge branch 'fix-emoji-react-streaming' into 'develop'
Fix emoji reacts not streaming correctly See merge request soapbox-pub/soapbox-fe!469
This commit is contained in:
commit
fa57f188c0
66 changed files with 70 additions and 68 deletions
|
@ -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",
|
||||
|
|
|
@ -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)));
|
||||
|
|
|
@ -198,14 +198,14 @@ class Notification extends ImmutablePureComponent {
|
|||
|
||||
return (
|
||||
<HotKeys handlers={this.getHandlers()}>
|
||||
<div className='notification notification-emoji-react focusable' tabIndex='0' aria-label={notificationForScreenReader(intl, intl.formatMessage({ id: 'notification.emoji_react', defaultMessage: '{name} reacted to your post' }, { name: notification.getIn(['account', 'acct']) }), notification.get('created_at'))}>
|
||||
<div className='notification notification-emoji-react focusable' tabIndex='0' aria-label={notificationForScreenReader(intl, intl.formatMessage({ id: 'notification.pleroma:emoji_reaction', defaultMessage: '{name} reacted to your post' }, { name: notification.getIn(['account', 'acct']) }), notification.get('created_at'))}>
|
||||
<div className='notification__message'>
|
||||
<div className='notification__favourite-icon-wrapper'>
|
||||
<span dangerouslySetInnerHTML={{ __html: emojify(emojify(notification.get('emoji'))) }} />
|
||||
</div>
|
||||
|
||||
<span title={notification.get('created_at')}>
|
||||
<FormattedMessage id='notification.emoji_react' defaultMessage='{name} reacted to your post' values={{ name: link }} />
|
||||
<FormattedMessage id='notification.pleroma:emoji_reaction' defaultMessage='{name} reacted to your post' values={{ name: link }} />
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -2667,7 +2667,7 @@
|
|||
},
|
||||
{
|
||||
"defaultMessage": "{name} reacted to your post",
|
||||
"id": "notification.emoji_react"
|
||||
"id": "notification.pleroma:emoji_reaction"
|
||||
},
|
||||
{
|
||||
"defaultMessage": "{name} liked your post",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue