From 923b74db1c99031baf5dd818989fff84d7b440db Mon Sep 17 00:00:00 2001 From: valyukhov Date: Thu, 5 Dec 2024 18:17:53 +0300 Subject: [PATCH] feat: :sparkles: add link to contact us --- components/StartPage/LevelIntro.js | 18 +++++++++++++++++- public/locales/en/start-page.json | 2 +- public/locales/es/start-page.json | 2 +- public/locales/ru/start-page.json | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/components/StartPage/LevelIntro.js b/components/StartPage/LevelIntro.js index eed9805e..c077c98e 100644 --- a/components/StartPage/LevelIntro.js +++ b/components/StartPage/LevelIntro.js @@ -16,7 +16,23 @@ function LevelIntro({ t, opacity }) { opacity || '' }`} > - {t('MainBlocks.LevelText')} + ( + + {children} + + ), + }} + > + {t('MainBlocks.LevelText')} +
diff --git a/public/locales/en/start-page.json b/public/locales/en/start-page.json index ef4625f9..5a4ec794 100644 --- a/public/locales/en/start-page.json +++ b/public/locales/en/start-page.json @@ -80,7 +80,7 @@ } }, "Screenshots": "Screenshots", - "LevelText": "LEVEL is a free-to-use, open-source platform for step-by-step Bible translation that can accommodate any type of text materials. Available in online, intranet, and offline versions, it is designed to support church-based translation projects and beyond, offering a reliable, customizable, and accessible solution for translators and teams.\n\nIf you're looking to start translating the Bible, work on Open Bible Stories, or need support with an existing project facing challenges, please don't hesitate to contact us. We're here to help!", + "LevelText": "LEVEL is a free-to-use, open-source platform for step-by-step Bible translation that can accommodate any type of text materials. Available in online, intranet, and offline versions, it is designed to support church-based translation projects and beyond, offering a reliable, customizable, and accessible solution for translators and teams.\n\nIf you're looking to start translating the Bible, work on Open Bible Stories, or need support with an existing project facing challenges, please don't hesitate to [contact us](/connect-with-us). We're here to help!", "WhatIsLevel": "What is LEVEL?" }, "NotAllFieldFull": "Not all fields are filled in!", diff --git a/public/locales/es/start-page.json b/public/locales/es/start-page.json index f8a5b82e..f8f2bd80 100644 --- a/public/locales/es/start-page.json +++ b/public/locales/es/start-page.json @@ -80,7 +80,7 @@ } }, "Screenshots": "Captura de pantalla", - "LevelText": "LEVEL es una plataforma de código abierto y uso gratuito para la traducción bíblica paso a paso que se adapta a cualquier tipo de material textual. Disponible en versiones en línea, intranet y fuera de línea, está diseñada para apoyar proyectos de traducción basados en iglesias y más allá, ofreciendo una solución fiable, personalizable y accesible para traductores y equipos.\n\nSi quieres empezar a traducir la Biblia, trabajar en Historias de la Biblia Abierta o necesitas ayuda con un proyecto existente que se enfrenta a desafíos, no dudes en ponerte en contacto con nosotros. Estamos aquí para ayudarte", + "LevelText": "LEVEL es una plataforma de código abierto y uso gratuito para la traducción bíblica paso a paso que se adapta a cualquier tipo de material textual. Disponible en versiones en línea, intranet y fuera de línea, está diseñada para apoyar proyectos de traducción basados en iglesias y más allá, ofreciendo una solución fiable, personalizable y accesible para traductores y equipos.\n\nSi quieres empezar a traducir la Biblia, trabajar en Historias de la Biblia Abierta o necesitas ayuda con un proyecto existente que se enfrenta a desafíos, no dudes en ponerte [en contacto](/connect-with-us) con nosotros. Estamos aquí para ayudarte", "WhatIsLevel": "¿Qué es LEVEL?" }, "NotAllFieldFull": "No todos los campos han sido rellenados!", diff --git a/public/locales/ru/start-page.json b/public/locales/ru/start-page.json index 0c584a06..8f0fa4c4 100644 --- a/public/locales/ru/start-page.json +++ b/public/locales/ru/start-page.json @@ -80,7 +80,7 @@ } }, "Screenshots": "Скриншоты", - "LevelText": "LEVEL - это бесплатная платформа с открытым исходным кодом для поэтапного перевода Библии, которая может работать с любыми текстовыми материалами. Она доступна в онлайн-, интранет- и офлайн-версиях и предназначена для поддержки церковных переводческих проектов и не только, предлагая надежное, настраиваемое и доступное решение для переводчиков и команд.\n\nЕсли вы хотите начать переводить Библию, работать над Open Bible Stories или нуждаетесь в поддержке существующего проекта, столкнувшегося с трудностями, пожалуйста, обращайтесь к нам. Мы готовы помочь!", + "LevelText": "LEVEL - это бесплатная платформа с открытым исходным кодом для поэтапного перевода Библии, которая может работать с любыми текстовыми материалами. Она доступна в онлайн-, интранет- и офлайн-версиях и предназначена для поддержки церковных переводческих проектов и не только, предлагая надежное, настраиваемое и доступное решение для переводчиков и команд.\n\nЕсли вы хотите начать переводить Библию, работать над Open Bible Stories или нуждаетесь в поддержке существующего проекта, столкнувшегося с трудностями, пожалуйста, [обращайтесь к нам](/connect-with-us). Мы готовы помочь!", "WhatIsLevel": "Что такое LEVEL?" }, "NotAllFieldFull": "Не все поля заполнены!",