feat: Refactor CPuls entity and related resources; enhance localization, update layouts, and improve validation logic
This commit is contained in:
@@ -1,58 +1,49 @@
|
||||
{
|
||||
"labels": {
|
||||
"Create CPuls": "Create Pulse",
|
||||
"CPuls": "Pulse",
|
||||
"cPuls": "Pulses"
|
||||
},
|
||||
"fields": {
|
||||
"CPulse": "Pulses",
|
||||
"Create CPuls": "Create Pulse",
|
||||
"name": "Name",
|
||||
"status": "Status",
|
||||
"syncStatus": "Sync Status",
|
||||
"kiAnalyse": "AI Analysis",
|
||||
"zusammenfassung": "Summary",
|
||||
"anzahlDokumente": "Number of Documents",
|
||||
"anzahlTeamsAktiv": "Teams (active)",
|
||||
"anzahlTeamsAbgeschlossen": "Teams (completed)",
|
||||
"finalisiert": "Finalized",
|
||||
"finalisierungsGrund": "Finalization Reason",
|
||||
"anzahlDokumente": "Document Count",
|
||||
"anzahlTeamsAktiv": "Active Teams",
|
||||
"anzahlTeamsAbgeschlossen": "Completed Teams",
|
||||
"finalisiertAm": "Finalized At",
|
||||
"finalisiertVon": "Finalized By",
|
||||
"parent": "Parent Record",
|
||||
"dokumente": "Documents",
|
||||
"teamZuordnungen": "Team Assignments"
|
||||
"mandantMitteilung": "Client Notification",
|
||||
"mandantMitteilungText": "Notification Text",
|
||||
"parent": "Case",
|
||||
"assignedUser": "Assigned To"
|
||||
},
|
||||
"links": {
|
||||
"parent": "Parent Record",
|
||||
"dokumente": "Documents",
|
||||
"teamZuordnungen": "Team Assignments"
|
||||
},
|
||||
"tooltips": {
|
||||
"syncStatus": "clean = AI analysis up-to-date | unclean = New documents, analysis pending",
|
||||
"kiAnalyse": "Automatically generated summary by AI middleware",
|
||||
"zusammenfassung": "Short summary for list views",
|
||||
"finalisiert": "Block has been closed - new documents will automatically create a new block (First-Read-Closes principle)",
|
||||
"finalisierungsGrund": "Reason for finalization: First Team = Team completed | Manual = Admin action | Automatic = System rule"
|
||||
"syncStatus": "AI analysis status for new documents",
|
||||
"kiAnalyse": "Complete AI analysis of the documents",
|
||||
"zusammenfassung": "Brief summary of the AI analysis",
|
||||
"finalisiertAm": "Date and time when this pulse was finalized",
|
||||
"finalisiertVon": "User who finalized the pulse by completion",
|
||||
"mandantMitteilung": "Should a notification be sent to the client?",
|
||||
"mandantMitteilungText": "Text of the notification to the client"
|
||||
},
|
||||
"options": {
|
||||
"status": {
|
||||
"Neu": "New",
|
||||
"In Verarbeitung": "Processing",
|
||||
"In Verarbeitung": "In Progress",
|
||||
"Bereit": "Ready",
|
||||
"In Review": "In Review",
|
||||
"Teilweise abgeschlossen": "Partially Completed",
|
||||
"Abgeschlossen": "Completed"
|
||||
"Abgeschlossen": "Completed",
|
||||
"Finalisiert": "Finalized"
|
||||
},
|
||||
"syncStatus": {
|
||||
"clean": "Up-to-date",
|
||||
"clean": "Synchronized",
|
||||
"unclean": "Pending"
|
||||
},
|
||||
"finalisierungsGrund": {
|
||||
"Erstes Team": "First Team",
|
||||
"Manuell": "Manual",
|
||||
"Automatisch": "Automatic"
|
||||
}
|
||||
},
|
||||
"presetFilters": {
|
||||
"meineOffenen": "My Open Pulses"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user