Skip to content

Commit b946fd0

Browse files
committed
update translations
1 parent cd298d4 commit b946fd0

17 files changed

+19
-5
lines changed

client/utils/reduxFormUtils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export function validateSettings(formProps) {
5252
errors.newPassword = i18n.t('ReduxFormUtils.errorShortPassword');
5353
}
5454
if (formProps.currentPassword === formProps.newPassword) {
55-
errors.newPassword = i18n.t('ReduxFormUtils.errorNewPasswordNotCorrect');
55+
errors.newPassword = i18n.t('ReduxFormUtils.errorNewPasswordRepeat');
5656
}
5757
return errors;
5858
}

translations/locales/be/translations.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,9 +287,10 @@
287287
"errorShortPassword": "পাসওয়ার্ডটি কমপক্ষে 6 টি অক্ষর হতে হবে",
288288
"errorConfirmPassword": "আপনার পাসওয়ার্ড নিশ্চিত করুন",
289289
"errorNewPassword": "দয়া করে একটি নতুন পাসওয়ার্ড লিখুন বা বর্তমান পাসওয়ার্ডটি ফাঁকা রাখুন।",
290+
"errorNewPasswordRepeat":"Your New Password must differ from the current one.",
290291
"errorEmptyUsername": "দয়া করে একটি ইউজারনেম লিখুন",
291292
"errorLongUsername": "ইউজারনেম সর্বাধিক 20 অক্ষর হতে হবে",
292-
"errorValidUsername": "ইউজারনেম কেবলমাত্র সংখ্যা, অক্ষর, দোতলা, ড্যাশ, এবং আন্ডারস্কোর থাকতে পারে"
293+
"errorValidUsername": "ইউজারনেম কেবলমাত্র সংখ্যা, অক্ষর, দোতলা, ড্যাশ, এবং আন্ডারস্কোর থাকতে পারে",
293294
},
294295
"NewPasswordView": {
295296
"Title": "p5.js ওয়েব এডিটর | নতুন পাসওয়ার্ড",

translations/locales/de/translations.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@
280280
"errorEmptyPassword": "Gib bitte ein Passwort ein",
281281
"errorShortPassword": "Das Passwort muss mindestens aus 6 Zeichen bestehen",
282282
"errorConfirmPassword": "Gib bitte das Passwort erneut ein",
283+
"errorNewPasswordRepeat":"Your New Password must differ from the current one.",
283284
"errorNewPassword": "Gib bitte ein neues Passwort ein oder lass dieses Feld frei.",
284285
"errorEmptyUsername": "Gib bitte einen Nutzernamen ein.",
285286
"errorLongUsername": "Der Nutzername muss weniger als 20 Zeichen haben.",

translations/locales/en-US/translations.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,10 +292,10 @@
292292
"errorShortPassword": "Password must be at least 6 characters",
293293
"errorConfirmPassword": "Please confirm your password",
294294
"errorNewPassword": "Please enter a new password or leave the current password empty.",
295+
"errorNewPasswordRepeat":"Your New Password must differ from the current one.",
295296
"errorEmptyUsername": "Please enter a username.",
296297
"errorLongUsername": "Username must be less than 20 characters.",
297-
"errorValidUsername": "Username must only consist of numbers, letters, periods, dashes, and underscores.",
298-
"errorNewPasswordNotCorrect":"New Password entered should be different from Current Password ."
298+
"errorValidUsername": "Username must only consist of numbers, letters, periods, dashes, and underscores."
299299
},
300300
"NewPasswordView": {
301301
"Title": "p5.js Web Editor | New Password",

translations/locales/es-419/translations.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@
281281
"errorShortPassword": "La contraseña debe tener al menos 6 caracteres",
282282
"errorConfirmPassword": "Por favor confirma una contraseña",
283283
"errorNewPassword": "Por favor introduce una nueva contraseña o deja la actual contraseña vacía",
284+
"errorNewPasswordRepeat":"Your New Password must differ from the current one.",
284285
"errorEmptyUsername": "Por favor introduce tu identificación",
285286
"errorLongUsername": "La identificación debe ser menor a 20 caracteres.",
286287
"errorValidUsername": "La identificación debe consistir solamente de números, letras, puntos, guiones y guiones bajos."

translations/locales/fr-CA/translations.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@
283283
"errorEmptyPassword": "Veuillez saisir un mot de passe",
284284
"errorShortPassword": "Le mot de passe doit comporter au moins 6 caractères",
285285
"errorConfirmPassword": "Veuillez saisir une confirmation de mot de passe",
286+
"errorNewPasswordRepeat":"Your New Password must differ from the current one.",
286287
"errorNewPassword": "Veuillez saisir un nouveau mot de passe ou laisser le mot de passe actuel vide.",
287288
"errorEmptyUsername": "Veuillez saisir un nom d'utilisateur.",
288289
"errorLongUsername": "Le nom d'utilisateur doit comporter moins de 20 caractères.",

translations/locales/hi/translations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@
295295
"errorEmptyUsername": "कृपया यूजरनेम लिखें",
296296
"errorLongUsername": "यूजरनेम २० अक्षरों से कम होना चाहिए।",
297297
"errorValidUsername": "यूजरनेम में केवल संख्या, अक्षर, पिरीअड्, डैश और अंडरस्कोर शामिल होना चाहिए।",
298-
"errorNewPasswordNotCorrect":"नया पासवर्ड वर्तमान पासवर्ड से भिन्न होना चाहिए।."
298+
"errorNewPasswordRepeat":"नया पासवर्ड वर्तमान पासवर्ड से भिन्न होना चाहिए।."
299299

300300
},
301301
"NewPasswordView": {

translations/locales/it/translations.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@
284284
"errorShortPassword": "La password dev'essere di almeno 6 caratteri",
285285
"errorConfirmPassword": "Per favore inserisci la password di conferma",
286286
"errorNewPassword": "Per favore inserisci una nuova password o lascia la password corrente vuota.",
287+
"errorNewPasswordRepeat":"Your New Password must differ from the current one.",
287288
"errorEmptyUsername": "Per favore inserisci un nome utente.",
288289
"errorLongUsername": "Il nome utente deve avere meno di 20 caratteri.",
289290
"errorValidUsername": "Il nome utente dev'essere composto solo da numeri, lettere, must only consist of numbers, letters, punti, trattini e trattini bassi."

translations/locales/ja/translations.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@
281281
"errorShortPassword": "パスワードは6文字以上にしてください",
282282
"errorConfirmPassword": "確認用のパスワードを入力してください",
283283
"errorNewPassword": "新しいパスワードを入力するか、現在のパスワードを空欄のままにしてください。",
284+
"errorNewPasswordRepeat":"Your New Password must differ from the current one.",
284285
"errorEmptyUsername": "ユーザー名を入力してください。",
285286
"errorLongUsername": "ユーザー名は20文字以内にしてください。",
286287
"errorValidUsername": "ユーザー名は、英数字、ピリオド(.)、ダッシュ(-)、アンダースコア(_)のみで構成されている必要があります。"

translations/locales/ko/translations.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@
269269
"errorShortPassword": "Password must be at least 6 characters",
270270
"errorConfirmPassword": "Please confirm your password",
271271
"errorNewPassword": "Please enter a new password or leave the current password empty.",
272+
"errorNewPasswordRepeat":"Your New Password must differ from the current one.",
272273
"errorEmptyUsername": "Please enter a username.",
273274
"errorLongUsername": "Username must be less than 20 characters.",
274275
"errorValidUsername": "Username must only consist of numbers, letters, periods, dashes, and underscores."

0 commit comments

Comments
 (0)