@alfadocs/ui-kit 1.0.0 → 1.2.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-DaL80uqL.js → actions-cell-renderer-ClGCSQnA.js} +600 -565
- package/dist/_chunks/{ai-consent-banner-BXD7W6FI.js → ai-consent-banner-DKgFfSzc.js} +2 -2
- package/dist/_chunks/{alert-Cxaqd-QO.js → alert-DS22ha1n.js} +103 -98
- package/dist/_chunks/{annotation-marker-qt5R9WZX.js → annotation-marker-CsUJGZjQ.js} +7 -5
- package/dist/_chunks/{audio-recorder-BjnB7V8n.js → audio-recorder-sRsGS-0V.js} +2 -2
- package/dist/_chunks/{booking-DSOK-bnR.js → booking-D8fCzcUd.js} +2 -2
- package/dist/_chunks/{care-plan-card-BrwhyIJI.js → care-plan-card-DjjVnBYz.js} +2 -2
- package/dist/_chunks/{care-plan-entry-card-DWEdCQM3.js → care-plan-entry-card-BVhpvd-P.js} +2 -2
- package/dist/_chunks/{collapsible-BrnRiCC6.js → collapsible-CGL9ontS.js} +65 -61
- package/dist/_chunks/{document-preview-DXsCEj4U.js → document-preview-DAczwybt.js} +2 -2
- package/dist/_chunks/{document-scanner-cS_ispQs.js → document-scanner-BRYIc3A-.js} +2 -2
- package/dist/_chunks/{entity-summary-BILN4wEG.js → entity-summary-BS6n7Iah.js} +2 -2
- package/dist/_chunks/{face-scheme-CjQAHvSP.js → face-scheme-Cou2efl7.js} +2 -2
- package/dist/_chunks/{file-manager-B9LZzT5E.js → file-manager-CNSLiuLo.js} +2 -2
- package/dist/_chunks/{freemium-paywall-Dr2342_S.js → freemium-paywall-DsT7MaLd.js} +2 -2
- package/dist/_chunks/link-cell-renderer-_DlEZHLI.js +772 -0
- package/dist/_chunks/{marketplace-app-shell-pCHBp8bo.js → marketplace-app-shell-DQC9Gpm0.js} +2 -2
- package/dist/_chunks/{muscle-scheme-kgCX5qfO.js → muscle-scheme-yfzP_xoJ.js} +2 -2
- package/dist/_chunks/notes-panel-CCz0J140.js +370 -0
- package/dist/_chunks/{patient-details-UmNcxL0c.js → patient-details-l7pnsUq9.js} +2 -2
- package/dist/_chunks/{patient-search-vtRTSdf6.js → patient-search-H54Utav2.js} +2 -2
- package/dist/_chunks/{patient-table-QEVsFvwq.js → patient-table-DXk0wW8Q.js} +243 -239
- package/dist/_chunks/payment-automation-upsell-C4LIw1iQ.js +305 -0
- package/dist/_chunks/{payment-form-BoGxEmGn.js → payment-form-CyKT20xZ.js} +2 -2
- package/dist/_chunks/{payment-request-card-CygO1anM.js → payment-request-card-CN30J6yM.js} +107 -138
- package/dist/_chunks/{pdf-viewer-CcOuR2wj.js → pdf-viewer-DHg8SfUI.js} +2 -2
- package/dist/_chunks/{practice-results-yKbwIxqa.js → practice-results-qvJRkvLn.js} +2 -2
- package/dist/_chunks/receipt-euro-C6k4Gzhr.js +36 -0
- package/dist/_chunks/{reviews-panel-DmOjvmyH.js → reviews-panel-BfUJhx3m.js} +2 -2
- package/dist/_chunks/{sign-document-cH9CboWB.js → sign-document-D70TEUw9.js} +2 -2
- package/dist/_chunks/{signature-request-BzXTV_RH.js → signature-request-BlNCXpRN.js} +2 -2
- package/dist/_chunks/sparkline-DJtZBe7O.js +501 -0
- package/dist/_chunks/{warning-stack-DKeAfj5M.js → warning-stack-IVf0oxh2.js} +2 -2
- package/dist/_chunks/{workflow-map-SIfAhmWz.js → workflow-map-ByyBYj6Y.js} +2 -2
- package/dist/agent-catalog.json +237 -7
- package/dist/agent-i18n/en.json +17 -5
- package/dist/components/ai-consent-banner/index.js +1 -1
- package/dist/components/alert/alert.d.ts +20 -0
- package/dist/components/alert/index.d.ts +1 -1
- package/dist/components/alert/index.js +1 -1
- package/dist/components/annotation-marker/index.js +1 -1
- package/dist/components/audio-recorder/index.js +1 -1
- package/dist/components/booking/index.js +1 -1
- package/dist/components/care-plan-card/index.js +1 -1
- package/dist/components/care-plan-entry-card/index.js +1 -1
- package/dist/components/collapsible/index.js +1 -1
- package/dist/components/data-table/filters/select-filter.d.ts +6 -0
- package/dist/components/data-table/hooks/use-presentational-aria-fix.d.ts +19 -0
- package/dist/components/data-table/index.js +2 -2
- package/dist/components/document-preview/index.js +1 -1
- package/dist/components/document-scanner/index.js +1 -1
- package/dist/components/entity-summary/index.js +1 -1
- package/dist/components/face-scheme/index.js +1 -1
- package/dist/components/file-manager/index.js +1 -1
- package/dist/components/freemium-paywall/index.js +1 -1
- package/dist/components/muscle-scheme/index.js +1 -1
- package/dist/components/notes-panel/index.js +1 -1
- package/dist/components/notes-panel/notes-panel.d.ts +45 -2
- package/dist/components/patient-details/index.js +1 -1
- package/dist/components/patient-search/index.js +1 -1
- package/dist/components/patient-table/index.js +1 -1
- package/dist/components/payment-card/index.js +1 -1
- package/dist/components/payment-form/index.js +1 -1
- package/dist/components/pdf-viewer/index.js +1 -1
- package/dist/components/practice-results/index.js +1 -1
- package/dist/components/reviews-panel/index.js +1 -1
- package/dist/components/sign-document/index.js +1 -1
- package/dist/components/skeleton-scheme/index.js +1 -1
- package/dist/components/sparkline/index.d.ts +1 -1
- package/dist/components/sparkline/index.js +1 -1
- package/dist/components/sparkline/sparkline.d.ts +60 -3
- package/dist/components/warning-stack/index.js +1 -1
- package/dist/components/workflow/index.js +1 -1
- package/dist/host-compat.css +13 -1
- package/dist/i18n/locales/ar.d.ts +3 -0
- package/dist/i18n/locales/ar.js +3 -0
- package/dist/i18n/locales/de.d.ts +3 -0
- package/dist/i18n/locales/de.js +3 -0
- package/dist/i18n/locales/el.d.ts +3 -0
- package/dist/i18n/locales/el.js +3 -0
- package/dist/i18n/locales/en.d.ts +3 -0
- package/dist/i18n/locales/en.js +3 -0
- package/dist/i18n/locales/es.d.ts +3 -0
- package/dist/i18n/locales/es.js +3 -0
- package/dist/i18n/locales/fr.d.ts +3 -0
- package/dist/i18n/locales/fr.js +3 -0
- package/dist/i18n/locales/hi.d.ts +3 -0
- package/dist/i18n/locales/hi.js +3 -0
- package/dist/i18n/locales/it.d.ts +3 -0
- package/dist/i18n/locales/it.js +3 -0
- package/dist/i18n/locales/ja.d.ts +3 -0
- package/dist/i18n/locales/ja.js +3 -0
- package/dist/i18n/locales/nl.d.ts +3 -0
- package/dist/i18n/locales/nl.js +3 -0
- package/dist/i18n/locales/pl.d.ts +3 -0
- package/dist/i18n/locales/pl.js +3 -0
- package/dist/i18n/locales/pt.d.ts +3 -0
- package/dist/i18n/locales/pt.js +3 -0
- package/dist/i18n/locales/ro.d.ts +3 -0
- package/dist/i18n/locales/ro.js +3 -0
- package/dist/i18n/locales/ru.d.ts +3 -0
- package/dist/i18n/locales/ru.js +3 -0
- package/dist/i18n/locales/sq.d.ts +3 -0
- package/dist/i18n/locales/sq.js +3 -0
- package/dist/i18n/locales/sv.d.ts +3 -0
- package/dist/i18n/locales/sv.js +3 -0
- package/dist/i18n/locales/tr.d.ts +3 -0
- package/dist/i18n/locales/tr.js +3 -0
- package/dist/i18n/locales/zh.d.ts +3 -0
- package/dist/i18n/locales/zh.js +3 -0
- package/dist/index.js +974 -1268
- package/dist/locales/ar.json +3 -0
- package/dist/locales/de.json +3 -0
- package/dist/locales/el.json +3 -0
- package/dist/locales/en.json +3 -0
- package/dist/locales/es.json +3 -0
- package/dist/locales/fr.json +3 -0
- package/dist/locales/hi.json +3 -0
- package/dist/locales/it.json +3 -0
- package/dist/locales/ja.json +3 -0
- package/dist/locales/nl.json +3 -0
- package/dist/locales/pl.json +3 -0
- package/dist/locales/pt.json +3 -0
- package/dist/locales/ro.json +3 -0
- package/dist/locales/ru.json +3 -0
- package/dist/locales/sq.json +3 -0
- package/dist/locales/sv.json +3 -0
- package/dist/locales/tr.json +3 -0
- package/dist/locales/zh.json +3 -0
- package/dist/patterns/marketplace-app-shell/index.js +1 -1
- package/dist/patterns/payment-automation-upsell/index.js +5 -0
- package/dist/patterns/signature-request/index.js +1 -1
- package/dist/tokens.css +1 -1
- package/package.json +5 -1
- package/dist/_chunks/link-cell-renderer-Bt-mXeQY.js +0 -728
- package/dist/_chunks/notes-panel-CTcOLLVo.js +0 -324
- package/dist/_chunks/sparkline-DcXqRZoq.js +0 -283
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { B as s, C as l, N as t, P as n, a as C, b as i, g as o, u } from "../../_chunks/patient-table-
|
|
1
|
+
import { B as s, C as l, N as t, P as n, a as C, b as i, g as o, u } from "../../_chunks/patient-table-DXk0wW8Q.js";
|
|
2
2
|
export {
|
|
3
3
|
s as BalanceBadgeCell,
|
|
4
4
|
l as CarePlanStatusCell,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { P as r, f as s, p as m, a as e, s as n, b as o, c as i } from "../../_chunks/payment-form-
|
|
1
|
+
import { P as r, f as s, p as m, a as e, s as n, b as o, c as i } from "../../_chunks/payment-form-CyKT20xZ.js";
|
|
2
2
|
export {
|
|
3
3
|
r as PaymentForm,
|
|
4
4
|
s as formatPaymentAmount,
|
|
@@ -4,7 +4,7 @@ import * as Z from "@radix-ui/react-tooltip";
|
|
|
4
4
|
import { c as T1 } from "../../_chunks/index-D2ZczOXr.js";
|
|
5
5
|
import { useTranslation as N1 } from "react-i18next";
|
|
6
6
|
import { u as E1 } from "../../_chunks/registry-DvAUVLHh.js";
|
|
7
|
-
import { m as R1, A as _1 } from "../../_chunks/annotation-marker-
|
|
7
|
+
import { m as R1, A as _1 } from "../../_chunks/annotation-marker-CsUJGZjQ.js";
|
|
8
8
|
import { T as A } from "../../_chunks/tabs-CBb2AidH.js";
|
|
9
9
|
import { a as V1, Z as C1 } from "../../_chunks/zoom-out-Dnif4kJx.js";
|
|
10
10
|
import { M as F1 } from "../../_chunks/maximize-2-BYd2Kti7.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { Sparkline } from './sparkline';
|
|
2
|
-
export type { SparklineHandle, SparklineProps } from './sparkline';
|
|
2
|
+
export type { SparklineAnnotation, SparklineAnnotationTone, SparklineHandle, SparklineProps, } from './sparkline';
|
|
3
3
|
export { useLinearTrend } from './use-linear-trend';
|
|
4
4
|
export type { TrendDirection, LinearTrendResult } from './use-linear-trend';
|
|
5
5
|
export { sparklineAgent } from './sparkline.agent';
|
|
@@ -1,17 +1,51 @@
|
|
|
1
1
|
import { type HTMLAttributes } from 'react';
|
|
2
2
|
import { type VariantProps } from 'class-variance-authority';
|
|
3
3
|
import ApexCharts from 'apexcharts';
|
|
4
|
+
import { type MarkerShape } from '../annotation-marker';
|
|
4
5
|
declare const sparklineVariants: (props?: ({
|
|
5
6
|
size?: "auto" | "sm" | "md" | "xs" | null | undefined;
|
|
6
7
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
7
8
|
export interface SparklineHandle {
|
|
8
|
-
updateSeries: (data: number[]) => void;
|
|
9
|
+
updateSeries: (data: (number | null)[]) => void;
|
|
9
10
|
updateOptions: (opts: ApexCharts.ApexOptions) => void;
|
|
10
11
|
dataURI: () => Promise<string>;
|
|
12
|
+
/** Fire the host's annotation handler for `id`, as a pointer press on that
|
|
13
|
+
* annotation's band would. No-op when the sparkline is not selectable, or
|
|
14
|
+
* when `id` names no currently drawn annotation. */
|
|
15
|
+
selectAnnotation: (id: string) => void;
|
|
16
|
+
}
|
|
17
|
+
/** Semantic tint for an annotation. Decorative reinforcement of `shape` —
|
|
18
|
+
* never the only channel carrying which event this is. */
|
|
19
|
+
export type SparklineAnnotationTone = 'neutral' | 'info' | 'success' | 'warning' | 'error' | 'accent';
|
|
20
|
+
/**
|
|
21
|
+
* A vertical reference line dropped across the plot — the release-annotation
|
|
22
|
+
* pattern: "something happened here, look at what the line does around it".
|
|
23
|
+
*
|
|
24
|
+
* `position` is a FRACTION of the plotted x extent, not an index: `0` is the
|
|
25
|
+
* first data point, `1` the last, `0.5` exactly halfway between them. That is
|
|
26
|
+
* what lets an event that falls BETWEEN two points be placed at all, and what
|
|
27
|
+
* lets the same event land at the same x in a column of stacked sparklines —
|
|
28
|
+
* the caller derives the fraction once, from a domain the whole column shares,
|
|
29
|
+
* rather than per-series from a point count that differs row to row.
|
|
30
|
+
*/
|
|
31
|
+
export interface SparklineAnnotation {
|
|
32
|
+
/** Stable key — also emitted as `data-annotation-id` for test/agent hooks. */
|
|
33
|
+
id: string;
|
|
34
|
+
/** Fraction of the plotted x extent: 0 = first point, 1 = last. Clamped. */
|
|
35
|
+
position: number;
|
|
36
|
+
/** Accessible label, already localised by the caller. Folded into the
|
|
37
|
+
* sparkline's own `aria-label` — the line itself says nothing aloud. */
|
|
38
|
+
label: string;
|
|
39
|
+
/** Shape of the cap drawn at the top of the line. The accessible channel. */
|
|
40
|
+
shape?: MarkerShape;
|
|
41
|
+
tone?: SparklineAnnotationTone;
|
|
11
42
|
}
|
|
12
43
|
export interface SparklineProps extends Omit<HTMLAttributes<HTMLDivElement>, 'role' | 'children'>, VariantProps<typeof sparklineVariants> {
|
|
13
|
-
/**
|
|
14
|
-
|
|
44
|
+
/** Data points in plot order. `null` is an unmeasured position — it holds
|
|
45
|
+
* the point's place on the x extent and draws a gap, so a series measured
|
|
46
|
+
* at some positions and not others stays aligned with one that was measured
|
|
47
|
+
* at all of them. */
|
|
48
|
+
data: (number | null)[];
|
|
15
49
|
/** Chart visual style */
|
|
16
50
|
variant?: 'line' | 'bar' | 'area';
|
|
17
51
|
/** Size preset */
|
|
@@ -33,6 +67,29 @@ export interface SparklineProps extends Omit<HTMLAttributes<HTMLDivElement>, 'ro
|
|
|
33
67
|
width?: string | number;
|
|
34
68
|
/** Height override — defaults to the size variant height */
|
|
35
69
|
height?: string | number;
|
|
70
|
+
/** Vertical reference lines dropped across the plot. Omitted = none, so
|
|
71
|
+
* every existing consumer is unaffected. */
|
|
72
|
+
annotations?: readonly SparklineAnnotation[];
|
|
73
|
+
/**
|
|
74
|
+
* Make the drawn annotations POINTER-selectable — a press anywhere in an
|
|
75
|
+
* annotation's 44px band calls this with its `id`. Omitted (the default, and
|
|
76
|
+
* what every consumer before 1.1.0 gets) leaves them decorative, which is
|
|
77
|
+
* what a dashboard sparkline wants: a trend thumbnail should not be a click
|
|
78
|
+
* target.
|
|
79
|
+
*
|
|
80
|
+
* NOT a keyboard route, and deliberately so. The sparkline is `role="img"`,
|
|
81
|
+
* whose descendants are not exposed to assistive technology at all, so a
|
|
82
|
+
* focusable control drawn inside it would be a tab stop with no accessible
|
|
83
|
+
* name. The host MUST therefore already offer a keyboard control that does
|
|
84
|
+
* the same thing for the same annotation (WCAG 2.1.1) — this is a pointer
|
|
85
|
+
* shortcut to that control, never the only way in.
|
|
86
|
+
*
|
|
87
|
+
* The 44px band is delivered by the `size` variants only. Pass an explicit
|
|
88
|
+
* `height` and the pointer layer falls back to the drawn height, so
|
|
89
|
+
* `height={20}` yields a 20px-tall target — below even WCAG 2.5.8. Under
|
|
90
|
+
* `.theme-accessible`, where `--min-target-size` is 48px, the band stays 44.
|
|
91
|
+
*/
|
|
92
|
+
onAnnotationSelect?: (annotationId: string) => void;
|
|
36
93
|
}
|
|
37
94
|
export declare const Sparkline: import("react").ForwardRefExoticComponent<SparklineProps & import("react").RefAttributes<SparklineHandle>>;
|
|
38
95
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as r, W as e, a as s, b as d, c as w, i as t, l as f, m as l, r as i, w as k, d as n, e as A, f as C } from "../../_chunks/workflow-map-
|
|
1
|
+
import { C as r, W as e, a as s, b as d, c as w, i as t, l as f, m as l, r as i, w as k, d as n, e as A, f as C } from "../../_chunks/workflow-map-ByyBYj6Y.js";
|
|
2
2
|
export {
|
|
3
3
|
r as CORE_PATIENT_FIELDS,
|
|
4
4
|
e as WorkflowCard,
|
package/dist/host-compat.css
CHANGED
|
@@ -196,7 +196,7 @@
|
|
|
196
196
|
|
|
197
197
|
/* ───────────────────────────────────────────────────────────────────────
|
|
198
198
|
SECTION B — non-token declarations. ORIGINAL LAYER PRESERVED.
|
|
199
|
-
|
|
199
|
+
127 declarations across 123 rules.
|
|
200
200
|
|
|
201
201
|
Kit-authored arbitrary-value utilities (`ds:w-[20rem]`) and the
|
|
202
202
|
vendored AG Grid rules. These set real properties on real elements,
|
|
@@ -274,9 +274,15 @@
|
|
|
274
274
|
.ds\:max-h-\[20rem\] {
|
|
275
275
|
max-height:320px;
|
|
276
276
|
}
|
|
277
|
+
.ds\:max-h-\[24rem\] {
|
|
278
|
+
max-height:384px;
|
|
279
|
+
}
|
|
277
280
|
.ds\:max-h-\[32rem\] {
|
|
278
281
|
max-height:512px;
|
|
279
282
|
}
|
|
283
|
+
.ds\:max-h-\[min\(20rem\,var\(--radix-popover-content-available-height\)\)\] {
|
|
284
|
+
max-height:min(320px,var(--radix-popover-content-available-height));
|
|
285
|
+
}
|
|
280
286
|
.ds\:max-h-\[min\(24rem\,var\(--radix-popover-content-available-height\)\)\] {
|
|
281
287
|
max-height:min(384px,var(--radix-popover-content-available-height));
|
|
282
288
|
}
|
|
@@ -433,6 +439,9 @@
|
|
|
433
439
|
.ds\:min-w-\[10rem\] {
|
|
434
440
|
min-width:160px;
|
|
435
441
|
}
|
|
442
|
+
.ds\:min-w-\[11rem\] {
|
|
443
|
+
min-width:176px;
|
|
444
|
+
}
|
|
436
445
|
.ds\:min-w-\[12rem\] {
|
|
437
446
|
min-width:192px;
|
|
438
447
|
}
|
|
@@ -442,6 +451,9 @@
|
|
|
442
451
|
.ds\:min-w-\[16rem\] {
|
|
443
452
|
min-width:256px;
|
|
444
453
|
}
|
|
454
|
+
.ds\:min-w-\[18rem\] {
|
|
455
|
+
min-width:288px;
|
|
456
|
+
}
|
|
445
457
|
.ds\:min-w-\[32rem\] {
|
|
446
458
|
min-width:512px;
|
|
447
459
|
}
|
|
@@ -1261,6 +1261,8 @@ export declare const arUi: {
|
|
|
1261
1261
|
readonly reviews_other: "{{value}} نجوم · {{count}} تقييمات";
|
|
1262
1262
|
};
|
|
1263
1263
|
readonly sparkline: {
|
|
1264
|
+
readonly annotationAction: "{{label}} — اختر للفتح";
|
|
1265
|
+
readonly annotations: "مُعلَّم: {{list}}";
|
|
1264
1266
|
readonly summary: "{{label}}: الأدنى {{min}}, الأقصى {{max}}, الحالي {{current}}, {{direction}}";
|
|
1265
1267
|
readonly summaryNoLabel: "الأدنى {{min}}, الأقصى {{max}}, الحالي {{current}}, {{direction}}";
|
|
1266
1268
|
readonly noData: "لا توجد بيانات";
|
|
@@ -3769,6 +3771,7 @@ export declare const arUi: {
|
|
|
3769
3771
|
readonly composerLabel: "ملاحظة جديدة";
|
|
3770
3772
|
readonly add: "إضافة ملاحظة";
|
|
3771
3773
|
readonly empty: "لا توجد ملاحظات بعد.";
|
|
3774
|
+
readonly current: "الملاحظة الحالية";
|
|
3772
3775
|
readonly clinicalToggle: "ملاحظة سريرية";
|
|
3773
3776
|
readonly clinicalGated: "ليست لديك صلاحية كتابة الملاحظات السريرية.";
|
|
3774
3777
|
};
|
package/dist/i18n/locales/ar.js
CHANGED
|
@@ -1258,6 +1258,8 @@ const e = {
|
|
|
1258
1258
|
reviews_other: "{{value}} نجوم · {{count}} تقييمات"
|
|
1259
1259
|
},
|
|
1260
1260
|
sparkline: {
|
|
1261
|
+
annotationAction: "{{label}} — اختر للفتح",
|
|
1262
|
+
annotations: "مُعلَّم: {{list}}",
|
|
1261
1263
|
summary: "{{label}}: الأدنى {{min}}, الأقصى {{max}}, الحالي {{current}}, {{direction}}",
|
|
1262
1264
|
summaryNoLabel: "الأدنى {{min}}, الأقصى {{max}}, الحالي {{current}}, {{direction}}",
|
|
1263
1265
|
noData: "لا توجد بيانات",
|
|
@@ -3736,6 +3738,7 @@ const e = {
|
|
|
3736
3738
|
composerLabel: "ملاحظة جديدة",
|
|
3737
3739
|
add: "إضافة ملاحظة",
|
|
3738
3740
|
empty: "لا توجد ملاحظات بعد.",
|
|
3741
|
+
current: "الملاحظة الحالية",
|
|
3739
3742
|
clinicalToggle: "ملاحظة سريرية",
|
|
3740
3743
|
clinicalGated: "ليست لديك صلاحية كتابة الملاحظات السريرية."
|
|
3741
3744
|
},
|
|
@@ -1261,6 +1261,8 @@ export declare const deUi: {
|
|
|
1261
1261
|
readonly reviews_other: "{{value}} Sterne · {{count}} Bewertungen";
|
|
1262
1262
|
};
|
|
1263
1263
|
readonly sparkline: {
|
|
1264
|
+
readonly annotationAction: "{{label}} – zum Öffnen auswählen";
|
|
1265
|
+
readonly annotations: "Markiert: {{list}}";
|
|
1264
1266
|
readonly summary: "{{label}}: Min. {{min}}, Max. {{max}}, aktuell {{current}}, {{direction}}";
|
|
1265
1267
|
readonly summaryNoLabel: "Min. {{min}}, Max. {{max}}, aktuell {{current}}, {{direction}}";
|
|
1266
1268
|
readonly noData: "Keine Daten";
|
|
@@ -3769,6 +3771,7 @@ export declare const deUi: {
|
|
|
3769
3771
|
readonly composerLabel: "Neue Notiz";
|
|
3770
3772
|
readonly add: "Notiz hinzufügen";
|
|
3771
3773
|
readonly empty: "Noch keine Notizen.";
|
|
3774
|
+
readonly current: "Aktuelle Notiz";
|
|
3772
3775
|
readonly clinicalToggle: "Klinische Notiz";
|
|
3773
3776
|
readonly clinicalGated: "Sie haben keine Berechtigung, klinische Notizen zu schreiben.";
|
|
3774
3777
|
};
|
package/dist/i18n/locales/de.js
CHANGED
|
@@ -1258,6 +1258,8 @@ const e = {
|
|
|
1258
1258
|
reviews_other: "{{value}} Sterne · {{count}} Bewertungen"
|
|
1259
1259
|
},
|
|
1260
1260
|
sparkline: {
|
|
1261
|
+
annotationAction: "{{label}} – zum Öffnen auswählen",
|
|
1262
|
+
annotations: "Markiert: {{list}}",
|
|
1261
1263
|
summary: "{{label}}: Min. {{min}}, Max. {{max}}, aktuell {{current}}, {{direction}}",
|
|
1262
1264
|
summaryNoLabel: "Min. {{min}}, Max. {{max}}, aktuell {{current}}, {{direction}}",
|
|
1263
1265
|
noData: "Keine Daten",
|
|
@@ -3737,6 +3739,7 @@ const e = {
|
|
|
3737
3739
|
composerLabel: "Neue Notiz",
|
|
3738
3740
|
add: "Notiz hinzufügen",
|
|
3739
3741
|
empty: "Noch keine Notizen.",
|
|
3742
|
+
current: "Aktuelle Notiz",
|
|
3740
3743
|
clinicalToggle: "Klinische Notiz",
|
|
3741
3744
|
clinicalGated: "Sie haben keine Berechtigung, klinische Notizen zu schreiben."
|
|
3742
3745
|
},
|
|
@@ -1258,6 +1258,8 @@ export declare const elUi: {
|
|
|
1258
1258
|
readonly reviews_other: "{{value}} αστέρια · {{count}} αξιολογήσεις";
|
|
1259
1259
|
};
|
|
1260
1260
|
readonly sparkline: {
|
|
1261
|
+
readonly annotationAction: "{{label}} — επιλέξτε για άνοιγμα";
|
|
1262
|
+
readonly annotations: "Σημειωμένο: {{list}}";
|
|
1261
1263
|
readonly summary: "{{label}}: ελάχ. {{min}}, μέγ. {{max}}, τρέχον {{current}}, {{direction}}";
|
|
1262
1264
|
readonly summaryNoLabel: "ελάχ. {{min}}, μέγ. {{max}}, τρέχον {{current}}, {{direction}}";
|
|
1263
1265
|
readonly noData: "Δεν υπάρχουν δεδομένα";
|
|
@@ -3766,6 +3768,7 @@ export declare const elUi: {
|
|
|
3766
3768
|
readonly composerLabel: "Νέα σημείωση";
|
|
3767
3769
|
readonly add: "Προσθήκη σημείωσης";
|
|
3768
3770
|
readonly empty: "Δεν υπάρχουν σημειώσεις ακόμη.";
|
|
3771
|
+
readonly current: "Τρέχουσα σημείωση";
|
|
3769
3772
|
readonly clinicalToggle: "Κλινική σημείωση";
|
|
3770
3773
|
readonly clinicalGated: "Δεν έχετε δικαίωμα καταχώρισης κλινικών σημειώσεων.";
|
|
3771
3774
|
};
|
package/dist/i18n/locales/el.js
CHANGED
|
@@ -1258,6 +1258,8 @@ const e = {
|
|
|
1258
1258
|
reviews_other: "{{value}} αστέρια · {{count}} αξιολογήσεις"
|
|
1259
1259
|
},
|
|
1260
1260
|
sparkline: {
|
|
1261
|
+
annotationAction: "{{label}} — επιλέξτε για άνοιγμα",
|
|
1262
|
+
annotations: "Σημειωμένο: {{list}}",
|
|
1261
1263
|
summary: "{{label}}: ελάχ. {{min}}, μέγ. {{max}}, τρέχον {{current}}, {{direction}}",
|
|
1262
1264
|
summaryNoLabel: "ελάχ. {{min}}, μέγ. {{max}}, τρέχον {{current}}, {{direction}}",
|
|
1263
1265
|
noData: "Δεν υπάρχουν δεδομένα",
|
|
@@ -3743,6 +3745,7 @@ const e = {
|
|
|
3743
3745
|
composerLabel: "Νέα σημείωση",
|
|
3744
3746
|
add: "Προσθήκη σημείωσης",
|
|
3745
3747
|
empty: "Δεν υπάρχουν σημειώσεις ακόμη.",
|
|
3748
|
+
current: "Τρέχουσα σημείωση",
|
|
3746
3749
|
clinicalToggle: "Κλινική σημείωση",
|
|
3747
3750
|
clinicalGated: "Δεν έχετε δικαίωμα καταχώρισης κλινικών σημειώσεων."
|
|
3748
3751
|
},
|
|
@@ -1269,6 +1269,8 @@ export declare const enUi: {
|
|
|
1269
1269
|
readonly reviews_other: "{{value}} stars · {{count}} reviews";
|
|
1270
1270
|
};
|
|
1271
1271
|
readonly sparkline: {
|
|
1272
|
+
readonly annotationAction: "{{label}} — select to open";
|
|
1273
|
+
readonly annotations: "Marked: {{list}}";
|
|
1272
1274
|
readonly summary: "{{label}}: min {{min}}, max {{max}}, current {{current}}, {{direction}}";
|
|
1273
1275
|
readonly summaryNoLabel: "min {{min}}, max {{max}}, current {{current}}, {{direction}}";
|
|
1274
1276
|
readonly noData: "No data";
|
|
@@ -3777,6 +3779,7 @@ export declare const enUi: {
|
|
|
3777
3779
|
readonly composerLabel: "New note";
|
|
3778
3780
|
readonly add: "Add note";
|
|
3779
3781
|
readonly empty: "No notes yet.";
|
|
3782
|
+
readonly current: "Current note";
|
|
3780
3783
|
readonly clinicalToggle: "Clinical note";
|
|
3781
3784
|
readonly clinicalGated: "You do not have permission to write clinical notes.";
|
|
3782
3785
|
};
|
package/dist/i18n/locales/en.js
CHANGED
|
@@ -1252,6 +1252,8 @@ const e = {
|
|
|
1252
1252
|
reviews_other: "{{value}} stars · {{count}} reviews"
|
|
1253
1253
|
},
|
|
1254
1254
|
sparkline: {
|
|
1255
|
+
annotationAction: "{{label}} — select to open",
|
|
1256
|
+
annotations: "Marked: {{list}}",
|
|
1255
1257
|
summary: "{{label}}: min {{min}}, max {{max}}, current {{current}}, {{direction}}",
|
|
1256
1258
|
summaryNoLabel: "min {{min}}, max {{max}}, current {{current}}, {{direction}}",
|
|
1257
1259
|
noData: "No data",
|
|
@@ -3763,6 +3765,7 @@ const e = {
|
|
|
3763
3765
|
composerLabel: "New note",
|
|
3764
3766
|
add: "Add note",
|
|
3765
3767
|
empty: "No notes yet.",
|
|
3768
|
+
current: "Current note",
|
|
3766
3769
|
clinicalToggle: "Clinical note",
|
|
3767
3770
|
clinicalGated: "You do not have permission to write clinical notes."
|
|
3768
3771
|
},
|
|
@@ -1258,6 +1258,8 @@ export declare const esUi: {
|
|
|
1258
1258
|
readonly reviews_other: "{{value}} estrellas · {{count}} opiniones";
|
|
1259
1259
|
};
|
|
1260
1260
|
readonly sparkline: {
|
|
1261
|
+
readonly annotationAction: "{{label}} — selecciona para abrir";
|
|
1262
|
+
readonly annotations: "Marcado: {{list}}";
|
|
1261
1263
|
readonly summary: "{{label}}: mín. {{min}}, máx. {{max}}, actual {{current}}, {{direction}}";
|
|
1262
1264
|
readonly summaryNoLabel: "mín. {{min}}, máx. {{max}}, actual {{current}}, {{direction}}";
|
|
1263
1265
|
readonly noData: "Sin datos";
|
|
@@ -3766,6 +3768,7 @@ export declare const esUi: {
|
|
|
3766
3768
|
readonly composerLabel: "Nueva nota";
|
|
3767
3769
|
readonly add: "Añadir nota";
|
|
3768
3770
|
readonly empty: "Aún no hay notas.";
|
|
3771
|
+
readonly current: "Nota actual";
|
|
3769
3772
|
readonly clinicalToggle: "Nota clínica";
|
|
3770
3773
|
readonly clinicalGated: "No tienes permiso para escribir notas clínicas.";
|
|
3771
3774
|
};
|
package/dist/i18n/locales/es.js
CHANGED
|
@@ -1258,6 +1258,8 @@ const e = {
|
|
|
1258
1258
|
reviews_other: "{{value}} estrellas · {{count}} opiniones"
|
|
1259
1259
|
},
|
|
1260
1260
|
sparkline: {
|
|
1261
|
+
annotationAction: "{{label}} — selecciona para abrir",
|
|
1262
|
+
annotations: "Marcado: {{list}}",
|
|
1261
1263
|
summary: "{{label}}: mín. {{min}}, máx. {{max}}, actual {{current}}, {{direction}}",
|
|
1262
1264
|
summaryNoLabel: "mín. {{min}}, máx. {{max}}, actual {{current}}, {{direction}}",
|
|
1263
1265
|
noData: "Sin datos",
|
|
@@ -3732,6 +3734,7 @@ const e = {
|
|
|
3732
3734
|
composerLabel: "Nueva nota",
|
|
3733
3735
|
add: "Añadir nota",
|
|
3734
3736
|
empty: "Aún no hay notas.",
|
|
3737
|
+
current: "Nota actual",
|
|
3735
3738
|
clinicalToggle: "Nota clínica",
|
|
3736
3739
|
clinicalGated: "No tienes permiso para escribir notas clínicas."
|
|
3737
3740
|
},
|
|
@@ -1258,6 +1258,8 @@ export declare const frUi: {
|
|
|
1258
1258
|
readonly reviews_other: "{{value}} étoiles · {{count}} avis";
|
|
1259
1259
|
};
|
|
1260
1260
|
readonly sparkline: {
|
|
1261
|
+
readonly annotationAction: "{{label}} — sélectionner pour ouvrir";
|
|
1262
|
+
readonly annotations: "Repères : {{list}}";
|
|
1261
1263
|
readonly summary: "{{label}} : min {{min}}, max {{max}}, actuel {{current}}, {{direction}}";
|
|
1262
1264
|
readonly summaryNoLabel: "min {{min}}, max {{max}}, actuel {{current}}, {{direction}}";
|
|
1263
1265
|
readonly noData: "Aucune donnée";
|
|
@@ -3766,6 +3768,7 @@ export declare const frUi: {
|
|
|
3766
3768
|
readonly composerLabel: "Nouvelle note";
|
|
3767
3769
|
readonly add: "Ajouter une note";
|
|
3768
3770
|
readonly empty: "Aucune note pour le moment.";
|
|
3771
|
+
readonly current: "Note actuelle";
|
|
3769
3772
|
readonly clinicalToggle: "Note clinique";
|
|
3770
3773
|
readonly clinicalGated: "Vous n'avez pas l'autorisation de rédiger des notes cliniques.";
|
|
3771
3774
|
};
|
package/dist/i18n/locales/fr.js
CHANGED
|
@@ -1258,6 +1258,8 @@ const e = {
|
|
|
1258
1258
|
reviews_other: "{{value}} étoiles · {{count}} avis"
|
|
1259
1259
|
},
|
|
1260
1260
|
sparkline: {
|
|
1261
|
+
annotationAction: "{{label}} — sélectionner pour ouvrir",
|
|
1262
|
+
annotations: "Repères : {{list}}",
|
|
1261
1263
|
summary: "{{label}} : min {{min}}, max {{max}}, actuel {{current}}, {{direction}}",
|
|
1262
1264
|
summaryNoLabel: "min {{min}}, max {{max}}, actuel {{current}}, {{direction}}",
|
|
1263
1265
|
noData: "Aucune donnée",
|
|
@@ -3735,6 +3737,7 @@ const e = {
|
|
|
3735
3737
|
composerLabel: "Nouvelle note",
|
|
3736
3738
|
add: "Ajouter une note",
|
|
3737
3739
|
empty: "Aucune note pour le moment.",
|
|
3740
|
+
current: "Note actuelle",
|
|
3738
3741
|
clinicalToggle: "Note clinique",
|
|
3739
3742
|
clinicalGated: "Vous n'avez pas l'autorisation de rédiger des notes cliniques."
|
|
3740
3743
|
},
|
|
@@ -1258,6 +1258,8 @@ export declare const hiUi: {
|
|
|
1258
1258
|
readonly reviews_other: "{{value}} स्टार · {{count}} समीक्षाएं";
|
|
1259
1259
|
};
|
|
1260
1260
|
readonly sparkline: {
|
|
1261
|
+
readonly annotationAction: "{{label}} — खोलने के लिए चुनें";
|
|
1262
|
+
readonly annotations: "चिह्नित: {{list}}";
|
|
1261
1263
|
readonly summary: "{{label}}: न्यूनतम {{min}}, अधिकतम {{max}}, वर्तमान {{current}}, {{direction}}";
|
|
1262
1264
|
readonly summaryNoLabel: "न्यूनतम {{min}}, अधिकतम {{max}}, वर्तमान {{current}}, {{direction}}";
|
|
1263
1265
|
readonly noData: "कोई डेटा नहीं";
|
|
@@ -3766,6 +3768,7 @@ export declare const hiUi: {
|
|
|
3766
3768
|
readonly composerLabel: "नया नोट";
|
|
3767
3769
|
readonly add: "नोट जोड़ें";
|
|
3768
3770
|
readonly empty: "अभी तक कोई नोट नहीं।";
|
|
3771
|
+
readonly current: "वर्तमान नोट";
|
|
3769
3772
|
readonly clinicalToggle: "चिकित्सीय नोट";
|
|
3770
3773
|
readonly clinicalGated: "आपके पास चिकित्सीय नोट लिखने की अनुमति नहीं है।";
|
|
3771
3774
|
};
|
package/dist/i18n/locales/hi.js
CHANGED
|
@@ -1258,6 +1258,8 @@ const e = {
|
|
|
1258
1258
|
reviews_other: "{{value}} स्टार · {{count}} समीक्षाएं"
|
|
1259
1259
|
},
|
|
1260
1260
|
sparkline: {
|
|
1261
|
+
annotationAction: "{{label}} — खोलने के लिए चुनें",
|
|
1262
|
+
annotations: "चिह्नित: {{list}}",
|
|
1261
1263
|
summary: "{{label}}: न्यूनतम {{min}}, अधिकतम {{max}}, वर्तमान {{current}}, {{direction}}",
|
|
1262
1264
|
summaryNoLabel: "न्यूनतम {{min}}, अधिकतम {{max}}, वर्तमान {{current}}, {{direction}}",
|
|
1263
1265
|
noData: "कोई डेटा नहीं",
|
|
@@ -3732,6 +3734,7 @@ const e = {
|
|
|
3732
3734
|
composerLabel: "नया नोट",
|
|
3733
3735
|
add: "नोट जोड़ें",
|
|
3734
3736
|
empty: "अभी तक कोई नोट नहीं।",
|
|
3737
|
+
current: "वर्तमान नोट",
|
|
3735
3738
|
clinicalToggle: "चिकित्सीय नोट",
|
|
3736
3739
|
clinicalGated: "आपके पास चिकित्सीय नोट लिखने की अनुमति नहीं है।"
|
|
3737
3740
|
},
|
|
@@ -1255,6 +1255,8 @@ export declare const itUi: {
|
|
|
1255
1255
|
readonly reviews_other: "{{value}} stelle · {{count}} opinioni";
|
|
1256
1256
|
};
|
|
1257
1257
|
readonly sparkline: {
|
|
1258
|
+
readonly annotationAction: "{{label}} — seleziona per aprire";
|
|
1259
|
+
readonly annotations: "Segnato: {{list}}";
|
|
1258
1260
|
readonly summary: "{{label}}: min {{min}}, max {{max}}, attuale {{current}}, {{direction}}";
|
|
1259
1261
|
readonly summaryNoLabel: "min {{min}}, max {{max}}, attuale {{current}}, {{direction}}";
|
|
1260
1262
|
readonly noData: "Nessun dato";
|
|
@@ -3763,6 +3765,7 @@ export declare const itUi: {
|
|
|
3763
3765
|
readonly composerLabel: "Nuova nota";
|
|
3764
3766
|
readonly add: "Aggiungi nota";
|
|
3765
3767
|
readonly empty: "Nessuna nota.";
|
|
3768
|
+
readonly current: "Nota attuale";
|
|
3766
3769
|
readonly clinicalToggle: "Nota clinica";
|
|
3767
3770
|
readonly clinicalGated: "Non hai i permessi per scrivere note cliniche.";
|
|
3768
3771
|
};
|
package/dist/i18n/locales/it.js
CHANGED
|
@@ -1238,6 +1238,8 @@ const e = {
|
|
|
1238
1238
|
reviews_other: "{{value}} stelle · {{count}} opinioni"
|
|
1239
1239
|
},
|
|
1240
1240
|
sparkline: {
|
|
1241
|
+
annotationAction: "{{label}} — seleziona per aprire",
|
|
1242
|
+
annotations: "Segnato: {{list}}",
|
|
1241
1243
|
summary: "{{label}}: min {{min}}, max {{max}}, attuale {{current}}, {{direction}}",
|
|
1242
1244
|
summaryNoLabel: "min {{min}}, max {{max}}, attuale {{current}}, {{direction}}",
|
|
1243
1245
|
noData: "Nessun dato",
|
|
@@ -3717,6 +3719,7 @@ const e = {
|
|
|
3717
3719
|
composerLabel: "Nuova nota",
|
|
3718
3720
|
add: "Aggiungi nota",
|
|
3719
3721
|
empty: "Nessuna nota.",
|
|
3722
|
+
current: "Nota attuale",
|
|
3720
3723
|
clinicalToggle: "Nota clinica",
|
|
3721
3724
|
clinicalGated: "Non hai i permessi per scrivere note cliniche."
|
|
3722
3725
|
},
|
|
@@ -1258,6 +1258,8 @@ export declare const jaUi: {
|
|
|
1258
1258
|
readonly reviews_other: "{{value}} 点 · {{count}} 件のレビュー";
|
|
1259
1259
|
};
|
|
1260
1260
|
readonly sparkline: {
|
|
1261
|
+
readonly annotationAction: "{{label}} — 選択して開く";
|
|
1262
|
+
readonly annotations: "マーカー: {{list}}";
|
|
1261
1263
|
readonly summary: "{{label}}: 最小 {{min}}、最大 {{max}}、現在 {{current}}、{{direction}}";
|
|
1262
1264
|
readonly summaryNoLabel: "最小 {{min}}、最大 {{max}}、現在 {{current}}、{{direction}}";
|
|
1263
1265
|
readonly noData: "データなし";
|
|
@@ -3766,6 +3768,7 @@ export declare const jaUi: {
|
|
|
3766
3768
|
readonly composerLabel: "新規メモ";
|
|
3767
3769
|
readonly add: "メモを追加";
|
|
3768
3770
|
readonly empty: "メモはまだありません。";
|
|
3771
|
+
readonly current: "現在のメモ";
|
|
3769
3772
|
readonly clinicalToggle: "診療記録";
|
|
3770
3773
|
readonly clinicalGated: "診療記録を作成する権限がありません。";
|
|
3771
3774
|
};
|
package/dist/i18n/locales/ja.js
CHANGED
|
@@ -1258,6 +1258,8 @@ const e = {
|
|
|
1258
1258
|
reviews_other: "{{value}} 点 · {{count}} 件のレビュー"
|
|
1259
1259
|
},
|
|
1260
1260
|
sparkline: {
|
|
1261
|
+
annotationAction: "{{label}} — 選択して開く",
|
|
1262
|
+
annotations: "マーカー: {{list}}",
|
|
1261
1263
|
summary: "{{label}}: 最小 {{min}}、最大 {{max}}、現在 {{current}}、{{direction}}",
|
|
1262
1264
|
summaryNoLabel: "最小 {{min}}、最大 {{max}}、現在 {{current}}、{{direction}}",
|
|
1263
1265
|
noData: "データなし",
|
|
@@ -3735,6 +3737,7 @@ const e = {
|
|
|
3735
3737
|
composerLabel: "新規メモ",
|
|
3736
3738
|
add: "メモを追加",
|
|
3737
3739
|
empty: "メモはまだありません。",
|
|
3740
|
+
current: "現在のメモ",
|
|
3738
3741
|
clinicalToggle: "診療記録",
|
|
3739
3742
|
clinicalGated: "診療記録を作成する権限がありません。"
|
|
3740
3743
|
},
|
|
@@ -1258,6 +1258,8 @@ export declare const nlUi: {
|
|
|
1258
1258
|
readonly reviews_other: "{{value}} sterren · {{count}} beoordelingen";
|
|
1259
1259
|
};
|
|
1260
1260
|
readonly sparkline: {
|
|
1261
|
+
readonly annotationAction: "{{label}} — selecteer om te openen";
|
|
1262
|
+
readonly annotations: "Gemarkeerd: {{list}}";
|
|
1261
1263
|
readonly summary: "{{label}}: min {{min}}, max {{max}}, huidig {{current}}, {{direction}}";
|
|
1262
1264
|
readonly summaryNoLabel: "min {{min}}, max {{max}}, huidig {{current}}, {{direction}}";
|
|
1263
1265
|
readonly noData: "Geen gegevens";
|
|
@@ -3766,6 +3768,7 @@ export declare const nlUi: {
|
|
|
3766
3768
|
readonly composerLabel: "Nieuwe notitie";
|
|
3767
3769
|
readonly add: "Notitie toevoegen";
|
|
3768
3770
|
readonly empty: "Nog geen notities.";
|
|
3771
|
+
readonly current: "Huidige notitie";
|
|
3769
3772
|
readonly clinicalToggle: "Klinische notitie";
|
|
3770
3773
|
readonly clinicalGated: "U hebt geen rechten om klinische notities te schrijven.";
|
|
3771
3774
|
};
|
package/dist/i18n/locales/nl.js
CHANGED
|
@@ -1258,6 +1258,8 @@ const e = {
|
|
|
1258
1258
|
reviews_other: "{{value}} sterren · {{count}} beoordelingen"
|
|
1259
1259
|
},
|
|
1260
1260
|
sparkline: {
|
|
1261
|
+
annotationAction: "{{label}} — selecteer om te openen",
|
|
1262
|
+
annotations: "Gemarkeerd: {{list}}",
|
|
1261
1263
|
summary: "{{label}}: min {{min}}, max {{max}}, huidig {{current}}, {{direction}}",
|
|
1262
1264
|
summaryNoLabel: "min {{min}}, max {{max}}, huidig {{current}}, {{direction}}",
|
|
1263
1265
|
noData: "Geen gegevens",
|
|
@@ -3726,6 +3728,7 @@ const e = {
|
|
|
3726
3728
|
composerLabel: "Nieuwe notitie",
|
|
3727
3729
|
add: "Notitie toevoegen",
|
|
3728
3730
|
empty: "Nog geen notities.",
|
|
3731
|
+
current: "Huidige notitie",
|
|
3729
3732
|
clinicalToggle: "Klinische notitie",
|
|
3730
3733
|
clinicalGated: "U hebt geen rechten om klinische notities te schrijven."
|
|
3731
3734
|
},
|
|
@@ -1258,6 +1258,8 @@ export declare const plUi: {
|
|
|
1258
1258
|
readonly reviews_other: "{{value}} gwiazdek · {{count}} opinii";
|
|
1259
1259
|
};
|
|
1260
1260
|
readonly sparkline: {
|
|
1261
|
+
readonly annotationAction: "{{label}} — wybierz, aby otworzyć";
|
|
1262
|
+
readonly annotations: "Oznaczono: {{list}}";
|
|
1261
1263
|
readonly summary: "{{label}}: min {{min}}, maks {{max}}, bieżąca {{current}}, {{direction}}";
|
|
1262
1264
|
readonly summaryNoLabel: "min {{min}}, maks {{max}}, bieżąca {{current}}, {{direction}}";
|
|
1263
1265
|
readonly noData: "Brak danych";
|
|
@@ -3766,6 +3768,7 @@ export declare const plUi: {
|
|
|
3766
3768
|
readonly composerLabel: "Nowa notatka";
|
|
3767
3769
|
readonly add: "Dodaj notatkę";
|
|
3768
3770
|
readonly empty: "Brak notatek.";
|
|
3771
|
+
readonly current: "Bieżąca notatka";
|
|
3769
3772
|
readonly clinicalToggle: "Notatka kliniczna";
|
|
3770
3773
|
readonly clinicalGated: "Nie masz uprawnień do tworzenia notatek klinicznych.";
|
|
3771
3774
|
};
|
package/dist/i18n/locales/pl.js
CHANGED
|
@@ -1258,6 +1258,8 @@ const e = {
|
|
|
1258
1258
|
reviews_other: "{{value}} gwiazdek · {{count}} opinii"
|
|
1259
1259
|
},
|
|
1260
1260
|
sparkline: {
|
|
1261
|
+
annotationAction: "{{label}} — wybierz, aby otworzyć",
|
|
1262
|
+
annotations: "Oznaczono: {{list}}",
|
|
1261
1263
|
summary: "{{label}}: min {{min}}, maks {{max}}, bieżąca {{current}}, {{direction}}",
|
|
1262
1264
|
summaryNoLabel: "min {{min}}, maks {{max}}, bieżąca {{current}}, {{direction}}",
|
|
1263
1265
|
noData: "Brak danych",
|
|
@@ -3737,6 +3739,7 @@ const e = {
|
|
|
3737
3739
|
composerLabel: "Nowa notatka",
|
|
3738
3740
|
add: "Dodaj notatkę",
|
|
3739
3741
|
empty: "Brak notatek.",
|
|
3742
|
+
current: "Bieżąca notatka",
|
|
3740
3743
|
clinicalToggle: "Notatka kliniczna",
|
|
3741
3744
|
clinicalGated: "Nie masz uprawnień do tworzenia notatek klinicznych."
|
|
3742
3745
|
},
|