Implement eviction lawsuit initiation feature for Mietobjekt; add related UI and backend logic; update localization and configuration
This commit is contained in:
@@ -24,7 +24,8 @@
|
||||
"dokumentesMietobjekt": "Documents"
|
||||
},
|
||||
"labels": {
|
||||
"Create CMietobjekt": "Create Mietobjekt"
|
||||
"Create CMietobjekt": "Create Mietobjekt",
|
||||
"Räumungsklage einleiten": "Initiate Eviction Lawsuit"
|
||||
},
|
||||
"options": {
|
||||
"objekttyp": {
|
||||
@@ -42,5 +43,10 @@
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user