diff --git a/content/ui.global.yaml b/content/ui.global.yaml index bfcfa825b2..4a6f2bf375 100644 --- a/content/ui.global.yaml +++ b/content/ui.global.yaml @@ -17,8 +17,12 @@ disclaimers: opinion: title: Opinionated Content text: This page does not necessarily reflect the view of all ETC stakeholders. + debate: + title: Under Consideration + text: This topic is part of an ongoing community discussion. No decisions have been finalized. next: Continue Reading prev: Previous Article +readMore: Read More contribute: If you would like to contribute by adding or correcting information to this page, please drop a message on [Discord](https://discord.com/invite/dwxb6nf) or create an issue on [GitHub](https://github.com/ethereumclassic/ethereumclassic.github.io) contributors: "This page exists thanks in part to the following contributors:" allLanguages: All Languages diff --git a/gatsby-node.js b/gatsby-node.js index 70e762bcfa..59a79f416c 100644 --- a/gatsby-node.js +++ b/gatsby-node.js @@ -27,12 +27,16 @@ exports.createSchemaCustomization = ({ actions }) => { ipfsFrontend: String image: File @fileByRelativePath } - + type AppLinks { name: String link: String icon: String } + + type MdxFrontmatter { + disclaimerLink: String + } `; createTypes(typeDefs); }; diff --git a/i18n/ui.global.ar.yaml b/i18n/ui.global.ar.yaml index 379cbfbbf6..0caceaa16d 100644 --- a/i18n/ui.global.ar.yaml +++ b/i18n/ui.global.ar.yaml @@ -17,8 +17,12 @@ disclaimers: opinion: title: محتوى رأي text: لا تعكس هذه الصفحة بالضرورة وجهة نظر جميع أصحاب المصلحة في ETC. + debate: + title: قيد الدراسة + text: هذا الموضوع جزء من نقاش مجتمعي مستمر. لم يتم اتخاذ أي قرارات نهائية. next: أكمل القراءة prev: المقال السابق +readMore: اقرأ المزيد contribute: إذا كنت ترغب في المساهمة بإضافة المعلومات أو تصحيحها إلى هذه الصفحة ، فيرجى ترك رسالة على [Discord](https://discord.com/invite/dwxb6nf) أو إنشاء مشكلة على [GitHub](https://github.com/ethereumclassic/ethereumclassic.github.io) contributors: "هذه الصفحة موجودة جزئياً بفضل المساهمين التاليين:" allLanguages: كل اللغات diff --git a/i18n/ui.global.de.yaml b/i18n/ui.global.de.yaml index e287087298..d135a19b27 100644 --- a/i18n/ui.global.de.yaml +++ b/i18n/ui.global.de.yaml @@ -17,8 +17,12 @@ disclaimers: opinion: title: Meinungsbildende Inhalte text: Diese Seite spiegelt nicht unbedingt die Meinung aller ETC-Akteure wider. + debate: + title: In Betrachtung + text: Dieses Thema ist Teil einer laufenden Gemeinschaftsdiskussion. Es wurden noch keine endgültigen Entscheidungen getroffen. next: Lesen Sie weiter prev: Vorheriger Artikel +readMore: Mehr erfahren contribute: Wenn Sie Informationen zu dieser Seite hinzufügen oder korrigieren möchten, senden Sie bitte eine Nachricht an [Discord](https://discord.com/invite/dwxb6nf) oder erstellen Sie ein Problem auf [GitHub](https://github.com/ethereumclassic/ethereumclassic.github.io) contributors: "Diese Seite existiert unter anderem dank der folgenden Mitwirkenden:" allLanguages: Alle Sprachen diff --git a/i18n/ui.global.el.yaml b/i18n/ui.global.el.yaml index d837208df2..5d0bb430b2 100644 --- a/i18n/ui.global.el.yaml +++ b/i18n/ui.global.el.yaml @@ -17,8 +17,12 @@ disclaimers: opinion: title: Γνώμη περιεχομένου text: Αυτή η σελίδα δεν αντικατοπτρίζει απαραίτητα την άποψη όλων των ενδιαφερομένων μερών του ETC. + debate: + title: Υπό Εξέταση + text: Αυτό το θέμα αποτελεί μέρος μιας συνεχιζόμενης συζήτησης της κοινότητας. Δεν έχουν ληφθεί οριστικές αποφάσεις. next: Συνεχίστε να διαβάζετε prev: Προηγούμενο άρθρο +readMore: Διαβάστε περισσότερα contribute: Αν θέλετε να συνεισφέρετε προσθέτοντας ή διορθώνοντας πληροφορίες σε αυτή τη σελίδα, παρακαλούμε στείλτε ένα μήνυμα στο [Discord](https://discord.com/invite/dwxb6nf) ή δημιουργήστε ένα θέμα στο [GitHub](https://github.com/ethereumclassic/ethereumclassic.github.io). contributors: "Αυτή η σελίδα υπάρχει εν μέρει χάρη στους ακόλουθους συντελεστές:" allLanguages: Όλες οι γλώσσες diff --git a/i18n/ui.global.es.yaml b/i18n/ui.global.es.yaml index 925563a4d3..c5985d4cea 100644 --- a/i18n/ui.global.es.yaml +++ b/i18n/ui.global.es.yaml @@ -17,8 +17,12 @@ disclaimers: opinion: title: Contenido de opinión text: Esta página no refleja necesariamente la opinión de todas las partes interesadas en el CTE. + debate: + title: En Consideración + text: Este tema es parte de una discusión comunitaria en curso. No se han tomado decisiones definitivas. next: Seguir leyendo prev: Artículo anterior +readMore: Leer más contribute: Si desea contribuir añadiendo o corrigiendo información a esta página, envíe un mensaje a [Discord](https://discord.com/invite/dwxb6nf) o cree una incidencia en [GitHub](https://github.com/ethereumclassic/ethereumclassic.github.io) contributors: "Esta página existe en parte gracias a los siguientes colaboradores:" allLanguages: Todos los idiomas diff --git a/i18n/ui.global.fr.yaml b/i18n/ui.global.fr.yaml index 0866494e33..27e1c1ed45 100644 --- a/i18n/ui.global.fr.yaml +++ b/i18n/ui.global.fr.yaml @@ -17,8 +17,12 @@ disclaimers: opinion: title: Contenu d'opinion text: Cette page ne reflète pas nécessairement l'opinion de toutes les parties prenantes du CTE. + debate: + title: En Cours d'Examen + text: Ce sujet fait partie d'une discussion communautaire en cours. Aucune décision n'a été finalisée. next: Continuer la lecture prev: Article précédent +readMore: En savoir plus contribute: Si vous souhaitez contribuer en ajoutant ou en corrigeant des informations sur cette page, veuillez envoyer un message à [Discord](https://discord.com/invite/dwxb6nf) ou créer un problème à [GitHub](https://github.com/ethereumclassic/ethereumclassic.github.io). contributors: "Cette page existe en partie grâce aux contributeurs suivants :" allLanguages: Toutes les langues diff --git a/i18n/ui.global.he.yaml b/i18n/ui.global.he.yaml index b450a56c5f..28fe861140 100644 --- a/i18n/ui.global.he.yaml +++ b/i18n/ui.global.he.yaml @@ -17,7 +17,11 @@ disclaimers: opinion: title: תוכן בעל דעה text: דף זה אינו משקף בהכרח את השקפתם של כל מחזיקי העניין של ETC. + debate: + title: בבחינה + text: נושא זה הוא חלק מדיון קהילתי מתמשך. לא התקבלו החלטות סופיות. next: המשך לקרוא +readMore: קרא עוד prev: מאמר קודם contribute: אם תרצה לתרום על ידי הוספה או תיקון מידע לדף זה, אנא שלח הודעה ב [Discord](https://discord.com/invite/dwxb6nf) או צור בעיה ב [GitHub](https://github.com/ethereumclassic/ethereumclassic.github.io) contributors: "עמוד זה קיים בין השאר הודות לתורמים הבאים:" diff --git a/i18n/ui.global.hi.yaml b/i18n/ui.global.hi.yaml index 80bc5b4453..dbcbafb26f 100644 --- a/i18n/ui.global.hi.yaml +++ b/i18n/ui.global.hi.yaml @@ -17,8 +17,12 @@ disclaimers: opinion: title: राय वाली सामग्री text: यह पृष्ठ आवश्यक रूप से सभी ईटीसी हितधारकों के दृष्टिकोण को नहीं दर्शाता है। + debate: + title: विचाराधीन + text: यह विषय एक चल रही समुदाय चर्चा का हिस्सा है। कोई अंतिम निर्णय नहीं लिया गया है। next: जारी रखें पढ़ रहे हैं prev: पिछला लेख +readMore: और पढ़ें contribute: अगर आप इस पेज पर जानकारी जोड़कर या सुधार कर योगदान देना चाहते हैं, तो कृपया [Discord](https://discord.com/invite/dwxb6nf) पर एक संदेश छोड़ें या [GitHub](https://github.com/ethereumclassic/ethereumclassic.github.io) पर एक समस्या बनाएं contributors: "यह पृष्ठ निम्नलिखित योगदानकर्ताओं के लिए धन्यवाद के रूप में मौजूद है:" allLanguages: सारी भाषाएँ diff --git a/i18n/ui.global.hr.yaml b/i18n/ui.global.hr.yaml index 4b26e32bcf..d1772b524c 100644 --- a/i18n/ui.global.hr.yaml +++ b/i18n/ui.global.hr.yaml @@ -17,8 +17,12 @@ disclaimers: opinion: title: Sadržaj mišljenja text: Ova stranica ne odražava nužno gledište svih dionika ETC-a. + debate: + title: U Razmatranju + text: Ova tema je dio tekuće rasprave u zajednici. Nije donesena konačna odluka. next: Nastavi čitati prev: Prethodni članak +readMore: Pročitaj više contribute: Ako želite doprinijeti dodavanjem ili ispravljanjem informacija na ovoj stranici, ispustite poruku na [Discord](https://discord.com/invite/dwxb6nf) ili napravite problem na [GitHub](https://github.com/ethereumclassic/ethereumclassic.github.io) contributors: "Ova stranica postoji dijelom zahvaljujući sljedećim suradnicima:" allLanguages: Svi jezici diff --git a/i18n/ui.global.it.yaml b/i18n/ui.global.it.yaml index ca5c859381..a039842da5 100644 --- a/i18n/ui.global.it.yaml +++ b/i18n/ui.global.it.yaml @@ -17,8 +17,12 @@ disclaimers: opinion: title: Contenuto opinionistico text: Questa pagina non riflette necessariamente il punto di vista di tutti gli stakeholder dell'ETC. + debate: + title: In Esame + text: Questo argomento fa parte di una discussione comunitaria in corso. Nessuna decisione è stata finalizzata. next: Continua a leggere prev: Articolo precedente +readMore: Leggi di più contribute: Se volete contribuire aggiungendo o correggendo informazioni a questa pagina, scrivete un messaggio su [Discord](https://discord.com/invite/dwxb6nf) o create un problema su [GitHub](https://github.com/ethereumclassic/ethereumclassic.github.io). contributors: "Questa pagina esiste anche grazie ai seguenti collaboratori:" allLanguages: Tutte le lingue diff --git a/i18n/ui.global.ja.yaml b/i18n/ui.global.ja.yaml index 600b919d18..3e4a0e3e2f 100644 --- a/i18n/ui.global.ja.yaml +++ b/i18n/ui.global.ja.yaml @@ -17,8 +17,12 @@ disclaimers: opinion: title: 意見交換型コンテンツ text: このページは、必ずしもすべてのETC関係者の見解を反映したものではありません。 + debate: + title: 検討中 + text: このトピックはコミュニティの継続的な議論の一部です。最終的な決定は行われていません。 next: 続きを読む prev: 前の記事 +readMore: もっと読む contribute: このページへの情報の追加や修正で貢献したい方は、 [Discord](https://discord.com/invite/dwxb6nf) にメッセージを送っていただくか、 [GitHub](https://github.com/ethereumclassic/ethereumclassic.github.io) に課題を作成してください。 contributors: "このページは、以下の方々のご協力により成り立っています。" allLanguages: すべての言語 diff --git a/i18n/ui.global.ko.yaml b/i18n/ui.global.ko.yaml index d4e3e1f3c0..654d37e86f 100644 --- a/i18n/ui.global.ko.yaml +++ b/i18n/ui.global.ko.yaml @@ -17,8 +17,12 @@ disclaimers: opinion: title: 의견이 있는 콘텐츠 text: 이 페이지는 반드시 모든 ETC 이해 관계자의 견해를 반영하는 것은 아닙니다. + debate: + title: 검토 중 + text: 이 주제는 진행 중인 커뮤니티 논의의 일부입니다. 아직 확정된 결정은 없습니다. next: 계속 읽기 prev: 이전 기사 +readMore: 더 읽기 contribute: 이 페이지에 정보를 추가하거나 수정하여 기여하고 싶다면 [Discord](https://discord.com/invite/dwxb6nf)에 메시지를 남기거나 [GitHub](https://github.com/ethereumclassic/ethereumclassic.github.io)에서 이슈를 생성하세요. contributors: "이 페이지는 부분적으로 다음 기여자들 덕분에 존재합니다:" allLanguages: 모든 언어 diff --git a/i18n/ui.global.ms.yaml b/i18n/ui.global.ms.yaml index 68bd5edbb3..9039771cc9 100644 --- a/i18n/ui.global.ms.yaml +++ b/i18n/ui.global.ms.yaml @@ -17,7 +17,11 @@ disclaimers: opinion: title: Kandungan Berpendapat text: Halaman ini tidak semestinya menggambarkan pandangan semua pihak berkepentingan ETC. + debate: + title: Dalam Pertimbangan + text: Topik ini adalah sebahagian daripada perbincangan komuniti yang berterusan. Tiada keputusan muktamad telah dibuat. next: Teruskan membaca +readMore: Baca Lagi prev: Artikel Sebelumnya contribute: Jika anda ingin menyumbang dengan menambah atau membetulkan maklumat pada halaman ini, sila hantar mesej pada [Discord](https://discord.com/invite/dwxb6nf) atau buat isu pada [GitHub](https://github.com/ethereumclassic/ethereumclassic.github.io) contributors: "Halaman ini wujud sebahagiannya terima kasih kepada penyumbang berikut:" diff --git a/i18n/ui.global.nl.yaml b/i18n/ui.global.nl.yaml index b321b0f1ce..0b6a87eb29 100644 --- a/i18n/ui.global.nl.yaml +++ b/i18n/ui.global.nl.yaml @@ -17,8 +17,12 @@ disclaimers: opinion: title: Opiniërende inhoud text: Deze pagina geeft niet noodzakelijk het standpunt van alle ETC-belanghebbenden weer. + debate: + title: Ter Overweging + text: Dit onderwerp maakt deel uit van een lopende gemeenschapsdiscussie. Er zijn nog geen definitieve beslissingen genomen. next: Lees verder prev: Vorig artikel +readMore: Lees meer contribute: Als u wilt bijdragen door informatie aan deze pagina toe te voegen of te corrigeren, stuur dan een bericht naar [Discord](https://discord.com/invite/dwxb6nf) of maak een probleem aan op [GitHub](https://github.com/ethereumclassic/ethereumclassic.github.io). contributors: "Deze pagina bestaat mede dankzij de volgende medewerkers:" allLanguages: Alle talen diff --git a/i18n/ui.global.pt.yaml b/i18n/ui.global.pt.yaml index c125db1244..fc9d10a6a3 100644 --- a/i18n/ui.global.pt.yaml +++ b/i18n/ui.global.pt.yaml @@ -17,8 +17,12 @@ disclaimers: opinion: title: Conteúdo opinativo text: Esta página não reflete necessariamente a visão de todas as partes interessadas da ETC. + debate: + title: Em Consideração + text: Este tópico faz parte de uma discussão comunitária em andamento. Nenhuma decisão foi finalizada. next: Continue lendo prev: artigo anterior +readMore: Saiba mais contribute: Se você gostaria de contribuir adicionando ou corrigindo informações a esta página, por favor, deixe uma mensagem em [Discord](https://discord.com/invite/dwxb6nf) ou crie um problema em [GitHub](https://github.com/ethereumclassic/ethereumclassic.github.io) contributors: "Esta página existe graças em parte aos seguintes colaboradores:" allLanguages: Todas as línguas diff --git a/i18n/ui.global.ru.yaml b/i18n/ui.global.ru.yaml index 01e74a780a..cf199aace1 100644 --- a/i18n/ui.global.ru.yaml +++ b/i18n/ui.global.ru.yaml @@ -17,8 +17,12 @@ disclaimers: opinion: title: Мнение о контенте text: Эта страница не обязательно отражает мнение всех заинтересованных сторон ЕТК. + debate: + title: На Рассмотрении + text: Эта тема является частью продолжающейся дискуссии сообщества. Окончательных решений пока не принято. next: Continue Reading prev: Предыдущая статья +readMore: Подробнее contribute: Если вы хотите внести свой вклад, добавив или исправив информацию на этой странице, пожалуйста, оставьте сообщение на [Discord](https://discord.com/invite/dwxb6nf) или создайте проблему на [GitHub](https://github.com/ethereumclassic/ethereumclassic.github.io). contributors: "Эта страница существует отчасти благодаря следующим авторам:" allLanguages: Все языки diff --git a/i18n/ui.global.th.yaml b/i18n/ui.global.th.yaml index 74705b4513..cd75300e42 100644 --- a/i18n/ui.global.th.yaml +++ b/i18n/ui.global.th.yaml @@ -17,8 +17,12 @@ disclaimers: opinion: title: เนื้อหาที่แสดงความคิดเห็น text: หน้านี้ไม่จำเป็นต้องสะท้อนถึงมุมมองของผู้มีส่วนได้ส่วนเสีย ETC ทั้งหมด + debate: + title: อยู่ระหว่างการพิจารณา + text: หัวข้อนี้เป็นส่วนหนึ่งของการอภิปรายของชุมชนที่กำลังดำเนินอยู่ ยังไม่มีการตัดสินใจขั้นสุดท้าย next: อ่านต่อไป prev: บทความก่อนหน้านี้ +readMore: อ่านเพิ่มเติม contribute: หากคุณต้องการมีส่วนร่วมโดยการเพิ่มหรือแก้ไขข้อมูลในหน้านี้ โปรดส่งข้อความที่ [Discord](https://discord.com/invite/dwxb6nf) หรือสร้างปัญหาใน [GitHub](https://github.com/ethereumclassic/ethereumclassic.github.io) contributors: "หน้านี้มีอยู่แล้ว ขอบคุณส่วนหนึ่งจากผู้ร่วมให้ข้อมูลต่อไปนี้:" allLanguages: ทุกภาษา diff --git a/i18n/ui.global.tr.yaml b/i18n/ui.global.tr.yaml index d09ac1804b..5e91440279 100644 --- a/i18n/ui.global.tr.yaml +++ b/i18n/ui.global.tr.yaml @@ -17,8 +17,12 @@ disclaimers: opinion: title: Fikir Veren İçerik text: Bu sayfa tüm ETC paydaşlarının görüşlerini yansıtmak zorunda değildir. + debate: + title: Değerlendirmede + text: Bu konu devam eden bir topluluk tartışmasının parçasıdır. Henüz kesin bir karar verilmemiştir. next: Continue Reading prev: Önceki Makale +readMore: Daha fazla oku contribute: Bu sayfaya bilgi ekleyerek veya düzelterek katkıda bulunmak isterseniz, lütfen [Discord](https://discord.com/invite/dwxb6nf) adresine bir mesaj bırakın veya [GitHub](https://github.com/ethereumclassic/ethereumclassic.github.io) adresinde bir sorun oluşturun. contributors: "Bu sayfa kısmen aşağıdaki katkıda bulunanlar sayesinde var olmuştur:" allLanguages: Tüm Diller diff --git a/i18n/ui.global.vi.yaml b/i18n/ui.global.vi.yaml index 617043032d..9e9f11f99f 100644 --- a/i18n/ui.global.vi.yaml +++ b/i18n/ui.global.vi.yaml @@ -17,8 +17,12 @@ disclaimers: opinion: title: Nội dung có ý kiến text: Trang này không nhất thiết phản ánh quan điểm của tất cả các bên liên quan đến ETC. + debate: + title: Đang Xem Xét + text: Chủ đề này là một phần của cuộc thảo luận cộng đồng đang diễn ra. Chưa có quyết định cuối cùng nào được đưa ra. next: Tiếp tục đọc prev: Bài báo trước +readMore: Đọc thêm contribute: Nếu bạn muốn đóng góp bằng cách thêm hoặc sửa thông tin vào trang này, vui lòng gửi thông báo trên [Discord](https://discord.com/invite/dwxb6nf) hoặc tạo sự cố trên [GitHub](https://github.com/ethereumclassic/ethereumclassic.github.io) contributors: "Trang này tồn tại một phần nhờ vào những người đóng góp sau:" allLanguages: Tất cả các ngôn ngữ diff --git a/i18n/ui.global.zh-yue.yaml b/i18n/ui.global.zh-yue.yaml index 4e56096577..80855a4f64 100644 --- a/i18n/ui.global.zh-yue.yaml +++ b/i18n/ui.global.zh-yue.yaml @@ -17,8 +17,12 @@ disclaimers: opinion: title: 自以為是的內容 text: 此頁面不一定反映所有 ETC 利益相關者的觀點。 + debate: + title: 審議中 + text: 此主題是社區持續討論的一部分。尚未做出最終決定。 next: 繼續閱讀 prev: 上一篇 +readMore: 閱讀更多 contribute: 如果您想通過向此頁面添加或更正信息來做出貢獻,請在 [Discord](https://discord.com/invite/dwxb6nf) 上留言或在 [GitHub](https://github.com/ethereumclassic/ethereumclassic.github.io) 上創建問題 contributors: "此頁面的存在部分歸功於以下貢獻者:" allLanguages: 所有語言 diff --git a/i18n/ui.global.zh.yaml b/i18n/ui.global.zh.yaml index 6bf6e2d873..e2d73992f3 100644 --- a/i18n/ui.global.zh.yaml +++ b/i18n/ui.global.zh.yaml @@ -17,7 +17,11 @@ disclaimers: opinion: title: 有意见的内容 text: 本页不一定反映所有ETC利益相关者的观点。 + debate: + title: 审议中 + text: 此主题是社区持续讨论的一部分。尚未做出最终决定。 next: 继续阅读 +readMore: 阅读更多 prev: 上一篇文章 contribute: 如果您想通过添加或更正本页面的信息来做出贡献,请在 [Discord](https://discord.com/invite/dwxb6nf)上留言,或在 [GitHub](https://github.com/ethereumclassic/ethereumclassic.github.io)上创建一个问题。 contributors: "本页的存在部分归功于以下贡献者。" diff --git a/src/components/contentHeader.js b/src/components/contentHeader.js index 5580a862e5..1fed6c9669 100644 --- a/src/components/contentHeader.js +++ b/src/components/contentHeader.js @@ -25,6 +25,7 @@ export default function ContentHeader({ mdx, i18n, pre, ...rest }) { const { title, date, author, updated } = mdx?.meta || i18n; const header = articleHeader || title; const disclaimer = mdx?.meta?.disclaimer || i18n.disclaimer; + const disclaimerLink = mdx?.meta?.disclaimerLink || i18n.disclaimerLink; const info = mdx?.meta?.info || i18n.info; const tags = mdx?.meta?.tags ?.map((tag) => ({ @@ -74,12 +75,17 @@ export default function ContentHeader({ mdx, i18n, pre, ...rest }) { )} - {disclaimer && ( + {disclaimer && disclaimer !== "opinion" && disclaimer !== "debate" && (
{text}
- )} +