Files
espocrm/custom/Espo/Custom/Resources/i18n/en_US/CAdressen.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

23 lines
660 B
JSON

{
"fields": {
"beteiligte": "Party",
"adresse": "Address",
"adresseStreet": "Street",
"adresseCity": "City",
"adresseState": "State",
"adresseCountry": "Country",
"adressePostalCode": "Postal Code",
"adresseMap": "Map",
"isActive": "Active",
"autoapplymietverhaltnisportaluser": "Apply Portal User from Tenancy",
"advowareindexid": "Advoware Index ID",
"contactsAdressen": "Portal Users"
},
"links": {
"beteiligte": "Party",
"contactsAdressen": "Portal Users"
},
"labels": {
"Create CAdressen": "Create Adressen"
}
}