chore: Update translations (#7728)
This commit is contained in:
@@ -1,27 +1,27 @@
|
||||
{
|
||||
"ATTRIBUTES_MGMT": {
|
||||
"HEADER": "Attributs personnalisés",
|
||||
"HEADER_BTN_TXT": "Add Custom Attribute",
|
||||
"LOADING": "Fetching custom attributes",
|
||||
"SIDEBAR_TXT": "<p><b>Custom Attributes</b> <p>A custom attribute tracks facts about your contacts/conversation — like the subscription plan, or when they ordered the first item etc. <br /><br />For creating a Custom Attribute, just click on the <b>Add Custom Attribute.</b> You can also edit or delete an existing Custom Attribute by clicking on the Edit or Delete button.</p>",
|
||||
"HEADER_BTN_TXT": "Ajouter un attribut personnalisé",
|
||||
"LOADING": "Récupération des attributs personnalisés",
|
||||
"SIDEBAR_TXT": "<p><b>Attributs personnalisés</b> <p>Un attribut personnalisé suit les faits concernant vos contacts/conversation — comme le plan d'abonnement, ou quand ils ont commandé le premier objet, etc. <br /><br />Pour créer un attribut personnalisé, cliquez simplement sur le<b>Ajouter un attribut personnalisé.</b> Vous pouvez également modifier ou supprimer un attribut personnalisé existant en cliquant sur le bouton Modifier ou Supprimer.</p>",
|
||||
"ADD": {
|
||||
"TITLE": "Add Custom Attribute",
|
||||
"TITLE": "Ajouter un attribut personnalisé",
|
||||
"SUBMIT": "Créer",
|
||||
"CANCEL_BUTTON_TEXT": "Annuler",
|
||||
"FORM": {
|
||||
"NAME": {
|
||||
"LABEL": "Nom affiché",
|
||||
"PLACEHOLDER": "Enter custom attribute display name",
|
||||
"PLACEHOLDER": "Entrez le nom de l'attribut personnalisé",
|
||||
"ERROR": "Le nom est requis"
|
||||
},
|
||||
"DESC": {
|
||||
"LABEL": "Description",
|
||||
"PLACEHOLDER": "Enter custom attribute description",
|
||||
"PLACEHOLDER": "Entrez la description de l'attribut personnalisé",
|
||||
"ERROR": "La description est requise"
|
||||
},
|
||||
"MODEL": {
|
||||
"LABEL": "Applies to",
|
||||
"PLACEHOLDER": "Please select one",
|
||||
"LABEL": "S'applique à",
|
||||
"PLACEHOLDER": "Veuillez en sélectionner un",
|
||||
"ERROR": "Le modèle est requis"
|
||||
},
|
||||
"TYPE": {
|
||||
@@ -29,49 +29,49 @@
|
||||
"PLACEHOLDER": "Veuillez sélectionner un type",
|
||||
"ERROR": "Le type est requis",
|
||||
"LIST": {
|
||||
"LABEL": "List Values",
|
||||
"PLACEHOLDER": "Please enter value and press enter key",
|
||||
"ERROR": "Must have at least one value"
|
||||
"LABEL": "Lister les valeurs",
|
||||
"PLACEHOLDER": "Veuillez entrer la valeur et appuyer sur la touche Entrée",
|
||||
"ERROR": "Doit avoir au moins une valeur"
|
||||
}
|
||||
},
|
||||
"KEY": {
|
||||
"LABEL": "Clé",
|
||||
"PLACEHOLDER": "Enter custom attribute key",
|
||||
"ERROR": "Key is required",
|
||||
"IN_VALID": "Invalid key"
|
||||
"PLACEHOLDER": "Entrez une clé d'attribut personnalisée",
|
||||
"ERROR": "La clé est requise",
|
||||
"IN_VALID": "Clé invalide"
|
||||
}
|
||||
},
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Custom Attribute added successfully!",
|
||||
"ERROR_MESSAGE": "Could not create a Custom Attribute. Please try again later."
|
||||
"SUCCESS_MESSAGE": "Attribut personnalisé ajouté avec succès!",
|
||||
"ERROR_MESSAGE": "Impossible de créer un attribut personnalisé. Veuillez réessayer plus tard."
|
||||
}
|
||||
},
|
||||
"DELETE": {
|
||||
"BUTTON_TEXT": "Supprimer",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Custom Attribute deleted successfully.",
|
||||
"ERROR_MESSAGE": "Couldn't delete the custom attribute. Try again."
|
||||
"SUCCESS_MESSAGE": "Attribut personnalisé supprimé avec succès.",
|
||||
"ERROR_MESSAGE": "Impossible de supprimer l'attribut personnalisé. Veuillez réessayer."
|
||||
},
|
||||
"CONFIRM": {
|
||||
"TITLE": "Voulez-vous vraiment supprimer - %{attributeName}",
|
||||
"PLACE_HOLDER": "Veuillez taper {attributeName} pour confirmer",
|
||||
"MESSAGE": "Deleting will remove the custom attribute",
|
||||
"MESSAGE": "La suppression supprimera l'attribut personnalisé",
|
||||
"YES": "Supprimer ",
|
||||
"NO": "Annuler"
|
||||
}
|
||||
},
|
||||
"EDIT": {
|
||||
"TITLE": "Edit Custom Attribute",
|
||||
"TITLE": "Modifier l'attribut personnalisé",
|
||||
"UPDATE_BUTTON_TEXT": "Mettre à jour",
|
||||
"TYPE": {
|
||||
"LIST": {
|
||||
"LABEL": "List Values",
|
||||
"PLACEHOLDER": "Please enter values and press enter key"
|
||||
"LABEL": "Lister les valeurs",
|
||||
"PLACEHOLDER": "Veuillez entrer des valeurs et appuyer sur la touche Entrée"
|
||||
}
|
||||
},
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Custom Attribute updated successfully",
|
||||
"ERROR_MESSAGE": "There was an error updating custom attribute, please try again"
|
||||
"SUCCESS_MESSAGE": "Attribut personnalisé mis à jour avec succès",
|
||||
"ERROR_MESSAGE": "Une erreur s'est produite lors de la mise à jour de l'attribut personnalisé, veuillez réessayer"
|
||||
}
|
||||
},
|
||||
"TABS": {
|
||||
@@ -91,8 +91,8 @@
|
||||
"DELETE": "Supprimer"
|
||||
},
|
||||
"EMPTY_RESULT": {
|
||||
"404": "There are no custom attributes created",
|
||||
"NOT_FOUND": "There are no custom attributes configured"
|
||||
"404": "Aucun attribut personnalisé créé",
|
||||
"NOT_FOUND": "Il n’y a aucun attribut personnalisé configuré"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user