@alfadocs/ui-kit 1.42.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/control-room-rail-Cv7GpMqX.js +354 -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/{marketplace-app-shell-D_g9BaDI.js → marketplace-app-shell-DdwPj03y.js} +3 -3
- 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/{sidebar-ClTY9lLI.js → sidebar-DbZXLl8h.js} +2 -2
- package/dist/_chunks/tab-bar-Cw9UK18Z.js +228 -0
- package/dist/_chunks/{tool-rail-D89USYE6.js → tool-rail-CCFqDfAn.js} +282 -276
- package/dist/_chunks/undo-2-CYNAzclj.js +26 -0
- package/dist/_chunks/use-edge-resize-BHesP0kg.js +149 -0
- package/dist/_chunks/use-scroll-overflow-UbLrUfBo.js +72 -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/control-room-rail/control-room-rail.d.ts +9 -0
- package/dist/components/control-room-rail/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/sidebar/index.js +1 -1
- package/dist/components/tab-bar/index.js +1 -1
- package/dist/components/tool-rail/index.js +1 -1
- package/dist/components/tool-rail/tool-rail.d.ts +16 -0
- 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 +2 -0
- package/dist/hooks/index.js +35 -32
- package/dist/hooks/use-edge-resize.d.ts +13 -1
- 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/patterns/marketplace-app-shell/index.js +1 -1
- package/dist/tokens.css +6 -6
- package/package.json +5 -1
- package/dist/_chunks/calendar-workspace-qlxrxCqm.js +0 -11392
- package/dist/_chunks/control-room-rail-CnNZusR5.js +0 -337
- 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/tab-bar-rDkLiaA6.js +0 -268
- package/dist/_chunks/use-edge-resize-ZnGG7gyO.js +0 -139
- package/dist/_chunks/use-overflow-collapse-BIOzKbni.js +0 -32
- package/dist/_chunks/wand-sparkles-DAjKyhz7.js +0 -27
|
@@ -2793,9 +2793,26 @@ export declare const hiUi: {
|
|
|
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 hiUi: {
|
|
|
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: "एआई के दोबारा लिखते समय टेक्स्ट बदल गया। कुछ भी नहीं बदला गया। फिर से कोशिश करें।";
|
|
2915
|
+
readonly selectionTools: "चयन उपकरण";
|
|
2916
|
+
readonly actionDone: "हो गया। नोट अपडेट हो गया है।";
|
|
2889
2917
|
};
|
|
2890
2918
|
};
|
|
2891
2919
|
readonly payment: {
|
|
@@ -3141,6 +3169,8 @@ export declare const hiUi: {
|
|
|
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 hiUi: {
|
|
|
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 hiUi: {
|
|
|
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 hiUi: {
|
|
|
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 hiUi: {
|
|
|
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 hiUi: {
|
|
|
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 hiUi: {
|
|
|
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 hiUi: {
|
|
|
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/hi.js
CHANGED
|
@@ -2768,9 +2768,26 @@ const e = {
|
|
|
2768
2768
|
heading: "शीर्षक",
|
|
2769
2769
|
extensions: "एडिटर एक्सटेंशन",
|
|
2770
2770
|
insertVariable: "वेरिएबल डालें",
|
|
2771
|
-
variables:
|
|
2771
|
+
variables: {
|
|
2772
|
+
menuLabel: "वेरिएबल",
|
|
2773
|
+
search: "वेरिएबल खोजें…",
|
|
2774
|
+
recent: "हाल की",
|
|
2775
|
+
groups: {
|
|
2776
|
+
patient: "रोगी",
|
|
2777
|
+
appointment: "अपॉइंटमेंट",
|
|
2778
|
+
practice: "क्लिनिक",
|
|
2779
|
+
operator: "ऑपरेटर",
|
|
2780
|
+
document: "दस्तावेज़",
|
|
2781
|
+
other: "अन्य"
|
|
2782
|
+
},
|
|
2783
|
+
empty: "“{{query}}” से कोई वेरिएबल मेल नहीं खाता",
|
|
2784
|
+
footer: {
|
|
2785
|
+
navigate: "नेविगेट करें",
|
|
2786
|
+
insert: "डालें",
|
|
2787
|
+
close: "बंद करें"
|
|
2788
|
+
}
|
|
2789
|
+
},
|
|
2772
2790
|
variableInvalid: "अमान्य वेरिएबल: {{tokens}}। वेरिएबल डालें से कोई एक चुनें।",
|
|
2773
|
-
variableNoMatch: "“{{query}}” से कोई वेरिएबल मेल नहीं खाता",
|
|
2774
2791
|
more: "अधिक विकल्प",
|
|
2775
2792
|
link: {
|
|
2776
2793
|
url: "URL",
|
|
@@ -2860,7 +2877,18 @@ const e = {
|
|
|
2860
2877
|
proofread: "वर्तनी और व्याकरण जांचें",
|
|
2861
2878
|
autoFormat: "दस्तावेज़ स्वतः फ़ॉर्मेट करें",
|
|
2862
2879
|
consentRecorded: "AI सहायता हेतु सहमति दर्ज कर ली गई है।",
|
|
2863
|
-
consentRegionLabel: "इस दस्तावेज़ हेतु AI सहायता सहमति"
|
|
2880
|
+
consentRegionLabel: "इस दस्तावेज़ हेतु AI सहायता सहमति",
|
|
2881
|
+
templates: "टेम्पलेट",
|
|
2882
|
+
templatesGroup: "क्लिनिक के टेम्पलेट",
|
|
2883
|
+
noTemplates: "अभी कोई टेम्पलेट नहीं है",
|
|
2884
|
+
templatesNoteEmpty: "नोट खाली है। टेम्पलेट इस्तेमाल करने के लिए पहले बोलकर या टाइप करके लिखें।",
|
|
2885
|
+
createFirstTemplate: "अपना पहला टेम्पलेट बनाएँ",
|
|
2886
|
+
manageTemplates: "टेम्पलेट प्रबंधित करें",
|
|
2887
|
+
defaultBadge: "डिफ़ॉल्ट",
|
|
2888
|
+
actionError: "कुछ गलत हो गया। फिर से कोशिश करें।",
|
|
2889
|
+
actionStale: "एआई के दोबारा लिखते समय टेक्स्ट बदल गया। कुछ भी नहीं बदला गया। फिर से कोशिश करें।",
|
|
2890
|
+
selectionTools: "चयन उपकरण",
|
|
2891
|
+
actionDone: "हो गया। नोट अपडेट हो गया है।"
|
|
2864
2892
|
}
|
|
2865
2893
|
},
|
|
2866
2894
|
payment: {
|
|
@@ -3113,6 +3141,8 @@ const e = {
|
|
|
3113
3141
|
},
|
|
3114
3142
|
helpMeWriteTemplates: {
|
|
3115
3143
|
bar: {
|
|
3144
|
+
contextDocument: "पूरे नोट को संदर्भ के रूप में इस्तेमाल करता है। ड्राफ़्ट कर्सर पर जुड़ता है।",
|
|
3145
|
+
contextSelection: "चुने गए टेक्स्ट को संदर्भ के रूप में इस्तेमाल करता है। ड्राफ़्ट उसकी जगह लेता है।",
|
|
3116
3146
|
templatesMenu: "टेम्पलेट",
|
|
3117
3147
|
templatesGroup: "क्लिनिक के टेम्पलेट",
|
|
3118
3148
|
createFirst: "अपना पहला टेम्पलेट बनाएँ",
|
|
@@ -3157,10 +3187,12 @@ const e = {
|
|
|
3157
3187
|
},
|
|
3158
3188
|
manager: {
|
|
3159
3189
|
title: "AI टेम्पलेट",
|
|
3160
|
-
description: "
|
|
3190
|
+
description: "क्लिनिक में सभी के साथ साझा। टेम्पलेट मेनू का क्रम तय करने के लिए खींचें।",
|
|
3161
3191
|
new: "नया टेम्पलेट",
|
|
3162
3192
|
done: "हो गया",
|
|
3163
3193
|
listLabel: "टेम्पलेट",
|
|
3194
|
+
reorderHandle: "{{label}} पुनः क्रमबद्ध करें। स्थानांतरित करने के लिए Alt + ऊपर या Alt + नीचे दबाएं।",
|
|
3195
|
+
reorderAnnounce: "{{label}} को {{total}} में से स्थिति {{to}} पर ले जाया गया",
|
|
3164
3196
|
edit: "{{name}} संपादित करें",
|
|
3165
3197
|
delete: "{{name}} हटाएँ",
|
|
3166
3198
|
emptyTitle: "अभी कोई टेम्पलेट नहीं है",
|
|
@@ -4121,7 +4153,10 @@ const e = {
|
|
|
4121
4153
|
actions: {
|
|
4122
4154
|
groupLabel: "एजेंडा क्रियाएं",
|
|
4123
4155
|
schedulingLabel: "शेड्यूलिंग",
|
|
4156
|
+
createGroupLabel: "नया बनाएं",
|
|
4157
|
+
toolsLabel: "एजेंडा टूल्स",
|
|
4124
4158
|
newAppointment: "नया अपॉइंटमेंट",
|
|
4159
|
+
newTask: "नया कार्य",
|
|
4125
4160
|
privacy: "गोपनीयता मोड",
|
|
4126
4161
|
findFreeSlots: "खाली स्लॉट खोजें",
|
|
4127
4162
|
printDay: "दिन प्रिंट करें",
|
|
@@ -4506,6 +4541,8 @@ const e = {
|
|
|
4506
4541
|
chairBusy: "चुनी गई चेयर इस समय व्यस्त है।",
|
|
4507
4542
|
operatorBusy: "चुना गया ऑपरेटर इस समय व्यस्त है।",
|
|
4508
4543
|
operatorAbsent: "चुना गया ऑपरेटर अपॉइंटमेंट की तिथि पर अनुपस्थित है।",
|
|
4544
|
+
careRestrictedResourceHint: "इस उपचार के लिए मान्य नहीं",
|
|
4545
|
+
careRestrictionConflict: "चयनित उपचारों में कोई सामान्य ऑपरेटर/कुर्सी नहीं है",
|
|
4509
4546
|
reminderDisabled: "(निष्क्रिय)",
|
|
4510
4547
|
priceListAllPhases: "सभी चरण",
|
|
4511
4548
|
priceListBilled: "क्रिया की अनुमति नहीं: इस उपचार का बिल पहले ही बन चुका है।",
|
|
@@ -4541,6 +4578,32 @@ const e = {
|
|
|
4541
4578
|
signMode_two: "{{count}} आवश्यक दस्तावेज़ों पर हस्ताक्षर",
|
|
4542
4579
|
signMode_few: "{{count}} आवश्यक दस्तावेज़ों पर हस्ताक्षर"
|
|
4543
4580
|
},
|
|
4581
|
+
taskEditor: {
|
|
4582
|
+
title: "नया कार्य",
|
|
4583
|
+
editTitle: "कार्य संपादित करें",
|
|
4584
|
+
date: "तारीख़",
|
|
4585
|
+
time: "समय",
|
|
4586
|
+
note: "नोट",
|
|
4587
|
+
noteRequired: "एक नोट दर्ज करें।",
|
|
4588
|
+
operator: "ऑपरेटर",
|
|
4589
|
+
operatorNone: "कोई ऑपरेटर नहीं",
|
|
4590
|
+
about: "संबंधित",
|
|
4591
|
+
aboutNobody: "कोई नहीं",
|
|
4592
|
+
aboutPatient: "रोगी",
|
|
4593
|
+
aboutCompany: "कंपनी",
|
|
4594
|
+
companyName: "कंपनी का नाम",
|
|
4595
|
+
companyUnresolved: "जुड़ी हुई कंपनी (सूची में नहीं): {{id}}",
|
|
4596
|
+
companyReplace: "कंपनी बदलें",
|
|
4597
|
+
done: "पूर्ण",
|
|
4598
|
+
save: "सहेजें",
|
|
4599
|
+
cancel: "रद्द करें",
|
|
4600
|
+
delete: "हटाएं",
|
|
4601
|
+
deleteConfirmTitle: "क्या यह कार्य हटाएं?",
|
|
4602
|
+
deleteConfirmBody: "कार्य हटा दिया जाएगा। यह क्रिया यहां पूर्ववत नहीं की जा सकती।",
|
|
4603
|
+
deleteConfirm: "हटाएं",
|
|
4604
|
+
deleteCancel: "रखें",
|
|
4605
|
+
readOnlyBody: "यह कार्य केवल पढ़ने के लिए है।"
|
|
4606
|
+
},
|
|
4544
4607
|
findSlots: {
|
|
4545
4608
|
bandOptions: "उपलब्ध विकल्प",
|
|
4546
4609
|
tool: "खाली स्लॉट खोजें",
|
|
@@ -4769,16 +4832,19 @@ const e = {
|
|
|
4769
4832
|
undone: "अवधि पुनर्स्थापित"
|
|
4770
4833
|
},
|
|
4771
4834
|
bookings: {
|
|
4772
|
-
title: "
|
|
4773
|
-
intro: "
|
|
4835
|
+
title: "पूरा करना बाकी",
|
|
4836
|
+
intro: "दिख रहे अपॉइंटमेंट जिनमें अभी भी रोगी, ऑपरेटर या चेयर बाकी है, चाहे वे कैसे भी बनाए गए हों।",
|
|
4774
4837
|
new: "नई",
|
|
4775
4838
|
bookedOn: "{{date}} को बुक",
|
|
4776
4839
|
needsPatient: "रोगी असाइन करना बाकी",
|
|
4777
4840
|
needsOperator: "ऑपरेटर असाइन करना बाकी",
|
|
4841
|
+
needsChair: "चेयर असाइन करना बाकी",
|
|
4778
4842
|
assignPatient: "रोगी असाइन करें",
|
|
4779
4843
|
assignOperator: "ऑपरेटर असाइन करें",
|
|
4844
|
+
assignChair: "चेयर असाइन करें",
|
|
4780
4845
|
assignPatientShort: "रोगी",
|
|
4781
4846
|
assignOperatorShort: "ऑपरेटर",
|
|
4847
|
+
assignChairShort: "चेयर",
|
|
4782
4848
|
edit: "अपॉइंटमेंट संपादित करें",
|
|
4783
4849
|
whatsapp: "WhatsApp पर संदेश भेजें",
|
|
4784
4850
|
whatsappNoNumber: "इस बुकिंग के लिए कोई WhatsApp नंबर नहीं है",
|
|
@@ -4788,7 +4854,11 @@ const e = {
|
|
|
4788
4854
|
current: "चयनित बुकिंग",
|
|
4789
4855
|
showInCalendarNamed: "{{when}} की बुकिंग कैलेंडर में दिखाएं",
|
|
4790
4856
|
showInCalendar: "कैलेंडर में दिखाएं",
|
|
4791
|
-
emptyTitle: "
|
|
4857
|
+
emptyTitle: "पूरा करने के लिए कोई अपॉइंटमेंट नहीं।",
|
|
4858
|
+
filterNoPatient: "रोगी रहित",
|
|
4859
|
+
filterNoOperator: "ऑपरेटर रहित",
|
|
4860
|
+
filterNoChair: "चेयर रहित",
|
|
4861
|
+
notShownOnChairAxis: "चेयर असाइन होने तक चेयर कॉलम में नहीं दिखाया जाता।"
|
|
4792
4862
|
},
|
|
4793
4863
|
waitingList: {
|
|
4794
4864
|
removed: "प्रतीक्षा सूची से हटाया गया",
|
|
@@ -4832,6 +4902,7 @@ const e = {
|
|
|
4832
4902
|
},
|
|
4833
4903
|
readOnly: {
|
|
4834
4904
|
createBlocked: "आपके पास अपॉइंटमेंट बनाने की अनुमति नहीं है।",
|
|
4905
|
+
createTaskBlocked: "आपके पास कार्य बनाने की अनुमति नहीं है।",
|
|
4835
4906
|
changeBlocked: "आपके पास अपॉइंटमेंट बदलने की अनुमति नहीं है।",
|
|
4836
4907
|
waitingBlocked: "आपके पास प्रतीक्षा सूची बदलने की अनुमति नहीं है।",
|
|
4837
4908
|
waitingLockedBody: "आपके पास प्रतीक्षा सूची बदलने की अनुमति नहीं है — कैलेंडर संपादित करने का अधिकार क्लिनिक के स्वामी से माँगें।"
|
|
@@ -2790,9 +2790,26 @@ export declare const itUi: {
|
|
|
2790
2790
|
readonly heading: "Titolo";
|
|
2791
2791
|
readonly extensions: "Estensioni editor";
|
|
2792
2792
|
readonly insertVariable: "Inserisci variabile";
|
|
2793
|
-
readonly variables:
|
|
2793
|
+
readonly variables: {
|
|
2794
|
+
readonly menuLabel: "Variabili";
|
|
2795
|
+
readonly search: "Cerca variabili…";
|
|
2796
|
+
readonly recent: "Recenti";
|
|
2797
|
+
readonly groups: {
|
|
2798
|
+
readonly patient: "Paziente";
|
|
2799
|
+
readonly appointment: "Appuntamento";
|
|
2800
|
+
readonly practice: "Studio";
|
|
2801
|
+
readonly operator: "Operatore";
|
|
2802
|
+
readonly document: "Documento";
|
|
2803
|
+
readonly other: "Altro";
|
|
2804
|
+
};
|
|
2805
|
+
readonly empty: "Nessuna variabile corrisponde a «{{query}}»";
|
|
2806
|
+
readonly footer: {
|
|
2807
|
+
readonly navigate: "sposta";
|
|
2808
|
+
readonly insert: "inserisci";
|
|
2809
|
+
readonly close: "chiudi";
|
|
2810
|
+
};
|
|
2811
|
+
};
|
|
2794
2812
|
readonly variableInvalid: "Variabile non valida: {{tokens}}. Scegline una da Inserisci variabile.";
|
|
2795
|
-
readonly variableNoMatch: "Nessuna variabile corrisponde a «{{query}}»";
|
|
2796
2813
|
readonly more: "Altre opzioni";
|
|
2797
2814
|
readonly link: {
|
|
2798
2815
|
readonly url: "URL";
|
|
@@ -2883,6 +2900,17 @@ export declare const itUi: {
|
|
|
2883
2900
|
readonly autoFormat: "Formatta automaticamente il documento";
|
|
2884
2901
|
readonly consentRecorded: "Il consenso all’assistenza IA è stato registrato.";
|
|
2885
2902
|
readonly consentRegionLabel: "Consenso all’assistenza IA per questo documento";
|
|
2903
|
+
readonly templates: "Template";
|
|
2904
|
+
readonly templatesGroup: "Template dello studio";
|
|
2905
|
+
readonly noTemplates: "Ancora nessun template";
|
|
2906
|
+
readonly templatesNoteEmpty: "La nota è vuota. Detta o scrivi prima di usare un template.";
|
|
2907
|
+
readonly createFirstTemplate: "Crea il tuo primo template";
|
|
2908
|
+
readonly manageTemplates: "Gestisci template";
|
|
2909
|
+
readonly defaultBadge: "Predefinito";
|
|
2910
|
+
readonly actionError: "Qualcosa è andato storto. Riprova.";
|
|
2911
|
+
readonly actionStale: "Il testo è cambiato durante la riscrittura. Non è stato sostituito nulla. Riprova.";
|
|
2912
|
+
readonly selectionTools: "Strumenti per la selezione";
|
|
2913
|
+
readonly actionDone: "Fatto. La nota è stata aggiornata.";
|
|
2886
2914
|
};
|
|
2887
2915
|
};
|
|
2888
2916
|
readonly payment: {
|
|
@@ -3138,6 +3166,8 @@ export declare const itUi: {
|
|
|
3138
3166
|
};
|
|
3139
3167
|
readonly helpMeWriteTemplates: {
|
|
3140
3168
|
readonly bar: {
|
|
3169
|
+
readonly contextDocument: "Usa tutta la nota come contesto. La bozza viene inserita al cursore.";
|
|
3170
|
+
readonly contextSelection: "Usa il testo selezionato come contesto. La bozza lo sostituisce.";
|
|
3141
3171
|
readonly templatesMenu: "Template";
|
|
3142
3172
|
readonly templatesGroup: "Template dello studio";
|
|
3143
3173
|
readonly createFirst: "Crea il tuo primo template";
|
|
@@ -3182,10 +3212,12 @@ export declare const itUi: {
|
|
|
3182
3212
|
};
|
|
3183
3213
|
readonly manager: {
|
|
3184
3214
|
readonly title: "Template IA";
|
|
3185
|
-
readonly description: "Condivisi con tutto lo studio.
|
|
3215
|
+
readonly description: "Condivisi con tutto lo studio. Trascina per decidere l’ordine del menu Template.";
|
|
3186
3216
|
readonly new: "Nuovo template";
|
|
3187
3217
|
readonly done: "Fatto";
|
|
3188
3218
|
readonly listLabel: "Template";
|
|
3219
|
+
readonly reorderHandle: "Riordina {{label}}. Premi Alt + Su o Alt + Giù per spostare.";
|
|
3220
|
+
readonly reorderAnnounce: "{{label}} spostato in posizione {{to}} di {{total}}";
|
|
3189
3221
|
readonly edit: "Modifica {{name}}";
|
|
3190
3222
|
readonly delete: "Elimina {{name}}";
|
|
3191
3223
|
readonly emptyTitle: "Ancora nessun template";
|
|
@@ -4155,7 +4187,10 @@ export declare const itUi: {
|
|
|
4155
4187
|
readonly actions: {
|
|
4156
4188
|
readonly groupLabel: "Azioni agenda";
|
|
4157
4189
|
readonly schedulingLabel: "Pianificazione";
|
|
4190
|
+
readonly createGroupLabel: "Crea nuovo";
|
|
4191
|
+
readonly toolsLabel: "Strumenti agenda";
|
|
4158
4192
|
readonly newAppointment: "Nuovo appuntamento";
|
|
4193
|
+
readonly newTask: "Nuova attività";
|
|
4159
4194
|
readonly privacy: "Modalità privacy";
|
|
4160
4195
|
readonly findFreeSlots: "Trova orari liberi";
|
|
4161
4196
|
readonly printDay: "Stampa giornata";
|
|
@@ -4540,6 +4575,8 @@ export declare const itUi: {
|
|
|
4540
4575
|
readonly chairBusy: "La poltrona selezionata risulta occupata nell'orario dell'appuntamento.";
|
|
4541
4576
|
readonly operatorBusy: "L'operatore selezionato risulta occupato nell'orario dell'appuntamento.";
|
|
4542
4577
|
readonly operatorAbsent: "L'operatore selezionato risulta assente nella data dell'appuntamento.";
|
|
4578
|
+
readonly careRestrictedResourceHint: "non previsto per questa prestazione";
|
|
4579
|
+
readonly careRestrictionConflict: "Nessun operatore/poltrona comune alle prestazioni selezionate";
|
|
4543
4580
|
readonly reminderDisabled: "(disabilitato)";
|
|
4544
4581
|
readonly priceListAllPhases: "Tutte le fasi";
|
|
4545
4582
|
readonly priceListBilled: "Azione non consentita: prestazione già fatturata.";
|
|
@@ -4575,6 +4612,32 @@ export declare const itUi: {
|
|
|
4575
4612
|
readonly signMode_two: "Firma di {{count}} documenti obbligatori";
|
|
4576
4613
|
readonly signMode_few: "Firma di {{count}} documenti obbligatori";
|
|
4577
4614
|
};
|
|
4615
|
+
readonly taskEditor: {
|
|
4616
|
+
readonly title: "Nuova attività";
|
|
4617
|
+
readonly editTitle: "Modifica attività";
|
|
4618
|
+
readonly date: "Data";
|
|
4619
|
+
readonly time: "Ora";
|
|
4620
|
+
readonly note: "Nota";
|
|
4621
|
+
readonly noteRequired: "Inserisci una nota.";
|
|
4622
|
+
readonly operator: "Operatore";
|
|
4623
|
+
readonly operatorNone: "Nessun operatore";
|
|
4624
|
+
readonly about: "Riguarda";
|
|
4625
|
+
readonly aboutNobody: "Nessuno";
|
|
4626
|
+
readonly aboutPatient: "Paziente";
|
|
4627
|
+
readonly aboutCompany: "Azienda";
|
|
4628
|
+
readonly companyName: "Nome azienda";
|
|
4629
|
+
readonly companyUnresolved: "Azienda collegata (non in elenco): {{id}}";
|
|
4630
|
+
readonly companyReplace: "Sostituisci azienda";
|
|
4631
|
+
readonly done: "Completata";
|
|
4632
|
+
readonly save: "Salva";
|
|
4633
|
+
readonly cancel: "Annulla";
|
|
4634
|
+
readonly delete: "Elimina";
|
|
4635
|
+
readonly deleteConfirmTitle: "Eliminare questa attività?";
|
|
4636
|
+
readonly deleteConfirmBody: "L'attività verrà rimossa. L'operazione non è reversibile qui.";
|
|
4637
|
+
readonly deleteConfirm: "Elimina";
|
|
4638
|
+
readonly deleteCancel: "Mantieni";
|
|
4639
|
+
readonly readOnlyBody: "Questa attività è di sola lettura.";
|
|
4640
|
+
};
|
|
4578
4641
|
readonly findSlots: {
|
|
4579
4642
|
readonly bandOptions: "Opzioni disponibili";
|
|
4580
4643
|
readonly tool: "Trova orari liberi";
|
|
@@ -4803,16 +4866,19 @@ export declare const itUi: {
|
|
|
4803
4866
|
readonly undone: "Durata ripristinata";
|
|
4804
4867
|
};
|
|
4805
4868
|
readonly bookings: {
|
|
4806
|
-
readonly title: "
|
|
4807
|
-
readonly intro: "
|
|
4869
|
+
readonly title: "Da completare";
|
|
4870
|
+
readonly intro: "Appuntamenti nel periodo visualizzato a cui manca ancora un paziente, un operatore o una poltrona, comunque siano stati creati.";
|
|
4808
4871
|
readonly new: "Nuova";
|
|
4809
4872
|
readonly bookedOn: "prenotata il {{date}}";
|
|
4810
4873
|
readonly needsPatient: "Paziente da assegnare";
|
|
4811
4874
|
readonly needsOperator: "Operatore da assegnare";
|
|
4875
|
+
readonly needsChair: "Poltrona da assegnare";
|
|
4812
4876
|
readonly assignPatient: "Assegna paziente";
|
|
4813
4877
|
readonly assignOperator: "Assegna operatore";
|
|
4878
|
+
readonly assignChair: "Assegna poltrona";
|
|
4814
4879
|
readonly assignPatientShort: "Paziente";
|
|
4815
4880
|
readonly assignOperatorShort: "Operatore";
|
|
4881
|
+
readonly assignChairShort: "Poltrona";
|
|
4816
4882
|
readonly edit: "Modifica appuntamento";
|
|
4817
4883
|
readonly whatsapp: "Scrivi su WhatsApp";
|
|
4818
4884
|
readonly whatsappNoNumber: "Nessun numero WhatsApp per questa prenotazione";
|
|
@@ -4822,7 +4888,11 @@ export declare const itUi: {
|
|
|
4822
4888
|
readonly current: "Prenotazione selezionata";
|
|
4823
4889
|
readonly showInCalendarNamed: "Mostra in agenda la prenotazione del {{when}}";
|
|
4824
4890
|
readonly showInCalendar: "Mostra in agenda";
|
|
4825
|
-
readonly emptyTitle: "
|
|
4891
|
+
readonly emptyTitle: "Nessun appuntamento da completare.";
|
|
4892
|
+
readonly filterNoPatient: "Senza paziente";
|
|
4893
|
+
readonly filterNoOperator: "Senza operatore";
|
|
4894
|
+
readonly filterNoChair: "Senza poltrona";
|
|
4895
|
+
readonly notShownOnChairAxis: "Non mostrati nelle colonne per poltrona finché non assegnati.";
|
|
4826
4896
|
};
|
|
4827
4897
|
readonly waitingList: {
|
|
4828
4898
|
readonly removed: "Rimosso dalla lista d'attesa";
|
|
@@ -4866,6 +4936,7 @@ export declare const itUi: {
|
|
|
4866
4936
|
};
|
|
4867
4937
|
readonly readOnly: {
|
|
4868
4938
|
readonly createBlocked: "Non hai il permesso di creare appuntamenti.";
|
|
4939
|
+
readonly createTaskBlocked: "Non hai il permesso di creare attività.";
|
|
4869
4940
|
readonly changeBlocked: "Non hai il permesso di modificare gli appuntamenti.";
|
|
4870
4941
|
readonly waitingBlocked: "Non hai il permesso di modificare la lista d’attesa.";
|
|
4871
4942
|
readonly waitingLockedBody: "Non hai il permesso di modificare la lista d’attesa: chiedi al titolare dello studio il diritto di modifica del calendario.";
|