- Created localization JSON files for multiple languages (e.g., Danish, German, Greek, English, Spanish, etc.) for CAkten and CAktenCDokumente. - Added layout configurations for CAkten, including detail views, side panels, and bottom panels. - Implemented metadata definitions for CAkten, including field definitions, relationship panels, and scopes. - Introduced new JSON files for managing document relationships and listing configurations.
90 lines
3.8 KiB
JSON
90 lines
3.8 KiB
JSON
{
|
|
"fields": {
|
|
"dokument": "Download",
|
|
"preview": "Preview",
|
|
"hnr": "HNR (Advoware)",
|
|
"syncStatus": "Advoware Sync Status",
|
|
"syncedHash": "Advoware Sync Hash",
|
|
"usn": "USN",
|
|
"dateipfad": "File Path",
|
|
"lastSyncTimestamp": "Advoware Last Sync",
|
|
"advowareArt": "Advoware Type",
|
|
"advowareBemerkung": "Advoware Remarks",
|
|
"contactsvmhdokumente": "Portal Users",
|
|
"vmhMietverhltnisesDokumente": "Tenancies",
|
|
"vmhErstgespraechsdokumente": "Initial Consultations",
|
|
"vmhRumungsklagesdokumente": "Eviction Lawsuits",
|
|
"kuendigungDokumente": "Terminations",
|
|
"blake3hash": "Blake3 Hash",
|
|
"beteiligte2dokumente": "Parties",
|
|
"mietobjekt2dokumente": "Properties",
|
|
"mietinkassosdokumente": "Rent Collection",
|
|
"kndigungensdokumente": "Terminations",
|
|
"aIKnowledges": "AI Knowledge",
|
|
"aiKnowledgeAiDocumentId": "AI Document ID",
|
|
"aiKnowledgeSyncstatus": "AI Sync Status",
|
|
"aiKnowledgeLastSync": "AI Last Sync",
|
|
"cAkten": "File",
|
|
"cAktenId": "File ID",
|
|
"cAktenName": "File Name",
|
|
"aiCollectionId": "AI Collection ID",
|
|
"aiSyncHash": "AI Sync Hash",
|
|
"aiSyncStatus": "AI Sync Status",
|
|
"aiLastSync": "AI Last Sync",
|
|
"aiFileId": "AI File ID"
|
|
},
|
|
"links": {
|
|
"contactsvmhdokumente": "Portal Users",
|
|
"vmhMietverhltnisesDokumente": "Tenancies",
|
|
"vmhErstgespraechsdokumente": "Initial Consultations",
|
|
"vmhRumungsklagesdokumente": "Eviction Lawsuits",
|
|
"kuendigungDokumente": "Terminations",
|
|
"beteiligte2dokumente": "Parties",
|
|
"mietobjekt2dokumente": "Properties",
|
|
"mietinkassosdokumente": "Rent Collection",
|
|
"kndigungensdokumente": "Terminations",
|
|
"aIKnowledges": "AI Knowledge",
|
|
"cAkten": "File"
|
|
},
|
|
"labels": {
|
|
"Create CDokumente": "Create Dokument"
|
|
},
|
|
"layouts": {
|
|
"listRaeumungsKl": "List (RaeumungsKl)",
|
|
"listForAdvowareAkten": "List for Advoware Akten",
|
|
"listForAIKnowledge": "List for AI Knowledge",
|
|
"listForAkten": "List for Akten"
|
|
},
|
|
"tooltips": {
|
|
"blake3hash": "Cryptographic Blake3 hash of the file (faster and more secure than MD5/SHA256)",
|
|
"hnr": "Hierarchical reference number in Advoware",
|
|
"syncStatus": "Advoware sync status: new=new, unclean=changed, synced=synchronized, failed=error, unsupported=not supported",
|
|
"syncedHash": "Hash value at last successful Advoware synchronization",
|
|
"usn": "Update Sequence Number - Version number for synchronization",
|
|
"dateipfad": "Windows file path of the document in Advoware",
|
|
"lastSyncTimestamp": "Timestamp of last successful Advoware synchronization",
|
|
"advowareArt": "Document type/kind as classified in Advoware",
|
|
"advowareBemerkung": "Remarks field from Advoware - synced automatically",
|
|
"aiCollectionId": "ID of the AI collection in which this document is indexed",
|
|
"aiSyncHash": "Hash value at last successful AI synchronization",
|
|
"aiSyncStatus": "AI sync status: new=new, unclean=changed, synced=synchronized, failed=error, unsupported=not supported",
|
|
"aiLastSync": "Timestamp of last successful AI synchronization",
|
|
"aiFileId": "File ID in the AI database after successful synchronization"
|
|
},
|
|
"options": {
|
|
"syncStatus": {
|
|
"new": "New",
|
|
"unclean": "Changed",
|
|
"synced": "Synchronized",
|
|
"failed": "Failed",
|
|
"unsupported": "Unsupported"
|
|
},
|
|
"aiSyncStatus": {
|
|
"new": "New",
|
|
"unclean": "Changed",
|
|
"synced": "Synchronized",
|
|
"failed": "Failed",
|
|
"unsupported": "Unsupported"
|
|
}
|
|
}
|
|
} |