2019-04-03 10:56:31 +02:00
|
|
|
{
|
|
|
|
"hsadminNgApp": {
|
|
|
|
"customer": {
|
|
|
|
"home": {
|
|
|
|
"title": "Customers",
|
|
|
|
"createLabel": "Customer erstellen",
|
|
|
|
"createOrEditLabel": "Customer erstellen oder bearbeiten"
|
|
|
|
},
|
|
|
|
"created": "Customer erstellt mit ID {{ param }}",
|
|
|
|
"updated": "Customer aktualisiert mit ID {{ param }}",
|
|
|
|
"deleted": "Customer gelöscht mit ID {{ param }}",
|
|
|
|
"delete": {
|
|
|
|
"question": "Soll Customer {{ id }} wirklich dauerhaft gelöscht werden?"
|
|
|
|
},
|
|
|
|
"detail": {
|
|
|
|
"title": "Customer"
|
|
|
|
},
|
|
|
|
"number": "Number",
|
|
|
|
"prefix": "Prefix",
|
2019-04-12 16:46:43 +02:00
|
|
|
"name": "Name",
|
|
|
|
"contractualAddress": "Contractual Address",
|
|
|
|
"contractualSalutation": "Contractual Salutation",
|
|
|
|
"billingAddress": "Billing Address",
|
|
|
|
"billingSalutation": "Billing Salutation",
|
|
|
|
"role": "Role",
|
|
|
|
"membership": "Membership"
|
2019-04-03 10:56:31 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|