- Removed the "Kündigungen" field from the German and English rental object JSON files. - Updated the termination JSON files to reflect new field names and structure, including renaming "kuendigungsart" to "beendigungsTatbestand" and "kuendigungsgrund" to "kuendigungsgrund" with updated options. - Deleted the old "CKuendigung" entity definition and related metadata, consolidating functionality into "CKndigung". - Adjusted the service logic to accommodate the new structure, ensuring proper linking of landlords and tenants. - Updated dynamic visibility logic for fields based on conditions related to termination reasons and delivery methods. - Cleaned up metadata definitions for both termination and rental object entities, removing unnecessary relationships and fields. - Incremented cache and microtime values in the configuration file.
52 lines
1.9 KiB
JSON
52 lines
1.9 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",
|
|
"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"
|
|
}
|
|
} |