From 710588cc3761f983a30030ed743e0769e86b0c4c Mon Sep 17 00:00:00 2001
From: valyukhov
Date: Wed, 27 Nov 2024 22:06:16 +0300
Subject: [PATCH] chore: :adhesive_bandage: change text on main page
---
components/StartPage/LevelIntro.js | 18 +++++++++---------
public/locales/en/start-page.json | 2 +-
public/locales/es/start-page.json | 4 ++--
public/locales/ru/start-page.json | 2 +-
4 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/components/StartPage/LevelIntro.js b/components/StartPage/LevelIntro.js
index c9e16550..eed9805e 100644
--- a/components/StartPage/LevelIntro.js
+++ b/components/StartPage/LevelIntro.js
@@ -1,3 +1,5 @@
+import ReactMarkdown from 'react-markdown'
+
import Close from 'public/icons/close.svg'
import LevelIntroImage from 'public/main/level-intro.svg'
@@ -8,18 +10,16 @@ function LevelIntro({ t, opacity }) {
className="font-semibold md:font-bold"
dangerouslySetInnerHTML={{ __html: t('MainBlocks.WhatIsLevel') }}
>
-
-
+
- {t('MainBlocks.LevelText')}
-
-
-
+ {t('MainBlocks.LevelText')}
+
+
+
)
diff --git a/public/locales/en/start-page.json b/public/locales/en/start-page.json
index 19504364..c1bf8c54 100644
--- a/public/locales/en/start-page.json
+++ b/public/locales/en/start-page.json
@@ -81,7 +81,7 @@
}
},
"Screenshots": "Screenshots",
- "LevelText": "LEVEL is a platform for step-by-step Bible translation using various helpful materials from our partners.",
+ "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!",
"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 f7cba291..b8b33d08 100644
--- a/public/locales/es/start-page.json
+++ b/public/locales/es/start-page.json
@@ -77,11 +77,11 @@
"ThirdReview": {
"Country": "Uzbekistán",
"Name": "Bakhrom",
- "Text": "LEVEL ha sido muy útil. Es muy conveniente que haya un diccionario de comandos, y cuando te encuentras con palabras similares, el diccionario te ayuda a usarlas de la misma manera en diferentes lugares.\nMuy conveniente que haya un diccionario bíblico y que haya explicaciones de cómo traducir mejor algunas frases complejas. Una herramienta muy útil."
+ "Text": "LEVEL ha sido muy útil. Es muy conveniente que haya un diccionario de comandos, y cuando te encuentras con palabras similares, el diccionario te ayuda a usarlas de la misma manera en diferentes lugares.\n\nMuy conveniente que haya un diccionario bíblico y que haya explicaciones de cómo traducir mejor algunas frases complejas. Una herramienta muy útil."
}
},
"Screenshots": "Captura de pantalla",
- "LevelText": "LEVEL es una plataforma de traducción bíblica paso a paso que utiliza diversos materiales de referencia de nuestros socios.",
+ "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",
"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 7a0c5414..43a2bf25 100644
--- a/public/locales/ru/start-page.json
+++ b/public/locales/ru/start-page.json
@@ -81,7 +81,7 @@
}
},
"Screenshots": "Скриншоты",
- "LevelText": "LEVEL - это платформа для пошагового перевода Библии с использованием различных справочных материалов наших партнёров.",
+ "LevelText": "LEVEL - это бесплатная платформа с открытым исходным кодом для поэтапного перевода Библии, которая может работать с любыми текстовыми материалами. Она доступна в онлайн-, интранет- и офлайн-версиях и предназначена для поддержки церковных переводческих проектов и не только, предлагая надежное, настраиваемое и доступное решение для переводчиков и команд.\n\nЕсли вы хотите начать переводить Библию, работать над Open Bible Stories или нуждаетесь в поддержке существующего проекта, столкнувшегося с трудностями, пожалуйста, обращайтесь к нам. Мы готовы помочь!",
"WhatIsLevel": "Что такое LEVEL?"
},
"NotAllFieldFull": "Не все поля заполнены!",