Files
espocrm/custom/Espo/Custom/Resources/i18n/en_US/CVmhRumungsklage.json
bsiggel 3470dba301 Add junction entities and ACL for CAICollection, CAdvowareAkten, and CPulsTeam
- Introduced new junction entities: CAICollectionCDokumente, CAdvowareAktenCDokumente, and CPulsTeamZuordnung.
- Implemented respective controllers and services for handling CRUD operations.
- Added metadata definitions for new entities, including fields, links, and indexes.
- Created language files for English and German translations for the new entities.
- Developed a script to set ACL permissions for the new junction entities across existing roles.
- Updated existing entity definitions to include new relationships and fields related to Advoware and AI Collections.
2026-03-10 00:10:57 +01:00

54 lines
2.0 KiB
JSON

{
"fields": {
"vmhMietverhltnises": "Tenancies",
"freigeschalteteNutzer": "Activated Users",
"vmhVermietersRKL": "Landlord",
"dokumentesvmhraumungsklage": "Documents",
"beklagte": "Defendant",
"klaeger": "Plaintiff",
"contactsRumungsklage": "Portal Users",
"gerichtsrubrum": "Court Header",
"gegenstandswert": "Claim Value",
"kuendigungsservice": "Termination Service",
"aussergerichtlicheGebuehren13": "Out-of-Court Fees 1.3",
"gerichtskosten1Instanz": "Court Costs 1st Instance",
"anwaltskosten1Instanz": "Attorney Fees 1st Instance",
"cAdvowareAkte": "Advoware File",
"cAdvowareAkteId": "Advoware File ID",
"cAdvowareAkteName": "Advoware File Name",
"cAICollection": "AI Collection",
"cAICollectionId": "AI Collection ID",
"cAICollectionName": "AI Collection Name"
},
"links": {
"meetings": "Meetings",
"calls": "Calls",
"tasks": "Tasks",
"vmhMietverhltnises": "Tenancies",
"freigeschalteteNutzer": "Activated Users",
"collaborators": "Collaborators",
"vmhVermietersRKL": "Landlord",
"dokumentesvmhraumungsklage": "Documents",
"beklagte": "Defendant",
"klaeger": "Plaintiff",
"contactsRumungsklage": "Portal Users",
"pulse": "Pulses",
"cAdvowareAkte": "Advoware File",
"cAICollection": "AI Collection"
},
"labels": {
"Create CVmhRumungsklage": "Create Räumungsklage"
},
"tooltips": {
"syncStatus": "Advoware synchronization status: pending_sync = Waiting for sync, clean = successfully synchronized, unclean = changes pending, failed = error, no_sync = Not synchronized"
},
"options": {
"syncStatus": {
"pending_sync": "Waiting for Sync",
"clean": "Synchronized",
"unclean": "Changes Pending",
"failed": "Failed",
"no_sync": "No Sync"
}
}
}