chore: New Translation updates (#3371)
This commit is contained in:
parent
37a36349f2
commit
e011b4566b
224 changed files with 4002 additions and 2029 deletions
|
@ -1,27 +1,27 @@
|
|||
{
|
||||
"ATTRIBUTES_MGMT": {
|
||||
"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>",
|
||||
"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>",
|
||||
"ADD": {
|
||||
"TITLE": "Ajouter un attribut",
|
||||
"TITLE": "Add Custom Attribute",
|
||||
"SUBMIT": "Créer",
|
||||
"CANCEL_BUTTON_TEXT": "Annuler",
|
||||
"FORM": {
|
||||
"NAME": {
|
||||
"LABEL": "Nom affiché",
|
||||
"PLACEHOLDER": "Entrez le nom d'affichage de l'attribut",
|
||||
"PLACEHOLDER": "Enter custom attribute display name",
|
||||
"ERROR": "Le nom est requis"
|
||||
},
|
||||
"DESC": {
|
||||
"LABEL": "Description",
|
||||
"PLACEHOLDER": "Entrez la description de l'attribut",
|
||||
"PLACEHOLDER": "Enter custom attribute description",
|
||||
"ERROR": "La description est requise"
|
||||
},
|
||||
"MODEL": {
|
||||
"LABEL": "Modèle",
|
||||
"PLACEHOLDER": "Veuillez sélectionner un modèle",
|
||||
"LABEL": "Applies to",
|
||||
"PLACEHOLDER": "Please select one",
|
||||
"ERROR": "Le modèle est requis"
|
||||
},
|
||||
"TYPE": {
|
||||
|
@ -30,34 +30,36 @@
|
|||
"ERROR": "Le type est requis"
|
||||
},
|
||||
"KEY": {
|
||||
"LABEL": "Clé"
|
||||
"LABEL": "Clé",
|
||||
"PLACEHOLDER": "Enter custom attribute key",
|
||||
"ERROR": "Key is required"
|
||||
}
|
||||
},
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Attribut ajouté avec succès",
|
||||
"ERROR_MESSAGE": "Impossible de créer un attribut, veuillez réessayer plus tard"
|
||||
"SUCCESS_MESSAGE": "Custom Attribute added successfully",
|
||||
"ERROR_MESSAGE": "Could not able to create a custom attribute, Please try again later"
|
||||
}
|
||||
},
|
||||
"DELETE": {
|
||||
"BUTTON_TEXT": "Supprimer",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Attribut supprimé avec succès.",
|
||||
"ERROR_MESSAGE": "Impossible de supprimer l'attribut. Veuillez réessayer."
|
||||
"SUCCESS_MESSAGE": "Custom Attribute deleted successfully.",
|
||||
"ERROR_MESSAGE": "Couldn't delete the custom attribute. Try again."
|
||||
},
|
||||
"CONFIRM": {
|
||||
"TITLE": "Voulez-vous vraiment supprimer - %{attributeName}",
|
||||
"PLACE_HOLDER": "Veuillez taper {attributeName} pour confirmer",
|
||||
"MESSAGE": "La suppression supprimera l'attribut",
|
||||
"MESSAGE": "Deleting will remove the custom attribute",
|
||||
"YES": "Supprimer ",
|
||||
"NO": "Annuler"
|
||||
}
|
||||
},
|
||||
"EDIT": {
|
||||
"TITLE": "Modifier l'attribut",
|
||||
"TITLE": "Edit Custom Attribute",
|
||||
"UPDATE_BUTTON_TEXT": "Mettre à jour",
|
||||
"API": {
|
||||
"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"
|
||||
"SUCCESS_MESSAGE": "Custom Attribute updated successfully",
|
||||
"ERROR_MESSAGE": "There was an error updating custom attribute, please try again"
|
||||
}
|
||||
},
|
||||
"TABS": {
|
||||
|
@ -77,8 +79,8 @@
|
|||
"DELETE": "Supprimer"
|
||||
},
|
||||
"EMPTY_RESULT": {
|
||||
"404": "Il n’y a aucun attribut créé",
|
||||
"NOT_FOUND": "Il n'y a aucun attribut configuré"
|
||||
"404": "There are no custom attributes created",
|
||||
"NOT_FOUND": "There are no custom attributes configured"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -155,6 +155,11 @@
|
|||
"LABEL": "Boîte de réception",
|
||||
"ERROR": "Sélectionner une boîte de réception"
|
||||
},
|
||||
"SUBJECT": {
|
||||
"LABEL": "Objet",
|
||||
"PLACEHOLDER": "Objet",
|
||||
"ERROR": "Subject can't be empty"
|
||||
},
|
||||
"MESSAGE": {
|
||||
"LABEL": "Message",
|
||||
"PLACEHOLDER": "Ecrivez votre message ici",
|
||||
|
@ -232,8 +237,15 @@
|
|||
}
|
||||
},
|
||||
"CUSTOM_ATTRIBUTES": {
|
||||
"ADD_BUTTON_TEXT": "Add attributes",
|
||||
"BUTTON": "Ajouter un attribut personnalisé",
|
||||
"NOT_AVAILABLE": "Il n'y a aucun attribut personnalisé disponible pour ce contact.",
|
||||
"COPY_SUCCESSFUL": "Copié dans le presse-papiers avec succès",
|
||||
"ACTIONS": {
|
||||
"COPY": "Copy attribute",
|
||||
"DELETE": "Delete attribute",
|
||||
"EDIT": "Modifier l'attribut"
|
||||
},
|
||||
"ADD": {
|
||||
"TITLE": "Créer un attribut personnalisé",
|
||||
"DESC": "Ajouter des informations personnalisées à ce contact."
|
||||
|
@ -249,7 +261,29 @@
|
|||
"VALUE": {
|
||||
"LABEL": "Valeur de l'attribut",
|
||||
"PLACEHOLDER": "Ex.: 11901 "
|
||||
},
|
||||
"ADD": {
|
||||
"TITLE": "Create new attribute ",
|
||||
"SUCCESS": "Attribut ajouté avec succès",
|
||||
"ERROR": "Unable to add attribute. Please try again later"
|
||||
},
|
||||
"UPDATE": {
|
||||
"SUCCESS": "Attribut mis à jour avec succès",
|
||||
"ERROR": "Unable to update attribute. Please try again later"
|
||||
},
|
||||
"DELETE": {
|
||||
"SUCCESS": "Attribut supprimé avec succès",
|
||||
"ERROR": "Unable to delete attribute. Please try again later"
|
||||
},
|
||||
"ATTRIBUTE_SELECT": {
|
||||
"TITLE": "Add attributes",
|
||||
"PLACEHOLDER": "Search attributes",
|
||||
"NO_RESULT": "No attributes found"
|
||||
}
|
||||
},
|
||||
"VALIDATIONS": {
|
||||
"REQUIRED": "Valid value is required",
|
||||
"INVALID_URL": "Invalid URL"
|
||||
}
|
||||
},
|
||||
"MERGE_CONTACTS": {
|
||||
|
|
|
@ -156,6 +156,27 @@
|
|||
"PREVIOUS_CONVERSATION": "Conversations précédentes"
|
||||
}
|
||||
},
|
||||
"CONVERSATION_CUSTOM_ATTRIBUTES": {
|
||||
"ADD_BUTTON_TEXT": "Create attribute",
|
||||
"UPDATE": {
|
||||
"SUCCESS": "Attribut mis à jour avec succès",
|
||||
"ERROR": "Unable to update attribute. Please try again later"
|
||||
},
|
||||
"ADD": {
|
||||
"TITLE": "Ajouter",
|
||||
"SUCCESS": "Attribut ajouté avec succès",
|
||||
"ERROR": "Unable to add attribute. Please try again later"
|
||||
},
|
||||
"DELETE": {
|
||||
"SUCCESS": "Attribut supprimé avec succès",
|
||||
"ERROR": "Unable to delete attribute. Please try again later"
|
||||
},
|
||||
"ATTRIBUTE_SELECT": {
|
||||
"TITLE": "Add attributes",
|
||||
"PLACEHOLDER": "Search attributes",
|
||||
"NO_RESULT": "No attributes found"
|
||||
}
|
||||
},
|
||||
"EMAIL_HEADER": {
|
||||
"TO": "À",
|
||||
"BCC": "Cci",
|
||||
|
|
|
@ -143,7 +143,7 @@
|
|||
"ACCOUNT_SETTINGS": "Paramètres du compte",
|
||||
"APPLICATIONS": "Applications",
|
||||
"LABELS": "Étiquettes",
|
||||
"ATTRIBUTES": "Attributs",
|
||||
"CUSTOM_ATTRIBUTES": "Attributs personnalisés",
|
||||
"TEAMS": "Équipes",
|
||||
"ALL_CONTACTS": "Tous les contacts",
|
||||
"TAGGED_WITH": "Tagué avec",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue