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:
@@ -1,12 +1,79 @@
|
||||
{
|
||||
"fields": {
|
||||
},
|
||||
"links": {
|
||||
"meetings": "Meetings",
|
||||
"calls": "Calls",
|
||||
"tasks": "Tasks"
|
||||
},
|
||||
"labels": {
|
||||
"Create CAkten": "Create Akten"
|
||||
}
|
||||
}
|
||||
{
|
||||
"links": {
|
||||
"meetings": "Meetings",
|
||||
"calls": "Calls",
|
||||
"tasks": "Tasks",
|
||||
"vmhRumungsklage": "Eviction Lawsuits",
|
||||
"mietinkasso": "Rent Collection",
|
||||
"kuendigungen": "Terminations",
|
||||
"dokumentes": "Documents"
|
||||
},
|
||||
"labels": {
|
||||
"Create CAkten": "Erstellen Akten"
|
||||
},
|
||||
"fields": {
|
||||
"vmhRumungsklage": "Eviction Lawsuit",
|
||||
"mietinkasso": "Rent Collection",
|
||||
"aktenzeichen": "File Reference",
|
||||
"aktennummer": "File Number",
|
||||
"syncStatus": "Advoware Sync Status",
|
||||
"lastSync": "Advoware Last Sync",
|
||||
"aktivierungsstatus": "Advoware Activation Status",
|
||||
"aiCollectionId": "AI Collection ID",
|
||||
"aiAktivierungsstatus": "AI Activation Status",
|
||||
"aiSyncStatus": "AI Sync Status",
|
||||
"aiLastSync": "AI Last Sync",
|
||||
"globalSyncStatus": "Global Sync Status",
|
||||
"globalLastSync": "Global Last Sync",
|
||||
"syncSchalter": "Sync Active",
|
||||
"dokumentes": "Documents"
|
||||
},
|
||||
"options": {
|
||||
"syncStatus": {
|
||||
"synced": "Synchronized",
|
||||
"unclean": "Not Synchronized",
|
||||
"pending_sync": "Synchronization Pending",
|
||||
"failed": "Failed"
|
||||
},
|
||||
"aktivierungsstatus": {
|
||||
"new": "New",
|
||||
"import": "Import",
|
||||
"active": "Active",
|
||||
"paused": "Paused",
|
||||
"deactivated": "Deactivated"
|
||||
},
|
||||
"aiAktivierungsstatus": {
|
||||
"new": "New",
|
||||
"import": "Import",
|
||||
"active": "Active",
|
||||
"paused": "Paused",
|
||||
"deactivated": "Deactivated"
|
||||
},
|
||||
"aiSyncStatus": {
|
||||
"synced": "Synchronized",
|
||||
"unclean": "Not Synchronized",
|
||||
"pending_sync": "Synchronization Pending",
|
||||
"failed": "Failed"
|
||||
},
|
||||
"globalSyncStatus": {
|
||||
"synced": "Synchronized",
|
||||
"unclean": "Not Synchronized",
|
||||
"pending_sync": "Synchronization Pending",
|
||||
"failed": "Failed"
|
||||
}
|
||||
},
|
||||
"tooltips": {
|
||||
"syncStatus": "Advoware sync status: synced = All documents synchronized, unclean = At least one document changed, pending_sync = Pending, failed = Failed.",
|
||||
"lastSync": "Timestamp of last successful Advoware synchronization",
|
||||
"aktivierungsstatus": "Advoware activation status: new = Newly created, import = Imported from Advoware, active = Actively synchronized, paused = Paused, deactivated = Deactivated",
|
||||
"aiCollectionId": "Unique ID of the AI database/collection for this file",
|
||||
"aiAktivierungsstatus": "AI sync activation status: new = New, import = Imported, active = Actively synchronized, paused = Paused, deactivated = Deactivated",
|
||||
"aiSyncStatus": "AI sync status: synced = All documents synchronized, unclean = Changes pending, pending_sync = Pending, failed = Failed",
|
||||
"aiLastSync": "Timestamp of last successful AI synchronization",
|
||||
"advowareSyncEnabled": "Enable or disable Advoware synchronization for this file",
|
||||
"aiSyncEnabled": "Enable or disable AI synchronization for this file",
|
||||
"globalSyncStatus": "Overall sync status across all synchronization systems",
|
||||
"globalLastSync": "Timestamp of last sync across all systems",
|
||||
"syncSchalter": "Global sync switch: enables or disables all synchronizations for this file"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user