- Removed CAIKnowledge localization files for various languages (el_GR, en_GB, en_US, es_ES, es_MX, fa_IR, fr_FR, hr_HR, hu_HU, id_ID, it_IT, ja_JP, lt_LT, lv_LV, nb_NO, nl_NL, pl_PL, pt_BR, pt_PT, ro_RO, ru_RU, sk_SK, sl_SI, sr_RS, sv_SE, th_TH, tr_TR, uk_UA, ur_IN, vi_VN, zh_CN, zh_TW). - Deleted related layout and metadata files for CAIKnowledge. - Removed references to CAIKnowledge in existing metadata definitions for CDokumente, CMietinkasso, and CVmhRumungsklage. - Updated config and state files to reflect the removal of CAIKnowledge. - Cleaned up unused localization keys in existing JSON files.
88 lines
3.7 KiB
JSON
88 lines
3.7 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",
|
|
"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",
|
|
"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"
|
|
}
|
|
}
|
|
} |