diff --git a/public/translations/ar/default.json b/public/translations/ar/default.json index 79252772..32fa25d4 100644 --- a/public/translations/ar/default.json +++ b/public/translations/ar/default.json @@ -168,5 +168,6 @@ "inbox": "صندوق الوارد", "mark_all_read": "وضع علامة على الجميع كمقروءة", "comment_reply": "رد على التعليق", - "post_reply": "رد على المنشور" + "post_reply": "رد على المنشور", + "show_parent": "أظهر المشاركة المشار إليها" } \ No newline at end of file diff --git a/public/translations/bn/default.json b/public/translations/bn/default.json index 5054c931..786bc840 100644 --- a/public/translations/bn/default.json +++ b/public/translations/bn/default.json @@ -168,5 +168,6 @@ "inbox": "ইনবক্স", "mark_all_read": "সবগুলি পঠিত হিসেবে চিহ্নিত করুন", "comment_reply": "মন্তব্য প্রতিক্রিয়া", - "post_reply": "পোস্ট উত্তর" + "post_reply": "পোস্ট উত্তর", + "show_parent": "সূচিত পোস্ট দেখুন" } \ No newline at end of file diff --git a/public/translations/cs/default.json b/public/translations/cs/default.json index d76e5d44..efe32652 100644 --- a/public/translations/cs/default.json +++ b/public/translations/cs/default.json @@ -168,5 +168,6 @@ "inbox": "doručená pošta", "mark_all_read": "označit vše jako přečtené", "comment_reply": "odpovědět na komentář", - "post_reply": "odpovědět na příspěvek" + "post_reply": "odpovědět na příspěvek", + "show_parent": "zobrazit příspěvek, na který se odkazuje" } \ No newline at end of file diff --git a/public/translations/da/default.json b/public/translations/da/default.json index 2f8dd05a..99031922 100644 --- a/public/translations/da/default.json +++ b/public/translations/da/default.json @@ -168,5 +168,6 @@ "inbox": "indbakke", "mark_all_read": "markér alle som læst", "comment_reply": "svar på kommentar", - "post_reply": "svar på indlæg" + "post_reply": "svar på indlæg", + "show_parent": "vis den henviste post" } \ No newline at end of file diff --git a/public/translations/de/default.json b/public/translations/de/default.json index 99f0f6bc..fd785122 100644 --- a/public/translations/de/default.json +++ b/public/translations/de/default.json @@ -168,5 +168,6 @@ "inbox": "Posteingang", "mark_all_read": "alle als gelesen markieren", "comment_reply": "Kommentar antworten", - "post_reply": "Beitrag antworten" + "post_reply": "Beitrag antworten", + "show_parent": "zeige den verlinkten Beitrag" } \ No newline at end of file diff --git a/public/translations/el/default.json b/public/translations/el/default.json index e77e3463..374dc069 100644 --- a/public/translations/el/default.json +++ b/public/translations/el/default.json @@ -168,5 +168,6 @@ "inbox": "εισερχόμενα", "mark_all_read": "επισήμανση όλων ως διαβασμένα", "comment_reply": "απάντηση σε σχόλιο", - "post_reply": "απάντηση στην ανάρτηση" + "post_reply": "απάντηση στην ανάρτηση", + "show_parent": "εμφάνιση της αναφερόμενης δημοσίευσης" } \ No newline at end of file diff --git a/public/translations/en/default.json b/public/translations/en/default.json index 785524b0..d3a3570d 100644 --- a/public/translations/en/default.json +++ b/public/translations/en/default.json @@ -168,5 +168,6 @@ "inbox": "inbox", "mark_all_read": "mark all as read", "comment_reply": "comment reply", - "post_reply": "post reply" + "post_reply": "post reply", + "show_parent": "show parent" } \ No newline at end of file diff --git a/public/translations/es/default.json b/public/translations/es/default.json index d238052b..e3e27a87 100644 --- a/public/translations/es/default.json +++ b/public/translations/es/default.json @@ -168,5 +168,6 @@ "inbox": "bandeja de entrada", "mark_all_read": "marcar todos como leídos", "comment_reply": "responder al comentario", - "post_reply": "responder al post" + "post_reply": "responder al post", + "show_parent": "mostrar el post al que se hace referencia" } \ No newline at end of file diff --git a/public/translations/fa/default.json b/public/translations/fa/default.json index fda4365a..9e5ef723 100644 --- a/public/translations/fa/default.json +++ b/public/translations/fa/default.json @@ -168,5 +168,6 @@ "inbox": "صندوق دریافت", "mark_all_read": "نشان دادن همه به عنوان خوانده شده", "comment_reply": "پاسخ به نظر", - "post_reply": "پاسخ به پست" + "post_reply": "پاسخ به پست", + "show_parent": "نمایش پست مرجع داده شده" } \ No newline at end of file diff --git a/public/translations/fi/default.json b/public/translations/fi/default.json index e2db120f..d3ba723b 100644 --- a/public/translations/fi/default.json +++ b/public/translations/fi/default.json @@ -168,5 +168,6 @@ "inbox": "saapuneet", "mark_all_read": "merkitse kaikki luetuiksi", "comment_reply": "vastaa kommenttiin", - "post_reply": "vastaa viestiin" + "post_reply": "vastaa viestiin", + "show_parent": "näytä viitattu viesti" } \ No newline at end of file diff --git a/public/translations/fil/default.json b/public/translations/fil/default.json index e4032dfa..efc5913a 100644 --- a/public/translations/fil/default.json +++ b/public/translations/fil/default.json @@ -168,5 +168,6 @@ "inbox": "inbox", "mark_all_read": "tandaan ang lahat bilang nabasa", "comment_reply": "sagot sa komento", - "post_reply": "sagot sa post" + "post_reply": "sagot sa post", + "show_parent": "ipakita ang tinutukoy na post" } \ No newline at end of file diff --git a/public/translations/fr/default.json b/public/translations/fr/default.json index 2c85e8a4..c442a89e 100644 --- a/public/translations/fr/default.json +++ b/public/translations/fr/default.json @@ -168,5 +168,6 @@ "inbox": "boîte de réception", "mark_all_read": "marquer tout comme lu", "comment_reply": "répondre au commentaire", - "post_reply": "répondre au post" + "post_reply": "répondre au post", + "show_parent": "afficher le post référencé" } \ No newline at end of file diff --git a/public/translations/he/default.json b/public/translations/he/default.json index b4340d47..c1c3864b 100644 --- a/public/translations/he/default.json +++ b/public/translations/he/default.json @@ -168,5 +168,6 @@ "inbox": "תיבת דואר נכנס", "mark_all_read": "סמן הכל כנקרא", "comment_reply": "הגב לתגובה", - "post_reply": "הגב לפוסט" + "post_reply": "הגב לפוסט", + "show_parent": "הצג את הפוסט המתייחס אליו" } \ No newline at end of file diff --git a/public/translations/hi/default.json b/public/translations/hi/default.json index 0a6123d2..18ff1068 100644 --- a/public/translations/hi/default.json +++ b/public/translations/hi/default.json @@ -168,5 +168,6 @@ "inbox": "इनबॉक्स", "mark_all_read": "सभी को पढ़ा हुआ चिह्नित करें", "comment_reply": "कमेंट का जवाब दें", - "post_reply": "पोस्ट का जवाब दें" + "post_reply": "पोस्ट का जवाब दें", + "show_parent": "संदर्भित पोस्ट दिखाएं" } \ No newline at end of file diff --git a/public/translations/hu/default.json b/public/translations/hu/default.json index be4585d2..64931dc4 100644 --- a/public/translations/hu/default.json +++ b/public/translations/hu/default.json @@ -168,5 +168,6 @@ "inbox": "beérkezett üzenetek", "mark_all_read": "összes megjelölése olvasottként", "comment_reply": "válasz a hozzászólásra", - "post_reply": "válasz a posztra" + "post_reply": "válasz a posztra", + "show_parent": "mutassa a hivatkozott bejegyzést" } \ No newline at end of file diff --git a/public/translations/id/default.json b/public/translations/id/default.json index 30843f8b..2d7503b7 100644 --- a/public/translations/id/default.json +++ b/public/translations/id/default.json @@ -168,5 +168,6 @@ "inbox": "kotak masuk", "mark_all_read": "tandai semua sebagai telah dibaca", "comment_reply": "balas komentar", - "post_reply": "balas postingan" + "post_reply": "balas postingan", + "show_parent": "tampilkan posting yang dirujuk" } \ No newline at end of file diff --git a/public/translations/it/default.json b/public/translations/it/default.json index b1c030d7..efe26f64 100644 --- a/public/translations/it/default.json +++ b/public/translations/it/default.json @@ -168,5 +168,6 @@ "inbox": "posta in arrivo", "mark_all_read": "segna tutti come letti", "comment_reply": "rispondi al commento", - "post_reply": "rispondi al post" + "post_reply": "rispondi al post", + "show_parent": "mostra il post a cui è riferito" } \ No newline at end of file diff --git a/public/translations/ja/default.json b/public/translations/ja/default.json index 987cbd2e..d0a030a1 100644 --- a/public/translations/ja/default.json +++ b/public/translations/ja/default.json @@ -168,5 +168,6 @@ "inbox": "受信トレイ", "mark_all_read": "すべてを既読にする", "comment_reply": "コメントに返信", - "post_reply": "投稿に返信" + "post_reply": "投稿に返信", + "show_parent": "参照されている投稿を表示" } \ No newline at end of file diff --git a/public/translations/ko/default.json b/public/translations/ko/default.json index 72d553e3..4edbcae4 100644 --- a/public/translations/ko/default.json +++ b/public/translations/ko/default.json @@ -168,5 +168,6 @@ "inbox": "받은 편지함", "mark_all_read": "모두 읽은 상태로 표시", "comment_reply": "댓글 답글", - "post_reply": "게시물 답글" + "post_reply": "게시물 답글", + "show_parent": "참조된 게시물 표시" } \ No newline at end of file diff --git a/public/translations/mr/default.json b/public/translations/mr/default.json index 634f32f6..a32b0591 100644 --- a/public/translations/mr/default.json +++ b/public/translations/mr/default.json @@ -168,5 +168,6 @@ "inbox": "इनबॉक्स", "mark_all_read": "सर्व कोणत्याही वाचल्याचं दर्जा", "comment_reply": "कॉमेंटचा उत्तर", - "post_reply": "पोस्टचा उत्तर" + "post_reply": "पोस्टचा उत्तर", + "show_parent": "संदर्भित पोस्ट दाखवा" } \ No newline at end of file diff --git a/public/translations/nl/default.json b/public/translations/nl/default.json index 0f29cd2b..e4b4377f 100644 --- a/public/translations/nl/default.json +++ b/public/translations/nl/default.json @@ -168,5 +168,6 @@ "inbox": "inbox", "mark_all_read": "markeer alles als gelezen", "comment_reply": "reageren op reactie", - "post_reply": "reageren op bericht" + "post_reply": "reageren op bericht", + "show_parent": "toon de verwezen post" } \ No newline at end of file diff --git a/public/translations/no/default.json b/public/translations/no/default.json index 15c426ec..d6d8fc92 100644 --- a/public/translations/no/default.json +++ b/public/translations/no/default.json @@ -168,5 +168,6 @@ "inbox": "innboks", "mark_all_read": "merk alle som lest", "comment_reply": "svar på kommentar", - "post_reply": "svar på innlegg" + "post_reply": "svar på innlegg", + "show_parent": "vis den refererte posten" } \ No newline at end of file diff --git a/public/translations/pl/default.json b/public/translations/pl/default.json index 0f1feca9..82b5ee28 100644 --- a/public/translations/pl/default.json +++ b/public/translations/pl/default.json @@ -168,5 +168,6 @@ "inbox": "skrzynka odbiorcza", "mark_all_read": "oznacz wszystko jako przeczytane", "comment_reply": "odpowiedź na komentarz", - "post_reply": "odpowiedź na post" + "post_reply": "odpowiedź na post", + "show_parent": "pokaż post, do którego jest odwołanie" } \ No newline at end of file diff --git a/public/translations/pt/default.json b/public/translations/pt/default.json index 5e2a1bc3..84bb3cec 100644 --- a/public/translations/pt/default.json +++ b/public/translations/pt/default.json @@ -168,5 +168,6 @@ "inbox": "caixa de entrada", "mark_all_read": "marcar todos como lidos", "comment_reply": "responder ao comentário", - "post_reply": "responder ao post" + "post_reply": "responder ao post", + "show_parent": "mostrar a postagem referenciada" } \ No newline at end of file diff --git a/public/translations/ro/default.json b/public/translations/ro/default.json index 065fddb0..a46c2b41 100644 --- a/public/translations/ro/default.json +++ b/public/translations/ro/default.json @@ -168,5 +168,6 @@ "inbox": "inbox", "mark_all_read": "marcați toate ca citite", "comment_reply": "răspunde la comentariu", - "post_reply": "răspunde la postare" + "post_reply": "răspunde la postare", + "show_parent": "afișează postarea referită" } \ No newline at end of file diff --git a/public/translations/ru/default.json b/public/translations/ru/default.json index b7a85771..829ad1c0 100644 --- a/public/translations/ru/default.json +++ b/public/translations/ru/default.json @@ -168,5 +168,6 @@ "inbox": "входящие", "mark_all_read": "пометить все как прочитанные", "comment_reply": "ответить на комментарий", - "post_reply": "ответить на пост" + "post_reply": "ответить на пост", + "show_parent": "показать упомянутый пост" } \ No newline at end of file diff --git a/public/translations/sq/default.json b/public/translations/sq/default.json index 4f3cd654..611182b3 100644 --- a/public/translations/sq/default.json +++ b/public/translations/sq/default.json @@ -168,5 +168,6 @@ "inbox": "inbox", "mark_all_read": "shëno të gjitha si të lexuara", "comment_reply": "përgjigju komentit", - "post_reply": "përgjigju postës" + "post_reply": "përgjigju postës", + "show_parent": "shfaq postën e referuar" } \ No newline at end of file diff --git a/public/translations/sv/default.json b/public/translations/sv/default.json index 8de32d49..13e2388f 100644 --- a/public/translations/sv/default.json +++ b/public/translations/sv/default.json @@ -168,5 +168,6 @@ "inbox": "inkorg", "mark_all_read": "markera alla som läst", "comment_reply": "svara på kommentar", - "post_reply": "svara på inlägg" + "post_reply": "svara på inlägg", + "show_parent": "visa den refererade posten" } \ No newline at end of file diff --git a/public/translations/te/default.json b/public/translations/te/default.json index 86e12cb6..3db8d9ab 100644 --- a/public/translations/te/default.json +++ b/public/translations/te/default.json @@ -168,5 +168,6 @@ "inbox": "ఇన్బాక్స్", "mark_all_read": "అన్నిను చదవండి", "comment_reply": "కమెంట్ స్పందించండి", - "post_reply": "పోస్టు స్పందించండి" + "post_reply": "పోస్టు స్పందించండి", + "show_parent": "సూచించబడిన పోస్ట్ చూపించు" } \ No newline at end of file diff --git a/public/translations/th/default.json b/public/translations/th/default.json index 927f44a0..2bb57deb 100644 --- a/public/translations/th/default.json +++ b/public/translations/th/default.json @@ -168,5 +168,6 @@ "inbox": "กล่องจดหมายเข้า", "mark_all_read": "ทำเครื่องหมายทั้งหมดว่าอ่านแล้ว", "comment_reply": "ตอบกลับความคิดเห็น", - "post_reply": "ตอบกลับโพสต์" + "post_reply": "ตอบกลับโพสต์", + "show_parent": "แสดงโพสต์ที่ถูกอ้างอิง" } \ No newline at end of file diff --git a/public/translations/tr/default.json b/public/translations/tr/default.json index de45e0b0..6d0d4bc0 100644 --- a/public/translations/tr/default.json +++ b/public/translations/tr/default.json @@ -168,5 +168,6 @@ "inbox": "gelen kutusu", "mark_all_read": "tümünü okundu olarak işaretle", "comment_reply": "yorumu yanıtla", - "post_reply": "gönderiye yanıtla" + "post_reply": "gönderiye yanıtla", + "show_parent": "atıfta bulunulan gönderiyi göster" } \ No newline at end of file diff --git a/public/translations/uk/default.json b/public/translations/uk/default.json index be0c549b..3bd4c195 100644 --- a/public/translations/uk/default.json +++ b/public/translations/uk/default.json @@ -168,5 +168,6 @@ "inbox": "вхідні", "mark_all_read": "позначити всі як прочитані", "comment_reply": "відповісти на коментар", - "post_reply": "відповісти на пост" + "post_reply": "відповісти на пост", + "show_parent": "показати зазначений допис" } \ No newline at end of file diff --git a/public/translations/ur/default.json b/public/translations/ur/default.json index 1c20d696..230bea5e 100644 --- a/public/translations/ur/default.json +++ b/public/translations/ur/default.json @@ -168,5 +168,6 @@ "inbox": "ان باکس", "mark_all_read": "سب کو پڑھا ہوا مارک کریں", "comment_reply": "تبادلہ کریں جواب", - "post_reply": "پوسٹ کا جواب دیں" + "post_reply": "پوسٹ کا جواب دیں", + "show_parent": "ذکر کردہ پوسٹ دکھائیں" } \ No newline at end of file diff --git a/public/translations/vi/default.json b/public/translations/vi/default.json index 0d1340d2..d0040917 100644 --- a/public/translations/vi/default.json +++ b/public/translations/vi/default.json @@ -168,5 +168,6 @@ "inbox": "hộp thư đến", "mark_all_read": "đánh dấu tất cả là đã đọc", "comment_reply": "trả lời bình luận", - "post_reply": "trả lời bài đăng" + "post_reply": "trả lời bài đăng", + "show_parent": "hiển thị bài viết được tham khảo" } \ No newline at end of file diff --git a/public/translations/zh/default.json b/public/translations/zh/default.json index 8bb621b3..4b14070d 100644 --- a/public/translations/zh/default.json +++ b/public/translations/zh/default.json @@ -168,5 +168,6 @@ "inbox": "收件箱", "mark_all_read": "全部标记为已读", "comment_reply": "回复评论", - "post_reply": "回复帖子" + "post_reply": "回复帖子", + "show_parent": "显示被引用的帖子" } \ No newline at end of file diff --git a/src/components/reply/reply.tsx b/src/components/reply/reply.tsx index e3176346..45750bda 100644 --- a/src/components/reply/reply.tsx +++ b/src/components/reply/reply.tsx @@ -174,7 +174,7 @@ const InboxParentInfo = ({ commentCid, markedAsRead }: ParentLinkProps) => { {t('sent')} {getFormattedTimeAgo(timestamp)} -
show parent
+
{t('show_parent')}
); };