jhipster-sample-app/src/main/webapp/i18n/fr/operation.json

27 lines
935 B
JSON

{
"sampleApplicationApp": {
"operation" : {
"home": {
"title": "Operations",
"createLabel": "Créer un nouveau Operation",
"createOrEditLabel": "Créer ou éditer un Operation"
},
"created": "Un nouveau Operation a été créé avec l'identifiant {{ param }}",
"updated": "Le Operation avec l'identifiant {{ param }} a été mis à jour",
"deleted": "Le Operation avec l'identifiant {{ param }} a été supprimé",
"delete": {
"question": "Etes-vous certain de vouloir supprimer le Operation {{ id }} ?"
},
"detail": {
"title": "Operation"
},
"date": "Date",
"description": "Description",
"amount": "Amount",
"bankAccount": "BankAccount",
"label": "Label"
}
}
}