- Implemented the ability to initiate terminations from Mietverhältnisse. - Added new fields and options for terminations in both German and English language files. - Updated metadata definitions to include relationships for terminations with Mietobjekte and Beteiligte. - Enhanced the service layer to handle termination creation, including linking relevant entities and copying documents. - Updated configuration timestamps for deployment.
53 lines
2.0 KiB
JSON
53 lines
2.0 KiB
JSON
{
|
|
"fields": {
|
|
"anschrift": "Address",
|
|
"anschriftStreet": "Street",
|
|
"anschriftCity": "City",
|
|
"anschriftState": "State",
|
|
"anschriftCountry": "Country",
|
|
"anschriftPostalCode": "Postal Code",
|
|
"anschriftMap": "Map",
|
|
"objekttyp": "Property Type",
|
|
"lage": "Location",
|
|
"vmhMietverhltnises2Mietobjekt": "Tenancies",
|
|
"contact2mietobjekt": "Contacts",
|
|
"contactsMietobjekt": "Portal Users",
|
|
"dokumentesMietobjekt": "Documents"
|
|
},
|
|
"links": {
|
|
"vmhMietverhltnises2Mietobjekt": "Tenancies",
|
|
"vmhMietverhltnises": "Tenancies",
|
|
"contact2mietobjekt": "Contacts",
|
|
"vmhRumungsklages": "Eviction Lawsuits",
|
|
"mietinkassos": "Rent Collection",
|
|
"kndigungen": "Terminations",
|
|
"contactsMietobjekt": "Portal Users",
|
|
"dokumentesMietobjekt": "Documents"
|
|
},
|
|
"labels": {
|
|
"Create CMietobjekt": "Create Mietobjekt",
|
|
"Räumungsklage einleiten": "Initiate Eviction Lawsuit"
|
|
},
|
|
"options": {
|
|
"objekttyp": {
|
|
"GesamtesGrundstück": "Gesamtes Grundstück",
|
|
"Wohnhaus": "Wohnhaus (ohne Grundstück)",
|
|
"Wohnung": "Wohnung",
|
|
"Zimmer": "Zimmer",
|
|
"Garage": "Garage",
|
|
"Keller": "Keller",
|
|
"Bürogebäude": "Bürogebäude",
|
|
"Büro": "Büro",
|
|
"Gewerbehalle": "Gewerbehalle",
|
|
"Sonstiges": "Sonstiges"
|
|
}
|
|
},
|
|
"tooltips": {
|
|
"lage": "Location within the property (e.g. ground floor left, 1st floor right)"
|
|
},
|
|
"messages": {
|
|
"initiateEvictionConfirmation": "Do you want to initiate an eviction lawsuit for this property? All associated rental agreements, landlords (as plaintiffs) and tenants (as defendants) will be automatically linked.",
|
|
"evictionCreatedSuccess": "Eviction lawsuit created successfully",
|
|
"evictionCreatedError": "Error creating eviction lawsuit"
|
|
}
|
|
} |