diff --git a/app/global-translations/locale-fr.json b/app/global-translations/locale-fr.json index e0a67b0c..71c1fdb4 100644 --- a/app/global-translations/locale-fr.json +++ b/app/global-translations/locale-fr.json @@ -375,6 +375,8 @@ "label.savesuccessfully": "Enregistré avec succès", "label.nodatafound": "Aucune donnée n’a été trouvée en correspondance avec les paramètres de recherche saisis.", "label.mustbenumeric": "Doit être numérique", + "label.usernameminfivechars": "Le nom d’utilisateur doit avoir au moins cinq caractères.", + "label.passwordminsixchars": "Le mot de passe doit avoir au moins six caractères.", "label.percentage": "Pourcentage", "label.outstanding.amount": "Montant impayé du prêt", "label.and": "et", diff --git a/app/global-translations/locale-tr.json b/app/global-translations/locale-tr.json index 42b52acb..b9087863 100644 --- a/app/global-translations/locale-tr.json +++ b/app/global-translations/locale-tr.json @@ -11,6 +11,7 @@ "KorkmazO", "Mavrikant", "Mirzali", + "MuratTheTurkish", "Sayginer", "Sucsuzz", "ToprakM", @@ -365,6 +366,8 @@ "label.savesuccessfully": "Başarıyla Kaydedildi", "label.nodatafound": "Girilen arama parametreleri ile ilgili veri bulunamadı.", "label.mustbenumeric": "Sayısal olmalı", + "label.usernameminfivechars": "Kullanıcı adı en az beş karakter uzunluğunda olmalıdır.", + "label.passwordminsixchars": "Parola en az altı karakter uzunluğunda olmalıdır.", "label.percentage": "Yüzde", "label.outstanding.amount": "Ödenmemiş kredi tutarı", "label.and": "ve", diff --git a/app/global-translations/locale-zh_TW.json b/app/global-translations/locale-zh_TW.json index 8ff60f3b..38afc05a 100644 --- a/app/global-translations/locale-zh_TW.json +++ b/app/global-translations/locale-zh_TW.json @@ -353,6 +353,8 @@ "label.savesuccessfully": "儲存成功", "label.nodatafound": "未找出與所輸入搜尋參數的關聯資料。", "label.mustbenumeric": "必須是數字", + "label.usernameminfivechars": "使用者名稱必須至少 5 個字元。", + "label.passwordminsixchars": "密碼必須至少 6 個字元。", "label.percentage": "百分比", "label.outstanding.amount": "貸款未償金額", "label.and": "和",