Files
espocrm/custom/Espo/Custom/Resources/i18n/en_US/CPuls.json

50 lines
1.5 KiB
JSON

{
"labels": {
"CPuls": "Pulse",
"CPulse": "Pulses",
"Create CPuls": "Create Pulse",
"name": "Name",
"status": "Status",
"syncStatus": "Sync Status",
"kiAnalyse": "AI Analysis",
"zusammenfassung": "Summary",
"anzahlDokumente": "Document Count",
"anzahlTeamsAktiv": "Active Teams",
"anzahlTeamsAbgeschlossen": "Completed Teams",
"finalisiertAm": "Finalized At",
"finalisiertVon": "Finalized By",
"mandantMitteilung": "Client Notification",
"mandantMitteilungText": "Notification Text",
"parent": "Case",
"assignedUser": "Assigned To"
},
"links": {
"dokumente": "Documents",
"teamZuordnungen": "Team Assignments"
},
"tooltips": {
"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": "In Progress",
"Bereit": "Ready",
"In Review": "In Review",
"Teilweise abgeschlossen": "Partially Completed",
"Abgeschlossen": "Completed",
"Finalisiert": "Finalized"
},
"syncStatus": {
"clean": "Synchronized",
"unclean": "Pending"
}
}
}