Add localization files and layout configurations for CAkten and related entities

- 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.
This commit is contained in:
2026-03-26 01:56:22 +01:00
parent 661943987f
commit 6ac852b42a
85 changed files with 1387 additions and 276 deletions

View File

@@ -2,15 +2,12 @@
"fields": {
"dokument": "Download",
"preview": "Preview",
"cAdvowareAkten": "Advoware File",
"cAdvowareAktenId": "Advoware File ID",
"cAdvowareAktenName": "Advoware File Name",
"hnr": "HNR (Advoware)",
"syncStatus": "Sync Status",
"syncedHash": "Sync Hash",
"syncStatus": "Advoware Sync Status",
"syncedHash": "Advoware Sync Hash",
"usn": "USN",
"dateipfad": "File Path",
"lastSyncTimestamp": "Last Sync",
"lastSyncTimestamp": "Advoware Last Sync",
"advowareArt": "Advoware Type",
"advowareBemerkung": "Advoware Remarks",
"contactsvmhdokumente": "Portal Users",
@@ -26,10 +23,17 @@
"aIKnowledges": "AI Knowledge",
"aiKnowledgeAiDocumentId": "AI Document ID",
"aiKnowledgeSyncstatus": "AI Sync Status",
"aiKnowledgeLastSync": "AI Last Sync"
"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": {
"cAdvowareAkten": "Advoware File",
"contactsvmhdokumente": "Portal Users",
"vmhMietverhltnisesDokumente": "Tenancies",
"vmhErstgespraechsdokumente": "Initial Consultations",
@@ -39,7 +43,8 @@
"mietobjekt2dokumente": "Properties",
"mietinkassosdokumente": "Rent Collection",
"kndigungensdokumente": "Terminations",
"aIKnowledges": "AI Knowledge"
"aIKnowledges": "AI Knowledge",
"cAkten": "File"
},
"labels": {
"Create CDokumente": "Create Dokument"
@@ -47,18 +52,24 @@
"layouts": {
"listRaeumungsKl": "List (RaeumungsKl)",
"listForAdvowareAkten": "List for Advoware Akten",
"listForAIKnowledge": "List for AI Knowledge"
"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": "Sync status with Advoware: new=new, unclean=changed, synced=synchronized, failed=error, unsupported=not supported",
"syncedHash": "Hash value at last successful synchronization",
"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 synchronization with Advoware",
"lastSyncTimestamp": "Timestamp of last successful Advoware synchronization",
"advowareArt": "Document type/kind as classified in Advoware",
"advowareBemerkung": "Remarks field from Advoware - synced automatically"
"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": {
@@ -67,6 +78,13 @@
"synced": "Synchronized",
"failed": "Failed",
"unsupported": "Unsupported"
},
"aiSyncStatus": {
"new": "New",
"unclean": "Changed",
"synced": "Synchronized",
"failed": "Failed",
"unsupported": "Unsupported"
}
}
}