diff --git a/public/locales/en/translation.json b/public/locales/en/translation.json index 1eb0e81d92..b01df79fb6 100644 --- a/public/locales/en/translation.json +++ b/public/locales/en/translation.json @@ -741,6 +741,10 @@ "notAuthorised": "Sorry! you are not Authorised!", "invalidCredentials": "Entered credentials are incorrect. Please enter valid credentials." }, + "people": { + "title": "People", + "searchUsers": "Search People" + }, "userRegister": { "enterFirstName": "Enter your first name", "enterLastName": "Enter your last name", diff --git a/public/locales/fr/translation.json b/public/locales/fr/translation.json index 37ba268ace..3714dd517b 100644 --- a/public/locales/fr/translation.json +++ b/public/locales/fr/translation.json @@ -744,6 +744,10 @@ "notAuthorised": "Désolé! ", "invalidCredentials": "Les informations d'identification saisies sont incorrectes. " }, + "people": { + "title": "Personnes", + "searchUsers": "Rechercher des utilisateurs" + }, "userRegister": { "enterFirstName": "Entrez votre prénom", "enterLastName": "Entrez votre nom de famille", diff --git a/public/locales/hi/translation.json b/public/locales/hi/translation.json index a67db5302c..d0b0817ee9 100644 --- a/public/locales/hi/translation.json +++ b/public/locales/hi/translation.json @@ -744,6 +744,10 @@ "notAuthorised": "क्षमा मांगना! ", "invalidCredentials": "दर्ज किए गए क्रेडेंशियल ग़लत हैं. " }, + "people": { + "title": "लोग", + "searchUsers": "उपयोगकर्ता खोजें" + }, "userRegister": { "enterFirstName": "अपना पहला नाम दर्ज करें", "enterLastName": "अपना अंतिम नाम दर्ज करें",