diff --git a/src/locales/ar.json b/src/locales/ar.json index 770a4cb5..c3ddee5b 100644 --- a/src/locales/ar.json +++ b/src/locales/ar.json @@ -190,7 +190,9 @@ }, "login": { "username": "اسم المستخدم", - "password": "كلمة السر" + "password": "كلمة السر", + "passwords_incorrect": "كلمة المرور لم تتطابق!", + "password_confirm": "تأكيد كلمة المرور" }, "subscriptions": { "subscribed_channels_count": "مشترك في: {0}" diff --git a/src/locales/cs.json b/src/locales/cs.json index 07de4647..a5d1b0af 100644 --- a/src/locales/cs.json +++ b/src/locales/cs.json @@ -162,7 +162,9 @@ }, "login": { "username": "Uživatelské jméno", - "password": "Heslo" + "password": "Heslo", + "password_confirm": "Potvrzení hesla", + "passwords_incorrect": "Hesla se neshodují!" }, "video": { "videos": "Videa", diff --git a/src/locales/tr.json b/src/locales/tr.json index 383f9071..dd2281f0 100644 --- a/src/locales/tr.json +++ b/src/locales/tr.json @@ -178,7 +178,9 @@ }, "login": { "password": "Parola", - "username": "Kullanıcı Adı" + "username": "Kullanıcı Adı", + "password_confirm": "Parolayı doğrula", + "passwords_incorrect": "Parolalar eşleşmiyor!" }, "search": { "did_you_mean": "Bunu mu demek istediniz: {0}?",