diff --git a/client/i18n/locales/chinese-traditional/translations.json b/client/i18n/locales/chinese-traditional/translations.json index 7d592a0485b..b1083893a5e 100644 --- a/client/i18n/locales/chinese-traditional/translations.json +++ b/client/i18n/locales/chinese-traditional/translations.json @@ -26,7 +26,7 @@ "off": "關閉", "on": "打開", "sign-in": "登錄", - "sign-up-email-list": "Sign up for Quincy's weekly emails", + "sign-up-email-list": "訂閱 Quincy 每週的電子郵件", "sign-out": "退出", "curriculum": "課程", "forum": "論壇", @@ -58,6 +58,7 @@ "resubscribe": "你可以點擊此處重新訂閱", "click-here": "點擊此處登陸", "save": "保存", + "save-code": "Save your Code", "no-thanks": "不用,謝謝", "yes-please": "好的", "update-email": "更新我的郵箱", @@ -529,7 +530,11 @@ "start-project-err": "在嘗試啓動該項目時出錯。請再試一次。", "complete-project-first": "你必須先完成項目。", "local-code-save-error": "糟糕,你的代碼沒有保存,你的瀏覽器的本地存儲空間可能已滿。", - "local-code-saved": "保存!你的代碼已保存到你的瀏覽器本地存儲中。" + "local-code-saved": "保存!你的代碼已保存到你的瀏覽器本地存儲中。", + "code-saved": "Your code was saved to the database. It will be here when you return.", + "code-save-error": "An error occurred trying to save your code.", + "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" }, "validation": { "max-characters": "字符數最多爲 288 個,你還可以輸入 {{charsLeft}} 個字符", diff --git a/client/i18n/locales/chinese/translations.json b/client/i18n/locales/chinese/translations.json index cf5c4fd788b..c1b1c6aeef4 100644 --- a/client/i18n/locales/chinese/translations.json +++ b/client/i18n/locales/chinese/translations.json @@ -26,7 +26,7 @@ "off": "关闭", "on": "打开", "sign-in": "登录", - "sign-up-email-list": "Sign up for Quincy's weekly emails", + "sign-up-email-list": "订阅 Quincy 每周的电子邮件", "sign-out": "退出", "curriculum": "课程", "forum": "论坛", @@ -58,6 +58,7 @@ "resubscribe": "你可以点击此处重新订阅", "click-here": "点击此处登陆", "save": "保存", + "save-code": "Save your Code", "no-thanks": "不用,谢谢", "yes-please": "好的", "update-email": "更新我的邮箱", @@ -529,7 +530,11 @@ "start-project-err": "在尝试启动该项目时出错。请再试一次。", "complete-project-first": "你必须先完成项目。", "local-code-save-error": "糟糕,你的代码没有保存,你的浏览器的本地存储空间可能已满。", - "local-code-saved": "保存!你的代码已保存到你的浏览器本地存储中。" + "local-code-saved": "保存!你的代码已保存到你的浏览器本地存储中。", + "code-saved": "Your code was saved to the database. It will be here when you return.", + "code-save-error": "An error occurred trying to save your code.", + "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" }, "validation": { "max-characters": "字符数最多为 288 个,你还可以输入 {{charsLeft}} 个字符", diff --git a/client/i18n/locales/espanol/translations.json b/client/i18n/locales/espanol/translations.json index ea8c4564ccc..0f4c91f8b64 100644 --- a/client/i18n/locales/espanol/translations.json +++ b/client/i18n/locales/espanol/translations.json @@ -58,6 +58,7 @@ "resubscribe": "Puedes hacer clic aquí para volver a suscribirte", "click-here": "Haz clic aquí para iniciar sesión", "save": "Guardar", + "save-code": "Save your Code", "no-thanks": "No, Gracias", "yes-please": "Sí, por favor", "update-email": "Actualizar mi correo electrónico", @@ -529,7 +530,11 @@ "start-project-err": "Algo salió mal al intentar iniciar el proyecto. Por favor, inténtalo de nuevo.", "complete-project-first": "Primero debes completar el proyecto.", "local-code-save-error": "Vaya, tu código no se guardó, el almacenamiento local del navegador puede estar lleno.", - "local-code-saved": "¡Guardado! Tu código ha sido guardado en el almacenamiento local de tu navegador." + "local-code-saved": "¡Guardado! Tu código ha sido guardado en el almacenamiento local de tu navegador.", + "code-saved": "Your code was saved to the database. It will be here when you return.", + "code-save-error": "An error occurred trying to save your code.", + "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" }, "validation": { "max-characters": "Hay un límite máximo de 288 caracteres, te quedan {{charsLeft}}", diff --git a/client/i18n/locales/italian/translations.json b/client/i18n/locales/italian/translations.json index b657bfa5456..0ee8e73116e 100644 --- a/client/i18n/locales/italian/translations.json +++ b/client/i18n/locales/italian/translations.json @@ -26,7 +26,7 @@ "off": "Off", "on": "On", "sign-in": "Accedi", - "sign-up-email-list": "Sign up for Quincy's weekly emails", + "sign-up-email-list": "Iscriviti alle email settimanali di Quincy", "sign-out": "Esci", "curriculum": "Curriculum", "forum": "Forum", @@ -58,6 +58,7 @@ "resubscribe": "Puoi cliccare qui per reiscriverti", "click-here": "Clicca qui per accedere", "save": "Salva", + "save-code": "Save your Code", "no-thanks": "No, grazie", "yes-please": "Sì, volentieri", "update-email": "Aggiorna la mia Email", @@ -529,7 +530,11 @@ "start-project-err": "Qualcosa è andato storto provando ad avviare il progetto. Per favore prova di nuovo.", "complete-project-first": "Devi prima completare il progetto.", "local-code-save-error": "Oops, il codice non è stato salvato, il local storage del tuo browser potrebbe essere pieno.", - "local-code-saved": "Salvato! Il tuo codice è stato salvato nel local storage del tuo browser." + "local-code-saved": "Salvato! Il tuo codice è stato salvato nel local storage del tuo browser.", + "code-saved": "Your code was saved to the database. It will be here when you return.", + "code-save-error": "An error occurred trying to save your code.", + "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" }, "validation": { "max-characters": "C'è un limite massimo di 288 caratteri, hai {{charsLeft}} rimanenti", diff --git a/client/i18n/locales/japanese/translations.json b/client/i18n/locales/japanese/translations.json index f04a1a407f3..6e66a59023e 100644 --- a/client/i18n/locales/japanese/translations.json +++ b/client/i18n/locales/japanese/translations.json @@ -58,6 +58,7 @@ "resubscribe": "ここをクリックして再購読できます", "click-here": "サインインするにはここをクリック", "save": "保存", + "save-code": "Save your Code", "no-thanks": "結構です", "yes-please": "はい、お願いします", "update-email": "メールアドレスを更新", @@ -529,7 +530,11 @@ "start-project-err": "プロジェクトの開始中に問題が発生しました。もう一度お試しください。", "complete-project-first": "まずプロジェクトを完成させる必要があります。", "local-code-save-error": "コードが保存されませんでした。ブラウザのローカルストレージに空きがない可能性があります。", - "local-code-saved": "保存しました!コードはブラウザのローカルストレージに保存されました。" + "local-code-saved": "保存しました!コードはブラウザのローカルストレージに保存されました。", + "code-saved": "Your code was saved to the database. It will be here when you return.", + "code-save-error": "An error occurred trying to save your code.", + "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" }, "validation": { "max-characters": "上限は 288 文字です。残り {{charsLeft}} 文字です。", diff --git a/client/i18n/locales/portuguese/translations.json b/client/i18n/locales/portuguese/translations.json index b2cedf0df1b..8713d84d1f1 100644 --- a/client/i18n/locales/portuguese/translations.json +++ b/client/i18n/locales/portuguese/translations.json @@ -26,7 +26,7 @@ "off": "Desligado", "on": "Ligado", "sign-in": "Iniciar sessão", - "sign-up-email-list": "Sign up for Quincy's weekly emails", + "sign-up-email-list": "Inscreva-se para receber o e-mail semanal do Quincy", "sign-out": "Encerrar sessão", "curriculum": "Currículo", "forum": "Fórum", @@ -58,6 +58,7 @@ "resubscribe": "Você pode clicar aqui para reassinar", "click-here": "Clique aqui para fazer login", "save": "Salvar", + "save-code": "Save your Code", "no-thanks": "Não, obrigado", "yes-please": "Sim", "update-email": "Atualizar meu e-mail", @@ -529,7 +530,11 @@ "start-project-err": "Algo deu errado ao tentar iniciar o projeto. Tente novamente.", "complete-project-first": "Você precisa completar o projeto primeiro.", "local-code-save-error": "Opa, seu código não salvou, o armazenamento local do seu navegador pode estar cheio.", - "local-code-saved": "Salvo! Seu código foi salvo no armazenamento local do seu navegador." + "local-code-saved": "Salvo! Seu código foi salvo no armazenamento local do seu navegador.", + "code-saved": "Your code was saved to the database. It will be here when you return.", + "code-save-error": "An error occurred trying to save your code.", + "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" }, "validation": { "max-characters": "Há um limite máximo de 288 caracteres, você tem {{charsLeft}} restante(s)", diff --git a/client/i18n/locales/ukrainian/translations.json b/client/i18n/locales/ukrainian/translations.json index fa87fcaaae3..acc226740bf 100644 --- a/client/i18n/locales/ukrainian/translations.json +++ b/client/i18n/locales/ukrainian/translations.json @@ -58,6 +58,7 @@ "resubscribe": "Натисніть тут для повторної підписки", "click-here": "Натисніть тут, щоб увійти", "save": "Зберегти", + "save-code": "Save your Code", "no-thanks": "Ні, дякую", "yes-please": "Так, будь ласка", "update-email": "Оновити мою адресу електронної пошти", @@ -529,7 +530,11 @@ "start-project-err": "Something went wrong trying to start the project. Please try again.", "complete-project-first": "You must complete the project first.", "local-code-save-error": "Oops, your code did not save, your browser's local storage may be full.", - "local-code-saved": "Saved! Your code was saved to your browser's local storage." + "local-code-saved": "Saved! Your code was saved to your browser's local storage.", + "code-saved": "Your code was saved to the database. It will be here when you return.", + "code-save-error": "An error occurred trying to save your code.", + "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" }, "validation": { "max-characters": "Максимальний розмір — 288 символів, у вас залишилося {{charsLeft}}",