Fix emoji reacts not streaming correctly

This commit is contained in:
Alex Gleason 2021-04-09 14:46:23 -05:00
parent abbe5d1d1f
commit 340d0579b5
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
66 changed files with 70 additions and 68 deletions

View File

@ -283,7 +283,7 @@
"navigation_bar.preferences": "Preferences", "navigation_bar.preferences": "Preferences",
"navigation_bar.public_timeline": "Federated timeline", "navigation_bar.public_timeline": "Federated timeline",
"navigation_bar.security": "Security", "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.favourite": "{name} liked your post",
"notification.follow": "{name} followed you", "notification.follow": "{name} followed you",
"notification.mention": "{name} mentioned you", "notification.mention": "{name} mentioned you",
@ -761,7 +761,7 @@
"navigation_bar.preferences": "Preferences", "navigation_bar.preferences": "Preferences",
"navigation_bar.public_timeline": "Federated timeline", "navigation_bar.public_timeline": "Federated timeline",
"navigation_bar.security": "Security", "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.favourite": "{name} liked your post",
"notification.follow": "{name} followed you", "notification.follow": "{name} followed you",
"notification.mention": "{name} mentioned you", "notification.mention": "{name} mentioned you",

View File

@ -58,7 +58,9 @@ export function connectTimelineStream(timelineId, path, pollingRefresh = null, a
case 'notification': case 'notification':
messages[locale]().then(messages => { messages[locale]().then(messages => {
dispatch(updateNotificationsQueue(JSON.parse(data.payload), messages, locale, window.location.pathname)); dispatch(updateNotificationsQueue(JSON.parse(data.payload), messages, locale, window.location.pathname));
}).catch(() => {}); }).catch(error => {
console.error(error);
});
break; break;
case 'conversation': case 'conversation':
dispatch(updateConversations(JSON.parse(data.payload))); dispatch(updateConversations(JSON.parse(data.payload)));

View File

@ -198,14 +198,14 @@ class Notification extends ImmutablePureComponent {
return ( return (
<HotKeys handlers={this.getHandlers()}> <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__message'>
<div className='notification__favourite-icon-wrapper'> <div className='notification__favourite-icon-wrapper'>
<span dangerouslySetInnerHTML={{ __html: emojify(emojify(notification.get('emoji'))) }} /> <span dangerouslySetInnerHTML={{ __html: emojify(emojify(notification.get('emoji'))) }} />
</div> </div>
<span title={notification.get('created_at')}> <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> </span>
</div> </div>

View File

@ -428,7 +428,7 @@
"navigation_bar.security": "الأمان", "navigation_bar.security": "الأمان",
"navigation_bar.soapbox_config": "Soapbox config", "navigation_bar.soapbox_config": "Soapbox config",
"notification.chat_mention": "{name} sent you a message", "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.favourite": "أُعجِب {name} بمنشورك",
"notification.follow": "{name} يتابعك", "notification.follow": "{name} يتابعك",
"notification.follow_request": "{name} has requested to follow you", "notification.follow_request": "{name} has requested to follow you",

View File

@ -428,7 +428,7 @@
"navigation_bar.security": "Seguranza", "navigation_bar.security": "Seguranza",
"navigation_bar.soapbox_config": "Soapbox config", "navigation_bar.soapbox_config": "Soapbox config",
"notification.chat_mention": "{name} sent you a message", "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.favourite": "{name} favorited your post",
"notification.follow": "{name} siguióte", "notification.follow": "{name} siguióte",
"notification.follow_request": "{name} has requested to follow you", "notification.follow_request": "{name} has requested to follow you",

View File

@ -428,7 +428,7 @@
"navigation_bar.security": "Security", "navigation_bar.security": "Security",
"navigation_bar.soapbox_config": "Soapbox config", "navigation_bar.soapbox_config": "Soapbox config",
"notification.chat_mention": "{name} sent you a message", "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.favourite": "{name} хареса твоята публикация",
"notification.follow": "{name} те последва", "notification.follow": "{name} те последва",
"notification.follow_request": "{name} has requested to follow you", "notification.follow_request": "{name} has requested to follow you",

View File

@ -428,7 +428,7 @@
"navigation_bar.security": "নিরাপত্তা", "navigation_bar.security": "নিরাপত্তা",
"navigation_bar.soapbox_config": "Soapbox config", "navigation_bar.soapbox_config": "Soapbox config",
"notification.chat_mention": "{name} sent you a message", "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.favourite": "{name} আপনার কার্যক্রম পছন্দ করেছেন",
"notification.follow": "{name} আপনাকে অনুসরণ করেছেন", "notification.follow": "{name} আপনাকে অনুসরণ করেছেন",
"notification.follow_request": "{name} has requested to follow you", "notification.follow_request": "{name} has requested to follow you",

View File

@ -428,7 +428,7 @@
"navigation_bar.security": "Security", "navigation_bar.security": "Security",
"navigation_bar.soapbox_config": "Soapbox config", "navigation_bar.soapbox_config": "Soapbox config",
"notification.chat_mention": "{name} sent you a message", "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.favourite": "{name} favorited your post",
"notification.follow": "{name} followed you", "notification.follow": "{name} followed you",
"notification.follow_request": "{name} has requested to follow you", "notification.follow_request": "{name} has requested to follow you",

View File

@ -428,7 +428,7 @@
"navigation_bar.security": "Seguretat", "navigation_bar.security": "Seguretat",
"navigation_bar.soapbox_config": "Soapbox config", "navigation_bar.soapbox_config": "Soapbox config",
"notification.chat_mention": "{name} sent you a message", "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.favourite": "{name} ha afavorit el teu estat",
"notification.follow": "{name} et segueix", "notification.follow": "{name} et segueix",
"notification.follow_request": "{name} has requested to follow you", "notification.follow_request": "{name} has requested to follow you",

View File

@ -428,7 +428,7 @@
"navigation_bar.security": "Sicurità", "navigation_bar.security": "Sicurità",
"navigation_bar.soapbox_config": "Soapbox config", "navigation_bar.soapbox_config": "Soapbox config",
"notification.chat_mention": "{name} sent you a message", "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.favourite": "{name} hà aghjuntu u vostru statutu à i so favuriti",
"notification.follow": "{name} v'hà seguitatu", "notification.follow": "{name} v'hà seguitatu",
"notification.follow_request": "{name} has requested to follow you", "notification.follow_request": "{name} has requested to follow you",

View File

@ -428,7 +428,7 @@
"navigation_bar.security": "Zabezpečení", "navigation_bar.security": "Zabezpečení",
"navigation_bar.soapbox_config": "Soapbox nastavení", "navigation_bar.soapbox_config": "Soapbox nastavení",
"notification.chat_mention": "{name} Vám poslal/a zprávu", "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.favourite": "{name} si oblíbil/a váš příspěvek",
"notification.follow": "{name} vás začal/a sledovat", "notification.follow": "{name} vás začal/a sledovat",
"notification.follow_request": "{name} has requested to follow you", "notification.follow_request": "{name} has requested to follow you",

View File

@ -428,7 +428,7 @@
"navigation_bar.security": "Diogelwch", "navigation_bar.security": "Diogelwch",
"navigation_bar.soapbox_config": "Soapbox config", "navigation_bar.soapbox_config": "Soapbox config",
"notification.chat_mention": "{name} sent you a message", "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.favourite": "hoffodd {name} eich tŵt",
"notification.follow": "dilynodd {name} chi", "notification.follow": "dilynodd {name} chi",
"notification.follow_request": "{name} has requested to follow you", "notification.follow_request": "{name} has requested to follow you",

View File

@ -428,7 +428,7 @@
"navigation_bar.security": "Sikkerhed", "navigation_bar.security": "Sikkerhed",
"navigation_bar.soapbox_config": "Soapbox config", "navigation_bar.soapbox_config": "Soapbox config",
"notification.chat_mention": "{name} sent you a message", "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.favourite": "{name} favoriserede din status",
"notification.follow": "{name} fulgte dig", "notification.follow": "{name} fulgte dig",
"notification.follow_request": "{name} has requested to follow you", "notification.follow_request": "{name} has requested to follow you",

View File

@ -428,7 +428,7 @@
"navigation_bar.security": "Sicherheit", "navigation_bar.security": "Sicherheit",
"navigation_bar.soapbox_config": "Soapbox config", "navigation_bar.soapbox_config": "Soapbox config",
"notification.chat_mention": "{name} sent you a message", "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.favourite": "{name} hat deinen Beitrag favorisiert",
"notification.follow": "{name} folgt dir", "notification.follow": "{name} folgt dir",
"notification.follow_request": "{name} möchte dir folgen", "notification.follow_request": "{name} möchte dir folgen",

View File

@ -2667,7 +2667,7 @@
}, },
{ {
"defaultMessage": "{name} reacted to your post", "defaultMessage": "{name} reacted to your post",
"id": "notification.emoji_react" "id": "notification.pleroma:emoji_reaction"
}, },
{ {
"defaultMessage": "{name} liked your post", "defaultMessage": "{name} liked your post",

View File

@ -428,7 +428,7 @@
"navigation_bar.security": "Ασφάλεια", "navigation_bar.security": "Ασφάλεια",
"navigation_bar.soapbox_config": "Soapbox config", "navigation_bar.soapbox_config": "Soapbox config",
"notification.chat_mention": "{name} sent you a message", "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.favourite": "Ο/Η {name} σημείωσε ως αγαπημένη την κατάστασή σου",
"notification.follow": "Ο/Η {name} σε ακολούθησε", "notification.follow": "Ο/Η {name} σε ακολούθησε",
"notification.follow_request": "{name} has requested to follow you", "notification.follow_request": "{name} has requested to follow you",

View File

@ -428,7 +428,7 @@
"navigation_bar.security": "Security", "navigation_bar.security": "Security",
"navigation_bar.soapbox_config": "Soapbox config", "navigation_bar.soapbox_config": "Soapbox config",
"notification.chat_mention": "{name} sent you a message", "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.favourite": "{name} liked your post",
"notification.follow": "{name} followed you", "notification.follow": "{name} followed you",
"notification.follow_request": "{name} has requested to follow you", "notification.follow_request": "{name} has requested to follow you",

View File

@ -428,7 +428,7 @@
"navigation_bar.security": "Sekureco", "navigation_bar.security": "Sekureco",
"navigation_bar.soapbox_config": "Soapbox config", "navigation_bar.soapbox_config": "Soapbox config",
"notification.chat_mention": "{name} sent you a message", "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.favourite": "{name} stelumis vian mesaĝon",
"notification.follow": "{name} eksekvis vin", "notification.follow": "{name} eksekvis vin",
"notification.follow_request": "{name} has requested to follow you", "notification.follow_request": "{name} has requested to follow you",

View File

@ -428,7 +428,7 @@
"navigation_bar.security": "Seguridad", "navigation_bar.security": "Seguridad",
"navigation_bar.soapbox_config": "Soapbox config", "navigation_bar.soapbox_config": "Soapbox config",
"notification.chat_mention": "{name} sent you a message", "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.favourite": "{name} marcó tu estado como favorito",
"notification.follow": "{name} te empezó a seguir", "notification.follow": "{name} te empezó a seguir",
"notification.follow_request": "{name} has requested to follow you", "notification.follow_request": "{name} has requested to follow you",

View File

@ -428,7 +428,7 @@
"navigation_bar.security": "Seguridad", "navigation_bar.security": "Seguridad",
"navigation_bar.soapbox_config": "Soapbox config", "navigation_bar.soapbox_config": "Soapbox config",
"notification.chat_mention": "{name} sent you a message", "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.favourite": "{name} marcó tu estado como favorito",
"notification.follow": "{name} te empezó a seguir", "notification.follow": "{name} te empezó a seguir",
"notification.follow_request": "{name} has requested to follow you", "notification.follow_request": "{name} has requested to follow you",

View File

@ -428,7 +428,7 @@
"navigation_bar.security": "Turvalisus", "navigation_bar.security": "Turvalisus",
"navigation_bar.soapbox_config": "Soapbox config", "navigation_bar.soapbox_config": "Soapbox config",
"notification.chat_mention": "{name} sent you a message", "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.favourite": "{name} märkis su staatuse lemmikuks",
"notification.follow": "{name} jälgib sind", "notification.follow": "{name} jälgib sind",
"notification.follow_request": "{name} has requested to follow you", "notification.follow_request": "{name} has requested to follow you",

View File

@ -428,7 +428,7 @@
"navigation_bar.security": "Segurtasuna", "navigation_bar.security": "Segurtasuna",
"navigation_bar.soapbox_config": "Soapbox config", "navigation_bar.soapbox_config": "Soapbox config",
"notification.chat_mention": "{name} sent you a message", "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.favourite": "{name}(e)k zure mezua gogoko du",
"notification.follow": "{name}(e)k jarraitzen zaitu", "notification.follow": "{name}(e)k jarraitzen zaitu",
"notification.follow_request": "{name} has requested to follow you", "notification.follow_request": "{name} has requested to follow you",

View File

@ -428,7 +428,7 @@
"navigation_bar.security": "امنیت", "navigation_bar.security": "امنیت",
"navigation_bar.soapbox_config": "Soapbox config", "navigation_bar.soapbox_config": "Soapbox config",
"notification.chat_mention": "{name} sent you a message", "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.favourite": "{name} نوشتهٔ شما را پسندید",
"notification.follow": "{name} پیگیر شما شد", "notification.follow": "{name} پیگیر شما شد",
"notification.follow_request": "{name} has requested to follow you", "notification.follow_request": "{name} has requested to follow you",

View File

@ -428,7 +428,7 @@
"navigation_bar.security": "Tunnukset", "navigation_bar.security": "Tunnukset",
"navigation_bar.soapbox_config": "Soapbox config", "navigation_bar.soapbox_config": "Soapbox config",
"notification.chat_mention": "{name} sent you a message", "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.favourite": "{name} tykkäsi tilastasi",
"notification.follow": "{name} seurasi sinua", "notification.follow": "{name} seurasi sinua",
"notification.follow_request": "{name} has requested to follow you", "notification.follow_request": "{name} has requested to follow you",

View File

@ -428,7 +428,7 @@
"navigation_bar.security": "Sécurité", "navigation_bar.security": "Sécurité",
"navigation_bar.soapbox_config": "Soapbox config", "navigation_bar.soapbox_config": "Soapbox config",
"notification.chat_mention": "{name} sent you a message", "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.favourite": "{name} a ajouté à ses favoris:",
"notification.follow": "{name} vous suit", "notification.follow": "{name} vous suit",
"notification.follow_request": "{name} has requested to follow you", "notification.follow_request": "{name} has requested to follow you",

View File

@ -428,7 +428,7 @@
"navigation_bar.security": "Security", "navigation_bar.security": "Security",
"navigation_bar.soapbox_config": "Soapbox config", "navigation_bar.soapbox_config": "Soapbox config",
"notification.chat_mention": "{name} sent you a message", "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.favourite": "{name} favorited your post",
"notification.follow": "{name} followed you", "notification.follow": "{name} followed you",
"notification.follow_request": "{name} has requested to follow you", "notification.follow_request": "{name} has requested to follow you",

View File

@ -428,7 +428,7 @@
"navigation_bar.security": "Seguridade", "navigation_bar.security": "Seguridade",
"navigation_bar.soapbox_config": "Soapbox config", "navigation_bar.soapbox_config": "Soapbox config",
"notification.chat_mention": "{name} sent you a message", "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.favourite": "{name} marcou como favorito o seu estado",
"notification.follow": "{name} está a seguila", "notification.follow": "{name} está a seguila",
"notification.follow_request": "{name} has requested to follow you", "notification.follow_request": "{name} has requested to follow you",

View File

@ -428,7 +428,7 @@
"navigation_bar.security": "Security", "navigation_bar.security": "Security",
"navigation_bar.soapbox_config": "Soapbox config", "navigation_bar.soapbox_config": "Soapbox config",
"notification.chat_mention": "{name} sent you a message", "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.favourite": "חצרוצך חובב על ידי {name}",
"notification.follow": "{name} במעקב אחרייך", "notification.follow": "{name} במעקב אחרייך",
"notification.follow_request": "{name} has requested to follow you", "notification.follow_request": "{name} has requested to follow you",

View File

@ -428,7 +428,7 @@
"navigation_bar.security": "Security", "navigation_bar.security": "Security",
"navigation_bar.soapbox_config": "Soapbox config", "navigation_bar.soapbox_config": "Soapbox config",
"notification.chat_mention": "{name} sent you a message", "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.favourite": "{name} favorited your post",
"notification.follow": "{name} followed you", "notification.follow": "{name} followed you",
"notification.follow_request": "{name} has requested to follow you", "notification.follow_request": "{name} has requested to follow you",

View File

@ -428,7 +428,7 @@
"navigation_bar.security": "Security", "navigation_bar.security": "Security",
"navigation_bar.soapbox_config": "Soapbox config", "navigation_bar.soapbox_config": "Soapbox config",
"notification.chat_mention": "{name} sent you a message", "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.favourite": "{name} je lajkao tvoj status",
"notification.follow": "{name} te sada slijedi", "notification.follow": "{name} te sada slijedi",
"notification.follow_request": "{name} has requested to follow you", "notification.follow_request": "{name} has requested to follow you",

View File

@ -428,7 +428,7 @@
"navigation_bar.security": "Biztonság", "navigation_bar.security": "Biztonság",
"navigation_bar.soapbox_config": "Soapbox config", "navigation_bar.soapbox_config": "Soapbox config",
"notification.chat_mention": "{name} sent you a message", "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.favourite": "{name} kedvencnek jelölte egy tülködet",
"notification.follow": "{name} követ téged", "notification.follow": "{name} követ téged",
"notification.follow_request": "{name} has requested to follow you", "notification.follow_request": "{name} has requested to follow you",

View File

@ -428,7 +428,7 @@
"navigation_bar.security": "Անվտանգություն", "navigation_bar.security": "Անվտանգություն",
"navigation_bar.soapbox_config": "Soapbox config", "navigation_bar.soapbox_config": "Soapbox config",
"notification.chat_mention": "{name} sent you a message", "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.favourite": "{name} հավանեց թութդ",
"notification.follow": "{name} սկսեց հետեւել քեզ", "notification.follow": "{name} սկսեց հետեւել քեզ",
"notification.follow_request": "{name} has requested to follow you", "notification.follow_request": "{name} has requested to follow you",

View File

@ -428,7 +428,7 @@
"navigation_bar.security": "Keamanan", "navigation_bar.security": "Keamanan",
"navigation_bar.soapbox_config": "Soapbox config", "navigation_bar.soapbox_config": "Soapbox config",
"notification.chat_mention": "{name} sent you a message", "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.favourite": "{name} menyukai status anda",
"notification.follow": "{name} mengikuti anda", "notification.follow": "{name} mengikuti anda",
"notification.follow_request": "{name} has requested to follow you", "notification.follow_request": "{name} has requested to follow you",

View File

@ -428,7 +428,7 @@
"navigation_bar.security": "Security", "navigation_bar.security": "Security",
"navigation_bar.soapbox_config": "Soapbox config", "navigation_bar.soapbox_config": "Soapbox config",
"notification.chat_mention": "{name} sent you a message", "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.favourite": "{name} favorizis tua mesajo",
"notification.follow": "{name} sequeskis tu", "notification.follow": "{name} sequeskis tu",
"notification.follow_request": "{name} has requested to follow you", "notification.follow_request": "{name} has requested to follow you",

View File

@ -428,7 +428,7 @@
"navigation_bar.security": "Sicurezza", "navigation_bar.security": "Sicurezza",
"navigation_bar.soapbox_config": "Soapbox config", "navigation_bar.soapbox_config": "Soapbox config",
"notification.chat_mention": "{name} sent you a message", "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.favourite": "{name} ha apprezzato il tuo post",
"notification.follow": "{name} ha iniziato a seguirti", "notification.follow": "{name} ha iniziato a seguirti",
"notification.follow_request": "{name} has requested to follow you", "notification.follow_request": "{name} has requested to follow you",

View File

@ -428,7 +428,7 @@
"navigation_bar.security": "セキュリティ", "navigation_bar.security": "セキュリティ",
"navigation_bar.soapbox_config": "Soapbox設定", "navigation_bar.soapbox_config": "Soapbox設定",
"notification.chat_mention": "{name}さんがあなたにメッセージを送りました", "notification.chat_mention": "{name}さんがあなたにメッセージを送りました",
"notification.emoji_react": "{name}さんがあなたの投稿に反応しました", "notification.pleroma:emoji_reaction": "{name}さんがあなたの投稿に反応しました",
"notification.favourite": "{name}さんがあなたの投稿をお気に入りに登録しました", "notification.favourite": "{name}さんがあなたの投稿をお気に入りに登録しました",
"notification.follow": "{name}さんにフォローされました", "notification.follow": "{name}さんにフォローされました",
"notification.follow_request": "{name} has requested to follow you", "notification.follow_request": "{name} has requested to follow you",

View File

@ -428,7 +428,7 @@
"navigation_bar.security": "უსაფრთხოება", "navigation_bar.security": "უსაფრთხოება",
"navigation_bar.soapbox_config": "Soapbox config", "navigation_bar.soapbox_config": "Soapbox config",
"notification.chat_mention": "{name} sent you a message", "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.favourite": "{name}-მა თქვენი სტატუსი აქცია ფავორიტად",
"notification.follow": "{name} გამოგყვათ", "notification.follow": "{name} გამოგყვათ",
"notification.follow_request": "{name} has requested to follow you", "notification.follow_request": "{name} has requested to follow you",

View File

@ -428,7 +428,7 @@
"navigation_bar.security": "Қауіпсіздік", "navigation_bar.security": "Қауіпсіздік",
"navigation_bar.soapbox_config": "Soapbox config", "navigation_bar.soapbox_config": "Soapbox config",
"notification.chat_mention": "{name} sent you a message", "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.favourite": "{name} жазбаңызды таңдаулыға қосты",
"notification.follow": "{name} сізге жазылды", "notification.follow": "{name} сізге жазылды",
"notification.follow_request": "{name} has requested to follow you", "notification.follow_request": "{name} has requested to follow you",

View File

@ -428,7 +428,7 @@
"navigation_bar.security": "보안", "navigation_bar.security": "보안",
"navigation_bar.soapbox_config": "Soapbox config", "navigation_bar.soapbox_config": "Soapbox config",
"notification.chat_mention": "{name} sent you a message", "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.favourite": "{name}님이 즐겨찾기 했습니다",
"notification.follow": "{name}님이 나를 팔로우 했습니다", "notification.follow": "{name}님이 나를 팔로우 했습니다",
"notification.follow_request": "{name} has requested to follow you", "notification.follow_request": "{name} has requested to follow you",

View File

@ -428,7 +428,7 @@
"navigation_bar.security": "Security", "navigation_bar.security": "Security",
"navigation_bar.soapbox_config": "Soapbox config", "navigation_bar.soapbox_config": "Soapbox config",
"notification.chat_mention": "{name} sent you a message", "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.favourite": "{name} favorited your post",
"notification.follow": "{name} followed you", "notification.follow": "{name} followed you",
"notification.follow_request": "{name} has requested to follow you", "notification.follow_request": "{name} has requested to follow you",

View File

@ -428,7 +428,7 @@
"navigation_bar.security": "Security", "navigation_bar.security": "Security",
"navigation_bar.soapbox_config": "Soapbox config", "navigation_bar.soapbox_config": "Soapbox config",
"notification.chat_mention": "{name} sent you a message", "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.favourite": "{name} favorited your post",
"notification.follow": "{name} followed you", "notification.follow": "{name} followed you",
"notification.follow_request": "{name} has requested to follow you", "notification.follow_request": "{name} has requested to follow you",

View File

@ -428,7 +428,7 @@
"navigation_bar.security": "Security", "navigation_bar.security": "Security",
"navigation_bar.soapbox_config": "Soapbox config", "navigation_bar.soapbox_config": "Soapbox config",
"notification.chat_mention": "{name} sent you a message", "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.favourite": "{name} favorited your post",
"notification.follow": "{name} followed you", "notification.follow": "{name} followed you",
"notification.follow_request": "{name} has requested to follow you", "notification.follow_request": "{name} has requested to follow you",

View File

@ -428,7 +428,7 @@
"navigation_bar.security": "Security", "navigation_bar.security": "Security",
"navigation_bar.soapbox_config": "Soapbox config", "navigation_bar.soapbox_config": "Soapbox config",
"notification.chat_mention": "{name} sent you a message", "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.favourite": "{name} favorited your post",
"notification.follow": "{name} followed you", "notification.follow": "{name} followed you",
"notification.follow_request": "{name} has requested to follow you", "notification.follow_request": "{name} has requested to follow you",

View File

@ -428,7 +428,7 @@
"navigation_bar.security": "Beveiliging", "navigation_bar.security": "Beveiliging",
"navigation_bar.soapbox_config": "Soapbox config", "navigation_bar.soapbox_config": "Soapbox config",
"notification.chat_mention": "{name} sent you a message", "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.favourite": "{name} voegde jouw toot als favoriet toe",
"notification.follow": "{name} volgt jou nu", "notification.follow": "{name} volgt jou nu",
"notification.follow_request": "{name} has requested to follow you", "notification.follow_request": "{name} has requested to follow you",

View File

@ -428,7 +428,7 @@
"navigation_bar.security": "Sikkerheit", "navigation_bar.security": "Sikkerheit",
"navigation_bar.soapbox_config": "Soapbox config", "navigation_bar.soapbox_config": "Soapbox config",
"notification.chat_mention": "{name} sent you a message", "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.favourite": "{name} likte din status",
"notification.follow": "{name} fulgte deg", "notification.follow": "{name} fulgte deg",
"notification.follow_request": "{name} has requested to follow you", "notification.follow_request": "{name} has requested to follow you",

View File

@ -428,7 +428,7 @@
"navigation_bar.security": "Security", "navigation_bar.security": "Security",
"navigation_bar.soapbox_config": "Soapbox config", "navigation_bar.soapbox_config": "Soapbox config",
"notification.chat_mention": "{name} sent you a message", "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.favourite": "{name} likte din status",
"notification.follow": "{name} fulgte deg", "notification.follow": "{name} fulgte deg",
"notification.follow_request": "{name} has requested to follow you", "notification.follow_request": "{name} has requested to follow you",

View File

@ -428,7 +428,7 @@
"navigation_bar.security": "Seguretat", "navigation_bar.security": "Seguretat",
"navigation_bar.soapbox_config": "Soapbox config", "navigation_bar.soapbox_config": "Soapbox config",
"notification.chat_mention": "{name} sent you a message", "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.favourite": "{name} a ajustat a sos favorits",
"notification.follow": "{name} vos sèc", "notification.follow": "{name} vos sèc",
"notification.follow_request": "{name} has requested to follow you", "notification.follow_request": "{name} has requested to follow you",

View File

@ -428,7 +428,7 @@
"navigation_bar.security": "Bezpieczeństwo", "navigation_bar.security": "Bezpieczeństwo",
"navigation_bar.soapbox_config": "Konfiguracja Soapbox", "navigation_bar.soapbox_config": "Konfiguracja Soapbox",
"notification.chat_mention": "{name} wysłał(a) Ci wiadomośść", "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.favourite": "{name} dodał(a) Twój wpis do ulubionych",
"notification.follow": "{name} zaczął(-ęła) Cię śledzić", "notification.follow": "{name} zaczął(-ęła) Cię śledzić",
"notification.follow_request": "{name} has requested to follow you", "notification.follow_request": "{name} has requested to follow you",

View File

@ -428,7 +428,7 @@
"navigation_bar.security": "Segurança", "navigation_bar.security": "Segurança",
"navigation_bar.soapbox_config": "Soapbox config", "navigation_bar.soapbox_config": "Soapbox config",
"notification.chat_mention": "{name} sent you a message", "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.favourite": "{name} adicionou a sua postagem aos favoritos",
"notification.follow": "{name} te seguiu", "notification.follow": "{name} te seguiu",
"notification.follow_request": "{name} has requested to follow you", "notification.follow_request": "{name} has requested to follow you",

View File

@ -428,7 +428,7 @@
"navigation_bar.security": "Segurança", "navigation_bar.security": "Segurança",
"navigation_bar.soapbox_config": "Config. do Soapbox", "navigation_bar.soapbox_config": "Config. do Soapbox",
"notification.chat_mention": "{name} enviou-te uma mensagem", "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.favourite": "{name} gostou desta publicação",
"notification.follow": "{name} começou a seguir-te", "notification.follow": "{name} começou a seguir-te",
"notification.follow_request": "{name} pediu para te seguir", "notification.follow_request": "{name} pediu para te seguir",

View File

@ -428,7 +428,7 @@
"navigation_bar.security": "Securitate", "navigation_bar.security": "Securitate",
"navigation_bar.soapbox_config": "Soapbox config", "navigation_bar.soapbox_config": "Soapbox config",
"notification.chat_mention": "{name} sent you a message", "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.favourite": "{name} a adăugat statusul tău la favorite",
"notification.follow": "{name} te urmărește", "notification.follow": "{name} te urmărește",
"notification.follow_request": "{name} has requested to follow you", "notification.follow_request": "{name} has requested to follow you",

View File

@ -428,7 +428,7 @@
"navigation_bar.security": "Безопасность", "navigation_bar.security": "Безопасность",
"navigation_bar.soapbox_config": "Soapbox config", "navigation_bar.soapbox_config": "Soapbox config",
"notification.chat_mention": "{name} sent you a message", "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.favourite": "{name} понравился Ваш статус",
"notification.follow": "{name} подписался (-лась) на вас", "notification.follow": "{name} подписался (-лась) на вас",
"notification.follow_request": "{name} has requested to follow you", "notification.follow_request": "{name} has requested to follow you",

View File

@ -428,7 +428,7 @@
"navigation_bar.security": "Zabezbečenie", "navigation_bar.security": "Zabezbečenie",
"navigation_bar.soapbox_config": "Soapbox config", "navigation_bar.soapbox_config": "Soapbox config",
"notification.chat_mention": "{name} sent you a message", "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.favourite": "{name} si obľúbil/a tvoj príspevok",
"notification.follow": "{name} ťa začal/a následovať", "notification.follow": "{name} ťa začal/a následovať",
"notification.follow_request": "{name} has requested to follow you", "notification.follow_request": "{name} has requested to follow you",

View File

@ -428,7 +428,7 @@
"navigation_bar.security": "Varnost", "navigation_bar.security": "Varnost",
"navigation_bar.soapbox_config": "Soapbox config", "navigation_bar.soapbox_config": "Soapbox config",
"notification.chat_mention": "{name} sent you a message", "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.favourite": "{name} je vzljubil/a vaš status",
"notification.follow": "{name} vam sledi", "notification.follow": "{name} vam sledi",
"notification.follow_request": "{name} has requested to follow you", "notification.follow_request": "{name} has requested to follow you",

View File

@ -428,7 +428,7 @@
"navigation_bar.security": "Siguri", "navigation_bar.security": "Siguri",
"navigation_bar.soapbox_config": "Soapbox config", "navigation_bar.soapbox_config": "Soapbox config",
"notification.chat_mention": "{name} sent you a message", "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.favourite": "{name} parapëlqeu gjendjen tuaj",
"notification.follow": "{name} zuri tju ndjekë", "notification.follow": "{name} zuri tju ndjekë",
"notification.follow_request": "{name} has requested to follow you", "notification.follow_request": "{name} has requested to follow you",

View File

@ -428,7 +428,7 @@
"navigation_bar.security": "Security", "navigation_bar.security": "Security",
"navigation_bar.soapbox_config": "Soapbox config", "navigation_bar.soapbox_config": "Soapbox config",
"notification.chat_mention": "{name} sent you a message", "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.favourite": "{name} je stavio Vaš status kao omiljeni",
"notification.follow": "{name} Vas je zapratio", "notification.follow": "{name} Vas je zapratio",
"notification.follow_request": "{name} has requested to follow you", "notification.follow_request": "{name} has requested to follow you",

View File

@ -428,7 +428,7 @@
"navigation_bar.security": "Безбедност", "navigation_bar.security": "Безбедност",
"navigation_bar.soapbox_config": "Soapbox config", "navigation_bar.soapbox_config": "Soapbox config",
"notification.chat_mention": "{name} sent you a message", "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.favourite": "{name} је ставио/ла Ваш статус као омиљени",
"notification.follow": "{name} Вас је запратио/ла", "notification.follow": "{name} Вас је запратио/ла",
"notification.follow_request": "{name} has requested to follow you", "notification.follow_request": "{name} has requested to follow you",

View File

@ -428,7 +428,7 @@
"navigation_bar.security": "Säkerhet", "navigation_bar.security": "Säkerhet",
"navigation_bar.soapbox_config": "Soapbox config", "navigation_bar.soapbox_config": "Soapbox config",
"notification.chat_mention": "{name} sent you a message", "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.favourite": "{name} favoriserade din status",
"notification.follow": "{name} följer dig", "notification.follow": "{name} följer dig",
"notification.follow_request": "{name} has requested to follow you", "notification.follow_request": "{name} has requested to follow you",

View File

@ -428,7 +428,7 @@
"navigation_bar.security": "பத்திரம்", "navigation_bar.security": "பத்திரம்",
"navigation_bar.soapbox_config": "Soapbox config", "navigation_bar.soapbox_config": "Soapbox config",
"notification.chat_mention": "{name} sent you a message", "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.favourite": "{name} ஆர்வம் கொண்டவர், உங்கள் நிலை",
"notification.follow": "{name} நீங்கள் தொடர்ந்து வந்தீர்கள்", "notification.follow": "{name} நீங்கள் தொடர்ந்து வந்தீர்கள்",
"notification.follow_request": "{name} has requested to follow you", "notification.follow_request": "{name} has requested to follow you",

View File

@ -428,7 +428,7 @@
"navigation_bar.security": "భద్రత", "navigation_bar.security": "భద్రత",
"navigation_bar.soapbox_config": "Soapbox config", "navigation_bar.soapbox_config": "Soapbox config",
"notification.chat_mention": "{name} sent you a message", "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.favourite": "{name} మీ స్టేటస్ ను ఇష్టపడ్డారు",
"notification.follow": "{name} మిమ్మల్ని అనుసరిస్తున్నారు", "notification.follow": "{name} మిమ్మల్ని అనుసరిస్తున్నారు",
"notification.follow_request": "{name} has requested to follow you", "notification.follow_request": "{name} has requested to follow you",

View File

@ -428,7 +428,7 @@
"navigation_bar.security": "ความปลอดภัย", "navigation_bar.security": "ความปลอดภัย",
"navigation_bar.soapbox_config": "Soapbox config", "navigation_bar.soapbox_config": "Soapbox config",
"notification.chat_mention": "{name} sent you a message", "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.favourite": "{name} ได้ชื่นชอบสถานะของคุณ",
"notification.follow": "{name} ได้ติดตามคุณ", "notification.follow": "{name} ได้ติดตามคุณ",
"notification.follow_request": "{name} has requested to follow you", "notification.follow_request": "{name} has requested to follow you",

View File

@ -428,7 +428,7 @@
"navigation_bar.security": "Güvenlik", "navigation_bar.security": "Güvenlik",
"navigation_bar.soapbox_config": "Soapbox config", "navigation_bar.soapbox_config": "Soapbox config",
"notification.chat_mention": "{name} sent you a message", "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.favourite": "{name} senin durumunu favorilere ekledi",
"notification.follow": "{name} seni takip ediyor", "notification.follow": "{name} seni takip ediyor",
"notification.follow_request": "{name} has requested to follow you", "notification.follow_request": "{name} has requested to follow you",

View File

@ -428,7 +428,7 @@
"navigation_bar.security": "Безпека", "navigation_bar.security": "Безпека",
"navigation_bar.soapbox_config": "Soapbox config", "navigation_bar.soapbox_config": "Soapbox config",
"notification.chat_mention": "{name} sent you a message", "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.favourite": "{name} вподобав(-ла) ваш допис",
"notification.follow": "{name} підписався(-лась) на Вас", "notification.follow": "{name} підписався(-лась) на Вас",
"notification.follow_request": "{name} has requested to follow you", "notification.follow_request": "{name} has requested to follow you",

View File

@ -428,7 +428,7 @@
"navigation_bar.security": "安全", "navigation_bar.security": "安全",
"navigation_bar.soapbox_config": "Soapbox config", "navigation_bar.soapbox_config": "Soapbox config",
"notification.chat_mention": "{name} sent you a message", "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.favourite": "{name} 收藏了你的嘟文",
"notification.follow": "{name} 开始关注你", "notification.follow": "{name} 开始关注你",
"notification.follow_request": "{name} has requested to follow you", "notification.follow_request": "{name} has requested to follow you",

View File

@ -428,7 +428,7 @@
"navigation_bar.security": "安全", "navigation_bar.security": "安全",
"navigation_bar.soapbox_config": "Soapbox config", "navigation_bar.soapbox_config": "Soapbox config",
"notification.chat_mention": "{name} sent you a message", "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.favourite": "{name} 收藏了你的文章",
"notification.follow": "{name} 開始關注你", "notification.follow": "{name} 開始關注你",
"notification.follow_request": "{name} has requested to follow you", "notification.follow_request": "{name} has requested to follow you",

View File

@ -428,7 +428,7 @@
"navigation_bar.security": "安全性", "navigation_bar.security": "安全性",
"navigation_bar.soapbox_config": "Soapbox config", "navigation_bar.soapbox_config": "Soapbox config",
"notification.chat_mention": "{name} sent you a message", "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.favourite": "{name} 把你的嘟文加入了最愛",
"notification.follow": "{name} 關注了你", "notification.follow": "{name} 關注了你",
"notification.follow_request": "{name} has requested to follow you", "notification.follow_request": "{name} has requested to follow you",