From 7642d9586228dbdf84b3a96fbc2948090b75f475 Mon Sep 17 00:00:00 2001 From: "plebeius.eth" Date: Wed, 27 Dec 2023 17:44:17 +0100 Subject: [PATCH] chore(translations): from, via, sent, unread, comment replies, post replies --- public/translations/ar/default.json | 8 +++++++- public/translations/bn/default.json | 8 +++++++- public/translations/cs/default.json | 8 +++++++- public/translations/da/default.json | 8 +++++++- public/translations/de/default.json | 8 +++++++- public/translations/el/default.json | 8 +++++++- public/translations/en/default.json | 8 +++++++- public/translations/es/default.json | 8 +++++++- public/translations/fa/default.json | 8 +++++++- public/translations/fi/default.json | 8 +++++++- public/translations/fil/default.json | 8 +++++++- public/translations/fr/default.json | 8 +++++++- public/translations/he/default.json | 8 +++++++- public/translations/hi/default.json | 8 +++++++- public/translations/hu/default.json | 8 +++++++- public/translations/id/default.json | 8 +++++++- public/translations/it/default.json | 8 +++++++- public/translations/ja/default.json | 8 +++++++- public/translations/ko/default.json | 8 +++++++- public/translations/mr/default.json | 8 +++++++- public/translations/nl/default.json | 8 +++++++- public/translations/no/default.json | 8 +++++++- public/translations/pl/default.json | 8 +++++++- public/translations/pt/default.json | 8 +++++++- public/translations/ro/default.json | 8 +++++++- public/translations/ru/default.json | 8 +++++++- public/translations/sq/default.json | 8 +++++++- public/translations/sv/default.json | 8 +++++++- public/translations/te/default.json | 8 +++++++- public/translations/th/default.json | 8 +++++++- public/translations/tr/default.json | 8 +++++++- public/translations/uk/default.json | 8 +++++++- public/translations/ur/default.json | 8 +++++++- public/translations/vi/default.json | 8 +++++++- public/translations/zh/default.json | 8 +++++++- src/components/reply/reply.tsx | 7 ++++--- src/views/inbox/inbox.tsx | 10 ++++++---- 37 files changed, 255 insertions(+), 42 deletions(-) diff --git a/public/translations/ar/default.json b/public/translations/ar/default.json index 317c7d36..9065aa42 100644 --- a/public/translations/ar/default.json +++ b/public/translations/ar/default.json @@ -157,5 +157,11 @@ "block_community_alert": "هل أنت متأكد أنك تريد حظر هذا المجتمع؟", "unblock_community_alert": "هل أنت متأكد أنك تريد إلغاء حظر هذا المجتمع؟", "search_community_address": "ابحث عن عنوان مجتمع", - "search_feed_post": "ابحث عن منشور في هذا التغذية" + "search_feed_post": "ابحث عن منشور في هذا التغذية", + "from": "من", + "via": "عبر", + "sent": "أرسل", + "unread": "غير مقروء", + "comment_replies": "ردود التعليقات", + "post_replies": "ردود المنشورات" } \ No newline at end of file diff --git a/public/translations/bn/default.json b/public/translations/bn/default.json index 628a694f..df0b70b3 100644 --- a/public/translations/bn/default.json +++ b/public/translations/bn/default.json @@ -157,5 +157,11 @@ "block_community_alert": "আপনি কি নিশ্চিত যে আপনি এই সম্প্রদায়টি ব্লক করতে চান?", "unblock_community_alert": "আপনি কি নিশ্চিত যে আপনি এই সম্প্রদায়টি অনব্লক করতে চান?", "search_community_address": "একটি সম্প্রদায়ের ঠিকানা খুঁজে পেতে", - "search_feed_post": "এই ফিডে একটি পোস্ট খুঁজুন" + "search_feed_post": "এই ফিডে একটি পোস্ট খুঁজুন", + "from": "থেকে", + "via": "মাধ্যমে", + "sent": "প্রেরিত", + "unread": "অপঠিত", + "comment_replies": "মন্তব্যের উত্তর", + "post_replies": "পোস্টের উত্তর" } \ No newline at end of file diff --git a/public/translations/cs/default.json b/public/translations/cs/default.json index a497e210..eaccc7f9 100644 --- a/public/translations/cs/default.json +++ b/public/translations/cs/default.json @@ -157,5 +157,11 @@ "block_community_alert": "Jste si jisti, že chcete tuto komunitu blokovat?", "unblock_community_alert": "Jste si jisti, že chcete tuto komunitu odblokovat?", "search_community_address": "Hledat adresu komunity", - "search_feed_post": "Hledejte příspěvek na této návěštce" + "search_feed_post": "Hledejte příspěvek na této návěštce", + "from": "od", + "via": "přes", + "sent": "odesláno", + "unread": "nepřečteno", + "comment_replies": "odpovědi na komentáře", + "post_replies": "odpovědi na příspěvky" } \ No newline at end of file diff --git a/public/translations/da/default.json b/public/translations/da/default.json index 1e2b543e..54e75b9b 100644 --- a/public/translations/da/default.json +++ b/public/translations/da/default.json @@ -157,5 +157,11 @@ "block_community_alert": "Er du sikker på, at du vil blokere dette fællesskab?", "unblock_community_alert": "Er du sikker på, at du vil fjerne blokeringen af dette fællesskab?", "search_community_address": "Søg efter en fællesskabsadresse", - "search_feed_post": "Søg efter et opslag på dette feed" + "search_feed_post": "Søg efter et opslag på dette feed", + "from": "fra", + "via": "via", + "sent": "sendt", + "unread": "ulæst", + "comment_replies": "kommentarsvar", + "post_replies": "indlægssvar" } \ No newline at end of file diff --git a/public/translations/de/default.json b/public/translations/de/default.json index 3f7eb224..a0ec78ed 100644 --- a/public/translations/de/default.json +++ b/public/translations/de/default.json @@ -157,5 +157,11 @@ "block_community_alert": "Sind Sie sicher, dass Sie diese Community blockieren möchten?", "unblock_community_alert": "Sind Sie sicher, dass Sie diese Community freischalten möchten?", "search_community_address": "Suche nach einer Community-Adresse", - "search_feed_post": "Suche nach einem Beitrag in diesem Feed" + "search_feed_post": "Suche nach einem Beitrag in diesem Feed", + "from": "von", + "via": "über", + "sent": "gesendet", + "unread": "ungelesen", + "comment_replies": "Antworten auf Kommentare", + "post_replies": "Antworten auf Beiträge" } \ No newline at end of file diff --git a/public/translations/el/default.json b/public/translations/el/default.json index a697b4c5..2f2983a2 100644 --- a/public/translations/el/default.json +++ b/public/translations/el/default.json @@ -157,5 +157,11 @@ "block_community_alert": "Είστε σίγουροι ότι θέλετε να φράξετε αυτήν την κοινότητα;", "unblock_community_alert": "Είστε σίγουροι ότι θέλετε να αναιρέσετε το φράγμα αυτής της κοινότητας;", "search_community_address": "Αναζήτηση διεύθυνσης κοινότητας", - "search_feed_post": "Ψάξτε για μια ανάρτηση σε αυτήν τη ροή" + "search_feed_post": "Ψάξτε για μια ανάρτηση σε αυτήν τη ροή", + "from": "από", + "via": "μέσω", + "sent": "αποστάλθηκε", + "unread": "αδιάβαστο", + "comment_replies": "απαντήσεις σε σχόλια", + "post_replies": "απαντήσεις σε δημοσιεύσεις" } \ No newline at end of file diff --git a/public/translations/en/default.json b/public/translations/en/default.json index 1510b044..49e78bd7 100644 --- a/public/translations/en/default.json +++ b/public/translations/en/default.json @@ -157,5 +157,11 @@ "block_community_alert": "Are you sure you want to block this community?", "unblock_community_alert": "Are you sure you want to unblock this community?", "search_community_address": "Search a community address", - "search_feed_post": "Search a post in this feed" + "search_feed_post": "Search a post in this feed", + "from": "from", + "via": "via", + "sent": "sent", + "unread": "unread", + "comment_replies": "comment replies", + "post_replies": "post replies" } \ No newline at end of file diff --git a/public/translations/es/default.json b/public/translations/es/default.json index 984781ce..08c89fb7 100644 --- a/public/translations/es/default.json +++ b/public/translations/es/default.json @@ -157,5 +157,11 @@ "block_community_alert": "¿Estás seguro de que quieres bloquear esta comunidad?", "unblock_community_alert": "¿Estás seguro de que quieres desbloquear esta comunidad?", "search_community_address": "Buscar una dirección de comunidad", - "search_feed_post": "Buscar una publicación en este feed" + "search_feed_post": "Buscar una publicación en este feed", + "from": "de", + "via": "a través de", + "sent": "enviado", + "unread": "no leído", + "comment_replies": "respuestas a comentarios", + "post_replies": "respuestas a publicaciones" } \ No newline at end of file diff --git a/public/translations/fa/default.json b/public/translations/fa/default.json index 7f2ffbe7..72ab578a 100644 --- a/public/translations/fa/default.json +++ b/public/translations/fa/default.json @@ -157,5 +157,11 @@ "block_community_alert": "آیا مطمئن هستید که می‌خواهید این جامعه را مسدود کنید؟", "unblock_community_alert": "آیا مطمئن هستید که می‌خواهید این جامعه را از مسدودیت خارج کنید؟", "search_community_address": "جستجوی آدرس یک جامعه", - "search_feed_post": "در این خوراک یک پست جستجو کنید" + "search_feed_post": "در این خوراک یک پست جستجو کنید", + "from": "از", + "via": "توسط", + "sent": "ارسال شده", + "unread": "خوانده نشده", + "comment_replies": "پاسخ‌های نظرات", + "post_replies": "پاسخ‌های ارسالی" } \ No newline at end of file diff --git a/public/translations/fi/default.json b/public/translations/fi/default.json index 15eb71f4..b0aa3e0f 100644 --- a/public/translations/fi/default.json +++ b/public/translations/fi/default.json @@ -157,5 +157,11 @@ "block_community_alert": "Oletko varma, että haluat estää tämän yhteisön?", "unblock_community_alert": "Oletko varma, että haluat poistaa tämän yhteisön estoista?", "search_community_address": "Etsi yhteisön osoite", - "search_feed_post": "Etsi viesti tästä syötteestä" + "search_feed_post": "Etsi viesti tästä syötteestä", + "from": "lähettäjältä", + "via": "kautta", + "sent": "lähetetty", + "unread": "lukemattomat", + "comment_replies": "kommenttivastaukset", + "post_replies": "viestivastaukset" } \ No newline at end of file diff --git a/public/translations/fil/default.json b/public/translations/fil/default.json index 4faa54da..ccc32dba 100644 --- a/public/translations/fil/default.json +++ b/public/translations/fil/default.json @@ -157,5 +157,11 @@ "block_community_alert": "Sigurado ka bang gusto mong i-block ang komunidad na ito?", "unblock_community_alert": "Sigurado ka bang gusto mong i-unblock ang komunidad na ito?", "search_community_address": "Maghanap ng address ng komunidad", - "search_feed_post": "Maghanap ng post sa feed na ito" + "search_feed_post": "Maghanap ng post sa feed na ito", + "from": "mula sa", + "via": "sa pamamagitan ng", + "sent": "ipinadala", + "unread": "hindi pa nababasa", + "comment_replies": "mga reply sa komento", + "post_replies": "mga reply sa post" } \ No newline at end of file diff --git a/public/translations/fr/default.json b/public/translations/fr/default.json index c3d5f417..d1ea10cd 100644 --- a/public/translations/fr/default.json +++ b/public/translations/fr/default.json @@ -157,5 +157,11 @@ "block_community_alert": "Êtes-vous sûr de vouloir bloquer cette communauté ?", "unblock_community_alert": "Êtes-vous sûr de vouloir débloquer cette communauté ?", "search_community_address": "Rechercher une adresse de communauté", - "search_feed_post": "Rechercher un article dans ce flux" + "search_feed_post": "Rechercher un article dans ce flux", + "from": "de", + "via": "via", + "sent": "envoyé", + "unread": "non lu", + "comment_replies": "réponses aux commentaires", + "post_replies": "réponses aux publications" } \ No newline at end of file diff --git a/public/translations/he/default.json b/public/translations/he/default.json index 5802d5e5..47bc8d4a 100644 --- a/public/translations/he/default.json +++ b/public/translations/he/default.json @@ -157,5 +157,11 @@ "block_community_alert": "האם אתה בטוח שברצונך לחסום את הקהל הזה?", "unblock_community_alert": "האם אתה בטוח שברצונך לבטל את חסימת הקהל הזו?", "search_community_address": "חפש כתובת של קהילה", - "search_feed_post": "חפש פוסט בפיד זה" + "search_feed_post": "חפש פוסט בפיד זה", + "from": "מאת", + "via": "דרך", + "sent": "נשלח", + "unread": "לא נקרא", + "comment_replies": "תגובות לתגובות", + "post_replies": "תגובות לפוסטים" } \ No newline at end of file diff --git a/public/translations/hi/default.json b/public/translations/hi/default.json index ec41f6b1..c8bca5bc 100644 --- a/public/translations/hi/default.json +++ b/public/translations/hi/default.json @@ -157,5 +157,11 @@ "block_community_alert": "क्या आप इस समुदाय को ब्लॉक करना चाहते हैं?", "unblock_community_alert": "क्या आप इस समुदाय को अनब्लॉक करना चाहते हैं?", "search_community_address": "एक समुदाय पता खोजें", - "search_feed_post": "इस फ़ीड में एक पोस्ट खोजें" + "search_feed_post": "इस फ़ीड में एक पोस्ट खोजें", + "from": "से", + "via": "के माध्यम से", + "sent": "भेजा गया", + "unread": "अपठित", + "comment_replies": "टिप्पणियों के जवाब", + "post_replies": "पोस्ट के जवाब" } \ No newline at end of file diff --git a/public/translations/hu/default.json b/public/translations/hu/default.json index ee416147..b0ed339b 100644 --- a/public/translations/hu/default.json +++ b/public/translations/hu/default.json @@ -157,5 +157,11 @@ "block_community_alert": "Biztos vagy benne, hogy blokkolni szeretnéd ezt a közösséget?", "unblock_community_alert": "Biztos vagy benne, hogy feloldani szeretnéd ezt a közösséget?", "search_community_address": "Keresse meg egy közösség címét", - "search_feed_post": "Keresse meg a hírt ebben az összefoglalóban" + "search_feed_post": "Keresse meg a hírt ebben az összefoglalóban", + "from": "tőle", + "via": "könnyen", + "sent": "küldött", + "unread": "olvasatlan", + "comment_replies": "válaszok a kommentekre", + "post_replies": "válaszok a posztokra" } \ No newline at end of file diff --git a/public/translations/id/default.json b/public/translations/id/default.json index 26a9ed26..7f362546 100644 --- a/public/translations/id/default.json +++ b/public/translations/id/default.json @@ -157,5 +157,11 @@ "block_community_alert": "Apakah Anda yakin ingin memblokir komunitas ini?", "unblock_community_alert": "Apakah Anda yakin ingin membuka blokir komunitas ini?", "search_community_address": "Cari alamat komunitas", - "search_feed_post": "Cari postingan di umpan ini" + "search_feed_post": "Cari postingan di umpan ini", + "from": "dari", + "via": "melalui", + "sent": "dikirim", + "unread": "belum dibaca", + "comment_replies": "balasan komentar", + "post_replies": "balasan pos" } \ No newline at end of file diff --git a/public/translations/it/default.json b/public/translations/it/default.json index 486af0ac..c4900cda 100644 --- a/public/translations/it/default.json +++ b/public/translations/it/default.json @@ -157,5 +157,11 @@ "block_community_alert": "Sei sicuro di voler bloccare questa comunità?", "unblock_community_alert": "Sei sicuro di voler sbloccare questa comunità?", "search_community_address": "Cerca l'indirizzo di una comunità", - "search_feed_post": "Cerca un post in questa pagina" + "search_feed_post": "Cerca un post in questa pagina", + "from": "da", + "via": "via", + "sent": "inviato", + "unread": "non letti", + "comment_replies": "risposte ai commenti", + "post_replies": "risposte ai post" } \ No newline at end of file diff --git a/public/translations/ja/default.json b/public/translations/ja/default.json index fb242d60..e513edda 100644 --- a/public/translations/ja/default.json +++ b/public/translations/ja/default.json @@ -157,5 +157,11 @@ "block_community_alert": "このコミュニティをブロックしてもよろしいですか?", "unblock_community_alert": "このコミュニティのブロック解除を確認しますか?", "search_community_address": "コミュニティのアドレスを検索", - "search_feed_post": "このフィード内の投稿を検索" + "search_feed_post": "このフィード内の投稿を検索", + "from": "から", + "via": "経由で", + "sent": "送信済み", + "unread": "未読", + "comment_replies": "コメントへの返信", + "post_replies": "投稿への返信" } \ No newline at end of file diff --git a/public/translations/ko/default.json b/public/translations/ko/default.json index 52a2319e..2c389362 100644 --- a/public/translations/ko/default.json +++ b/public/translations/ko/default.json @@ -157,5 +157,11 @@ "block_community_alert": "이 커뮤니티를 차단하시겠습니까?", "unblock_community_alert": "이 커뮤니티의 차단을 해제하시겠습니까?", "search_community_address": "커뮤니티 주소 검색", - "search_feed_post": "이 피드에서 게시물 검색" + "search_feed_post": "이 피드에서 게시물 검색", + "from": "보낸 사람", + "via": "을 통해", + "sent": "보냄", + "unread": "읽지 않음", + "comment_replies": "댓글 답글", + "post_replies": "게시물 답글" } \ No newline at end of file diff --git a/public/translations/mr/default.json b/public/translations/mr/default.json index ca6dd339..2c38749c 100644 --- a/public/translations/mr/default.json +++ b/public/translations/mr/default.json @@ -157,5 +157,11 @@ "block_community_alert": "क्या आपल्याला आपल्या ही समुदाय ब्लॉक करायचं आहे का?", "unblock_community_alert": "क्या आपल्याला खात्री आहे की आपल्याला हे समुदाय अनब्लॉक करायचं आहे का?", "search_community_address": "समुदायाचा पत्ता शोधा", - "search_feed_post": "ह्या फीडमध्ये एक पोस्ट शोधा" + "search_feed_post": "ह्या फीडमध्ये एक पोस्ट शोधा", + "from": "पासून", + "via": "मार्फत", + "sent": "पाठविला", + "unread": "अपठित", + "comment_replies": "टिप्पणी उत्तरे", + "post_replies": "पोस्ट उत्तरे" } \ No newline at end of file diff --git a/public/translations/nl/default.json b/public/translations/nl/default.json index da217f9c..9d3eec26 100644 --- a/public/translations/nl/default.json +++ b/public/translations/nl/default.json @@ -157,5 +157,11 @@ "block_community_alert": "Weet u zeker dat u deze gemeenschap wilt blokkeren?", "unblock_community_alert": "Weet u zeker dat u deze gemeenschap wilt deblokkeren?", "search_community_address": "Zoek een communityadres", - "search_feed_post": "Zoek een bericht in deze feed" + "search_feed_post": "Zoek een bericht in deze feed", + "from": "van", + "via": "via", + "sent": "verzonden", + "unread": "ongelezen", + "comment_replies": "reacties op opmerkingen", + "post_replies": "reacties op berichten" } \ No newline at end of file diff --git a/public/translations/no/default.json b/public/translations/no/default.json index 4ad991fd..d14f0ef3 100644 --- a/public/translations/no/default.json +++ b/public/translations/no/default.json @@ -157,5 +157,11 @@ "block_community_alert": "Er du sikker på at du vil blokkere dette samfunnet?", "unblock_community_alert": "Er du sikker på at du vil fjerne blokkeringen av dette samfunnet?", "search_community_address": "Søk etter en fellesskapsadresse", - "search_feed_post": "Søk etter en post i denne feeden" + "search_feed_post": "Søk etter en post i denne feeden", + "from": "fra", + "via": "via", + "sent": "sendt", + "unread": "ulest", + "comment_replies": "kommentarsvar", + "post_replies": "innleggssvar" } \ No newline at end of file diff --git a/public/translations/pl/default.json b/public/translations/pl/default.json index 4de1bca0..4ba34f44 100644 --- a/public/translations/pl/default.json +++ b/public/translations/pl/default.json @@ -157,5 +157,11 @@ "block_community_alert": "Jesteś pewien, że chcesz zablokować tę społeczność?", "unblock_community_alert": "Jesteś pewien, że chcesz odblokować tę społeczność?", "search_community_address": "Szukaj adresu społeczności", - "search_feed_post": "Szukaj posta w tym zasobie" + "search_feed_post": "Szukaj posta w tym zasobie", + "from": "od", + "via": "przez", + "sent": "wysłane", + "unread": "nieprzeczytane", + "comment_replies": "odpowiedzi na komentarze", + "post_replies": "odpowiedzi na posty" } \ No newline at end of file diff --git a/public/translations/pt/default.json b/public/translations/pt/default.json index ee0cd90c..3bfc831b 100644 --- a/public/translations/pt/default.json +++ b/public/translations/pt/default.json @@ -157,5 +157,11 @@ "block_community_alert": "Tem certeza de que deseja bloquear esta comunidade?", "unblock_community_alert": "Tem certeza de que deseja desbloquear esta comunidade?", "search_community_address": "Pesquisar um endereço de comunidade", - "search_feed_post": "Pesquisar uma postagem neste feed" + "search_feed_post": "Pesquisar uma postagem neste feed", + "from": "de", + "via": "via", + "sent": "enviado", + "unread": "não lido", + "comment_replies": "respostas aos comentários", + "post_replies": "respostas às postagens" } \ No newline at end of file diff --git a/public/translations/ro/default.json b/public/translations/ro/default.json index 9228a618..484c2bfc 100644 --- a/public/translations/ro/default.json +++ b/public/translations/ro/default.json @@ -157,5 +157,11 @@ "block_community_alert": "Sunteți sigur că doriți să blocați această comunitate?", "unblock_community_alert": "Sunteți sigur că doriți să deblocați această comunitate?", "search_community_address": "Caută o adresă de comunitate", - "search_feed_post": "Caută o postare în acest flux" + "search_feed_post": "Caută o postare în acest flux", + "from": "de la", + "via": "prin", + "sent": "trimis", + "unread": "necitit", + "comment_replies": "răspunsuri la comentarii", + "post_replies": "răspunsuri la postări" } \ No newline at end of file diff --git a/public/translations/ru/default.json b/public/translations/ru/default.json index 59f22882..12956cee 100644 --- a/public/translations/ru/default.json +++ b/public/translations/ru/default.json @@ -157,5 +157,11 @@ "block_community_alert": "Вы уверены, что хотите заблокировать это сообщество?", "unblock_community_alert": "Вы уверены, что хотите разблокировать это сообщество?", "search_community_address": "Искать адрес сообщества", - "search_feed_post": "Искать запись в этой ленте" + "search_feed_post": "Искать запись в этой ленте", + "from": "от", + "via": "через", + "sent": "отправлено", + "unread": "непрочитанные", + "comment_replies": "ответы на комментарии", + "post_replies": "ответы на посты" } \ No newline at end of file diff --git a/public/translations/sq/default.json b/public/translations/sq/default.json index bd7062a3..bd858309 100644 --- a/public/translations/sq/default.json +++ b/public/translations/sq/default.json @@ -157,5 +157,11 @@ "block_community_alert": "A jeni të sigurt se dëshironi të bllokoni këtë komunitet?", "unblock_community_alert": "A jeni të sigurt se dëshironi ta zhbllokoni këtë komunitet?", "search_community_address": "Kërkoni një adresë komuniteti", - "search_feed_post": "Kërkoni një postim në këtë rrjedhë" + "search_feed_post": "Kërkoni një postim në këtë rrjedhë", + "from": "nga", + "via": "përmes", + "sent": "dërguar", + "unread": "pa lexuar", + "comment_replies": "përgjigje te komentet", + "post_replies": "përgjigje te postimet" } \ No newline at end of file diff --git a/public/translations/sv/default.json b/public/translations/sv/default.json index 3b4d7fd4..e5f7fb80 100644 --- a/public/translations/sv/default.json +++ b/public/translations/sv/default.json @@ -157,5 +157,11 @@ "block_community_alert": "Är du säker på att du vill blockera detta samhälle?", "unblock_community_alert": "Är du säker på att du vill avblockera detta samhälle?", "search_community_address": "Sök efter en gemenskapsadress", - "search_feed_post": "Sök efter ett inlägg i detta flöde" + "search_feed_post": "Sök efter ett inlägg i detta flöde", + "from": "från", + "via": "via", + "sent": "skickat", + "unread": "olästa", + "comment_replies": "kommentarsvar", + "post_replies": "inläggssvar" } \ No newline at end of file diff --git a/public/translations/te/default.json b/public/translations/te/default.json index 0e0b219e..1e0d23dd 100644 --- a/public/translations/te/default.json +++ b/public/translations/te/default.json @@ -157,5 +157,11 @@ "block_community_alert": "మీరు ఖచ్చితముగా ఈ కమ్యూనిటీని బ్లాక్ చేయాలని ఉందా?", "unblock_community_alert": "మీరు ఖచ్చితముగా ఈ కమ్యూనిటీని అనబ్లాక్ చేయాలని ఉందా?", "search_community_address": "ఒక కమ్యూనిటీ చిరునామా వెతకండి", - "search_feed_post": "ఈ ఫీడ్లో ఒక పోస్టును వెతకండి" + "search_feed_post": "ఈ ఫీడ్లో ఒక పోస్టును వెతకండి", + "from": "నుండి", + "via": "ద్వారా", + "sent": "పంపబడింది", + "unread": "చదవని", + "comment_replies": "వ్యాఖ్యల సమాధానాలు", + "post_replies": "పోస్టు సమాధానాలు" } \ No newline at end of file diff --git a/public/translations/th/default.json b/public/translations/th/default.json index b4fcd45c..f092cbba 100644 --- a/public/translations/th/default.json +++ b/public/translations/th/default.json @@ -157,5 +157,11 @@ "block_community_alert": "คุณแน่ใจหรือไม่ว่าต้องการบล็อกชุมชนนี้?", "unblock_community_alert": "คุณแน่ใจหรือไม่ว่าต้องการยกเลิกการบล็อกชุมชนนี้?", "search_community_address": "ค้นหาที่อยู่ของชุมชน", - "search_feed_post": "ค้นหาโพสต์ในฟีดนี้" + "search_feed_post": "ค้นหาโพสต์ในฟีดนี้", + "from": "จาก", + "via": "ผ่านทาง", + "sent": "ส่งแล้ว", + "unread": "ยังไม่ได้อ่าน", + "comment_replies": "การตอบกลับความคิดเห็น", + "post_replies": "การตอบกลับโพสต์" } \ No newline at end of file diff --git a/public/translations/tr/default.json b/public/translations/tr/default.json index 61fdb2ca..c3a82f91 100644 --- a/public/translations/tr/default.json +++ b/public/translations/tr/default.json @@ -157,5 +157,11 @@ "block_community_alert": "Bu topluluğu engellemek istediğinizden emin misiniz?", "unblock_community_alert": "Bu topluluğun engelini kaldırmak istediğinizden emin misiniz?", "search_community_address": "Bir topluluk adresi arayın", - "search_feed_post": "Bu akışta bir gönderi arayın" + "search_feed_post": "Bu akışta bir gönderi arayın", + "from": "kimden", + "via": "aracılığıyla", + "sent": "gönderildi", + "unread": "okunmamış", + "comment_replies": "yorum yanıtları", + "post_replies": "gönderi yanıtları" } \ No newline at end of file diff --git a/public/translations/uk/default.json b/public/translations/uk/default.json index ad756184..73028486 100644 --- a/public/translations/uk/default.json +++ b/public/translations/uk/default.json @@ -157,5 +157,11 @@ "block_community_alert": "Ви впевнені, що хочете заблокувати цю спільноту?", "unblock_community_alert": "Ви впевнені, що хочете розблокувати цю спільноту?", "search_community_address": "Пошук адреси спільноти", - "search_feed_post": "Шукайте запис у цьому стрічці" + "search_feed_post": "Шукайте запис у цьому стрічці", + "from": "від", + "via": "через", + "sent": "відправлено", + "unread": "непрочитані", + "comment_replies": "відповіді на коментарі", + "post_replies": "відповіді на повідомлення" } \ No newline at end of file diff --git a/public/translations/ur/default.json b/public/translations/ur/default.json index c3c84210..5d24d3ee 100644 --- a/public/translations/ur/default.json +++ b/public/translations/ur/default.json @@ -157,5 +157,11 @@ "block_community_alert": "کیا آپ واقعی یقینی ہیں کہ آپ اس کمیونٹی کو بلاک کرنا چاہتے ہیں؟", "unblock_community_alert": "کیا آپ واقعی یقینی ہیں کہ آپ اس کمیونٹی کی رکاوٹ ہٹانا چاہتے ہیں؟", "search_community_address": "ایک کمیونٹی کا پتہ تلاش کریں", - "search_feed_post": "اس فیڈ میں ایک پوسٹ تلاش کریں" + "search_feed_post": "اس فیڈ میں ایک پوسٹ تلاش کریں", + "from": "سے", + "via": "کے ذریعے", + "sent": "بھیجا گیا", + "unread": "نہ پڑھے", + "comment_replies": "تبادلہ ردوبدل", + "post_replies": "تبادلہ ردوبدل" } \ No newline at end of file diff --git a/public/translations/vi/default.json b/public/translations/vi/default.json index f169b62d..7e15f7e5 100644 --- a/public/translations/vi/default.json +++ b/public/translations/vi/default.json @@ -157,5 +157,11 @@ "block_community_alert": "Bạn có chắc muốn chặn cộng đồng này không?", "unblock_community_alert": "Bạn có chắc muốn bỏ chặn cộng đồng này không?", "search_community_address": "Tìm kiếm địa chỉ của một cộng đồng", - "search_feed_post": "Tìm kiếm một bài viết trong feed này" + "search_feed_post": "Tìm kiếm một bài viết trong feed này", + "from": "từ", + "via": "qua", + "sent": "đã gửi", + "unread": "chưa đọc", + "comment_replies": "trả lời bình luận", + "post_replies": "trả lời bài viết" } \ No newline at end of file diff --git a/public/translations/zh/default.json b/public/translations/zh/default.json index 74daf344..4b45ba5a 100644 --- a/public/translations/zh/default.json +++ b/public/translations/zh/default.json @@ -157,5 +157,11 @@ "block_community_alert": "您确定要阻止此社区吗?", "unblock_community_alert": "您确定要解锁此社区吗?", "search_community_address": "搜索社区地址", - "search_feed_post": "在此订阅中搜索帖子" + "search_feed_post": "在此订阅中搜索帖子", + "from": "从", + "via": "通过", + "sent": "已发送", + "unread": "未读", + "comment_replies": "评论回复", + "post_replies": "帖子回复" } \ No newline at end of file diff --git a/src/components/reply/reply.tsx b/src/components/reply/reply.tsx index 6a2f957a..7a777067 100644 --- a/src/components/reply/reply.tsx +++ b/src/components/reply/reply.tsx @@ -155,6 +155,7 @@ const InboxParentLink = ({ commentCid }: ParentLinkProps) => { }; const InboxParentInfo = ({ commentCid, markedAsRead }: ParentLinkProps) => { + const { t } = useTranslation(); const parent = useComment({ commentCid }); const { author, cid, subplebbitAddress, timestamp } = parent || {}; const shortSubplebbitAddress = subplebbitAddress ? (subplebbitAddress.includes('.') ? subplebbitAddress : getShortAddress(subplebbitAddress)) : ''; @@ -162,15 +163,15 @@ const InboxParentInfo = ({ commentCid, markedAsRead }: ParentLinkProps) => { return ( <>
- from{' '} + {t('from')}{' '} u/{author?.shortAddress}{' '} - via{' '} + {t('via')}{' '} p/{shortSubplebbitAddress}{' '} - sent {getFormattedTimeAgo(timestamp)} + {t('sent')} {getFormattedTimeAgo(timestamp)}
show parent
diff --git a/src/views/inbox/inbox.tsx b/src/views/inbox/inbox.tsx index 88fba970..1c654ad6 100644 --- a/src/views/inbox/inbox.tsx +++ b/src/views/inbox/inbox.tsx @@ -5,10 +5,12 @@ import { useAccount, useNotifications } from '@plebbit/plebbit-react-hooks'; import styles from './inbox.module.css'; import Reply from '../../components/reply/reply'; import { isInboxCommentRepliesView, isInboxPostRepliesView, isInboxUnreadView } from '../../lib/utils/view-utils'; +import { useTranslation } from 'react-i18next'; const lastVirtuosoStates: { [key: string]: StateSnapshot } = {}; const InboxTabs = () => { + const { t } = useTranslation(); const location = useLocation(); const isInboxCommentRepliesPage = isInboxCommentRepliesView(location.pathname); const isInboxPostRepliesPage = isInboxPostRepliesView(location.pathname); @@ -18,19 +20,19 @@ const InboxTabs = () => { return (
- all + {t('all')} | - unread + {t('unread')} | - comment replies + {t('comment_replies')} | - post replies + {t('post_replies')}
);