1
0
2019-04-12 16:46:43 +02:00

30 lines
1.0 KiB
JSON

{
"hsadminNgApp": {
"customer": {
"home": {
"title": "Customers",
"createLabel": "Create a new Customer",
"createOrEditLabel": "Create or edit a Customer"
},
"created": "A new Customer is created with identifier {{ param }}",
"updated": "A Customer is updated with identifier {{ param }}",
"deleted": "A Customer is deleted with identifier {{ param }}",
"delete": {
"question": "Are you sure you want to delete Customer {{ id }}?"
},
"detail": {
"title": "Customer"
},
"number": "Number",
"prefix": "Prefix",
"name": "Name",
"contractualAddress": "Contractual Address",
"contractualSalutation": "Contractual Salutation",
"billingAddress": "Billing Address",
"billingSalutation": "Billing Salutation",
"role": "Role",
"membership": "Membership"
}
}
}