@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
|
@@ -1652,6 +1652,7 @@ export declare const zhUi: {
|
|
|
1652
1652
|
readonly allDay: "全天";
|
|
1653
1653
|
readonly noEvents: "暂无事件";
|
|
1654
1654
|
readonly scrollableRegion: "日历网格——使用方向键或滚动进行导航";
|
|
1655
|
+
readonly loadingDay: "该日仍在加载";
|
|
1655
1656
|
readonly eventMoved: "{{title}} 已移动";
|
|
1656
1657
|
readonly eventResized: "{{title}} 已调整至 {{duration}} 分钟";
|
|
1657
1658
|
readonly privacyModeOn: "隐私模式已开启——患者姓名已隐藏";
|
|
@@ -1676,6 +1677,7 @@ export declare const zhUi: {
|
|
|
1676
1677
|
readonly eventKind: {
|
|
1677
1678
|
readonly task: "任务";
|
|
1678
1679
|
readonly draft: "草稿";
|
|
1680
|
+
readonly pendingDetails: "正在加载详情…";
|
|
1679
1681
|
};
|
|
1680
1682
|
readonly resourceLabel: {
|
|
1681
1683
|
readonly chairs: "诊椅";
|
|
@@ -2314,6 +2316,10 @@ export declare const zhUi: {
|
|
|
2314
2316
|
readonly readMore: "展开";
|
|
2315
2317
|
readonly readLess: "收起";
|
|
2316
2318
|
readonly added: "added";
|
|
2319
|
+
readonly deleted: "已删除";
|
|
2320
|
+
readonly showDeleted: "显示已删除的备注";
|
|
2321
|
+
readonly hideDeleted: "隐藏已删除的备注";
|
|
2322
|
+
readonly operator: "操作员:{{name}}";
|
|
2317
2323
|
readonly attachment: {
|
|
2318
2324
|
readonly patient: "Patient record";
|
|
2319
2325
|
readonly carePlan: "Care plan {{number}}";
|
|
@@ -3876,6 +3882,10 @@ export declare const zhUi: {
|
|
|
3876
3882
|
readonly current: "当前备注";
|
|
3877
3883
|
readonly clinicalToggle: "临床记录";
|
|
3878
3884
|
readonly clinicalGated: "您没有撰写临床记录的权限。";
|
|
3885
|
+
readonly loading: "正在加载备注……";
|
|
3886
|
+
readonly loadError: "无法加载备注。";
|
|
3887
|
+
readonly retry: "重试";
|
|
3888
|
+
readonly addFailed: "无法保存备注。";
|
|
3879
3889
|
};
|
|
3880
3890
|
readonly toolRail: {
|
|
3881
3891
|
readonly reorderInstructions: "重新排序 {{tool}}。按 Alt + 上 或 Alt + 下 移动。";
|
|
@@ -3996,6 +4006,7 @@ export declare const zhUi: {
|
|
|
3996
4006
|
};
|
|
3997
4007
|
readonly rail: {
|
|
3998
4008
|
readonly editorDocked: "新建预约表单已在侧边面板中打开";
|
|
4009
|
+
readonly notes: "患者备注";
|
|
3999
4010
|
};
|
|
4000
4011
|
readonly details: {
|
|
4001
4012
|
readonly region: "预约详情";
|
|
@@ -4016,6 +4027,17 @@ export declare const zhUi: {
|
|
|
4016
4027
|
readonly docked: "{{name}} 的预约详情已在侧边面板中打开";
|
|
4017
4028
|
readonly remind: "发送提醒";
|
|
4018
4029
|
readonly remindWhatsApp: "WhatsApp";
|
|
4030
|
+
readonly joinTelehealth: "加入视频问诊";
|
|
4031
|
+
readonly documents: {
|
|
4032
|
+
readonly label: "添加";
|
|
4033
|
+
readonly folder: "文件夹";
|
|
4034
|
+
readonly template: "从模板创建文档";
|
|
4035
|
+
readonly empty: "空白文档";
|
|
4036
|
+
readonly identification: "身份证明文件";
|
|
4037
|
+
readonly webcam: "网络摄像头 / 内置摄像头";
|
|
4038
|
+
readonly bill: "创建账单";
|
|
4039
|
+
};
|
|
4040
|
+
readonly createTask: "创建任务";
|
|
4019
4041
|
readonly remindSms: "短信";
|
|
4020
4042
|
readonly remindEmail: "邮件";
|
|
4021
4043
|
readonly remindSent: "已通过{{channel}}发送提醒";
|
|
@@ -4063,6 +4085,10 @@ export declare const zhUi: {
|
|
|
4063
4085
|
readonly notesAction: "患者备注";
|
|
4064
4086
|
readonly notesTitle: "备注 · {{name}}";
|
|
4065
4087
|
readonly notesBack: "返回详情";
|
|
4088
|
+
readonly notesPreviewTitle: "备注({{count}})";
|
|
4089
|
+
readonly notesPreviewOpen: "查看更多";
|
|
4090
|
+
readonly notesPreviewEmpty: "该患者暂无备注。";
|
|
4091
|
+
readonly notesPreviewOpenNote: "打开备注{{number}}";
|
|
4066
4092
|
readonly noteEdit: "编辑备注";
|
|
4067
4093
|
readonly noteEditNamed: "编辑备注 · {{date}}";
|
|
4068
4094
|
readonly noteDelete: "删除备注";
|
|
@@ -4075,6 +4101,7 @@ export declare const zhUi: {
|
|
|
4075
4101
|
readonly noteDeleteBody: "该备注将从患者档案中移除。此操作在此处无法撤销。";
|
|
4076
4102
|
readonly noteDeleteConfirm: "删除";
|
|
4077
4103
|
readonly noteDeleteCancel: "保留";
|
|
4104
|
+
readonly noteSaveFailed: "无法保存对此备注的更改。";
|
|
4078
4105
|
readonly placementLabel: "放置到日程";
|
|
4079
4106
|
readonly move: "移动…";
|
|
4080
4107
|
readonly copy: "复制…";
|
|
@@ -4084,6 +4111,12 @@ export declare const zhUi: {
|
|
|
4084
4111
|
readonly address: "地址";
|
|
4085
4112
|
readonly mapsLink: "在 Google 地图中打开";
|
|
4086
4113
|
readonly bookingPhone: "预约电话";
|
|
4114
|
+
readonly sectionAppointment: "预约";
|
|
4115
|
+
readonly bookingName: "预约姓名";
|
|
4116
|
+
readonly bookingEmail: "预约邮箱";
|
|
4117
|
+
readonly noAddress: "未登记地址";
|
|
4118
|
+
readonly aesMissing: "高级电子签名未设置";
|
|
4119
|
+
readonly seriesRule: "{{frequency}} · {{count}} 次";
|
|
4087
4120
|
readonly readOnlyTitle: "只读";
|
|
4088
4121
|
readonly readOnlyBody: "您没有编辑预约的权限——请向诊所负责人申请日历编辑权限。";
|
|
4089
4122
|
readonly history: {
|
|
@@ -4093,6 +4126,7 @@ export declare const zhUi: {
|
|
|
4093
4126
|
readonly status: "状态已更改";
|
|
4094
4127
|
readonly edited: "已编辑";
|
|
4095
4128
|
readonly deleted: "已删除";
|
|
4129
|
+
readonly confirmedByPatient: "已由患者确认";
|
|
4096
4130
|
readonly movedDetail: "{{from}} → {{to}}";
|
|
4097
4131
|
readonly resizedDetail: "{{from}} 分钟 → {{to}} 分钟";
|
|
4098
4132
|
readonly statusDetail: "{{from}} → {{to}}";
|
|
@@ -4289,6 +4323,13 @@ export declare const zhUi: {
|
|
|
4289
4323
|
readonly scopeThis: "此预约";
|
|
4290
4324
|
readonly scopeFollowing: "此预约及后续预约";
|
|
4291
4325
|
readonly scopeAll: "系列中的所有预约";
|
|
4326
|
+
readonly seriesChooserTitle: "编辑重复预约";
|
|
4327
|
+
readonly seriesChooserBody: "{{date}}的预约属于一个系列。此更改应用于哪些预约?";
|
|
4328
|
+
readonly seriesChooserContinue: "继续";
|
|
4329
|
+
readonly seriesAllDiscardsOverrides: "将整个系列移到新的日期或时间,会删除单独修改过的预约。";
|
|
4330
|
+
readonly seriesScopeReadout: "适用于:{{scope}}";
|
|
4331
|
+
readonly seriesScopeChange: "更改";
|
|
4332
|
+
readonly seriesClashNote: "仅检查此预约的冲突,不检查系列中的其他预约。";
|
|
4292
4333
|
readonly deleteScope: "哪些预约";
|
|
4293
4334
|
readonly carePlanCleanup: "诊疗计划中的治疗项目";
|
|
4294
4335
|
readonly carePlanRemove: "从诊疗计划中移除该治疗项目";
|
|
@@ -4307,6 +4348,7 @@ export declare const zhUi: {
|
|
|
4307
4348
|
readonly signMode_few: "需签署 {{count}} 份必要文件";
|
|
4308
4349
|
};
|
|
4309
4350
|
readonly findSlots: {
|
|
4351
|
+
readonly bandOptions: "可用选项";
|
|
4310
4352
|
readonly tool: "查找空闲时段";
|
|
4311
4353
|
readonly care: "治疗";
|
|
4312
4354
|
readonly careSearch: "搜索治疗…";
|
|
@@ -4332,6 +4374,12 @@ export declare const zhUi: {
|
|
|
4332
4374
|
readonly noResultsClosed: "诊所在此范围内的每一天都休息。";
|
|
4333
4375
|
readonly capNote: "仅显示前 20 个时段";
|
|
4334
4376
|
readonly showInCalendar: "在日历中显示";
|
|
4377
|
+
readonly freeOptions_zero: "{{count}} 个选项";
|
|
4378
|
+
readonly freeOptions_one: "{{count}} 个选项";
|
|
4379
|
+
readonly freeOptions_two: "{{count}} 个选项";
|
|
4380
|
+
readonly freeOptions_few: "{{count}} 个选项";
|
|
4381
|
+
readonly freeOptions_many: "{{count}} 个选项";
|
|
4382
|
+
readonly freeOptions_other: "{{count}} 个选项";
|
|
4335
4383
|
readonly device: "医疗设备";
|
|
4336
4384
|
readonly rangeTooLong: "不允许超过 {{days}} 天的范围。";
|
|
4337
4385
|
readonly showMore: "显示更多时段";
|
|
@@ -4339,6 +4387,8 @@ export declare const zhUi: {
|
|
|
4339
4387
|
readonly noOperatorBusinessHours: "操作员尚未设置工作时间。请在排班中添加。";
|
|
4340
4388
|
readonly openScheduler: "打开排班";
|
|
4341
4389
|
readonly free: "空闲";
|
|
4390
|
+
readonly searching: "正在查找空闲时段……";
|
|
4391
|
+
readonly searchFailed: "无法查找空闲时段。";
|
|
4342
4392
|
};
|
|
4343
4393
|
readonly moveConfirm: {
|
|
4344
4394
|
readonly title: "确认移动";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zh.d.ts","sourceRoot":"","sources":["../../../src/i18n/locales/zh.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,eAAO,MAAM,IAAI
|
|
1
|
+
{"version":3,"file":"zh.d.ts","sourceRoot":"","sources":["../../../src/i18n/locales/zh.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAshJP,CAAC"}
|
package/dist/i18n/locales/zh.js
CHANGED
|
@@ -1652,6 +1652,7 @@ const e = {
|
|
|
1652
1652
|
allDay: "全天",
|
|
1653
1653
|
noEvents: "暂无事件",
|
|
1654
1654
|
scrollableRegion: "日历网格——使用方向键或滚动进行导航",
|
|
1655
|
+
loadingDay: "该日仍在加载",
|
|
1655
1656
|
eventMoved: "{{title}} 已移动",
|
|
1656
1657
|
eventResized: "{{title}} 已调整至 {{duration}} 分钟",
|
|
1657
1658
|
privacyModeOn: "隐私模式已开启——患者姓名已隐藏",
|
|
@@ -1675,7 +1676,8 @@ const e = {
|
|
|
1675
1676
|
},
|
|
1676
1677
|
eventKind: {
|
|
1677
1678
|
task: "任务",
|
|
1678
|
-
draft: "草稿"
|
|
1679
|
+
draft: "草稿",
|
|
1680
|
+
pendingDetails: "正在加载详情…"
|
|
1679
1681
|
},
|
|
1680
1682
|
resourceLabel: {
|
|
1681
1683
|
chairs: "诊椅",
|
|
@@ -2286,6 +2288,10 @@ const e = {
|
|
|
2286
2288
|
readMore: "展开",
|
|
2287
2289
|
readLess: "收起",
|
|
2288
2290
|
added: "added",
|
|
2291
|
+
deleted: "已删除",
|
|
2292
|
+
showDeleted: "显示已删除的备注",
|
|
2293
|
+
hideDeleted: "隐藏已删除的备注",
|
|
2294
|
+
operator: "操作员:{{name}}",
|
|
2289
2295
|
attachment: {
|
|
2290
2296
|
patient: "Patient record",
|
|
2291
2297
|
carePlan: "Care plan {{number}}",
|
|
@@ -3825,7 +3831,11 @@ const e = {
|
|
|
3825
3831
|
empty: "暂无备注。",
|
|
3826
3832
|
current: "当前备注",
|
|
3827
3833
|
clinicalToggle: "临床记录",
|
|
3828
|
-
clinicalGated: "您没有撰写临床记录的权限。"
|
|
3834
|
+
clinicalGated: "您没有撰写临床记录的权限。",
|
|
3835
|
+
loading: "正在加载备注……",
|
|
3836
|
+
loadError: "无法加载备注。",
|
|
3837
|
+
retry: "重试",
|
|
3838
|
+
addFailed: "无法保存备注。"
|
|
3829
3839
|
},
|
|
3830
3840
|
toolRail: {
|
|
3831
3841
|
reorderInstructions: "重新排序 {{tool}}。按 Alt + 上 或 Alt + 下 移动。",
|
|
@@ -3945,7 +3955,8 @@ const e = {
|
|
|
3945
3955
|
month: "月"
|
|
3946
3956
|
},
|
|
3947
3957
|
rail: {
|
|
3948
|
-
editorDocked: "新建预约表单已在侧边面板中打开"
|
|
3958
|
+
editorDocked: "新建预约表单已在侧边面板中打开",
|
|
3959
|
+
notes: "患者备注"
|
|
3949
3960
|
},
|
|
3950
3961
|
details: {
|
|
3951
3962
|
region: "预约详情",
|
|
@@ -3966,6 +3977,17 @@ const e = {
|
|
|
3966
3977
|
docked: "{{name}} 的预约详情已在侧边面板中打开",
|
|
3967
3978
|
remind: "发送提醒",
|
|
3968
3979
|
remindWhatsApp: "WhatsApp",
|
|
3980
|
+
joinTelehealth: "加入视频问诊",
|
|
3981
|
+
documents: {
|
|
3982
|
+
label: "添加",
|
|
3983
|
+
folder: "文件夹",
|
|
3984
|
+
template: "从模板创建文档",
|
|
3985
|
+
empty: "空白文档",
|
|
3986
|
+
identification: "身份证明文件",
|
|
3987
|
+
webcam: "网络摄像头 / 内置摄像头",
|
|
3988
|
+
bill: "创建账单"
|
|
3989
|
+
},
|
|
3990
|
+
createTask: "创建任务",
|
|
3969
3991
|
remindSms: "短信",
|
|
3970
3992
|
remindEmail: "邮件",
|
|
3971
3993
|
remindSent: "已通过{{channel}}发送提醒",
|
|
@@ -4013,6 +4035,10 @@ const e = {
|
|
|
4013
4035
|
notesAction: "患者备注",
|
|
4014
4036
|
notesTitle: "备注 · {{name}}",
|
|
4015
4037
|
notesBack: "返回详情",
|
|
4038
|
+
notesPreviewTitle: "备注({{count}})",
|
|
4039
|
+
notesPreviewOpen: "查看更多",
|
|
4040
|
+
notesPreviewEmpty: "该患者暂无备注。",
|
|
4041
|
+
notesPreviewOpenNote: "打开备注{{number}}",
|
|
4016
4042
|
noteEdit: "编辑备注",
|
|
4017
4043
|
noteEditNamed: "编辑备注 · {{date}}",
|
|
4018
4044
|
noteDelete: "删除备注",
|
|
@@ -4025,6 +4051,7 @@ const e = {
|
|
|
4025
4051
|
noteDeleteBody: "该备注将从患者档案中移除。此操作在此处无法撤销。",
|
|
4026
4052
|
noteDeleteConfirm: "删除",
|
|
4027
4053
|
noteDeleteCancel: "保留",
|
|
4054
|
+
noteSaveFailed: "无法保存对此备注的更改。",
|
|
4028
4055
|
placementLabel: "放置到日程",
|
|
4029
4056
|
move: "移动…",
|
|
4030
4057
|
copy: "复制…",
|
|
@@ -4034,6 +4061,12 @@ const e = {
|
|
|
4034
4061
|
address: "地址",
|
|
4035
4062
|
mapsLink: "在 Google 地图中打开",
|
|
4036
4063
|
bookingPhone: "预约电话",
|
|
4064
|
+
sectionAppointment: "预约",
|
|
4065
|
+
bookingName: "预约姓名",
|
|
4066
|
+
bookingEmail: "预约邮箱",
|
|
4067
|
+
noAddress: "未登记地址",
|
|
4068
|
+
aesMissing: "高级电子签名未设置",
|
|
4069
|
+
seriesRule: "{{frequency}} · {{count}} 次",
|
|
4037
4070
|
readOnlyTitle: "只读",
|
|
4038
4071
|
readOnlyBody: "您没有编辑预约的权限——请向诊所负责人申请日历编辑权限。",
|
|
4039
4072
|
history: {
|
|
@@ -4043,6 +4076,7 @@ const e = {
|
|
|
4043
4076
|
status: "状态已更改",
|
|
4044
4077
|
edited: "已编辑",
|
|
4045
4078
|
deleted: "已删除",
|
|
4079
|
+
confirmedByPatient: "已由患者确认",
|
|
4046
4080
|
movedDetail: "{{from}} → {{to}}",
|
|
4047
4081
|
resizedDetail: "{{from}} 分钟 → {{to}} 分钟",
|
|
4048
4082
|
statusDetail: "{{from}} → {{to}}",
|
|
@@ -4239,6 +4273,13 @@ const e = {
|
|
|
4239
4273
|
scopeThis: "此预约",
|
|
4240
4274
|
scopeFollowing: "此预约及后续预约",
|
|
4241
4275
|
scopeAll: "系列中的所有预约",
|
|
4276
|
+
seriesChooserTitle: "编辑重复预约",
|
|
4277
|
+
seriesChooserBody: "{{date}}的预约属于一个系列。此更改应用于哪些预约?",
|
|
4278
|
+
seriesChooserContinue: "继续",
|
|
4279
|
+
seriesAllDiscardsOverrides: "将整个系列移到新的日期或时间,会删除单独修改过的预约。",
|
|
4280
|
+
seriesScopeReadout: "适用于:{{scope}}",
|
|
4281
|
+
seriesScopeChange: "更改",
|
|
4282
|
+
seriesClashNote: "仅检查此预约的冲突,不检查系列中的其他预约。",
|
|
4242
4283
|
deleteScope: "哪些预约",
|
|
4243
4284
|
carePlanCleanup: "诊疗计划中的治疗项目",
|
|
4244
4285
|
carePlanRemove: "从诊疗计划中移除该治疗项目",
|
|
@@ -4257,6 +4298,7 @@ const e = {
|
|
|
4257
4298
|
signMode_few: "需签署 {{count}} 份必要文件"
|
|
4258
4299
|
},
|
|
4259
4300
|
findSlots: {
|
|
4301
|
+
bandOptions: "可用选项",
|
|
4260
4302
|
tool: "查找空闲时段",
|
|
4261
4303
|
care: "治疗",
|
|
4262
4304
|
careSearch: "搜索治疗…",
|
|
@@ -4282,13 +4324,21 @@ const e = {
|
|
|
4282
4324
|
noResultsClosed: "诊所在此范围内的每一天都休息。",
|
|
4283
4325
|
capNote: "仅显示前 20 个时段",
|
|
4284
4326
|
showInCalendar: "在日历中显示",
|
|
4327
|
+
freeOptions_zero: "{{count}} 个选项",
|
|
4328
|
+
freeOptions_one: "{{count}} 个选项",
|
|
4329
|
+
freeOptions_two: "{{count}} 个选项",
|
|
4330
|
+
freeOptions_few: "{{count}} 个选项",
|
|
4331
|
+
freeOptions_many: "{{count}} 个选项",
|
|
4332
|
+
freeOptions_other: "{{count}} 个选项",
|
|
4285
4333
|
device: "医疗设备",
|
|
4286
4334
|
rangeTooLong: "不允许超过 {{days}} 天的范围。",
|
|
4287
4335
|
showMore: "显示更多时段",
|
|
4288
4336
|
noPracticeBusinessHours: "诊所尚未设置营业时间。请在排班中添加。",
|
|
4289
4337
|
noOperatorBusinessHours: "操作员尚未设置工作时间。请在排班中添加。",
|
|
4290
4338
|
openScheduler: "打开排班",
|
|
4291
|
-
free: "空闲"
|
|
4339
|
+
free: "空闲",
|
|
4340
|
+
searching: "正在查找空闲时段……",
|
|
4341
|
+
searchFailed: "无法查找空闲时段。"
|
|
4292
4342
|
},
|
|
4293
4343
|
moveConfirm: {
|
|
4294
4344
|
title: "确认移动",
|