Files
espocrm/custom/Espo/Custom/Resources/i18n/en_US/CMietobjekt.json
bsiggel b5ba0da5c2 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.
2026-01-20 15:13:57 +01:00

39 lines
1.2 KiB
JSON

{
"fields": {
"anschrift": "Address",
"anschriftStreet": "Street",
"anschriftCity": "City",
"anschriftState": "State",
"anschriftCountry": "Country",
"anschriftPostalCode": "Postal Code",
"anschriftMap": "Map",
"objekttyp": "Property Type",
"vmhMietverhltnises2Mietobjekt": "Tenancies",
"contact2mietobjekt": "Contacts",
"contactsMietobjekt": "Portal Users",
"dokumentesMietobjekt": "Documents"
},
"links": {
"vmhMietverhltnises2Mietobjekt": "Tenancies",
"contact2mietobjekt": "Contacts",
"contactsMietobjekt": "Portal Users",
"dokumentesMietobjekt": "Documents"
},
"labels": {
"Create CMietobjekt": "Create Mietobjekt"
},
"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"
}
}
}