improvement: appointments history component added to patients feature.
This commit is contained in:
@@ -393,7 +393,20 @@
|
||||
"statusLabel": "Status:",
|
||||
"statusActive": "Actief",
|
||||
"statusInactive": "Inactief",
|
||||
"emptyValue": "-"
|
||||
"emptyValue": "-",
|
||||
"requiredMark": "*",
|
||||
"requiredFieldsHint": "Velden met * zijn verplicht. E-mail is optioneel.",
|
||||
"firstNameRequired": "Voornaam is verplicht.",
|
||||
"lastNameRequired": "Achternaam is verplicht.",
|
||||
"emailOptional": "E-mail (optioneel)",
|
||||
"emailOptionalSummary": "E-mail (optioneel):",
|
||||
"appointmentHistoryTitle": "Afspraakgeschiedenis",
|
||||
"appointmentHistorySubtitle": "Eerdere en komende afspraken voor deze patiënt in uw kliniek.",
|
||||
"appointmentHistoryLoading": "Afspraakgeschiedenis laden…",
|
||||
"appointmentHistoryEmpty": "Er zijn nog geen afspraken voor deze patiënt.",
|
||||
"appointmentHistoryError": "Kon afspraakgeschiedenis niet laden.",
|
||||
"appointmentHistoryProvider": "Behandelaar: {name}",
|
||||
"appointmentHistoryUnknownProvider": "Onbekende behandelaar"
|
||||
},
|
||||
"cases": {
|
||||
"title": "Dossiers",
|
||||
|
||||
Reference in New Issue
Block a user