chore: Update translations from Crowdin (#5663)
This commit is contained in:
5
app/javascript/dashboard/i18n/locale/fr/agentBots.json
Normal file
5
app/javascript/dashboard/i18n/locale/fr/agentBots.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"AGENT_BOTS": {
|
||||
"HEADER": "Bots"
|
||||
}
|
||||
}
|
||||
@@ -2,9 +2,11 @@
|
||||
"BULK_ACTION": {
|
||||
"CONVERSATIONS_SELECTED": "%{conversationCount} conversations selected",
|
||||
"AGENT_SELECT_LABEL": "Sélectionner un agent",
|
||||
"ASSIGN_CONFIRMATION_LABEL": "Are you sure you want to assign %{conversationCount} %{conversationLabel} to",
|
||||
"ASSIGN_CONFIRMATION_LABEL": "Are you sure to assign %{conversationCount} %{conversationLabel} to",
|
||||
"UNASSIGN_CONFIRMATION_LABEL": "Are you sure to unassign %{conversationCount} %{conversationLabel}?",
|
||||
"GO_BACK_LABEL": "Go back",
|
||||
"ASSIGN_LABEL": "Assigner",
|
||||
"YES": "Oui",
|
||||
"ASSIGN_AGENT_TOOLTIP": "Assign Agent",
|
||||
"ASSIGN_SUCCESFUL": "Conversations assigned successfully",
|
||||
"ASSIGN_FAILED": "Failed to assign conversations, please try again",
|
||||
|
||||
@@ -306,7 +306,7 @@
|
||||
"PUBLISH_ARTICLE": {
|
||||
"API": {
|
||||
"ERROR": "Error while publishing article",
|
||||
"SUCCESS": "Article publishied successfully"
|
||||
"SUCCESS": "Article published successfully"
|
||||
}
|
||||
},
|
||||
"ARCHIVE_ARTICLE": {
|
||||
|
||||
@@ -239,7 +239,9 @@
|
||||
},
|
||||
"API_CALLBACK": {
|
||||
"TITLE": "URL de rappel (callback)",
|
||||
"SUBTITLE": "You have to configure the webhook URL in facebook developer portal with the URL mentioned here."
|
||||
"SUBTITLE": "You have to configure the webhook URL and the verification token in the Facebook Developer portal with the values shown below.",
|
||||
"WEBHOOK_URL": "URL du Webhook",
|
||||
"WEBHOOK_VERIFICATION_TOKEN": "Webhook Verification Token"
|
||||
},
|
||||
"SUBMIT_BUTTON": "Créer le canal WhatsApp",
|
||||
"API": {
|
||||
@@ -357,7 +359,7 @@
|
||||
},
|
||||
"FINISH": {
|
||||
"TITLE": "Votre boîte de réception est prête !",
|
||||
"MESSAGE": "Vous pouvez maintenant vous impliquer auprès de vos clients par le biais de votre nouveau canal. Bonne assistance ",
|
||||
"MESSAGE": "Vous pouvez maintenant vous impliquer auprès de vos clients par le biais de votre nouveau canal. Bonne assistance",
|
||||
"BUTTON_TEXT": "Emmenez-moi là",
|
||||
"MORE_SETTINGS": "Plus de paramètres",
|
||||
"WEBSITE_SUCCESS": "Vous avez terminé avec succès la création d'un canal Web. Copiez le code affiché ci-dessous et collez-le sur votre site web. La prochaine fois qu'un client utilisera le chat en direct, la conversation apparaîtra automatiquement dans votre boîte de réception."
|
||||
|
||||
5
app/javascript/dashboard/i18n/locale/fr/macros.json
Normal file
5
app/javascript/dashboard/i18n/locale/fr/macros.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"MACROS": {
|
||||
"HEADER": "Macros"
|
||||
}
|
||||
}
|
||||
@@ -179,6 +179,7 @@
|
||||
"CONTACTS": "Contacts",
|
||||
"HOME": "Accueil",
|
||||
"AGENTS": "Agents",
|
||||
"AGENT_BOTS": "Bots",
|
||||
"INBOXES": "Boîtes de réception",
|
||||
"NOTIFICATIONS": "Notifications",
|
||||
"CANNED_RESPONSES": "Réponses standardisées",
|
||||
@@ -189,6 +190,7 @@
|
||||
"LABELS": "Étiquettes",
|
||||
"CUSTOM_ATTRIBUTES": "Attributs personnalisés",
|
||||
"AUTOMATION": "Automatisations",
|
||||
"MACROS": "Macros",
|
||||
"TEAMS": "Équipes",
|
||||
"BILLING": "Billing",
|
||||
"CUSTOM_VIEWS_FOLDER": "Dossiers",
|
||||
|
||||
Reference in New Issue
Block a user