@alfadocs/ui-kit-debug 1.30.0 → 1.31.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_chunks/{address-fields-CZ0pEdEI.js → address-fields-jFfjxOQR.js} +3 -3
- package/dist/_chunks/{address-fields-CZ0pEdEI.js.map → address-fields-jFfjxOQR.js.map} +1 -1
- package/dist/_chunks/{appointment-card-Dzr3GeVz.js → appointment-card-CvUFFEdS.js} +8 -6
- package/dist/_chunks/appointment-card-CvUFFEdS.js.map +1 -0
- package/dist/_chunks/{appointment-timeline-DhHwmHo1.js → appointment-timeline-DsMZY7U9.js} +2 -2
- package/dist/_chunks/{appointment-timeline-DhHwmHo1.js.map → appointment-timeline-DsMZY7U9.js.map} +1 -1
- package/dist/_chunks/{appointment-tray-4FUu_5NX.js → appointment-tray-Z2GaOIYQ.js} +2 -2
- package/dist/_chunks/{appointment-tray-4FUu_5NX.js.map → appointment-tray-Z2GaOIYQ.js.map} +1 -1
- package/dist/_chunks/{booking-AabCk7CI.js → booking-jGzRUETo.js} +2 -2
- package/dist/_chunks/{booking-AabCk7CI.js.map → booking-jGzRUETo.js.map} +1 -1
- package/dist/_chunks/{calendar-CI9MINcR.js → calendar-BNQKpxhE.js} +494 -438
- package/dist/_chunks/calendar-BNQKpxhE.js.map +1 -0
- package/dist/_chunks/{calendar-event-card-66CEEWU6.js → calendar-event-card-DSh-69HT.js} +130 -122
- package/dist/_chunks/calendar-event-card-DSh-69HT.js.map +1 -0
- package/dist/_chunks/calendar-workspace-Dy1jHBvG.js +9392 -0
- package/dist/_chunks/calendar-workspace-Dy1jHBvG.js.map +1 -0
- package/dist/_chunks/{clinical-note-card-BBgFd2nB.js → clinical-note-card-yCTR9DB6.js} +185 -188
- package/dist/_chunks/clinical-note-card-yCTR9DB6.js.map +1 -0
- package/dist/_chunks/{color-picker-CU303VjY.js → color-picker-Bl5f0iK1.js} +28 -25
- package/dist/_chunks/color-picker-Bl5f0iK1.js.map +1 -0
- package/dist/_chunks/{combobox-D7_NLE2Z.js → combobox-DnSdYssy.js} +216 -215
- package/dist/_chunks/combobox-DnSdYssy.js.map +1 -0
- package/dist/_chunks/{country-select-DzbPFktV.js → country-select-CfDNFG5c.js} +2 -2
- package/dist/_chunks/{country-select-DzbPFktV.js.map → country-select-CfDNFG5c.js.map} +1 -1
- package/dist/_chunks/{face-scheme-DA2vjqaM.js → face-scheme-l-CQyLs-.js} +2 -2
- package/dist/_chunks/{face-scheme-DA2vjqaM.js.map → face-scheme-l-CQyLs-.js.map} +1 -1
- package/dist/_chunks/notes-panel-am6e-Lwh.js +380 -0
- package/dist/_chunks/notes-panel-am6e-Lwh.js.map +1 -0
- package/dist/_chunks/{patient-details-DYAmq76G.js → patient-details-CdfursHt.js} +3 -3
- package/dist/_chunks/{patient-details-DYAmq76G.js.map → patient-details-CdfursHt.js.map} +1 -1
- package/dist/_chunks/{province-select-BBc7s7vR.js → province-select-BaUnkg4S.js} +2 -2
- package/dist/_chunks/{province-select-BBc7s7vR.js.map → province-select-BaUnkg4S.js.map} +1 -1
- package/dist/_chunks/{rich-text-editor-lSCiE0Zz.js → rich-text-editor-VJATL1Tk.js} +2 -2
- package/dist/_chunks/{rich-text-editor-lSCiE0Zz.js.map → rich-text-editor-VJATL1Tk.js.map} +1 -1
- package/dist/_chunks/{timeline-r-8IUoBS.js → timeline-u-2t9t_M.js} +37 -35
- package/dist/_chunks/timeline-u-2t9t_M.js.map +1 -0
- package/dist/agent-catalog.json +51 -10
- package/dist/agent-i18n/en.json +9 -7
- package/dist/components/_shared/get-error-message.d.ts +3 -0
- package/dist/components/_shared/get-error-message.d.ts.map +1 -0
- package/dist/components/address-fields/index.js +1 -1
- package/dist/components/appointment-card/appointment-card.d.ts.map +1 -1
- package/dist/components/appointment-card/index.js +2 -2
- package/dist/components/appointment-timeline/index.js +1 -1
- package/dist/components/booking/index.js +1 -1
- package/dist/components/calendar/calendar.d.ts +26 -2
- package/dist/components/calendar/calendar.d.ts.map +1 -1
- package/dist/components/calendar/index.js +1 -1
- package/dist/components/calendar-event-card/calendar-event-card.d.ts +9 -0
- package/dist/components/calendar-event-card/calendar-event-card.d.ts.map +1 -1
- package/dist/components/calendar-event-card/index.js +1 -1
- package/dist/components/clinical-note-card/clinical-note-card.d.ts +16 -1
- package/dist/components/clinical-note-card/clinical-note-card.d.ts.map +1 -1
- package/dist/components/clinical-note-card/index.js +1 -1
- package/dist/components/color-picker/color-utils.d.ts.map +1 -1
- package/dist/components/color-picker/index.js +1 -1
- package/dist/components/combobox/combobox.d.ts +5 -0
- package/dist/components/combobox/combobox.d.ts.map +1 -1
- package/dist/components/combobox/index.js +1 -1
- package/dist/components/country-select/index.js +1 -1
- package/dist/components/face-scheme/index.js +1 -1
- package/dist/components/notes-panel/index.d.ts +1 -1
- package/dist/components/notes-panel/index.d.ts.map +1 -1
- package/dist/components/notes-panel/index.js +1 -1
- package/dist/components/notes-panel/notes-panel.agent.d.ts.map +1 -1
- package/dist/components/notes-panel/notes-panel.d.ts +24 -5
- package/dist/components/notes-panel/notes-panel.d.ts.map +1 -1
- package/dist/components/patient-details/index.js +1 -1
- package/dist/components/province-select/index.js +1 -1
- package/dist/components/rich-text-editor/index.js +1 -1
- package/dist/components/timeline/index.js +1 -1
- package/dist/components/timeline/timeline.d.ts +2 -0
- package/dist/components/timeline/timeline.d.ts.map +1 -1
- package/dist/host-compat.css +7 -1
- package/dist/i18n/locales/ar.d.ts +50 -0
- package/dist/i18n/locales/ar.d.ts.map +1 -1
- package/dist/i18n/locales/ar.js +54 -4
- package/dist/i18n/locales/ar.js.map +1 -1
- package/dist/i18n/locales/de.d.ts +60 -10
- package/dist/i18n/locales/de.d.ts.map +1 -1
- package/dist/i18n/locales/de.js +64 -14
- package/dist/i18n/locales/de.js.map +1 -1
- package/dist/i18n/locales/el.d.ts +50 -0
- package/dist/i18n/locales/el.d.ts.map +1 -1
- package/dist/i18n/locales/el.js +54 -4
- package/dist/i18n/locales/el.js.map +1 -1
- package/dist/i18n/locales/en.d.ts +50 -0
- package/dist/i18n/locales/en.d.ts.map +1 -1
- package/dist/i18n/locales/en.js +54 -4
- package/dist/i18n/locales/en.js.map +1 -1
- package/dist/i18n/locales/es.d.ts +50 -0
- package/dist/i18n/locales/es.d.ts.map +1 -1
- package/dist/i18n/locales/es.js +54 -4
- package/dist/i18n/locales/es.js.map +1 -1
- package/dist/i18n/locales/fr.d.ts +50 -0
- package/dist/i18n/locales/fr.d.ts.map +1 -1
- package/dist/i18n/locales/fr.js +53 -3
- package/dist/i18n/locales/fr.js.map +1 -1
- package/dist/i18n/locales/hi.d.ts +50 -0
- package/dist/i18n/locales/hi.d.ts.map +1 -1
- package/dist/i18n/locales/hi.js +54 -4
- package/dist/i18n/locales/hi.js.map +1 -1
- package/dist/i18n/locales/it.d.ts +60 -10
- package/dist/i18n/locales/it.d.ts.map +1 -1
- package/dist/i18n/locales/it.js +64 -14
- package/dist/i18n/locales/it.js.map +1 -1
- package/dist/i18n/locales/ja.d.ts +50 -0
- package/dist/i18n/locales/ja.d.ts.map +1 -1
- package/dist/i18n/locales/ja.js +54 -4
- package/dist/i18n/locales/ja.js.map +1 -1
- package/dist/i18n/locales/nl.d.ts +50 -0
- package/dist/i18n/locales/nl.d.ts.map +1 -1
- package/dist/i18n/locales/nl.js +54 -4
- package/dist/i18n/locales/nl.js.map +1 -1
- package/dist/i18n/locales/pl.d.ts +50 -0
- package/dist/i18n/locales/pl.d.ts.map +1 -1
- package/dist/i18n/locales/pl.js +54 -4
- package/dist/i18n/locales/pl.js.map +1 -1
- package/dist/i18n/locales/pt.d.ts +50 -0
- package/dist/i18n/locales/pt.d.ts.map +1 -1
- package/dist/i18n/locales/pt.js +54 -4
- package/dist/i18n/locales/pt.js.map +1 -1
- package/dist/i18n/locales/ro.d.ts +50 -0
- package/dist/i18n/locales/ro.d.ts.map +1 -1
- package/dist/i18n/locales/ro.js +53 -3
- package/dist/i18n/locales/ro.js.map +1 -1
- package/dist/i18n/locales/ru.d.ts +50 -0
- package/dist/i18n/locales/ru.d.ts.map +1 -1
- package/dist/i18n/locales/ru.js +54 -4
- package/dist/i18n/locales/ru.js.map +1 -1
- package/dist/i18n/locales/sq.d.ts +50 -0
- package/dist/i18n/locales/sq.d.ts.map +1 -1
- package/dist/i18n/locales/sq.js +54 -4
- package/dist/i18n/locales/sq.js.map +1 -1
- package/dist/i18n/locales/sv.d.ts +50 -0
- package/dist/i18n/locales/sv.d.ts.map +1 -1
- package/dist/i18n/locales/sv.js +54 -4
- package/dist/i18n/locales/sv.js.map +1 -1
- package/dist/i18n/locales/tr.d.ts +50 -0
- package/dist/i18n/locales/tr.d.ts.map +1 -1
- package/dist/i18n/locales/tr.js +54 -4
- package/dist/i18n/locales/tr.js.map +1 -1
- package/dist/i18n/locales/zh.d.ts +50 -0
- package/dist/i18n/locales/zh.d.ts.map +1 -1
- package/dist/i18n/locales/zh.js +54 -4
- package/dist/i18n/locales/zh.js.map +1 -1
- package/dist/index.js +91 -90
- package/dist/locales/ar.json +54 -4
- package/dist/locales/de.json +64 -14
- package/dist/locales/el.json +54 -4
- package/dist/locales/en.json +54 -4
- package/dist/locales/es.json +54 -4
- package/dist/locales/fr.json +53 -3
- package/dist/locales/hi.json +54 -4
- package/dist/locales/it.json +64 -14
- package/dist/locales/ja.json +54 -4
- package/dist/locales/nl.json +54 -4
- package/dist/locales/pl.json +54 -4
- package/dist/locales/pt.json +54 -4
- package/dist/locales/ro.json +53 -3
- package/dist/locales/ru.json +54 -4
- package/dist/locales/sq.json +54 -4
- package/dist/locales/sv.json +54 -4
- package/dist/locales/tr.json +54 -4
- package/dist/locales/zh.json +54 -4
- package/dist/patterns/calendar/calendar-appointment-details.d.ts +145 -0
- package/dist/patterns/calendar/calendar-appointment-details.d.ts.map +1 -0
- package/dist/patterns/calendar/calendar-appointment-details.sections.d.ts +32 -0
- package/dist/patterns/calendar/calendar-appointment-details.sections.d.ts.map +1 -0
- package/dist/patterns/calendar/calendar-editor-hydration.d.ts +59 -0
- package/dist/patterns/calendar/calendar-editor-hydration.d.ts.map +1 -0
- package/dist/patterns/calendar/calendar-notes-tool.d.ts +14 -0
- package/dist/patterns/calendar/calendar-notes-tool.d.ts.map +1 -0
- package/dist/patterns/calendar/calendar-patient-picker.d.ts +11 -0
- package/dist/patterns/calendar/calendar-patient-picker.d.ts.map +1 -0
- package/dist/patterns/calendar/calendar-series-scope-chooser.d.ts +18 -0
- package/dist/patterns/calendar/calendar-series-scope-chooser.d.ts.map +1 -0
- package/dist/patterns/calendar/calendar-workspace.d.ts +26 -1
- package/dist/patterns/calendar/calendar-workspace.d.ts.map +1 -1
- package/dist/patterns/calendar/calendar-workspace.model.d.ts +8 -5
- package/dist/patterns/calendar/calendar-workspace.model.d.ts.map +1 -1
- package/dist/patterns/calendar/calendar.data.d.ts +66 -1
- package/dist/patterns/calendar/calendar.data.d.ts.map +1 -1
- package/dist/patterns/calendar/calendar.host.d.ts +2 -0
- package/dist/patterns/calendar/calendar.host.d.ts.map +1 -1
- package/dist/patterns/calendar/calendar.journey.d.ts +42 -7
- package/dist/patterns/calendar/calendar.journey.d.ts.map +1 -1
- package/dist/patterns/calendar/calendar.model.d.ts +54 -5
- package/dist/patterns/calendar/calendar.model.d.ts.map +1 -1
- package/dist/patterns/calendar/calendar.sheets.d.ts +68 -15
- package/dist/patterns/calendar/calendar.sheets.d.ts.map +1 -1
- package/dist/patterns/calendar/calendar.surface.d.ts +12 -2
- package/dist/patterns/calendar/calendar.surface.d.ts.map +1 -1
- package/dist/patterns/calendar/calendar.types.d.ts +29 -1
- package/dist/patterns/calendar/calendar.types.d.ts.map +1 -1
- package/dist/patterns/calendar/index.d.ts +9 -6
- package/dist/patterns/calendar/index.d.ts.map +1 -1
- package/dist/patterns/calendar/index.js +15 -14
- package/dist/tokens.css +10 -2
- package/package.json +1 -1
- package/dist/_chunks/appointment-card-Dzr3GeVz.js.map +0 -1
- package/dist/_chunks/calendar-CI9MINcR.js.map +0 -1
- package/dist/_chunks/calendar-event-card-66CEEWU6.js.map +0 -1
- package/dist/_chunks/calendar-workspace-a84AHQwj.js +0 -7506
- package/dist/_chunks/calendar-workspace-a84AHQwj.js.map +0 -1
- package/dist/_chunks/clinical-note-card-BBgFd2nB.js.map +0 -1
- package/dist/_chunks/color-picker-CU303VjY.js.map +0 -1
- package/dist/_chunks/combobox-D7_NLE2Z.js.map +0 -1
- package/dist/_chunks/notes-panel-CTNpsByN.js +0 -353
- package/dist/_chunks/notes-panel-CTNpsByN.js.map +0 -1
- package/dist/_chunks/timeline-r-8IUoBS.js.map +0 -1
package/dist/locales/de.json
CHANGED
|
@@ -1648,6 +1648,7 @@
|
|
|
1648
1648
|
"allDay": "Ganztägig",
|
|
1649
1649
|
"noEvents": "Keine Termine vorhanden",
|
|
1650
1650
|
"scrollableRegion": "Kalenderraster — Pfeiltasten oder Scrollen zur Navigation",
|
|
1651
|
+
"loadingDay": "Dieser Tag wird noch geladen",
|
|
1651
1652
|
"eventMoved": "{{title}} verschoben",
|
|
1652
1653
|
"eventResized": "{{title}} auf {{duration}} Minuten angepasst",
|
|
1653
1654
|
"privacyModeOn": "Datenschutzmodus aktiv — Patientennamen ausgeblendet",
|
|
@@ -1671,7 +1672,8 @@
|
|
|
1671
1672
|
},
|
|
1672
1673
|
"eventKind": {
|
|
1673
1674
|
"task": "Aufgabe",
|
|
1674
|
-
"draft": "Entwurf"
|
|
1675
|
+
"draft": "Entwurf",
|
|
1676
|
+
"pendingDetails": "Details werden geladen …"
|
|
1675
1677
|
},
|
|
1676
1678
|
"resourceLabel": {
|
|
1677
1679
|
"chairs": "Stühle",
|
|
@@ -2186,17 +2188,17 @@
|
|
|
2186
2188
|
}
|
|
2187
2189
|
},
|
|
2188
2190
|
"appointmentTimeline": {
|
|
2189
|
-
"title": "
|
|
2190
|
-
"filtersLabel": "
|
|
2191
|
-
"today": "
|
|
2192
|
-
"thisWeek": "
|
|
2193
|
-
"thisMonth": "
|
|
2194
|
-
"jumpToDate": "
|
|
2195
|
-
"tomorrow": "
|
|
2196
|
-
"yesterday": "
|
|
2191
|
+
"title": "Termine",
|
|
2192
|
+
"filtersLabel": "Datumsfilter",
|
|
2193
|
+
"today": "Heute",
|
|
2194
|
+
"thisWeek": "Diese Woche",
|
|
2195
|
+
"thisMonth": "Dieser Monat",
|
|
2196
|
+
"jumpToDate": "Zum Datum springen",
|
|
2197
|
+
"tomorrow": "Morgen",
|
|
2198
|
+
"yesterday": "Gestern",
|
|
2197
2199
|
"empty": {
|
|
2198
|
-
"title": "
|
|
2199
|
-
"description": "
|
|
2200
|
+
"title": "Keine Termine",
|
|
2201
|
+
"description": "In diesem Zeitraum gibt es keine Termine."
|
|
2200
2202
|
}
|
|
2201
2203
|
},
|
|
2202
2204
|
"appointmentTray": {
|
|
@@ -2310,6 +2312,10 @@
|
|
|
2310
2312
|
"readMore": "Mehr anzeigen",
|
|
2311
2313
|
"readLess": "Weniger anzeigen",
|
|
2312
2314
|
"added": "added",
|
|
2315
|
+
"deleted": "Gelöscht",
|
|
2316
|
+
"showDeleted": "Gelöschte Notiz anzeigen",
|
|
2317
|
+
"hideDeleted": "Gelöschte Notiz ausblenden",
|
|
2318
|
+
"operator": "Behandelnde Person: {{name}}",
|
|
2313
2319
|
"attachment": {
|
|
2314
2320
|
"patient": "Patient record",
|
|
2315
2321
|
"carePlan": "Care plan {{number}}",
|
|
@@ -3871,7 +3877,11 @@
|
|
|
3871
3877
|
"empty": "Noch keine Notizen.",
|
|
3872
3878
|
"current": "Aktuelle Notiz",
|
|
3873
3879
|
"clinicalToggle": "Klinische Notiz",
|
|
3874
|
-
"clinicalGated": "Sie haben keine Berechtigung, klinische Notizen zu schreiben."
|
|
3880
|
+
"clinicalGated": "Sie haben keine Berechtigung, klinische Notizen zu schreiben.",
|
|
3881
|
+
"loading": "Notizen werden geladen …",
|
|
3882
|
+
"loadError": "Die Notizen konnten nicht geladen werden.",
|
|
3883
|
+
"retry": "Erneut versuchen",
|
|
3884
|
+
"addFailed": "Die Notiz konnte nicht gespeichert werden."
|
|
3875
3885
|
},
|
|
3876
3886
|
"toolRail": {
|
|
3877
3887
|
"reorderInstructions": "{{tool}} neu anordnen. Drücken Sie Alt + Oben oder Alt + Unten, um zu verschieben.",
|
|
@@ -3991,7 +4001,8 @@
|
|
|
3991
4001
|
"month": "Monat"
|
|
3992
4002
|
},
|
|
3993
4003
|
"rail": {
|
|
3994
|
-
"editorDocked": "Formular für neuen Termin im Seitenbereich geöffnet"
|
|
4004
|
+
"editorDocked": "Formular für neuen Termin im Seitenbereich geöffnet",
|
|
4005
|
+
"notes": "Patientennotizen"
|
|
3995
4006
|
},
|
|
3996
4007
|
"details": {
|
|
3997
4008
|
"region": "Termindetails",
|
|
@@ -4012,6 +4023,17 @@
|
|
|
4012
4023
|
"docked": "Termindetails von {{name}} im Seitenbereich geöffnet",
|
|
4013
4024
|
"remind": "Erinnerung senden",
|
|
4014
4025
|
"remindWhatsApp": "WhatsApp",
|
|
4026
|
+
"joinTelehealth": "Der Videosprechstunde beitreten",
|
|
4027
|
+
"documents": {
|
|
4028
|
+
"label": "Hinzufügen",
|
|
4029
|
+
"folder": "Ordner",
|
|
4030
|
+
"template": "Vorlagendokument",
|
|
4031
|
+
"empty": "Leeres Dokument",
|
|
4032
|
+
"identification": "Ausweisdokument",
|
|
4033
|
+
"webcam": "Webcam / Eingebaute Kamera",
|
|
4034
|
+
"bill": "Rechnung erstellen"
|
|
4035
|
+
},
|
|
4036
|
+
"createTask": "Aufgabe planen",
|
|
4015
4037
|
"remindSms": "SMS",
|
|
4016
4038
|
"remindEmail": "E-Mail",
|
|
4017
4039
|
"remindSent": "Erinnerung per {{channel}} gesendet",
|
|
@@ -4059,6 +4081,10 @@
|
|
|
4059
4081
|
"notesAction": "Patientennotizen",
|
|
4060
4082
|
"notesTitle": "Notizen · {{name}}",
|
|
4061
4083
|
"notesBack": "Zurück zu den Details",
|
|
4084
|
+
"notesPreviewTitle": "Notizen ({{count}})",
|
|
4085
|
+
"notesPreviewOpen": "Mehr anzeigen",
|
|
4086
|
+
"notesPreviewEmpty": "Noch keine Notizen zu diesem Patienten.",
|
|
4087
|
+
"notesPreviewOpenNote": "Notiz {{number}} öffnen",
|
|
4062
4088
|
"noteEdit": "Notiz bearbeiten",
|
|
4063
4089
|
"noteEditNamed": "Notiz bearbeiten · {{date}}",
|
|
4064
4090
|
"noteDelete": "Notiz löschen",
|
|
@@ -4071,6 +4097,7 @@
|
|
|
4071
4097
|
"noteDeleteBody": "Die Notiz wird aus der Patientenakte entfernt. Das kann hier nicht rückgängig gemacht werden.",
|
|
4072
4098
|
"noteDeleteConfirm": "Löschen",
|
|
4073
4099
|
"noteDeleteCancel": "Behalten",
|
|
4100
|
+
"noteSaveFailed": "Die Notizänderung konnte nicht gespeichert werden.",
|
|
4074
4101
|
"placementLabel": "Im Kalender platzieren",
|
|
4075
4102
|
"move": "Verschieben…",
|
|
4076
4103
|
"copy": "Kopieren…",
|
|
@@ -4080,6 +4107,12 @@
|
|
|
4080
4107
|
"address": "Adresse",
|
|
4081
4108
|
"mapsLink": "In Google Maps öffnen",
|
|
4082
4109
|
"bookingPhone": "Telefon der Buchung",
|
|
4110
|
+
"sectionAppointment": "Termin",
|
|
4111
|
+
"bookingName": "Name der Buchung",
|
|
4112
|
+
"bookingEmail": "E-Mail der Buchung",
|
|
4113
|
+
"noAddress": "Keine Adresse hinterlegt",
|
|
4114
|
+
"aesMissing": "Fortgeschrittene elektronische Signatur nicht eingerichtet",
|
|
4115
|
+
"seriesRule": "{{frequency}} · {{count}}-mal",
|
|
4083
4116
|
"readOnlyTitle": "Schreibgeschützt",
|
|
4084
4117
|
"readOnlyBody": "Sie haben keine Berechtigung, Termine zu bearbeiten — bitten Sie die Praxisleitung um das Bearbeitungsrecht für den Kalender.",
|
|
4085
4118
|
"history": {
|
|
@@ -4089,6 +4122,7 @@
|
|
|
4089
4122
|
"status": "Status geändert",
|
|
4090
4123
|
"edited": "Bearbeitet",
|
|
4091
4124
|
"deleted": "Gelöscht",
|
|
4125
|
+
"confirmedByPatient": "Vom Patienten bestätigt",
|
|
4092
4126
|
"movedDetail": "{{from}} → {{to}}",
|
|
4093
4127
|
"resizedDetail": "{{from}} Min. → {{to}} Min.",
|
|
4094
4128
|
"statusDetail": "{{from}} → {{to}}",
|
|
@@ -4285,6 +4319,13 @@
|
|
|
4285
4319
|
"scopeThis": "Diesen Termin",
|
|
4286
4320
|
"scopeFollowing": "Diesen und die folgenden Termine",
|
|
4287
4321
|
"scopeAll": "Alle Termine der Serie",
|
|
4322
|
+
"seriesChooserTitle": "Wiederkehrenden Termin bearbeiten",
|
|
4323
|
+
"seriesChooserBody": "Der Termin am {{date}} gehört zu einer Serie. Für welche Termine soll die Änderung gelten?",
|
|
4324
|
+
"seriesChooserContinue": "Weiter",
|
|
4325
|
+
"seriesAllDiscardsOverrides": "Wird die ganze Serie auf ein neues Datum oder eine neue Uhrzeit verschoben, werden einzeln geänderte Termine entfernt.",
|
|
4326
|
+
"seriesScopeReadout": "Gilt für: {{scope}}",
|
|
4327
|
+
"seriesScopeChange": "Ändern",
|
|
4328
|
+
"seriesClashNote": "Überschneidungen werden nur für diesen Termin geprüft, nicht für den Rest der Serie.",
|
|
4288
4329
|
"deleteScope": "Welche Termine",
|
|
4289
4330
|
"carePlanCleanup": "Leistungen im Behandlungsplan",
|
|
4290
4331
|
"carePlanRemove": "Leistung aus dem Behandlungsplan entfernen",
|
|
@@ -4303,6 +4344,7 @@
|
|
|
4303
4344
|
"signMode_few": "Signatur von {{count}} Pflichtdokumenten"
|
|
4304
4345
|
},
|
|
4305
4346
|
"findSlots": {
|
|
4347
|
+
"bandOptions": "Verfügbare Optionen",
|
|
4306
4348
|
"tool": "Freie Zeitfenster finden",
|
|
4307
4349
|
"care": "Leistung",
|
|
4308
4350
|
"careSearch": "Leistung suchen…",
|
|
@@ -4328,13 +4370,21 @@
|
|
|
4328
4370
|
"noResultsClosed": "Die Praxis ist an allen Tagen dieses Zeitraums geschlossen.",
|
|
4329
4371
|
"capNote": "Die ersten 20 Zeitfenster werden angezeigt",
|
|
4330
4372
|
"showInCalendar": "Im Kalender anzeigen",
|
|
4373
|
+
"freeOptions_zero": "{{count}} Optionen",
|
|
4374
|
+
"freeOptions_one": "{{count}} Option",
|
|
4375
|
+
"freeOptions_two": "{{count}} Optionen",
|
|
4376
|
+
"freeOptions_few": "{{count}} Optionen",
|
|
4377
|
+
"freeOptions_many": "{{count}} Optionen",
|
|
4378
|
+
"freeOptions_other": "{{count}} Optionen",
|
|
4331
4379
|
"device": "Medizinprodukt",
|
|
4332
4380
|
"rangeTooLong": "Ein Zeitraum von mehr als {{days}} Tagen ist nicht zulässig.",
|
|
4333
4381
|
"showMore": "Weitere Zeitfenster anzeigen",
|
|
4334
4382
|
"noPracticeBusinessHours": "Die Praxis hat keine Öffnungszeiten. Hinterlegen Sie diese im Zeitplaner.",
|
|
4335
4383
|
"noOperatorBusinessHours": "Die Behandelnden haben keine Arbeitszeiten. Hinterlegen Sie diese im Zeitplaner.",
|
|
4336
4384
|
"openScheduler": "Zeitplaner öffnen",
|
|
4337
|
-
"free": "Frei"
|
|
4385
|
+
"free": "Frei",
|
|
4386
|
+
"searching": "Freie Zeitfenster werden gesucht …",
|
|
4387
|
+
"searchFailed": "Die freien Zeitfenster konnten nicht gesucht werden."
|
|
4338
4388
|
},
|
|
4339
4389
|
"moveConfirm": {
|
|
4340
4390
|
"title": "Verschieben bestätigen",
|
package/dist/locales/el.json
CHANGED
|
@@ -1648,6 +1648,7 @@
|
|
|
1648
1648
|
"allDay": "Όλη η ημέρα",
|
|
1649
1649
|
"noEvents": "Δεν υπάρχουν συμβάντα προς εμφάνιση",
|
|
1650
1650
|
"scrollableRegion": "Πλέγμα ημερολογίου — χρησιμοποιήστε τα βέλη ή κυλήστε για πλοήγηση",
|
|
1651
|
+
"loadingDay": "Η ημέρα αυτή φορτώνεται ακόμη",
|
|
1651
1652
|
"eventMoved": "{{title}} μετακινήθηκε",
|
|
1652
1653
|
"eventResized": "{{title}} αλλαγή μεγέθους σε {{duration}} λεπτά",
|
|
1653
1654
|
"privacyModeOn": "Λειτουργία απορρήτου ενεργή — τα ονόματα ασθενών είναι κρυφά",
|
|
@@ -1671,7 +1672,8 @@
|
|
|
1671
1672
|
},
|
|
1672
1673
|
"eventKind": {
|
|
1673
1674
|
"task": "Εργασία",
|
|
1674
|
-
"draft": "Πρόχειρο"
|
|
1675
|
+
"draft": "Πρόχειρο",
|
|
1676
|
+
"pendingDetails": "Φόρτωση λεπτομερειών…"
|
|
1675
1677
|
},
|
|
1676
1678
|
"resourceLabel": {
|
|
1677
1679
|
"chairs": "Πολυθρόνες",
|
|
@@ -2310,6 +2312,10 @@
|
|
|
2310
2312
|
"readMore": "Περισσότερα",
|
|
2311
2313
|
"readLess": "Λιγότερα",
|
|
2312
2314
|
"added": "added",
|
|
2315
|
+
"deleted": "Διαγραμμένη",
|
|
2316
|
+
"showDeleted": "Εμφάνιση διαγραμμένης σημείωσης",
|
|
2317
|
+
"hideDeleted": "Απόκρυψη διαγραμμένης σημείωσης",
|
|
2318
|
+
"operator": "Χειριστής: {{name}}",
|
|
2313
2319
|
"attachment": {
|
|
2314
2320
|
"patient": "Patient record",
|
|
2315
2321
|
"carePlan": "Care plan {{number}}",
|
|
@@ -3871,7 +3877,11 @@
|
|
|
3871
3877
|
"empty": "Δεν υπάρχουν σημειώσεις ακόμη.",
|
|
3872
3878
|
"current": "Τρέχουσα σημείωση",
|
|
3873
3879
|
"clinicalToggle": "Κλινική σημείωση",
|
|
3874
|
-
"clinicalGated": "Δεν έχετε δικαίωμα καταχώρισης κλινικών σημειώσεων."
|
|
3880
|
+
"clinicalGated": "Δεν έχετε δικαίωμα καταχώρισης κλινικών σημειώσεων.",
|
|
3881
|
+
"loading": "Φόρτωση σημειώσεων…",
|
|
3882
|
+
"loadError": "Δεν ήταν δυνατή η φόρτωση των σημειώσεων.",
|
|
3883
|
+
"retry": "Δοκιμάστε ξανά",
|
|
3884
|
+
"addFailed": "Δεν ήταν δυνατή η αποθήκευση της σημείωσης."
|
|
3875
3885
|
},
|
|
3876
3886
|
"toolRail": {
|
|
3877
3887
|
"reorderInstructions": "Αναδιάταξη {{tool}}. Πατήστε Alt + Πάνω ή Alt + Κάτω για μετακίνηση.",
|
|
@@ -3991,7 +4001,8 @@
|
|
|
3991
4001
|
"month": "Μήνας"
|
|
3992
4002
|
},
|
|
3993
4003
|
"rail": {
|
|
3994
|
-
"editorDocked": "Η φόρμα νέου ραντεβού άνοιξε στο πλαϊνό πάνελ"
|
|
4004
|
+
"editorDocked": "Η φόρμα νέου ραντεβού άνοιξε στο πλαϊνό πάνελ",
|
|
4005
|
+
"notes": "Σημειώσεις ασθενούς"
|
|
3995
4006
|
},
|
|
3996
4007
|
"details": {
|
|
3997
4008
|
"region": "Λεπτομέρειες ραντεβού",
|
|
@@ -4012,6 +4023,17 @@
|
|
|
4012
4023
|
"docked": "Οι λεπτομέρειες του ραντεβού για {{name}} άνοιξαν στο πλαϊνό πάνελ",
|
|
4013
4024
|
"remind": "Αποστολή υπενθύμισης",
|
|
4014
4025
|
"remindWhatsApp": "WhatsApp",
|
|
4026
|
+
"joinTelehealth": "Συμμετοχή στην επίσκεψη μέσω βίντεο",
|
|
4027
|
+
"documents": {
|
|
4028
|
+
"label": "Προσθήκη",
|
|
4029
|
+
"folder": "Φάκελος",
|
|
4030
|
+
"template": "Έγγραφο από πρότυπο",
|
|
4031
|
+
"empty": "Κενό έγγραφο",
|
|
4032
|
+
"identification": "Έγγραφο ταυτοποίησης",
|
|
4033
|
+
"webcam": "Κάμερα web / Ενσωματωμένη κάμερα",
|
|
4034
|
+
"bill": "Δημιουργία τιμολογίου"
|
|
4035
|
+
},
|
|
4036
|
+
"createTask": "Δημιουργία εργασίας",
|
|
4015
4037
|
"remindSms": "SMS",
|
|
4016
4038
|
"remindEmail": "Email",
|
|
4017
4039
|
"remindSent": "Η υπενθύμιση στάλθηκε μέσω {{channel}}",
|
|
@@ -4059,6 +4081,10 @@
|
|
|
4059
4081
|
"notesAction": "Σημειώσεις ασθενούς",
|
|
4060
4082
|
"notesTitle": "Σημειώσεις · {{name}}",
|
|
4061
4083
|
"notesBack": "Επιστροφή στις λεπτομέρειες",
|
|
4084
|
+
"notesPreviewTitle": "Σημειώσεις ({{count}})",
|
|
4085
|
+
"notesPreviewOpen": "Δείτε περισσότερα",
|
|
4086
|
+
"notesPreviewEmpty": "Καμία σημείωση για τον ασθενή ακόμη.",
|
|
4087
|
+
"notesPreviewOpenNote": "Άνοιγμα σημείωσης {{number}}",
|
|
4062
4088
|
"noteEdit": "Επεξεργασία σημείωσης",
|
|
4063
4089
|
"noteEditNamed": "Επεξεργασία σημείωσης · {{date}}",
|
|
4064
4090
|
"noteDelete": "Διαγραφή σημείωσης",
|
|
@@ -4071,6 +4097,7 @@
|
|
|
4071
4097
|
"noteDeleteBody": "Η σημείωση αφαιρείται από την καρτέλα του ασθενούς. Δεν μπορεί να αναιρεθεί από εδώ.",
|
|
4072
4098
|
"noteDeleteConfirm": "Διαγραφή",
|
|
4073
4099
|
"noteDeleteCancel": "Διατήρηση",
|
|
4100
|
+
"noteSaveFailed": "Δεν ήταν δυνατή η αποθήκευση της αλλαγής σε αυτή τη σημείωση.",
|
|
4074
4101
|
"placementLabel": "Τοποθέτηση στην ατζέντα",
|
|
4075
4102
|
"move": "Μετακίνηση…",
|
|
4076
4103
|
"copy": "Αντιγραφή…",
|
|
@@ -4080,6 +4107,12 @@
|
|
|
4080
4107
|
"address": "Διεύθυνση",
|
|
4081
4108
|
"mapsLink": "Άνοιγμα στο Google Maps",
|
|
4082
4109
|
"bookingPhone": "Τηλέφωνο κράτησης",
|
|
4110
|
+
"sectionAppointment": "Ραντεβού",
|
|
4111
|
+
"bookingName": "Όνομα κράτησης",
|
|
4112
|
+
"bookingEmail": "Email κράτησης",
|
|
4113
|
+
"noAddress": "Δεν υπάρχει καταχωρισμένη διεύθυνση",
|
|
4114
|
+
"aesMissing": "Η προηγμένη ηλεκτρονική υπογραφή δεν έχει ρυθμιστεί",
|
|
4115
|
+
"seriesRule": "{{frequency}} · {{count}} φορές",
|
|
4083
4116
|
"readOnlyTitle": "Μόνο για ανάγνωση",
|
|
4084
4117
|
"readOnlyBody": "Δεν έχετε δικαίωμα επεξεργασίας ραντεβού — ζητήστε από τον ιδιοκτήτη του ιατρείου το δικαίωμα επεξεργασίας του ημερολογίου.",
|
|
4085
4118
|
"history": {
|
|
@@ -4089,6 +4122,7 @@
|
|
|
4089
4122
|
"status": "Αλλαγή κατάστασης",
|
|
4090
4123
|
"edited": "Τροποποιήθηκε",
|
|
4091
4124
|
"deleted": "Διαγράφηκε",
|
|
4125
|
+
"confirmedByPatient": "Επιβεβαιώθηκε από τον ασθενή",
|
|
4092
4126
|
"movedDetail": "{{from}} → {{to}}",
|
|
4093
4127
|
"resizedDetail": "{{from}} λεπ. → {{to}} λεπ.",
|
|
4094
4128
|
"statusDetail": "{{from}} → {{to}}",
|
|
@@ -4285,6 +4319,13 @@
|
|
|
4285
4319
|
"scopeThis": "Αυτό το ραντεβού",
|
|
4286
4320
|
"scopeFollowing": "Αυτό και τα επόμενα ραντεβού",
|
|
4287
4321
|
"scopeAll": "Όλα τα ραντεβού της σειράς",
|
|
4322
|
+
"seriesChooserTitle": "Επεξεργασία επαναλαμβανόμενου ραντεβού",
|
|
4323
|
+
"seriesChooserBody": "Το ραντεβού με ημερομηνία {{date}} ανήκει σε μια σειρά. Σε ποια ραντεβού να ισχύσει η αλλαγή;",
|
|
4324
|
+
"seriesChooserContinue": "Συνέχεια",
|
|
4325
|
+
"seriesAllDiscardsOverrides": "Η μετακίνηση όλης της σειράς σε νέα ημερομηνία ή ώρα αφαιρεί τα ραντεβού που άλλαξαν μεμονωμένα.",
|
|
4326
|
+
"seriesScopeReadout": "Ισχύει για: {{scope}}",
|
|
4327
|
+
"seriesScopeChange": "Αλλαγή",
|
|
4328
|
+
"seriesClashNote": "Οι επικαλύψεις ελέγχονται μόνο για αυτό το ραντεβού, όχι για την υπόλοιπη σειρά.",
|
|
4288
4329
|
"deleteScope": "Ποια ραντεβού",
|
|
4289
4330
|
"carePlanCleanup": "Θεραπείες στο σχέδιο θεραπείας",
|
|
4290
4331
|
"carePlanRemove": "Αφαίρεση της θεραπείας από το σχέδιο θεραπείας",
|
|
@@ -4303,6 +4344,7 @@
|
|
|
4303
4344
|
"signMode_few": "Υπογραφή {{count}} υποχρεωτικών εγγράφων"
|
|
4304
4345
|
},
|
|
4305
4346
|
"findSlots": {
|
|
4347
|
+
"bandOptions": "Διαθέσιμες επιλογές",
|
|
4306
4348
|
"tool": "Εύρεση ελεύθερων χρονοθυρίδων",
|
|
4307
4349
|
"care": "Θεραπεία",
|
|
4308
4350
|
"careSearch": "Αναζήτηση θεραπείας…",
|
|
@@ -4328,13 +4370,21 @@
|
|
|
4328
4370
|
"noResultsClosed": "Το ιατρείο είναι κλειστό όλες τις ημέρες αυτού του εύρους.",
|
|
4329
4371
|
"capNote": "Εμφανίζονται οι πρώτες 20 χρονοθυρίδες",
|
|
4330
4372
|
"showInCalendar": "Εμφάνιση στο ημερολόγιο",
|
|
4373
|
+
"freeOptions_zero": "{{count}} επιλογές",
|
|
4374
|
+
"freeOptions_one": "{{count}} επιλογή",
|
|
4375
|
+
"freeOptions_two": "{{count}} επιλογές",
|
|
4376
|
+
"freeOptions_few": "{{count}} επιλογές",
|
|
4377
|
+
"freeOptions_many": "{{count}} επιλογές",
|
|
4378
|
+
"freeOptions_other": "{{count}} επιλογές",
|
|
4331
4379
|
"device": "Ιατρική συσκευή",
|
|
4332
4380
|
"rangeTooLong": "Δεν επιτρέπεται εύρος μεγαλύτερο από {{days}} ημέρες.",
|
|
4333
4381
|
"showMore": "Περισσότερες χρονοθυρίδες",
|
|
4334
4382
|
"noPracticeBusinessHours": "Το ιατρείο δεν έχει ωράριο λειτουργίας. Προσθέστε το στον προγραμματισμό ωραρίων.",
|
|
4335
4383
|
"noOperatorBusinessHours": "Οι χειριστές δεν έχουν ωράριο εργασίας. Προσθέστε το στον προγραμματισμό ωραρίων.",
|
|
4336
4384
|
"openScheduler": "Άνοιγμα προγραμματισμού ωραρίων",
|
|
4337
|
-
"free": "Ελεύθερο"
|
|
4385
|
+
"free": "Ελεύθερο",
|
|
4386
|
+
"searching": "Αναζήτηση ελεύθερων χρονοθυρίδων σε εξέλιξη…",
|
|
4387
|
+
"searchFailed": "Δεν ήταν δυνατή η αναζήτηση ελεύθερων χρονοθυρίδων."
|
|
4338
4388
|
},
|
|
4339
4389
|
"moveConfirm": {
|
|
4340
4390
|
"title": "Επιβεβαίωση μετακίνησης",
|
package/dist/locales/en.json
CHANGED
|
@@ -1705,6 +1705,7 @@
|
|
|
1705
1705
|
"allDay": "All day",
|
|
1706
1706
|
"noEvents": "No events to display",
|
|
1707
1707
|
"scrollableRegion": "Calendar grid — use arrow keys or scroll to navigate",
|
|
1708
|
+
"loadingDay": "This day is still loading",
|
|
1708
1709
|
"eventMoved": "{{title}} moved",
|
|
1709
1710
|
"eventResized": "{{title}} resized to {{duration}} minutes",
|
|
1710
1711
|
"privacyModeOn": "Privacy mode enabled — patient names hidden",
|
|
@@ -1728,7 +1729,8 @@
|
|
|
1728
1729
|
},
|
|
1729
1730
|
"eventKind": {
|
|
1730
1731
|
"task": "Task",
|
|
1731
|
-
"draft": "Draft"
|
|
1732
|
+
"draft": "Draft",
|
|
1733
|
+
"pendingDetails": "Loading details…"
|
|
1732
1734
|
},
|
|
1733
1735
|
"resourceLabel": {
|
|
1734
1736
|
"chairs": "Chairs",
|
|
@@ -2310,6 +2312,10 @@
|
|
|
2310
2312
|
"readMore": "Read more",
|
|
2311
2313
|
"readLess": "Read less",
|
|
2312
2314
|
"added": "added",
|
|
2315
|
+
"deleted": "Deleted",
|
|
2316
|
+
"showDeleted": "Show deleted note",
|
|
2317
|
+
"hideDeleted": "Hide deleted note",
|
|
2318
|
+
"operator": "Operator: {{name}}",
|
|
2313
2319
|
"attachment": {
|
|
2314
2320
|
"patient": "Patient record",
|
|
2315
2321
|
"carePlan": "Care plan {{number}}",
|
|
@@ -3871,7 +3877,11 @@
|
|
|
3871
3877
|
"empty": "No notes yet.",
|
|
3872
3878
|
"current": "Current note",
|
|
3873
3879
|
"clinicalToggle": "Clinical note",
|
|
3874
|
-
"clinicalGated": "You do not have permission to write clinical notes."
|
|
3880
|
+
"clinicalGated": "You do not have permission to write clinical notes.",
|
|
3881
|
+
"loading": "Loading notes…",
|
|
3882
|
+
"loadError": "The notes could not be loaded.",
|
|
3883
|
+
"retry": "Try again",
|
|
3884
|
+
"addFailed": "The note could not be saved."
|
|
3875
3885
|
},
|
|
3876
3886
|
"toolRail": {
|
|
3877
3887
|
"reorderInstructions": "Reorder {{tool}}. Press Alt + Up or Alt + Down to move.",
|
|
@@ -3991,7 +4001,8 @@
|
|
|
3991
4001
|
"month": "Month"
|
|
3992
4002
|
},
|
|
3993
4003
|
"rail": {
|
|
3994
|
-
"editorDocked": "New appointment form opened in the side panel"
|
|
4004
|
+
"editorDocked": "New appointment form opened in the side panel",
|
|
4005
|
+
"notes": "Patient notes"
|
|
3995
4006
|
},
|
|
3996
4007
|
"details": {
|
|
3997
4008
|
"region": "Appointment details",
|
|
@@ -4012,6 +4023,17 @@
|
|
|
4012
4023
|
"docked": "Appointment details for {{name}} opened in the side panel",
|
|
4013
4024
|
"remind": "Send reminder",
|
|
4014
4025
|
"remindWhatsApp": "WhatsApp",
|
|
4026
|
+
"joinTelehealth": "Join the video visit",
|
|
4027
|
+
"documents": {
|
|
4028
|
+
"label": "Add",
|
|
4029
|
+
"folder": "Folder",
|
|
4030
|
+
"template": "Document from template",
|
|
4031
|
+
"empty": "Empty document",
|
|
4032
|
+
"identification": "Identification document",
|
|
4033
|
+
"webcam": "Webcam / Built-in camera",
|
|
4034
|
+
"bill": "Create bill"
|
|
4035
|
+
},
|
|
4036
|
+
"createTask": "Create task",
|
|
4015
4037
|
"remindSms": "SMS",
|
|
4016
4038
|
"remindEmail": "Email",
|
|
4017
4039
|
"remindSent": "Reminder sent via {{channel}}",
|
|
@@ -4059,6 +4081,10 @@
|
|
|
4059
4081
|
"notesAction": "Patient notes",
|
|
4060
4082
|
"notesTitle": "Notes · {{name}}",
|
|
4061
4083
|
"notesBack": "Back to details",
|
|
4084
|
+
"notesPreviewTitle": "Notes ({{count}})",
|
|
4085
|
+
"notesPreviewOpen": "See more",
|
|
4086
|
+
"notesPreviewEmpty": "No notes for this patient yet.",
|
|
4087
|
+
"notesPreviewOpenNote": "Open note {{number}}",
|
|
4062
4088
|
"noteEdit": "Edit note",
|
|
4063
4089
|
"noteEditNamed": "Edit note · {{date}}",
|
|
4064
4090
|
"noteDelete": "Delete note",
|
|
@@ -4071,6 +4097,7 @@
|
|
|
4071
4097
|
"noteDeleteBody": "The note leaves the patient record. This cannot be undone here.",
|
|
4072
4098
|
"noteDeleteConfirm": "Delete",
|
|
4073
4099
|
"noteDeleteCancel": "Keep it",
|
|
4100
|
+
"noteSaveFailed": "The change to this note could not be saved.",
|
|
4074
4101
|
"placementLabel": "Place on the agenda",
|
|
4075
4102
|
"move": "Move…",
|
|
4076
4103
|
"copy": "Copy…",
|
|
@@ -4080,6 +4107,12 @@
|
|
|
4080
4107
|
"address": "Address",
|
|
4081
4108
|
"mapsLink": "Open in Google Maps",
|
|
4082
4109
|
"bookingPhone": "Booking phone",
|
|
4110
|
+
"sectionAppointment": "Appointment",
|
|
4111
|
+
"bookingName": "Name on the booking",
|
|
4112
|
+
"bookingEmail": "Booking email",
|
|
4113
|
+
"noAddress": "No address on file",
|
|
4114
|
+
"aesMissing": "Advanced e-signature not set up",
|
|
4115
|
+
"seriesRule": "{{frequency}} · {{count}} times",
|
|
4083
4116
|
"readOnlyTitle": "Read-only",
|
|
4084
4117
|
"readOnlyBody": "You do not have permission to edit appointments — ask the practice owner for the calendar edit right.",
|
|
4085
4118
|
"history": {
|
|
@@ -4089,6 +4122,7 @@
|
|
|
4089
4122
|
"status": "Status changed",
|
|
4090
4123
|
"edited": "Edited",
|
|
4091
4124
|
"deleted": "Deleted",
|
|
4125
|
+
"confirmedByPatient": "Confirmed by the patient",
|
|
4092
4126
|
"movedDetail": "{{from}} → {{to}}",
|
|
4093
4127
|
"resizedDetail": "{{from}} min → {{to}} min",
|
|
4094
4128
|
"statusDetail": "{{from}} → {{to}}",
|
|
@@ -4285,6 +4319,13 @@
|
|
|
4285
4319
|
"scopeThis": "This appointment",
|
|
4286
4320
|
"scopeFollowing": "This and the following appointments",
|
|
4287
4321
|
"scopeAll": "All appointments in the series",
|
|
4322
|
+
"seriesChooserTitle": "Edit a repeating appointment",
|
|
4323
|
+
"seriesChooserBody": "The appointment on {{date}} is part of a series. Which appointments should the change apply to?",
|
|
4324
|
+
"seriesChooserContinue": "Continue",
|
|
4325
|
+
"seriesAllDiscardsOverrides": "Moving the whole series to a new date or time removes appointments that were changed on their own.",
|
|
4326
|
+
"seriesScopeReadout": "Applies to: {{scope}}",
|
|
4327
|
+
"seriesScopeChange": "Change",
|
|
4328
|
+
"seriesClashNote": "Clashes are checked for this appointment only, not for the rest of the series.",
|
|
4288
4329
|
"deleteScope": "Which appointments",
|
|
4289
4330
|
"carePlanCleanup": "Treatments in the care plan",
|
|
4290
4331
|
"carePlanRemove": "Remove the treatment from the care plan",
|
|
@@ -4303,6 +4344,7 @@
|
|
|
4303
4344
|
"signMode_few": "Signature of {{count}} required documents"
|
|
4304
4345
|
},
|
|
4305
4346
|
"findSlots": {
|
|
4347
|
+
"bandOptions": "Available options",
|
|
4306
4348
|
"tool": "Find free slots",
|
|
4307
4349
|
"care": "Care",
|
|
4308
4350
|
"careSearch": "Search care…",
|
|
@@ -4328,13 +4370,21 @@
|
|
|
4328
4370
|
"noResultsClosed": "The practice is closed on every day in this range.",
|
|
4329
4371
|
"capNote": "Showing the first 20 slots",
|
|
4330
4372
|
"showInCalendar": "Show in calendar",
|
|
4373
|
+
"freeOptions_zero": "{{count}} options",
|
|
4374
|
+
"freeOptions_one": "{{count}} option",
|
|
4375
|
+
"freeOptions_two": "{{count}} options",
|
|
4376
|
+
"freeOptions_few": "{{count}} options",
|
|
4377
|
+
"freeOptions_many": "{{count}} options",
|
|
4378
|
+
"freeOptions_other": "{{count}} options",
|
|
4331
4379
|
"device": "Medical device",
|
|
4332
4380
|
"rangeTooLong": "A range longer than {{days}} days is not allowed.",
|
|
4333
4381
|
"showMore": "Show more slots",
|
|
4334
4382
|
"noPracticeBusinessHours": "The practice has no business hours. Add them in the scheduler.",
|
|
4335
4383
|
"noOperatorBusinessHours": "The operators have no business hours. Add them in the scheduler.",
|
|
4336
4384
|
"openScheduler": "Open the scheduler",
|
|
4337
|
-
"free": "Free"
|
|
4385
|
+
"free": "Free",
|
|
4386
|
+
"searching": "Searching for free slots…",
|
|
4387
|
+
"searchFailed": "We couldn't search for free slots."
|
|
4338
4388
|
},
|
|
4339
4389
|
"moveConfirm": {
|
|
4340
4390
|
"title": "Confirm move",
|
package/dist/locales/es.json
CHANGED
|
@@ -1648,6 +1648,7 @@
|
|
|
1648
1648
|
"allDay": "Todo el día",
|
|
1649
1649
|
"noEvents": "No hay eventos que mostrar",
|
|
1650
1650
|
"scrollableRegion": "Cuadrícula del calendario — use las flechas o desplace para navegar",
|
|
1651
|
+
"loadingDay": "Este día se está cargando",
|
|
1651
1652
|
"eventMoved": "{{title}} movido",
|
|
1652
1653
|
"eventResized": "{{title}} redimensionado a {{duration}} minutos",
|
|
1653
1654
|
"privacyModeOn": "Modo privacidad activo — nombres de pacientes ocultos",
|
|
@@ -1671,7 +1672,8 @@
|
|
|
1671
1672
|
},
|
|
1672
1673
|
"eventKind": {
|
|
1673
1674
|
"task": "Tarea",
|
|
1674
|
-
"draft": "Borrador"
|
|
1675
|
+
"draft": "Borrador",
|
|
1676
|
+
"pendingDetails": "Cargando los detalles…"
|
|
1675
1677
|
},
|
|
1676
1678
|
"resourceLabel": {
|
|
1677
1679
|
"chairs": "Sillones",
|
|
@@ -2310,6 +2312,10 @@
|
|
|
2310
2312
|
"readMore": "Leer más",
|
|
2311
2313
|
"readLess": "Leer menos",
|
|
2312
2314
|
"added": "added",
|
|
2315
|
+
"deleted": "Eliminada",
|
|
2316
|
+
"showDeleted": "Mostrar nota eliminada",
|
|
2317
|
+
"hideDeleted": "Ocultar nota eliminada",
|
|
2318
|
+
"operator": "Operador: {{name}}",
|
|
2313
2319
|
"attachment": {
|
|
2314
2320
|
"patient": "Patient record",
|
|
2315
2321
|
"carePlan": "Care plan {{number}}",
|
|
@@ -3871,7 +3877,11 @@
|
|
|
3871
3877
|
"empty": "Aún no hay notas.",
|
|
3872
3878
|
"current": "Nota actual",
|
|
3873
3879
|
"clinicalToggle": "Nota clínica",
|
|
3874
|
-
"clinicalGated": "No tienes permiso para escribir notas clínicas."
|
|
3880
|
+
"clinicalGated": "No tienes permiso para escribir notas clínicas.",
|
|
3881
|
+
"loading": "Cargando notas…",
|
|
3882
|
+
"loadError": "No se pudieron cargar las notas.",
|
|
3883
|
+
"retry": "Reintentar",
|
|
3884
|
+
"addFailed": "No se pudo guardar la nota."
|
|
3875
3885
|
},
|
|
3876
3886
|
"toolRail": {
|
|
3877
3887
|
"reorderInstructions": "Reordenar {{tool}}. Pulse Alt + Arriba o Alt + Abajo para mover.",
|
|
@@ -3991,7 +4001,8 @@
|
|
|
3991
4001
|
"month": "Mes"
|
|
3992
4002
|
},
|
|
3993
4003
|
"rail": {
|
|
3994
|
-
"editorDocked": "Formulario de nueva cita abierto en el panel lateral"
|
|
4004
|
+
"editorDocked": "Formulario de nueva cita abierto en el panel lateral",
|
|
4005
|
+
"notes": "Notas del paciente"
|
|
3995
4006
|
},
|
|
3996
4007
|
"details": {
|
|
3997
4008
|
"region": "Detalles de la cita",
|
|
@@ -4012,6 +4023,17 @@
|
|
|
4012
4023
|
"docked": "Detalles de la cita de {{name}} abiertos en el panel lateral",
|
|
4013
4024
|
"remind": "Enviar recordatorio",
|
|
4014
4025
|
"remindWhatsApp": "WhatsApp",
|
|
4026
|
+
"joinTelehealth": "Unirse a la videoconsulta",
|
|
4027
|
+
"documents": {
|
|
4028
|
+
"label": "Añadir",
|
|
4029
|
+
"folder": "Carpeta",
|
|
4030
|
+
"template": "Documento desde plantilla",
|
|
4031
|
+
"empty": "Documento vacío",
|
|
4032
|
+
"identification": "Documento de identidad",
|
|
4033
|
+
"webcam": "Webcam / Cámara integrada",
|
|
4034
|
+
"bill": "Crear factura"
|
|
4035
|
+
},
|
|
4036
|
+
"createTask": "Crear tarea",
|
|
4015
4037
|
"remindSms": "SMS",
|
|
4016
4038
|
"remindEmail": "Email",
|
|
4017
4039
|
"remindSent": "Recordatorio enviado por {{channel}}",
|
|
@@ -4059,6 +4081,10 @@
|
|
|
4059
4081
|
"notesAction": "Notas del paciente",
|
|
4060
4082
|
"notesTitle": "Notas · {{name}}",
|
|
4061
4083
|
"notesBack": "Volver a los detalles",
|
|
4084
|
+
"notesPreviewTitle": "Notas ({{count}})",
|
|
4085
|
+
"notesPreviewOpen": "Ver más",
|
|
4086
|
+
"notesPreviewEmpty": "Aún no hay notas de este paciente.",
|
|
4087
|
+
"notesPreviewOpenNote": "Abrir nota {{number}}",
|
|
4062
4088
|
"noteEdit": "Editar nota",
|
|
4063
4089
|
"noteEditNamed": "Editar nota · {{date}}",
|
|
4064
4090
|
"noteDelete": "Eliminar nota",
|
|
@@ -4071,6 +4097,7 @@
|
|
|
4071
4097
|
"noteDeleteBody": "La nota se elimina de la ficha del paciente. Esta acción no se puede deshacer aquí.",
|
|
4072
4098
|
"noteDeleteConfirm": "Eliminar",
|
|
4073
4099
|
"noteDeleteCancel": "Conservar",
|
|
4100
|
+
"noteSaveFailed": "No se pudo guardar el cambio en esta nota.",
|
|
4074
4101
|
"placementLabel": "Colocar en la agenda",
|
|
4075
4102
|
"move": "Mover…",
|
|
4076
4103
|
"copy": "Copiar…",
|
|
@@ -4080,6 +4107,12 @@
|
|
|
4080
4107
|
"address": "Dirección",
|
|
4081
4108
|
"mapsLink": "Abrir en Google Maps",
|
|
4082
4109
|
"bookingPhone": "Teléfono de la reserva",
|
|
4110
|
+
"sectionAppointment": "Cita",
|
|
4111
|
+
"bookingName": "Nombre de la reserva",
|
|
4112
|
+
"bookingEmail": "Email de la reserva",
|
|
4113
|
+
"noAddress": "No hay dirección registrada",
|
|
4114
|
+
"aesMissing": "Firma electrónica avanzada no configurada",
|
|
4115
|
+
"seriesRule": "{{frequency}} · {{count}} veces",
|
|
4083
4116
|
"readOnlyTitle": "Solo lectura",
|
|
4084
4117
|
"readOnlyBody": "No tiene permiso para editar citas — pida al titular de la clínica el derecho de edición de la agenda.",
|
|
4085
4118
|
"history": {
|
|
@@ -4089,6 +4122,7 @@
|
|
|
4089
4122
|
"status": "Estado modificado",
|
|
4090
4123
|
"edited": "Editada",
|
|
4091
4124
|
"deleted": "Eliminada",
|
|
4125
|
+
"confirmedByPatient": "Confirmada por el paciente",
|
|
4092
4126
|
"movedDetail": "{{from}} → {{to}}",
|
|
4093
4127
|
"resizedDetail": "{{from}} min → {{to}} min",
|
|
4094
4128
|
"statusDetail": "{{from}} → {{to}}",
|
|
@@ -4285,6 +4319,13 @@
|
|
|
4285
4319
|
"scopeThis": "Esta cita",
|
|
4286
4320
|
"scopeFollowing": "Esta cita y las siguientes",
|
|
4287
4321
|
"scopeAll": "Todas las citas de la serie",
|
|
4322
|
+
"seriesChooserTitle": "Editar una cita periódica",
|
|
4323
|
+
"seriesChooserBody": "La cita del {{date}} forma parte de una serie. ¿A qué citas debe aplicarse el cambio?",
|
|
4324
|
+
"seriesChooserContinue": "Continuar",
|
|
4325
|
+
"seriesAllDiscardsOverrides": "Mover toda la serie a otra fecha u hora elimina las citas que se modificaron por separado.",
|
|
4326
|
+
"seriesScopeReadout": "Se aplica a: {{scope}}",
|
|
4327
|
+
"seriesScopeChange": "Cambiar",
|
|
4328
|
+
"seriesClashNote": "Los solapamientos se comprueban solo para esta cita, no para el resto de la serie.",
|
|
4288
4329
|
"deleteScope": "Qué citas",
|
|
4289
4330
|
"carePlanCleanup": "Tratamientos en el plan",
|
|
4290
4331
|
"carePlanRemove": "Quitar el tratamiento del plan",
|
|
@@ -4303,6 +4344,7 @@
|
|
|
4303
4344
|
"signMode_few": "Firma de {{count}} documentos obligatorios"
|
|
4304
4345
|
},
|
|
4305
4346
|
"findSlots": {
|
|
4347
|
+
"bandOptions": "Opciones disponibles",
|
|
4306
4348
|
"tool": "Buscar franjas libres",
|
|
4307
4349
|
"care": "Tratamiento",
|
|
4308
4350
|
"careSearch": "Buscar tratamiento…",
|
|
@@ -4328,13 +4370,21 @@
|
|
|
4328
4370
|
"noResultsClosed": "La clínica está cerrada todos los días de este rango.",
|
|
4329
4371
|
"capNote": "Se muestran las primeras 20 franjas",
|
|
4330
4372
|
"showInCalendar": "Mostrar en el calendario",
|
|
4373
|
+
"freeOptions_zero": "{{count}} opciones",
|
|
4374
|
+
"freeOptions_one": "{{count}} opción",
|
|
4375
|
+
"freeOptions_two": "{{count}} opciones",
|
|
4376
|
+
"freeOptions_few": "{{count}} opciones",
|
|
4377
|
+
"freeOptions_many": "{{count}} opciones",
|
|
4378
|
+
"freeOptions_other": "{{count}} opciones",
|
|
4331
4379
|
"device": "Dispositivo médico",
|
|
4332
4380
|
"rangeTooLong": "No se permite un rango de más de {{days}} días.",
|
|
4333
4381
|
"showMore": "Mostrar más franjas",
|
|
4334
4382
|
"noPracticeBusinessHours": "La clínica no tiene horario laboral. Añádalo en la planificación de horarios.",
|
|
4335
4383
|
"noOperatorBusinessHours": "Los operadores no tienen horario laboral. Añádalo en la planificación de horarios.",
|
|
4336
4384
|
"openScheduler": "Abrir la planificación de horarios",
|
|
4337
|
-
"free": "Libre"
|
|
4385
|
+
"free": "Libre",
|
|
4386
|
+
"searching": "Buscando franjas libres…",
|
|
4387
|
+
"searchFailed": "No ha sido posible buscar las franjas libres."
|
|
4338
4388
|
},
|
|
4339
4389
|
"moveConfirm": {
|
|
4340
4390
|
"title": "Confirmar movimiento",
|