Enhance German and English localization for various entities

- Updated translations in CAdressen, CBeteiligte, CDokumente, CMietobjekt, CVmhErstgespraech, CVmhMietverhltnis, CVmhRumungsklage to improve clarity and consistency.
- Added new fields and links for better user experience in German and English.
- Modified layout configurations for CMietobjekt and CVmhMietverhltnis to include additional details and improve navigation.
- Removed deprecated fields from CVmhRumungsklage metadata.
- Updated configuration timestamps for cache management.
This commit is contained in:
2026-01-20 15:13:57 +01:00
parent dfc8b952e9
commit b5ba0da5c2
22 changed files with 410 additions and 278 deletions

View File

@@ -62,10 +62,6 @@
"beklagte": {
"layout": null,
"selectPrimaryFilterName": null
},
"vmhMietverhltnises": {
"layout": null,
"selectPrimaryFilterName": null
}
},
"kanbanViewMode": false,

View File

@@ -70,6 +70,25 @@
"audited": true,
"maxLength": 100,
"isCustom": true
},
"lage": {
"type": "varchar",
"required": false,
"maxLength": 255,
"copyToClipboard": true,
"options": [
"EG links",
"EG rechts",
"EG mitte",
"1. OG links",
"1. OG mitte",
"1. OG rechts",
"2. OG links",
"2. OG mitte",
"2. OG rechts"
],
"tooltip": true,
"isCustom": true
}
},
"links": {

View File

@@ -132,62 +132,12 @@
"maxLength": 100,
"isCustom": true
},
"anschrift": {
"type": "address",
"isCustom": true
},
"lage": {
"type": "varchar",
"required": true,
"maxLength": 255,
"copyToClipboard": true,
"options": [
"EG links",
"EG rechts",
"EG mitte",
"1. OG links",
"1. OG mitte",
"1. OG rechts",
"2. OG links",
"2. OG mitte",
"2. OG rechts"
],
"tooltip": true,
"isCustom": true
},
"vertragsdatum": {
"notNull": false,
"type": "date",
"required": true,
"before": "auszugsfrist",
"isCustom": true
},
"objekttyp": {
"type": "enum",
"required": true,
"options": [
"Gesamtes Grundstück",
"Gebäude ohne Grundstück",
"Wohnung",
"Zimmer in Wohnung",
"Büro",
"Garage",
"Gewerbehalle",
"Sonstiges"
],
"style": {
"Gesamtes Grundstück": null,
"Gebäude ohne Grundstück": null,
"Wohnung": null,
"Zimmer in Wohnung": null,
"Büro": null,
"Garage": null,
"Gewerbehalle": null,
"Sonstiges": null
},
"default": "Wohnung",
"maxLength": 100,
"isCustom": true
}
},
"links": {