fix: adds example CSV and other fixes on the contacts page (#4493)

Co-authored-by: Johannes <72809645+jobenjada@users.noreply.github.com>
This commit is contained in:
Anshuman Pandey
2024-12-18 17:32:21 +05:30
committed by GitHub
parent 3b90f085b1
commit 7b11ef9b40
10 changed files with 99 additions and 40 deletions
+3
View File
@@ -580,6 +580,8 @@
"contact_deleted_successfully": "Kontakt erfolgreich gelöscht",
"contact_not_found": "Kein solcher Kontakt gefunden",
"contacts_table_refresh": "Kontakte aktualisieren",
"contacts_table_refresh_error": "Beim Aktualisieren der Kontakte ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut.",
"contacts_table_refresh_success": "Kontakte erfolgreich aktualisiert",
"error_fetching_next_page_of_people_data": "Fehler beim Abrufen der nächsten Seite mit Kontaktdaten",
"error_fetching_people_data": "Fehler beim Abrufen der Kontaktdaten",
"fetching_user": "Benutzer wird geladen",
@@ -601,6 +603,7 @@
"upload_contacts_modal_attributes_should_be_mapped_to": "sollte zugeordnet werden zu",
"upload_contacts_modal_attributes_title": "Attribute",
"upload_contacts_modal_description": "Lade eine CSV hoch, um Kontakte mit Attributen schnell zu importieren",
"upload_contacts_modal_download_example_csv": "Beispiel-CSV herunterladen",
"upload_contacts_modal_duplicates_description": "Wie sollen wir vorgehen, wenn ein Kontakt bereits existiert?",
"upload_contacts_modal_duplicates_overwrite_description": "Überschreibt die bestehenden Kontakte",
"upload_contacts_modal_duplicates_overwrite_title": "Überschreiben",
+3
View File
@@ -580,6 +580,8 @@
"contact_deleted_successfully": "Contact deleted successfully",
"contact_not_found": "No such contact found",
"contacts_table_refresh": "Refresh contacts",
"contacts_table_refresh_error": "Something went wrong while refreshing contacts, please try again",
"contacts_table_refresh_success": "Contacts refreshed successfully",
"error_fetching_next_page_of_people_data": "Error fetching next page of contacts data",
"error_fetching_people_data": "Error fetching contacts data",
"fetching_user": "Fetching user",
@@ -601,6 +603,7 @@
"upload_contacts_modal_attributes_should_be_mapped_to": "should be mapped to",
"upload_contacts_modal_attributes_title": "Attributes",
"upload_contacts_modal_description": "Upload a CSV to quickly import contacts with attributes",
"upload_contacts_modal_download_example_csv": "Download example CSV",
"upload_contacts_modal_duplicates_description": "How should we handle if a contact already exists in your contacts?",
"upload_contacts_modal_duplicates_overwrite_description": "Overwrites the existing contacts",
"upload_contacts_modal_duplicates_overwrite_title": "Overwrite",
+3
View File
@@ -580,6 +580,8 @@
"contact_deleted_successfully": "Contact supprimé avec succès",
"contact_not_found": "Aucun contact trouvé",
"contacts_table_refresh": "Rafraîchir les contacts",
"contacts_table_refresh_error": "Une erreur s'est produite lors de la mise à jour des contacts. Veuillez réessayer.",
"contacts_table_refresh_success": "Contacts rafraîchis avec succès",
"error_fetching_next_page_of_people_data": "Erreur lors de la récupération de la page suivante des données de contacts",
"error_fetching_people_data": "Erreur lors de la récupération des données de contacts",
"fetching_user": "Récupération de l'utilisateur",
@@ -601,6 +603,7 @@
"upload_contacts_modal_attributes_should_be_mapped_to": "devrait être mappé à",
"upload_contacts_modal_attributes_title": "Attributs",
"upload_contacts_modal_description": "Téléchargez un CSV pour importer rapidement des contacts avec des attributs.",
"upload_contacts_modal_download_example_csv": "Télécharger un exemple de CSV",
"upload_contacts_modal_duplicates_description": "Comment devrions-nous procéder si un contact existe déjà dans vos contacts ?",
"upload_contacts_modal_duplicates_overwrite_description": "Écrase les contacts existants",
"upload_contacts_modal_duplicates_overwrite_title": "Sélectionner",
+3
View File
@@ -580,6 +580,8 @@
"contact_deleted_successfully": "Contato excluído com sucesso",
"contact_not_found": "Nenhum contato encontrado",
"contacts_table_refresh": "Atualizar contatos",
"contacts_table_refresh_error": "Ocorreu um erro ao atualizar os contatos. Por favor, tente novamente.",
"contacts_table_refresh_success": "Contatos atualizados com sucesso",
"error_fetching_next_page_of_people_data": "Erro ao buscar a próxima página de dados de contatos",
"error_fetching_people_data": "Erro ao buscar os dados de contatos",
"fetching_user": "Carregando usuário",
@@ -601,6 +603,7 @@
"upload_contacts_modal_attributes_should_be_mapped_to": "deve ser mapeado para",
"upload_contacts_modal_attributes_title": "Atributos",
"upload_contacts_modal_description": "Faça upload de um CSV para importar contatos com atributos rapidamente",
"upload_contacts_modal_download_example_csv": "Baixar exemplo de CSV",
"upload_contacts_modal_duplicates_description": "O que devemos fazer se um contato já existir nos seus contatos?",
"upload_contacts_modal_duplicates_overwrite_description": "Sobrescreve os contatos existentes",
"upload_contacts_modal_duplicates_overwrite_title": "Sobrescrever",