@alfadocs/ui-kit 1.44.0 → 1.46.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/{actions-cell-renderer-BXBy9c0f.js → actions-cell-renderer-B5m9lwgC.js} +2 -2
- package/dist/_chunks/ai-credits-notice-xszqOZTC.js +90 -0
- package/dist/_chunks/ai-credits-notice.agent-C9L7orrP.js +17 -0
- package/dist/_chunks/{ai-consent-banner-D7I2U-cz.js → ai-permission-notice-D7I2U-cz.js} +1 -1
- package/dist/_chunks/ai-sparkle-D23NT8Z_.js +45 -0
- package/dist/_chunks/{anamnesis-summary-rows-DQUqwWc1.js → anamnesis-summary-rows-DI-UX5r6.js} +2 -2
- package/dist/_chunks/{appointment-card-TgR_2GKS.js → appointment-card-DluZy8Iv.js} +2 -2
- package/dist/_chunks/{appointment-peek-abiR0T9e.js → appointment-peek-BsfCpiJs.js} +3 -3
- package/dist/_chunks/{appointment-timeline-CCnyUYKz.js → appointment-timeline-Cs5f9viN.js} +3 -3
- package/dist/_chunks/{appointment-tray-N0yEI8UF.js → appointment-tray-CLrGGnKR.js} +2 -2
- package/dist/_chunks/baby-Dku-Xvg9.js +23 -0
- package/dist/_chunks/{balance-badge-cell-o6LldMUA.js → balance-badge-cell-YGrYdrvR.js} +3 -3
- package/dist/_chunks/{booking-D43ASl8y.js → booking-B7gA9gFB.js} +279 -296
- package/dist/_chunks/button-group-CA1tmu39.js +325 -0
- package/dist/_chunks/{calendar-U6N0F99w.js → calendar-OzSeTb4V.js} +2 -2
- package/dist/_chunks/{calendar-event-card-DKUnT9Be.js → calendar-event-card-B6N5h1dO.js} +57 -48
- package/dist/_chunks/{calendar-workspace-DBYAtdyd.js → calendar-workspace-BB-BZT7W.js} +3002 -2912
- package/dist/_chunks/{chart-PF2krCZC.js → chart-D8ucl8hH.js} +2 -2
- package/dist/_chunks/{data-table-CcAx_I1w.js → data-table-DnKOmEVw.js} +2 -2
- package/dist/_chunks/{editable-currency-cell-renderer-Psb6XKHR.js → editable-currency-cell-renderer-OUkUv7U4.js} +2 -2
- package/dist/_chunks/{face-scheme-Bm6pe7R8.js → face-scheme-mIhwrQXt.js} +3 -3
- package/dist/_chunks/{file-manager-BfLQxF5t.js → file-manager-DOcJGIx2.js} +4 -4
- package/dist/_chunks/{header-settings-CTe45iDy.js → header-settings-BEfx_-TF.js} +2 -2
- package/dist/_chunks/{help-me-write-templates-GUeEn3Ff.js → help-me-write-templates-DHIwa4xR.js} +205 -199
- package/dist/_chunks/{hover-card-BMJBVqIf.js → hover-card-nUae8NPJ.js} +67 -62
- package/dist/_chunks/{icon-button-group-DkkdIygu.js → icon-button-group-DZKC6KGf.js} +181 -168
- package/dist/_chunks/kit-extensions-DuoFF1R3.js +94 -0
- package/dist/_chunks/{marketplace-app-shell-DdwPj03y.js → marketplace-app-shell-PB89Dkk_.js} +2 -2
- package/dist/_chunks/{notes-panel-CY4KmDo-.js → notes-panel-CHbDDMx8.js} +83 -73
- package/dist/_chunks/{patient-details-C8ImUrVg.js → patient-details-DUj1htsH.js} +2 -2
- package/dist/_chunks/{patient-field-row-BRSOKvme.js → patient-field-row-CO0WR7yA.js} +2 -2
- package/dist/_chunks/{patient-summary-card-BhmKB2KR.js → patient-summary-card-DNzdYjxE.js} +59 -45
- package/dist/_chunks/rich-text-editor-BwDV2XkZ.js +4153 -0
- package/dist/_chunks/{tasks-panel-CpcikOeY.js → tasks-panel-DncuBPIZ.js} +2 -2
- package/dist/_chunks/{theme-toggle-bI0pgDDv.js → theme-toggle-BP0XRGMM.js} +2 -2
- package/dist/_chunks/use-ai-sparkle-Cf4yVTLB.js +76 -0
- package/dist/_chunks/{workflow-status-xeaJTzD3.js → workflow-status-CuJAOuKL.js} +43 -42
- package/dist/agent-catalog.json +32 -4
- package/dist/agent-i18n/en.json +1 -1
- package/dist/components/ai-credits-notice/ai-credits-notice.agent.d.ts +3 -0
- package/dist/components/ai-credits-notice/ai-credits-notice.d.ts +48 -0
- package/dist/components/ai-credits-notice/index.d.ts +4 -0
- package/dist/components/ai-credits-notice/index.js +7 -0
- package/dist/components/{ai-consent-banner/ai-consent-banner.agent.d.ts → ai-permission-notice/ai-permission-notice.agent.d.ts} +2 -2
- package/dist/components/{ai-consent-banner/ai-consent-banner.d.ts → ai-permission-notice/ai-permission-notice.d.ts} +1 -1
- package/dist/components/ai-permission-notice/index.d.ts +4 -0
- package/dist/components/{ai-consent-banner → ai-permission-notice}/index.js +1 -1
- 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/appointment-card/index.js +2 -2
- package/dist/components/appointment-peek/index.js +1 -1
- package/dist/components/appointment-timeline/index.js +1 -1
- package/dist/components/booking/index.js +1 -1
- package/dist/components/button-group/index.js +1 -1
- package/dist/components/calendar/index.js +1 -1
- package/dist/components/calendar-event-card/index.js +1 -1
- package/dist/components/chart/index.js +1 -1
- package/dist/components/data-table/index.js +3 -3
- package/dist/components/face-scheme/index.js +1 -1
- package/dist/components/file-manager/index.js +1 -1
- package/dist/components/header-settings/index.js +1 -1
- package/dist/components/hover-card/hover-card.d.ts +4 -0
- package/dist/components/hover-card/index.d.ts +1 -1
- package/dist/components/hover-card/index.js +3 -2
- package/dist/components/icon-button-group/index.js +1 -1
- package/dist/components/index.d.ts +5 -3
- package/dist/components/notes-panel/index.js +1 -1
- package/dist/components/notes-panel/notes-panel.d.ts +10 -0
- package/dist/components/patient-details/index.js +1 -1
- package/dist/components/patient-summary-card/index.js +1 -1
- package/dist/components/patient-table/index.js +1 -1
- package/dist/components/rich-text-editor/editor-extensions.d.ts +54 -0
- package/dist/components/rich-text-editor/editor-toolbar.d.ts +2 -1
- package/dist/components/rich-text-editor/help-me-write-overlay.d.ts +4 -0
- package/dist/components/rich-text-editor/index.d.ts +2 -0
- package/dist/components/rich-text-editor/index.js +6 -4
- package/dist/components/rich-text-editor/kit-extensions.d.ts +4 -0
- package/dist/components/rich-text-editor/rich-text-editor.d.ts +18 -2
- package/dist/components/tasks-panel/index.js +1 -1
- package/dist/components/theme-toggle/index.js +1 -1
- package/dist/components/workflow-status/index.js +1 -1
- package/dist/hooks/index.d.ts +1 -0
- package/dist/hooks/index.js +54 -48
- package/dist/hooks/use-ai-sparkle.d.ts +91 -0
- package/dist/host-compat.css +2 -2
- package/dist/i18n/locales/ar.d.ts +31 -0
- package/dist/i18n/locales/ar.js +33 -2
- package/dist/i18n/locales/de.d.ts +31 -0
- package/dist/i18n/locales/de.js +33 -2
- package/dist/i18n/locales/el.d.ts +31 -0
- package/dist/i18n/locales/el.js +33 -2
- package/dist/i18n/locales/en.d.ts +31 -0
- package/dist/i18n/locales/en.js +33 -2
- package/dist/i18n/locales/es.d.ts +31 -0
- package/dist/i18n/locales/es.js +33 -2
- package/dist/i18n/locales/fr.d.ts +31 -0
- package/dist/i18n/locales/fr.js +33 -2
- package/dist/i18n/locales/hi.d.ts +31 -0
- package/dist/i18n/locales/hi.js +33 -2
- package/dist/i18n/locales/it.d.ts +31 -0
- package/dist/i18n/locales/it.js +33 -2
- package/dist/i18n/locales/ja.d.ts +31 -0
- package/dist/i18n/locales/ja.js +33 -2
- package/dist/i18n/locales/nl.d.ts +31 -0
- package/dist/i18n/locales/nl.js +33 -2
- package/dist/i18n/locales/pl.d.ts +31 -0
- package/dist/i18n/locales/pl.js +33 -2
- package/dist/i18n/locales/pt.d.ts +31 -0
- package/dist/i18n/locales/pt.js +33 -2
- package/dist/i18n/locales/ro.d.ts +31 -0
- package/dist/i18n/locales/ro.js +33 -2
- package/dist/i18n/locales/ru.d.ts +31 -0
- package/dist/i18n/locales/ru.js +33 -2
- package/dist/i18n/locales/sq.d.ts +31 -0
- package/dist/i18n/locales/sq.js +33 -2
- package/dist/i18n/locales/sv.d.ts +31 -0
- package/dist/i18n/locales/sv.js +33 -2
- package/dist/i18n/locales/tr.d.ts +31 -0
- package/dist/i18n/locales/tr.js +33 -2
- package/dist/i18n/locales/zh.d.ts +31 -0
- package/dist/i18n/locales/zh.js +33 -2
- package/dist/index.js +1113 -1102
- package/dist/locales/ar.json +33 -2
- package/dist/locales/de.json +33 -2
- package/dist/locales/el.json +33 -2
- package/dist/locales/en.json +33 -2
- package/dist/locales/es.json +33 -2
- package/dist/locales/fr.json +33 -2
- package/dist/locales/hi.json +33 -2
- package/dist/locales/it.json +33 -2
- package/dist/locales/ja.json +33 -2
- package/dist/locales/nl.json +33 -2
- package/dist/locales/pl.json +33 -2
- package/dist/locales/pt.json +33 -2
- package/dist/locales/ro.json +33 -2
- package/dist/locales/ru.json +33 -2
- package/dist/locales/sq.json +33 -2
- package/dist/locales/sv.json +33 -2
- package/dist/locales/tr.json +33 -2
- package/dist/locales/zh.json +33 -2
- package/dist/patterns/anamnesis/index.js +1 -1
- package/dist/patterns/calendar/calendar-workspace.d.ts +6 -4
- package/dist/patterns/calendar/calendar.data.d.ts +9 -0
- package/dist/patterns/calendar/calendar.journey.d.ts +1 -1
- package/dist/patterns/calendar/calendar.sheets.d.ts +16 -5
- package/dist/patterns/calendar/calendar.types.d.ts +3 -1
- package/dist/patterns/calendar/index.js +1 -1
- package/dist/patterns/help-me-write-templates/help-me-write-templates.d.ts +11 -2
- 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 +1 -1
- package/package.json +14 -4
- package/dist/_chunks/button-group-R32U7SyV.js +0 -307
- package/dist/_chunks/rich-text-editor-BYE6kK4u.js +0 -3839
- package/dist/components/ai-consent-banner/index.d.ts +0 -4
|
@@ -6,6 +6,25 @@ export declare const roUi: {
|
|
|
6
6
|
readonly infoTip: {
|
|
7
7
|
readonly triggerLabel: "Mai multe informații";
|
|
8
8
|
};
|
|
9
|
+
readonly aiCreditsNotice: {
|
|
10
|
+
readonly dismiss: "Nu mai afișa";
|
|
11
|
+
readonly included: {
|
|
12
|
+
readonly eyebrow: "Asistență IA";
|
|
13
|
+
readonly heading: "Inclus în planul tău";
|
|
14
|
+
readonly body: "Funcțiile IA sunt oferite fără costuri suplimentare în această perioadă de probă.";
|
|
15
|
+
readonly allowance: "{{remaining}} din {{limit}} acțiuni IA luna aceasta";
|
|
16
|
+
readonly resetsOn: "Se reînnoiește pe {{date}}";
|
|
17
|
+
readonly learnMore: "Află mai multe";
|
|
18
|
+
};
|
|
19
|
+
readonly bundles: {
|
|
20
|
+
readonly eyebrow: "Credite IA";
|
|
21
|
+
readonly headingWithAllowance: "{{remaining}} din {{limit}} credite";
|
|
22
|
+
readonly body: "Planul gratuit include {{limit}} acțiuni pe lună. Alege un pachet de credite pentru a continua fără limite.";
|
|
23
|
+
readonly bodyGeneric: "Alege un pachet de credite pentru a continua fără limite.";
|
|
24
|
+
readonly viewBundles: "Vezi pachetele";
|
|
25
|
+
readonly seeCosts: "Cât costă fiecare acțiune";
|
|
26
|
+
};
|
|
27
|
+
};
|
|
9
28
|
readonly opticalPrescription: {
|
|
10
29
|
readonly ariaLabel: "Rețetă pentru ochelari";
|
|
11
30
|
readonly metaLabel: "Detalii rețetă";
|
|
@@ -584,6 +603,7 @@ export declare const roUi: {
|
|
|
584
603
|
readonly slider: {
|
|
585
604
|
readonly minLabel: "Minim";
|
|
586
605
|
readonly maxLabel: "Maxim";
|
|
606
|
+
readonly value: "Valoare";
|
|
587
607
|
};
|
|
588
608
|
readonly checkboxGroup: {
|
|
589
609
|
readonly selectAll: "Selectează tot";
|
|
@@ -735,6 +755,8 @@ export declare const roUi: {
|
|
|
735
755
|
readonly remove: "Elimină fișierul";
|
|
736
756
|
readonly progress: "{{percent}}% încărcat";
|
|
737
757
|
readonly filesSelected: "{{count}} fișiere selectate";
|
|
758
|
+
readonly maxSizeHint: "Max. {{size}}";
|
|
759
|
+
readonly maxFilesHint: "Până la {{count}} fișiere";
|
|
738
760
|
readonly errors: {
|
|
739
761
|
readonly fileTooLarge: "Fișierul depășește {{maxSize}}";
|
|
740
762
|
readonly fileTooSmall: "Fișierul este mai mic de {{minSize}}";
|
|
@@ -2041,6 +2063,7 @@ export declare const roUi: {
|
|
|
2041
2063
|
readonly mr: "Dl";
|
|
2042
2064
|
readonly ms: "Dna";
|
|
2043
2065
|
};
|
|
2066
|
+
readonly nameWithHonorific: "{{honorific}} {{name}}";
|
|
2044
2067
|
readonly gender: {
|
|
2045
2068
|
readonly m: "Masculin";
|
|
2046
2069
|
readonly f: "Feminin";
|
|
@@ -2791,6 +2814,8 @@ export declare const roUi: {
|
|
|
2791
2814
|
readonly remove: "Elimină evidențierea";
|
|
2792
2815
|
};
|
|
2793
2816
|
readonly heading: "Titlu";
|
|
2817
|
+
readonly extensionsKit: "Din kit";
|
|
2818
|
+
readonly extensionsMarketplace: "Din Marketplace";
|
|
2794
2819
|
readonly extensions: "Extensii editor";
|
|
2795
2820
|
readonly insertVariable: "Inserează variabilă";
|
|
2796
2821
|
readonly variables: {
|
|
@@ -4828,6 +4853,7 @@ export declare const roUi: {
|
|
|
4828
4853
|
readonly resetFiltersCount_zero: "Resetează filtrele — {{count}} active";
|
|
4829
4854
|
readonly resetFiltersCount_two: "Resetează filtrele — {{count}} active";
|
|
4830
4855
|
readonly resetFiltersCount_few: "Resetează filtrele — {{count}} active";
|
|
4856
|
+
readonly backlogCount: "De completat — {{n}} de completat";
|
|
4831
4857
|
};
|
|
4832
4858
|
readonly view: {
|
|
4833
4859
|
readonly menuLabel: "Vizualizare calendar — {{view}}";
|
|
@@ -4895,6 +4921,11 @@ export declare const roUi: {
|
|
|
4895
4921
|
readonly filterNoPatient: "Fără pacient";
|
|
4896
4922
|
readonly filterNoOperator: "Fără operator";
|
|
4897
4923
|
readonly filterNoChair: "Fără fotoliu";
|
|
4924
|
+
readonly settings: "Setările panoului";
|
|
4925
|
+
readonly settingsNarrowed: "Setările panoului, lista este filtrată";
|
|
4926
|
+
readonly settingsTitle: "Ce se afișează";
|
|
4927
|
+
readonly settingsHint: "Un card rămâne vizibil cât timp cel puțin unul dintre câmpurile lipsă este activat.";
|
|
4928
|
+
readonly emptyNarrowed: "Unele filtre sunt dezactivate în setările panoului.";
|
|
4898
4929
|
readonly notShownOnChairAxis: "Nu apare în coloanele pe fotolii până când nu i se atribuie un fotoliu.";
|
|
4899
4930
|
};
|
|
4900
4931
|
readonly waitingList: {
|
package/dist/i18n/locales/ro.js
CHANGED
|
@@ -2,6 +2,25 @@ const e = {
|
|
|
2
2
|
infoTip: {
|
|
3
3
|
triggerLabel: "Mai multe informații"
|
|
4
4
|
},
|
|
5
|
+
aiCreditsNotice: {
|
|
6
|
+
dismiss: "Nu mai afișa",
|
|
7
|
+
included: {
|
|
8
|
+
eyebrow: "Asistență IA",
|
|
9
|
+
heading: "Inclus în planul tău",
|
|
10
|
+
body: "Funcțiile IA sunt oferite fără costuri suplimentare în această perioadă de probă.",
|
|
11
|
+
allowance: "{{remaining}} din {{limit}} acțiuni IA luna aceasta",
|
|
12
|
+
resetsOn: "Se reînnoiește pe {{date}}",
|
|
13
|
+
learnMore: "Află mai multe"
|
|
14
|
+
},
|
|
15
|
+
bundles: {
|
|
16
|
+
eyebrow: "Credite IA",
|
|
17
|
+
headingWithAllowance: "{{remaining}} din {{limit}} credite",
|
|
18
|
+
body: "Planul gratuit include {{limit}} acțiuni pe lună. Alege un pachet de credite pentru a continua fără limite.",
|
|
19
|
+
bodyGeneric: "Alege un pachet de credite pentru a continua fără limite.",
|
|
20
|
+
viewBundles: "Vezi pachetele",
|
|
21
|
+
seeCosts: "Cât costă fiecare acțiune"
|
|
22
|
+
}
|
|
23
|
+
},
|
|
5
24
|
opticalPrescription: {
|
|
6
25
|
ariaLabel: "Rețetă pentru ochelari",
|
|
7
26
|
metaLabel: "Detalii rețetă",
|
|
@@ -575,7 +594,8 @@ const e = {
|
|
|
575
594
|
},
|
|
576
595
|
slider: {
|
|
577
596
|
minLabel: "Minim",
|
|
578
|
-
maxLabel: "Maxim"
|
|
597
|
+
maxLabel: "Maxim",
|
|
598
|
+
value: "Valoare"
|
|
579
599
|
},
|
|
580
600
|
checkboxGroup: {
|
|
581
601
|
selectAll: "Selectează tot",
|
|
@@ -727,6 +747,8 @@ const e = {
|
|
|
727
747
|
remove: "Elimină fișierul",
|
|
728
748
|
progress: "{{percent}}% încărcat",
|
|
729
749
|
filesSelected: "{{count}} fișiere selectate",
|
|
750
|
+
maxSizeHint: "Max. {{size}}",
|
|
751
|
+
maxFilesHint: "Până la {{count}} fișiere",
|
|
730
752
|
errors: {
|
|
731
753
|
fileTooLarge: "Fișierul depășește {{maxSize}}",
|
|
732
754
|
fileTooSmall: "Fișierul este mai mic de {{minSize}}",
|
|
@@ -2031,6 +2053,7 @@ const e = {
|
|
|
2031
2053
|
mr: "Dl",
|
|
2032
2054
|
ms: "Dna"
|
|
2033
2055
|
},
|
|
2056
|
+
nameWithHonorific: "{{honorific}} {{name}}",
|
|
2034
2057
|
gender: {
|
|
2035
2058
|
m: "Masculin",
|
|
2036
2059
|
f: "Feminin"
|
|
@@ -2775,6 +2798,8 @@ const e = {
|
|
|
2775
2798
|
remove: "Elimină evidențierea"
|
|
2776
2799
|
},
|
|
2777
2800
|
heading: "Titlu",
|
|
2801
|
+
extensionsKit: "Din kit",
|
|
2802
|
+
extensionsMarketplace: "Din Marketplace",
|
|
2778
2803
|
extensions: "Extensii editor",
|
|
2779
2804
|
insertVariable: "Inserează variabilă",
|
|
2780
2805
|
variables: {
|
|
@@ -4799,7 +4824,8 @@ const e = {
|
|
|
4799
4824
|
operatorsCount_few: "Operatori — {{count}} selectați",
|
|
4800
4825
|
resetFiltersCount_zero: "Resetează filtrele — {{count}} active",
|
|
4801
4826
|
resetFiltersCount_two: "Resetează filtrele — {{count}} active",
|
|
4802
|
-
resetFiltersCount_few: "Resetează filtrele — {{count}} active"
|
|
4827
|
+
resetFiltersCount_few: "Resetează filtrele — {{count}} active",
|
|
4828
|
+
backlogCount: "De completat — {{n}} de completat"
|
|
4803
4829
|
},
|
|
4804
4830
|
view: {
|
|
4805
4831
|
menuLabel: "Vizualizare calendar — {{view}}",
|
|
@@ -4867,6 +4893,11 @@ const e = {
|
|
|
4867
4893
|
filterNoPatient: "Fără pacient",
|
|
4868
4894
|
filterNoOperator: "Fără operator",
|
|
4869
4895
|
filterNoChair: "Fără fotoliu",
|
|
4896
|
+
settings: "Setările panoului",
|
|
4897
|
+
settingsNarrowed: "Setările panoului, lista este filtrată",
|
|
4898
|
+
settingsTitle: "Ce se afișează",
|
|
4899
|
+
settingsHint: "Un card rămâne vizibil cât timp cel puțin unul dintre câmpurile lipsă este activat.",
|
|
4900
|
+
emptyNarrowed: "Unele filtre sunt dezactivate în setările panoului.",
|
|
4870
4901
|
notShownOnChairAxis: "Nu apare în coloanele pe fotolii până când nu i se atribuie un fotoliu."
|
|
4871
4902
|
},
|
|
4872
4903
|
waitingList: {
|
|
@@ -6,6 +6,25 @@ export declare const ruUi: {
|
|
|
6
6
|
readonly infoTip: {
|
|
7
7
|
readonly triggerLabel: "Дополнительная информация";
|
|
8
8
|
};
|
|
9
|
+
readonly aiCreditsNotice: {
|
|
10
|
+
readonly dismiss: "Больше не показывать";
|
|
11
|
+
readonly included: {
|
|
12
|
+
readonly eyebrow: "Помощь ИИ";
|
|
13
|
+
readonly heading: "Включено в ваш тариф";
|
|
14
|
+
readonly body: "Функции ИИ предоставляются без дополнительной платы в течение пробного периода.";
|
|
15
|
+
readonly allowance: "{{remaining}} из {{limit}} действий ИИ в этом месяце";
|
|
16
|
+
readonly resetsOn: "Обновится {{date}}";
|
|
17
|
+
readonly learnMore: "Узнать больше";
|
|
18
|
+
};
|
|
19
|
+
readonly bundles: {
|
|
20
|
+
readonly eyebrow: "Кредиты ИИ";
|
|
21
|
+
readonly headingWithAllowance: "{{remaining}} из {{limit}} кредитов";
|
|
22
|
+
readonly body: "Бесплатный тариф включает {{limit}} действий в месяц. Выберите пакет кредитов, чтобы продолжить без ограничений.";
|
|
23
|
+
readonly bodyGeneric: "Выберите пакет кредитов, чтобы продолжить без ограничений.";
|
|
24
|
+
readonly viewBundles: "Посмотреть пакеты";
|
|
25
|
+
readonly seeCosts: "Сколько стоит каждое действие";
|
|
26
|
+
};
|
|
27
|
+
};
|
|
9
28
|
readonly opticalPrescription: {
|
|
10
29
|
readonly ariaLabel: "Рецепт на очки";
|
|
11
30
|
readonly metaLabel: "Сведения о рецепте";
|
|
@@ -595,6 +614,7 @@ export declare const ruUi: {
|
|
|
595
614
|
readonly slider: {
|
|
596
615
|
readonly minLabel: "Минимум";
|
|
597
616
|
readonly maxLabel: "Максимум";
|
|
617
|
+
readonly value: "Значение";
|
|
598
618
|
};
|
|
599
619
|
readonly checkboxGroup: {
|
|
600
620
|
readonly selectAll: "Выбрать всё";
|
|
@@ -746,6 +766,8 @@ export declare const ruUi: {
|
|
|
746
766
|
readonly remove: "Удалить файл";
|
|
747
767
|
readonly progress: "{{percent}}% загружено";
|
|
748
768
|
readonly filesSelected: "Выбрано файлов: {{count}}";
|
|
769
|
+
readonly maxSizeHint: "Макс. {{size}}";
|
|
770
|
+
readonly maxFilesHint: "До {{count}} файлов";
|
|
749
771
|
readonly errors: {
|
|
750
772
|
readonly fileTooLarge: "Файл превышает {{maxSize}}";
|
|
751
773
|
readonly fileTooSmall: "Файл меньше {{minSize}}";
|
|
@@ -2041,6 +2063,7 @@ export declare const ruUi: {
|
|
|
2041
2063
|
readonly mr: "Г-н";
|
|
2042
2064
|
readonly ms: "Г-жа";
|
|
2043
2065
|
};
|
|
2066
|
+
readonly nameWithHonorific: "{{honorific}} {{name}}";
|
|
2044
2067
|
readonly gender: {
|
|
2045
2068
|
readonly m: "Мужской";
|
|
2046
2069
|
readonly f: "Женский";
|
|
@@ -2791,6 +2814,8 @@ export declare const ruUi: {
|
|
|
2791
2814
|
readonly remove: "Убрать выделение";
|
|
2792
2815
|
};
|
|
2793
2816
|
readonly heading: "Заголовок";
|
|
2817
|
+
readonly extensionsKit: "Из набора";
|
|
2818
|
+
readonly extensionsMarketplace: "Из Marketplace";
|
|
2794
2819
|
readonly extensions: "Расширения редактора";
|
|
2795
2820
|
readonly insertVariable: "Вставить переменную";
|
|
2796
2821
|
readonly variables: {
|
|
@@ -4828,6 +4853,7 @@ export declare const ruUi: {
|
|
|
4828
4853
|
readonly resetFiltersCount_zero: "Сбросить фильтры — {{count}} активных";
|
|
4829
4854
|
readonly resetFiltersCount_two: "Сбросить фильтры — {{count}} активных";
|
|
4830
4855
|
readonly resetFiltersCount_few: "Сбросить фильтры — {{count}} активных";
|
|
4856
|
+
readonly backlogCount: "Требуют завершения — {{n}} требуют завершения";
|
|
4831
4857
|
};
|
|
4832
4858
|
readonly view: {
|
|
4833
4859
|
readonly menuLabel: "Вид календаря — {{view}}";
|
|
@@ -4895,6 +4921,11 @@ export declare const ruUi: {
|
|
|
4895
4921
|
readonly filterNoPatient: "Без пациента";
|
|
4896
4922
|
readonly filterNoOperator: "Без оператора";
|
|
4897
4923
|
readonly filterNoChair: "Без кресла";
|
|
4924
|
+
readonly settings: "Настройки панели";
|
|
4925
|
+
readonly settingsNarrowed: "Настройки панели, список отфильтрован";
|
|
4926
|
+
readonly settingsTitle: "Что показывать";
|
|
4927
|
+
readonly settingsHint: "Карточка остаётся видимой, пока включено хотя бы одно из её незаполненных полей.";
|
|
4928
|
+
readonly emptyNarrowed: "Некоторые фильтры отключены в настройках панели.";
|
|
4898
4929
|
readonly notShownOnChairAxis: "Не отображается в столбцах кресел, пока не назначено кресло.";
|
|
4899
4930
|
};
|
|
4900
4931
|
readonly waitingList: {
|
package/dist/i18n/locales/ru.js
CHANGED
|
@@ -2,6 +2,25 @@ const e = {
|
|
|
2
2
|
infoTip: {
|
|
3
3
|
triggerLabel: "Дополнительная информация"
|
|
4
4
|
},
|
|
5
|
+
aiCreditsNotice: {
|
|
6
|
+
dismiss: "Больше не показывать",
|
|
7
|
+
included: {
|
|
8
|
+
eyebrow: "Помощь ИИ",
|
|
9
|
+
heading: "Включено в ваш тариф",
|
|
10
|
+
body: "Функции ИИ предоставляются без дополнительной платы в течение пробного периода.",
|
|
11
|
+
allowance: "{{remaining}} из {{limit}} действий ИИ в этом месяце",
|
|
12
|
+
resetsOn: "Обновится {{date}}",
|
|
13
|
+
learnMore: "Узнать больше"
|
|
14
|
+
},
|
|
15
|
+
bundles: {
|
|
16
|
+
eyebrow: "Кредиты ИИ",
|
|
17
|
+
headingWithAllowance: "{{remaining}} из {{limit}} кредитов",
|
|
18
|
+
body: "Бесплатный тариф включает {{limit}} действий в месяц. Выберите пакет кредитов, чтобы продолжить без ограничений.",
|
|
19
|
+
bodyGeneric: "Выберите пакет кредитов, чтобы продолжить без ограничений.",
|
|
20
|
+
viewBundles: "Посмотреть пакеты",
|
|
21
|
+
seeCosts: "Сколько стоит каждое действие"
|
|
22
|
+
}
|
|
23
|
+
},
|
|
5
24
|
opticalPrescription: {
|
|
6
25
|
ariaLabel: "Рецепт на очки",
|
|
7
26
|
metaLabel: "Сведения о рецепте",
|
|
@@ -586,7 +605,8 @@ const e = {
|
|
|
586
605
|
},
|
|
587
606
|
slider: {
|
|
588
607
|
minLabel: "Минимум",
|
|
589
|
-
maxLabel: "Максимум"
|
|
608
|
+
maxLabel: "Максимум",
|
|
609
|
+
value: "Значение"
|
|
590
610
|
},
|
|
591
611
|
checkboxGroup: {
|
|
592
612
|
selectAll: "Выбрать всё",
|
|
@@ -738,6 +758,8 @@ const e = {
|
|
|
738
758
|
remove: "Удалить файл",
|
|
739
759
|
progress: "{{percent}}% загружено",
|
|
740
760
|
filesSelected: "Выбрано файлов: {{count}}",
|
|
761
|
+
maxSizeHint: "Макс. {{size}}",
|
|
762
|
+
maxFilesHint: "До {{count}} файлов",
|
|
741
763
|
errors: {
|
|
742
764
|
fileTooLarge: "Файл превышает {{maxSize}}",
|
|
743
765
|
fileTooSmall: "Файл меньше {{minSize}}",
|
|
@@ -2031,6 +2053,7 @@ const e = {
|
|
|
2031
2053
|
mr: "Г-н",
|
|
2032
2054
|
ms: "Г-жа"
|
|
2033
2055
|
},
|
|
2056
|
+
nameWithHonorific: "{{honorific}} {{name}}",
|
|
2034
2057
|
gender: {
|
|
2035
2058
|
m: "Мужской",
|
|
2036
2059
|
f: "Женский"
|
|
@@ -2768,6 +2791,8 @@ const e = {
|
|
|
2768
2791
|
remove: "Убрать выделение"
|
|
2769
2792
|
},
|
|
2770
2793
|
heading: "Заголовок",
|
|
2794
|
+
extensionsKit: "Из набора",
|
|
2795
|
+
extensionsMarketplace: "Из Marketplace",
|
|
2771
2796
|
extensions: "Расширения редактора",
|
|
2772
2797
|
insertVariable: "Вставить переменную",
|
|
2773
2798
|
variables: {
|
|
@@ -4794,7 +4819,8 @@ const e = {
|
|
|
4794
4819
|
operatorsCount_few: "Операторы — выбрано: {{count}}",
|
|
4795
4820
|
resetFiltersCount_zero: "Сбросить фильтры — {{count}} активных",
|
|
4796
4821
|
resetFiltersCount_two: "Сбросить фильтры — {{count}} активных",
|
|
4797
|
-
resetFiltersCount_few: "Сбросить фильтры — {{count}} активных"
|
|
4822
|
+
resetFiltersCount_few: "Сбросить фильтры — {{count}} активных",
|
|
4823
|
+
backlogCount: "Требуют завершения — {{n}} требуют завершения"
|
|
4798
4824
|
},
|
|
4799
4825
|
view: {
|
|
4800
4826
|
menuLabel: "Вид календаря — {{view}}",
|
|
@@ -4862,6 +4888,11 @@ const e = {
|
|
|
4862
4888
|
filterNoPatient: "Без пациента",
|
|
4863
4889
|
filterNoOperator: "Без оператора",
|
|
4864
4890
|
filterNoChair: "Без кресла",
|
|
4891
|
+
settings: "Настройки панели",
|
|
4892
|
+
settingsNarrowed: "Настройки панели, список отфильтрован",
|
|
4893
|
+
settingsTitle: "Что показывать",
|
|
4894
|
+
settingsHint: "Карточка остаётся видимой, пока включено хотя бы одно из её незаполненных полей.",
|
|
4895
|
+
emptyNarrowed: "Некоторые фильтры отключены в настройках панели.",
|
|
4865
4896
|
notShownOnChairAxis: "Не отображается в столбцах кресел, пока не назначено кресло."
|
|
4866
4897
|
},
|
|
4867
4898
|
waitingList: {
|
|
@@ -6,6 +6,25 @@ export declare const sqUi: {
|
|
|
6
6
|
readonly infoTip: {
|
|
7
7
|
readonly triggerLabel: "Më shumë informacion";
|
|
8
8
|
};
|
|
9
|
+
readonly aiCreditsNotice: {
|
|
10
|
+
readonly dismiss: "Mos e shfaq më";
|
|
11
|
+
readonly included: {
|
|
12
|
+
readonly eyebrow: "Asistencë IA";
|
|
13
|
+
readonly heading: "Përfshirë në planin tuaj";
|
|
14
|
+
readonly body: "Funksionet e IA ofrohen pa kosto shtesë gjatë kësaj periudhe prove.";
|
|
15
|
+
readonly allowance: "{{remaining}} nga {{limit}} veprime IA këtë muaj";
|
|
16
|
+
readonly resetsOn: "Rinovohet më {{date}}";
|
|
17
|
+
readonly learnMore: "Mëso më shumë";
|
|
18
|
+
};
|
|
19
|
+
readonly bundles: {
|
|
20
|
+
readonly eyebrow: "Kredite IA";
|
|
21
|
+
readonly headingWithAllowance: "{{remaining}} nga {{limit}} kredite";
|
|
22
|
+
readonly body: "Plani falas përfshin {{limit}} veprime në muaj. Zgjidh një paketë krediti për të vazhduar pa kufij.";
|
|
23
|
+
readonly bodyGeneric: "Zgjidh një paketë krediti për të vazhduar pa kufij.";
|
|
24
|
+
readonly viewBundles: "Shiko paketat";
|
|
25
|
+
readonly seeCosts: "Sa kushton çdo veprim";
|
|
26
|
+
};
|
|
27
|
+
};
|
|
9
28
|
readonly opticalPrescription: {
|
|
10
29
|
readonly ariaLabel: "Recetë për syze";
|
|
11
30
|
readonly metaLabel: "Detajet e recetës";
|
|
@@ -595,6 +614,7 @@ export declare const sqUi: {
|
|
|
595
614
|
readonly slider: {
|
|
596
615
|
readonly minLabel: "Minimumi";
|
|
597
616
|
readonly maxLabel: "Maksimumi";
|
|
617
|
+
readonly value: "Vlera";
|
|
598
618
|
};
|
|
599
619
|
readonly checkboxGroup: {
|
|
600
620
|
readonly selectAll: "Zgjidh të gjitha";
|
|
@@ -746,6 +766,8 @@ export declare const sqUi: {
|
|
|
746
766
|
readonly remove: "Hiq skedarin";
|
|
747
767
|
readonly progress: "{{percent}}% ngarkuar";
|
|
748
768
|
readonly filesSelected: "{{count}} skedarë të zgjedhur";
|
|
769
|
+
readonly maxSizeHint: "Maksimumi {{size}}";
|
|
770
|
+
readonly maxFilesHint: "Deri në {{count}} skedarë";
|
|
749
771
|
readonly errors: {
|
|
750
772
|
readonly fileTooLarge: "Skedari tejkalon {{maxSize}}";
|
|
751
773
|
readonly fileTooSmall: "Skedari është më i vogël se {{minSize}}";
|
|
@@ -2041,6 +2063,7 @@ export declare const sqUi: {
|
|
|
2041
2063
|
readonly mr: "Z.";
|
|
2042
2064
|
readonly ms: "Znj.";
|
|
2043
2065
|
};
|
|
2066
|
+
readonly nameWithHonorific: "{{honorific}} {{name}}";
|
|
2044
2067
|
readonly gender: {
|
|
2045
2068
|
readonly m: "Mashkull";
|
|
2046
2069
|
readonly f: "Femër";
|
|
@@ -2791,6 +2814,8 @@ export declare const sqUi: {
|
|
|
2791
2814
|
readonly remove: "Hiq theksimin";
|
|
2792
2815
|
};
|
|
2793
2816
|
readonly heading: "Titull";
|
|
2817
|
+
readonly extensionsKit: "Nga paketa";
|
|
2818
|
+
readonly extensionsMarketplace: "Nga Marketplace";
|
|
2794
2819
|
readonly extensions: "Shtesat e redaktuesit";
|
|
2795
2820
|
readonly insertVariable: "Fut variabël";
|
|
2796
2821
|
readonly variables: {
|
|
@@ -4828,6 +4853,7 @@ export declare const sqUi: {
|
|
|
4828
4853
|
readonly resetFiltersCount_zero: "Rivendos filtrat — {{count}} aktivë";
|
|
4829
4854
|
readonly resetFiltersCount_two: "Rivendos filtrat — {{count}} aktivë";
|
|
4830
4855
|
readonly resetFiltersCount_few: "Rivendos filtrat — {{count}} aktivë";
|
|
4856
|
+
readonly backlogCount: "Për t’u plotësuar — {{n}} për t’u plotësuar";
|
|
4831
4857
|
};
|
|
4832
4858
|
readonly view: {
|
|
4833
4859
|
readonly menuLabel: "Pamja e kalendarit — {{view}}";
|
|
@@ -4895,6 +4921,11 @@ export declare const sqUi: {
|
|
|
4895
4921
|
readonly filterNoPatient: "Pa pacient";
|
|
4896
4922
|
readonly filterNoOperator: "Pa operator";
|
|
4897
4923
|
readonly filterNoChair: "Pa karrige";
|
|
4924
|
+
readonly settings: "Cilësimet e panelit";
|
|
4925
|
+
readonly settingsNarrowed: "Cilësimet e panelit, lista është e filtruar";
|
|
4926
|
+
readonly settingsTitle: "Çfarë shfaqet";
|
|
4927
|
+
readonly settingsHint: "Një kartë mbetet e dukshme për sa kohë që të paktën një nga fushat që mungojnë është e aktivizuar.";
|
|
4928
|
+
readonly emptyNarrowed: "Disa filtra janë të çaktivizuar te cilësimet e panelit.";
|
|
4898
4929
|
readonly notShownOnChairAxis: "Nuk shfaqet në kolonat e karrigeve derisa të caktohet një karrige.";
|
|
4899
4930
|
};
|
|
4900
4931
|
readonly waitingList: {
|
package/dist/i18n/locales/sq.js
CHANGED
|
@@ -2,6 +2,25 @@ const e = {
|
|
|
2
2
|
infoTip: {
|
|
3
3
|
triggerLabel: "Më shumë informacion"
|
|
4
4
|
},
|
|
5
|
+
aiCreditsNotice: {
|
|
6
|
+
dismiss: "Mos e shfaq më",
|
|
7
|
+
included: {
|
|
8
|
+
eyebrow: "Asistencë IA",
|
|
9
|
+
heading: "Përfshirë në planin tuaj",
|
|
10
|
+
body: "Funksionet e IA ofrohen pa kosto shtesë gjatë kësaj periudhe prove.",
|
|
11
|
+
allowance: "{{remaining}} nga {{limit}} veprime IA këtë muaj",
|
|
12
|
+
resetsOn: "Rinovohet më {{date}}",
|
|
13
|
+
learnMore: "Mëso më shumë"
|
|
14
|
+
},
|
|
15
|
+
bundles: {
|
|
16
|
+
eyebrow: "Kredite IA",
|
|
17
|
+
headingWithAllowance: "{{remaining}} nga {{limit}} kredite",
|
|
18
|
+
body: "Plani falas përfshin {{limit}} veprime në muaj. Zgjidh një paketë krediti për të vazhduar pa kufij.",
|
|
19
|
+
bodyGeneric: "Zgjidh një paketë krediti për të vazhduar pa kufij.",
|
|
20
|
+
viewBundles: "Shiko paketat",
|
|
21
|
+
seeCosts: "Sa kushton çdo veprim"
|
|
22
|
+
}
|
|
23
|
+
},
|
|
5
24
|
opticalPrescription: {
|
|
6
25
|
ariaLabel: "Recetë për syze",
|
|
7
26
|
metaLabel: "Detajet e recetës",
|
|
@@ -586,7 +605,8 @@ const e = {
|
|
|
586
605
|
},
|
|
587
606
|
slider: {
|
|
588
607
|
minLabel: "Minimumi",
|
|
589
|
-
maxLabel: "Maksimumi"
|
|
608
|
+
maxLabel: "Maksimumi",
|
|
609
|
+
value: "Vlera"
|
|
590
610
|
},
|
|
591
611
|
checkboxGroup: {
|
|
592
612
|
selectAll: "Zgjidh të gjitha",
|
|
@@ -738,6 +758,8 @@ const e = {
|
|
|
738
758
|
remove: "Hiq skedarin",
|
|
739
759
|
progress: "{{percent}}% ngarkuar",
|
|
740
760
|
filesSelected: "{{count}} skedarë të zgjedhur",
|
|
761
|
+
maxSizeHint: "Maksimumi {{size}}",
|
|
762
|
+
maxFilesHint: "Deri në {{count}} skedarë",
|
|
741
763
|
errors: {
|
|
742
764
|
fileTooLarge: "Skedari tejkalon {{maxSize}}",
|
|
743
765
|
fileTooSmall: "Skedari është më i vogël se {{minSize}}",
|
|
@@ -2031,6 +2053,7 @@ const e = {
|
|
|
2031
2053
|
mr: "Z.",
|
|
2032
2054
|
ms: "Znj."
|
|
2033
2055
|
},
|
|
2056
|
+
nameWithHonorific: "{{honorific}} {{name}}",
|
|
2034
2057
|
gender: {
|
|
2035
2058
|
m: "Mashkull",
|
|
2036
2059
|
f: "Femër"
|
|
@@ -2772,6 +2795,8 @@ const e = {
|
|
|
2772
2795
|
remove: "Hiq theksimin"
|
|
2773
2796
|
},
|
|
2774
2797
|
heading: "Titull",
|
|
2798
|
+
extensionsKit: "Nga paketa",
|
|
2799
|
+
extensionsMarketplace: "Nga Marketplace",
|
|
2775
2800
|
extensions: "Shtesat e redaktuesit",
|
|
2776
2801
|
insertVariable: "Fut variabël",
|
|
2777
2802
|
variables: {
|
|
@@ -4796,7 +4821,8 @@ const e = {
|
|
|
4796
4821
|
operatorsCount_few: "Operatorë — {{count}} të zgjedhur",
|
|
4797
4822
|
resetFiltersCount_zero: "Rivendos filtrat — {{count}} aktivë",
|
|
4798
4823
|
resetFiltersCount_two: "Rivendos filtrat — {{count}} aktivë",
|
|
4799
|
-
resetFiltersCount_few: "Rivendos filtrat — {{count}} aktivë"
|
|
4824
|
+
resetFiltersCount_few: "Rivendos filtrat — {{count}} aktivë",
|
|
4825
|
+
backlogCount: "Për t’u plotësuar — {{n}} për t’u plotësuar"
|
|
4800
4826
|
},
|
|
4801
4827
|
view: {
|
|
4802
4828
|
menuLabel: "Pamja e kalendarit — {{view}}",
|
|
@@ -4864,6 +4890,11 @@ const e = {
|
|
|
4864
4890
|
filterNoPatient: "Pa pacient",
|
|
4865
4891
|
filterNoOperator: "Pa operator",
|
|
4866
4892
|
filterNoChair: "Pa karrige",
|
|
4893
|
+
settings: "Cilësimet e panelit",
|
|
4894
|
+
settingsNarrowed: "Cilësimet e panelit, lista është e filtruar",
|
|
4895
|
+
settingsTitle: "Çfarë shfaqet",
|
|
4896
|
+
settingsHint: "Një kartë mbetet e dukshme për sa kohë që të paktën një nga fushat që mungojnë është e aktivizuar.",
|
|
4897
|
+
emptyNarrowed: "Disa filtra janë të çaktivizuar te cilësimet e panelit.",
|
|
4867
4898
|
notShownOnChairAxis: "Nuk shfaqet në kolonat e karrigeve derisa të caktohet një karrige."
|
|
4868
4899
|
},
|
|
4869
4900
|
waitingList: {
|
|
@@ -6,6 +6,25 @@ export declare const svUi: {
|
|
|
6
6
|
readonly infoTip: {
|
|
7
7
|
readonly triggerLabel: "Mer information";
|
|
8
8
|
};
|
|
9
|
+
readonly aiCreditsNotice: {
|
|
10
|
+
readonly dismiss: "Visa inte igen";
|
|
11
|
+
readonly included: {
|
|
12
|
+
readonly eyebrow: "AI-assistans";
|
|
13
|
+
readonly heading: "Ingår i din plan";
|
|
14
|
+
readonly body: "AI-funktioner tillhandahålls utan extra kostnad under denna provperiod.";
|
|
15
|
+
readonly allowance: "{{remaining}} av {{limit}} AI-åtgärder denna månad";
|
|
16
|
+
readonly resetsOn: "Förnyas {{date}}";
|
|
17
|
+
readonly learnMore: "Läs mer";
|
|
18
|
+
};
|
|
19
|
+
readonly bundles: {
|
|
20
|
+
readonly eyebrow: "AI-krediter";
|
|
21
|
+
readonly headingWithAllowance: "{{remaining}} av {{limit}} krediter";
|
|
22
|
+
readonly body: "Den kostnadsfria planen inkluderar {{limit}} åtgärder per månad. Välj ett kreditpaket för att fortsätta utan gränser.";
|
|
23
|
+
readonly bodyGeneric: "Välj ett kreditpaket för att fortsätta utan gränser.";
|
|
24
|
+
readonly viewBundles: "Visa paket";
|
|
25
|
+
readonly seeCosts: "Vad varje åtgärd kostar";
|
|
26
|
+
};
|
|
27
|
+
};
|
|
9
28
|
readonly opticalPrescription: {
|
|
10
29
|
readonly ariaLabel: "Glasögonrecept";
|
|
11
30
|
readonly metaLabel: "Receptuppgifter";
|
|
@@ -595,6 +614,7 @@ export declare const svUi: {
|
|
|
595
614
|
readonly slider: {
|
|
596
615
|
readonly minLabel: "Minimum";
|
|
597
616
|
readonly maxLabel: "Maximum";
|
|
617
|
+
readonly value: "Värde";
|
|
598
618
|
};
|
|
599
619
|
readonly checkboxGroup: {
|
|
600
620
|
readonly selectAll: "Välj alla";
|
|
@@ -746,6 +766,8 @@ export declare const svUi: {
|
|
|
746
766
|
readonly remove: "Ta bort fil";
|
|
747
767
|
readonly progress: "{{percent}}% uppladdat";
|
|
748
768
|
readonly filesSelected: "{{count}} filer valda";
|
|
769
|
+
readonly maxSizeHint: "Max {{size}}";
|
|
770
|
+
readonly maxFilesHint: "Upp till {{count}} filer";
|
|
749
771
|
readonly errors: {
|
|
750
772
|
readonly fileTooLarge: "Filen överstiger {{maxSize}}";
|
|
751
773
|
readonly fileTooSmall: "Filen är mindre än {{minSize}}";
|
|
@@ -2041,6 +2063,7 @@ export declare const svUi: {
|
|
|
2041
2063
|
readonly mr: "Herr";
|
|
2042
2064
|
readonly ms: "Fru";
|
|
2043
2065
|
};
|
|
2066
|
+
readonly nameWithHonorific: "{{honorific}} {{name}}";
|
|
2044
2067
|
readonly gender: {
|
|
2045
2068
|
readonly m: "Man";
|
|
2046
2069
|
readonly f: "Kvinna";
|
|
@@ -2791,6 +2814,8 @@ export declare const svUi: {
|
|
|
2791
2814
|
readonly remove: "Ta bort överstrykning";
|
|
2792
2815
|
};
|
|
2793
2816
|
readonly heading: "Rubrik";
|
|
2817
|
+
readonly extensionsKit: "Från kitet";
|
|
2818
|
+
readonly extensionsMarketplace: "Från Marketplace";
|
|
2794
2819
|
readonly extensions: "Redigerartillägg";
|
|
2795
2820
|
readonly insertVariable: "Infoga variabel";
|
|
2796
2821
|
readonly variables: {
|
|
@@ -4828,6 +4853,7 @@ export declare const svUi: {
|
|
|
4828
4853
|
readonly resetFiltersCount_zero: "Återställ filter — {{count}} aktiva";
|
|
4829
4854
|
readonly resetFiltersCount_two: "Återställ filter — {{count}} aktiva";
|
|
4830
4855
|
readonly resetFiltersCount_few: "Återställ filter — {{count}} aktiva";
|
|
4856
|
+
readonly backlogCount: "Att slutföra — {{n}} att slutföra";
|
|
4831
4857
|
};
|
|
4832
4858
|
readonly view: {
|
|
4833
4859
|
readonly menuLabel: "Kalendervy — {{view}}";
|
|
@@ -4895,6 +4921,11 @@ export declare const svUi: {
|
|
|
4895
4921
|
readonly filterNoPatient: "Utan patient";
|
|
4896
4922
|
readonly filterNoOperator: "Utan operatör";
|
|
4897
4923
|
readonly filterNoChair: "Utan behandlingsstol";
|
|
4924
|
+
readonly settings: "Panelinställningar";
|
|
4925
|
+
readonly settingsNarrowed: "Panelinställningar, listan är filtrerad";
|
|
4926
|
+
readonly settingsTitle: "Vad som visas";
|
|
4927
|
+
readonly settingsHint: "Ett kort visas så länge minst ett av dess saknade fält är påslaget.";
|
|
4928
|
+
readonly emptyNarrowed: "Några filter är avstängda i panelinställningarna.";
|
|
4898
4929
|
readonly notShownOnChairAxis: "Visas inte i stolkolumnerna förrän en stol har tilldelats.";
|
|
4899
4930
|
};
|
|
4900
4931
|
readonly waitingList: {
|
package/dist/i18n/locales/sv.js
CHANGED
|
@@ -2,6 +2,25 @@ const e = {
|
|
|
2
2
|
infoTip: {
|
|
3
3
|
triggerLabel: "Mer information"
|
|
4
4
|
},
|
|
5
|
+
aiCreditsNotice: {
|
|
6
|
+
dismiss: "Visa inte igen",
|
|
7
|
+
included: {
|
|
8
|
+
eyebrow: "AI-assistans",
|
|
9
|
+
heading: "Ingår i din plan",
|
|
10
|
+
body: "AI-funktioner tillhandahålls utan extra kostnad under denna provperiod.",
|
|
11
|
+
allowance: "{{remaining}} av {{limit}} AI-åtgärder denna månad",
|
|
12
|
+
resetsOn: "Förnyas {{date}}",
|
|
13
|
+
learnMore: "Läs mer"
|
|
14
|
+
},
|
|
15
|
+
bundles: {
|
|
16
|
+
eyebrow: "AI-krediter",
|
|
17
|
+
headingWithAllowance: "{{remaining}} av {{limit}} krediter",
|
|
18
|
+
body: "Den kostnadsfria planen inkluderar {{limit}} åtgärder per månad. Välj ett kreditpaket för att fortsätta utan gränser.",
|
|
19
|
+
bodyGeneric: "Välj ett kreditpaket för att fortsätta utan gränser.",
|
|
20
|
+
viewBundles: "Visa paket",
|
|
21
|
+
seeCosts: "Vad varje åtgärd kostar"
|
|
22
|
+
}
|
|
23
|
+
},
|
|
5
24
|
opticalPrescription: {
|
|
6
25
|
ariaLabel: "Glasögonrecept",
|
|
7
26
|
metaLabel: "Receptuppgifter",
|
|
@@ -586,7 +605,8 @@ const e = {
|
|
|
586
605
|
},
|
|
587
606
|
slider: {
|
|
588
607
|
minLabel: "Minimum",
|
|
589
|
-
maxLabel: "Maximum"
|
|
608
|
+
maxLabel: "Maximum",
|
|
609
|
+
value: "Värde"
|
|
590
610
|
},
|
|
591
611
|
checkboxGroup: {
|
|
592
612
|
selectAll: "Välj alla",
|
|
@@ -738,6 +758,8 @@ const e = {
|
|
|
738
758
|
remove: "Ta bort fil",
|
|
739
759
|
progress: "{{percent}}% uppladdat",
|
|
740
760
|
filesSelected: "{{count}} filer valda",
|
|
761
|
+
maxSizeHint: "Max {{size}}",
|
|
762
|
+
maxFilesHint: "Upp till {{count}} filer",
|
|
741
763
|
errors: {
|
|
742
764
|
fileTooLarge: "Filen överstiger {{maxSize}}",
|
|
743
765
|
fileTooSmall: "Filen är mindre än {{minSize}}",
|
|
@@ -2031,6 +2053,7 @@ const e = {
|
|
|
2031
2053
|
mr: "Herr",
|
|
2032
2054
|
ms: "Fru"
|
|
2033
2055
|
},
|
|
2056
|
+
nameWithHonorific: "{{honorific}} {{name}}",
|
|
2034
2057
|
gender: {
|
|
2035
2058
|
m: "Man",
|
|
2036
2059
|
f: "Kvinna"
|
|
@@ -2768,6 +2791,8 @@ const e = {
|
|
|
2768
2791
|
},
|
|
2769
2792
|
highlight: { remove: "Ta bort överstrykning" },
|
|
2770
2793
|
heading: "Rubrik",
|
|
2794
|
+
extensionsKit: "Från kitet",
|
|
2795
|
+
extensionsMarketplace: "Från Marketplace",
|
|
2771
2796
|
extensions: "Redigerartillägg",
|
|
2772
2797
|
insertVariable: "Infoga variabel",
|
|
2773
2798
|
variables: {
|
|
@@ -4792,7 +4817,8 @@ const e = {
|
|
|
4792
4817
|
operatorsCount_few: "Operatörer — {{count}} valda",
|
|
4793
4818
|
resetFiltersCount_zero: "Återställ filter — {{count}} aktiva",
|
|
4794
4819
|
resetFiltersCount_two: "Återställ filter — {{count}} aktiva",
|
|
4795
|
-
resetFiltersCount_few: "Återställ filter — {{count}} aktiva"
|
|
4820
|
+
resetFiltersCount_few: "Återställ filter — {{count}} aktiva",
|
|
4821
|
+
backlogCount: "Att slutföra — {{n}} att slutföra"
|
|
4796
4822
|
},
|
|
4797
4823
|
view: {
|
|
4798
4824
|
menuLabel: "Kalendervy — {{view}}",
|
|
@@ -4860,6 +4886,11 @@ const e = {
|
|
|
4860
4886
|
filterNoPatient: "Utan patient",
|
|
4861
4887
|
filterNoOperator: "Utan operatör",
|
|
4862
4888
|
filterNoChair: "Utan behandlingsstol",
|
|
4889
|
+
settings: "Panelinställningar",
|
|
4890
|
+
settingsNarrowed: "Panelinställningar, listan är filtrerad",
|
|
4891
|
+
settingsTitle: "Vad som visas",
|
|
4892
|
+
settingsHint: "Ett kort visas så länge minst ett av dess saknade fält är påslaget.",
|
|
4893
|
+
emptyNarrowed: "Några filter är avstängda i panelinställningarna.",
|
|
4863
4894
|
notShownOnChairAxis: "Visas inte i stolkolumnerna förrän en stol har tilldelats."
|
|
4864
4895
|
},
|
|
4865
4896
|
waitingList: {
|