@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/fr.json
CHANGED
|
@@ -1648,6 +1648,7 @@
|
|
|
1648
1648
|
"allDay": "Toute la journée",
|
|
1649
1649
|
"noEvents": "Aucun événement à afficher",
|
|
1650
1650
|
"scrollableRegion": "Grille du calendrier — utilisez les flèches ou faites défiler pour naviguer",
|
|
1651
|
+
"loadingDay": "Ce jour est encore en cours de chargement",
|
|
1651
1652
|
"eventMoved": "{{title}} déplacé",
|
|
1652
1653
|
"eventResized": "{{title}} redimensionné à {{duration}} minutes",
|
|
1653
1654
|
"privacyModeOn": "Mode confidentialité actif — noms des patients masqués",
|
|
@@ -1671,7 +1672,8 @@
|
|
|
1671
1672
|
},
|
|
1672
1673
|
"eventKind": {
|
|
1673
1674
|
"task": "Tâche",
|
|
1674
|
-
"draft": "Brouillon"
|
|
1675
|
+
"draft": "Brouillon",
|
|
1676
|
+
"pendingDetails": "Chargement des détails…"
|
|
1675
1677
|
},
|
|
1676
1678
|
"resourceLabel": {
|
|
1677
1679
|
"chairs": "Fauteuils",
|
|
@@ -2310,6 +2312,10 @@
|
|
|
2310
2312
|
"readMore": "Lire plus",
|
|
2311
2313
|
"readLess": "Lire moins",
|
|
2312
2314
|
"added": "added",
|
|
2315
|
+
"deleted": "Supprimée",
|
|
2316
|
+
"showDeleted": "Afficher la note supprimée",
|
|
2317
|
+
"hideDeleted": "Masquer la note supprimée",
|
|
2318
|
+
"operator": "Opérateur : {{name}}",
|
|
2313
2319
|
"attachment": {
|
|
2314
2320
|
"patient": "Patient record",
|
|
2315
2321
|
"carePlan": "Care plan {{number}}",
|
|
@@ -3871,7 +3877,11 @@
|
|
|
3871
3877
|
"empty": "Aucune note pour le moment.",
|
|
3872
3878
|
"current": "Note actuelle",
|
|
3873
3879
|
"clinicalToggle": "Note clinique",
|
|
3874
|
-
"clinicalGated": "Vous n'avez pas l'autorisation de rédiger des notes cliniques."
|
|
3880
|
+
"clinicalGated": "Vous n'avez pas l'autorisation de rédiger des notes cliniques.",
|
|
3881
|
+
"loading": "Chargement des notes…",
|
|
3882
|
+
"loadError": "Impossible de charger les notes.",
|
|
3883
|
+
"retry": "Réessayer",
|
|
3884
|
+
"addFailed": "Impossible d'enregistrer la note."
|
|
3875
3885
|
},
|
|
3876
3886
|
"toolRail": {
|
|
3877
3887
|
"reorderInstructions": "Réorganiser {{tool}}. Appuyez sur Alt + Haut ou Alt + Bas pour déplacer.",
|
|
@@ -3991,6 +4001,7 @@
|
|
|
3991
4001
|
"month": "Mois"
|
|
3992
4002
|
},
|
|
3993
4003
|
"rail": {
|
|
4004
|
+
"notes": "Notes du patient",
|
|
3994
4005
|
"editorDocked": "Formulaire de nouveau rendez-vous ouvert dans le panneau latéral"
|
|
3995
4006
|
},
|
|
3996
4007
|
"details": {
|
|
@@ -4012,6 +4023,17 @@
|
|
|
4012
4023
|
"docked": "Détails du rendez-vous de {{name}} ouverts dans le panneau latéral",
|
|
4013
4024
|
"remind": "Envoyer un rappel",
|
|
4014
4025
|
"remindWhatsApp": "WhatsApp",
|
|
4026
|
+
"joinTelehealth": "Rejoindre la téléconsultation",
|
|
4027
|
+
"documents": {
|
|
4028
|
+
"label": "Ajouter",
|
|
4029
|
+
"folder": "Dossier",
|
|
4030
|
+
"template": "Document à partir d’un modèle",
|
|
4031
|
+
"empty": "Document vide",
|
|
4032
|
+
"identification": "Pièce d’identité",
|
|
4033
|
+
"webcam": "Webcam / Caméra intégrée",
|
|
4034
|
+
"bill": "Créer une facture"
|
|
4035
|
+
},
|
|
4036
|
+
"createTask": "Créer une tâche",
|
|
4015
4037
|
"remindSms": "SMS",
|
|
4016
4038
|
"remindEmail": "E-mail",
|
|
4017
4039
|
"remindSent": "Rappel envoyé par {{channel}}",
|
|
@@ -4059,6 +4081,10 @@
|
|
|
4059
4081
|
"notesAction": "Notes du patient",
|
|
4060
4082
|
"notesTitle": "Notes · {{name}}",
|
|
4061
4083
|
"notesBack": "Retour aux détails",
|
|
4084
|
+
"notesPreviewTitle": "Notes ({{count}})",
|
|
4085
|
+
"notesPreviewOpen": "Voir plus",
|
|
4086
|
+
"notesPreviewEmpty": "Aucune note pour ce patient pour le moment.",
|
|
4087
|
+
"notesPreviewOpenNote": "Ouvrir la note {{number}}",
|
|
4062
4088
|
"noteEdit": "Modifier la note",
|
|
4063
4089
|
"noteEditNamed": "Modifier la note · {{date}}",
|
|
4064
4090
|
"noteDelete": "Supprimer la note",
|
|
@@ -4071,6 +4097,7 @@
|
|
|
4071
4097
|
"noteDeleteBody": "La note est retirée du dossier patient. Cette action ne peut pas être annulée ici.",
|
|
4072
4098
|
"noteDeleteConfirm": "Supprimer",
|
|
4073
4099
|
"noteDeleteCancel": "Conserver",
|
|
4100
|
+
"noteSaveFailed": "Impossible d’enregistrer la modification de cette note.",
|
|
4074
4101
|
"placementLabel": "Placer dans l’agenda",
|
|
4075
4102
|
"move": "Déplacer…",
|
|
4076
4103
|
"copy": "Copier…",
|
|
@@ -4080,6 +4107,12 @@
|
|
|
4080
4107
|
"address": "Adresse",
|
|
4081
4108
|
"mapsLink": "Ouvrir dans Google Maps",
|
|
4082
4109
|
"bookingPhone": "Téléphone de la réservation",
|
|
4110
|
+
"sectionAppointment": "Rendez-vous",
|
|
4111
|
+
"bookingName": "Nom de la réservation",
|
|
4112
|
+
"bookingEmail": "E-mail de la réservation",
|
|
4113
|
+
"noAddress": "Aucune adresse enregistrée",
|
|
4114
|
+
"aesMissing": "Signature électronique avancée non configurée",
|
|
4115
|
+
"seriesRule": "{{frequency}} · {{count}} fois",
|
|
4083
4116
|
"readOnlyTitle": "Lecture seule",
|
|
4084
4117
|
"readOnlyBody": "Vous n’avez pas l’autorisation de modifier les rendez-vous — demandez au titulaire du cabinet le droit de modification de l’agenda.",
|
|
4085
4118
|
"history": {
|
|
@@ -4089,6 +4122,7 @@
|
|
|
4089
4122
|
"status": "Statut modifié",
|
|
4090
4123
|
"edited": "Modifié",
|
|
4091
4124
|
"deleted": "Supprimé",
|
|
4125
|
+
"confirmedByPatient": "Confirmé par le 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": "Ce rendez-vous",
|
|
4286
4320
|
"scopeFollowing": "Ce rendez-vous et les suivants",
|
|
4287
4321
|
"scopeAll": "Tous les rendez-vous de la série",
|
|
4322
|
+
"seriesChooserTitle": "Modifier un rendez-vous récurrent",
|
|
4323
|
+
"seriesChooserBody": "Le rendez-vous du {{date}} fait partie d’une série. À quels rendez-vous la modification doit-elle s’appliquer ?",
|
|
4324
|
+
"seriesChooserContinue": "Continuer",
|
|
4325
|
+
"seriesAllDiscardsOverrides": "Déplacer toute la série à une nouvelle date ou heure supprime les rendez-vous modifiés individuellement.",
|
|
4326
|
+
"seriesScopeReadout": "S’applique à : {{scope}}",
|
|
4327
|
+
"seriesScopeChange": "Modifier",
|
|
4328
|
+
"seriesClashNote": "Les conflits sont vérifiés pour ce rendez-vous uniquement, pas pour le reste de la série.",
|
|
4288
4329
|
"deleteScope": "Quels rendez-vous",
|
|
4289
4330
|
"carePlanCleanup": "Prestations du plan de soins",
|
|
4290
4331
|
"carePlanRemove": "Retirer la prestation du plan de soins",
|
|
@@ -4303,6 +4344,7 @@
|
|
|
4303
4344
|
"signMode_few": "Signature de {{count}} documents obligatoires"
|
|
4304
4345
|
},
|
|
4305
4346
|
"findSlots": {
|
|
4347
|
+
"bandOptions": "Options disponibles",
|
|
4306
4348
|
"tool": "Trouver des créneaux libres",
|
|
4307
4349
|
"care": "Prestation",
|
|
4308
4350
|
"careSearch": "Rechercher une prestation…",
|
|
@@ -4328,13 +4370,21 @@
|
|
|
4328
4370
|
"noResultsClosed": "Le cabinet est fermé sur toute la période.",
|
|
4329
4371
|
"capNote": "Affichage des 20 premiers créneaux",
|
|
4330
4372
|
"showInCalendar": "Afficher dans l’agenda",
|
|
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": "Dispositif médical",
|
|
4332
4380
|
"rangeTooLong": "Une période de plus de {{days}} jours n’est pas autorisée.",
|
|
4333
4381
|
"showMore": "Afficher plus de créneaux",
|
|
4334
4382
|
"noPracticeBusinessHours": "Le cabinet n’a pas d’horaires d’ouverture. Ajoutez-les dans le planning des horaires.",
|
|
4335
4383
|
"noOperatorBusinessHours": "Les opérateurs n’ont pas d’horaires de travail. Ajoutez-les dans le planning des horaires.",
|
|
4336
4384
|
"openScheduler": "Ouvrir le planning des horaires",
|
|
4337
|
-
"free": "Libre"
|
|
4385
|
+
"free": "Libre",
|
|
4386
|
+
"searching": "Recherche des créneaux libres en cours…",
|
|
4387
|
+
"searchFailed": "Impossible de rechercher les créneaux libres."
|
|
4338
4388
|
},
|
|
4339
4389
|
"moveConfirm": {
|
|
4340
4390
|
"title": "Confirmer le déplacement",
|
package/dist/locales/hi.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": "वेबकैम / अंतर्निहित कैमरा",
|
|
4034
|
+
"bill": "बिल बनाएँ"
|
|
4035
|
+
},
|
|
4036
|
+
"createTask": "कार्य बनाएं",
|
|
4015
4037
|
"remindSms": "SMS",
|
|
4016
4038
|
"remindEmail": "ईमेल",
|
|
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": "बुकिंग ईमेल",
|
|
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/it.json
CHANGED
|
@@ -1648,6 +1648,7 @@
|
|
|
1648
1648
|
"allDay": "Tutto il giorno",
|
|
1649
1649
|
"noEvents": "Nessun evento da visualizzare",
|
|
1650
1650
|
"scrollableRegion": "Griglia del calendario — usa le frecce o scorri per navigare",
|
|
1651
|
+
"loadingDay": "Questo giorno è ancora in caricamento",
|
|
1651
1652
|
"eventMoved": "{{title}} spostato",
|
|
1652
1653
|
"eventResized": "{{title}} ridimensionato a {{duration}} minuti",
|
|
1653
1654
|
"privacyModeOn": "Modalità privacy attiva — nomi dei pazienti nascosti",
|
|
@@ -1671,7 +1672,8 @@
|
|
|
1671
1672
|
},
|
|
1672
1673
|
"eventKind": {
|
|
1673
1674
|
"task": "Attività",
|
|
1674
|
-
"draft": "Bozza"
|
|
1675
|
+
"draft": "Bozza",
|
|
1676
|
+
"pendingDetails": "Caricamento dei dettagli…"
|
|
1675
1677
|
},
|
|
1676
1678
|
"resourceLabel": {
|
|
1677
1679
|
"chairs": "Poltrone",
|
|
@@ -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": "Appuntamenti",
|
|
2192
|
+
"filtersLabel": "Filtri per data",
|
|
2193
|
+
"today": "Oggi",
|
|
2194
|
+
"thisWeek": "Questa settimana",
|
|
2195
|
+
"thisMonth": "Questo mese",
|
|
2196
|
+
"jumpToDate": "Vai alla data",
|
|
2197
|
+
"tomorrow": "Domani",
|
|
2198
|
+
"yesterday": "Ieri",
|
|
2197
2199
|
"empty": {
|
|
2198
|
-
"title": "
|
|
2199
|
-
"description": "
|
|
2200
|
+
"title": "Nessun appuntamento",
|
|
2201
|
+
"description": "Non ci sono appuntamenti in questo intervallo."
|
|
2200
2202
|
}
|
|
2201
2203
|
},
|
|
2202
2204
|
"appointmentTray": {
|
|
@@ -2310,6 +2312,10 @@
|
|
|
2310
2312
|
"readMore": "Leggi di più",
|
|
2311
2313
|
"readLess": "Leggi meno",
|
|
2312
2314
|
"added": "added",
|
|
2315
|
+
"deleted": "Eliminata",
|
|
2316
|
+
"showDeleted": "Mostra nota eliminata",
|
|
2317
|
+
"hideDeleted": "Nascondi nota eliminata",
|
|
2318
|
+
"operator": "Operatore: {{name}}",
|
|
2313
2319
|
"attachment": {
|
|
2314
2320
|
"patient": "Patient record",
|
|
2315
2321
|
"carePlan": "Care plan {{number}}",
|
|
@@ -3871,7 +3877,11 @@
|
|
|
3871
3877
|
"empty": "Nessuna nota.",
|
|
3872
3878
|
"current": "Nota attuale",
|
|
3873
3879
|
"clinicalToggle": "Nota clinica",
|
|
3874
|
-
"clinicalGated": "Non hai i permessi per scrivere note cliniche."
|
|
3880
|
+
"clinicalGated": "Non hai i permessi per scrivere note cliniche.",
|
|
3881
|
+
"loading": "Caricamento note…",
|
|
3882
|
+
"loadError": "Impossibile caricare le note.",
|
|
3883
|
+
"retry": "Riprova",
|
|
3884
|
+
"addFailed": "Impossibile salvare la nota."
|
|
3875
3885
|
},
|
|
3876
3886
|
"toolRail": {
|
|
3877
3887
|
"reorderInstructions": "Riordina {{tool}}. Premi Alt + Su o Alt + Giù per spostare.",
|
|
@@ -3991,7 +4001,8 @@
|
|
|
3991
4001
|
"month": "Mese"
|
|
3992
4002
|
},
|
|
3993
4003
|
"rail": {
|
|
3994
|
-
"editorDocked": "Modulo nuovo appuntamento aperto nel pannello laterale"
|
|
4004
|
+
"editorDocked": "Modulo nuovo appuntamento aperto nel pannello laterale",
|
|
4005
|
+
"notes": "Note del paziente"
|
|
3995
4006
|
},
|
|
3996
4007
|
"details": {
|
|
3997
4008
|
"region": "Dettagli appuntamento",
|
|
@@ -4012,6 +4023,17 @@
|
|
|
4012
4023
|
"docked": "Dettagli appuntamento di {{name}} aperti nel pannello laterale",
|
|
4013
4024
|
"remind": "Invia promemoria",
|
|
4014
4025
|
"remindWhatsApp": "WhatsApp",
|
|
4026
|
+
"joinTelehealth": "Entra nella videovisita",
|
|
4027
|
+
"documents": {
|
|
4028
|
+
"label": "Aggiungi",
|
|
4029
|
+
"folder": "Cartella",
|
|
4030
|
+
"template": "Documento modello",
|
|
4031
|
+
"empty": "Documento vuoto",
|
|
4032
|
+
"identification": "Documento di riconoscimento",
|
|
4033
|
+
"webcam": "Webcam / Camera integrata",
|
|
4034
|
+
"bill": "Crea fattura"
|
|
4035
|
+
},
|
|
4036
|
+
"createTask": "Programma attività",
|
|
4015
4037
|
"remindSms": "SMS",
|
|
4016
4038
|
"remindEmail": "Email",
|
|
4017
4039
|
"remindSent": "Promemoria inviato via {{channel}}",
|
|
@@ -4059,6 +4081,10 @@
|
|
|
4059
4081
|
"notesAction": "Note del paziente",
|
|
4060
4082
|
"notesTitle": "Note · {{name}}",
|
|
4061
4083
|
"notesBack": "Torna ai dettagli",
|
|
4084
|
+
"notesPreviewTitle": "Note ({{count}})",
|
|
4085
|
+
"notesPreviewOpen": "Vedi altre",
|
|
4086
|
+
"notesPreviewEmpty": "Nessuna nota per questo paziente.",
|
|
4087
|
+
"notesPreviewOpenNote": "Apri nota {{number}}",
|
|
4062
4088
|
"noteEdit": "Modifica nota",
|
|
4063
4089
|
"noteEditNamed": "Modifica nota · {{date}}",
|
|
4064
4090
|
"noteDelete": "Elimina nota",
|
|
@@ -4071,6 +4097,7 @@
|
|
|
4071
4097
|
"noteDeleteBody": "La nota viene rimossa dalla scheda del paziente. Qui non è possibile annullare.",
|
|
4072
4098
|
"noteDeleteConfirm": "Elimina",
|
|
4073
4099
|
"noteDeleteCancel": "Mantieni",
|
|
4100
|
+
"noteSaveFailed": "Impossibile salvare la modifica a questa nota.",
|
|
4074
4101
|
"placementLabel": "Posiziona nell'agenda",
|
|
4075
4102
|
"move": "Sposta…",
|
|
4076
4103
|
"copy": "Copia…",
|
|
@@ -4080,6 +4107,12 @@
|
|
|
4080
4107
|
"address": "Indirizzo",
|
|
4081
4108
|
"mapsLink": "Apri in Google Maps",
|
|
4082
4109
|
"bookingPhone": "Telefono della prenotazione",
|
|
4110
|
+
"sectionAppointment": "Appuntamento",
|
|
4111
|
+
"bookingName": "Nome della prenotazione",
|
|
4112
|
+
"bookingEmail": "Email della prenotazione",
|
|
4113
|
+
"noAddress": "Nessun indirizzo registrato",
|
|
4114
|
+
"aesMissing": "Firma elettronica avanzata non attivata",
|
|
4115
|
+
"seriesRule": "{{frequency}} · {{count}} volte",
|
|
4083
4116
|
"readOnlyTitle": "Sola lettura",
|
|
4084
4117
|
"readOnlyBody": "Non hai il permesso di modificare gli appuntamenti — chiedi al titolare dello studio il diritto di modifica dell'agenda.",
|
|
4085
4118
|
"history": {
|
|
@@ -4089,6 +4122,7 @@
|
|
|
4089
4122
|
"status": "Stato modificato",
|
|
4090
4123
|
"edited": "Modificato",
|
|
4091
4124
|
"deleted": "Eliminato",
|
|
4125
|
+
"confirmedByPatient": "Confermato dal paziente",
|
|
4092
4126
|
"movedDetail": "{{from}} → {{to}}",
|
|
4093
4127
|
"resizedDetail": "{{from}} min → {{to}} min",
|
|
4094
4128
|
"statusDetail": "{{from}} → {{to}}",
|
|
@@ -4285,6 +4319,13 @@
|
|
|
4285
4319
|
"scopeThis": "Questo appuntamento",
|
|
4286
4320
|
"scopeFollowing": "Questo appuntamento e quelli successivi",
|
|
4287
4321
|
"scopeAll": "Tutti gli appuntamenti della serie",
|
|
4322
|
+
"seriesChooserTitle": "Modifica un appuntamento ricorrente",
|
|
4323
|
+
"seriesChooserBody": "L'appuntamento di {{date}} fa parte di una serie. A quali appuntamenti si deve applicare la modifica?",
|
|
4324
|
+
"seriesChooserContinue": "Continua",
|
|
4325
|
+
"seriesAllDiscardsOverrides": "Spostare l'intera serie a una nuova data o ora rimuove gli appuntamenti modificati singolarmente.",
|
|
4326
|
+
"seriesScopeReadout": "Si applica a: {{scope}}",
|
|
4327
|
+
"seriesScopeChange": "Cambia",
|
|
4328
|
+
"seriesClashNote": "Le sovrapposizioni vengono controllate solo per questo appuntamento, non per il resto della serie.",
|
|
4288
4329
|
"deleteScope": "Quali appuntamenti",
|
|
4289
4330
|
"carePlanCleanup": "Prestazioni nel piano di cura",
|
|
4290
4331
|
"carePlanRemove": "Rimuovi la prestazione dal piano di cura",
|
|
@@ -4303,6 +4344,7 @@
|
|
|
4303
4344
|
"signMode_few": "Firma di {{count}} documenti obbligatori"
|
|
4304
4345
|
},
|
|
4305
4346
|
"findSlots": {
|
|
4347
|
+
"bandOptions": "Opzioni disponibili",
|
|
4306
4348
|
"tool": "Trova orari liberi",
|
|
4307
4349
|
"care": "Prestazione",
|
|
4308
4350
|
"careSearch": "Cerca prestazione…",
|
|
@@ -4328,13 +4370,21 @@
|
|
|
4328
4370
|
"noResultsClosed": "Lo studio è chiuso in tutti i giorni dell’intervallo.",
|
|
4329
4371
|
"capNote": "Mostrati i primi 20 orari",
|
|
4330
4372
|
"showInCalendar": "Mostra nel calendario",
|
|
4373
|
+
"freeOptions_zero": "{{count}} opzioni",
|
|
4374
|
+
"freeOptions_one": "{{count}} opzione",
|
|
4375
|
+
"freeOptions_two": "{{count}} opzioni",
|
|
4376
|
+
"freeOptions_few": "{{count}} opzioni",
|
|
4377
|
+
"freeOptions_many": "{{count}} opzioni",
|
|
4378
|
+
"freeOptions_other": "{{count}} opzioni",
|
|
4331
4379
|
"device": "Dispositivo medico",
|
|
4332
4380
|
"rangeTooLong": "Non è consentito un periodo superiore a {{days}} giorni.",
|
|
4333
4381
|
"showMore": "Mostra altri slot",
|
|
4334
4382
|
"noPracticeBusinessHours": "Non ci sono orari lavorativi per lo studio. Aggiungili dalla pianificazione degli orari.",
|
|
4335
4383
|
"noOperatorBusinessHours": "Non ci sono orari lavorativi per gli operatori. Aggiungili dalla pianificazione degli orari.",
|
|
4336
4384
|
"openScheduler": "Apri la pianificazione degli orari",
|
|
4337
|
-
"free": "Libero"
|
|
4385
|
+
"free": "Libero",
|
|
4386
|
+
"searching": "Ricerca degli orari liberi in corso…",
|
|
4387
|
+
"searchFailed": "Non è stato possibile cercare gli orari liberi."
|
|
4338
4388
|
},
|
|
4339
4389
|
"moveConfirm": {
|
|
4340
4390
|
"title": "Confermare lo spostamento",
|
package/dist/locales/ja.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": "ウェブカメラ / 内蔵カメラ",
|
|
4034
|
+
"bill": "請求書を作成"
|
|
4035
|
+
},
|
|
4036
|
+
"createTask": "タスクを作成",
|
|
4015
4037
|
"remindSms": "SMS",
|
|
4016
4038
|
"remindEmail": "メール",
|
|
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 マップで開く",
|
|
4082
4109
|
"bookingPhone": "予約時の電話番号",
|
|
4110
|
+
"sectionAppointment": "予約",
|
|
4111
|
+
"bookingName": "予約時の氏名",
|
|
4112
|
+
"bookingEmail": "予約時のメールアドレス",
|
|
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": "移動の確認",
|