Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed #469 : Added translation for hint text in placeholder #487

Merged
merged 1 commit into from
Feb 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 23 additions & 7 deletions public/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,9 @@
"filterByEvent": "Filter by Event",
"members": "Members",
"admins": "Admins",
"users": "Users"
"users": "Users",
"searchName": "Enter Name",
"searchevent": "Enter Event"
},
"userListCard": {
"joined": "Joined",
Expand Down Expand Up @@ -157,7 +159,11 @@
"recurringEvent": "Recurring Event",
"isPublic": "Is Public",
"isRegistrable": "Is Registrable",
"createEvent": "Create Event"
"createEvent": "Create Event",
"enterFilter": "Enter Filter",
"enterTitle": "Enter Title",
"enterDescrip": "Enter Description",
"eventLocation": "Enter Location"
},
"eventListCard": {
"location": "Location",
Expand Down Expand Up @@ -190,7 +196,11 @@
"information": "Information",
"image": "Image",
"video": "Video",
"addPost": "Add Post"
"addPost": "Add Post",
"searchTitle": "Search By Title",
"searchText": "Search By Text",
"ptitle": "Post Title",
"postDes": "What do you to talk about?"
},
"orgPostCard": {
"author": "Author",
Expand All @@ -216,7 +226,8 @@
"email": "Email",
"block_unblock": "Block/Unblock",
"unblock": "UnBlock",
"block": "Block"
"block": "Block",
"orgName": "Enter Name"
},
"forgotPassword": {
"title": "Talawa Forgot Password",
Expand All @@ -227,7 +238,9 @@
"enterNewPassword": "Enter New Password",
"cofirmNewPassword": "Confirm New Password",
"changePassword": "Change Password",
"backToHome": "Back to Home"
"backToHome": "Back to Home",
"userOtp": "e.g. 12345",
"password": "Password"
},
"pageNotFound": {
"title": "404 Not Found",
Expand All @@ -241,7 +254,9 @@
"filterByName": "Filter by Name",
"filterByTransId": "Filter by Trans. ID",
"recentStats": "Recent Stats",
"contribution": "Contribution"
"contribution": "Contribution",
"orgname": "Enter Name",
"searchtransaction": "Enter Transaction ID"
},
"contriStats": {
"recentContribution": "Recent Contribution",
Expand Down Expand Up @@ -292,6 +307,7 @@
"isPublic": "Is Public",
"isRegistrable": "Is Registrable",
"saveChanges": "Save Changes",
"cancel": "Cancel"
"cancel": "Cancel",
"enterNameOrganization": "Enter Organization Name"
}
}
31 changes: 24 additions & 7 deletions public/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,9 @@
"filterByEvent": "Filtrer par événement",
"members": "Membres",
"admins": "Administrateurs",
"users": "Utilisateurs"
"users": "Utilisateurs",
"searchName": "Entrez le nom",
"searchevent": "Entrez l'événement"
},
"userListCard": {
"joined": "Inscrit",
Expand All @@ -141,6 +143,7 @@
"organizationEvents": {
"title": "Événements Talawa",
"filterByTitle": "Filtrer par titre",
"filterByLocation": "Filtrer par l'emplacement",
"filterByDescription": "Filtrer par Description",
"events": "Événements",
"addEvent": "Ajouter un évènement",
Expand All @@ -156,7 +159,11 @@
"recurringEvent": "Événement récurrent",
"isPublic": "Est publique",
"isRegistrable": "Est enregistrable",
"createEvent": "Créer un évènement"
"createEvent": "Créer un évènement",
"enterFilter": "Entrez le filtre",
"enterTitle": "Entrez le titre",
"enterDescrip": "Entrez la description",
"eventLocation": "Entrez l'emplacement"
},
"eventListCard": {
"location": "Emplacement",
Expand Down Expand Up @@ -189,7 +196,11 @@
"information": "Informations",
"image": "Image",
"video": "Vidéo",
"addPost": "Ajouter un article"
"addPost": "Ajouter un article",
"searchTitle": "Rechercher par titre",
"searchText": "Rechercher par texte",
"ptitle": "Titre de l'article",
"postDes": "De quoi parlez-vous ?"
},
"orgPostCard": {
"author": "Auteur",
Expand All @@ -215,7 +226,8 @@
"email": "E-mail",
"block_unblock": "Bloquer/Débloquer",
"unblock": "Débloquer",
"block": "Bloquer"
"block": "Bloquer",
"orgName": "Entrez le nom"
},
"forgotPassword": {
"title": "Mot de passe oublié Talawa",
Expand All @@ -226,7 +238,9 @@
"enterNewPassword": "Entrez un nouveau mot de passe",
"cofirmNewPassword": "Confirmer le nouveau mot de passe",
"changePassword": "Changer le mot de passe",
"backToHome": "De retour à la maison"
"backToHome": "De retour à la maison",
"userOtp": "par exemple. 12345",
"password": "Mot de passe"
},
"pageNotFound": {
"title": "404 introuvable",
Expand All @@ -240,7 +254,9 @@
"filterByName": "Filtrer par nom",
"filterByTransId": "Filtrer par Trans. ID",
"recentStats": "Statistiques récentes",
"contribution": "Contribution"
"contribution": "Contribution",
"orgname": "Entrez le nom",
"searchtransaction": "Saisir l'identifiant de la transaction"
},
"contriStats": {
"recentContribution": "Contribution récente",
Expand Down Expand Up @@ -291,6 +307,7 @@
"isPublic": "Est publique",
"isRegistrable": "Est enregistrable",
"saveChanges": "Sauvegarder les modifications",
"cancel": "Annuler"
"cancel": "Annuler",
"enterNameOrganization": "Entrez le nom de l'organisation"
}
}
31 changes: 24 additions & 7 deletions public/locales/hi.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,9 @@
"filterByEvent": "इवेंट द्वारा फ़िल्टर करें",
"members": "सदस्य",
"admins": "व्यवस्थापक",
"users": "उपयोगकर्ता"
"users": "उपयोगकर्ता",
"searchName": "नाम दर्ज करें",
"searchevent": "घटना दर्ज करें"
},
"userListCard": {
"joined": "में शामिल हो गए",
Expand All @@ -141,6 +143,7 @@
"organizationEvents": {
"title": "तलावा इवेंट्स",
"filterByTitle": "शीर्षक द्वारा फ़िल्टर करें",
"filterByLocation": "स्थान के अनुसार फ़िल्टर करें",
"filterByDescription": "विवरण द्वारा फ़िल्टर करें",
"events": "आयोजन",
"addEvent": "कार्यक्रम जोड़ें",
Expand All @@ -156,7 +159,11 @@
"recurringEvent": "पुनरावर्ती ईवेंट",
"isPublic": "सार्वजनिक है",
"isRegistrable": "पंजीकरण योग्य है",
"createEvent": "कार्यक्रम बनाएँ"
"createEvent": "कार्यक्रम बनाएँ",
"enterFilter": "फ़िल्टर दर्ज करें",
"enterTitle": "शीर्षक दर्ज करें",
"enterDescrip": "विवरण दर्ज करें",
"eventLocation": "स्थान दर्ज करें"
},
"eventListCard": {
"location": "स्थान",
Expand Down Expand Up @@ -189,7 +196,11 @@
"information": "जानकारी",
"image": "छवि",
"video": "वीडियो",
"addPost": "पोस्ट जोड़ें"
"addPost": "पोस्ट जोड़ें",
"searchTitle": "शीर्षक से खोजें",
"searchText": "पाठ द्वारा खोजें",
"ptitle": "शीर्षक पोस्ट करें",
"postDes": "आपको किस बारे में बात करनी है?"
},
"orgPostCard": {
"author": "लेखक",
Expand All @@ -215,7 +226,8 @@
"email": "ईमेल",
"block_unblock": "ब्लॉक/अनब्लॉक करें",
"unblock": "अनब्लॉक करें",
"block": "अवरोध पैदा करना"
"block": "अवरोध पैदा करना",
"orgName": "नाम दर्ज करें"
},
"forgotPassword": {
"title": "तलवा पासवर्ड भूल गए",
Expand All @@ -226,7 +238,9 @@
"enterNewPassword": "नया पासवर्ड दर्ज करें",
"cofirmNewPassword": "नए पासवर्ड की पुष्टि करें",
"changePassword": "पासवर्ड बदलें",
"backToHome": "घर वापिस जा रहा हूँ"
"backToHome": "घर वापिस जा रहा हूँ",
"userOtp": "उदाहरण के लिए 12345",
"password": "पासवर्ड"
},
"pageNotFound": {
"title": "404 नहीं मिला",
Expand All @@ -240,7 +254,9 @@
"filterByName": "नाम से फ़िल्टर करें",
"filterByTransId": "ट्रांस आईडी द्वारा फ़िल्टर करें",
"recentStats": "हाल के आँकड़े",
"contribution": "योगदान"
"contribution": "योगदान",
"orgname": "नाम दर्ज करें",
"searchtransaction": "लेन-देन आईडी दर्ज करें"
},
"contriStats": {
"recentContribution": "हाल ही में योगदान",
Expand Down Expand Up @@ -291,6 +307,7 @@
"isPublic": "सार्वजनिक है",
"isRegistrable": "पंजीकरण योग्य है",
"saveChanges": "परिवर्तनों को सुरक्षित करें",
"cancel": "रद्द करना"
"cancel": "रद्द करना",
"enterNameOrganization": "संगठन का नाम दर्ज करें"
}
}
31 changes: 24 additions & 7 deletions public/locales/sp.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,9 @@
"filterByEvent": "Filtrar por Evento",
"members": "Miembros",
"admins": "Administradores",
"users": "Usuarios"
"users": "Usuarios",
"searchName": "Ingrese su nombre",
"searchevent": "Ingresar evento"
},
"userListCard": {
"joined": "Unido",
Expand All @@ -141,6 +143,7 @@
"organizationEvents": {
"title": "Eventos Talawa",
"filterByTitle": "Filtrar por Título",
"filterByLocation": "Filtrar por Ubicación",
"filterByDescription": "Filtrar por descripción",
"events": "Eventos",
"addEvent": "Añadir evento",
Expand All @@ -156,7 +159,11 @@
"recurringEvent": "Evento recurrente",
"isPublic": "Es público",
"isRegistrable": "Es registrable",
"createEvent": "Crear evento"
"createEvent": "Crear evento",
"enterFilter": "Introducir filtro",
"enterTitle": "Ingrese el título",
"enterDescrip": "Introduce la descripción",
"eventLocation": "Introducir ubicación"
},
"eventListCard": {
"location": "Ubicación",
Expand Down Expand Up @@ -189,7 +196,11 @@
"information": "Información",
"image": "Imagen",
"video": "Video",
"addPost": "Añadir publicación"
"addPost": "Añadir publicación",
"searchTitle": "Buscar por título",
"searchText": "Buscar por texto",
"ptitle": "Título de la entrada",
"postDes": "¿De qué hablar?"
},
"orgPostCard": {
"author": "Autor",
Expand All @@ -215,7 +226,8 @@
"email": "Correo electrónico",
"block_unblock": "Bloquear/Desbloquear",
"unblock": "Desatascar",
"block": "Bloquear"
"block": "Bloquear",
"orgName": "Ingrese su nombre"
},
"forgotPassword": {
"title": "Talawa olvidó su contraseña",
Expand All @@ -226,7 +238,9 @@
"enterNewPassword": "Ingrese nueva clave",
"cofirmNewPassword": "Confirmar nueva contraseña",
"changePassword": "Cambia la contraseña",
"backToHome": "De vuelta a casa"
"backToHome": "De vuelta a casa",
"userOtp": "por ejemplo 12345",
"password": "Contraseña"
},
"pageNotFound": {
"title": "404 No encontrado",
Expand All @@ -240,7 +254,9 @@
"filterByName": "Filtrar por nombre",
"filterByTransId": "Filtrar por ID de transacción",
"recentStats": "Estadísticas recientes",
"contribution": "Contribución"
"contribution": "Contribución",
"orgname": "Ingrese su nombre",
"searchtransaction": "Ingrese la identificación de la transacción"
},
"contriStats": {
"recentContribution": "Contribución reciente",
Expand Down Expand Up @@ -291,6 +307,7 @@
"isPublic": "Es público",
"isRegistrable": "Es registrable",
"saveChanges": "Guardar cambios",
"cancel": "Cancelar"
"cancel": "Cancelar",
"enterNameOrganization": "Ingrese el nombre de la organización"
}
}
Loading