@alfadocs/ui-kit 1.43.0 → 1.44.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/{calendar-ChJQzRw-.js → calendar-U6N0F99w.js} +383 -359
- package/dist/_chunks/calendar-workspace-DBYAtdyd.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-CY4KmDo-.js} +159 -152
- package/dist/_chunks/{panel-subview-PMBRPFOa.js → panel-subview-CYnuX-KR.js} +61 -40
- package/dist/_chunks/rich-text-editor-BYE6kK4u.js +3839 -0
- package/dist/_chunks/undo-2-CYNAzclj.js +26 -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/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 +1 -0
- 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/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 +916 -913
- 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 jaUi: {
|
|
|
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 jaUi: {
|
|
|
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 jaUi: {
|
|
|
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 jaUi: {
|
|
|
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}} を {{total}} 中 {{to}} 番目に移動しました";
|
|
3192
3224
|
readonly edit: "{{name}} を編集";
|
|
3193
3225
|
readonly delete: "{{name}} を削除";
|
|
3194
3226
|
readonly emptyTitle: "テンプレートはまだありません";
|
|
@@ -4158,7 +4190,10 @@ export declare const jaUi: {
|
|
|
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: "1日を印刷";
|
|
@@ -4543,6 +4578,8 @@ export declare const jaUi: {
|
|
|
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 jaUi: {
|
|
|
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 jaUi: {
|
|
|
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 jaUi: {
|
|
|
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 jaUi: {
|
|
|
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/ja.js
CHANGED
|
@@ -2773,9 +2773,26 @@ const e = {
|
|
|
2773
2773
|
heading: "見出し",
|
|
2774
2774
|
extensions: "エディター拡張機能",
|
|
2775
2775
|
insertVariable: "変数を挿入",
|
|
2776
|
-
variables:
|
|
2776
|
+
variables: {
|
|
2777
|
+
menuLabel: "変数",
|
|
2778
|
+
search: "変数を検索…",
|
|
2779
|
+
recent: "最近使用した項目",
|
|
2780
|
+
groups: {
|
|
2781
|
+
patient: "患者",
|
|
2782
|
+
appointment: "予約",
|
|
2783
|
+
practice: "医院",
|
|
2784
|
+
operator: "担当者",
|
|
2785
|
+
document: "書類",
|
|
2786
|
+
other: "その他"
|
|
2787
|
+
},
|
|
2788
|
+
empty: "「{{query}}」に一致する変数はありません",
|
|
2789
|
+
footer: {
|
|
2790
|
+
navigate: "移動",
|
|
2791
|
+
insert: "挿入",
|
|
2792
|
+
close: "閉じる"
|
|
2793
|
+
}
|
|
2794
|
+
},
|
|
2777
2795
|
variableInvalid: "無効な変数:{{tokens}}。「変数を挿入」から選んでください。",
|
|
2778
|
-
variableNoMatch: "「{{query}}」に一致する変数はありません",
|
|
2779
2796
|
more: "その他のオプション",
|
|
2780
2797
|
link: {
|
|
2781
2798
|
url: "URL",
|
|
@@ -2865,7 +2882,18 @@ const e = {
|
|
|
2865
2882
|
proofread: "スペルと文法をチェック",
|
|
2866
2883
|
autoFormat: "文書を自動整形",
|
|
2867
2884
|
consentRecorded: "AIアシスタント利用の同意が記録されました。",
|
|
2868
|
-
consentRegionLabel: "この文書に対するAIアシスタント利用の同意"
|
|
2885
|
+
consentRegionLabel: "この文書に対するAIアシスタント利用の同意",
|
|
2886
|
+
templates: "テンプレート",
|
|
2887
|
+
templatesGroup: "医院のテンプレート",
|
|
2888
|
+
noTemplates: "テンプレートはまだありません",
|
|
2889
|
+
templatesNoteEmpty: "メモが空です。テンプレートを使うには、先に口述または入力してください。",
|
|
2890
|
+
createFirstTemplate: "最初のテンプレートを作成",
|
|
2891
|
+
manageTemplates: "テンプレートを管理",
|
|
2892
|
+
defaultBadge: "既定",
|
|
2893
|
+
actionError: "問題が発生しました。もう一度お試しください。",
|
|
2894
|
+
actionStale: "AIが書き直している間にテキストが変わりました。何も置き換えていません。もう一度お試しください。",
|
|
2895
|
+
selectionTools: "選択範囲のツール",
|
|
2896
|
+
actionDone: "完了しました。メモを更新しました。"
|
|
2869
2897
|
}
|
|
2870
2898
|
},
|
|
2871
2899
|
payment: {
|
|
@@ -3118,6 +3146,8 @@ const e = {
|
|
|
3118
3146
|
},
|
|
3119
3147
|
helpMeWriteTemplates: {
|
|
3120
3148
|
bar: {
|
|
3149
|
+
contextDocument: "メモ全体を文脈として使います。下書きはカーソル位置に挿入されます。",
|
|
3150
|
+
contextSelection: "選択したテキストを文脈として使います。下書きはそのテキストを置き換えます。",
|
|
3121
3151
|
templatesMenu: "テンプレート",
|
|
3122
3152
|
templatesGroup: "医院のテンプレート",
|
|
3123
3153
|
createFirst: "最初のテンプレートを作成",
|
|
@@ -3162,10 +3192,12 @@ const e = {
|
|
|
3162
3192
|
},
|
|
3163
3193
|
manager: {
|
|
3164
3194
|
title: "AI テンプレート",
|
|
3165
|
-
description: "
|
|
3195
|
+
description: "医院の全員で共有されます。ドラッグしてテンプレートメニューの順番を決めます。",
|
|
3166
3196
|
new: "新しいテンプレート",
|
|
3167
3197
|
done: "完了",
|
|
3168
3198
|
listLabel: "テンプレート",
|
|
3199
|
+
reorderHandle: "{{label}} を並び替え。Alt + 上 または Alt + 下 で移動。",
|
|
3200
|
+
reorderAnnounce: "{{label}} を {{total}} 中 {{to}} 番目に移動しました",
|
|
3169
3201
|
edit: "{{name}} を編集",
|
|
3170
3202
|
delete: "{{name}} を削除",
|
|
3171
3203
|
emptyTitle: "テンプレートはまだありません",
|
|
@@ -4124,7 +4156,10 @@ const e = {
|
|
|
4124
4156
|
actions: {
|
|
4125
4157
|
groupLabel: "アジェンダ操作",
|
|
4126
4158
|
schedulingLabel: "スケジュール",
|
|
4159
|
+
createGroupLabel: "新規作成",
|
|
4160
|
+
toolsLabel: "予定表ツール",
|
|
4127
4161
|
newAppointment: "新規予約",
|
|
4162
|
+
newTask: "新規タスク",
|
|
4128
4163
|
privacy: "プライバシーモード",
|
|
4129
4164
|
findFreeSlots: "空き枠を検索",
|
|
4130
4165
|
printDay: "1日を印刷",
|
|
@@ -4509,6 +4544,8 @@ const e = {
|
|
|
4509
4544
|
chairBusy: "選択したチェアはこの時間に使用中です。",
|
|
4510
4545
|
operatorBusy: "選択した担当者はこの時間に予定があります。",
|
|
4511
4546
|
operatorAbsent: "選択した担当者は予約日に不在です。",
|
|
4547
|
+
careRestrictedResourceHint: "この施術では想定されていません",
|
|
4548
|
+
careRestrictionConflict: "選択した施術に共通するオペレーター/チェアがありません",
|
|
4512
4549
|
reminderDisabled: "(無効)",
|
|
4513
4550
|
priceListAllPhases: "すべてのフェーズ",
|
|
4514
4551
|
priceListBilled: "この処置はすでに請求済みのため操作できません。",
|
|
@@ -4544,6 +4581,32 @@ const e = {
|
|
|
4544
4581
|
signMode_two: "必須書類 {{count}} 件の署名",
|
|
4545
4582
|
signMode_few: "必須書類 {{count}} 件の署名"
|
|
4546
4583
|
},
|
|
4584
|
+
taskEditor: {
|
|
4585
|
+
title: "新しいタスク",
|
|
4586
|
+
editTitle: "タスクを編集",
|
|
4587
|
+
date: "日付",
|
|
4588
|
+
time: "時刻",
|
|
4589
|
+
note: "メモ",
|
|
4590
|
+
noteRequired: "メモを入力してください。",
|
|
4591
|
+
operator: "担当者",
|
|
4592
|
+
operatorNone: "担当者なし",
|
|
4593
|
+
about: "関連",
|
|
4594
|
+
aboutNobody: "なし",
|
|
4595
|
+
aboutPatient: "患者",
|
|
4596
|
+
aboutCompany: "会社",
|
|
4597
|
+
companyName: "会社名",
|
|
4598
|
+
companyUnresolved: "紐づけられた会社(一覧にありません): {{id}}",
|
|
4599
|
+
companyReplace: "会社を変更",
|
|
4600
|
+
done: "完了",
|
|
4601
|
+
save: "保存",
|
|
4602
|
+
cancel: "キャンセル",
|
|
4603
|
+
delete: "削除",
|
|
4604
|
+
deleteConfirmTitle: "このタスクを削除しますか?",
|
|
4605
|
+
deleteConfirmBody: "タスクは削除されます。この操作はここでは元に戻せません。",
|
|
4606
|
+
deleteConfirm: "削除",
|
|
4607
|
+
deleteCancel: "保持",
|
|
4608
|
+
readOnlyBody: "このタスクは読み取り専用です。"
|
|
4609
|
+
},
|
|
4547
4610
|
findSlots: {
|
|
4548
4611
|
bandOptions: "利用可能な選択肢",
|
|
4549
4612
|
tool: "空き枠を検索",
|
|
@@ -4772,16 +4835,19 @@ const e = {
|
|
|
4772
4835
|
undone: "所要時間を元に戻しました"
|
|
4773
4836
|
},
|
|
4774
4837
|
bookings: {
|
|
4775
|
-
title: "
|
|
4776
|
-
intro: "
|
|
4838
|
+
title: "未完了の予約",
|
|
4839
|
+
intro: "表示中の予約のうち、患者・担当者・チェアのいずれかが未設定のもの(作成方法を問わない)。",
|
|
4777
4840
|
new: "新規",
|
|
4778
4841
|
bookedOn: "{{date}} 予約",
|
|
4779
4842
|
needsPatient: "患者を割り当て",
|
|
4780
4843
|
needsOperator: "担当者を割り当て",
|
|
4844
|
+
needsChair: "チェアを割り当て",
|
|
4781
4845
|
assignPatient: "患者を割り当てる",
|
|
4782
4846
|
assignOperator: "担当者を割り当てる",
|
|
4847
|
+
assignChair: "チェアを割り当てる",
|
|
4783
4848
|
assignPatientShort: "患者",
|
|
4784
4849
|
assignOperatorShort: "担当者",
|
|
4850
|
+
assignChairShort: "チェア",
|
|
4785
4851
|
edit: "予約を編集",
|
|
4786
4852
|
whatsapp: "WhatsAppでメッセージを送る",
|
|
4787
4853
|
whatsappNoNumber: "この予約にはWhatsApp番号がありません",
|
|
@@ -4791,7 +4857,11 @@ const e = {
|
|
|
4791
4857
|
current: "選択中の予約",
|
|
4792
4858
|
showInCalendarNamed: "{{when}} の予約をカレンダーで表示",
|
|
4793
4859
|
showInCalendar: "カレンダーで表示",
|
|
4794
|
-
emptyTitle: "
|
|
4860
|
+
emptyTitle: "完了が必要な予約はありません。",
|
|
4861
|
+
filterNoPatient: "患者未設定",
|
|
4862
|
+
filterNoOperator: "担当者未設定",
|
|
4863
|
+
filterNoChair: "チェア未設定",
|
|
4864
|
+
notShownOnChairAxis: "チェアが割り当てられるまでチェア列には表示されません。"
|
|
4795
4865
|
},
|
|
4796
4866
|
waitingList: {
|
|
4797
4867
|
removed: "キャンセル待ちから削除しました",
|
|
@@ -4835,6 +4905,7 @@ const e = {
|
|
|
4835
4905
|
},
|
|
4836
4906
|
readOnly: {
|
|
4837
4907
|
createBlocked: "予約を作成する権限がありません。",
|
|
4908
|
+
createTaskBlocked: "タスクを作成する権限がありません。",
|
|
4838
4909
|
changeBlocked: "予約を変更する権限がありません。",
|
|
4839
4910
|
waitingBlocked: "順番待ちリストを変更する権限がありません。",
|
|
4840
4911
|
waitingLockedBody: "順番待ちリストを変更する権限がありません。カレンダーの編集権限を医院の管理者に依頼してください。"
|
|
@@ -2793,9 +2793,26 @@ export declare const nlUi: {
|
|
|
2793
2793
|
readonly heading: "Koptekst";
|
|
2794
2794
|
readonly extensions: "Editor-extensies";
|
|
2795
2795
|
readonly insertVariable: "Variabele invoegen";
|
|
2796
|
-
readonly variables:
|
|
2796
|
+
readonly variables: {
|
|
2797
|
+
readonly menuLabel: "Variabelen";
|
|
2798
|
+
readonly search: "Variabelen zoeken…";
|
|
2799
|
+
readonly recent: "Recent";
|
|
2800
|
+
readonly groups: {
|
|
2801
|
+
readonly patient: "Patiënt";
|
|
2802
|
+
readonly appointment: "Afspraak";
|
|
2803
|
+
readonly practice: "Praktijk";
|
|
2804
|
+
readonly operator: "Behandelaar";
|
|
2805
|
+
readonly document: "Document";
|
|
2806
|
+
readonly other: "Overig";
|
|
2807
|
+
};
|
|
2808
|
+
readonly empty: "Geen variabele komt overeen met ‘{{query}}’";
|
|
2809
|
+
readonly footer: {
|
|
2810
|
+
readonly navigate: "navigeren";
|
|
2811
|
+
readonly insert: "invoegen";
|
|
2812
|
+
readonly close: "sluiten";
|
|
2813
|
+
};
|
|
2814
|
+
};
|
|
2797
2815
|
readonly variableInvalid: "Geen geldige variabele: {{tokens}}. Kies er een via Variabele invoegen.";
|
|
2798
|
-
readonly variableNoMatch: "Geen variabele komt overeen met ‘{{query}}’";
|
|
2799
2816
|
readonly more: "Meer opties";
|
|
2800
2817
|
readonly link: {
|
|
2801
2818
|
readonly url: "URL";
|
|
@@ -2886,6 +2903,17 @@ export declare const nlUi: {
|
|
|
2886
2903
|
readonly autoFormat: "Document automatisch opmaken";
|
|
2887
2904
|
readonly consentRecorded: "De toestemming voor AI-ondersteuning is vastgelegd.";
|
|
2888
2905
|
readonly consentRegionLabel: "Toestemming voor AI-ondersteuning voor dit document";
|
|
2906
|
+
readonly templates: "Sjablonen";
|
|
2907
|
+
readonly templatesGroup: "Praktijksjablonen";
|
|
2908
|
+
readonly noTemplates: "Nog geen sjablonen";
|
|
2909
|
+
readonly templatesNoteEmpty: "De notitie is leeg. Dicteer of typ eerst om een sjabloon te gebruiken.";
|
|
2910
|
+
readonly createFirstTemplate: "Maak je eerste sjabloon";
|
|
2911
|
+
readonly manageTemplates: "Sjablonen beheren";
|
|
2912
|
+
readonly defaultBadge: "Standaard";
|
|
2913
|
+
readonly actionError: "Er is iets misgegaan. Probeer het opnieuw.";
|
|
2914
|
+
readonly actionStale: "De tekst is veranderd tijdens het herschrijven. Er is niets vervangen. Probeer het opnieuw.";
|
|
2915
|
+
readonly selectionTools: "Hulpmiddelen voor selectie";
|
|
2916
|
+
readonly actionDone: "Klaar. De notitie is bijgewerkt.";
|
|
2889
2917
|
};
|
|
2890
2918
|
};
|
|
2891
2919
|
readonly payment: {
|
|
@@ -3141,6 +3169,8 @@ export declare const nlUi: {
|
|
|
3141
3169
|
};
|
|
3142
3170
|
readonly helpMeWriteTemplates: {
|
|
3143
3171
|
readonly bar: {
|
|
3172
|
+
readonly contextDocument: "Gebruikt de hele notitie als context. Het concept komt op de cursor.";
|
|
3173
|
+
readonly contextSelection: "Gebruikt de geselecteerde tekst als context. Het concept vervangt die.";
|
|
3144
3174
|
readonly templatesMenu: "Sjablonen";
|
|
3145
3175
|
readonly templatesGroup: "Praktijksjablonen";
|
|
3146
3176
|
readonly createFirst: "Maak je eerste sjabloon";
|
|
@@ -3185,10 +3215,12 @@ export declare const nlUi: {
|
|
|
3185
3215
|
};
|
|
3186
3216
|
readonly manager: {
|
|
3187
3217
|
readonly title: "AI-sjablonen";
|
|
3188
|
-
readonly description: "Gedeeld met de hele praktijk.
|
|
3218
|
+
readonly description: "Gedeeld met de hele praktijk. Sleep om de volgorde van het menu Sjablonen te bepalen.";
|
|
3189
3219
|
readonly new: "Nieuw sjabloon";
|
|
3190
3220
|
readonly done: "Klaar";
|
|
3191
3221
|
readonly listLabel: "Sjablonen";
|
|
3222
|
+
readonly reorderHandle: "{{label}} herordenen. Druk op Alt + Omhoog of Alt + Omlaag om te verplaatsen.";
|
|
3223
|
+
readonly reorderAnnounce: "{{label}} verplaatst naar positie {{to}} van {{total}}";
|
|
3192
3224
|
readonly edit: "{{name}} bewerken";
|
|
3193
3225
|
readonly delete: "{{name}} verwijderen";
|
|
3194
3226
|
readonly emptyTitle: "Nog geen sjablonen";
|
|
@@ -4158,7 +4190,10 @@ export declare const nlUi: {
|
|
|
4158
4190
|
readonly actions: {
|
|
4159
4191
|
readonly groupLabel: "Agenda-acties";
|
|
4160
4192
|
readonly schedulingLabel: "Planning";
|
|
4193
|
+
readonly createGroupLabel: "Nieuw aanmaken";
|
|
4194
|
+
readonly toolsLabel: "Agenda-tools";
|
|
4161
4195
|
readonly newAppointment: "Nieuwe afspraak";
|
|
4196
|
+
readonly newTask: "Nieuwe taak";
|
|
4162
4197
|
readonly privacy: "Privacymodus";
|
|
4163
4198
|
readonly findFreeSlots: "Vrije tijdsloten zoeken";
|
|
4164
4199
|
readonly printDay: "Dag afdrukken";
|
|
@@ -4543,6 +4578,8 @@ export declare const nlUi: {
|
|
|
4543
4578
|
readonly chairBusy: "De gekozen behandelstoel is op dit tijdstip bezet.";
|
|
4544
4579
|
readonly operatorBusy: "De gekozen operator is op dit tijdstip bezet.";
|
|
4545
4580
|
readonly operatorAbsent: "De gekozen operator is afwezig op de datum van de afspraak.";
|
|
4581
|
+
readonly careRestrictedResourceHint: "niet voorzien voor deze behandeling";
|
|
4582
|
+
readonly careRestrictionConflict: "Geen operator/stoel gemeenschappelijk voor de geselecteerde behandelingen";
|
|
4546
4583
|
readonly reminderDisabled: "(uitgeschakeld)";
|
|
4547
4584
|
readonly priceListAllPhases: "Alle fasen";
|
|
4548
4585
|
readonly priceListBilled: "Actie niet toegestaan: deze behandeling is al gefactureerd.";
|
|
@@ -4578,6 +4615,32 @@ export declare const nlUi: {
|
|
|
4578
4615
|
readonly signMode_two: "Ondertekening van {{count}} verplichte documenten";
|
|
4579
4616
|
readonly signMode_few: "Ondertekening van {{count}} verplichte documenten";
|
|
4580
4617
|
};
|
|
4618
|
+
readonly taskEditor: {
|
|
4619
|
+
readonly title: "Nieuwe taak";
|
|
4620
|
+
readonly editTitle: "Taak bewerken";
|
|
4621
|
+
readonly date: "Datum";
|
|
4622
|
+
readonly time: "Tijd";
|
|
4623
|
+
readonly note: "Notitie";
|
|
4624
|
+
readonly noteRequired: "Voer een notitie in.";
|
|
4625
|
+
readonly operator: "Behandelaar";
|
|
4626
|
+
readonly operatorNone: "Geen behandelaar";
|
|
4627
|
+
readonly about: "Betreft";
|
|
4628
|
+
readonly aboutNobody: "Niemand";
|
|
4629
|
+
readonly aboutPatient: "Patiënt";
|
|
4630
|
+
readonly aboutCompany: "Bedrijf";
|
|
4631
|
+
readonly companyName: "Bedrijfsnaam";
|
|
4632
|
+
readonly companyUnresolved: "Gekoppeld bedrijf (niet in de lijst): {{id}}";
|
|
4633
|
+
readonly companyReplace: "Bedrijf vervangen";
|
|
4634
|
+
readonly done: "Voltooid";
|
|
4635
|
+
readonly save: "Opslaan";
|
|
4636
|
+
readonly cancel: "Annuleren";
|
|
4637
|
+
readonly delete: "Verwijderen";
|
|
4638
|
+
readonly deleteConfirmTitle: "Deze taak verwijderen?";
|
|
4639
|
+
readonly deleteConfirmBody: "De taak wordt verwijderd. Dit kan hier niet ongedaan worden gemaakt.";
|
|
4640
|
+
readonly deleteConfirm: "Verwijderen";
|
|
4641
|
+
readonly deleteCancel: "Behouden";
|
|
4642
|
+
readonly readOnlyBody: "Deze taak is alleen-lezen.";
|
|
4643
|
+
};
|
|
4581
4644
|
readonly findSlots: {
|
|
4582
4645
|
readonly bandOptions: "Beschikbare opties";
|
|
4583
4646
|
readonly tool: "Vrije tijdsloten zoeken";
|
|
@@ -4806,16 +4869,19 @@ export declare const nlUi: {
|
|
|
4806
4869
|
readonly undone: "Duur hersteld";
|
|
4807
4870
|
};
|
|
4808
4871
|
readonly bookings: {
|
|
4809
|
-
readonly title: "
|
|
4810
|
-
readonly intro: "
|
|
4872
|
+
readonly title: "Nog af te ronden";
|
|
4873
|
+
readonly intro: "Afspraken in beeld die nog een patiënt, een operator of een behandelstoel nodig hebben, ongeacht hun herkomst.";
|
|
4811
4874
|
readonly new: "Nieuw";
|
|
4812
4875
|
readonly bookedOn: "geboekt op {{date}}";
|
|
4813
4876
|
readonly needsPatient: "Patiënt toe te wijzen";
|
|
4814
4877
|
readonly needsOperator: "Operator toe te wijzen";
|
|
4878
|
+
readonly needsChair: "Behandelstoel toe te wijzen";
|
|
4815
4879
|
readonly assignPatient: "Patiënt toewijzen";
|
|
4816
4880
|
readonly assignOperator: "Operator toewijzen";
|
|
4881
|
+
readonly assignChair: "Behandelstoel toewijzen";
|
|
4817
4882
|
readonly assignPatientShort: "Patiënt";
|
|
4818
4883
|
readonly assignOperatorShort: "Operator";
|
|
4884
|
+
readonly assignChairShort: "Stoel";
|
|
4819
4885
|
readonly edit: "Afspraak bewerken";
|
|
4820
4886
|
readonly whatsapp: "Bericht via WhatsApp";
|
|
4821
4887
|
readonly whatsappNoNumber: "Geen WhatsApp-nummer voor deze boeking";
|
|
@@ -4825,7 +4891,11 @@ export declare const nlUi: {
|
|
|
4825
4891
|
readonly current: "Geselecteerde boeking";
|
|
4826
4892
|
readonly showInCalendarNamed: "De boeking van {{when}} in de kalender tonen";
|
|
4827
4893
|
readonly showInCalendar: "In kalender tonen";
|
|
4828
|
-
readonly emptyTitle: "Geen
|
|
4894
|
+
readonly emptyTitle: "Geen afspraken meer af te ronden.";
|
|
4895
|
+
readonly filterNoPatient: "Zonder patiënt";
|
|
4896
|
+
readonly filterNoOperator: "Zonder operator";
|
|
4897
|
+
readonly filterNoChair: "Zonder behandelstoel";
|
|
4898
|
+
readonly notShownOnChairAxis: "Wordt niet getoond in de stoelkolommen totdat er een stoel is toegewezen.";
|
|
4829
4899
|
};
|
|
4830
4900
|
readonly waitingList: {
|
|
4831
4901
|
readonly removed: "Van de wachtlijst verwijderd";
|
|
@@ -4869,6 +4939,7 @@ export declare const nlUi: {
|
|
|
4869
4939
|
};
|
|
4870
4940
|
readonly readOnly: {
|
|
4871
4941
|
readonly createBlocked: "U hebt geen toestemming om afspraken aan te maken.";
|
|
4942
|
+
readonly createTaskBlocked: "U hebt geen toestemming om taken aan te maken.";
|
|
4872
4943
|
readonly changeBlocked: "U hebt geen toestemming om afspraken te wijzigen.";
|
|
4873
4944
|
readonly waitingBlocked: "U hebt geen toestemming om de wachtlijst te wijzigen.";
|
|
4874
4945
|
readonly waitingLockedBody: "U hebt geen toestemming om de wachtlijst te wijzigen — vraag de praktijkhouder om het recht om de agenda te bewerken.";
|
package/dist/i18n/locales/nl.js
CHANGED
|
@@ -2762,9 +2762,26 @@ const e = {
|
|
|
2762
2762
|
heading: "Koptekst",
|
|
2763
2763
|
extensions: "Editor-extensies",
|
|
2764
2764
|
insertVariable: "Variabele invoegen",
|
|
2765
|
-
variables:
|
|
2765
|
+
variables: {
|
|
2766
|
+
menuLabel: "Variabelen",
|
|
2767
|
+
search: "Variabelen zoeken…",
|
|
2768
|
+
recent: "Recent",
|
|
2769
|
+
groups: {
|
|
2770
|
+
patient: "Patiënt",
|
|
2771
|
+
appointment: "Afspraak",
|
|
2772
|
+
practice: "Praktijk",
|
|
2773
|
+
operator: "Behandelaar",
|
|
2774
|
+
document: "Document",
|
|
2775
|
+
other: "Overig"
|
|
2776
|
+
},
|
|
2777
|
+
empty: "Geen variabele komt overeen met ‘{{query}}’",
|
|
2778
|
+
footer: {
|
|
2779
|
+
navigate: "navigeren",
|
|
2780
|
+
insert: "invoegen",
|
|
2781
|
+
close: "sluiten"
|
|
2782
|
+
}
|
|
2783
|
+
},
|
|
2766
2784
|
variableInvalid: "Geen geldige variabele: {{tokens}}. Kies er een via Variabele invoegen.",
|
|
2767
|
-
variableNoMatch: "Geen variabele komt overeen met ‘{{query}}’",
|
|
2768
2785
|
more: "Meer opties",
|
|
2769
2786
|
link: {
|
|
2770
2787
|
url: "URL",
|
|
@@ -2854,7 +2871,18 @@ const e = {
|
|
|
2854
2871
|
proofread: "Spelling en grammatica controleren",
|
|
2855
2872
|
autoFormat: "Document automatisch opmaken",
|
|
2856
2873
|
consentRecorded: "De toestemming voor AI-ondersteuning is vastgelegd.",
|
|
2857
|
-
consentRegionLabel: "Toestemming voor AI-ondersteuning voor dit document"
|
|
2874
|
+
consentRegionLabel: "Toestemming voor AI-ondersteuning voor dit document",
|
|
2875
|
+
templates: "Sjablonen",
|
|
2876
|
+
templatesGroup: "Praktijksjablonen",
|
|
2877
|
+
noTemplates: "Nog geen sjablonen",
|
|
2878
|
+
templatesNoteEmpty: "De notitie is leeg. Dicteer of typ eerst om een sjabloon te gebruiken.",
|
|
2879
|
+
createFirstTemplate: "Maak je eerste sjabloon",
|
|
2880
|
+
manageTemplates: "Sjablonen beheren",
|
|
2881
|
+
defaultBadge: "Standaard",
|
|
2882
|
+
actionError: "Er is iets misgegaan. Probeer het opnieuw.",
|
|
2883
|
+
actionStale: "De tekst is veranderd tijdens het herschrijven. Er is niets vervangen. Probeer het opnieuw.",
|
|
2884
|
+
selectionTools: "Hulpmiddelen voor selectie",
|
|
2885
|
+
actionDone: "Klaar. De notitie is bijgewerkt."
|
|
2858
2886
|
}
|
|
2859
2887
|
},
|
|
2860
2888
|
payment: {
|
|
@@ -3107,6 +3135,8 @@ const e = {
|
|
|
3107
3135
|
},
|
|
3108
3136
|
helpMeWriteTemplates: {
|
|
3109
3137
|
bar: {
|
|
3138
|
+
contextDocument: "Gebruikt de hele notitie als context. Het concept komt op de cursor.",
|
|
3139
|
+
contextSelection: "Gebruikt de geselecteerde tekst als context. Het concept vervangt die.",
|
|
3110
3140
|
templatesMenu: "Sjablonen",
|
|
3111
3141
|
templatesGroup: "Praktijksjablonen",
|
|
3112
3142
|
createFirst: "Maak je eerste sjabloon",
|
|
@@ -3151,10 +3181,12 @@ const e = {
|
|
|
3151
3181
|
},
|
|
3152
3182
|
manager: {
|
|
3153
3183
|
title: "AI-sjablonen",
|
|
3154
|
-
description: "Gedeeld met de hele praktijk.
|
|
3184
|
+
description: "Gedeeld met de hele praktijk. Sleep om de volgorde van het menu Sjablonen te bepalen.",
|
|
3155
3185
|
new: "Nieuw sjabloon",
|
|
3156
3186
|
done: "Klaar",
|
|
3157
3187
|
listLabel: "Sjablonen",
|
|
3188
|
+
reorderHandle: "{{label}} herordenen. Druk op Alt + Omhoog of Alt + Omlaag om te verplaatsen.",
|
|
3189
|
+
reorderAnnounce: "{{label}} verplaatst naar positie {{to}} van {{total}}",
|
|
3158
3190
|
edit: "{{name}} bewerken",
|
|
3159
3191
|
delete: "{{name}} verwijderen",
|
|
3160
3192
|
emptyTitle: "Nog geen sjablonen",
|
|
@@ -4115,7 +4147,10 @@ const e = {
|
|
|
4115
4147
|
actions: {
|
|
4116
4148
|
groupLabel: "Agenda-acties",
|
|
4117
4149
|
schedulingLabel: "Planning",
|
|
4150
|
+
createGroupLabel: "Nieuw aanmaken",
|
|
4151
|
+
toolsLabel: "Agenda-tools",
|
|
4118
4152
|
newAppointment: "Nieuwe afspraak",
|
|
4153
|
+
newTask: "Nieuwe taak",
|
|
4119
4154
|
privacy: "Privacymodus",
|
|
4120
4155
|
findFreeSlots: "Vrije tijdsloten zoeken",
|
|
4121
4156
|
printDay: "Dag afdrukken",
|
|
@@ -4500,6 +4535,8 @@ const e = {
|
|
|
4500
4535
|
chairBusy: "De gekozen behandelstoel is op dit tijdstip bezet.",
|
|
4501
4536
|
operatorBusy: "De gekozen operator is op dit tijdstip bezet.",
|
|
4502
4537
|
operatorAbsent: "De gekozen operator is afwezig op de datum van de afspraak.",
|
|
4538
|
+
careRestrictedResourceHint: "niet voorzien voor deze behandeling",
|
|
4539
|
+
careRestrictionConflict: "Geen operator/stoel gemeenschappelijk voor de geselecteerde behandelingen",
|
|
4503
4540
|
reminderDisabled: "(uitgeschakeld)",
|
|
4504
4541
|
priceListAllPhases: "Alle fasen",
|
|
4505
4542
|
priceListBilled: "Actie niet toegestaan: deze behandeling is al gefactureerd.",
|
|
@@ -4535,6 +4572,32 @@ const e = {
|
|
|
4535
4572
|
signMode_two: "Ondertekening van {{count}} verplichte documenten",
|
|
4536
4573
|
signMode_few: "Ondertekening van {{count}} verplichte documenten"
|
|
4537
4574
|
},
|
|
4575
|
+
taskEditor: {
|
|
4576
|
+
title: "Nieuwe taak",
|
|
4577
|
+
editTitle: "Taak bewerken",
|
|
4578
|
+
date: "Datum",
|
|
4579
|
+
time: "Tijd",
|
|
4580
|
+
note: "Notitie",
|
|
4581
|
+
noteRequired: "Voer een notitie in.",
|
|
4582
|
+
operator: "Behandelaar",
|
|
4583
|
+
operatorNone: "Geen behandelaar",
|
|
4584
|
+
about: "Betreft",
|
|
4585
|
+
aboutNobody: "Niemand",
|
|
4586
|
+
aboutPatient: "Patiënt",
|
|
4587
|
+
aboutCompany: "Bedrijf",
|
|
4588
|
+
companyName: "Bedrijfsnaam",
|
|
4589
|
+
companyUnresolved: "Gekoppeld bedrijf (niet in de lijst): {{id}}",
|
|
4590
|
+
companyReplace: "Bedrijf vervangen",
|
|
4591
|
+
done: "Voltooid",
|
|
4592
|
+
save: "Opslaan",
|
|
4593
|
+
cancel: "Annuleren",
|
|
4594
|
+
delete: "Verwijderen",
|
|
4595
|
+
deleteConfirmTitle: "Deze taak verwijderen?",
|
|
4596
|
+
deleteConfirmBody: "De taak wordt verwijderd. Dit kan hier niet ongedaan worden gemaakt.",
|
|
4597
|
+
deleteConfirm: "Verwijderen",
|
|
4598
|
+
deleteCancel: "Behouden",
|
|
4599
|
+
readOnlyBody: "Deze taak is alleen-lezen."
|
|
4600
|
+
},
|
|
4538
4601
|
findSlots: {
|
|
4539
4602
|
bandOptions: "Beschikbare opties",
|
|
4540
4603
|
tool: "Vrije tijdsloten zoeken",
|
|
@@ -4763,16 +4826,19 @@ const e = {
|
|
|
4763
4826
|
undone: "Duur hersteld"
|
|
4764
4827
|
},
|
|
4765
4828
|
bookings: {
|
|
4766
|
-
title: "
|
|
4767
|
-
intro: "
|
|
4829
|
+
title: "Nog af te ronden",
|
|
4830
|
+
intro: "Afspraken in beeld die nog een patiënt, een operator of een behandelstoel nodig hebben, ongeacht hun herkomst.",
|
|
4768
4831
|
new: "Nieuw",
|
|
4769
4832
|
bookedOn: "geboekt op {{date}}",
|
|
4770
4833
|
needsPatient: "Patiënt toe te wijzen",
|
|
4771
4834
|
needsOperator: "Operator toe te wijzen",
|
|
4835
|
+
needsChair: "Behandelstoel toe te wijzen",
|
|
4772
4836
|
assignPatient: "Patiënt toewijzen",
|
|
4773
4837
|
assignOperator: "Operator toewijzen",
|
|
4838
|
+
assignChair: "Behandelstoel toewijzen",
|
|
4774
4839
|
assignPatientShort: "Patiënt",
|
|
4775
4840
|
assignOperatorShort: "Operator",
|
|
4841
|
+
assignChairShort: "Stoel",
|
|
4776
4842
|
edit: "Afspraak bewerken",
|
|
4777
4843
|
whatsapp: "Bericht via WhatsApp",
|
|
4778
4844
|
whatsappNoNumber: "Geen WhatsApp-nummer voor deze boeking",
|
|
@@ -4782,7 +4848,11 @@ const e = {
|
|
|
4782
4848
|
current: "Geselecteerde boeking",
|
|
4783
4849
|
showInCalendarNamed: "De boeking van {{when}} in de kalender tonen",
|
|
4784
4850
|
showInCalendar: "In kalender tonen",
|
|
4785
|
-
emptyTitle: "Geen
|
|
4851
|
+
emptyTitle: "Geen afspraken meer af te ronden.",
|
|
4852
|
+
filterNoPatient: "Zonder patiënt",
|
|
4853
|
+
filterNoOperator: "Zonder operator",
|
|
4854
|
+
filterNoChair: "Zonder behandelstoel",
|
|
4855
|
+
notShownOnChairAxis: "Wordt niet getoond in de stoelkolommen totdat er een stoel is toegewezen."
|
|
4786
4856
|
},
|
|
4787
4857
|
waitingList: {
|
|
4788
4858
|
removed: "Van de wachtlijst verwijderd",
|
|
@@ -4826,6 +4896,7 @@ const e = {
|
|
|
4826
4896
|
},
|
|
4827
4897
|
readOnly: {
|
|
4828
4898
|
createBlocked: "U hebt geen toestemming om afspraken aan te maken.",
|
|
4899
|
+
createTaskBlocked: "U hebt geen toestemming om taken aan te maken.",
|
|
4829
4900
|
changeBlocked: "U hebt geen toestemming om afspraken te wijzigen.",
|
|
4830
4901
|
waitingBlocked: "U hebt geen toestemming om de wachtlijst te wijzigen.",
|
|
4831
4902
|
waitingLockedBody: "U hebt geen toestemming om de wachtlijst te wijzigen — vraag de praktijkhouder om het recht om de agenda te bewerken."
|