2020-04-23 18:22:16 +00:00
|
|
|
{
|
|
|
|
"GENERAL_SETTINGS": {
|
|
|
|
"TITLE": "Paramètres du compte",
|
|
|
|
"SUBMIT": "Mettre à jour les paramètres",
|
2020-08-22 12:24:16 +00:00
|
|
|
"BACK": "Précédent",
|
2020-04-23 18:22:16 +00:00
|
|
|
"UPDATE": {
|
|
|
|
"ERROR": "Impossible de mettre à jour les paramètres, essayez à nouveau !",
|
|
|
|
"SUCCESS": "Paramètres du compte mis à jour avec succès"
|
|
|
|
},
|
|
|
|
"FORM": {
|
|
|
|
"ERROR": "Veuillez corriger les erreurs du formulaire",
|
|
|
|
"GENERAL_SECTION": {
|
|
|
|
"TITLE": "Paramètres généraux",
|
|
|
|
"NOTE": ""
|
|
|
|
},
|
2021-11-27 03:37:09 +00:00
|
|
|
"ACCOUNT_ID": {
|
|
|
|
"TITLE": "Account ID",
|
|
|
|
"NOTE": "This ID is required if you are building an API based integration"
|
|
|
|
},
|
2020-04-23 18:22:16 +00:00
|
|
|
"NAME": {
|
|
|
|
"LABEL": "Nom du compte",
|
|
|
|
"PLACEHOLDER": "Votre nom de compte",
|
|
|
|
"ERROR": "Veuillez entrer un nom de compte valide"
|
|
|
|
},
|
|
|
|
"LANGUAGE": {
|
|
|
|
"LABEL": "Langue du site (Beta)",
|
|
|
|
"PLACEHOLDER": "Votre nom de compte",
|
|
|
|
"ERROR": ""
|
Chore: Add Romanian, Portuguese, Brazilian, Ukrainian languages (#790)
* New translations integrations.json (Romanian)
* New translations integrations.json (Portuguese, Brazilian)
* New translations integrations.json (Ukrainian)
* New translations integrations.json (Portuguese)
* New translations inboxMgmt.json (French)
* New translations report.json (Portuguese, Brazilian)
* New translations resetPassword.json (Portuguese, Brazilian)
* New translations login.json (Portuguese)
* New translations report.json (Ukrainian)
* New translations report.json (Portuguese)
* New translations cannedMgmt.json (Portuguese)
* New translations billing.json (Portuguese)
* New translations agentMgmt.json (Spanish)
* New translations agentMgmt.json (Portuguese, Brazilian)
* New translations generalSettings.json (French)
* New translations conversation.json (Portuguese, Brazilian)
* New translations conversation.json (Portuguese)
* New translations chatlist.json (Portuguese)
* New translations contact.json (Portuguese)
* New translations chatlist.json (Portuguese, Brazilian)
* New translations en.yml (Portuguese, Brazilian)
* New translations devise.en.yml (Portuguese, Brazilian)
* New translations en.yml (French)
* New translations en.yml (Spanish)
* New translations settings.json (Romanian)
* New translations setNewPassword.json (Portuguese)
* New translations setNewPassword.json (Ukrainian)
* New translations signup.json (Portuguese, Brazilian)
* New translations settings.json (Ukrainian)
* New translations settings.json (Portuguese, Brazilian)
2020-05-01 06:33:46 +00:00
|
|
|
},
|
|
|
|
"DOMAIN": {
|
2020-08-22 12:24:16 +00:00
|
|
|
"LABEL": "Domaine de courriel entrant",
|
|
|
|
"PLACEHOLDER": "Le domaine où vous allez recevoir les courriels",
|
Chore: Add Romanian, Portuguese, Brazilian, Ukrainian languages (#790)
* New translations integrations.json (Romanian)
* New translations integrations.json (Portuguese, Brazilian)
* New translations integrations.json (Ukrainian)
* New translations integrations.json (Portuguese)
* New translations inboxMgmt.json (French)
* New translations report.json (Portuguese, Brazilian)
* New translations resetPassword.json (Portuguese, Brazilian)
* New translations login.json (Portuguese)
* New translations report.json (Ukrainian)
* New translations report.json (Portuguese)
* New translations cannedMgmt.json (Portuguese)
* New translations billing.json (Portuguese)
* New translations agentMgmt.json (Spanish)
* New translations agentMgmt.json (Portuguese, Brazilian)
* New translations generalSettings.json (French)
* New translations conversation.json (Portuguese, Brazilian)
* New translations conversation.json (Portuguese)
* New translations chatlist.json (Portuguese)
* New translations contact.json (Portuguese)
* New translations chatlist.json (Portuguese, Brazilian)
* New translations en.yml (Portuguese, Brazilian)
* New translations devise.en.yml (Portuguese, Brazilian)
* New translations en.yml (French)
* New translations en.yml (Spanish)
* New translations settings.json (Romanian)
* New translations setNewPassword.json (Portuguese)
* New translations setNewPassword.json (Ukrainian)
* New translations signup.json (Portuguese, Brazilian)
* New translations settings.json (Ukrainian)
* New translations settings.json (Portuguese, Brazilian)
2020-05-01 06:33:46 +00:00
|
|
|
"ERROR": ""
|
|
|
|
},
|
|
|
|
"SUPPORT_EMAIL": {
|
|
|
|
"LABEL": "Courriel d'assistance",
|
|
|
|
"PLACEHOLDER": "L'adresse de courriel de support de votre entreprise",
|
|
|
|
"ERROR": ""
|
|
|
|
},
|
2020-11-01 07:23:25 +00:00
|
|
|
"AUTO_RESOLVE_DURATION": {
|
2020-11-16 17:41:14 +00:00
|
|
|
"LABEL": "Nombre de jours après qu'un ticket soit automatiquement résolu s'il n'y a pas d'activité",
|
2020-11-01 07:23:25 +00:00
|
|
|
"PLACEHOLDER": "30",
|
2020-11-16 17:41:14 +00:00
|
|
|
"ERROR": "Veuillez entrer une durée de résolution automatique valide (minimum 1 jour)"
|
2020-11-01 07:23:25 +00:00
|
|
|
},
|
2020-08-22 12:24:16 +00:00
|
|
|
"FEATURES": {
|
|
|
|
"INBOUND_EMAIL_ENABLED": "La continuité des conversations avec les courriels est activée pour votre compte.",
|
|
|
|
"CUSTOM_EMAIL_DOMAIN_ENABLED": "Vous pouvez maintenant recevoir des courriels dans votre domaine personnalisé."
|
2020-04-23 18:22:16 +00:00
|
|
|
}
|
2021-01-18 07:06:26 +00:00
|
|
|
},
|
2021-01-28 08:33:52 +00:00
|
|
|
"UPDATE_CHATWOOT": "Une mise à jour %{latestChatwootVersion} de Chatwoot est disponible. Veuillez mettre à jour votre instance."
|
2020-12-09 11:13:51 +00:00
|
|
|
},
|
|
|
|
"FORMS": {
|
|
|
|
"MULTISELECT": {
|
2021-01-28 08:33:52 +00:00
|
|
|
"ENTER_TO_SELECT": "Appuyer sur Entrée pour sélectionner",
|
|
|
|
"ENTER_TO_REMOVE": "Appuyer sur Entrée pour supprimer",
|
|
|
|
"SELECT_ONE": "Sélectionnez un"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"NOTIFICATIONS_PAGE": {
|
|
|
|
"HEADER": "Notifications",
|
2021-03-15 18:30:53 +00:00
|
|
|
"MARK_ALL_DONE": "Tout marquer comme terminé",
|
2021-01-28 08:33:52 +00:00
|
|
|
"LIST": {
|
2021-03-15 18:30:53 +00:00
|
|
|
"LOADING_MESSAGE": "Chargement des notifications...",
|
|
|
|
"404": "Aucune notification",
|
2021-01-28 08:33:52 +00:00
|
|
|
"TABLE_HEADER": [
|
|
|
|
"Nom",
|
|
|
|
"Numéro de téléphone",
|
|
|
|
"Conversations",
|
|
|
|
"Dernièrement contacté"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"TYPE_LABEL": {
|
2021-03-15 18:30:53 +00:00
|
|
|
"conversation_creation": "Nouvelle conversation",
|
|
|
|
"conversation_assignment": "Conversation assignée",
|
|
|
|
"assigned_conversation_new_message": "Nouveau message",
|
2021-01-28 08:33:52 +00:00
|
|
|
"conversation_mention": "Mention"
|
2020-12-09 11:13:51 +00:00
|
|
|
}
|
2021-10-14 08:02:15 +00:00
|
|
|
},
|
|
|
|
"NETWORK": {
|
|
|
|
"NOTIFICATION": {
|
|
|
|
"TEXT": "Disconnected from Chatwoot"
|
|
|
|
},
|
|
|
|
"BUTTON": {
|
|
|
|
"REFRESH": "Refresh"
|
|
|
|
}
|
2021-12-19 06:08:02 +00:00
|
|
|
},
|
|
|
|
"COMMAND_BAR": {
|
|
|
|
"SEARCH_PLACEHOLDER": "Search or jump to",
|
|
|
|
"SECTIONS": {
|
|
|
|
"GENERAL": "General",
|
|
|
|
"REPORTS": "Rapports",
|
|
|
|
"CONVERSATION": "Conversation",
|
|
|
|
"CHANGE_ASSIGNEE": "Change Assignee",
|
|
|
|
"CHANGE_TEAM": "Change Team",
|
|
|
|
"ADD_LABEL": "Add label to the conversation",
|
|
|
|
"REMOVE_LABEL": "Remove label from the conversation",
|
|
|
|
"SETTINGS": "Paramètres"
|
|
|
|
},
|
|
|
|
"COMMANDS": {
|
|
|
|
"GO_TO_CONVERSATION_DASHBOARD": "Aller au tableau de bord des conversations",
|
|
|
|
"GO_TO_CONTACTS_DASHBOARD": "Aller au tableau de bord des contacts",
|
|
|
|
"GO_TO_REPORTS_OVERVIEW": "Go to Reports Overview",
|
|
|
|
"GO_TO_AGENT_REPORTS": "Go to Agent Reports",
|
|
|
|
"GO_TO_LABEL_REPORTS": "Go to Label Reports",
|
|
|
|
"GO_TO_INBOX_REPORTS": "Go to Inbox Reports",
|
|
|
|
"GO_TO_TEAM_REPORTS": "Go to Team Reports",
|
|
|
|
"GO_TO_SETTINGS_AGENTS": "Go to Agent Settings",
|
|
|
|
"GO_TO_SETTINGS_TEAMS": "Go to Team Settings",
|
|
|
|
"GO_TO_SETTINGS_INBOXES": "Go to Inbox Settings",
|
|
|
|
"GO_TO_SETTINGS_LABELS": "Go to Label Settings",
|
|
|
|
"GO_TO_SETTINGS_CANNED_RESPONSES": "Go to Canned Response Settings",
|
|
|
|
"GO_TO_SETTINGS_APPLICATIONS": "Go to Application Settings",
|
|
|
|
"GO_TO_SETTINGS_ACCOUNT": "Go to Account Settings",
|
|
|
|
"GO_TO_SETTINGS_PROFILE": "Go to Profile Settings",
|
|
|
|
"GO_TO_NOTIFICATIONS": "Go to Notifications",
|
|
|
|
"ADD_LABELS_TO_CONVERSATION": "Add label to the conversation",
|
|
|
|
"ASSIGN_AN_AGENT": "Assign an agent",
|
|
|
|
"ASSIGN_A_TEAM": "Assign a team",
|
|
|
|
"MUTE_CONVERSATION": "Mute conversation",
|
|
|
|
"UNMUTE_CONVERSATION": "Unmute conversation",
|
|
|
|
"REMOVE_LABEL_FROM_CONVERSATION": "Remove label from the conversation",
|
|
|
|
"REOPEN_CONVERSATION": "Reprendre la conversation",
|
|
|
|
"RESOLVE_CONVERSATION": "Reprendre la conversation",
|
|
|
|
"SEND_TRANSCRIPT": "Send an email transcript",
|
|
|
|
"SNOOZE_CONVERSATION": "Snooze Conversation",
|
|
|
|
"UNTIL_NEXT_REPLY": "Until next reply",
|
|
|
|
"UNTIL_NEXT_WEEK": "Until next week",
|
|
|
|
"UNTIL_TOMORROW": "Until tomorrow"
|
|
|
|
}
|
2020-04-23 18:22:16 +00:00
|
|
|
}
|
|
|
|
}
|