diff --git a/client/i18n/locales/chinese-traditional/translations.json b/client/i18n/locales/chinese-traditional/translations.json index 3080bc4d3f..48b6ffb10d 100644 --- a/client/i18n/locales/chinese-traditional/translations.json +++ b/client/i18n/locales/chinese-traditional/translations.json @@ -565,5 +565,22 @@ "set-certs-public": "Set your certification settings to public", "set-profile-public": "Set your profile settings to public", "set-claim": "Claim and view your certification" + }, + "forum-help": { + "browser-info": "**Your browser information:**", + "user-agent": "User Agent is: {{userAgent}}", + "challenge": "**Challenge:** {{challengeTitle}}", + "challenge-link": "**Link to the challenge:**", + "whats-happening": "**Tell us what's happening:**", + "describe": "Describe your issue in detail here.", + "camper-project": "**Your project link(s)**", + "camper-code": "**Your code so far**", + "warning": "WARNING", + "too-long-one": "The challenge seed code and/or your solution exceeded the maximum length we can port over from the challenge.", + "too-long-two": "You will need to take an additional step here so the code you wrote presents in an easy to read format.", + "too-long-three": "Please copy/paste all the editor code showing in the challenge from where you just linked.", + "add-code-one": "Replace these two sentences with your copied code.", + "add-code-two": "Please leave the ``` line above and the ``` line below,", + "add-code-three": "because they allow your code to properly format in the post." } } diff --git a/client/i18n/locales/chinese/translations.json b/client/i18n/locales/chinese/translations.json index be618d648c..8629f0682e 100644 --- a/client/i18n/locales/chinese/translations.json +++ b/client/i18n/locales/chinese/translations.json @@ -565,5 +565,22 @@ "set-certs-public": "Set your certification settings to public", "set-profile-public": "Set your profile settings to public", "set-claim": "Claim and view your certification" + }, + "forum-help": { + "browser-info": "**Your browser information:**", + "user-agent": "User Agent is: {{userAgent}}", + "challenge": "**Challenge:** {{challengeTitle}}", + "challenge-link": "**Link to the challenge:**", + "whats-happening": "**Tell us what's happening:**", + "describe": "Describe your issue in detail here.", + "camper-project": "**Your project link(s)**", + "camper-code": "**Your code so far**", + "warning": "WARNING", + "too-long-one": "The challenge seed code and/or your solution exceeded the maximum length we can port over from the challenge.", + "too-long-two": "You will need to take an additional step here so the code you wrote presents in an easy to read format.", + "too-long-three": "Please copy/paste all the editor code showing in the challenge from where you just linked.", + "add-code-one": "Replace these two sentences with your copied code.", + "add-code-two": "Please leave the ``` line above and the ``` line below,", + "add-code-three": "because they allow your code to properly format in the post." } } diff --git a/client/i18n/locales/espanol/translations.json b/client/i18n/locales/espanol/translations.json index 797c82a8e6..06df2fd4c1 100644 --- a/client/i18n/locales/espanol/translations.json +++ b/client/i18n/locales/espanol/translations.json @@ -565,5 +565,22 @@ "set-certs-public": "Set your certification settings to public", "set-profile-public": "Set your profile settings to public", "set-claim": "Claim and view your certification" + }, + "forum-help": { + "browser-info": "**Your browser information:**", + "user-agent": "User Agent is: {{userAgent}}", + "challenge": "**Challenge:** {{challengeTitle}}", + "challenge-link": "**Link to the challenge:**", + "whats-happening": "**Tell us what's happening:**", + "describe": "Describe your issue in detail here.", + "camper-project": "**Your project link(s)**", + "camper-code": "**Your code so far**", + "warning": "WARNING", + "too-long-one": "The challenge seed code and/or your solution exceeded the maximum length we can port over from the challenge.", + "too-long-two": "You will need to take an additional step here so the code you wrote presents in an easy to read format.", + "too-long-three": "Please copy/paste all the editor code showing in the challenge from where you just linked.", + "add-code-one": "Replace these two sentences with your copied code.", + "add-code-two": "Please leave the ``` line above and the ``` line below,", + "add-code-three": "because they allow your code to properly format in the post." } }