chore: New Translation updates (#3214)

This commit is contained in:
Sojan Jose
2021-10-14 13:32:15 +05:30
committed by GitHub
parent e669f6766f
commit 590001cca2
338 changed files with 13921 additions and 1461 deletions

View File

@@ -32,6 +32,8 @@
"NO_RESULT": "Aucune étiquette trouvée"
}
},
"MERGE_CONTACT": "Merge contact",
"CONTACT_ACTIONS": "Contact actions",
"MUTE_CONTACT": "Mettre la conversation en sourdine",
"UNMUTE_CONTACT": "Réactiver le son de conversation",
"MUTED_SUCCESS": "Cette conversation est mise en sourdine pendant 6 heures",
@@ -54,6 +56,35 @@
"TITLE": "Créer un nouveau contact",
"DESC": "Ajouter des informations de base à propos du contact."
},
"IMPORT_CONTACTS": {
"BUTTON_LABEL": "Import",
"TITLE": "Import Contacts",
"DESC": "Import contacts through a CSV file.",
"DOWNLOAD_LABEL": "Download a sample csv.",
"FORM": {
"LABEL": "CSV File",
"SUBMIT": "Import",
"CANCEL": "Annuler"
},
"SUCCESS_MESSAGE": "Contacts saved successfully",
"ERROR_MESSAGE": "Une erreur est survenue, veuillez réessayer"
},
"DELETE_CONTACT": {
"BUTTON_LABEL": "Delete Contact",
"TITLE": "Delete contact",
"DESC": "Delete contact details",
"CONFIRM": {
"TITLE": "Confirmer la suppression",
"MESSAGE": "Êtes-vous sûr de vouloir supprimer ",
"PLACE_HOLDER": "Veuillez taper {contactName} pour confirmer",
"YES": "Oui, supprimer ",
"NO": "Non, Conserver "
},
"API": {
"SUCCESS_MESSAGE": "Contact deleted successfully",
"ERROR_MESSAGE": "Could not delete contact. Please try again later."
}
},
"CONTACT_FORM": {
"FORM": {
"SUBMIT": "Envoyer",
@@ -136,7 +167,7 @@
},
"CONTACTS_PAGE": {
"HEADER": "Contacts",
"FIELDS": "Contact fields",
"FIELDS": "Champs du contact",
"SEARCH_BUTTON": "Rechercher",
"SEARCH_INPUT_PLACEHOLDER": "Rechercher des contacts",
"LIST": {
@@ -192,7 +223,7 @@
},
"CUSTOM_ATTRIBUTES": {
"BUTTON": "Ajouter un attribut personnalisé",
"NOT_AVAILABLE": "There are no custom attributes available for this contact.",
"NOT_AVAILABLE": "Il n'y a aucun attribut personnalisé disponible pour ce contact.",
"ADD": {
"TITLE": "Créer un attribut personnalisé",
"DESC": "Ajouter des informations personnalisées à ce contact."
@@ -212,31 +243,33 @@
}
},
"MERGE_CONTACTS": {
"TITLE": "Merge contacts",
"DESCRIPTION": "Merge contact is helpful when you have duplicated entries of the same contact. Merging action takes a primary contact and a child contact. After merging, all details in the primary contact will remain the same. If the primary contact doesn't have a field, then the value from the child contact will be used after merging. If a conflict happens, fields in primary contact will remain unaffected, but fields from secondary will be copied to the custom attributes in the primary contact.",
"TITLE": "Fusionner les contacts",
"DESCRIPTION": "Merge contacts to combine two profiles into one, including all attributes and conversations. In case of conflict, the Primary contact s attributes will take precedence.",
"PRIMARY": {
"TITLE": "Primary contact"
"TITLE": "Contact principal",
"HELP_LABEL": "To be kept"
},
"CHILD": {
"TITLE": "Contact to merge",
"PLACEHOLDER": "Choose a contact"
"TITLE": "Contact à fusionner",
"PLACEHOLDER": "Search for a contact",
"HELP_LABEL": "To be deleted"
},
"SUMMARY": {
"TITLE": "Summary",
"DELETE_WARNING": "Contact of <strong>%{childContactName}</strong>will be deleted.",
"ATTRIBUTE_WARNING": "Contact details of <strong>%{childContactName}</strong> will be copied to <strong>%{primaryContactName}</strong>."
"TITLE": "Résumé",
"DELETE_WARNING": "Contact of <strong>%{childContactName}</strong> will be deleted.",
"ATTRIBUTE_WARNING": "Les coordonnées de <strong>%{childContactName}</strong> seront copiées vers <strong>%{primaryContactName}</strong>."
},
"SEARCH": {
"ERROR": "ERROR_MESSAGE"
},
"FORM": {
"SUBMIT": " Merge contacts",
"SUBMIT": " Fusionner les contacts",
"CANCEL": "Annuler",
"CHILD_CONTACT": {
"ERROR": "Select a child contact to merge"
"ERROR": "Sélectionner un contact enfant à fusionner"
},
"SUCCESS_MESSAGE": "Contact merged successfully",
"ERROR_MESSAGE": "Could not merge contcts, try again!"
"SUCCESS_MESSAGE": "Contact fusionné avec succès",
"ERROR_MESSAGE": "Could not merge contacts, try again!"
}
}
}