Changeset c16e0a5 in Klonkt for src/services/i18n.js


Ignore:
Timestamp:
06/24/2026 11:44:23 AM (3 months ago)
Author:
Robin Genis <roboburr@…>
Branches:
main
Children:
47a0d29
Parents:
eb852c5
Message:

feat(activitypub): inbound interactions — replies, likes, boosts (Phase 2)

Inbox now stores incoming Create(reply to our note), Like and Announce (boost),
plus Undo(Like/Announce) and Delete(reply). New ap_interactions table; the post
page shows a 'From the fediverse' section (counts + replies with avatar/handle,
sanitized). Actor name/icon resolved best-effort; reply HTML sanitized.

Co-Authored-By: Claude <noreply@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/services/i18n.js

    reb852c5 rc16e0a5  
    107107    'comments.heading_one': '{n} reactie', 'comments.heading_other': '{n} reacties',
    108108    'comments.empty': 'Nog geen reacties.',
     109    'fedi.heading': 'Vanuit de fediverse', 'fedi.likes': 'sterren', 'fedi.boosts': 'boosts', 'fedi.replies': 'Reacties uit de fediverse',
    109110    'comments.to_start': 'om de conversatie te starten.',
    110111    'comments.reply': 'Reageer', 'comments.delete': 'Verwijder', 'comments.cancel': 'Annuleren',
     
    10991100    'comments.heading_one': '{n} comment', 'comments.heading_other': '{n} comments',
    11001101    'comments.empty': 'No comments yet.',
     1102    'fedi.heading': 'From the fediverse', 'fedi.likes': 'favourites', 'fedi.boosts': 'boosts', 'fedi.replies': 'Replies from the fediverse',
    11011103    'comments.to_start': 'to start the conversation.',
    11021104    'comments.reply': 'Reply', 'comments.delete': 'Delete', 'comments.cancel': 'Cancel',
     
    20892091    'comments.heading_one': '{n} Kommentar', 'comments.heading_other': '{n} Kommentare',
    20902092    'comments.empty': 'Noch keine Kommentare.',
     2093    'fedi.heading': 'Aus dem Fediverse', 'fedi.likes': 'Favoriten', 'fedi.boosts': 'Boosts', 'fedi.replies': 'Antworten aus dem Fediverse',
    20912094    'comments.to_start': 'um das Gespräch zu starten.',
    20922095    'comments.reply': 'Antworten', 'comments.delete': 'Löschen', 'comments.cancel': 'Abbrechen',
Note: See TracChangeset for help on using the changeset viewer.