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

32 lines
919 B
JSON

{
"labels": {
"Create CAICollectionCDokumente": "AI-Collection-Dokument-Verknüpfung erstellen",
"CAICollectionCDokumente": "AI-Collection-Dokument-Verknüpfungen"
},
"fields": {
"cAICollection": "AI-Collection",
"cAICollectionId": "AI-Collection ID",
"cDokumente": "Dokument",
"cDokumenteId": "Dokument ID",
"xaifileid": "XAI File ID",
"syncStatus": "Sync-Status",
"deleted": "Gelöscht"
},
"links": {
"cAICollection": "AI-Collection",
"cDokumente": "Dokument"
},
"options": {
"syncStatus": {
"new": "Neu",
"changed": "Geändert",
"synced": "Synchronisiert",
"deleted": "Gelöscht"
}
},
"tooltips": {
"xaifileid": "Externe XAI File ID für dieses Dokument",
"syncStatus": "Synchronisierungsstatus mit XAI"
}
}