From 57fb75d6742090c59758aba2723a2e8dec4dd053 Mon Sep 17 00:00:00 2001 From: "plebeius.eth" Date: Sat, 4 May 2024 23:01:37 +0200 Subject: [PATCH] remove padding, add translations --- public/translations/ar/default.json | 3 ++- public/translations/bn/default.json | 3 ++- public/translations/cs/default.json | 3 ++- public/translations/da/default.json | 3 ++- public/translations/de/default.json | 3 ++- public/translations/el/default.json | 3 ++- public/translations/en/default.json | 3 ++- public/translations/es/default.json | 3 ++- public/translations/fa/default.json | 3 ++- public/translations/fi/default.json | 3 ++- public/translations/fil/default.json | 3 ++- public/translations/fr/default.json | 3 ++- public/translations/he/default.json | 3 ++- public/translations/hi/default.json | 3 ++- public/translations/hu/default.json | 3 ++- public/translations/id/default.json | 3 ++- public/translations/it/default.json | 3 ++- public/translations/ja/default.json | 3 ++- public/translations/ko/default.json | 3 ++- public/translations/mr/default.json | 3 ++- public/translations/nl/default.json | 3 ++- public/translations/no/default.json | 3 ++- public/translations/pl/default.json | 3 ++- public/translations/pt/default.json | 3 ++- public/translations/ro/default.json | 3 ++- public/translations/ru/default.json | 3 ++- public/translations/sq/default.json | 3 ++- public/translations/sv/default.json | 3 ++- public/translations/te/default.json | 3 ++- public/translations/th/default.json | 3 ++- public/translations/tr/default.json | 3 ++- public/translations/uk/default.json | 3 ++- public/translations/ur/default.json | 3 ++- public/translations/vi/default.json | 3 ++- public/translations/zh/default.json | 3 ++- src/components/board-banner/board-banner.module.css | 1 - src/views/home/home.tsx | 4 ++-- 37 files changed, 72 insertions(+), 38 deletions(-) diff --git a/public/translations/ar/default.json b/public/translations/ar/default.json index 54a36098..6067cb13 100644 --- a/public/translations/ar/default.json +++ b/public/translations/ar/default.json @@ -62,5 +62,6 @@ "thread_closed_alert": "الموضوع مغلق", "reply_to_cid": "الرد على {{cid}}", "submit": "إرسال", - "gif": "جي آي إف" + "gif": "جي آي إف", + "moderating": "تدير" } \ No newline at end of file diff --git a/public/translations/bn/default.json b/public/translations/bn/default.json index eedcdc8d..d98e04c3 100644 --- a/public/translations/bn/default.json +++ b/public/translations/bn/default.json @@ -62,5 +62,6 @@ "thread_closed_alert": "থ্রেডটি বন্ধ করা হয়েছে", "reply_to_cid": "{{cid}}-এ উত্তর দিন", "submit": "জমা দিন", - "gif": "জিআইএফ" + "gif": "জিআইএফ", + "moderating": "মডারেটিং" } \ No newline at end of file diff --git a/public/translations/cs/default.json b/public/translations/cs/default.json index 6a786c2a..b2c0a195 100644 --- a/public/translations/cs/default.json +++ b/public/translations/cs/default.json @@ -62,5 +62,6 @@ "thread_closed_alert": "Vlákno je uzavřeno", "reply_to_cid": "Odpovědět na {{cid}}", "submit": "Odeslat", - "gif": "GIF" + "gif": "GIF", + "moderating": "moderování" } \ No newline at end of file diff --git a/public/translations/da/default.json b/public/translations/da/default.json index 2ddbfb74..141362f6 100644 --- a/public/translations/da/default.json +++ b/public/translations/da/default.json @@ -62,5 +62,6 @@ "thread_closed_alert": "Tråden er lukket", "reply_to_cid": "Svar til {{cid}}", "submit": "Indsend", - "gif": "GIF" + "gif": "GIF", + "moderating": "modererer" } \ No newline at end of file diff --git a/public/translations/de/default.json b/public/translations/de/default.json index 488ba55a..adaf123c 100644 --- a/public/translations/de/default.json +++ b/public/translations/de/default.json @@ -62,5 +62,6 @@ "thread_closed_alert": "Der Thread ist geschlossen", "reply_to_cid": "Antwort an {{cid}}", "submit": "Einreichen", - "gif": "GIF" + "gif": "GIF", + "moderating": "moderieren" } \ No newline at end of file diff --git a/public/translations/el/default.json b/public/translations/el/default.json index 5768a544..486d3d54 100644 --- a/public/translations/el/default.json +++ b/public/translations/el/default.json @@ -62,5 +62,6 @@ "thread_closed_alert": "Το νήμα έχει κλείσει", "reply_to_cid": "Απάντηση σε {{cid}}", "submit": "Υποβολή", - "gif": "GIF" + "gif": "GIF", + "moderating": "διαχειρίζεστε" } \ No newline at end of file diff --git a/public/translations/en/default.json b/public/translations/en/default.json index 3f6ed05e..03d752c0 100644 --- a/public/translations/en/default.json +++ b/public/translations/en/default.json @@ -62,5 +62,6 @@ "thread_closed_alert": "This thread is closed", "reply_to_cid": "Reply to {{cid}}", "submit": "Submit", - "gif": "GIF" + "gif": "GIF", + "moderating": "moderating" } \ No newline at end of file diff --git a/public/translations/es/default.json b/public/translations/es/default.json index 45f04b2f..2dfab55b 100644 --- a/public/translations/es/default.json +++ b/public/translations/es/default.json @@ -62,5 +62,6 @@ "thread_closed_alert": "El hilo está cerrado", "reply_to_cid": "Responder a {{cid}}", "submit": "Enviar", - "gif": "GIF" + "gif": "GIF", + "moderating": "moderando" } \ No newline at end of file diff --git a/public/translations/fa/default.json b/public/translations/fa/default.json index 66ada046..43f61f9b 100644 --- a/public/translations/fa/default.json +++ b/public/translations/fa/default.json @@ -62,5 +62,6 @@ "thread_closed_alert": "موضوع بسته شده است", "reply_to_cid": "پاسخ به {{cid}}", "submit": "ارسال", - "gif": "گیف" + "gif": "گیف", + "moderating": "مدیریت" } \ No newline at end of file diff --git a/public/translations/fi/default.json b/public/translations/fi/default.json index 56710845..2271349d 100644 --- a/public/translations/fi/default.json +++ b/public/translations/fi/default.json @@ -62,5 +62,6 @@ "thread_closed_alert": "Ketju on suljettu", "reply_to_cid": "Vastaa {{cid}}", "submit": "Lähetä", - "gif": "GIF" + "gif": "GIF", + "moderating": "moderoit" } \ No newline at end of file diff --git a/public/translations/fil/default.json b/public/translations/fil/default.json index b94e5f44..11f4b987 100644 --- a/public/translations/fil/default.json +++ b/public/translations/fil/default.json @@ -62,5 +62,6 @@ "thread_closed_alert": "Sarado na ang thread", "reply_to_cid": "Tumugon sa {{cid}}", "submit": "Isumite", - "gif": "GIF" + "gif": "GIF", + "moderating": "namamahala" } \ No newline at end of file diff --git a/public/translations/fr/default.json b/public/translations/fr/default.json index 199e1292..9c68f0ba 100644 --- a/public/translations/fr/default.json +++ b/public/translations/fr/default.json @@ -62,5 +62,6 @@ "thread_closed_alert": "Le fil est fermé", "reply_to_cid": "Répondre à {{cid}}", "submit": "Soumettre", - "gif": "GIF" + "gif": "GIF", + "moderating": "modération" } \ No newline at end of file diff --git a/public/translations/he/default.json b/public/translations/he/default.json index 2ca03efb..9b9039f6 100644 --- a/public/translations/he/default.json +++ b/public/translations/he/default.json @@ -62,5 +62,6 @@ "thread_closed_alert": "האשכול סגור", "reply_to_cid": "תגובה ל{{cid}}", "submit": "שלח", - "gif": "גיף" + "gif": "גיף", + "moderating": "מנהל" } \ No newline at end of file diff --git a/public/translations/hi/default.json b/public/translations/hi/default.json index 119c020c..aa0f39c8 100644 --- a/public/translations/hi/default.json +++ b/public/translations/hi/default.json @@ -62,5 +62,6 @@ "thread_closed_alert": "यह थ्रेड बंद है", "reply_to_cid": "{{cid}} का उत्तर दें", "submit": "जमा करें", - "gif": "जीआईएफ" + "gif": "जीआईएफ", + "moderating": "मॉडरेटिंग" } \ No newline at end of file diff --git a/public/translations/hu/default.json b/public/translations/hu/default.json index bffa2a15..a2aded7c 100644 --- a/public/translations/hu/default.json +++ b/public/translations/hu/default.json @@ -62,5 +62,6 @@ "thread_closed_alert": "A téma lezárva", "reply_to_cid": "Válasz erre: {{cid}}", "submit": "Beküldés", - "gif": "GIF" + "gif": "GIF", + "moderating": "moderálás" } \ No newline at end of file diff --git a/public/translations/id/default.json b/public/translations/id/default.json index 5545f540..96c9e043 100644 --- a/public/translations/id/default.json +++ b/public/translations/id/default.json @@ -62,5 +62,6 @@ "thread_closed_alert": "Thread ini ditutup", "reply_to_cid": "Balas ke {{cid}}", "submit": "Kirim", - "gif": "GIF" + "gif": "GIF", + "moderating": "memoderasi" } \ No newline at end of file diff --git a/public/translations/it/default.json b/public/translations/it/default.json index 1e6d790f..dfda2da7 100644 --- a/public/translations/it/default.json +++ b/public/translations/it/default.json @@ -62,5 +62,6 @@ "thread_closed_alert": "Questo thread è chiuso", "reply_to_cid": "Rispondi a {{cid}}", "submit": "Invia", - "gif": "GIF" + "gif": "GIF", + "moderating": "stai moderando" } \ No newline at end of file diff --git a/public/translations/ja/default.json b/public/translations/ja/default.json index 2840270e..184e370d 100644 --- a/public/translations/ja/default.json +++ b/public/translations/ja/default.json @@ -62,5 +62,6 @@ "thread_closed_alert": "このスレッドは閉じられています", "reply_to_cid": "{{cid}}に返信", "submit": "送信", - "gif": "GIF" + "gif": "GIF", + "moderating": "モデレート中" } \ No newline at end of file diff --git a/public/translations/ko/default.json b/public/translations/ko/default.json index 05508a46..c782d9ae 100644 --- a/public/translations/ko/default.json +++ b/public/translations/ko/default.json @@ -62,5 +62,6 @@ "thread_closed_alert": "이 스레드는 닫혔습니다", "reply_to_cid": "{{cid}}에 답변", "submit": "제출", - "gif": "GIF" + "gif": "GIF", + "moderating": "중재 중" } \ No newline at end of file diff --git a/public/translations/mr/default.json b/public/translations/mr/default.json index 80aca9b2..78372f09 100644 --- a/public/translations/mr/default.json +++ b/public/translations/mr/default.json @@ -62,5 +62,6 @@ "thread_closed_alert": "हा थ्रेड बंद आहे", "reply_to_cid": "{{cid}} ला उत्तर द्या", "submit": "सबमिट करा", - "gif": "जीआईएफ" + "gif": "जीआईएफ", + "moderating": "मॉडरेट करीत आहे" } \ No newline at end of file diff --git a/public/translations/nl/default.json b/public/translations/nl/default.json index 9eb27a8c..7ccf7585 100644 --- a/public/translations/nl/default.json +++ b/public/translations/nl/default.json @@ -62,5 +62,6 @@ "thread_closed_alert": "De thread is gesloten", "reply_to_cid": "Reageren op {{cid}}", "submit": "Verzenden", - "gif": "GIF" + "gif": "GIF", + "moderating": "modereren" } \ No newline at end of file diff --git a/public/translations/no/default.json b/public/translations/no/default.json index 7e3edb9e..f45b3a8c 100644 --- a/public/translations/no/default.json +++ b/public/translations/no/default.json @@ -62,5 +62,6 @@ "thread_closed_alert": "Tråden er stengt", "reply_to_cid": "Svar til {{cid}}", "submit": "Send inn", - "gif": "GIF" + "gif": "GIF", + "moderating": "modererer" } \ No newline at end of file diff --git a/public/translations/pl/default.json b/public/translations/pl/default.json index abe4441f..e32bbb46 100644 --- a/public/translations/pl/default.json +++ b/public/translations/pl/default.json @@ -62,5 +62,6 @@ "thread_closed_alert": "Wątek jest zamknięty", "reply_to_cid": "Odpowiedz na {{cid}}", "submit": "Zatwierdź", - "gif": "GIF" + "gif": "GIF", + "moderating": "moderujesz" } \ No newline at end of file diff --git a/public/translations/pt/default.json b/public/translations/pt/default.json index fed41a47..97b5ab78 100644 --- a/public/translations/pt/default.json +++ b/public/translations/pt/default.json @@ -62,5 +62,6 @@ "thread_closed_alert": "O tópico está fechado", "reply_to_cid": "Responder a {{cid}}", "submit": "Enviar", - "gif": "GIF" + "gif": "GIF", + "moderating": "moderando" } \ No newline at end of file diff --git a/public/translations/ro/default.json b/public/translations/ro/default.json index 29ee5c93..8cd35c2e 100644 --- a/public/translations/ro/default.json +++ b/public/translations/ro/default.json @@ -62,5 +62,6 @@ "thread_closed_alert": "Acest fir de discuție este închis", "reply_to_cid": "Răspundeți la {{cid}}", "submit": "Trimite", - "gif": "GIF" + "gif": "GIF", + "moderating": "moderează" } \ No newline at end of file diff --git a/public/translations/ru/default.json b/public/translations/ru/default.json index da5e0994..107779b8 100644 --- a/public/translations/ru/default.json +++ b/public/translations/ru/default.json @@ -62,5 +62,6 @@ "thread_closed_alert": "Тема закрыта", "reply_to_cid": "Ответить на {{cid}}", "submit": "Отправить", - "gif": "ГИФ" + "gif": "ГИФ", + "moderating": "модерируете" } \ No newline at end of file diff --git a/public/translations/sq/default.json b/public/translations/sq/default.json index f78c3950..42b83c08 100644 --- a/public/translations/sq/default.json +++ b/public/translations/sq/default.json @@ -62,5 +62,6 @@ "thread_closed_alert": "Temë është mbyllur", "reply_to_cid": "Përgjigju në {{cid}}", "submit": "Dorëzo", - "gif": "GIF" + "gif": "GIF", + "moderating": "moderimi" } \ No newline at end of file diff --git a/public/translations/sv/default.json b/public/translations/sv/default.json index 2d227d62..4fc80fc8 100644 --- a/public/translations/sv/default.json +++ b/public/translations/sv/default.json @@ -62,5 +62,6 @@ "thread_closed_alert": "Tråden är stängd", "reply_to_cid": "Svara på {{cid}}", "submit": "Skicka in", - "gif": "GIF" + "gif": "GIF", + "moderating": "modererar" } \ No newline at end of file diff --git a/public/translations/te/default.json b/public/translations/te/default.json index 61f92cc9..3d5ab114 100644 --- a/public/translations/te/default.json +++ b/public/translations/te/default.json @@ -62,5 +62,6 @@ "thread_closed_alert": "ఈ థ్రెడ్ మూసివేయబడింది", "reply_to_cid": "{{cid}}కి స్పందించండి", "submit": "సమర్పించు", - "gif": "జీఐఎఫ్" + "gif": "జీఐఎఫ్", + "moderating": "మాడరేటింగ్" } \ No newline at end of file diff --git a/public/translations/th/default.json b/public/translations/th/default.json index 7be5a11a..5caa3d15 100644 --- a/public/translations/th/default.json +++ b/public/translations/th/default.json @@ -62,5 +62,6 @@ "thread_closed_alert": "กระทู้นี้ถูกปิด", "reply_to_cid": "ตอบกลับ {{cid}}", "submit": "ส่ง", - "gif": "จีไอเอฟ" + "gif": "จีไอเอฟ", + "moderating": "กำลังดูแล" } \ No newline at end of file diff --git a/public/translations/tr/default.json b/public/translations/tr/default.json index 93f96ef0..c7a39447 100644 --- a/public/translations/tr/default.json +++ b/public/translations/tr/default.json @@ -62,5 +62,6 @@ "thread_closed_alert": "Bu konu kapatılmıştır", "reply_to_cid": "{{cid}}’ye yanıt ver", "submit": "Gönder", - "gif": "GIF" + "gif": "GIF", + "moderating": "moderatörlük yapıyorsun" } \ No newline at end of file diff --git a/public/translations/uk/default.json b/public/translations/uk/default.json index 8aaa6082..36279e0a 100644 --- a/public/translations/uk/default.json +++ b/public/translations/uk/default.json @@ -62,5 +62,6 @@ "thread_closed_alert": "Тему закрито", "reply_to_cid": "Відповісти на {{cid}}", "submit": "Надіслати", - "gif": "ГІФ" + "gif": "ГІФ", + "moderating": "модеруєте" } \ No newline at end of file diff --git a/public/translations/ur/default.json b/public/translations/ur/default.json index 0bec64ac..73f4da61 100644 --- a/public/translations/ur/default.json +++ b/public/translations/ur/default.json @@ -62,5 +62,6 @@ "thread_closed_alert": "یہ دھاگہ بند ہے", "reply_to_cid": "{{cid}} کا جواب دیں", "submit": "جمع کرائیں", - "gif": "جی آئی ایف" + "gif": "جی آئی ایف", + "moderating": "منتظم کر رہے ہیں" } \ No newline at end of file diff --git a/public/translations/vi/default.json b/public/translations/vi/default.json index 1f4f53ec..a3f87187 100644 --- a/public/translations/vi/default.json +++ b/public/translations/vi/default.json @@ -62,5 +62,6 @@ "thread_closed_alert": "Chủ đề này đã đóng", "reply_to_cid": "Trả lời {{cid}}", "submit": "Gửi", - "gif": "GIF" + "gif": "GIF", + "moderating": "đang điều hành" } \ No newline at end of file diff --git a/public/translations/zh/default.json b/public/translations/zh/default.json index e10f1106..4913a841 100644 --- a/public/translations/zh/default.json +++ b/public/translations/zh/default.json @@ -62,5 +62,6 @@ "thread_closed_alert": "该主题已关闭", "reply_to_cid": "回复{{cid}}", "submit": "提交", - "gif": "GIF" + "gif": "GIF", + "moderating": "正在管理" } \ No newline at end of file diff --git a/src/components/board-banner/board-banner.module.css b/src/components/board-banner/board-banner.module.css index badb3d81..5c6303d8 100644 --- a/src/components/board-banner/board-banner.module.css +++ b/src/components/board-banner/board-banner.module.css @@ -20,7 +20,6 @@ } .boardAddress { - padding-top: 5px; font-size: var(--board-address-font-size); color: var(--board-address-text-color); } diff --git a/src/views/home/home.tsx b/src/views/home/home.tsx index 177b7ebe..01889a1d 100644 --- a/src/views/home/home.tsx +++ b/src/views/home/home.tsx @@ -139,7 +139,7 @@ const Boards = ({ multisub }: { multisub: Subplebbit[] }) => {
-

Subscriptions

+

{t('subscriptions')}

{subscriptions.length > 0 ? subscriptions.map((address: string, index: number) => (
@@ -149,7 +149,7 @@ const Boards = ({ multisub }: { multisub: Subplebbit[] }) => { : 'Not subscribed to any board.'}
-

Moderating

+

{t('moderating')}

{accountSubplebbitAddresses.length > 0 ? accountSubplebbitAddresses.map((address: string, index: number) => (