Initial commit
This commit is contained in:
45
application/Espo/Modules/Crm/Resources/i18n/fr_FR/Call.json
Normal file
45
application/Espo/Modules/Crm/Resources/i18n/fr_FR/Call.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"fields": {
|
||||
"name": "Nom",
|
||||
"status": "Statut",
|
||||
"dateStart": "Date de début",
|
||||
"dateEnd": "Date de fin",
|
||||
"duration": "Durée",
|
||||
"users": "Utilisateurs",
|
||||
"leads": "Prospects",
|
||||
"reminders": "Notifications",
|
||||
"account": "Compte",
|
||||
"acceptanceStatus": "Statut d'acceptation"
|
||||
},
|
||||
"options": {
|
||||
"status": {
|
||||
"Planned": "Prévu",
|
||||
"Held": "Effectué",
|
||||
"Not Held": "Non effectué"
|
||||
},
|
||||
"direction": {
|
||||
"Outbound": "Sortant",
|
||||
"Inbound": "Entrant"
|
||||
},
|
||||
"acceptanceStatus": {
|
||||
"None": "Aucun",
|
||||
"Accepted": "Accepté",
|
||||
"Declined": "Décliné"
|
||||
}
|
||||
},
|
||||
"massActions": {
|
||||
"setHeld": "Définir comme effectué",
|
||||
"setNotHeld": "Définir comme non effectué"
|
||||
},
|
||||
"labels": {
|
||||
"Create Call": "Créer un appel",
|
||||
"Set Held": "Définir comme effectué",
|
||||
"Set Not Held": "Définir comme non effectué",
|
||||
"Send Invitations": "Envoyer les invitations"
|
||||
},
|
||||
"presetFilters": {
|
||||
"planned": "Prévu",
|
||||
"held": "Effectué",
|
||||
"todays": "Aujourd'hui"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user