From e26babad93d716b5b3c45b3f70bc67b8633d8be7 Mon Sep 17 00:00:00 2001 From: Ahmad Abdolsaheb Date: Tue, 9 Feb 2021 21:15:26 +0300 Subject: [PATCH] fix(i18n): update banner messages, and labels (#41017) --- client/i18n/locales/chinese/intro.json | 4 ++-- client/i18n/locales/espanol/intro.json | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/client/i18n/locales/chinese/intro.json b/client/i18n/locales/chinese/intro.json index d76de6cf7b..5bf258e378 100644 --- a/client/i18n/locales/chinese/intro.json +++ b/client/i18n/locales/chinese/intro.json @@ -519,7 +519,7 @@ "courses": "课程", "expand": "展开", "collapse": "折叠", - "translation-banner": "We're still translating this certification.", - "translation-help": "You can help here" + "translation-banner": "我们正在翻译此认证的课程。", + "translation-help": "你可以帮助我们翻译。" } } diff --git a/client/i18n/locales/espanol/intro.json b/client/i18n/locales/espanol/intro.json index 882c329c01..b35490ac28 100644 --- a/client/i18n/locales/espanol/intro.json +++ b/client/i18n/locales/espanol/intro.json @@ -514,12 +514,12 @@ } }, "misc-text": { - "certification": "{{cert}} Certification", - "browse-other": "Browse our other free certifications\n(we recommend doing these in order)", - "courses": "Courses", - "expand": "Expand", - "collapse": "Collapse", - "translation-banner": "We're still translating this certification.", - "translation-help": "You can help here" + "certification": "{{cert}} Certificación", + "browse-other": "Explora otras de nuestras certificaciones gratuitas\n (recomendamos hacerlas en orden)", + "courses": "Cursos", + "expand": "Expandir", + "collapse": "Colapso", + "translation-banner": "Aún estamos traduciendo esta certificación", + "translation-help": "Puedes ayudar aquí" } }