Initial commit
This commit is contained in:
18
application/Espo/Resources/i18n/fr_FR/WebhookQueueItem.json
Normal file
18
application/Espo/Resources/i18n/fr_FR/WebhookQueueItem.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"fields": {
|
||||
"event": "Événement",
|
||||
"target": "Cible",
|
||||
"data": "Donnée",
|
||||
"status": "Statut",
|
||||
"processedAt": "Traité à",
|
||||
"attempts": "Tentatives",
|
||||
"processAt": "Traiter à"
|
||||
},
|
||||
"options": {
|
||||
"status": {
|
||||
"Pending": "En attente",
|
||||
"Success": "Réussite",
|
||||
"Failed": "Échec"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user