diff --git a/translations/locales/be/translations.json b/translations/locales/be/translations.json index e730032fbc..f55178a359 100644 --- a/translations/locales/be/translations.json +++ b/translations/locales/be/translations.json @@ -617,4 +617,4 @@ "TermsOfUse": "ব্যবহারের শর্তাবলি", "CodeOfConduct": "আচার-সম্প্রদায়ের কোড" } -} \ No newline at end of file +} diff --git a/translations/locales/en-US/translations.json b/translations/locales/en-US/translations.json index 697e5a2749..0f46c59c14 100644 --- a/translations/locales/en-US/translations.json +++ b/translations/locales/en-US/translations.json @@ -405,7 +405,7 @@ "InvalidTokenNull": "That link is invalid.", "Checking": "Validating token, please wait...", "Verified": "All done, your email address has been verified.", - "InvalidState": "Something went wrong." + "InvalidState": "Token is invalid or expired." }, "AssetList": { "Title": "p5.js Web Editor | My assets", diff --git a/translations/locales/fr-CA/translations.json b/translations/locales/fr-CA/translations.json index 15a19ede8a..b96b8020b7 100644 --- a/translations/locales/fr-CA/translations.json +++ b/translations/locales/fr-CA/translations.json @@ -370,7 +370,7 @@ "InvalidTokenNull": "Ce lien n'est pas valide.", "Checking": "Validation du jeton, veuillez patienter...", "Verified": "Ça y est, votre adresse courriel a été vérifiée.", - "InvalidState": "Quelque chose a mal tourné." + "InvalidState": "Le jeton est invalide ou expiré." }, "AssetList": { "Title": "Éditeur web p5.js | Mes ressources", diff --git a/translations/locales/hi/translations.json b/translations/locales/hi/translations.json index 59f79fe72e..2dfc2ed079 100644 --- a/translations/locales/hi/translations.json +++ b/translations/locales/hi/translations.json @@ -385,7 +385,7 @@ "InvalidTokenNull": "वह लिंक अमान्य है।", "Checking": "टोकन की पुष्टि की जा रही है, कृपया प्रतीक्षा करें...", "Verified": "सबकुछ ठीक है। आपके ईमेल का पुष्टीकरण हो चुका है।", - "InvalidState": "कुछ गलत हो गया।" + "InvalidState": "टोकन अमान्य है या समाप्त हो गया है।" }, "AssetList": { "Title": "p5.js वेब एडिटर | मेरे ऐसेट", diff --git a/translations/locales/ko/translations.json b/translations/locales/ko/translations.json index 1f805f20bc..b7d1aa0377 100644 --- a/translations/locales/ko/translations.json +++ b/translations/locales/ko/translations.json @@ -355,7 +355,7 @@ "InvalidTokenNull": "이 링크는 유효하지 않습니다.", "Checking": "Validating token, please wait...", "Verified": "All done, your email address has been verified.", - "InvalidState": "Something went wrong." + "InvalidState": "토큰이 유효하지 않거나 만료되었습니다." }, "AssetList": { "Title": "p5.js Web Editor | My assets", diff --git a/translations/locales/pt-BR/translations.json b/translations/locales/pt-BR/translations.json index f11255f269..36b3cfb4ff 100644 --- a/translations/locales/pt-BR/translations.json +++ b/translations/locales/pt-BR/translations.json @@ -367,7 +367,7 @@ "InvalidTokenNull": "Link Inválido.", "Checking": "Validando token, aguarde...", "Verified": "Tudo pronto, seu endereço de email foi verificado!", - "InvalidState": "Algo deu errado." + "InvalidState": "O token é inválido ou expirou." }, "AssetList": { "Title": "Editor de Web p5.js | Meus recursos", diff --git a/translations/locales/tr/translations.json b/translations/locales/tr/translations.json index 290f0c2473..31538fa8fa 100644 --- a/translations/locales/tr/translations.json +++ b/translations/locales/tr/translations.json @@ -613,4 +613,4 @@ "TermsOfUse": "Kullanım Koşulları", "CodeOfConduct": "Davranış Kuralları" } -} \ No newline at end of file +}