- Added new fields to CPuls entity including status, syncStatus, kiAnalyse, and others. - Implemented localization for CPuls in German (de_DE) and English (en_US). - Introduced new API actions for team activation and completion of CPuls. - Created hooks to update team statistics and manage document counts. - Added new entity definitions and metadata for CPulsTeamZuordnung and Team. - Implemented validation logic in formulas to prevent completion of unclean Puls. - Updated layouts for detail and list views of CPuls. - Enhanced user entity with absence tracking fields. - Added scopes for CPuls and CPulsTeamZuordnung.
33 lines
764 B
JSON
33 lines
764 B
JSON
{
|
|
"labels": {
|
|
"Create CPulsTeamZuordnung": "Team-Zuordnung erstellen",
|
|
"CPulsTeamZuordnung": "Puls Team-Zuordnung",
|
|
"cPulsTeamZuordnung": "Puls Team-Zuordnungen"
|
|
},
|
|
"fields": {
|
|
"name": "Name",
|
|
"puls": "Puls",
|
|
"team": "Team",
|
|
"aktiv": "Aktiv",
|
|
"abgeschlossen": "Abgeschlossen",
|
|
"abgeschlossenAm": "Abgeschlossen am",
|
|
"abgeschlossenVon": "Abgeschlossen von",
|
|
"prioritaet": "Priorität"
|
|
},
|
|
"links": {
|
|
"puls": "Puls",
|
|
"team": "Team",
|
|
"abgeschlossenVon": "Abgeschlossen von"
|
|
},
|
|
"tooltips": {
|
|
"aktiv": "Ist diese Team-Zuordnung aktiv? Inaktive werden nicht angezeigt."
|
|
},
|
|
"options": {
|
|
"prioritaet": {
|
|
"Niedrig": "Niedrig",
|
|
"Normal": "Normal",
|
|
"Hoch": "Hoch"
|
|
}
|
|
}
|
|
}
|