From 3388ba7f8937ca52d1ff8cc8a842bfd7c7e792ca Mon Sep 17 00:00:00 2001 From: "plebeius.eth" Date: Wed, 27 Dec 2023 13:24:53 +0100 Subject: [PATCH] chore(translations): downvoted, hidden, saved, overview --- 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/header/header.tsx | 12 ++++++------ src/components/post/post.tsx | 2 +- 37 files changed, 217 insertions(+), 77 deletions(-) diff --git a/public/translations/ar/default.json b/public/translations/ar/default.json index 93c5297f..219ee0c7 100644 --- a/public/translations/ar/default.json +++ b/public/translations/ar/default.json @@ -15,7 +15,7 @@ "edit": "تعديل", "home": "الرئيسية", "all": "الكل", - "post_submitted": "تم الإرسال", + "submitted": "تم الإرسال", "post_by": "بواسطة", "post_to": "إلى", "post_no_comments": "تعليق", @@ -131,5 +131,9 @@ "locked": "مقفل", "reason": "السبب", "no_posts_found": "لم يتم العثور على منشورات", - "sorted_by": "مرتبة حسب" + "sorted_by": "مرتبة حسب", + "downvoted": "قمت بالتصويت بالسلب", + "hidden": "مخفي", + "saved": "تم الحفظ", + "overview": "نظرة عامة" } \ No newline at end of file diff --git a/public/translations/bn/default.json b/public/translations/bn/default.json index ea484349..699d532b 100644 --- a/public/translations/bn/default.json +++ b/public/translations/bn/default.json @@ -15,7 +15,7 @@ "edit": "সম্পাদনা", "home": "হোম", "all": "সব", - "post_submitted": "জমা দেওয়া হয়েছে", + "submitted": "জমা দেওয়া হয়েছে", "post_by": "দ্বারা", "post_to": "প্রতি", "post_no_comments": "মন্তব্য", @@ -131,5 +131,9 @@ "locked": "লক করা", "reason": "কারণ", "no_posts_found": "পোস্ট খুঁজে পাওয়া যায়নি", - "sorted_by": "বাছাই করা" + "sorted_by": "বাছাই করা", + "downvoted": "নেতিবাচক ভোট দেন", + "hidden": "লুকানো", + "saved": "সংরক্ষিত", + "overview": "সংক্ষেপ" } \ No newline at end of file diff --git a/public/translations/cs/default.json b/public/translations/cs/default.json index 7355faf5..cd7cd111 100644 --- a/public/translations/cs/default.json +++ b/public/translations/cs/default.json @@ -15,7 +15,7 @@ "edit": "Upravit", "home": "Domů", "all": "Vše", - "post_submitted": "Odesláno", + "submitted": "Odesláno", "post_by": "Od", "post_to": "Do", "post_no_comments": "Komentovat", @@ -131,5 +131,9 @@ "locked": "uzamčeno", "reason": "důvod", "no_posts_found": "žádné nalezené příspěvky", - "sorted_by": "seřazeno podle" + "sorted_by": "seřazeno podle", + "downvoted": "hlasováno dolů", + "hidden": "skrytý", + "saved": "uloženo", + "overview": "přehled" } \ No newline at end of file diff --git a/public/translations/da/default.json b/public/translations/da/default.json index 9b18f8ab..746e6f76 100644 --- a/public/translations/da/default.json +++ b/public/translations/da/default.json @@ -15,7 +15,7 @@ "edit": "Rediger", "home": "Hjem", "all": "Alle", - "post_submitted": "Indsendt", + "submitted": "Indsendt", "post_by": "Af", "post_to": "Til", "post_no_comments": "Kommenter", @@ -131,5 +131,9 @@ "locked": "låst", "reason": "grund", "no_posts_found": "ingen indlæg fundet", - "sorted_by": "sorteret efter" + "sorted_by": "sorteret efter", + "downvoted": "stemt nedad", + "hidden": "skjult", + "saved": "gemt", + "overview": "oversigt" } \ No newline at end of file diff --git a/public/translations/de/default.json b/public/translations/de/default.json index d0540cd1..bbb7321d 100644 --- a/public/translations/de/default.json +++ b/public/translations/de/default.json @@ -15,7 +15,7 @@ "edit": "ändern", "home": "hauptseite", "all": "alle", - "post_submitted": "eingereicht", + "submitted": "eingereicht", "post_by": "von", "post_to": "an", "post_no_comments": "kommentieren", @@ -131,5 +131,9 @@ "locked": "gesperrt", "reason": "Grund", "no_posts_found": "keine Beiträge gefunden", - "sorted_by": "sortiert nach" + "sorted_by": "sortiert nach", + "downvoted": "negativ bewertet", + "hidden": "versteckt", + "saved": "gespeichert", + "overview": "Übersicht" } \ No newline at end of file diff --git a/public/translations/el/default.json b/public/translations/el/default.json index 5a62d1ef..1ac9fcf3 100644 --- a/public/translations/el/default.json +++ b/public/translations/el/default.json @@ -15,7 +15,7 @@ "edit": "Επεξεργασία", "home": "Αρχική", "all": "Όλα", - "post_submitted": "Υποβλήθηκε", + "submitted": "Υποβλήθηκε", "post_by": "Από", "post_to": "Σε", "post_no_comments": "Σχολιάστε", @@ -131,5 +131,9 @@ "locked": "κλειδωμένο", "reason": "λόγος", "no_posts_found": "δεν βρέθηκαν αναρτήσεις", - "sorted_by": "ταξινομημένο κατά" + "sorted_by": "ταξινομημένο κατά", + "downvoted": "καταψήφιση", + "hidden": "κρυφός", + "saved": "αποθηκευμένο", + "overview": "επισκόπηση" } \ No newline at end of file diff --git a/public/translations/en/default.json b/public/translations/en/default.json index daf9a61e..684ff633 100644 --- a/public/translations/en/default.json +++ b/public/translations/en/default.json @@ -15,7 +15,7 @@ "edit": "edit", "home": "home", "all": "all", - "post_submitted": "submitted", + "submitted": "submitted", "post_by": "by", "post_to": "to", "post_no_comments": "comment", @@ -131,5 +131,9 @@ "locked": "locked", "reason": "reason", "no_posts_found": "no posts found", - "sorted_by": "sorted by" + "sorted_by": "sorted by", + "downvoted": "downvoted", + "hidden": "hidden", + "saved": "saved", + "overview": "overview" } \ No newline at end of file diff --git a/public/translations/es/default.json b/public/translations/es/default.json index c42290f2..ae99cca9 100644 --- a/public/translations/es/default.json +++ b/public/translations/es/default.json @@ -15,7 +15,7 @@ "edit": "editar", "home": "inicio", "all": "todos", - "post_submitted": "enviado", + "submitted": "enviado", "post_by": "por", "post_to": "a", "post_no_comments": "comentar", @@ -131,5 +131,9 @@ "locked": "bloqueado", "reason": "motivo", "no_posts_found": "no se encontraron publicaciones", - "sorted_by": "ordenado por" + "sorted_by": "ordenado por", + "downvoted": "voto negativo", + "hidden": "oculto", + "saved": "guardado", + "overview": "vista general" } \ No newline at end of file diff --git a/public/translations/fa/default.json b/public/translations/fa/default.json index 4207fd4a..8d817655 100644 --- a/public/translations/fa/default.json +++ b/public/translations/fa/default.json @@ -15,7 +15,7 @@ "edit": "ویرایش", "home": "خانه", "all": "همه", - "post_submitted": "ارسال شده", + "submitted": "ارسال شده", "post_by": "توسط", "post_to": "به", "post_no_comments": "نظر", @@ -131,5 +131,9 @@ "locked": "قفل شده", "reason": "دلیل", "no_posts_found": "هیچ پستی یافت نشد", - "sorted_by": "مرتب شده بر اساس" + "sorted_by": "مرتب شده بر اساس", + "downvoted": "رای منفی داده شده", + "hidden": "مخفی", + "saved": "ذخیره شده", + "overview": "بررسی کلی" } \ No newline at end of file diff --git a/public/translations/fi/default.json b/public/translations/fi/default.json index 9bed26fd..a2f534a1 100644 --- a/public/translations/fi/default.json +++ b/public/translations/fi/default.json @@ -15,7 +15,7 @@ "edit": "Muokkaa", "home": "Etusivu", "all": "Kaikki", - "post_submitted": "Lähetetty", + "submitted": "Lähetetty", "post_by": "Tekijä", "post_to": "Kohteeseen", "post_no_comments": "Kommentoi", @@ -131,5 +131,9 @@ "locked": "lukittu", "reason": "syy", "no_posts_found": "ei löytynyt viestejä", - "sorted_by": "lajiteltu" + "sorted_by": "lajiteltu", + "downvoted": "äänestetty alas", + "hidden": "piilotettu", + "saved": "tallennettu", + "overview": "yleiskatsaus" } \ No newline at end of file diff --git a/public/translations/fil/default.json b/public/translations/fil/default.json index fed9b28b..ecda8f9c 100644 --- a/public/translations/fil/default.json +++ b/public/translations/fil/default.json @@ -15,7 +15,7 @@ "edit": "I-edit", "home": "Bahay", "all": "Lahat", - "post_submitted": "Naipadala", + "submitted": "Naipadala", "post_by": "Ni", "post_to": "Sa", "post_no_comments": "Magkomento", @@ -131,5 +131,9 @@ "locked": "nakalock", "reason": "dahilan", "no_posts_found": "walang mga post na natagpuan", - "sorted_by": "inurutan ayon sa" + "sorted_by": "inurutan ayon sa", + "downvoted": "binoto ng negatibo", + "hidden": "nakatagong", + "saved": "itinago", + "overview": "buod" } \ No newline at end of file diff --git a/public/translations/fr/default.json b/public/translations/fr/default.json index 41227b76..871c76e5 100644 --- a/public/translations/fr/default.json +++ b/public/translations/fr/default.json @@ -15,7 +15,7 @@ "edit": "modifier", "home": "accueil", "all": "tous", - "post_submitted": "soumis", + "submitted": "soumis", "post_by": "par", "post_to": "dans", "post_no_comments": "commenter", @@ -131,5 +131,9 @@ "locked": "verrouillé", "reason": "raison", "no_posts_found": "aucune publication trouvée", - "sorted_by": "trié par" + "sorted_by": "trié par", + "downvoted": "vote négatif", + "hidden": "caché", + "saved": "enregistré", + "overview": "aperçu" } \ No newline at end of file diff --git a/public/translations/he/default.json b/public/translations/he/default.json index 20325e5b..7b9d05ec 100644 --- a/public/translations/he/default.json +++ b/public/translations/he/default.json @@ -15,7 +15,7 @@ "edit": "ערוך", "home": "בית", "all": "הכל", - "post_submitted": "נשלח", + "submitted": "נשלח", "post_by": "על ידי", "post_to": "אל", "post_no_comments": "הוסף תגובה", @@ -131,5 +131,9 @@ "locked": "נעול", "reason": "סיבה", "no_posts_found": "לא נמצאו פרסומים", - "sorted_by": "ממוין לפי" + "sorted_by": "ממוין לפי", + "downvoted": "קיבל דירוג שלילי", + "hidden": "מוסתר", + "saved": "נשמר", + "overview": "סקירה" } \ No newline at end of file diff --git a/public/translations/hi/default.json b/public/translations/hi/default.json index 7648fecd..d826e9d3 100644 --- a/public/translations/hi/default.json +++ b/public/translations/hi/default.json @@ -15,7 +15,7 @@ "edit": "संपादित करें", "home": "होम", "all": "सब", - "post_submitted": "भेजा गया", + "submitted": "भेजा गया", "post_by": "द्वारा", "post_to": "को", "post_no_comments": "टिप्पणी करें", @@ -131,5 +131,9 @@ "locked": "लॉक किया गया", "reason": "कारण", "no_posts_found": "कोई पोस्ट नहीं मिली", - "sorted_by": "क्रमित द्वारा" + "sorted_by": "क्रमित द्वारा", + "downvoted": "नकारात्मक वोट दिया गया", + "hidden": "छुपा हुआ", + "saved": "सहेजा गया", + "overview": "अवलोकन" } \ No newline at end of file diff --git a/public/translations/hu/default.json b/public/translations/hu/default.json index c4964038..5b54bc56 100644 --- a/public/translations/hu/default.json +++ b/public/translations/hu/default.json @@ -15,7 +15,7 @@ "edit": "Szerkesztés", "home": "Főoldal", "all": "Összes", - "post_submitted": "Beküldve", + "submitted": "Beküldve", "post_by": "Által", "post_to": "Címzett", "post_no_comments": "Hozzászólás", @@ -131,5 +131,9 @@ "locked": "lezárt", "reason": "ok", "no_posts_found": "nincsenek találatok", - "sorted_by": "rendezve" + "sorted_by": "rendezve", + "downvoted": "leértékelt", + "hidden": "rejtett", + "saved": "elmentve", + "overview": "áttekintés" } \ No newline at end of file diff --git a/public/translations/id/default.json b/public/translations/id/default.json index f6aabca2..5ad78786 100644 --- a/public/translations/id/default.json +++ b/public/translations/id/default.json @@ -15,7 +15,7 @@ "edit": "Edit", "home": "Beranda", "all": "Semua", - "post_submitted": "Dikirim", + "submitted": "Dikirim", "post_by": "Oleh", "post_to": "Ke", "post_no_comments": "Komentar", @@ -131,5 +131,9 @@ "locked": "terkunci", "reason": "alasan", "no_posts_found": "tidak ditemukan postingan", - "sorted_by": "diurutkan berdasarkan" + "sorted_by": "diurutkan berdasarkan", + "downvoted": "disundul", + "hidden": "tersembunyi", + "saved": "tersimpan", + "overview": "ikhtisar" } \ No newline at end of file diff --git a/public/translations/it/default.json b/public/translations/it/default.json index 48865839..d4ce27f9 100644 --- a/public/translations/it/default.json +++ b/public/translations/it/default.json @@ -15,7 +15,7 @@ "edit": "modifica", "home": "home", "all": "tutti", - "post_submitted": "inviato", + "submitted": "inviato", "post_by": "da", "post_to": "su", "post_no_comments": "commenta", @@ -131,5 +131,9 @@ "locked": "bloccato", "reason": "motivo", "no_posts_found": "nessun post trovato", - "sorted_by": "ordinato per" + "sorted_by": "ordinato per", + "downvoted": "hai dato un downvote", + "hidden": "nascosto", + "saved": "salvato", + "overview": "panoramica" } \ No newline at end of file diff --git a/public/translations/ja/default.json b/public/translations/ja/default.json index 5b4b41f5..c18956a5 100644 --- a/public/translations/ja/default.json +++ b/public/translations/ja/default.json @@ -15,7 +15,7 @@ "edit": "編集", "home": "ホーム", "all": "すべて", - "post_submitted": "送信済み", + "submitted": "送信済み", "post_by": "投稿者", "post_to": "へ", "post_no_comments": "コメントする", @@ -131,5 +131,9 @@ "locked": "ロックされました", "reason": "理由", "no_posts_found": "投稿が見つかりません", - "sorted_by": "並び替え" + "sorted_by": "並び替え", + "downvoted": "ダウンボートされました", + "hidden": "非表示", + "saved": "保存済み", + "overview": "概要" } \ No newline at end of file diff --git a/public/translations/ko/default.json b/public/translations/ko/default.json index 5c99c923..5f997293 100644 --- a/public/translations/ko/default.json +++ b/public/translations/ko/default.json @@ -15,7 +15,7 @@ "edit": "편집", "home": "홈", "all": "모두", - "post_submitted": "제출됨", + "submitted": "제출됨", "post_by": "작성자", "post_to": "대상", "post_no_comments": "댓글", @@ -131,5 +131,9 @@ "locked": "잠금", "reason": "이유", "no_posts_found": "게시물을 찾을 수 없음", - "sorted_by": "정렬 기준" + "sorted_by": "정렬 기준", + "downvoted": "다운보트", + "hidden": "숨겨진", + "saved": "저장됨", + "overview": "개요" } \ No newline at end of file diff --git a/public/translations/mr/default.json b/public/translations/mr/default.json index 69712052..2e50ad0a 100644 --- a/public/translations/mr/default.json +++ b/public/translations/mr/default.json @@ -15,7 +15,7 @@ "edit": "संपादित करा", "home": "मुख्यपृष्ठ", "all": "सर्व", - "post_submitted": "सबमिट केले", + "submitted": "सबमिट केले", "post_by": "कडून", "post_to": "करीता", "post_no_comments": "टिप्पणी", @@ -131,5 +131,9 @@ "locked": "लॉक केला", "reason": "कारण", "no_posts_found": "कोणत्याही पोस्ट सापडल्या नाहीत", - "sorted_by": "वर्गीकृत केलं" + "sorted_by": "वर्गीकृत केलं", + "downvoted": "खाली दिलेला मत", + "hidden": "लपवला", + "saved": "साचला", + "overview": "वर्गीकरण" } \ No newline at end of file diff --git a/public/translations/nl/default.json b/public/translations/nl/default.json index 57c33a01..d51f6abc 100644 --- a/public/translations/nl/default.json +++ b/public/translations/nl/default.json @@ -15,7 +15,7 @@ "edit": "Bewerken", "home": "Thuis", "all": "Alle", - "post_submitted": "Ingediend", + "submitted": "Ingediend", "post_by": "Door", "post_to": "Naar", "post_no_comments": "Reageer", @@ -131,5 +131,9 @@ "locked": "vergrendeld", "reason": "reden", "no_posts_found": "geen berichten gevonden", - "sorted_by": "gesorteerd op" + "sorted_by": "gesorteerd op", + "downvoted": "negatief gestemd", + "hidden": "verborgen", + "saved": "opgeslagen", + "overview": "overzicht" } \ No newline at end of file diff --git a/public/translations/no/default.json b/public/translations/no/default.json index e027dd7d..5f15d3bb 100644 --- a/public/translations/no/default.json +++ b/public/translations/no/default.json @@ -15,7 +15,7 @@ "edit": "Rediger", "home": "Hjem", "all": "Alle", - "post_submitted": "Innsendt", + "submitted": "Innsendt", "post_by": "Av", "post_to": "Til", "post_no_comments": "Kommenter", @@ -131,5 +131,9 @@ "locked": "låst", "reason": "grunn", "no_posts_found": "ingen poster funnet", - "sorted_by": "sortert etter" + "sorted_by": "sortert etter", + "downvoted": "stemt ned", + "hidden": "skjult", + "saved": "lagret", + "overview": "oversikt" } \ No newline at end of file diff --git a/public/translations/pl/default.json b/public/translations/pl/default.json index 2bf872dd..cc8566f8 100644 --- a/public/translations/pl/default.json +++ b/public/translations/pl/default.json @@ -15,7 +15,7 @@ "edit": "Edytuj", "home": "Strona główna", "all": "Wszystko", - "post_submitted": "Wysłane", + "submitted": "Wysłane", "post_by": "Przez", "post_to": "Do", "post_no_comments": "Komentuj", @@ -131,5 +131,9 @@ "locked": "zablokowane", "reason": "powód", "no_posts_found": "nie znaleziono żadnych postów", - "sorted_by": "posortowane według" + "sorted_by": "posortowane według", + "downvoted": "zagłosowane na nie", + "hidden": "ukryty", + "saved": "zapisane", + "overview": "przegląd" } \ No newline at end of file diff --git a/public/translations/pt/default.json b/public/translations/pt/default.json index 6fd3a4a6..33107fa6 100644 --- a/public/translations/pt/default.json +++ b/public/translations/pt/default.json @@ -15,7 +15,7 @@ "edit": "editar", "home": "início", "all": "todos", - "post_submitted": "enviado", + "submitted": "enviado", "post_by": "por", "post_to": "para", "post_no_comments": "comentar", @@ -131,5 +131,9 @@ "locked": "trancado", "reason": "razão", "no_posts_found": "nenhuma postagem encontrada", - "sorted_by": "ordenado por" + "sorted_by": "ordenado por", + "downvoted": "voto negativo", + "hidden": "oculto", + "saved": "salvo", + "overview": "visão geral" } \ No newline at end of file diff --git a/public/translations/ro/default.json b/public/translations/ro/default.json index 2b284708..c9d07026 100644 --- a/public/translations/ro/default.json +++ b/public/translations/ro/default.json @@ -15,7 +15,7 @@ "edit": "Editează", "home": "Acasă", "all": "Toate", - "post_submitted": "Trimis", + "submitted": "Trimis", "post_by": "De către", "post_to": "Către", "post_no_comments": "Comentează", @@ -131,5 +131,9 @@ "locked": "blocat", "reason": "motiv", "no_posts_found": "nu au fost găsite postări", - "sorted_by": "sortat după" + "sorted_by": "sortat după", + "downvoted": "vot negativ", + "hidden": "ascuns", + "saved": "salvat", + "overview": "prezentare generală" } \ No newline at end of file diff --git a/public/translations/ru/default.json b/public/translations/ru/default.json index 61e8b544..e7ce5f98 100644 --- a/public/translations/ru/default.json +++ b/public/translations/ru/default.json @@ -15,7 +15,7 @@ "edit": "Редактировать", "home": "Главная", "all": "Все", - "post_submitted": "Отправлено", + "submitted": "Отправлено", "post_by": "От", "post_to": "В", "post_no_comments": "Комментировать", @@ -131,5 +131,9 @@ "locked": "заблокирован", "reason": "причина", "no_posts_found": "посты не найдены", - "sorted_by": "сортировано по" + "sorted_by": "сортировано по", + "downvoted": "проголосовало негативно", + "hidden": "скрыто", + "saved": "сохранено", + "overview": "обзор" } \ No newline at end of file diff --git a/public/translations/sq/default.json b/public/translations/sq/default.json index 6dc814d1..0f0ee76f 100644 --- a/public/translations/sq/default.json +++ b/public/translations/sq/default.json @@ -15,7 +15,7 @@ "edit": "Redakto", "home": "Kryefaqja", "all": "Të gjithë", - "post_submitted": "I dërguar", + "submitted": "I dërguar", "post_by": "Nga", "post_to": "Tek", "post_no_comments": "Komento", @@ -131,5 +131,9 @@ "locked": "i bllokuar", "reason": "arsye", "no_posts_found": "nuk u gjetën postime", - "sorted_by": "radhitur sipas" + "sorted_by": "radhitur sipas", + "downvoted": "votim negativ", + "hidden": "fshehur", + "saved": "i ruajtur", + "overview": "përgledim" } \ No newline at end of file diff --git a/public/translations/sv/default.json b/public/translations/sv/default.json index b673f067..ed5faace 100644 --- a/public/translations/sv/default.json +++ b/public/translations/sv/default.json @@ -15,7 +15,7 @@ "edit": "Redigera", "home": "Hem", "all": "Alla", - "post_submitted": "Inskickad", + "submitted": "Inskickad", "post_by": "Av", "post_to": "Till", "post_no_comments": "Kommentera", @@ -131,5 +131,9 @@ "locked": "låst", "reason": "anledning", "no_posts_found": "inga inlägg hittades", - "sorted_by": "sorterat efter" + "sorted_by": "sorterat efter", + "downvoted": "negativt röstat", + "hidden": "dold", + "saved": "sparad", + "overview": "översikt" } \ No newline at end of file diff --git a/public/translations/te/default.json b/public/translations/te/default.json index 55a11a59..fbc76b38 100644 --- a/public/translations/te/default.json +++ b/public/translations/te/default.json @@ -15,7 +15,7 @@ "edit": "సవరించు", "home": "హోమ్", "all": "అన్ని", - "post_submitted": "సబ్మిట్ చేసినది", + "submitted": "సబ్మిట్ చేసినది", "post_by": "ద్వారా", "post_to": "కు", "post_no_comments": "కామెంట్", @@ -131,5 +131,9 @@ "locked": "లాక్ చేయబడింది", "reason": "కారణం", "no_posts_found": "పోస్టులు కనబడలేదు", - "sorted_by": "వర్గీకరణ" + "sorted_by": "వర్గీకరణ", + "downvoted": "నకరాత్మకంగా వోటు వేయబడింది", + "hidden": "దాచబడిన", + "saved": "భద్రపరచబడినది", + "overview": "గణాంశం" } \ No newline at end of file diff --git a/public/translations/th/default.json b/public/translations/th/default.json index 4341f20c..6f2b2b86 100644 --- a/public/translations/th/default.json +++ b/public/translations/th/default.json @@ -15,7 +15,7 @@ "edit": "แก้ไข", "home": "หน้าแรก", "all": "ทั้งหมด", - "post_submitted": "ส่งแล้ว", + "submitted": "ส่งแล้ว", "post_by": "โดย", "post_to": "ถึง", "post_no_comments": "แสดงความคิดเห็น", @@ -131,5 +131,9 @@ "locked": "ล็อก", "reason": "เหตุผล", "no_posts_found": "ไม่พบโพสต์", - "sorted_by": "เรียงตาม" + "sorted_by": "เรียงตาม", + "downvoted": "โหวตลบ", + "hidden": "ซ่อน", + "saved": "บันทึกแล้ว", + "overview": "ภาพรวม" } \ No newline at end of file diff --git a/public/translations/tr/default.json b/public/translations/tr/default.json index 08a8cc9a..de7b9f6e 100644 --- a/public/translations/tr/default.json +++ b/public/translations/tr/default.json @@ -15,7 +15,7 @@ "edit": "Düzenle", "home": "Ana Sayfa", "all": "Tümü", - "post_submitted": "Gönderildi", + "submitted": "Gönderildi", "post_by": "Tarafından", "post_to": "Kime", "post_no_comments": "Yorum Yap", @@ -131,5 +131,9 @@ "locked": "kilitli", "reason": "neden", "no_posts_found": "hiçbir gönderi bulunamadı", - "sorted_by": "sıralama ölçütü" + "sorted_by": "sıralama ölçütü", + "downvoted": "aşağı oy verildi", + "hidden": "gizli", + "saved": "kaydedildi", + "overview": "genel bakış" } \ No newline at end of file diff --git a/public/translations/uk/default.json b/public/translations/uk/default.json index cb21c641..7de935d4 100644 --- a/public/translations/uk/default.json +++ b/public/translations/uk/default.json @@ -15,7 +15,7 @@ "edit": "Редагувати", "home": "Головна", "all": "Всі", - "post_submitted": "Надіслано", + "submitted": "Надіслано", "post_by": "Від", "post_to": "До", "post_no_comments": "Коментувати", @@ -131,5 +131,9 @@ "locked": "заблоковано", "reason": "причина", "no_posts_found": "пости не знайдені", - "sorted_by": "відсортовано за" + "sorted_by": "відсортовано за", + "downvoted": "проголосувало негативно", + "hidden": "прихований", + "saved": "збережено", + "overview": "огляд" } \ No newline at end of file diff --git a/public/translations/ur/default.json b/public/translations/ur/default.json index 56f0e5a5..9ba1c54f 100644 --- a/public/translations/ur/default.json +++ b/public/translations/ur/default.json @@ -15,7 +15,7 @@ "edit": "تدوین کریں", "home": "ہوم", "all": "تمام", - "post_submitted": "جمع کروائی گئی", + "submitted": "جمع کروائی گئی", "post_by": "کی طرف سے", "post_to": "کو", "post_no_comments": "تبادلہ خیال کریں", @@ -131,5 +131,9 @@ "locked": "مقفل", "reason": "وجہ", "no_posts_found": "کوئی پوسٹس نہیں ملیں", - "sorted_by": "ترتیب دی گئی" + "sorted_by": "ترتیب دی گئی", + "downvoted": "نیچے ووٹ دیا گیا", + "hidden": "چھپا ہوا", + "saved": "محفوظ", + "overview": "جامع جائزہ" } \ No newline at end of file diff --git a/public/translations/vi/default.json b/public/translations/vi/default.json index a7921e66..a97086c0 100644 --- a/public/translations/vi/default.json +++ b/public/translations/vi/default.json @@ -15,7 +15,7 @@ "edit": "Chỉnh sửa", "home": "Trang chủ", "all": "Tất cả", - "post_submitted": "Đã gửi", + "submitted": "Đã gửi", "post_by": "Bởi", "post_to": "Tới", "post_no_comments": "Bình luận", @@ -131,5 +131,9 @@ "locked": "bị khóa", "reason": "lý do", "no_posts_found": "không tìm thấy bài viết", - "sorted_by": "sắp xếp theo" + "sorted_by": "sắp xếp theo", + "downvoted": "đã downvote", + "hidden": "ẩn", + "saved": "đã lưu", + "overview": "tổng quan" } \ No newline at end of file diff --git a/public/translations/zh/default.json b/public/translations/zh/default.json index 4f83e347..4bb17662 100644 --- a/public/translations/zh/default.json +++ b/public/translations/zh/default.json @@ -15,7 +15,7 @@ "edit": "编辑", "home": "首页", "all": "全部", - "post_submitted": "已提交", + "submitted": "已提交", "post_by": "由", "post_to": "至", "post_no_comments": "评论", @@ -131,5 +131,9 @@ "locked": "已锁定", "reason": "原因", "no_posts_found": "未找到帖子", - "sorted_by": "排序方式" + "sorted_by": "排序方式", + "downvoted": "负投票", + "hidden": "隐藏", + "saved": "已保存", + "overview": "概观" } \ No newline at end of file diff --git a/src/components/header/header.tsx b/src/components/header/header.tsx index 4a59ba5d..ebe2f212 100644 --- a/src/components/header/header.tsx +++ b/src/components/header/header.tsx @@ -136,7 +136,7 @@ const AuthorHeaderTabs = () => { <>
  • - overview + {t('overview')}
  • @@ -152,29 +152,29 @@ const AuthorHeaderTabs = () => { to={isAuthorPage ? authorRoute + '/submitted' : '/profile/submitted'} className={isProfileSubmittedPage || isAuthorSubmittedPage ? styles.selected : styles.choice} > - submitted + {t('submitted')}
  • {isProfilePage && ( <>
  • - upvoted + {t('upvoted')}
  • - downvoted + {t('downvoted')}
  • e.preventDefault()}> - hidden + {t('hidden')}
  • e.preventDefault()}> - saved + {t('saved')}
  • diff --git a/src/components/post/post.tsx b/src/components/post/post.tsx index c77e1171..fcf21095 100644 --- a/src/components/post/post.tsx +++ b/src/components/post/post.tsx @@ -170,7 +170,7 @@ const Post = ({ post = {}, index }: PostProps) => { /> )}

    - {t('post_submitted')} {getFormattedTimeAgo(timestamp)} {t('post_by')}{' '} + {t('submitted')} {getFormattedTimeAgo(timestamp)} {t('post_by')}{' '}