From 049689bbd8708fd21a9636833acf2a75c2c31dfa Mon Sep 17 00:00:00 2001 From: camperbot Date: Fri, 15 Apr 2022 22:44:15 +0530 Subject: [PATCH] chore(i18n,client): processed translations (#45681) --- client/i18n/locales/chinese-traditional/intro.json | 1 + client/i18n/locales/chinese-traditional/translations.json | 7 ++++--- client/i18n/locales/chinese/intro.json | 1 + client/i18n/locales/chinese/translations.json | 7 ++++--- client/i18n/locales/espanol/intro.json | 1 + client/i18n/locales/espanol/translations.json | 7 ++++--- client/i18n/locales/italian/intro.json | 1 + client/i18n/locales/italian/translations.json | 7 ++++--- client/i18n/locales/japanese/intro.json | 1 + client/i18n/locales/japanese/translations.json | 7 ++++--- client/i18n/locales/portuguese/intro.json | 1 + client/i18n/locales/portuguese/translations.json | 7 ++++--- client/i18n/locales/ukrainian/intro.json | 1 + client/i18n/locales/ukrainian/translations.json | 7 ++++--- 14 files changed, 35 insertions(+), 21 deletions(-) diff --git a/client/i18n/locales/chinese-traditional/intro.json b/client/i18n/locales/chinese-traditional/intro.json index fd2d5c1ca4..480eab7444 100644 --- a/client/i18n/locales/chinese-traditional/intro.json +++ b/client/i18n/locales/chinese-traditional/intro.json @@ -783,6 +783,7 @@ "viewing-upcoming-change": "你正在查看Beta頁面。 ", "go-back-to-learn": "回到正式版課程", "read-database-cert-article": "請在繼續之前閱讀這個論壇帖子。", + "enable-cookies": "You must enable third-party cookies before starting.", "english-only": "本部分的課程只提供英文。我們目前只能翻譯標題和介紹,而不能翻譯課程本身。" } } diff --git a/client/i18n/locales/chinese-traditional/translations.json b/client/i18n/locales/chinese-traditional/translations.json index 016315e5a4..faabea60c6 100644 --- a/client/i18n/locales/chinese-traditional/translations.json +++ b/client/i18n/locales/chinese-traditional/translations.json @@ -68,8 +68,8 @@ "ask-later": "稍後問我", "start-coding": "開始編碼!", "go-to-settings": "轉到設置以申請你的認證", - "click-start-course": "單擊此處開始課程", - "click-start-project": "點擊此處啓動項目" + "click-start-course": "Start the course", + "click-start-project": "Start the project" }, "landing": { "big-heading-1": "免費學習編程", @@ -536,7 +536,8 @@ "code-save-error": "An error occurred trying to save your code.", "code-save-less": "Slow Down! Your code was not saved. Try again in a few seconds.", "challenge-save-too-big": "Sorry, you cannot save your code. Your code is {{user-size}} bytes. We allow a maximum of {{max-size}} bytes. Please make your code smaller and try again or request assistance on https://forum.freecodecamp.org", - "challenge-submit-too-big": "Sorry, you cannot submit your code. Your code is {{user-size}} bytes. We allow a maximum of {{max-size}} bytes. Please make your code smaller and try again or request assistance on https://forum.freecodecamp.org" + "challenge-submit-too-big": "Sorry, you cannot submit your code. Your code is {{user-size}} bytes. We allow a maximum of {{max-size}} bytes. Please make your code smaller and try again or request assistance on https://forum.freecodecamp.org", + "invalid-update-flag": "You are attempting to access forbidden resources. Please request assistance on https://forum.freecodecamp.org if this is a valid request." }, "validation": { "max-characters": "字符數最多爲 288 個,你還可以輸入 {{charsLeft}} 個字符", diff --git a/client/i18n/locales/chinese/intro.json b/client/i18n/locales/chinese/intro.json index c679af180d..65cd2f63c2 100644 --- a/client/i18n/locales/chinese/intro.json +++ b/client/i18n/locales/chinese/intro.json @@ -783,6 +783,7 @@ "viewing-upcoming-change": "你正在查看Beta页面。 ", "go-back-to-learn": "回到正式版课程", "read-database-cert-article": "请在继续之前阅读这个论坛帖子。", + "enable-cookies": "You must enable third-party cookies before starting.", "english-only": "本部分的课程只提供英文。我们目前只能翻译标题和介绍,而不能翻译课程本身。" } } diff --git a/client/i18n/locales/chinese/translations.json b/client/i18n/locales/chinese/translations.json index 2c040ab198..55c541f584 100644 --- a/client/i18n/locales/chinese/translations.json +++ b/client/i18n/locales/chinese/translations.json @@ -68,8 +68,8 @@ "ask-later": "稍后问我", "start-coding": "开始编码!", "go-to-settings": "转到设置以申请你的认证", - "click-start-course": "单击此处开始课程", - "click-start-project": "点击此处启动项目" + "click-start-course": "Start the course", + "click-start-project": "Start the project" }, "landing": { "big-heading-1": "免费学习编程", @@ -536,7 +536,8 @@ "code-save-error": "An error occurred trying to save your code.", "code-save-less": "Slow Down! Your code was not saved. Try again in a few seconds.", "challenge-save-too-big": "Sorry, you cannot save your code. Your code is {{user-size}} bytes. We allow a maximum of {{max-size}} bytes. Please make your code smaller and try again or request assistance on https://forum.freecodecamp.org", - "challenge-submit-too-big": "Sorry, you cannot submit your code. Your code is {{user-size}} bytes. We allow a maximum of {{max-size}} bytes. Please make your code smaller and try again or request assistance on https://forum.freecodecamp.org" + "challenge-submit-too-big": "Sorry, you cannot submit your code. Your code is {{user-size}} bytes. We allow a maximum of {{max-size}} bytes. Please make your code smaller and try again or request assistance on https://forum.freecodecamp.org", + "invalid-update-flag": "You are attempting to access forbidden resources. Please request assistance on https://forum.freecodecamp.org if this is a valid request." }, "validation": { "max-characters": "字符数最多为 288 个,你还可以输入 {{charsLeft}} 个字符", diff --git a/client/i18n/locales/espanol/intro.json b/client/i18n/locales/espanol/intro.json index 388ff7e9f3..bdb5a6a146 100644 --- a/client/i18n/locales/espanol/intro.json +++ b/client/i18n/locales/espanol/intro.json @@ -783,6 +783,7 @@ "viewing-upcoming-change": "Estás viendo una página beta. ", "go-back-to-learn": "Volver a la versión estable del currículum.", "read-database-cert-article": "Por favor, lea este post del foro antes de continuar.", + "enable-cookies": "You must enable third-party cookies before starting.", "english-only": "The courses in this section are only available in English. We are only able to translate the titles and introductions at the moment, not the lessons themselves." } } diff --git a/client/i18n/locales/espanol/translations.json b/client/i18n/locales/espanol/translations.json index d8cb93cfc8..90239b2e54 100644 --- a/client/i18n/locales/espanol/translations.json +++ b/client/i18n/locales/espanol/translations.json @@ -68,8 +68,8 @@ "ask-later": "Pregúntame luego", "start-coding": "¡Empieza a programar!", "go-to-settings": "Ve a la configuración para reclamar tu certificación", - "click-start-course": "Haga clic aquí para iniciar el curso", - "click-start-project": "Haga clic aquí para iniciar el proyecto" + "click-start-course": "Start the course", + "click-start-project": "Start the project" }, "landing": { "big-heading-1": "Aprende a programar gratis.", @@ -536,7 +536,8 @@ "code-save-error": "An error occurred trying to save your code.", "code-save-less": "Slow Down! Your code was not saved. Try again in a few seconds.", "challenge-save-too-big": "Sorry, you cannot save your code. Your code is {{user-size}} bytes. We allow a maximum of {{max-size}} bytes. Please make your code smaller and try again or request assistance on https://forum.freecodecamp.org", - "challenge-submit-too-big": "Sorry, you cannot submit your code. Your code is {{user-size}} bytes. We allow a maximum of {{max-size}} bytes. Please make your code smaller and try again or request assistance on https://forum.freecodecamp.org" + "challenge-submit-too-big": "Sorry, you cannot submit your code. Your code is {{user-size}} bytes. We allow a maximum of {{max-size}} bytes. Please make your code smaller and try again or request assistance on https://forum.freecodecamp.org", + "invalid-update-flag": "You are attempting to access forbidden resources. Please request assistance on https://forum.freecodecamp.org if this is a valid request." }, "validation": { "max-characters": "Hay un límite máximo de 288 caracteres, te quedan {{charsLeft}}", diff --git a/client/i18n/locales/italian/intro.json b/client/i18n/locales/italian/intro.json index 1de4bed37f..5e871910f8 100644 --- a/client/i18n/locales/italian/intro.json +++ b/client/i18n/locales/italian/intro.json @@ -783,6 +783,7 @@ "viewing-upcoming-change": "Stai guardando ad una pagina in beta. ", "go-back-to-learn": "Torna alla versione stabile del curriculum.", "read-database-cert-article": "Per favore leggi questo post sul forum prima di procedere.", + "enable-cookies": "You must enable third-party cookies before starting.", "english-only": "I corsi in questa sezione sono disponibili solo in inglese. Siamo solo in grado di tradurre i titoli e le introduzioni in questo momento, non le lezioni stesse." } } diff --git a/client/i18n/locales/italian/translations.json b/client/i18n/locales/italian/translations.json index 5949b15f80..f5132bd294 100644 --- a/client/i18n/locales/italian/translations.json +++ b/client/i18n/locales/italian/translations.json @@ -68,8 +68,8 @@ "ask-later": "Chiedimelo più tardi", "start-coding": "Inizia a programmare!", "go-to-settings": "Vai alle impostazioni per richiedere la tua certificazione", - "click-start-course": "Fai click qui per iniziare il corso", - "click-start-project": "Fai click qui per iniziare il progetto" + "click-start-course": "Start the course", + "click-start-project": "Start the project" }, "landing": { "big-heading-1": "Impara a programmare — gratis.", @@ -536,7 +536,8 @@ "code-save-error": "C'è stato un errore provando asalvare il tuo codice.", "code-save-less": "Rallenta! Il tuo codice non è stato salvato. Prova di nuovo tra qualche secondo.", "challenge-save-too-big": "Ci dispiace, non possiamo salvare il tuo codice. Il tuo codice è {{user-size}} byte. Il massimo è di {{max-size}} byte. Per cortesia rendi il tuo codice più piccolo o richiedi assistenza a https://forum.freecodecamp.org", - "challenge-submit-too-big": "Ci dispiace, non puoi consegnare il tuo codice. Il tuo codice è {{user-size}} byte. Il massimo è di {{max-size}} byte. Per cortesia rendi il tuo codice più piccolo o richiedi assistenza a https://forum.freecodecamp.org" + "challenge-submit-too-big": "Ci dispiace, non puoi consegnare il tuo codice. Il tuo codice è {{user-size}} byte. Il massimo è di {{max-size}} byte. Per cortesia rendi il tuo codice più piccolo o richiedi assistenza a https://forum.freecodecamp.org", + "invalid-update-flag": "You are attempting to access forbidden resources. Please request assistance on https://forum.freecodecamp.org if this is a valid request." }, "validation": { "max-characters": "C'è un limite massimo di 288 caratteri, hai {{charsLeft}} rimanenti", diff --git a/client/i18n/locales/japanese/intro.json b/client/i18n/locales/japanese/intro.json index 45b9ceefa8..3bb91bb981 100644 --- a/client/i18n/locales/japanese/intro.json +++ b/client/i18n/locales/japanese/intro.json @@ -783,6 +783,7 @@ "viewing-upcoming-change": "ベータ版のページを閲覧中です。 ", "go-back-to-learn": "カリキュラムの安定版へ戻る。", "read-database-cert-article": "続行する前に、こちらのフォーラム投稿をお読みください。", + "enable-cookies": "You must enable third-party cookies before starting.", "english-only": "このセクションのコースは、英語版でのみ利用可能です。現時点ではタイトルと紹介文のみが翻訳に対応しており、レッスン自体は翻訳されておりません。" } } diff --git a/client/i18n/locales/japanese/translations.json b/client/i18n/locales/japanese/translations.json index e589b602e0..1c59571925 100644 --- a/client/i18n/locales/japanese/translations.json +++ b/client/i18n/locales/japanese/translations.json @@ -68,8 +68,8 @@ "ask-later": "後で", "start-coding": "コーディングを始めましょう!", "go-to-settings": "設定へ移動して認定証を取得", - "click-start-course": "こちらをクリックしてコースを開始", - "click-start-project": "こちらをクリックしてプロジェクトを開始" + "click-start-course": "Start the course", + "click-start-project": "Start the project" }, "landing": { "big-heading-1": "プログラミングを無料で学ぶ。", @@ -536,7 +536,8 @@ "code-save-error": "コードの保存中にエラーが発生しました。", "code-save-less": "コードは保存されませんでした。数秒時間をおいて、もう一度お試しください。", "challenge-save-too-big": "コードを保存できませんでした。あなたのコードは {{user-size}} バイトですが、保存可能なコードは最大 {{max-size}} バイトです。コードを削減してもう一度お試しいただくか、https://forum.freecodecamp.org にてサポートを依頼してください。", - "challenge-submit-too-big": "コードを提出できませんでした。あなたのコードは {{user-size}} バイトですが、提出可能なコードは最大 {{max-size}} バイトです。コードを削減してもう一度お試しいただくか、https://forum.freecodecamp.org にてサポートを依頼してください。" + "challenge-submit-too-big": "コードを提出できませんでした。あなたのコードは {{user-size}} バイトですが、提出可能なコードは最大 {{max-size}} バイトです。コードを削減してもう一度お試しいただくか、https://forum.freecodecamp.org にてサポートを依頼してください。", + "invalid-update-flag": "You are attempting to access forbidden resources. Please request assistance on https://forum.freecodecamp.org if this is a valid request." }, "validation": { "max-characters": "上限は 288 文字です。残り {{charsLeft}} 文字です。", diff --git a/client/i18n/locales/portuguese/intro.json b/client/i18n/locales/portuguese/intro.json index 4fede08009..7406e4803a 100644 --- a/client/i18n/locales/portuguese/intro.json +++ b/client/i18n/locales/portuguese/intro.json @@ -783,6 +783,7 @@ "viewing-upcoming-change": "Você está vendo uma página em estágio beta. ", "go-back-to-learn": "Voltar à versão estável do currículo.", "read-database-cert-article": "Leia esta publicação no fórum antes de prosseguir.", + "enable-cookies": "You must enable third-party cookies before starting.", "english-only": "Os cursos desta seção estão disponíveis apenas em inglês. Neste momento, só podemos traduzir os títulos e as introduções, não as próprias lições." } } diff --git a/client/i18n/locales/portuguese/translations.json b/client/i18n/locales/portuguese/translations.json index 5a51d87ee7..c6b2548aae 100644 --- a/client/i18n/locales/portuguese/translations.json +++ b/client/i18n/locales/portuguese/translations.json @@ -68,8 +68,8 @@ "ask-later": "Pergunte-me depois", "start-coding": "Comece a programar!", "go-to-settings": "Vá para as configurações para solicitar sua certificação", - "click-start-course": "Clique aqui para iniciar o curso", - "click-start-project": "Clique aqui para iniciar o projeto" + "click-start-course": "Start the course", + "click-start-project": "Start the project" }, "landing": { "big-heading-1": "Aprenda a programar — de graça.", @@ -536,7 +536,8 @@ "code-save-error": "Ocorreu um erro ao tentar salvar seu código.", "code-save-less": "Devagar! O código não foi salvo. Tente novamente em alguns segundos.", "challenge-save-too-big": "Não foi possível salvar seu código. Seu código tem {{user-size}} bytes. A capacidade é de, no máximo, {{max-size}} bytes. Diminua o tamanho do seu código e tente novamente ou peça assistência em https://forum.freecodecamp.org", - "challenge-submit-too-big": "Não foi possível enviar seu código. Seu código tem {{user-size}} bytes. É possível enviar, no máximo, {{max-size}} bytes. Diminua o tamanho do seu código e tente novamente ou peça assistência em https://forum.freecodecamp.org" + "challenge-submit-too-big": "Não foi possível enviar seu código. Seu código tem {{user-size}} bytes. É possível enviar, no máximo, {{max-size}} bytes. Diminua o tamanho do seu código e tente novamente ou peça assistência em https://forum.freecodecamp.org", + "invalid-update-flag": "You are attempting to access forbidden resources. Please request assistance on https://forum.freecodecamp.org if this is a valid request." }, "validation": { "max-characters": "Há um limite máximo de 288 caracteres, você tem {{charsLeft}} restante(s)", diff --git a/client/i18n/locales/ukrainian/intro.json b/client/i18n/locales/ukrainian/intro.json index 06ccbbdce5..e5579f7f8a 100644 --- a/client/i18n/locales/ukrainian/intro.json +++ b/client/i18n/locales/ukrainian/intro.json @@ -783,6 +783,7 @@ "viewing-upcoming-change": "You are looking at a beta page. ", "go-back-to-learn": "Go back to the stable version of the curriculum.", "read-database-cert-article": "Please read this forum post before proceeding.", + "enable-cookies": "You must enable third-party cookies before starting.", "english-only": "The courses in this section are only available in English. We are only able to translate the titles and introductions at the moment, not the lessons themselves." } } diff --git a/client/i18n/locales/ukrainian/translations.json b/client/i18n/locales/ukrainian/translations.json index cc8c20f38d..efffe79be6 100644 --- a/client/i18n/locales/ukrainian/translations.json +++ b/client/i18n/locales/ukrainian/translations.json @@ -68,8 +68,8 @@ "ask-later": "Запитати пізніше", "start-coding": "Start coding!", "go-to-settings": "Go to settings to claim your certification", - "click-start-course": "Click here to start the course", - "click-start-project": "Click here to start the project" + "click-start-course": "Start the course", + "click-start-project": "Start the project" }, "landing": { "big-heading-1": "Вчіться програмувати — це безкоштовно.", @@ -536,7 +536,8 @@ "code-save-error": "An error occurred trying to save your code.", "code-save-less": "Slow Down! Your code was not saved. Try again in a few seconds.", "challenge-save-too-big": "Sorry, you cannot save your code. Your code is {{user-size}} bytes. We allow a maximum of {{max-size}} bytes. Please make your code smaller and try again or request assistance on https://forum.freecodecamp.org", - "challenge-submit-too-big": "Sorry, you cannot submit your code. Your code is {{user-size}} bytes. We allow a maximum of {{max-size}} bytes. Please make your code smaller and try again or request assistance on https://forum.freecodecamp.org" + "challenge-submit-too-big": "Sorry, you cannot submit your code. Your code is {{user-size}} bytes. We allow a maximum of {{max-size}} bytes. Please make your code smaller and try again or request assistance on https://forum.freecodecamp.org", + "invalid-update-flag": "You are attempting to access forbidden resources. Please request assistance on https://forum.freecodecamp.org if this is a valid request." }, "validation": { "max-characters": "Максимальний розмір — 288 символів, у вас залишилося {{charsLeft}}",