@alfadocs/ui-kit 1.1.0 → 1.3.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-ClGCSQnA.js → actions-cell-renderer-Ceah0ywE.js} +2 -2
- package/dist/_chunks/anamnesis-i18n-DGRdwc0i.js +8720 -0
- package/dist/_chunks/arrow-up-BYvcvTkB.js +26 -0
- package/dist/_chunks/{editable-currency-cell-renderer-Dus_sBvX.js → editable-currency-cell-renderer-Uhzkd0ZP.js} +68 -88
- package/dist/_chunks/{exceljs.min-DUJ-5CGx.js → exceljs.min-D2MHbJsF.js} +10 -9
- package/dist/_chunks/{face-scheme-Cou2efl7.js → face-scheme-C00IvkUA.js} +237 -243
- package/dist/_chunks/{file-manager-CNSLiuLo.js → file-manager-lNjcSXoD.js} +174 -186
- package/dist/_chunks/minus-BQDHq1c1.js +12 -0
- package/dist/_chunks/notebook-pen-CO7HoM-W.js +25 -0
- package/dist/_chunks/notes-panel-DPsgB4Mv.js +351 -0
- package/dist/_chunks/{patient-table-DXk0wW8Q.js → patient-table-C7QHFC63.js} +2 -2
- package/dist/_chunks/share-2-B49jcW2I.js +18 -0
- package/dist/_chunks/sparkline-BTY4B5tv.js +509 -0
- package/dist/agent-catalog.json +27 -1
- package/dist/agent-i18n/en.json +4 -2
- package/dist/components/data-table/index.js +2 -2
- package/dist/components/face-scheme/index.js +1 -1
- package/dist/components/file-manager/index.js +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/notes-panel/index.d.ts +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-table/index.js +1 -1
- package/dist/components/sparkline/index.js +1 -1
- package/dist/components/sparkline/sparkline.d.ts +25 -0
- package/dist/host-compat.css +4 -1
- package/dist/i18n/locales/ar.d.ts +2 -0
- package/dist/i18n/locales/ar.js +2 -0
- package/dist/i18n/locales/de.d.ts +2 -0
- package/dist/i18n/locales/de.js +2 -0
- package/dist/i18n/locales/el.d.ts +2 -0
- package/dist/i18n/locales/el.js +2 -0
- package/dist/i18n/locales/en.d.ts +2 -0
- package/dist/i18n/locales/en.js +2 -0
- package/dist/i18n/locales/es.d.ts +2 -0
- package/dist/i18n/locales/es.js +2 -0
- package/dist/i18n/locales/fr.d.ts +2 -0
- package/dist/i18n/locales/fr.js +2 -0
- package/dist/i18n/locales/hi.d.ts +2 -0
- package/dist/i18n/locales/hi.js +2 -0
- package/dist/i18n/locales/it.d.ts +2 -0
- package/dist/i18n/locales/it.js +2 -0
- package/dist/i18n/locales/ja.d.ts +2 -0
- package/dist/i18n/locales/ja.js +2 -0
- package/dist/i18n/locales/nl.d.ts +2 -0
- package/dist/i18n/locales/nl.js +2 -0
- package/dist/i18n/locales/pl.d.ts +2 -0
- package/dist/i18n/locales/pl.js +2 -0
- package/dist/i18n/locales/pt.d.ts +2 -0
- package/dist/i18n/locales/pt.js +2 -0
- package/dist/i18n/locales/ro.d.ts +2 -0
- package/dist/i18n/locales/ro.js +2 -0
- package/dist/i18n/locales/ru.d.ts +2 -0
- package/dist/i18n/locales/ru.js +2 -0
- package/dist/i18n/locales/sq.d.ts +2 -0
- package/dist/i18n/locales/sq.js +2 -0
- package/dist/i18n/locales/sv.d.ts +2 -0
- package/dist/i18n/locales/sv.js +2 -0
- package/dist/i18n/locales/tr.d.ts +2 -0
- package/dist/i18n/locales/tr.js +2 -0
- package/dist/i18n/locales/zh.d.ts +2 -0
- package/dist/i18n/locales/zh.js +2 -0
- package/dist/index.js +132 -109
- package/dist/locales/ar.json +2 -0
- package/dist/locales/de.json +2 -0
- package/dist/locales/el.json +2 -0
- package/dist/locales/en.json +2 -0
- package/dist/locales/es.json +2 -0
- package/dist/locales/fr.json +2 -0
- package/dist/locales/hi.json +2 -0
- package/dist/locales/it.json +2 -0
- package/dist/locales/ja.json +2 -0
- package/dist/locales/nl.json +2 -0
- package/dist/locales/pl.json +2 -0
- package/dist/locales/pt.json +2 -0
- package/dist/locales/ro.json +2 -0
- package/dist/locales/ru.json +2 -0
- package/dist/locales/sq.json +2 -0
- package/dist/locales/sv.json +2 -0
- package/dist/locales/tr.json +2 -0
- package/dist/locales/zh.json +2 -0
- package/dist/patterns/_shared/target-tile.d.ts +31 -0
- package/dist/patterns/anamnesis/anamnesis-catalogue.d.ts +23 -0
- package/dist/patterns/anamnesis/anamnesis-compare-panel.d.ts +82 -0
- package/dist/patterns/anamnesis/anamnesis-compile-blocks.d.ts +46 -0
- package/dist/patterns/anamnesis/anamnesis-compile.d.ts +48 -0
- package/dist/patterns/anamnesis/anamnesis-config-editor.d.ts +26 -0
- package/dist/patterns/anamnesis/anamnesis-config.d.ts +62 -0
- package/dist/patterns/anamnesis/anamnesis-derive.d.ts +194 -0
- package/dist/patterns/anamnesis/anamnesis-digest.d.ts +84 -0
- package/dist/patterns/anamnesis/anamnesis-disclosure.d.ts +19 -0
- package/dist/patterns/anamnesis/anamnesis-event-bar.d.ts +12 -0
- package/dist/patterns/anamnesis/anamnesis-events.d.ts +60 -0
- package/dist/patterns/anamnesis/anamnesis-evolution-grid.d.ts +48 -0
- package/dist/patterns/anamnesis/anamnesis-evolution.d.ts +37 -0
- package/dist/patterns/anamnesis/anamnesis-export-download.d.ts +10 -0
- package/dist/patterns/anamnesis/anamnesis-export-menu.d.ts +23 -0
- package/dist/patterns/anamnesis/anamnesis-export-pdf.d.ts +36 -0
- package/dist/patterns/anamnesis/anamnesis-export.d.ts +143 -0
- package/dist/patterns/anamnesis/anamnesis-field.d.ts +14 -0
- package/dist/patterns/anamnesis/anamnesis-format.d.ts +67 -0
- package/dist/patterns/anamnesis/anamnesis-i18n.d.ts +6 -0
- package/dist/patterns/anamnesis/anamnesis-indicators.d.ts +53 -0
- package/dist/patterns/anamnesis/anamnesis-intake.d.ts +16 -0
- package/dist/patterns/anamnesis/anamnesis-matrix.d.ts +91 -0
- package/dist/patterns/anamnesis/anamnesis-notes.d.ts +19 -0
- package/dist/patterns/anamnesis/anamnesis-readonly.d.ts +17 -0
- package/dist/patterns/anamnesis/anamnesis-summary.d.ts +35 -0
- package/dist/patterns/anamnesis/anamnesis-target-editor.d.ts +18 -0
- package/dist/patterns/anamnesis/anamnesis-target-strip.d.ts +14 -0
- package/dist/patterns/anamnesis/anamnesis-targets.d.ts +58 -0
- package/dist/patterns/anamnesis/anamnesis-types.d.ts +336 -0
- package/dist/patterns/anamnesis/anamnesis-visit-note.d.ts +35 -0
- package/dist/patterns/anamnesis/anamnesis-window.d.ts +37 -0
- package/dist/patterns/anamnesis/anamnesis.d.ts +48 -0
- package/dist/patterns/anamnesis/index.d.ts +8 -0
- package/dist/patterns/anamnesis/index.js +26 -0
- package/dist/tokens.css +1 -1
- package/package.json +5 -1
- package/dist/_chunks/notes-panel-CTcOLLVo.js +0 -324
- package/dist/_chunks/sparkline-DLq7xwic.js +0 -394
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
import { type HTMLAttributes, type ReactNode } from 'react';
|
|
2
2
|
import type { ClinicalNoteCardProps } from '../clinical-note-card';
|
|
3
3
|
import type { RichTextEditorProps, RichTextEditorToolbar, RedactorFactory } from '../rich-text-editor';
|
|
4
|
-
/**
|
|
5
|
-
|
|
4
|
+
/**
|
|
5
|
+
* One note in the panel — the data subset of `ClinicalNoteCard`.
|
|
6
|
+
*
|
|
7
|
+
* `aria-label` names the card for assistive tech. Set it whenever a row is not
|
|
8
|
+
* a clinical note: the card's fallback name is "Clinical note", so an entry
|
|
9
|
+
* that is something else (a dated event, an import) is announced as one.
|
|
10
|
+
*/
|
|
11
|
+
export type NotesPanelNote = Pick<ClinicalNoteCardProps, 'id' | 'dateIso' | 'createdAtIso' | 'author' | 'clinical' | 'attachedTo' | 'content' | 'contentFormat' | 'pinned' | 'flagged' | 'aria-label'>;
|
|
6
12
|
/**
|
|
7
13
|
* Curated agent handle for NotesPanel. Reads the note timeline's STRUCTURE
|
|
8
14
|
* (ids + pinned / flagged / clinical flags — never the note body or author,
|
|
@@ -21,6 +27,8 @@ export interface NotesPanelHandle {
|
|
|
21
27
|
canAddNote: () => boolean;
|
|
22
28
|
/** Whether clinical notes may be written (the permission gate). */
|
|
23
29
|
canAddClinical: () => boolean;
|
|
30
|
+
/** Id of the note the host has addressed, or null when none is. */
|
|
31
|
+
getCurrentNoteId: () => string | null;
|
|
24
32
|
/** Commit a new note with explicit content (mirrors the composer's submit). */
|
|
25
33
|
addNote: (submission: NotesPanelSubmission) => void;
|
|
26
34
|
/** Toggle a note's pinned state (mirrors onTogglePin). */
|
|
@@ -45,6 +53,41 @@ export interface NotesPanelProps extends Omit<HTMLAttributes<HTMLElement>, 'titl
|
|
|
45
53
|
notes: NotesPanelNote[];
|
|
46
54
|
/** Commit a new note. Omit to hide the composer (read-only timeline). */
|
|
47
55
|
onAddNote?: (submission: NotesPanelSubmission) => void;
|
|
56
|
+
/**
|
|
57
|
+
* The note the reader ASKED for, addressed by id from somewhere else in the
|
|
58
|
+
* record — a marker in a chart, a row in a grid, an agent. The panel marks
|
|
59
|
+
* it, scrolls it to the middle of its own scroll region and moves focus to
|
|
60
|
+
* it, and renders it unclamped so the thing that was asked for is readable
|
|
61
|
+
* in full without a second click.
|
|
62
|
+
*
|
|
63
|
+
* Opening a panel is not the same as answering a question: a rail's
|
|
64
|
+
* `setActiveTool` moves no focus and announces nothing, so a control whose
|
|
65
|
+
* name promises "in the notes panel" produces no perceivable change for a
|
|
66
|
+
* keyboard or screen-reader reader unless the panel lands them on the note.
|
|
67
|
+
* That is what this prop is for; without it, a host has to reach into the
|
|
68
|
+
* panel's DOM to do the same job.
|
|
69
|
+
*
|
|
70
|
+
* Marked on three channels, never colour alone (WCAG 1.4.1): a solid
|
|
71
|
+
* inline-start bar the other notes do not have, a tinted gutter, and
|
|
72
|
+
* `aria-current` plus a visually-hidden sentence naming the mark.
|
|
73
|
+
*
|
|
74
|
+
* Ids that match no note are ignored. To address the SAME note twice — the
|
|
75
|
+
* reader pressing the same marker again after scrolling away — bump
|
|
76
|
+
* `currentNoteKey` alongside it; this prop alone is a value, not a request.
|
|
77
|
+
*/
|
|
78
|
+
currentNoteId?: string;
|
|
79
|
+
/**
|
|
80
|
+
* Bump on every address to re-scroll and re-focus the note in `currentNoteId`
|
|
81
|
+
* even when the id has not changed.
|
|
82
|
+
*
|
|
83
|
+
* Addressing is a request, not a value: a reader who presses the same marker
|
|
84
|
+
* a second time (having scrolled away, or having moved focus off the note) is
|
|
85
|
+
* asking to be taken back, and a control whose name promises the notes panel
|
|
86
|
+
* must do something perceivable every time it is pressed. Without this the
|
|
87
|
+
* second press is inert — the panel is already showing that note, so nothing
|
|
88
|
+
* re-runs. Hosts increment a counter in the same handler that opens the tool.
|
|
89
|
+
*/
|
|
90
|
+
currentNoteKey?: string | number;
|
|
48
91
|
/**
|
|
49
92
|
* `'rich'` (default) mounts the kit `RichTextEditor` (Redactor; degrades to a
|
|
50
93
|
* textarea where Redactor is absent). `'plain'` keeps a simple `TextArea` for
|
|
@@ -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-C7QHFC63.js";
|
|
2
2
|
export {
|
|
3
3
|
s as BalanceBadgeCell,
|
|
4
4
|
l as CarePlanStatusCell,
|
|
@@ -9,6 +9,10 @@ export interface SparklineHandle {
|
|
|
9
9
|
updateSeries: (data: (number | null)[]) => void;
|
|
10
10
|
updateOptions: (opts: ApexCharts.ApexOptions) => void;
|
|
11
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;
|
|
12
16
|
}
|
|
13
17
|
/** Semantic tint for an annotation. Decorative reinforcement of `shape` —
|
|
14
18
|
* never the only channel carrying which event this is. */
|
|
@@ -66,6 +70,27 @@ export interface SparklineProps extends Omit<HTMLAttributes<HTMLDivElement>, 'ro
|
|
|
66
70
|
/** Vertical reference lines dropped across the plot. Omitted = none, so
|
|
67
71
|
* every existing consumer is unaffected. */
|
|
68
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 band is delivered by the `size` variants only, and follows
|
|
88
|
+
* `--min-target-size` on both axes (48px under `.theme-accessible`). Pass
|
|
89
|
+
* an explicit `height` and the pointer layer falls back to the drawn
|
|
90
|
+
* height, so `height={20}` yields a 20px-tall target — below even WCAG
|
|
91
|
+
* 2.5.8.
|
|
92
|
+
*/
|
|
93
|
+
onAnnotationSelect?: (annotationId: string) => void;
|
|
69
94
|
}
|
|
70
95
|
export declare const Sparkline: import("react").ForwardRefExoticComponent<SparklineProps & import("react").RefAttributes<SparklineHandle>>;
|
|
71
96
|
export {};
|
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,6 +274,9 @@
|
|
|
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
|
}
|
|
@@ -1261,6 +1261,7 @@ export declare const arUi: {
|
|
|
1261
1261
|
readonly reviews_other: "{{value}} نجوم · {{count}} تقييمات";
|
|
1262
1262
|
};
|
|
1263
1263
|
readonly sparkline: {
|
|
1264
|
+
readonly annotationAction: "{{label}} — اختر للفتح";
|
|
1264
1265
|
readonly annotations: "مُعلَّم: {{list}}";
|
|
1265
1266
|
readonly summary: "{{label}}: الأدنى {{min}}, الأقصى {{max}}, الحالي {{current}}, {{direction}}";
|
|
1266
1267
|
readonly summaryNoLabel: "الأدنى {{min}}, الأقصى {{max}}, الحالي {{current}}, {{direction}}";
|
|
@@ -3770,6 +3771,7 @@ export declare const arUi: {
|
|
|
3770
3771
|
readonly composerLabel: "ملاحظة جديدة";
|
|
3771
3772
|
readonly add: "إضافة ملاحظة";
|
|
3772
3773
|
readonly empty: "لا توجد ملاحظات بعد.";
|
|
3774
|
+
readonly current: "الملاحظة الحالية";
|
|
3773
3775
|
readonly clinicalToggle: "ملاحظة سريرية";
|
|
3774
3776
|
readonly clinicalGated: "ليست لديك صلاحية كتابة الملاحظات السريرية.";
|
|
3775
3777
|
};
|
package/dist/i18n/locales/ar.js
CHANGED
|
@@ -1258,6 +1258,7 @@ const e = {
|
|
|
1258
1258
|
reviews_other: "{{value}} نجوم · {{count}} تقييمات"
|
|
1259
1259
|
},
|
|
1260
1260
|
sparkline: {
|
|
1261
|
+
annotationAction: "{{label}} — اختر للفتح",
|
|
1261
1262
|
annotations: "مُعلَّم: {{list}}",
|
|
1262
1263
|
summary: "{{label}}: الأدنى {{min}}, الأقصى {{max}}, الحالي {{current}}, {{direction}}",
|
|
1263
1264
|
summaryNoLabel: "الأدنى {{min}}, الأقصى {{max}}, الحالي {{current}}, {{direction}}",
|
|
@@ -3737,6 +3738,7 @@ const e = {
|
|
|
3737
3738
|
composerLabel: "ملاحظة جديدة",
|
|
3738
3739
|
add: "إضافة ملاحظة",
|
|
3739
3740
|
empty: "لا توجد ملاحظات بعد.",
|
|
3741
|
+
current: "الملاحظة الحالية",
|
|
3740
3742
|
clinicalToggle: "ملاحظة سريرية",
|
|
3741
3743
|
clinicalGated: "ليست لديك صلاحية كتابة الملاحظات السريرية."
|
|
3742
3744
|
},
|
|
@@ -1261,6 +1261,7 @@ 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";
|
|
1264
1265
|
readonly annotations: "Markiert: {{list}}";
|
|
1265
1266
|
readonly summary: "{{label}}: Min. {{min}}, Max. {{max}}, aktuell {{current}}, {{direction}}";
|
|
1266
1267
|
readonly summaryNoLabel: "Min. {{min}}, Max. {{max}}, aktuell {{current}}, {{direction}}";
|
|
@@ -3770,6 +3771,7 @@ export declare const deUi: {
|
|
|
3770
3771
|
readonly composerLabel: "Neue Notiz";
|
|
3771
3772
|
readonly add: "Notiz hinzufügen";
|
|
3772
3773
|
readonly empty: "Noch keine Notizen.";
|
|
3774
|
+
readonly current: "Aktuelle Notiz";
|
|
3773
3775
|
readonly clinicalToggle: "Klinische Notiz";
|
|
3774
3776
|
readonly clinicalGated: "Sie haben keine Berechtigung, klinische Notizen zu schreiben.";
|
|
3775
3777
|
};
|
package/dist/i18n/locales/de.js
CHANGED
|
@@ -1258,6 +1258,7 @@ const e = {
|
|
|
1258
1258
|
reviews_other: "{{value}} Sterne · {{count}} Bewertungen"
|
|
1259
1259
|
},
|
|
1260
1260
|
sparkline: {
|
|
1261
|
+
annotationAction: "{{label}} – zum Öffnen auswählen",
|
|
1261
1262
|
annotations: "Markiert: {{list}}",
|
|
1262
1263
|
summary: "{{label}}: Min. {{min}}, Max. {{max}}, aktuell {{current}}, {{direction}}",
|
|
1263
1264
|
summaryNoLabel: "Min. {{min}}, Max. {{max}}, aktuell {{current}}, {{direction}}",
|
|
@@ -3738,6 +3739,7 @@ const e = {
|
|
|
3738
3739
|
composerLabel: "Neue Notiz",
|
|
3739
3740
|
add: "Notiz hinzufügen",
|
|
3740
3741
|
empty: "Noch keine Notizen.",
|
|
3742
|
+
current: "Aktuelle Notiz",
|
|
3741
3743
|
clinicalToggle: "Klinische Notiz",
|
|
3742
3744
|
clinicalGated: "Sie haben keine Berechtigung, klinische Notizen zu schreiben."
|
|
3743
3745
|
},
|
|
@@ -1258,6 +1258,7 @@ export declare const elUi: {
|
|
|
1258
1258
|
readonly reviews_other: "{{value}} αστέρια · {{count}} αξιολογήσεις";
|
|
1259
1259
|
};
|
|
1260
1260
|
readonly sparkline: {
|
|
1261
|
+
readonly annotationAction: "{{label}} — επιλέξτε για άνοιγμα";
|
|
1261
1262
|
readonly annotations: "Σημειωμένο: {{list}}";
|
|
1262
1263
|
readonly summary: "{{label}}: ελάχ. {{min}}, μέγ. {{max}}, τρέχον {{current}}, {{direction}}";
|
|
1263
1264
|
readonly summaryNoLabel: "ελάχ. {{min}}, μέγ. {{max}}, τρέχον {{current}}, {{direction}}";
|
|
@@ -3767,6 +3768,7 @@ export declare const elUi: {
|
|
|
3767
3768
|
readonly composerLabel: "Νέα σημείωση";
|
|
3768
3769
|
readonly add: "Προσθήκη σημείωσης";
|
|
3769
3770
|
readonly empty: "Δεν υπάρχουν σημειώσεις ακόμη.";
|
|
3771
|
+
readonly current: "Τρέχουσα σημείωση";
|
|
3770
3772
|
readonly clinicalToggle: "Κλινική σημείωση";
|
|
3771
3773
|
readonly clinicalGated: "Δεν έχετε δικαίωμα καταχώρισης κλινικών σημειώσεων.";
|
|
3772
3774
|
};
|
package/dist/i18n/locales/el.js
CHANGED
|
@@ -1258,6 +1258,7 @@ const e = {
|
|
|
1258
1258
|
reviews_other: "{{value}} αστέρια · {{count}} αξιολογήσεις"
|
|
1259
1259
|
},
|
|
1260
1260
|
sparkline: {
|
|
1261
|
+
annotationAction: "{{label}} — επιλέξτε για άνοιγμα",
|
|
1261
1262
|
annotations: "Σημειωμένο: {{list}}",
|
|
1262
1263
|
summary: "{{label}}: ελάχ. {{min}}, μέγ. {{max}}, τρέχον {{current}}, {{direction}}",
|
|
1263
1264
|
summaryNoLabel: "ελάχ. {{min}}, μέγ. {{max}}, τρέχον {{current}}, {{direction}}",
|
|
@@ -3744,6 +3745,7 @@ const e = {
|
|
|
3744
3745
|
composerLabel: "Νέα σημείωση",
|
|
3745
3746
|
add: "Προσθήκη σημείωσης",
|
|
3746
3747
|
empty: "Δεν υπάρχουν σημειώσεις ακόμη.",
|
|
3748
|
+
current: "Τρέχουσα σημείωση",
|
|
3747
3749
|
clinicalToggle: "Κλινική σημείωση",
|
|
3748
3750
|
clinicalGated: "Δεν έχετε δικαίωμα καταχώρισης κλινικών σημειώσεων."
|
|
3749
3751
|
},
|
|
@@ -1269,6 +1269,7 @@ 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";
|
|
1272
1273
|
readonly annotations: "Marked: {{list}}";
|
|
1273
1274
|
readonly summary: "{{label}}: min {{min}}, max {{max}}, current {{current}}, {{direction}}";
|
|
1274
1275
|
readonly summaryNoLabel: "min {{min}}, max {{max}}, current {{current}}, {{direction}}";
|
|
@@ -3778,6 +3779,7 @@ export declare const enUi: {
|
|
|
3778
3779
|
readonly composerLabel: "New note";
|
|
3779
3780
|
readonly add: "Add note";
|
|
3780
3781
|
readonly empty: "No notes yet.";
|
|
3782
|
+
readonly current: "Current note";
|
|
3781
3783
|
readonly clinicalToggle: "Clinical note";
|
|
3782
3784
|
readonly clinicalGated: "You do not have permission to write clinical notes.";
|
|
3783
3785
|
};
|
package/dist/i18n/locales/en.js
CHANGED
|
@@ -1252,6 +1252,7 @@ const e = {
|
|
|
1252
1252
|
reviews_other: "{{value}} stars · {{count}} reviews"
|
|
1253
1253
|
},
|
|
1254
1254
|
sparkline: {
|
|
1255
|
+
annotationAction: "{{label}} — select to open",
|
|
1255
1256
|
annotations: "Marked: {{list}}",
|
|
1256
1257
|
summary: "{{label}}: min {{min}}, max {{max}}, current {{current}}, {{direction}}",
|
|
1257
1258
|
summaryNoLabel: "min {{min}}, max {{max}}, current {{current}}, {{direction}}",
|
|
@@ -3764,6 +3765,7 @@ const e = {
|
|
|
3764
3765
|
composerLabel: "New note",
|
|
3765
3766
|
add: "Add note",
|
|
3766
3767
|
empty: "No notes yet.",
|
|
3768
|
+
current: "Current note",
|
|
3767
3769
|
clinicalToggle: "Clinical note",
|
|
3768
3770
|
clinicalGated: "You do not have permission to write clinical notes."
|
|
3769
3771
|
},
|
|
@@ -1258,6 +1258,7 @@ 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";
|
|
1261
1262
|
readonly annotations: "Marcado: {{list}}";
|
|
1262
1263
|
readonly summary: "{{label}}: mín. {{min}}, máx. {{max}}, actual {{current}}, {{direction}}";
|
|
1263
1264
|
readonly summaryNoLabel: "mín. {{min}}, máx. {{max}}, actual {{current}}, {{direction}}";
|
|
@@ -3767,6 +3768,7 @@ export declare const esUi: {
|
|
|
3767
3768
|
readonly composerLabel: "Nueva nota";
|
|
3768
3769
|
readonly add: "Añadir nota";
|
|
3769
3770
|
readonly empty: "Aún no hay notas.";
|
|
3771
|
+
readonly current: "Nota actual";
|
|
3770
3772
|
readonly clinicalToggle: "Nota clínica";
|
|
3771
3773
|
readonly clinicalGated: "No tienes permiso para escribir notas clínicas.";
|
|
3772
3774
|
};
|
package/dist/i18n/locales/es.js
CHANGED
|
@@ -1258,6 +1258,7 @@ const e = {
|
|
|
1258
1258
|
reviews_other: "{{value}} estrellas · {{count}} opiniones"
|
|
1259
1259
|
},
|
|
1260
1260
|
sparkline: {
|
|
1261
|
+
annotationAction: "{{label}} — selecciona para abrir",
|
|
1261
1262
|
annotations: "Marcado: {{list}}",
|
|
1262
1263
|
summary: "{{label}}: mín. {{min}}, máx. {{max}}, actual {{current}}, {{direction}}",
|
|
1263
1264
|
summaryNoLabel: "mín. {{min}}, máx. {{max}}, actual {{current}}, {{direction}}",
|
|
@@ -3733,6 +3734,7 @@ const e = {
|
|
|
3733
3734
|
composerLabel: "Nueva nota",
|
|
3734
3735
|
add: "Añadir nota",
|
|
3735
3736
|
empty: "Aún no hay notas.",
|
|
3737
|
+
current: "Nota actual",
|
|
3736
3738
|
clinicalToggle: "Nota clínica",
|
|
3737
3739
|
clinicalGated: "No tienes permiso para escribir notas clínicas."
|
|
3738
3740
|
},
|
|
@@ -1258,6 +1258,7 @@ 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";
|
|
1261
1262
|
readonly annotations: "Repères : {{list}}";
|
|
1262
1263
|
readonly summary: "{{label}} : min {{min}}, max {{max}}, actuel {{current}}, {{direction}}";
|
|
1263
1264
|
readonly summaryNoLabel: "min {{min}}, max {{max}}, actuel {{current}}, {{direction}}";
|
|
@@ -3767,6 +3768,7 @@ export declare const frUi: {
|
|
|
3767
3768
|
readonly composerLabel: "Nouvelle note";
|
|
3768
3769
|
readonly add: "Ajouter une note";
|
|
3769
3770
|
readonly empty: "Aucune note pour le moment.";
|
|
3771
|
+
readonly current: "Note actuelle";
|
|
3770
3772
|
readonly clinicalToggle: "Note clinique";
|
|
3771
3773
|
readonly clinicalGated: "Vous n'avez pas l'autorisation de rédiger des notes cliniques.";
|
|
3772
3774
|
};
|
package/dist/i18n/locales/fr.js
CHANGED
|
@@ -1258,6 +1258,7 @@ const e = {
|
|
|
1258
1258
|
reviews_other: "{{value}} étoiles · {{count}} avis"
|
|
1259
1259
|
},
|
|
1260
1260
|
sparkline: {
|
|
1261
|
+
annotationAction: "{{label}} — sélectionner pour ouvrir",
|
|
1261
1262
|
annotations: "Repères : {{list}}",
|
|
1262
1263
|
summary: "{{label}} : min {{min}}, max {{max}}, actuel {{current}}, {{direction}}",
|
|
1263
1264
|
summaryNoLabel: "min {{min}}, max {{max}}, actuel {{current}}, {{direction}}",
|
|
@@ -3736,6 +3737,7 @@ const e = {
|
|
|
3736
3737
|
composerLabel: "Nouvelle note",
|
|
3737
3738
|
add: "Ajouter une note",
|
|
3738
3739
|
empty: "Aucune note pour le moment.",
|
|
3740
|
+
current: "Note actuelle",
|
|
3739
3741
|
clinicalToggle: "Note clinique",
|
|
3740
3742
|
clinicalGated: "Vous n'avez pas l'autorisation de rédiger des notes cliniques."
|
|
3741
3743
|
},
|
|
@@ -1258,6 +1258,7 @@ export declare const hiUi: {
|
|
|
1258
1258
|
readonly reviews_other: "{{value}} स्टार · {{count}} समीक्षाएं";
|
|
1259
1259
|
};
|
|
1260
1260
|
readonly sparkline: {
|
|
1261
|
+
readonly annotationAction: "{{label}} — खोलने के लिए चुनें";
|
|
1261
1262
|
readonly annotations: "चिह्नित: {{list}}";
|
|
1262
1263
|
readonly summary: "{{label}}: न्यूनतम {{min}}, अधिकतम {{max}}, वर्तमान {{current}}, {{direction}}";
|
|
1263
1264
|
readonly summaryNoLabel: "न्यूनतम {{min}}, अधिकतम {{max}}, वर्तमान {{current}}, {{direction}}";
|
|
@@ -3767,6 +3768,7 @@ export declare const hiUi: {
|
|
|
3767
3768
|
readonly composerLabel: "नया नोट";
|
|
3768
3769
|
readonly add: "नोट जोड़ें";
|
|
3769
3770
|
readonly empty: "अभी तक कोई नोट नहीं।";
|
|
3771
|
+
readonly current: "वर्तमान नोट";
|
|
3770
3772
|
readonly clinicalToggle: "चिकित्सीय नोट";
|
|
3771
3773
|
readonly clinicalGated: "आपके पास चिकित्सीय नोट लिखने की अनुमति नहीं है।";
|
|
3772
3774
|
};
|
package/dist/i18n/locales/hi.js
CHANGED
|
@@ -1258,6 +1258,7 @@ const e = {
|
|
|
1258
1258
|
reviews_other: "{{value}} स्टार · {{count}} समीक्षाएं"
|
|
1259
1259
|
},
|
|
1260
1260
|
sparkline: {
|
|
1261
|
+
annotationAction: "{{label}} — खोलने के लिए चुनें",
|
|
1261
1262
|
annotations: "चिह्नित: {{list}}",
|
|
1262
1263
|
summary: "{{label}}: न्यूनतम {{min}}, अधिकतम {{max}}, वर्तमान {{current}}, {{direction}}",
|
|
1263
1264
|
summaryNoLabel: "न्यूनतम {{min}}, अधिकतम {{max}}, वर्तमान {{current}}, {{direction}}",
|
|
@@ -3733,6 +3734,7 @@ const e = {
|
|
|
3733
3734
|
composerLabel: "नया नोट",
|
|
3734
3735
|
add: "नोट जोड़ें",
|
|
3735
3736
|
empty: "अभी तक कोई नोट नहीं।",
|
|
3737
|
+
current: "वर्तमान नोट",
|
|
3736
3738
|
clinicalToggle: "चिकित्सीय नोट",
|
|
3737
3739
|
clinicalGated: "आपके पास चिकित्सीय नोट लिखने की अनुमति नहीं है।"
|
|
3738
3740
|
},
|
|
@@ -1255,6 +1255,7 @@ 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";
|
|
1258
1259
|
readonly annotations: "Segnato: {{list}}";
|
|
1259
1260
|
readonly summary: "{{label}}: min {{min}}, max {{max}}, attuale {{current}}, {{direction}}";
|
|
1260
1261
|
readonly summaryNoLabel: "min {{min}}, max {{max}}, attuale {{current}}, {{direction}}";
|
|
@@ -3764,6 +3765,7 @@ export declare const itUi: {
|
|
|
3764
3765
|
readonly composerLabel: "Nuova nota";
|
|
3765
3766
|
readonly add: "Aggiungi nota";
|
|
3766
3767
|
readonly empty: "Nessuna nota.";
|
|
3768
|
+
readonly current: "Nota attuale";
|
|
3767
3769
|
readonly clinicalToggle: "Nota clinica";
|
|
3768
3770
|
readonly clinicalGated: "Non hai i permessi per scrivere note cliniche.";
|
|
3769
3771
|
};
|
package/dist/i18n/locales/it.js
CHANGED
|
@@ -1238,6 +1238,7 @@ const e = {
|
|
|
1238
1238
|
reviews_other: "{{value}} stelle · {{count}} opinioni"
|
|
1239
1239
|
},
|
|
1240
1240
|
sparkline: {
|
|
1241
|
+
annotationAction: "{{label}} — seleziona per aprire",
|
|
1241
1242
|
annotations: "Segnato: {{list}}",
|
|
1242
1243
|
summary: "{{label}}: min {{min}}, max {{max}}, attuale {{current}}, {{direction}}",
|
|
1243
1244
|
summaryNoLabel: "min {{min}}, max {{max}}, attuale {{current}}, {{direction}}",
|
|
@@ -3718,6 +3719,7 @@ const e = {
|
|
|
3718
3719
|
composerLabel: "Nuova nota",
|
|
3719
3720
|
add: "Aggiungi nota",
|
|
3720
3721
|
empty: "Nessuna nota.",
|
|
3722
|
+
current: "Nota attuale",
|
|
3721
3723
|
clinicalToggle: "Nota clinica",
|
|
3722
3724
|
clinicalGated: "Non hai i permessi per scrivere note cliniche."
|
|
3723
3725
|
},
|
|
@@ -1258,6 +1258,7 @@ export declare const jaUi: {
|
|
|
1258
1258
|
readonly reviews_other: "{{value}} 点 · {{count}} 件のレビュー";
|
|
1259
1259
|
};
|
|
1260
1260
|
readonly sparkline: {
|
|
1261
|
+
readonly annotationAction: "{{label}} — 選択して開く";
|
|
1261
1262
|
readonly annotations: "マーカー: {{list}}";
|
|
1262
1263
|
readonly summary: "{{label}}: 最小 {{min}}、最大 {{max}}、現在 {{current}}、{{direction}}";
|
|
1263
1264
|
readonly summaryNoLabel: "最小 {{min}}、最大 {{max}}、現在 {{current}}、{{direction}}";
|
|
@@ -3767,6 +3768,7 @@ export declare const jaUi: {
|
|
|
3767
3768
|
readonly composerLabel: "新規メモ";
|
|
3768
3769
|
readonly add: "メモを追加";
|
|
3769
3770
|
readonly empty: "メモはまだありません。";
|
|
3771
|
+
readonly current: "現在のメモ";
|
|
3770
3772
|
readonly clinicalToggle: "診療記録";
|
|
3771
3773
|
readonly clinicalGated: "診療記録を作成する権限がありません。";
|
|
3772
3774
|
};
|
package/dist/i18n/locales/ja.js
CHANGED
|
@@ -1258,6 +1258,7 @@ const e = {
|
|
|
1258
1258
|
reviews_other: "{{value}} 点 · {{count}} 件のレビュー"
|
|
1259
1259
|
},
|
|
1260
1260
|
sparkline: {
|
|
1261
|
+
annotationAction: "{{label}} — 選択して開く",
|
|
1261
1262
|
annotations: "マーカー: {{list}}",
|
|
1262
1263
|
summary: "{{label}}: 最小 {{min}}、最大 {{max}}、現在 {{current}}、{{direction}}",
|
|
1263
1264
|
summaryNoLabel: "最小 {{min}}、最大 {{max}}、現在 {{current}}、{{direction}}",
|
|
@@ -3736,6 +3737,7 @@ const e = {
|
|
|
3736
3737
|
composerLabel: "新規メモ",
|
|
3737
3738
|
add: "メモを追加",
|
|
3738
3739
|
empty: "メモはまだありません。",
|
|
3740
|
+
current: "現在のメモ",
|
|
3739
3741
|
clinicalToggle: "診療記録",
|
|
3740
3742
|
clinicalGated: "診療記録を作成する権限がありません。"
|
|
3741
3743
|
},
|
|
@@ -1258,6 +1258,7 @@ 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";
|
|
1261
1262
|
readonly annotations: "Gemarkeerd: {{list}}";
|
|
1262
1263
|
readonly summary: "{{label}}: min {{min}}, max {{max}}, huidig {{current}}, {{direction}}";
|
|
1263
1264
|
readonly summaryNoLabel: "min {{min}}, max {{max}}, huidig {{current}}, {{direction}}";
|
|
@@ -3767,6 +3768,7 @@ export declare const nlUi: {
|
|
|
3767
3768
|
readonly composerLabel: "Nieuwe notitie";
|
|
3768
3769
|
readonly add: "Notitie toevoegen";
|
|
3769
3770
|
readonly empty: "Nog geen notities.";
|
|
3771
|
+
readonly current: "Huidige notitie";
|
|
3770
3772
|
readonly clinicalToggle: "Klinische notitie";
|
|
3771
3773
|
readonly clinicalGated: "U hebt geen rechten om klinische notities te schrijven.";
|
|
3772
3774
|
};
|
package/dist/i18n/locales/nl.js
CHANGED
|
@@ -1258,6 +1258,7 @@ const e = {
|
|
|
1258
1258
|
reviews_other: "{{value}} sterren · {{count}} beoordelingen"
|
|
1259
1259
|
},
|
|
1260
1260
|
sparkline: {
|
|
1261
|
+
annotationAction: "{{label}} — selecteer om te openen",
|
|
1261
1262
|
annotations: "Gemarkeerd: {{list}}",
|
|
1262
1263
|
summary: "{{label}}: min {{min}}, max {{max}}, huidig {{current}}, {{direction}}",
|
|
1263
1264
|
summaryNoLabel: "min {{min}}, max {{max}}, huidig {{current}}, {{direction}}",
|
|
@@ -3727,6 +3728,7 @@ const e = {
|
|
|
3727
3728
|
composerLabel: "Nieuwe notitie",
|
|
3728
3729
|
add: "Notitie toevoegen",
|
|
3729
3730
|
empty: "Nog geen notities.",
|
|
3731
|
+
current: "Huidige notitie",
|
|
3730
3732
|
clinicalToggle: "Klinische notitie",
|
|
3731
3733
|
clinicalGated: "U hebt geen rechten om klinische notities te schrijven."
|
|
3732
3734
|
},
|
|
@@ -1258,6 +1258,7 @@ 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ć";
|
|
1261
1262
|
readonly annotations: "Oznaczono: {{list}}";
|
|
1262
1263
|
readonly summary: "{{label}}: min {{min}}, maks {{max}}, bieżąca {{current}}, {{direction}}";
|
|
1263
1264
|
readonly summaryNoLabel: "min {{min}}, maks {{max}}, bieżąca {{current}}, {{direction}}";
|
|
@@ -3767,6 +3768,7 @@ export declare const plUi: {
|
|
|
3767
3768
|
readonly composerLabel: "Nowa notatka";
|
|
3768
3769
|
readonly add: "Dodaj notatkę";
|
|
3769
3770
|
readonly empty: "Brak notatek.";
|
|
3771
|
+
readonly current: "Bieżąca notatka";
|
|
3770
3772
|
readonly clinicalToggle: "Notatka kliniczna";
|
|
3771
3773
|
readonly clinicalGated: "Nie masz uprawnień do tworzenia notatek klinicznych.";
|
|
3772
3774
|
};
|
package/dist/i18n/locales/pl.js
CHANGED
|
@@ -1258,6 +1258,7 @@ const e = {
|
|
|
1258
1258
|
reviews_other: "{{value}} gwiazdek · {{count}} opinii"
|
|
1259
1259
|
},
|
|
1260
1260
|
sparkline: {
|
|
1261
|
+
annotationAction: "{{label}} — wybierz, aby otworzyć",
|
|
1261
1262
|
annotations: "Oznaczono: {{list}}",
|
|
1262
1263
|
summary: "{{label}}: min {{min}}, maks {{max}}, bieżąca {{current}}, {{direction}}",
|
|
1263
1264
|
summaryNoLabel: "min {{min}}, maks {{max}}, bieżąca {{current}}, {{direction}}",
|
|
@@ -3738,6 +3739,7 @@ const e = {
|
|
|
3738
3739
|
composerLabel: "Nowa notatka",
|
|
3739
3740
|
add: "Dodaj notatkę",
|
|
3740
3741
|
empty: "Brak notatek.",
|
|
3742
|
+
current: "Bieżąca notatka",
|
|
3741
3743
|
clinicalToggle: "Notatka kliniczna",
|
|
3742
3744
|
clinicalGated: "Nie masz uprawnień do tworzenia notatek klinicznych."
|
|
3743
3745
|
},
|
|
@@ -1259,6 +1259,7 @@ export declare const ptUi: {
|
|
|
1259
1259
|
readonly reviews_other: "{{value}} estrelas · {{count}} avaliações";
|
|
1260
1260
|
};
|
|
1261
1261
|
readonly sparkline: {
|
|
1262
|
+
readonly annotationAction: "{{label}} — selecione para abrir";
|
|
1262
1263
|
readonly annotations: "Marcado: {{list}}";
|
|
1263
1264
|
readonly summary: "{{label}}: mín {{min}}, máx {{max}}, atual {{current}}, {{direction}}";
|
|
1264
1265
|
readonly summaryNoLabel: "mín {{min}}, máx {{max}}, atual {{current}}, {{direction}}";
|
|
@@ -3768,6 +3769,7 @@ export declare const ptUi: {
|
|
|
3768
3769
|
readonly composerLabel: "Nova nota";
|
|
3769
3770
|
readonly add: "Adicionar nota";
|
|
3770
3771
|
readonly empty: "Ainda não há notas.";
|
|
3772
|
+
readonly current: "Nota atual";
|
|
3771
3773
|
readonly clinicalToggle: "Nota clínica";
|
|
3772
3774
|
readonly clinicalGated: "Não tem permissão para escrever notas clínicas.";
|
|
3773
3775
|
};
|
package/dist/i18n/locales/pt.js
CHANGED
|
@@ -1258,6 +1258,7 @@ const e = {
|
|
|
1258
1258
|
reviews_other: "{{value}} estrelas · {{count}} avaliações"
|
|
1259
1259
|
},
|
|
1260
1260
|
sparkline: {
|
|
1261
|
+
annotationAction: "{{label}} — selecione para abrir",
|
|
1261
1262
|
annotations: "Marcado: {{list}}",
|
|
1262
1263
|
summary: "{{label}}: mín {{min}}, máx {{max}}, atual {{current}}, {{direction}}",
|
|
1263
1264
|
summaryNoLabel: "mín {{min}}, máx {{max}}, atual {{current}}, {{direction}}",
|
|
@@ -3746,6 +3747,7 @@ const e = {
|
|
|
3746
3747
|
composerLabel: "Nova nota",
|
|
3747
3748
|
add: "Adicionar nota",
|
|
3748
3749
|
empty: "Ainda não há notas.",
|
|
3750
|
+
current: "Nota atual",
|
|
3749
3751
|
clinicalToggle: "Nota clínica",
|
|
3750
3752
|
clinicalGated: "Não tem permissão para escrever notas clínicas."
|
|
3751
3753
|
},
|
|
@@ -1258,6 +1258,7 @@ export declare const roUi: {
|
|
|
1258
1258
|
readonly reviews_other: "{{value}} stele · {{count}} recenzii";
|
|
1259
1259
|
};
|
|
1260
1260
|
readonly sparkline: {
|
|
1261
|
+
readonly annotationAction: "{{label}} — selectați pentru a deschide";
|
|
1261
1262
|
readonly annotations: "Marcat: {{list}}";
|
|
1262
1263
|
readonly summary: "{{label}}: min {{min}}, max {{max}}, curent {{current}}, {{direction}}";
|
|
1263
1264
|
readonly summaryNoLabel: "min {{min}}, max {{max}}, curent {{current}}, {{direction}}";
|
|
@@ -3767,6 +3768,7 @@ export declare const roUi: {
|
|
|
3767
3768
|
readonly composerLabel: "Notă nouă";
|
|
3768
3769
|
readonly add: "Adaugă notă";
|
|
3769
3770
|
readonly empty: "Nicio notă încă.";
|
|
3771
|
+
readonly current: "Nota curentă";
|
|
3770
3772
|
readonly clinicalToggle: "Notă clinică";
|
|
3771
3773
|
readonly clinicalGated: "Nu ai permisiunea de a scrie note clinice.";
|
|
3772
3774
|
};
|
package/dist/i18n/locales/ro.js
CHANGED
|
@@ -1258,6 +1258,7 @@ const e = {
|
|
|
1258
1258
|
reviews_other: "{{value}} stele · {{count}} recenzii"
|
|
1259
1259
|
},
|
|
1260
1260
|
sparkline: {
|
|
1261
|
+
annotationAction: "{{label}} — selectați pentru a deschide",
|
|
1261
1262
|
annotations: "Marcat: {{list}}",
|
|
1262
1263
|
summary: "{{label}}: min {{min}}, max {{max}}, curent {{current}}, {{direction}}",
|
|
1263
1264
|
summaryNoLabel: "min {{min}}, max {{max}}, curent {{current}}, {{direction}}",
|
|
@@ -3742,6 +3743,7 @@ const e = {
|
|
|
3742
3743
|
composerLabel: "Notă nouă",
|
|
3743
3744
|
add: "Adaugă notă",
|
|
3744
3745
|
empty: "Nicio notă încă.",
|
|
3746
|
+
current: "Nota curentă",
|
|
3745
3747
|
clinicalToggle: "Notă clinică",
|
|
3746
3748
|
clinicalGated: "Nu ai permisiunea de a scrie note clinice."
|
|
3747
3749
|
},
|
|
@@ -1258,6 +1258,7 @@ export declare const ruUi: {
|
|
|
1258
1258
|
readonly reviews_other: "{{value}} звёзд · {{count}} отзывов";
|
|
1259
1259
|
};
|
|
1260
1260
|
readonly sparkline: {
|
|
1261
|
+
readonly annotationAction: "{{label}} — выберите, чтобы открыть";
|
|
1261
1262
|
readonly annotations: "Отмечено: {{list}}";
|
|
1262
1263
|
readonly summary: "{{label}}: мин {{min}}, макс {{max}}, текущее {{current}}, {{direction}}";
|
|
1263
1264
|
readonly summaryNoLabel: "мин {{min}}, макс {{max}}, текущее {{current}}, {{direction}}";
|
|
@@ -3767,6 +3768,7 @@ export declare const ruUi: {
|
|
|
3767
3768
|
readonly composerLabel: "Новая заметка";
|
|
3768
3769
|
readonly add: "Добавить заметку";
|
|
3769
3770
|
readonly empty: "Заметок пока нет.";
|
|
3771
|
+
readonly current: "Текущая заметка";
|
|
3770
3772
|
readonly clinicalToggle: "Клиническая запись";
|
|
3771
3773
|
readonly clinicalGated: "У вас нет прав для создания клинических записей.";
|
|
3772
3774
|
};
|
package/dist/i18n/locales/ru.js
CHANGED
|
@@ -1258,6 +1258,7 @@ const e = {
|
|
|
1258
1258
|
reviews_other: "{{value}} звёзд · {{count}} отзывов"
|
|
1259
1259
|
},
|
|
1260
1260
|
sparkline: {
|
|
1261
|
+
annotationAction: "{{label}} — выберите, чтобы открыть",
|
|
1261
1262
|
annotations: "Отмечено: {{list}}",
|
|
1262
1263
|
summary: "{{label}}: мин {{min}}, макс {{max}}, текущее {{current}}, {{direction}}",
|
|
1263
1264
|
summaryNoLabel: "мин {{min}}, макс {{max}}, текущее {{current}}, {{direction}}",
|
|
@@ -3737,6 +3738,7 @@ const e = {
|
|
|
3737
3738
|
composerLabel: "Новая заметка",
|
|
3738
3739
|
add: "Добавить заметку",
|
|
3739
3740
|
empty: "Заметок пока нет.",
|
|
3741
|
+
current: "Текущая заметка",
|
|
3740
3742
|
clinicalToggle: "Клиническая запись",
|
|
3741
3743
|
clinicalGated: "У вас нет прав для создания клинических записей."
|
|
3742
3744
|
},
|
|
@@ -1258,6 +1258,7 @@ export declare const sqUi: {
|
|
|
1258
1258
|
readonly reviews_other: "{{value}} yje · {{count}} opinione";
|
|
1259
1259
|
};
|
|
1260
1260
|
readonly sparkline: {
|
|
1261
|
+
readonly annotationAction: "{{label}} — zgjidhni për ta hapur";
|
|
1261
1262
|
readonly annotations: "Shënuar: {{list}}";
|
|
1262
1263
|
readonly summary: "{{label}}: min {{min}}, maks {{max}}, aktual {{current}}, {{direction}}";
|
|
1263
1264
|
readonly summaryNoLabel: "min {{min}}, maks {{max}}, aktual {{current}}, {{direction}}";
|
|
@@ -3767,6 +3768,7 @@ export declare const sqUi: {
|
|
|
3767
3768
|
readonly composerLabel: "Shënim i ri";
|
|
3768
3769
|
readonly add: "Shto shënim";
|
|
3769
3770
|
readonly empty: "Ende nuk ka shënime.";
|
|
3771
|
+
readonly current: "Shënimi aktual";
|
|
3770
3772
|
readonly clinicalToggle: "Shënim klinik";
|
|
3771
3773
|
readonly clinicalGated: "Nuk keni leje për të shkruar shënime klinike.";
|
|
3772
3774
|
};
|