diff --git a/public/locales/de/common.json b/public/locales/de/common.json index 60fe1f98..c99d8939 100644 --- a/public/locales/de/common.json +++ b/public/locales/de/common.json @@ -93,5 +93,8 @@ "donateWith": "Spende mit", "donating": "Spenden ", "addEmail": "Geschenkbenachrichtigung hinzufügen", - "removeRecipient": "Entfernen" + "removeRecipient": "Entfernen", + "findProjects": "Projekte finden", + "search": "Suche", + "noProjectsFound": "Keine Projekte gefunden" } \ No newline at end of file diff --git a/public/locales/en/common.json b/public/locales/en/common.json index 3b5dad02..1a136193 100644 --- a/public/locales/en/common.json +++ b/public/locales/en/common.json @@ -94,7 +94,7 @@ "donating": "Donating ", "addEmail": "Add Gift Notification", "removeRecipient": "Remove", - "findProjects":"Find Projects", - "search":"Search", + "findProjects": "Find Projects", + "search": "Search", "noProjectsFound": "No projects found" } \ No newline at end of file diff --git a/public/locales/es/common.json b/public/locales/es/common.json index d2259ae7..036b28e6 100644 --- a/public/locales/es/common.json +++ b/public/locales/es/common.json @@ -91,5 +91,8 @@ "donateWith": "Donar con", "donating": "Donar ", "addEmail": "Añadir correo electrónico y enviar invitación", - "removeRecipient": "Eliminar" + "removeRecipient": "Eliminar", + "findProjects": "Buscar proyectos", + "search": "Buscar en", + "noProjectsFound": "No se han encontrado proyectos" } \ No newline at end of file diff --git a/public/locales/fr/common.json b/public/locales/fr/common.json index 70108b70..0e280abe 100644 --- a/public/locales/fr/common.json +++ b/public/locales/fr/common.json @@ -91,5 +91,8 @@ "donateWith": "Faites un don avec", "donating": "Donation ", "addEmail": "Ajouter un courriel et envoyer une invitation", - "removeRecipient": "Retirer" + "removeRecipient": "Retirer", + "findProjects": "Trouver des projets", + "search": "Recherche", + "noProjectsFound": "Aucun projet trouvé" } \ No newline at end of file diff --git a/public/locales/it/common.json b/public/locales/it/common.json index c5b0f098..fe40e42d 100644 --- a/public/locales/it/common.json +++ b/public/locales/it/common.json @@ -91,5 +91,8 @@ "donateWith": "Donare con", "donating": "Donare ", "addEmail": "Aggiungere l'e-mail e inviare l'invito", - "removeRecipient": "Rimuovi" + "removeRecipient": "Rimuovi", + "findProjects": "Trova i progetti", + "search": "Cerca", + "noProjectsFound": "Nessun progetto trovato" } \ No newline at end of file diff --git a/public/locales/pt-BR/common.json b/public/locales/pt-BR/common.json index 42bfd473..751365c1 100644 --- a/public/locales/pt-BR/common.json +++ b/public/locales/pt-BR/common.json @@ -91,5 +91,8 @@ "donateWith": "Doe com", "donating": "Doando ", "addEmail": "Adicionar e-mail e enviar convite", - "removeRecipient": "Remover" + "removeRecipient": "Remover", + "findProjects": "Encontrar Projetos", + "search": "Pesquisa", + "noProjectsFound": "Nenhum projeto encontrado" } \ No newline at end of file