chore: New Translation updates (#3214)
This commit is contained in:
@@ -1,63 +1,63 @@
|
||||
{
|
||||
"ATTRIBUTES_MGMT": {
|
||||
"HEADER": "Attributes",
|
||||
"HEADER_BTN_TXT": "Add Attribute",
|
||||
"LOADING": "Fetching attributes",
|
||||
"SIDEBAR_TXT": "<p><b>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 Attributes, just click on the <b>Add Attribute.</b> You can also edit or delete an existing Attribute by clicking on the Edit or Delete button.</p>",
|
||||
"HEADER": "Attributs",
|
||||
"HEADER_BTN_TXT": "Ajouter un attribut",
|
||||
"LOADING": "Récupération des attributs",
|
||||
"SIDEBAR_TXT": "<p><b>Attributs</b> <p>Un attribut personnalisé suit les faits de vos contacts/conversations — comme la formule d'abonnement, ou quand ils ont commandé le premier produit, etc. <br /><br />Pour créer un Attribut, il suffit de cliquer sur le bouton <b>Ajouter un Attribut.</b> Vous pouvez également modifier ou supprimer un attribut existant en cliquant sur le bouton Modifier ou Supprimer.</p>",
|
||||
"ADD": {
|
||||
"TITLE": "Ajouter un attribut",
|
||||
"SUBMIT": "Créer",
|
||||
"CANCEL_BUTTON_TEXT": "Annuler",
|
||||
"FORM": {
|
||||
"NAME": {
|
||||
"LABEL": "Display Name",
|
||||
"PLACEHOLDER": "Enter attribute display name",
|
||||
"ERROR": "Name is required"
|
||||
"LABEL": "Nom affiché",
|
||||
"PLACEHOLDER": "Entrez le nom d'affichage de l'attribut",
|
||||
"ERROR": "Le nom est requis"
|
||||
},
|
||||
"DESC": {
|
||||
"LABEL": "Description",
|
||||
"PLACEHOLDER": "Enter attribute description",
|
||||
"ERROR": "Description is required"
|
||||
"PLACEHOLDER": "Entrez la description de l'attribut",
|
||||
"ERROR": "La description est requise"
|
||||
},
|
||||
"MODEL": {
|
||||
"LABEL": "Model",
|
||||
"PLACEHOLDER": "Please select a model",
|
||||
"ERROR": "Model is required"
|
||||
"LABEL": "Modèle",
|
||||
"PLACEHOLDER": "Veuillez sélectionner un modèle",
|
||||
"ERROR": "Le modèle est requis"
|
||||
},
|
||||
"TYPE": {
|
||||
"LABEL": "Type",
|
||||
"PLACEHOLDER": "Veuillez sélectionner un type",
|
||||
"ERROR": "Type is required"
|
||||
"ERROR": "Le type est requis"
|
||||
},
|
||||
"KEY": {
|
||||
"LABEL": "Key"
|
||||
"LABEL": "Clé"
|
||||
}
|
||||
},
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Attribute added successfully",
|
||||
"ERROR_MESSAGE": "Could not able to create an attribute, Please try again later"
|
||||
"SUCCESS_MESSAGE": "Attribut ajouté avec succès",
|
||||
"ERROR_MESSAGE": "Impossible de créer un attribut, veuillez réessayer plus tard"
|
||||
}
|
||||
},
|
||||
"DELETE": {
|
||||
"BUTTON_TEXT": "Supprimer",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Attribute deleted successfully.",
|
||||
"ERROR_MESSAGE": "Couldn't delete the attribute. Try again."
|
||||
"SUCCESS_MESSAGE": "Attribut supprimé avec succès.",
|
||||
"ERROR_MESSAGE": "Impossible de supprimer l'attribut. Veuillez réessayer."
|
||||
},
|
||||
"CONFIRM": {
|
||||
"TITLE": "Voulez-vous vraiment supprimer - %{attributeName}",
|
||||
"PLACE_HOLDER": "Veuillez taper {attributeName} pour confirmer",
|
||||
"MESSAGE": "Deleting will remove the attribute",
|
||||
"MESSAGE": "La suppression supprimera l'attribut",
|
||||
"YES": "Supprimer ",
|
||||
"NO": "Annuler"
|
||||
}
|
||||
},
|
||||
"EDIT": {
|
||||
"TITLE": "Edit attribute",
|
||||
"TITLE": "Modifier l'attribut",
|
||||
"UPDATE_BUTTON_TEXT": "Mettre à jour",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Attribute updated successfully",
|
||||
"ERROR_MESSAGE": "There was an error updating attribute, please try again"
|
||||
"SUCCESS_MESSAGE": "Attribut mis à jour avec succès",
|
||||
"ERROR_MESSAGE": "Une erreur s'est produite lors de la mise à jour de l'attribut, veuillez réessayer"
|
||||
}
|
||||
},
|
||||
"TABS": {
|
||||
@@ -70,15 +70,15 @@
|
||||
"Nom",
|
||||
"Description",
|
||||
"Type",
|
||||
"Key"
|
||||
"Clé"
|
||||
],
|
||||
"BUTTONS": {
|
||||
"EDIT": "Modifier",
|
||||
"DELETE": "Supprimer"
|
||||
},
|
||||
"EMPTY_RESULT": {
|
||||
"404": "There are no attributes created",
|
||||
"NOT_FOUND": "There are no attributes configured"
|
||||
"404": "Il n’y a aucun attribut créé",
|
||||
"NOT_FOUND": "Il n'y a aucun attribut configuré"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user