Skip to content

Commit b2427b2

Browse files
committed
Solved issue #2861
Solved Error message for invalid token while email verification isn't clear #2861 . github - Harshit-7373
1 parent 5e51841 commit b2427b2

16 files changed

+16
-16
lines changed

translations/locales/be/translations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@
374374
"InvalidTokenNull": "সেই লিঙ্কটি অবৈধ।",
375375
"Checking": "টোকেন যাচাই করা হচ্ছে, অনুগ্রহ করে অপেক্ষা করুন...",
376376
"Verified": "সব হয়ে গেছে, আপনার ইমেল ঠিকানা যাচাই হয়েছে।",
377-
"InvalidState": "কিছু ভুল হয়েছে"
377+
"InvalidState": "টোকেনটি অবৈধ বা মেয়াদোত্তীর্ণ"
378378
},
379379
"AssetList": {
380380
"Title": "p5.js ওয়েব এডিটর | আমার সম্পত্তি",

translations/locales/de/translations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@
367367
"InvalidTokenNull": "Der Link ist ungültig.",
368368
"Checking": "Überprüfe Token, bitte warten...",
369369
"Verified": "Geschafft, Deine E-Mailadresse wurde bestätigt.",
370-
"InvalidState": "Etwas ist schief gelaufen."
370+
"InvalidState": "Token ist ungültig oder abgelaufen."
371371
},
372372
"AssetList": {
373373
"Title": "p5.js Web Editor | Meine Assets",

translations/locales/en-US/translations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@
405405
"InvalidTokenNull": "That link is invalid.",
406406
"Checking": "Validating token, please wait...",
407407
"Verified": "All done, your email address has been verified.",
408-
"InvalidState": "Something went wrong."
408+
"InvalidState": "Token is invalid or expired."
409409
},
410410
"AssetList": {
411411
"Title": "p5.js Web Editor | My assets",

translations/locales/es-419/translations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@
367367
"InvalidTokenNull": "La liga es inválida.",
368368
"Checking": "Validando token, por favor espera...",
369369
"Verified": "Concluido, tu correo electrónico ha sido verificado.",
370-
"InvalidState": "Algo salió mal."
370+
"InvalidState": "El token es inválido o ha expirado."
371371
},
372372
"AssetList": {
373373
"Title": "Editor Web p5.js | Mis recursos",

translations/locales/fr-CA/translations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@
370370
"InvalidTokenNull": "Ce lien n'est pas valide.",
371371
"Checking": "Validation du jeton, veuillez patienter...",
372372
"Verified": "Ça y est, votre adresse courriel a été vérifiée.",
373-
"InvalidState": "Quelque chose a mal tourné."
373+
"InvalidState": "Le jeton est invalide ou expiré."
374374
},
375375
"AssetList": {
376376
"Title": "Éditeur web p5.js | Mes ressources",

translations/locales/hi/translations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@
385385
"InvalidTokenNull": "वह लिंक अमान्य है।",
386386
"Checking": "टोकन की पुष्टि की जा रही है, कृपया प्रतीक्षा करें...",
387387
"Verified": "सबकुछ ठीक है। आपके ईमेल का पुष्टीकरण हो चुका है।",
388-
"InvalidState": "कुछ गलत हो गया।"
388+
"InvalidState": "टोकन अमान्य है या समाप्त हो गया है"
389389
},
390390
"AssetList": {
391391
"Title": "p5.js वेब एडिटर | मेरे ऐसेट",

translations/locales/it/translations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@
370370
"InvalidTokenNull": "Quel link non è valido.",
371371
"Checking": "Validazione codice, prego attendere...",
372372
"Verified": "Fatto tutto, il tuo indirizzo email è stato verificato.",
373-
"InvalidState": "Qualcosa è andato storto."
373+
"InvalidState": "Il token non è valido o è scaduto."
374374
},
375375
"AssetList": {
376376
"Title": "p5.js redattore web | Mie risorse",

translations/locales/ja/translations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@
368368
"InvalidTokenNull": "そのリンクは無効です。",
369369
"Checking": "トークンを検証中です、お待ちください...",
370370
"Verified": "すべて完了しました、あなたのメールアドレスは確認されました。",
371-
"InvalidState": "何か問題が発生しました"
371+
"InvalidState": "トークンが無効か、有効期限が切れています"
372372
},
373373
"AssetList": {
374374
"Title": "p5.js ウェブエディター | マイアセット",

translations/locales/ko/translations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@
355355
"InvalidTokenNull": "이 링크는 유효하지 않습니다.",
356356
"Checking": "Validating token, please wait...",
357357
"Verified": "All done, your email address has been verified.",
358-
"InvalidState": "Something went wrong."
358+
"InvalidState": "토큰이 유효하지 않거나 만료되었습니다."
359359
},
360360
"AssetList": {
361361
"Title": "p5.js Web Editor | My assets",

translations/locales/pt-BR/translations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@
367367
"InvalidTokenNull": "Link Inválido.",
368368
"Checking": "Validando token, aguarde...",
369369
"Verified": "Tudo pronto, seu endereço de email foi verificado!",
370-
"InvalidState": "Algo deu errado."
370+
"InvalidState": "O token é inválido ou expirou."
371371
},
372372
"AssetList": {
373373
"Title": "Editor de Web p5.js | Meus recursos",

0 commit comments

Comments
 (0)