From 995151c242cb491c4a91315fb6078fad0d852734 Mon Sep 17 00:00:00 2001 From: "plebeius.eth" Date: Wed, 20 Mar 2024 15:13:56 +0100 Subject: [PATCH] chore(translations): show stats, hide --- public/translations/ar/default.json | 4 +++- public/translations/bn/default.json | 4 +++- public/translations/cs/default.json | 4 +++- public/translations/da/default.json | 4 +++- public/translations/de/default.json | 4 +++- public/translations/el/default.json | 4 +++- public/translations/en/default.json | 4 +++- public/translations/es/default.json | 4 +++- public/translations/fa/default.json | 4 +++- public/translations/fi/default.json | 4 +++- public/translations/fil/default.json | 4 +++- public/translations/fr/default.json | 4 +++- public/translations/he/default.json | 4 +++- public/translations/hi/default.json | 4 +++- public/translations/hu/default.json | 4 +++- public/translations/id/default.json | 4 +++- public/translations/it/default.json | 4 +++- public/translations/ja/default.json | 4 +++- public/translations/ko/default.json | 4 +++- public/translations/mr/default.json | 4 +++- public/translations/nl/default.json | 4 +++- public/translations/no/default.json | 4 +++- public/translations/pl/default.json | 4 +++- public/translations/pt/default.json | 4 +++- public/translations/ro/default.json | 4 +++- public/translations/ru/default.json | 4 +++- public/translations/sq/default.json | 4 +++- public/translations/sv/default.json | 4 +++- public/translations/te/default.json | 4 +++- public/translations/th/default.json | 4 +++- public/translations/tr/default.json | 4 +++- public/translations/uk/default.json | 4 +++- public/translations/ur/default.json | 4 +++- public/translations/vi/default.json | 4 +++- public/translations/zh/default.json | 4 +++- src/components/board-stats/board-stats.module.css | 1 + 36 files changed, 106 insertions(+), 35 deletions(-) diff --git a/public/translations/ar/default.json b/public/translations/ar/default.json index d159e08e..99d49a5f 100644 --- a/public/translations/ar/default.json +++ b/public/translations/ar/default.json @@ -12,5 +12,7 @@ "whitepaper": "ورقة بيضاء", "token": "رمز", "download_app": "تحميل التطبيق", - "start_new_thread": "بدء موضوع جديد" + "start_new_thread": "بدء موضوع جديد", + "show_stats": "عرض الإحصائيات", + "hide": "إخفاء" } \ No newline at end of file diff --git a/public/translations/bn/default.json b/public/translations/bn/default.json index 0e95ba51..94119cbf 100644 --- a/public/translations/bn/default.json +++ b/public/translations/bn/default.json @@ -12,5 +12,7 @@ "whitepaper": "হোয়াইট পেপার", "token": "টোকেন", "download_app": "অ্যাপ ডাউনলোড করুন", - "start_new_thread": "নতুন থ্রেড শুরু করুন" + "start_new_thread": "নতুন থ্রেড শুরু করুন", + "show_stats": "প্রদর্শন পরিসংখ্যান", + "hide": "লুকান" } \ No newline at end of file diff --git a/public/translations/cs/default.json b/public/translations/cs/default.json index 15424bdb..4f435616 100644 --- a/public/translations/cs/default.json +++ b/public/translations/cs/default.json @@ -12,5 +12,7 @@ "whitepaper": "Bílá kniha", "token": "Token", "download_app": "Stáhnout aplikaci", - "start_new_thread": "Začít nové vlákno" + "start_new_thread": "Začít nové vlákno", + "show_stats": "Zobrazit statistiky", + "hide": "Skrýt" } \ No newline at end of file diff --git a/public/translations/da/default.json b/public/translations/da/default.json index 55c6fd16..0b4a60bf 100644 --- a/public/translations/da/default.json +++ b/public/translations/da/default.json @@ -12,5 +12,7 @@ "whitepaper": "Whitepaper", "token": "Token", "download_app": "Download app", - "start_new_thread": "Start en ny tråd" + "start_new_thread": "Start en ny tråd", + "show_stats": "Vis statistikker", + "hide": "Skjul" } \ No newline at end of file diff --git a/public/translations/de/default.json b/public/translations/de/default.json index 28f92204..f8136510 100644 --- a/public/translations/de/default.json +++ b/public/translations/de/default.json @@ -12,5 +12,7 @@ "whitepaper": "Whitepaper", "token": "Token", "download_app": "App herunterladen", - "start_new_thread": "Starte einen neuen Thread" + "start_new_thread": "Starte einen neuen Thread", + "show_stats": "Statistiken anzeigen", + "hide": "Verstecken" } \ No newline at end of file diff --git a/public/translations/el/default.json b/public/translations/el/default.json index 32798a37..5d1a53b3 100644 --- a/public/translations/el/default.json +++ b/public/translations/el/default.json @@ -12,5 +12,7 @@ "whitepaper": "Λευκή Βίβλος", "token": "Τόκεν", "download_app": "Λήψη εφαρμογής", - "start_new_thread": "Ξεκινήστε ένα νέο νήμα" + "start_new_thread": "Ξεκινήστε ένα νέο νήμα", + "show_stats": "Εμφάνιση στατιστικών", + "hide": "Απόκρυψη" } \ No newline at end of file diff --git a/public/translations/en/default.json b/public/translations/en/default.json index 08345af5..9c81edef 100644 --- a/public/translations/en/default.json +++ b/public/translations/en/default.json @@ -12,5 +12,7 @@ "whitepaper": "Whitepaper", "token": "Token", "download_app": "Download app", - "start_new_thread": "Start a New Thread" + "start_new_thread": "Start a New Thread", + "show_stats": "Show Stats", + "hide": "Hide" } \ No newline at end of file diff --git a/public/translations/es/default.json b/public/translations/es/default.json index 30367a91..fc397523 100644 --- a/public/translations/es/default.json +++ b/public/translations/es/default.json @@ -12,5 +12,7 @@ "whitepaper": "Libro blanco", "token": "Token", "download_app": "Descargar la aplicación", - "start_new_thread": "Iniciar un Nuevo Hilo" + "start_new_thread": "Iniciar un Nuevo Hilo", + "show_stats": "Mostrar Estadísticas", + "hide": "Ocultar" } \ No newline at end of file diff --git a/public/translations/fa/default.json b/public/translations/fa/default.json index 8b653fd4..b058c777 100644 --- a/public/translations/fa/default.json +++ b/public/translations/fa/default.json @@ -12,5 +12,7 @@ "whitepaper": "کاغذ سفید", "token": "توکن", "download_app": "دانلود اپلیکیشن", - "start_new_thread": "شروع موضوع جدید" + "start_new_thread": "شروع موضوع جدید", + "show_stats": "نمایش آمار", + "hide": "پنهان کردن" } \ No newline at end of file diff --git a/public/translations/fi/default.json b/public/translations/fi/default.json index a81be95f..8462b7f2 100644 --- a/public/translations/fi/default.json +++ b/public/translations/fi/default.json @@ -12,5 +12,7 @@ "whitepaper": "Whitepaper", "token": "Token", "download_app": "Lataa sovellus", - "start_new_thread": "Aloita uusi lanka" + "start_new_thread": "Aloita uusi lanka", + "show_stats": "Näytä tilastot", + "hide": "Piilota" } \ No newline at end of file diff --git a/public/translations/fil/default.json b/public/translations/fil/default.json index 27ba48db..05acf5ea 100644 --- a/public/translations/fil/default.json +++ b/public/translations/fil/default.json @@ -12,5 +12,7 @@ "whitepaper": "Whitepaper", "token": "Token", "download_app": "I-download ang app", - "start_new_thread": "Magsimula ng Bagong Thread" + "start_new_thread": "Magsimula ng Bagong Thread", + "show_stats": "Ipakita ang mga Estadistika", + "hide": "Itago" } \ No newline at end of file diff --git a/public/translations/fr/default.json b/public/translations/fr/default.json index bd38409a..53ef7db7 100644 --- a/public/translations/fr/default.json +++ b/public/translations/fr/default.json @@ -12,5 +12,7 @@ "whitepaper": "Livre blanc", "token": "Jeton", "download_app": "Télécharger l'application", - "start_new_thread": "Démarrer un nouveau fil" + "start_new_thread": "Démarrer un nouveau fil", + "show_stats": "Afficher les statistiques", + "hide": "Masquer" } \ No newline at end of file diff --git a/public/translations/he/default.json b/public/translations/he/default.json index 03132ae4..db121b90 100644 --- a/public/translations/he/default.json +++ b/public/translations/he/default.json @@ -12,5 +12,7 @@ "whitepaper": "מסמך לבן", "token": "אסימון", "download_app": "הורד את האפליקציה", - "start_new_thread": "התחלה של פוסט חדש" + "start_new_thread": "התחלה של פוסט חדש", + "show_stats": "הצג סטטיסטיקות", + "hide": "הסתר" } \ No newline at end of file diff --git a/public/translations/hi/default.json b/public/translations/hi/default.json index 90ed2ccd..eecbb24c 100644 --- a/public/translations/hi/default.json +++ b/public/translations/hi/default.json @@ -12,5 +12,7 @@ "whitepaper": "व्हाइटपेपर", "token": "टोकन", "download_app": "ऐप डाउनलोड करें", - "start_new_thread": "नया थ्रेड शुरू करें" + "start_new_thread": "नया थ्रेड शुरू करें", + "show_stats": "आँकड़े दिखाएं", + "hide": "छुपाएँ" } \ No newline at end of file diff --git a/public/translations/hu/default.json b/public/translations/hu/default.json index 638b6a78..142fae41 100644 --- a/public/translations/hu/default.json +++ b/public/translations/hu/default.json @@ -12,5 +12,7 @@ "whitepaper": "Whitepaper", "token": "Token", "download_app": "App letöltése", - "start_new_thread": "Új téma indítása" + "start_new_thread": "Új téma indítása", + "show_stats": "Statisztikák megjelenítése", + "hide": "Elrejtés" } \ No newline at end of file diff --git a/public/translations/id/default.json b/public/translations/id/default.json index abf0be35..d6dace6b 100644 --- a/public/translations/id/default.json +++ b/public/translations/id/default.json @@ -12,5 +12,7 @@ "whitepaper": "Whitepaper", "token": "Token", "download_app": "Unduh aplikasi", - "start_new_thread": "Mulai Thread Baru" + "start_new_thread": "Mulai Thread Baru", + "show_stats": "Tampilkan Statistik", + "hide": "Sembunyikan" } \ No newline at end of file diff --git a/public/translations/it/default.json b/public/translations/it/default.json index a2056e46..68b64651 100644 --- a/public/translations/it/default.json +++ b/public/translations/it/default.json @@ -12,5 +12,7 @@ "whitepaper": "Libro bianco", "token": "Token", "download_app": "Scarica app", - "start_new_thread": "Inizia un Nuovo Thread" + "start_new_thread": "Inizia un Nuovo Thread", + "show_stats": "Mostra Statistiche", + "hide": "Nascondi" } \ No newline at end of file diff --git a/public/translations/ja/default.json b/public/translations/ja/default.json index 6722d3dd..3fcfe54e 100644 --- a/public/translations/ja/default.json +++ b/public/translations/ja/default.json @@ -12,5 +12,7 @@ "whitepaper": "ホワイトペーパー", "token": "トークン", "download_app": "アプリをダウンロード", - "start_new_thread": "新しいスレッドを開始" + "start_new_thread": "新しいスレッドを開始", + "show_stats": "統計を表示", + "hide": "非表示" } \ No newline at end of file diff --git a/public/translations/ko/default.json b/public/translations/ko/default.json index 23296217..c0100564 100644 --- a/public/translations/ko/default.json +++ b/public/translations/ko/default.json @@ -12,5 +12,7 @@ "whitepaper": "화이트페이퍼", "token": "토큰", "download_app": "앱 다운로드", - "start_new_thread": "새로운 쓰레드 시작" + "start_new_thread": "새로운 쓰레드 시작", + "show_stats": "통계 표시", + "hide": "숨기기" } \ No newline at end of file diff --git a/public/translations/mr/default.json b/public/translations/mr/default.json index 29738a6b..2a47a7e5 100644 --- a/public/translations/mr/default.json +++ b/public/translations/mr/default.json @@ -12,5 +12,7 @@ "whitepaper": "व्हायटपेपर", "token": "टोकन", "download_app": "अ‍ॅप डाउनलोड करा", - "start_new_thread": "नवीन थ्रेड सुरू करा" + "start_new_thread": "नवीन थ्रेड सुरू करा", + "show_stats": "आँकडे दर्शवा", + "hide": "लपवा" } \ No newline at end of file diff --git a/public/translations/nl/default.json b/public/translations/nl/default.json index 82a210b2..a53c40e2 100644 --- a/public/translations/nl/default.json +++ b/public/translations/nl/default.json @@ -12,5 +12,7 @@ "whitepaper": "Whitepaper", "token": "Token", "download_app": "App downloaden", - "start_new_thread": "Start een nieuw onderwerp" + "start_new_thread": "Start een nieuw onderwerp", + "show_stats": "Toon statistieken", + "hide": "Verbergen" } \ No newline at end of file diff --git a/public/translations/no/default.json b/public/translations/no/default.json index d46bec42..9b35216d 100644 --- a/public/translations/no/default.json +++ b/public/translations/no/default.json @@ -12,5 +12,7 @@ "whitepaper": "Whitepaper", "token": "Token", "download_app": "Last ned appen", - "start_new_thread": "Start en ny tråd" + "start_new_thread": "Start en ny tråd", + "show_stats": "Vis statistikk", + "hide": "Skjul" } \ No newline at end of file diff --git a/public/translations/pl/default.json b/public/translations/pl/default.json index 9494d971..36a4d104 100644 --- a/public/translations/pl/default.json +++ b/public/translations/pl/default.json @@ -12,5 +12,7 @@ "whitepaper": "Whitepaper", "token": "Token", "download_app": "Pobierz aplikację", - "start_new_thread": "Rozpocznij nowy wątek" + "start_new_thread": "Rozpocznij nowy wątek", + "show_stats": "Pokaż statystyki", + "hide": "Ukryj" } \ No newline at end of file diff --git a/public/translations/pt/default.json b/public/translations/pt/default.json index f129d44e..ba1d2f1e 100644 --- a/public/translations/pt/default.json +++ b/public/translations/pt/default.json @@ -12,5 +12,7 @@ "whitepaper": "Whitepaper", "token": "Token", "download_app": "Baixar aplicativo", - "start_new_thread": "Iniciar um Novo Tópico" + "start_new_thread": "Iniciar um Novo Tópico", + "show_stats": "Mostrar Estatísticas", + "hide": "Esconder" } \ No newline at end of file diff --git a/public/translations/ro/default.json b/public/translations/ro/default.json index 2413fe0c..68659d8d 100644 --- a/public/translations/ro/default.json +++ b/public/translations/ro/default.json @@ -12,5 +12,7 @@ "whitepaper": "Whitepaper", "token": "Token", "download_app": "Descărcați aplicația", - "start_new_thread": "Începeți un nou fir de discuție" + "start_new_thread": "Începeți un nou fir de discuție", + "show_stats": "Afișează statistici", + "hide": "Ascunde" } \ No newline at end of file diff --git a/public/translations/ru/default.json b/public/translations/ru/default.json index a9c85438..b3679d8b 100644 --- a/public/translations/ru/default.json +++ b/public/translations/ru/default.json @@ -12,5 +12,7 @@ "whitepaper": "Белая бумага", "token": "Токен", "download_app": "Скачать приложение", - "start_new_thread": "Начать новую тему" + "start_new_thread": "Начать новую тему", + "show_stats": "Показать статистику", + "hide": "Скрыть" } \ No newline at end of file diff --git a/public/translations/sq/default.json b/public/translations/sq/default.json index 6700465f..80fc2296 100644 --- a/public/translations/sq/default.json +++ b/public/translations/sq/default.json @@ -12,5 +12,7 @@ "whitepaper": "Whitepaper", "token": "Token", "download_app": "Shkarko aplikacionin", - "start_new_thread": "Filloni një temë të re" + "start_new_thread": "Filloni një temë të re", + "show_stats": "Shfaq Statistikat", + "hide": "Fshih" } \ No newline at end of file diff --git a/public/translations/sv/default.json b/public/translations/sv/default.json index ab8660e9..eec6808c 100644 --- a/public/translations/sv/default.json +++ b/public/translations/sv/default.json @@ -12,5 +12,7 @@ "whitepaper": "Whitepaper", "token": "Token", "download_app": "Ladda ner appen", - "start_new_thread": "Starta en ny tråd" + "start_new_thread": "Starta en ny tråd", + "show_stats": "Visa statistik", + "hide": "Dölj" } \ No newline at end of file diff --git a/public/translations/te/default.json b/public/translations/te/default.json index 7bd28d6c..8d7ca7bc 100644 --- a/public/translations/te/default.json +++ b/public/translations/te/default.json @@ -12,5 +12,7 @@ "whitepaper": "వైట్‌పేపర్", "token": "టోకెన్", "download_app": "అప్లికేషన్‌ను డౌన్‌లోడ్ చేయండి", - "start_new_thread": "కొత్త థ్రెడ్‌ను ప్రారంభించండి" + "start_new_thread": "కొత్త థ్రెడ్‌ను ప్రారంభించండి", + "show_stats": "సాంకేతికాలను చూపించు", + "hide": "దాచు" } \ No newline at end of file diff --git a/public/translations/th/default.json b/public/translations/th/default.json index 9cb931fd..8e14b923 100644 --- a/public/translations/th/default.json +++ b/public/translations/th/default.json @@ -12,5 +12,7 @@ "whitepaper": "เอกสารขาว", "token": "โทเค็น", "download_app": "ดาวน์โหลดแอพ", - "start_new_thread": "เริ่มต้นสร้างกระทู้ใหม่" + "start_new_thread": "เริ่มต้นสร้างกระทู้ใหม่", + "show_stats": "แสดงสถิติ", + "hide": "ซ่อน" } \ No newline at end of file diff --git a/public/translations/tr/default.json b/public/translations/tr/default.json index 4bac8236..ad193312 100644 --- a/public/translations/tr/default.json +++ b/public/translations/tr/default.json @@ -12,5 +12,7 @@ "whitepaper": "Beyaz kağıt", "token": "Jeton", "download_app": "Uygulamayı indir", - "start_new_thread": "Yeni bir Konu Başlat" + "start_new_thread": "Yeni bir Konu Başlat", + "show_stats": "İstatistikleri Göster", + "hide": "Gizle" } \ No newline at end of file diff --git a/public/translations/uk/default.json b/public/translations/uk/default.json index 77ade9a0..be5d4a5e 100644 --- a/public/translations/uk/default.json +++ b/public/translations/uk/default.json @@ -12,5 +12,7 @@ "whitepaper": "Біла книга", "token": "Токен", "download_app": "Завантажити додаток", - "start_new_thread": "Почати нову тему" + "start_new_thread": "Почати нову тему", + "show_stats": "Показати статистику", + "hide": "Приховати" } \ No newline at end of file diff --git a/public/translations/ur/default.json b/public/translations/ur/default.json index f8bc5bd4..2db440c2 100644 --- a/public/translations/ur/default.json +++ b/public/translations/ur/default.json @@ -12,5 +12,7 @@ "whitepaper": "سفید پیپر", "token": "ٹوکن", "download_app": "ایپ ڈاؤن لوڈ کریں", - "start_new_thread": "نئی دھاگہ شروع کریں" + "start_new_thread": "نئی دھاگہ شروع کریں", + "show_stats": "احصائیہ دکھائیں", + "hide": "چھپائیں" } \ No newline at end of file diff --git a/public/translations/vi/default.json b/public/translations/vi/default.json index 9f991090..8afc6b81 100644 --- a/public/translations/vi/default.json +++ b/public/translations/vi/default.json @@ -12,5 +12,7 @@ "whitepaper": "Bản trắng", "token": "Token", "download_app": "Tải ứng dụng", - "start_new_thread": "Bắt đầu một chủ đề mới" + "start_new_thread": "Bắt đầu một chủ đề mới", + "show_stats": "Hiển thị Thống kê", + "hide": "Ẩn" } \ No newline at end of file diff --git a/public/translations/zh/default.json b/public/translations/zh/default.json index 74e62369..e7f8e9fe 100644 --- a/public/translations/zh/default.json +++ b/public/translations/zh/default.json @@ -12,5 +12,7 @@ "whitepaper": "白皮书", "token": "代币", "download_app": "下载应用", - "start_new_thread": "开始新主题" + "start_new_thread": "开始新主题", + "show_stats": "显示统计", + "hide": "隐藏" } \ No newline at end of file diff --git a/src/components/board-stats/board-stats.module.css b/src/components/board-stats/board-stats.module.css index 044205af..65aa296f 100644 --- a/src/components/board-stats/board-stats.module.css +++ b/src/components/board-stats/board-stats.module.css @@ -32,6 +32,7 @@ .hideButton { color: var(--button-text-color); text-decoration: var(--button-text-decoration); + text-transform: capitalize; } .hideButton:hover {