@alfadocs/ui-kit 1.43.0 → 1.45.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/ai-sparkle-DXeP_6a0.js +52 -0
- package/dist/_chunks/{calendar-ChJQzRw-.js → calendar-U6N0F99w.js} +383 -359
- package/dist/_chunks/calendar-workspace-B7KvZ1_D.js +12161 -0
- package/dist/_chunks/{face-scheme-Dg6ZyLKb.js → face-scheme-Bm6pe7R8.js} +265 -275
- package/dist/_chunks/help-me-write-templates-GUeEn3Ff.js +741 -0
- package/dist/_chunks/{notes-panel-CRAovkjx.js → notes-panel-Dkk9QPPX.js} +159 -152
- package/dist/_chunks/{panel-subview-PMBRPFOa.js → panel-subview-CYnuX-KR.js} +61 -40
- package/dist/_chunks/rich-text-editor-BrAvNajV.js +3779 -0
- package/dist/_chunks/undo-2-CYNAzclj.js +26 -0
- package/dist/_chunks/use-ai-sparkle-CyQSRTCe.js +103 -0
- package/dist/_chunks/variables-menu-vXUaSBj4.js +401 -0
- package/dist/agent-catalog.json +84 -3
- package/dist/agent-i18n/en.json +14 -3
- package/dist/components/ai-sparkle/ai-sparkle.d.ts +24 -0
- package/dist/components/ai-sparkle/index.d.ts +3 -0
- package/dist/components/ai-sparkle/index.js +5 -0
- package/dist/components/calendar/calendar.d.ts +6 -0
- package/dist/components/calendar/index.js +1 -1
- package/dist/components/face-scheme/index.js +1 -1
- package/dist/components/index.d.ts +4 -2
- package/dist/components/notes-panel/index.js +1 -1
- package/dist/components/notes-panel/notes-panel.d.ts +4 -0
- package/dist/components/panel-subview/index.js +1 -1
- package/dist/components/panel-subview/panel-subview.d.ts +6 -0
- package/dist/components/rich-text-editor/editor-toolbar.d.ts +35 -3
- package/dist/components/rich-text-editor/index.d.ts +1 -1
- package/dist/components/rich-text-editor/index.js +1 -1
- package/dist/components/rich-text-editor/rich-text-editor.d.ts +98 -15
- package/dist/components/variables-menu/index.d.ts +4 -0
- package/dist/components/variables-menu/index.js +6 -0
- package/dist/components/variables-menu/variables-menu.agent.d.ts +10 -0
- package/dist/components/variables-menu/variables-menu.d.ts +53 -0
- package/dist/hooks/index.d.ts +1 -0
- package/dist/hooks/index.js +64 -56
- package/dist/hooks/use-ai-sparkle.d.ts +109 -0
- package/dist/host-compat.css +5 -5
- package/dist/i18n/locales/ar.d.ts +77 -6
- package/dist/i18n/locales/ar.js +78 -7
- package/dist/i18n/locales/de.d.ts +77 -6
- package/dist/i18n/locales/de.js +78 -7
- package/dist/i18n/locales/el.d.ts +77 -6
- package/dist/i18n/locales/el.js +78 -7
- package/dist/i18n/locales/en.d.ts +77 -6
- package/dist/i18n/locales/en.js +85 -7
- package/dist/i18n/locales/es.d.ts +77 -6
- package/dist/i18n/locales/es.js +78 -7
- package/dist/i18n/locales/fr.d.ts +77 -6
- package/dist/i18n/locales/fr.js +78 -7
- package/dist/i18n/locales/hi.d.ts +77 -6
- package/dist/i18n/locales/hi.js +78 -7
- package/dist/i18n/locales/it.d.ts +77 -6
- package/dist/i18n/locales/it.js +78 -7
- package/dist/i18n/locales/ja.d.ts +77 -6
- package/dist/i18n/locales/ja.js +78 -7
- package/dist/i18n/locales/nl.d.ts +77 -6
- package/dist/i18n/locales/nl.js +78 -7
- package/dist/i18n/locales/pl.d.ts +77 -6
- package/dist/i18n/locales/pl.js +78 -7
- package/dist/i18n/locales/pt.d.ts +77 -6
- package/dist/i18n/locales/pt.js +78 -7
- package/dist/i18n/locales/ro.d.ts +77 -6
- package/dist/i18n/locales/ro.js +78 -7
- package/dist/i18n/locales/ru.d.ts +77 -6
- package/dist/i18n/locales/ru.js +78 -7
- package/dist/i18n/locales/sq.d.ts +77 -6
- package/dist/i18n/locales/sq.js +78 -7
- package/dist/i18n/locales/sv.d.ts +77 -6
- package/dist/i18n/locales/sv.js +78 -7
- package/dist/i18n/locales/tr.d.ts +77 -6
- package/dist/i18n/locales/tr.js +78 -7
- package/dist/i18n/locales/zh.d.ts +77 -6
- package/dist/i18n/locales/zh.js +78 -7
- package/dist/index.js +1106 -1099
- package/dist/locales/ar.json +78 -7
- package/dist/locales/de.json +78 -7
- package/dist/locales/el.json +78 -7
- package/dist/locales/en.json +78 -7
- package/dist/locales/es.json +78 -7
- package/dist/locales/fr.json +78 -7
- package/dist/locales/hi.json +78 -7
- package/dist/locales/it.json +78 -7
- package/dist/locales/ja.json +78 -7
- package/dist/locales/nl.json +78 -7
- package/dist/locales/pl.json +78 -7
- package/dist/locales/pt.json +78 -7
- package/dist/locales/ro.json +78 -7
- package/dist/locales/ru.json +78 -7
- package/dist/locales/sq.json +78 -7
- package/dist/locales/sv.json +78 -7
- package/dist/locales/tr.json +78 -7
- package/dist/locales/zh.json +78 -7
- package/dist/patterns/calendar/calendar-bookings-panel.d.ts +8 -3
- package/dist/patterns/calendar/calendar-care-rules.d.ts +49 -0
- package/dist/patterns/calendar/calendar-task-editor.d.ts +31 -0
- package/dist/patterns/calendar/calendar-workspace.d.ts +8 -1
- package/dist/patterns/calendar/calendar-workspace.model.d.ts +39 -12
- package/dist/patterns/calendar/calendar.data.d.ts +9 -0
- package/dist/patterns/calendar/calendar.journey.d.ts +35 -3
- package/dist/patterns/calendar/calendar.model.d.ts +23 -1
- package/dist/patterns/calendar/calendar.sheets.d.ts +21 -3
- package/dist/patterns/calendar/calendar.surface.d.ts +6 -1
- package/dist/patterns/calendar/calendar.types.d.ts +32 -1
- package/dist/patterns/calendar/index.js +1 -1
- package/dist/patterns/help-me-write-templates/help-me-write-templates.d.ts +58 -26
- package/dist/patterns/help-me-write-templates/index.d.ts +1 -1
- package/dist/patterns/help-me-write-templates/index.js +1 -1
- package/dist/tokens.css +6 -6
- package/package.json +5 -1
- package/dist/_chunks/calendar-workspace-DhXqqu-D.js +0 -11392
- package/dist/_chunks/help-me-write-templates-B-m7zgJa.js +0 -775
- package/dist/_chunks/highlighter-DSkckT2Q.js +0 -15
- package/dist/_chunks/rich-text-editor-DUMeifwc.js +0 -3176
- package/dist/_chunks/wand-sparkles-DAjKyhz7.js +0 -27
|
@@ -2793,9 +2793,26 @@ export declare const zhUi: {
|
|
|
2793
2793
|
readonly heading: "标题";
|
|
2794
2794
|
readonly extensions: "编辑器扩展";
|
|
2795
2795
|
readonly insertVariable: "插入变量";
|
|
2796
|
-
readonly variables:
|
|
2796
|
+
readonly variables: {
|
|
2797
|
+
readonly menuLabel: "变量";
|
|
2798
|
+
readonly search: "搜索变量…";
|
|
2799
|
+
readonly recent: "最近使用";
|
|
2800
|
+
readonly groups: {
|
|
2801
|
+
readonly patient: "患者";
|
|
2802
|
+
readonly appointment: "预约";
|
|
2803
|
+
readonly practice: "诊所";
|
|
2804
|
+
readonly operator: "操作员";
|
|
2805
|
+
readonly document: "文档";
|
|
2806
|
+
readonly other: "其他";
|
|
2807
|
+
};
|
|
2808
|
+
readonly empty: "没有与“{{query}}”匹配的变量";
|
|
2809
|
+
readonly footer: {
|
|
2810
|
+
readonly navigate: "导航";
|
|
2811
|
+
readonly insert: "插入";
|
|
2812
|
+
readonly close: "关闭";
|
|
2813
|
+
};
|
|
2814
|
+
};
|
|
2797
2815
|
readonly variableInvalid: "无效变量:{{tokens}}。请从“插入变量”中选择。";
|
|
2798
|
-
readonly variableNoMatch: "没有与“{{query}}”匹配的变量";
|
|
2799
2816
|
readonly more: "更多选项";
|
|
2800
2817
|
readonly link: {
|
|
2801
2818
|
readonly url: "URL";
|
|
@@ -2886,6 +2903,17 @@ export declare const zhUi: {
|
|
|
2886
2903
|
readonly autoFormat: "自动格式化文档";
|
|
2887
2904
|
readonly consentRecorded: "AI 辅助同意已记录。";
|
|
2888
2905
|
readonly consentRegionLabel: "此文档的 AI 辅助同意";
|
|
2906
|
+
readonly templates: "模板";
|
|
2907
|
+
readonly templatesGroup: "诊所模板";
|
|
2908
|
+
readonly noTemplates: "还没有模板";
|
|
2909
|
+
readonly templatesNoteEmpty: "记录为空。请先口述或输入内容再使用模板。";
|
|
2910
|
+
readonly createFirstTemplate: "创建第一个模板";
|
|
2911
|
+
readonly manageTemplates: "管理模板";
|
|
2912
|
+
readonly defaultBadge: "默认";
|
|
2913
|
+
readonly actionError: "出了点问题,请重试。";
|
|
2914
|
+
readonly actionStale: "AI 改写期间文本发生了变化。未替换任何内容。请重试。";
|
|
2915
|
+
readonly selectionTools: "选区工具";
|
|
2916
|
+
readonly actionDone: "完成。记录已更新。";
|
|
2889
2917
|
};
|
|
2890
2918
|
};
|
|
2891
2919
|
readonly payment: {
|
|
@@ -3141,6 +3169,8 @@ export declare const zhUi: {
|
|
|
3141
3169
|
};
|
|
3142
3170
|
readonly helpMeWriteTemplates: {
|
|
3143
3171
|
readonly bar: {
|
|
3172
|
+
readonly contextDocument: "以整条记录为上下文。草稿插入到光标处。";
|
|
3173
|
+
readonly contextSelection: "以所选文本为上下文。草稿会替换所选文本。";
|
|
3144
3174
|
readonly templatesMenu: "模板";
|
|
3145
3175
|
readonly templatesGroup: "诊所模板";
|
|
3146
3176
|
readonly createFirst: "创建第一个模板";
|
|
@@ -3185,10 +3215,12 @@ export declare const zhUi: {
|
|
|
3185
3215
|
};
|
|
3186
3216
|
readonly manager: {
|
|
3187
3217
|
readonly title: "AI 模板";
|
|
3188
|
-
readonly description: "
|
|
3218
|
+
readonly description: "与诊所所有人共享。拖动以设置模板菜单的顺序。";
|
|
3189
3219
|
readonly new: "新建模板";
|
|
3190
3220
|
readonly done: "完成";
|
|
3191
3221
|
readonly listLabel: "模板";
|
|
3222
|
+
readonly reorderHandle: "重新排序 {{label}}。按 Alt + 上 或 Alt + 下 移动。";
|
|
3223
|
+
readonly reorderAnnounce: "{{label}} 已移动至第 {{to}} / {{total}} 位";
|
|
3192
3224
|
readonly edit: "编辑 {{name}}";
|
|
3193
3225
|
readonly delete: "删除 {{name}}";
|
|
3194
3226
|
readonly emptyTitle: "还没有模板";
|
|
@@ -4158,7 +4190,10 @@ export declare const zhUi: {
|
|
|
4158
4190
|
readonly actions: {
|
|
4159
4191
|
readonly groupLabel: "日程操作";
|
|
4160
4192
|
readonly schedulingLabel: "预约安排";
|
|
4193
|
+
readonly createGroupLabel: "新建";
|
|
4194
|
+
readonly toolsLabel: "日程工具";
|
|
4161
4195
|
readonly newAppointment: "新建预约";
|
|
4196
|
+
readonly newTask: "新建任务";
|
|
4162
4197
|
readonly privacy: "隐私模式";
|
|
4163
4198
|
readonly findFreeSlots: "查找空闲时段";
|
|
4164
4199
|
readonly printDay: "按日打印";
|
|
@@ -4543,6 +4578,8 @@ export declare const zhUi: {
|
|
|
4543
4578
|
readonly chairBusy: "所选诊椅在该时间已被占用。";
|
|
4544
4579
|
readonly operatorBusy: "所选操作员在该时间已有安排。";
|
|
4545
4580
|
readonly operatorAbsent: "所选操作员在预约当天不在岗。";
|
|
4581
|
+
readonly careRestrictedResourceHint: "不适用于此项目";
|
|
4582
|
+
readonly careRestrictionConflict: "所选项目没有共同的操作员/椅位";
|
|
4546
4583
|
readonly reminderDisabled: "(已禁用)";
|
|
4547
4584
|
readonly priceListAllPhases: "所有阶段";
|
|
4548
4585
|
readonly priceListBilled: "不允许此操作:该治疗项目已开票。";
|
|
@@ -4578,6 +4615,32 @@ export declare const zhUi: {
|
|
|
4578
4615
|
readonly signMode_two: "需签署 {{count}} 份必要文件";
|
|
4579
4616
|
readonly signMode_few: "需签署 {{count}} 份必要文件";
|
|
4580
4617
|
};
|
|
4618
|
+
readonly taskEditor: {
|
|
4619
|
+
readonly title: "新建任务";
|
|
4620
|
+
readonly editTitle: "编辑任务";
|
|
4621
|
+
readonly date: "日期";
|
|
4622
|
+
readonly time: "时间";
|
|
4623
|
+
readonly note: "备注";
|
|
4624
|
+
readonly noteRequired: "请输入备注。";
|
|
4625
|
+
readonly operator: "操作员";
|
|
4626
|
+
readonly operatorNone: "无操作员";
|
|
4627
|
+
readonly about: "相关对象";
|
|
4628
|
+
readonly aboutNobody: "无";
|
|
4629
|
+
readonly aboutPatient: "患者";
|
|
4630
|
+
readonly aboutCompany: "公司";
|
|
4631
|
+
readonly companyName: "公司名称";
|
|
4632
|
+
readonly companyUnresolved: "关联公司(不在列表中):{{id}}";
|
|
4633
|
+
readonly companyReplace: "更换公司";
|
|
4634
|
+
readonly done: "已完成";
|
|
4635
|
+
readonly save: "保存";
|
|
4636
|
+
readonly cancel: "取消";
|
|
4637
|
+
readonly delete: "删除";
|
|
4638
|
+
readonly deleteConfirmTitle: "删除此任务?";
|
|
4639
|
+
readonly deleteConfirmBody: "该任务将被删除。此操作在此处无法撤销。";
|
|
4640
|
+
readonly deleteConfirm: "删除";
|
|
4641
|
+
readonly deleteCancel: "保留";
|
|
4642
|
+
readonly readOnlyBody: "此任务为只读。";
|
|
4643
|
+
};
|
|
4581
4644
|
readonly findSlots: {
|
|
4582
4645
|
readonly bandOptions: "可用选项";
|
|
4583
4646
|
readonly tool: "查找空闲时段";
|
|
@@ -4806,16 +4869,19 @@ export declare const zhUi: {
|
|
|
4806
4869
|
readonly undone: "时长已恢复";
|
|
4807
4870
|
};
|
|
4808
4871
|
readonly bookings: {
|
|
4809
|
-
readonly title: "
|
|
4810
|
-
readonly intro: "
|
|
4872
|
+
readonly title: "待完善";
|
|
4873
|
+
readonly intro: "当前视图中仍缺少患者、操作员或诊椅的预约——无论其来源如何。";
|
|
4811
4874
|
readonly new: "新";
|
|
4812
4875
|
readonly bookedOn: "预约于 {{date}}";
|
|
4813
4876
|
readonly needsPatient: "待分配患者";
|
|
4814
4877
|
readonly needsOperator: "待分配操作员";
|
|
4878
|
+
readonly needsChair: "待分配诊椅";
|
|
4815
4879
|
readonly assignPatient: "分配患者";
|
|
4816
4880
|
readonly assignOperator: "分配操作员";
|
|
4881
|
+
readonly assignChair: "分配诊椅";
|
|
4817
4882
|
readonly assignPatientShort: "患者";
|
|
4818
4883
|
readonly assignOperatorShort: "操作员";
|
|
4884
|
+
readonly assignChairShort: "诊椅";
|
|
4819
4885
|
readonly edit: "编辑预约";
|
|
4820
4886
|
readonly whatsapp: "通过 WhatsApp 发消息";
|
|
4821
4887
|
readonly whatsappNoNumber: "此预约没有 WhatsApp 号码";
|
|
@@ -4825,7 +4891,11 @@ export declare const zhUi: {
|
|
|
4825
4891
|
readonly current: "当前预约";
|
|
4826
4892
|
readonly showInCalendarNamed: "在日历中显示 {{when}} 的预约";
|
|
4827
4893
|
readonly showInCalendar: "在日历中显示";
|
|
4828
|
-
readonly emptyTitle: "
|
|
4894
|
+
readonly emptyTitle: "没有待完善的预约。";
|
|
4895
|
+
readonly filterNoPatient: "无患者";
|
|
4896
|
+
readonly filterNoOperator: "无操作员";
|
|
4897
|
+
readonly filterNoChair: "无诊椅";
|
|
4898
|
+
readonly notShownOnChairAxis: "在分配诊椅之前,不会显示在诊椅列中。";
|
|
4829
4899
|
};
|
|
4830
4900
|
readonly waitingList: {
|
|
4831
4901
|
readonly removed: "已从等候名单中移除";
|
|
@@ -4869,6 +4939,7 @@ export declare const zhUi: {
|
|
|
4869
4939
|
};
|
|
4870
4940
|
readonly readOnly: {
|
|
4871
4941
|
readonly createBlocked: "您没有创建预约的权限。";
|
|
4942
|
+
readonly createTaskBlocked: "您没有创建任务的权限。";
|
|
4872
4943
|
readonly changeBlocked: "您没有修改预约的权限。";
|
|
4873
4944
|
readonly waitingBlocked: "您没有修改等候名单的权限。";
|
|
4874
4945
|
readonly waitingLockedBody: "您没有修改等候名单的权限 — 请向诊所所有者申请日历编辑权限。";
|
package/dist/i18n/locales/zh.js
CHANGED
|
@@ -2763,9 +2763,26 @@ const e = {
|
|
|
2763
2763
|
heading: "标题",
|
|
2764
2764
|
extensions: "编辑器扩展",
|
|
2765
2765
|
insertVariable: "插入变量",
|
|
2766
|
-
variables:
|
|
2766
|
+
variables: {
|
|
2767
|
+
menuLabel: "变量",
|
|
2768
|
+
search: "搜索变量…",
|
|
2769
|
+
recent: "最近使用",
|
|
2770
|
+
groups: {
|
|
2771
|
+
patient: "患者",
|
|
2772
|
+
appointment: "预约",
|
|
2773
|
+
practice: "诊所",
|
|
2774
|
+
operator: "操作员",
|
|
2775
|
+
document: "文档",
|
|
2776
|
+
other: "其他"
|
|
2777
|
+
},
|
|
2778
|
+
empty: "没有与“{{query}}”匹配的变量",
|
|
2779
|
+
footer: {
|
|
2780
|
+
navigate: "导航",
|
|
2781
|
+
insert: "插入",
|
|
2782
|
+
close: "关闭"
|
|
2783
|
+
}
|
|
2784
|
+
},
|
|
2767
2785
|
variableInvalid: "无效变量:{{tokens}}。请从“插入变量”中选择。",
|
|
2768
|
-
variableNoMatch: "没有与“{{query}}”匹配的变量",
|
|
2769
2786
|
more: "更多选项",
|
|
2770
2787
|
link: {
|
|
2771
2788
|
url: "URL",
|
|
@@ -2855,7 +2872,18 @@ const e = {
|
|
|
2855
2872
|
proofread: "检查拼写和语法",
|
|
2856
2873
|
autoFormat: "自动格式化文档",
|
|
2857
2874
|
consentRecorded: "AI 辅助同意已记录。",
|
|
2858
|
-
consentRegionLabel: "此文档的 AI 辅助同意"
|
|
2875
|
+
consentRegionLabel: "此文档的 AI 辅助同意",
|
|
2876
|
+
templates: "模板",
|
|
2877
|
+
templatesGroup: "诊所模板",
|
|
2878
|
+
noTemplates: "还没有模板",
|
|
2879
|
+
templatesNoteEmpty: "记录为空。请先口述或输入内容再使用模板。",
|
|
2880
|
+
createFirstTemplate: "创建第一个模板",
|
|
2881
|
+
manageTemplates: "管理模板",
|
|
2882
|
+
defaultBadge: "默认",
|
|
2883
|
+
actionError: "出了点问题,请重试。",
|
|
2884
|
+
actionStale: "AI 改写期间文本发生了变化。未替换任何内容。请重试。",
|
|
2885
|
+
selectionTools: "选区工具",
|
|
2886
|
+
actionDone: "完成。记录已更新。"
|
|
2859
2887
|
}
|
|
2860
2888
|
},
|
|
2861
2889
|
payment: {
|
|
@@ -3104,6 +3132,8 @@ const e = {
|
|
|
3104
3132
|
},
|
|
3105
3133
|
helpMeWriteTemplates: {
|
|
3106
3134
|
bar: {
|
|
3135
|
+
contextDocument: "以整条记录为上下文。草稿插入到光标处。",
|
|
3136
|
+
contextSelection: "以所选文本为上下文。草稿会替换所选文本。",
|
|
3107
3137
|
templatesMenu: "模板",
|
|
3108
3138
|
templatesGroup: "诊所模板",
|
|
3109
3139
|
createFirst: "创建第一个模板",
|
|
@@ -3148,10 +3178,12 @@ const e = {
|
|
|
3148
3178
|
},
|
|
3149
3179
|
manager: {
|
|
3150
3180
|
title: "AI 模板",
|
|
3151
|
-
description: "
|
|
3181
|
+
description: "与诊所所有人共享。拖动以设置模板菜单的顺序。",
|
|
3152
3182
|
new: "新建模板",
|
|
3153
3183
|
done: "完成",
|
|
3154
3184
|
listLabel: "模板",
|
|
3185
|
+
reorderHandle: "重新排序 {{label}}。按 Alt + 上 或 Alt + 下 移动。",
|
|
3186
|
+
reorderAnnounce: "{{label}} 已移动至第 {{to}} / {{total}} 位",
|
|
3155
3187
|
edit: "编辑 {{name}}",
|
|
3156
3188
|
delete: "删除 {{name}}",
|
|
3157
3189
|
emptyTitle: "还没有模板",
|
|
@@ -4108,7 +4140,10 @@ const e = {
|
|
|
4108
4140
|
actions: {
|
|
4109
4141
|
groupLabel: "日程操作",
|
|
4110
4142
|
schedulingLabel: "预约安排",
|
|
4143
|
+
createGroupLabel: "新建",
|
|
4144
|
+
toolsLabel: "日程工具",
|
|
4111
4145
|
newAppointment: "新建预约",
|
|
4146
|
+
newTask: "新建任务",
|
|
4112
4147
|
privacy: "隐私模式",
|
|
4113
4148
|
findFreeSlots: "查找空闲时段",
|
|
4114
4149
|
printDay: "按日打印",
|
|
@@ -4493,6 +4528,8 @@ const e = {
|
|
|
4493
4528
|
chairBusy: "所选诊椅在该时间已被占用。",
|
|
4494
4529
|
operatorBusy: "所选操作员在该时间已有安排。",
|
|
4495
4530
|
operatorAbsent: "所选操作员在预约当天不在岗。",
|
|
4531
|
+
careRestrictedResourceHint: "不适用于此项目",
|
|
4532
|
+
careRestrictionConflict: "所选项目没有共同的操作员/椅位",
|
|
4496
4533
|
reminderDisabled: "(已禁用)",
|
|
4497
4534
|
priceListAllPhases: "所有阶段",
|
|
4498
4535
|
priceListBilled: "不允许此操作:该治疗项目已开票。",
|
|
@@ -4528,6 +4565,32 @@ const e = {
|
|
|
4528
4565
|
signMode_two: "需签署 {{count}} 份必要文件",
|
|
4529
4566
|
signMode_few: "需签署 {{count}} 份必要文件"
|
|
4530
4567
|
},
|
|
4568
|
+
taskEditor: {
|
|
4569
|
+
title: "新建任务",
|
|
4570
|
+
editTitle: "编辑任务",
|
|
4571
|
+
date: "日期",
|
|
4572
|
+
time: "时间",
|
|
4573
|
+
note: "备注",
|
|
4574
|
+
noteRequired: "请输入备注。",
|
|
4575
|
+
operator: "操作员",
|
|
4576
|
+
operatorNone: "无操作员",
|
|
4577
|
+
about: "相关对象",
|
|
4578
|
+
aboutNobody: "无",
|
|
4579
|
+
aboutPatient: "患者",
|
|
4580
|
+
aboutCompany: "公司",
|
|
4581
|
+
companyName: "公司名称",
|
|
4582
|
+
companyUnresolved: "关联公司(不在列表中):{{id}}",
|
|
4583
|
+
companyReplace: "更换公司",
|
|
4584
|
+
done: "已完成",
|
|
4585
|
+
save: "保存",
|
|
4586
|
+
cancel: "取消",
|
|
4587
|
+
delete: "删除",
|
|
4588
|
+
deleteConfirmTitle: "删除此任务?",
|
|
4589
|
+
deleteConfirmBody: "该任务将被删除。此操作在此处无法撤销。",
|
|
4590
|
+
deleteConfirm: "删除",
|
|
4591
|
+
deleteCancel: "保留",
|
|
4592
|
+
readOnlyBody: "此任务为只读。"
|
|
4593
|
+
},
|
|
4531
4594
|
findSlots: {
|
|
4532
4595
|
bandOptions: "可用选项",
|
|
4533
4596
|
tool: "查找空闲时段",
|
|
@@ -4756,16 +4819,19 @@ const e = {
|
|
|
4756
4819
|
undone: "时长已恢复"
|
|
4757
4820
|
},
|
|
4758
4821
|
bookings: {
|
|
4759
|
-
title: "
|
|
4760
|
-
intro: "
|
|
4822
|
+
title: "待完善",
|
|
4823
|
+
intro: "当前视图中仍缺少患者、操作员或诊椅的预约——无论其来源如何。",
|
|
4761
4824
|
new: "新",
|
|
4762
4825
|
bookedOn: "预约于 {{date}}",
|
|
4763
4826
|
needsPatient: "待分配患者",
|
|
4764
4827
|
needsOperator: "待分配操作员",
|
|
4828
|
+
needsChair: "待分配诊椅",
|
|
4765
4829
|
assignPatient: "分配患者",
|
|
4766
4830
|
assignOperator: "分配操作员",
|
|
4831
|
+
assignChair: "分配诊椅",
|
|
4767
4832
|
assignPatientShort: "患者",
|
|
4768
4833
|
assignOperatorShort: "操作员",
|
|
4834
|
+
assignChairShort: "诊椅",
|
|
4769
4835
|
edit: "编辑预约",
|
|
4770
4836
|
whatsapp: "通过 WhatsApp 发消息",
|
|
4771
4837
|
whatsappNoNumber: "此预约没有 WhatsApp 号码",
|
|
@@ -4775,7 +4841,11 @@ const e = {
|
|
|
4775
4841
|
current: "当前预约",
|
|
4776
4842
|
showInCalendarNamed: "在日历中显示 {{when}} 的预约",
|
|
4777
4843
|
showInCalendar: "在日历中显示",
|
|
4778
|
-
emptyTitle: "
|
|
4844
|
+
emptyTitle: "没有待完善的预约。",
|
|
4845
|
+
filterNoPatient: "无患者",
|
|
4846
|
+
filterNoOperator: "无操作员",
|
|
4847
|
+
filterNoChair: "无诊椅",
|
|
4848
|
+
notShownOnChairAxis: "在分配诊椅之前,不会显示在诊椅列中。"
|
|
4779
4849
|
},
|
|
4780
4850
|
waitingList: {
|
|
4781
4851
|
removed: "已从等候名单中移除",
|
|
@@ -4819,6 +4889,7 @@ const e = {
|
|
|
4819
4889
|
},
|
|
4820
4890
|
readOnly: {
|
|
4821
4891
|
createBlocked: "您没有创建预约的权限。",
|
|
4892
|
+
createTaskBlocked: "您没有创建任务的权限。",
|
|
4822
4893
|
changeBlocked: "您没有修改预约的权限。",
|
|
4823
4894
|
waitingBlocked: "您没有修改等候名单的权限。",
|
|
4824
4895
|
waitingLockedBody: "您没有修改等候名单的权限 — 请向诊所所有者申请日历编辑权限。"
|