@alfadocs/ui-kit 0.75.0 → 0.78.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/{address-fields-COyjgqxA.js → address-fields-7k59FnJ6.js} +2 -2
- package/dist/_chunks/{booking-B1Qkcl3c.js → booking-CLmeXtGv.js} +2 -2
- package/dist/_chunks/{country-select-DYHDLEjG.js → country-select-BN9nedAp.js} +2 -2
- package/dist/_chunks/document-preview-nwfulDEs.js +290 -0
- package/dist/_chunks/{file-manager-UF8dkQF1.js → file-manager-DfTG7bxx.js} +394 -399
- package/dist/_chunks/flag-Cnmivlrl.js +641 -0
- package/dist/_chunks/{header-settings-4cwQzeFc.js → header-settings-DMfdx0Vq.js} +2 -2
- package/dist/_chunks/{locale-picker-GNF3lo8K.js → locale-picker-EyvPrwDc.js} +2 -2
- package/dist/_chunks/{marketplace-app-shell-D_1tF4La.js → marketplace-app-shell-Bxq1PYAj.js} +2 -2
- package/dist/_chunks/{patient-details-DP4wKyq4.js → patient-details-zy76MRh7.js} +3 -3
- package/dist/_chunks/periodontal-chart-CYBhr9vc.js +1305 -0
- package/dist/_chunks/{phone-input-dtnrvnZf.js → phone-input-D00ZBAm-.js} +2 -2
- package/dist/agent-catalog.json +149 -1
- package/dist/agent-i18n/en.json +2 -0
- package/dist/components/address-fields/index.js +1 -1
- package/dist/components/booking/index.js +1 -1
- package/dist/components/country-select/index.js +1 -1
- package/dist/components/document-preview/document-preview.d.ts +35 -2
- package/dist/components/document-preview/index.d.ts +1 -1
- package/dist/components/document-preview/index.js +1 -1
- package/dist/components/file-manager/index.js +1 -1
- package/dist/components/flag/index.js +1 -1
- package/dist/components/header-settings/index.js +1 -1
- package/dist/components/locale-picker/index.js +1 -1
- package/dist/components/patient-details/index.js +1 -1
- package/dist/components/periodontal-chart/index.d.ts +2 -2
- package/dist/components/periodontal-chart/index.js +8 -7
- package/dist/components/periodontal-chart/periodontal-chart-data.d.ts +45 -0
- package/dist/components/periodontal-chart/periodontal-chart.d.ts +3 -1
- package/dist/components/phone-input/index.js +1 -1
- package/dist/i18n/locales/ar.d.ts +8 -1
- package/dist/i18n/locales/ar.js +8 -1
- package/dist/i18n/locales/de.d.ts +8 -1
- package/dist/i18n/locales/de.js +8 -1
- package/dist/i18n/locales/el.d.ts +8 -1
- package/dist/i18n/locales/el.js +8 -1
- package/dist/i18n/locales/en.d.ts +8 -1
- package/dist/i18n/locales/en.js +8 -1
- package/dist/i18n/locales/es.d.ts +8 -1
- package/dist/i18n/locales/es.js +8 -1
- package/dist/i18n/locales/fr.d.ts +8 -1
- package/dist/i18n/locales/fr.js +8 -1
- package/dist/i18n/locales/hi.d.ts +8 -1
- package/dist/i18n/locales/hi.js +8 -1
- package/dist/i18n/locales/it.d.ts +8 -1
- package/dist/i18n/locales/it.js +8 -1
- package/dist/i18n/locales/ja.d.ts +8 -1
- package/dist/i18n/locales/ja.js +8 -1
- package/dist/i18n/locales/nl.d.ts +8 -1
- package/dist/i18n/locales/nl.js +8 -1
- package/dist/i18n/locales/pl.d.ts +8 -1
- package/dist/i18n/locales/pl.js +8 -1
- package/dist/i18n/locales/pt.d.ts +8 -1
- package/dist/i18n/locales/pt.js +8 -1
- package/dist/i18n/locales/ro.d.ts +8 -1
- package/dist/i18n/locales/ro.js +8 -1
- package/dist/i18n/locales/ru.d.ts +8 -1
- package/dist/i18n/locales/ru.js +8 -1
- package/dist/i18n/locales/sq.d.ts +8 -1
- package/dist/i18n/locales/sq.js +8 -1
- package/dist/i18n/locales/sv.d.ts +8 -1
- package/dist/i18n/locales/sv.js +8 -1
- package/dist/i18n/locales/tr.d.ts +8 -1
- package/dist/i18n/locales/tr.js +8 -1
- package/dist/i18n/locales/zh.d.ts +8 -1
- package/dist/i18n/locales/zh.js +8 -1
- package/dist/index.js +217 -216
- package/dist/locales/ar.json +8 -1
- package/dist/locales/de.json +8 -1
- package/dist/locales/el.json +8 -1
- package/dist/locales/en.json +8 -1
- package/dist/locales/es.json +8 -1
- package/dist/locales/fr.json +8 -1
- package/dist/locales/hi.json +8 -1
- package/dist/locales/it.json +8 -1
- package/dist/locales/ja.json +8 -1
- package/dist/locales/nl.json +8 -1
- package/dist/locales/pl.json +8 -1
- package/dist/locales/pt.json +8 -1
- package/dist/locales/ro.json +8 -1
- package/dist/locales/ru.json +8 -1
- package/dist/locales/sq.json +8 -1
- package/dist/locales/sv.json +8 -1
- package/dist/locales/tr.json +8 -1
- package/dist/locales/zh.json +8 -1
- package/dist/patterns/marketplace-app-shell/index.js +1 -1
- package/dist/tokens.css +2 -1
- package/package.json +1 -1
- package/dist/_chunks/document-preview-CGSM_au9.js +0 -181
- package/dist/_chunks/flag-DZ6V7-hU.js +0 -637
- package/dist/_chunks/periodontal-chart-D8hOFmde.js +0 -1173
package/dist/i18n/locales/en.js
CHANGED
|
@@ -952,16 +952,23 @@ const e = {
|
|
|
952
952
|
}
|
|
953
953
|
},
|
|
954
954
|
documentPreview: {
|
|
955
|
+
multiTitle: "Documents",
|
|
956
|
+
tabsLabel: "Selected documents",
|
|
955
957
|
regionLabel: "Document preview",
|
|
956
958
|
emptyTitle: "No document selected",
|
|
957
959
|
emptyDescription: "Select a document to preview it here.",
|
|
958
|
-
pdfLabel: "Document preview",
|
|
959
960
|
imageAlt: "Preview of {{name}}",
|
|
960
961
|
noPreview: "No preview available.",
|
|
961
962
|
clinical: "Clinical",
|
|
963
|
+
detailsTitle: "Details",
|
|
962
964
|
fields: {
|
|
963
965
|
size: "Size",
|
|
964
966
|
modified: "Modified",
|
|
967
|
+
createdBy: "Created by",
|
|
968
|
+
created: "Created",
|
|
969
|
+
signatureRequested: "Signature requested",
|
|
970
|
+
signed: "Signed",
|
|
971
|
+
sharedWithPatient: "Shared with patient",
|
|
965
972
|
expires: "Expires"
|
|
966
973
|
},
|
|
967
974
|
signature: {
|
|
@@ -980,16 +980,23 @@ export declare const esUi: {
|
|
|
980
980
|
};
|
|
981
981
|
};
|
|
982
982
|
readonly documentPreview: {
|
|
983
|
+
readonly multiTitle: "Documentos";
|
|
984
|
+
readonly tabsLabel: "Documentos seleccionados";
|
|
983
985
|
readonly regionLabel: "Vista previa del documento";
|
|
984
986
|
readonly emptyTitle: "Ningún documento seleccionado";
|
|
985
987
|
readonly emptyDescription: "Seleccione un documento para verlo aquí en vista previa.";
|
|
986
|
-
readonly pdfLabel: "Vista previa del documento";
|
|
987
988
|
readonly imageAlt: "Vista previa de {{name}}";
|
|
988
989
|
readonly noPreview: "Vista previa no disponible.";
|
|
989
990
|
readonly clinical: "Clínico";
|
|
991
|
+
readonly detailsTitle: "Detalles";
|
|
990
992
|
readonly fields: {
|
|
991
993
|
readonly size: "Tamaño";
|
|
992
994
|
readonly modified: "Modificado";
|
|
995
|
+
readonly createdBy: "Creado por";
|
|
996
|
+
readonly created: "Creado";
|
|
997
|
+
readonly signatureRequested: "Firma solicitada";
|
|
998
|
+
readonly signed: "Firmado";
|
|
999
|
+
readonly sharedWithPatient: "Compartido con el paciente";
|
|
993
1000
|
readonly expires: "Caduca";
|
|
994
1001
|
};
|
|
995
1002
|
readonly signature: {
|
package/dist/i18n/locales/es.js
CHANGED
|
@@ -972,16 +972,23 @@ const e = {
|
|
|
972
972
|
}
|
|
973
973
|
},
|
|
974
974
|
documentPreview: {
|
|
975
|
+
multiTitle: "Documentos",
|
|
976
|
+
tabsLabel: "Documentos seleccionados",
|
|
975
977
|
regionLabel: "Vista previa del documento",
|
|
976
978
|
emptyTitle: "Ningún documento seleccionado",
|
|
977
979
|
emptyDescription: "Seleccione un documento para verlo aquí en vista previa.",
|
|
978
|
-
pdfLabel: "Vista previa del documento",
|
|
979
980
|
imageAlt: "Vista previa de {{name}}",
|
|
980
981
|
noPreview: "Vista previa no disponible.",
|
|
981
982
|
clinical: "Clínico",
|
|
983
|
+
detailsTitle: "Detalles",
|
|
982
984
|
fields: {
|
|
983
985
|
size: "Tamaño",
|
|
984
986
|
modified: "Modificado",
|
|
987
|
+
createdBy: "Creado por",
|
|
988
|
+
created: "Creado",
|
|
989
|
+
signatureRequested: "Firma solicitada",
|
|
990
|
+
signed: "Firmado",
|
|
991
|
+
sharedWithPatient: "Compartido con el paciente",
|
|
985
992
|
expires: "Caduca"
|
|
986
993
|
},
|
|
987
994
|
signature: {
|
|
@@ -980,16 +980,23 @@ export declare const frUi: {
|
|
|
980
980
|
};
|
|
981
981
|
};
|
|
982
982
|
readonly documentPreview: {
|
|
983
|
+
readonly multiTitle: "Documents";
|
|
984
|
+
readonly tabsLabel: "Documents sélectionnés";
|
|
983
985
|
readonly regionLabel: "Aperçu du document";
|
|
984
986
|
readonly emptyTitle: "Aucun document sélectionné";
|
|
985
987
|
readonly emptyDescription: "Sélectionnez un document pour l’afficher ici en aperçu.";
|
|
986
|
-
readonly pdfLabel: "Aperçu du document";
|
|
987
988
|
readonly imageAlt: "Aperçu de {{name}}";
|
|
988
989
|
readonly noPreview: "Aperçu non disponible.";
|
|
989
990
|
readonly clinical: "Clinique";
|
|
991
|
+
readonly detailsTitle: "Détails";
|
|
990
992
|
readonly fields: {
|
|
991
993
|
readonly size: "Taille";
|
|
992
994
|
readonly modified: "Modifié";
|
|
995
|
+
readonly createdBy: "Créé par";
|
|
996
|
+
readonly created: "Créé";
|
|
997
|
+
readonly signatureRequested: "Signature demandée";
|
|
998
|
+
readonly signed: "Signé";
|
|
999
|
+
readonly sharedWithPatient: "Partagé avec le patient";
|
|
993
1000
|
readonly expires: "Expiration";
|
|
994
1001
|
};
|
|
995
1002
|
readonly signature: {
|
package/dist/i18n/locales/fr.js
CHANGED
|
@@ -972,16 +972,23 @@ const e = {
|
|
|
972
972
|
}
|
|
973
973
|
},
|
|
974
974
|
documentPreview: {
|
|
975
|
+
multiTitle: "Documents",
|
|
976
|
+
tabsLabel: "Documents sélectionnés",
|
|
975
977
|
regionLabel: "Aperçu du document",
|
|
976
978
|
emptyTitle: "Aucun document sélectionné",
|
|
977
979
|
emptyDescription: "Sélectionnez un document pour l’afficher ici en aperçu.",
|
|
978
|
-
pdfLabel: "Aperçu du document",
|
|
979
980
|
imageAlt: "Aperçu de {{name}}",
|
|
980
981
|
noPreview: "Aperçu non disponible.",
|
|
981
982
|
clinical: "Clinique",
|
|
983
|
+
detailsTitle: "Détails",
|
|
982
984
|
fields: {
|
|
983
985
|
size: "Taille",
|
|
984
986
|
modified: "Modifié",
|
|
987
|
+
createdBy: "Créé par",
|
|
988
|
+
created: "Créé",
|
|
989
|
+
signatureRequested: "Signature demandée",
|
|
990
|
+
signed: "Signé",
|
|
991
|
+
sharedWithPatient: "Partagé avec le patient",
|
|
985
992
|
expires: "Expiration"
|
|
986
993
|
},
|
|
987
994
|
signature: {
|
|
@@ -980,16 +980,23 @@ export declare const hiUi: {
|
|
|
980
980
|
};
|
|
981
981
|
};
|
|
982
982
|
readonly documentPreview: {
|
|
983
|
+
readonly multiTitle: "दस्तावेज़";
|
|
984
|
+
readonly tabsLabel: "चयनित दस्तावेज़";
|
|
983
985
|
readonly regionLabel: "दस्तावेज़ पूर्वावलोकन";
|
|
984
986
|
readonly emptyTitle: "कोई दस्तावेज़ चयनित नहीं";
|
|
985
987
|
readonly emptyDescription: "यहाँ पूर्वावलोकन देखने के लिए कोई दस्तावेज़ चुनें।";
|
|
986
|
-
readonly pdfLabel: "दस्तावेज़ पूर्वावलोकन";
|
|
987
988
|
readonly imageAlt: "{{name}} का पूर्वावलोकन";
|
|
988
989
|
readonly noPreview: "कोई पूर्वावलोकन उपलब्ध नहीं।";
|
|
989
990
|
readonly clinical: "नैदानिक";
|
|
991
|
+
readonly detailsTitle: "विवरण";
|
|
990
992
|
readonly fields: {
|
|
991
993
|
readonly size: "आकार";
|
|
992
994
|
readonly modified: "संशोधित";
|
|
995
|
+
readonly createdBy: "द्वारा बनाया गया";
|
|
996
|
+
readonly created: "बनाया गया";
|
|
997
|
+
readonly signatureRequested: "हस्ताक्षर का अनुरोध";
|
|
998
|
+
readonly signed: "हस्ताक्षरित";
|
|
999
|
+
readonly sharedWithPatient: "रोगी के साथ साझा किया गया";
|
|
993
1000
|
readonly expires: "समाप्ति";
|
|
994
1001
|
};
|
|
995
1002
|
readonly signature: {
|
package/dist/i18n/locales/hi.js
CHANGED
|
@@ -972,16 +972,23 @@ const e = {
|
|
|
972
972
|
}
|
|
973
973
|
},
|
|
974
974
|
documentPreview: {
|
|
975
|
+
multiTitle: "दस्तावेज़",
|
|
976
|
+
tabsLabel: "चयनित दस्तावेज़",
|
|
975
977
|
regionLabel: "दस्तावेज़ पूर्वावलोकन",
|
|
976
978
|
emptyTitle: "कोई दस्तावेज़ चयनित नहीं",
|
|
977
979
|
emptyDescription: "यहाँ पूर्वावलोकन देखने के लिए कोई दस्तावेज़ चुनें।",
|
|
978
|
-
pdfLabel: "दस्तावेज़ पूर्वावलोकन",
|
|
979
980
|
imageAlt: "{{name}} का पूर्वावलोकन",
|
|
980
981
|
noPreview: "कोई पूर्वावलोकन उपलब्ध नहीं।",
|
|
981
982
|
clinical: "नैदानिक",
|
|
983
|
+
detailsTitle: "विवरण",
|
|
982
984
|
fields: {
|
|
983
985
|
size: "आकार",
|
|
984
986
|
modified: "संशोधित",
|
|
987
|
+
createdBy: "द्वारा बनाया गया",
|
|
988
|
+
created: "बनाया गया",
|
|
989
|
+
signatureRequested: "हस्ताक्षर का अनुरोध",
|
|
990
|
+
signed: "हस्ताक्षरित",
|
|
991
|
+
sharedWithPatient: "रोगी के साथ साझा किया गया",
|
|
985
992
|
expires: "समाप्ति"
|
|
986
993
|
},
|
|
987
994
|
signature: {
|
|
@@ -977,16 +977,23 @@ export declare const itUi: {
|
|
|
977
977
|
};
|
|
978
978
|
};
|
|
979
979
|
readonly documentPreview: {
|
|
980
|
+
readonly multiTitle: "Documenti";
|
|
981
|
+
readonly tabsLabel: "Documenti selezionati";
|
|
980
982
|
readonly regionLabel: "Anteprima del documento";
|
|
981
983
|
readonly emptyTitle: "Nessun documento selezionato";
|
|
982
984
|
readonly emptyDescription: "Seleziona un documento per visualizzarne l’anteprima qui.";
|
|
983
|
-
readonly pdfLabel: "Anteprima del documento";
|
|
984
985
|
readonly imageAlt: "Anteprima di {{name}}";
|
|
985
986
|
readonly noPreview: "Anteprima non disponibile.";
|
|
986
987
|
readonly clinical: "Clinico";
|
|
988
|
+
readonly detailsTitle: "Dettagli";
|
|
987
989
|
readonly fields: {
|
|
988
990
|
readonly size: "Dimensione";
|
|
989
991
|
readonly modified: "Modificato";
|
|
992
|
+
readonly createdBy: "Creato da";
|
|
993
|
+
readonly created: "Creato";
|
|
994
|
+
readonly signatureRequested: "Firma richiesta";
|
|
995
|
+
readonly signed: "Firmato";
|
|
996
|
+
readonly sharedWithPatient: "Condiviso con il paziente";
|
|
990
997
|
readonly expires: "Scadenza";
|
|
991
998
|
};
|
|
992
999
|
readonly signature: {
|
package/dist/i18n/locales/it.js
CHANGED
|
@@ -952,16 +952,23 @@ const e = {
|
|
|
952
952
|
}
|
|
953
953
|
},
|
|
954
954
|
documentPreview: {
|
|
955
|
+
multiTitle: "Documenti",
|
|
956
|
+
tabsLabel: "Documenti selezionati",
|
|
955
957
|
regionLabel: "Anteprima del documento",
|
|
956
958
|
emptyTitle: "Nessun documento selezionato",
|
|
957
959
|
emptyDescription: "Seleziona un documento per visualizzarne l’anteprima qui.",
|
|
958
|
-
pdfLabel: "Anteprima del documento",
|
|
959
960
|
imageAlt: "Anteprima di {{name}}",
|
|
960
961
|
noPreview: "Anteprima non disponibile.",
|
|
961
962
|
clinical: "Clinico",
|
|
963
|
+
detailsTitle: "Dettagli",
|
|
962
964
|
fields: {
|
|
963
965
|
size: "Dimensione",
|
|
964
966
|
modified: "Modificato",
|
|
967
|
+
createdBy: "Creato da",
|
|
968
|
+
created: "Creato",
|
|
969
|
+
signatureRequested: "Firma richiesta",
|
|
970
|
+
signed: "Firmato",
|
|
971
|
+
sharedWithPatient: "Condiviso con il paziente",
|
|
965
972
|
expires: "Scadenza"
|
|
966
973
|
},
|
|
967
974
|
signature: {
|
|
@@ -980,16 +980,23 @@ export declare const jaUi: {
|
|
|
980
980
|
};
|
|
981
981
|
};
|
|
982
982
|
readonly documentPreview: {
|
|
983
|
+
readonly multiTitle: "ドキュメント";
|
|
984
|
+
readonly tabsLabel: "選択したドキュメント";
|
|
983
985
|
readonly regionLabel: "ドキュメントのプレビュー";
|
|
984
986
|
readonly emptyTitle: "ドキュメントが選択されていません";
|
|
985
987
|
readonly emptyDescription: "プレビューするドキュメントを選択してください。";
|
|
986
|
-
readonly pdfLabel: "ドキュメントのプレビュー";
|
|
987
988
|
readonly imageAlt: "{{name}} のプレビュー";
|
|
988
989
|
readonly noPreview: "プレビューを利用できません。";
|
|
989
990
|
readonly clinical: "臨床";
|
|
991
|
+
readonly detailsTitle: "詳細";
|
|
990
992
|
readonly fields: {
|
|
991
993
|
readonly size: "サイズ";
|
|
992
994
|
readonly modified: "更新日時";
|
|
995
|
+
readonly createdBy: "作成者";
|
|
996
|
+
readonly created: "作成日";
|
|
997
|
+
readonly signatureRequested: "署名を依頼済み";
|
|
998
|
+
readonly signed: "署名済み";
|
|
999
|
+
readonly sharedWithPatient: "患者と共有済み";
|
|
993
1000
|
readonly expires: "有効期限";
|
|
994
1001
|
};
|
|
995
1002
|
readonly signature: {
|
package/dist/i18n/locales/ja.js
CHANGED
|
@@ -972,16 +972,23 @@ const e = {
|
|
|
972
972
|
}
|
|
973
973
|
},
|
|
974
974
|
documentPreview: {
|
|
975
|
+
multiTitle: "ドキュメント",
|
|
976
|
+
tabsLabel: "選択したドキュメント",
|
|
975
977
|
regionLabel: "ドキュメントのプレビュー",
|
|
976
978
|
emptyTitle: "ドキュメントが選択されていません",
|
|
977
979
|
emptyDescription: "プレビューするドキュメントを選択してください。",
|
|
978
|
-
pdfLabel: "ドキュメントのプレビュー",
|
|
979
980
|
imageAlt: "{{name}} のプレビュー",
|
|
980
981
|
noPreview: "プレビューを利用できません。",
|
|
981
982
|
clinical: "臨床",
|
|
983
|
+
detailsTitle: "詳細",
|
|
982
984
|
fields: {
|
|
983
985
|
size: "サイズ",
|
|
984
986
|
modified: "更新日時",
|
|
987
|
+
createdBy: "作成者",
|
|
988
|
+
created: "作成日",
|
|
989
|
+
signatureRequested: "署名を依頼済み",
|
|
990
|
+
signed: "署名済み",
|
|
991
|
+
sharedWithPatient: "患者と共有済み",
|
|
985
992
|
expires: "有効期限"
|
|
986
993
|
},
|
|
987
994
|
signature: {
|
|
@@ -980,16 +980,23 @@ export declare const nlUi: {
|
|
|
980
980
|
};
|
|
981
981
|
};
|
|
982
982
|
readonly documentPreview: {
|
|
983
|
+
readonly multiTitle: "Documenten";
|
|
984
|
+
readonly tabsLabel: "Geselecteerde documenten";
|
|
983
985
|
readonly regionLabel: "Documentvoorbeeld";
|
|
984
986
|
readonly emptyTitle: "Geen document geselecteerd";
|
|
985
987
|
readonly emptyDescription: "Selecteer een document om het hier als voorbeeld te bekijken.";
|
|
986
|
-
readonly pdfLabel: "Documentvoorbeeld";
|
|
987
988
|
readonly imageAlt: "Voorbeeld van {{name}}";
|
|
988
989
|
readonly noPreview: "Geen voorbeeld beschikbaar.";
|
|
989
990
|
readonly clinical: "Klinisch";
|
|
991
|
+
readonly detailsTitle: "Details";
|
|
990
992
|
readonly fields: {
|
|
991
993
|
readonly size: "Grootte";
|
|
992
994
|
readonly modified: "Gewijzigd";
|
|
995
|
+
readonly createdBy: "Gemaakt door";
|
|
996
|
+
readonly created: "Gemaakt";
|
|
997
|
+
readonly signatureRequested: "Handtekening aangevraagd";
|
|
998
|
+
readonly signed: "Ondertekend";
|
|
999
|
+
readonly sharedWithPatient: "Gedeeld met patiënt";
|
|
993
1000
|
readonly expires: "Verloopt";
|
|
994
1001
|
};
|
|
995
1002
|
readonly signature: {
|
package/dist/i18n/locales/nl.js
CHANGED
|
@@ -972,16 +972,23 @@ const e = {
|
|
|
972
972
|
}
|
|
973
973
|
},
|
|
974
974
|
documentPreview: {
|
|
975
|
+
multiTitle: "Documenten",
|
|
976
|
+
tabsLabel: "Geselecteerde documenten",
|
|
975
977
|
regionLabel: "Documentvoorbeeld",
|
|
976
978
|
emptyTitle: "Geen document geselecteerd",
|
|
977
979
|
emptyDescription: "Selecteer een document om het hier als voorbeeld te bekijken.",
|
|
978
|
-
pdfLabel: "Documentvoorbeeld",
|
|
979
980
|
imageAlt: "Voorbeeld van {{name}}",
|
|
980
981
|
noPreview: "Geen voorbeeld beschikbaar.",
|
|
981
982
|
clinical: "Klinisch",
|
|
983
|
+
detailsTitle: "Details",
|
|
982
984
|
fields: {
|
|
983
985
|
size: "Grootte",
|
|
984
986
|
modified: "Gewijzigd",
|
|
987
|
+
createdBy: "Gemaakt door",
|
|
988
|
+
created: "Gemaakt",
|
|
989
|
+
signatureRequested: "Handtekening aangevraagd",
|
|
990
|
+
signed: "Ondertekend",
|
|
991
|
+
sharedWithPatient: "Gedeeld met patiënt",
|
|
985
992
|
expires: "Verloopt"
|
|
986
993
|
},
|
|
987
994
|
signature: {
|
|
@@ -980,16 +980,23 @@ export declare const plUi: {
|
|
|
980
980
|
};
|
|
981
981
|
};
|
|
982
982
|
readonly documentPreview: {
|
|
983
|
+
readonly multiTitle: "Dokumenty";
|
|
984
|
+
readonly tabsLabel: "Wybrane dokumenty";
|
|
983
985
|
readonly regionLabel: "Podgląd dokumentu";
|
|
984
986
|
readonly emptyTitle: "Nie wybrano dokumentu";
|
|
985
987
|
readonly emptyDescription: "Wybierz dokument, aby wyświetlić jego podgląd tutaj.";
|
|
986
|
-
readonly pdfLabel: "Podgląd dokumentu";
|
|
987
988
|
readonly imageAlt: "Podgląd {{name}}";
|
|
988
989
|
readonly noPreview: "Podgląd niedostępny.";
|
|
989
990
|
readonly clinical: "Kliniczny";
|
|
991
|
+
readonly detailsTitle: "Szczegóły";
|
|
990
992
|
readonly fields: {
|
|
991
993
|
readonly size: "Rozmiar";
|
|
992
994
|
readonly modified: "Zmodyfikowano";
|
|
995
|
+
readonly createdBy: "Utworzone przez";
|
|
996
|
+
readonly created: "Utworzono";
|
|
997
|
+
readonly signatureRequested: "Prośba o podpis";
|
|
998
|
+
readonly signed: "Podpisano";
|
|
999
|
+
readonly sharedWithPatient: "Udostępniono pacjentowi";
|
|
993
1000
|
readonly expires: "Wygasa";
|
|
994
1001
|
};
|
|
995
1002
|
readonly signature: {
|
package/dist/i18n/locales/pl.js
CHANGED
|
@@ -972,16 +972,23 @@ const e = {
|
|
|
972
972
|
}
|
|
973
973
|
},
|
|
974
974
|
documentPreview: {
|
|
975
|
+
multiTitle: "Dokumenty",
|
|
976
|
+
tabsLabel: "Wybrane dokumenty",
|
|
975
977
|
regionLabel: "Podgląd dokumentu",
|
|
976
978
|
emptyTitle: "Nie wybrano dokumentu",
|
|
977
979
|
emptyDescription: "Wybierz dokument, aby wyświetlić jego podgląd tutaj.",
|
|
978
|
-
pdfLabel: "Podgląd dokumentu",
|
|
979
980
|
imageAlt: "Podgląd {{name}}",
|
|
980
981
|
noPreview: "Podgląd niedostępny.",
|
|
981
982
|
clinical: "Kliniczny",
|
|
983
|
+
detailsTitle: "Szczegóły",
|
|
982
984
|
fields: {
|
|
983
985
|
size: "Rozmiar",
|
|
984
986
|
modified: "Zmodyfikowano",
|
|
987
|
+
createdBy: "Utworzone przez",
|
|
988
|
+
created: "Utworzono",
|
|
989
|
+
signatureRequested: "Prośba o podpis",
|
|
990
|
+
signed: "Podpisano",
|
|
991
|
+
sharedWithPatient: "Udostępniono pacjentowi",
|
|
985
992
|
expires: "Wygasa"
|
|
986
993
|
},
|
|
987
994
|
signature: {
|
|
@@ -981,16 +981,23 @@ export declare const ptUi: {
|
|
|
981
981
|
};
|
|
982
982
|
};
|
|
983
983
|
readonly documentPreview: {
|
|
984
|
+
readonly multiTitle: "Documentos";
|
|
985
|
+
readonly tabsLabel: "Documentos selecionados";
|
|
984
986
|
readonly regionLabel: "Pré-visualização do documento";
|
|
985
987
|
readonly emptyTitle: "Nenhum documento selecionado";
|
|
986
988
|
readonly emptyDescription: "Selecione um documento para o pré-visualizar aqui.";
|
|
987
|
-
readonly pdfLabel: "Pré-visualização do documento";
|
|
988
989
|
readonly imageAlt: "Pré-visualização de {{name}}";
|
|
989
990
|
readonly noPreview: "Pré-visualização não disponível.";
|
|
990
991
|
readonly clinical: "Clínico";
|
|
992
|
+
readonly detailsTitle: "Detalhes";
|
|
991
993
|
readonly fields: {
|
|
992
994
|
readonly size: "Tamanho";
|
|
993
995
|
readonly modified: "Modificado";
|
|
996
|
+
readonly createdBy: "Criado por";
|
|
997
|
+
readonly created: "Criado";
|
|
998
|
+
readonly signatureRequested: "Assinatura solicitada";
|
|
999
|
+
readonly signed: "Assinado";
|
|
1000
|
+
readonly sharedWithPatient: "Partilhado com o paciente";
|
|
994
1001
|
readonly expires: "Expira";
|
|
995
1002
|
};
|
|
996
1003
|
readonly signature: {
|
package/dist/i18n/locales/pt.js
CHANGED
|
@@ -972,16 +972,23 @@ const e = {
|
|
|
972
972
|
}
|
|
973
973
|
},
|
|
974
974
|
documentPreview: {
|
|
975
|
+
multiTitle: "Documentos",
|
|
976
|
+
tabsLabel: "Documentos selecionados",
|
|
975
977
|
regionLabel: "Pré-visualização do documento",
|
|
976
978
|
emptyTitle: "Nenhum documento selecionado",
|
|
977
979
|
emptyDescription: "Selecione um documento para o pré-visualizar aqui.",
|
|
978
|
-
pdfLabel: "Pré-visualização do documento",
|
|
979
980
|
imageAlt: "Pré-visualização de {{name}}",
|
|
980
981
|
noPreview: "Pré-visualização não disponível.",
|
|
981
982
|
clinical: "Clínico",
|
|
983
|
+
detailsTitle: "Detalhes",
|
|
982
984
|
fields: {
|
|
983
985
|
size: "Tamanho",
|
|
984
986
|
modified: "Modificado",
|
|
987
|
+
createdBy: "Criado por",
|
|
988
|
+
created: "Criado",
|
|
989
|
+
signatureRequested: "Assinatura solicitada",
|
|
990
|
+
signed: "Assinado",
|
|
991
|
+
sharedWithPatient: "Partilhado com o paciente",
|
|
985
992
|
expires: "Expira"
|
|
986
993
|
},
|
|
987
994
|
signature: {
|
|
@@ -980,16 +980,23 @@ export declare const roUi: {
|
|
|
980
980
|
};
|
|
981
981
|
};
|
|
982
982
|
readonly documentPreview: {
|
|
983
|
+
readonly multiTitle: "Documente";
|
|
984
|
+
readonly tabsLabel: "Documente selectate";
|
|
983
985
|
readonly regionLabel: "Previzualizarea documentului";
|
|
984
986
|
readonly emptyTitle: "Niciun document selectat";
|
|
985
987
|
readonly emptyDescription: "Selectează un document pentru a-l previzualiza aici.";
|
|
986
|
-
readonly pdfLabel: "Previzualizarea documentului";
|
|
987
988
|
readonly imageAlt: "Previzualizare pentru {{name}}";
|
|
988
989
|
readonly noPreview: "Previzualizare indisponibilă.";
|
|
989
990
|
readonly clinical: "Clinic";
|
|
991
|
+
readonly detailsTitle: "Detalii";
|
|
990
992
|
readonly fields: {
|
|
991
993
|
readonly size: "Dimensiune";
|
|
992
994
|
readonly modified: "Modificat";
|
|
995
|
+
readonly createdBy: "Creat de";
|
|
996
|
+
readonly created: "Creat";
|
|
997
|
+
readonly signatureRequested: "Semnătură solicitată";
|
|
998
|
+
readonly signed: "Semnat";
|
|
999
|
+
readonly sharedWithPatient: "Partajat cu pacientul";
|
|
993
1000
|
readonly expires: "Expiră";
|
|
994
1001
|
};
|
|
995
1002
|
readonly signature: {
|
package/dist/i18n/locales/ro.js
CHANGED
|
@@ -972,16 +972,23 @@ const e = {
|
|
|
972
972
|
}
|
|
973
973
|
},
|
|
974
974
|
documentPreview: {
|
|
975
|
+
multiTitle: "Documente",
|
|
976
|
+
tabsLabel: "Documente selectate",
|
|
975
977
|
regionLabel: "Previzualizarea documentului",
|
|
976
978
|
emptyTitle: "Niciun document selectat",
|
|
977
979
|
emptyDescription: "Selectează un document pentru a-l previzualiza aici.",
|
|
978
|
-
pdfLabel: "Previzualizarea documentului",
|
|
979
980
|
imageAlt: "Previzualizare pentru {{name}}",
|
|
980
981
|
noPreview: "Previzualizare indisponibilă.",
|
|
981
982
|
clinical: "Clinic",
|
|
983
|
+
detailsTitle: "Detalii",
|
|
982
984
|
fields: {
|
|
983
985
|
size: "Dimensiune",
|
|
984
986
|
modified: "Modificat",
|
|
987
|
+
createdBy: "Creat de",
|
|
988
|
+
created: "Creat",
|
|
989
|
+
signatureRequested: "Semnătură solicitată",
|
|
990
|
+
signed: "Semnat",
|
|
991
|
+
sharedWithPatient: "Partajat cu pacientul",
|
|
985
992
|
expires: "Expiră"
|
|
986
993
|
},
|
|
987
994
|
signature: {
|
|
@@ -980,16 +980,23 @@ export declare const ruUi: {
|
|
|
980
980
|
};
|
|
981
981
|
};
|
|
982
982
|
readonly documentPreview: {
|
|
983
|
+
readonly multiTitle: "Документы";
|
|
984
|
+
readonly tabsLabel: "Выбранные документы";
|
|
983
985
|
readonly regionLabel: "Предпросмотр документа";
|
|
984
986
|
readonly emptyTitle: "Документ не выбран";
|
|
985
987
|
readonly emptyDescription: "Выберите документ, чтобы просмотреть его здесь.";
|
|
986
|
-
readonly pdfLabel: "Предпросмотр документа";
|
|
987
988
|
readonly imageAlt: "Предпросмотр {{name}}";
|
|
988
989
|
readonly noPreview: "Предпросмотр недоступен.";
|
|
989
990
|
readonly clinical: "Клинический";
|
|
991
|
+
readonly detailsTitle: "Сведения";
|
|
990
992
|
readonly fields: {
|
|
991
993
|
readonly size: "Размер";
|
|
992
994
|
readonly modified: "Изменён";
|
|
995
|
+
readonly createdBy: "Кем создан";
|
|
996
|
+
readonly created: "Создано";
|
|
997
|
+
readonly signatureRequested: "Запрошена подпись";
|
|
998
|
+
readonly signed: "Подписано";
|
|
999
|
+
readonly sharedWithPatient: "Отправлено пациенту";
|
|
993
1000
|
readonly expires: "Истекает";
|
|
994
1001
|
};
|
|
995
1002
|
readonly signature: {
|
package/dist/i18n/locales/ru.js
CHANGED
|
@@ -972,16 +972,23 @@ const e = {
|
|
|
972
972
|
}
|
|
973
973
|
},
|
|
974
974
|
documentPreview: {
|
|
975
|
+
multiTitle: "Документы",
|
|
976
|
+
tabsLabel: "Выбранные документы",
|
|
975
977
|
regionLabel: "Предпросмотр документа",
|
|
976
978
|
emptyTitle: "Документ не выбран",
|
|
977
979
|
emptyDescription: "Выберите документ, чтобы просмотреть его здесь.",
|
|
978
|
-
pdfLabel: "Предпросмотр документа",
|
|
979
980
|
imageAlt: "Предпросмотр {{name}}",
|
|
980
981
|
noPreview: "Предпросмотр недоступен.",
|
|
981
982
|
clinical: "Клинический",
|
|
983
|
+
detailsTitle: "Сведения",
|
|
982
984
|
fields: {
|
|
983
985
|
size: "Размер",
|
|
984
986
|
modified: "Изменён",
|
|
987
|
+
createdBy: "Кем создан",
|
|
988
|
+
created: "Создано",
|
|
989
|
+
signatureRequested: "Запрошена подпись",
|
|
990
|
+
signed: "Подписано",
|
|
991
|
+
sharedWithPatient: "Отправлено пациенту",
|
|
985
992
|
expires: "Истекает"
|
|
986
993
|
},
|
|
987
994
|
signature: {
|
|
@@ -980,16 +980,23 @@ export declare const sqUi: {
|
|
|
980
980
|
};
|
|
981
981
|
};
|
|
982
982
|
readonly documentPreview: {
|
|
983
|
+
readonly multiTitle: "Dokumentet";
|
|
984
|
+
readonly tabsLabel: "Dokumentet e zgjedhura";
|
|
983
985
|
readonly regionLabel: "Parapamja e dokumentit";
|
|
984
986
|
readonly emptyTitle: "Asnjë dokument i zgjedhur";
|
|
985
987
|
readonly emptyDescription: "Zgjidhni një dokument për ta parapamur këtu.";
|
|
986
|
-
readonly pdfLabel: "Parapamja e dokumentit";
|
|
987
988
|
readonly imageAlt: "Parapamje e {{name}}";
|
|
988
989
|
readonly noPreview: "Parapamja nuk është e disponueshme.";
|
|
989
990
|
readonly clinical: "Klinik";
|
|
991
|
+
readonly detailsTitle: "Detajet";
|
|
990
992
|
readonly fields: {
|
|
991
993
|
readonly size: "Madhësia";
|
|
992
994
|
readonly modified: "Modifikuar";
|
|
995
|
+
readonly createdBy: "Krijuar nga";
|
|
996
|
+
readonly created: "Krijuar";
|
|
997
|
+
readonly signatureRequested: "Nënshkrimi u kërkua";
|
|
998
|
+
readonly signed: "Nënshkruar";
|
|
999
|
+
readonly sharedWithPatient: "Ndarë me pacientin";
|
|
993
1000
|
readonly expires: "Skadon";
|
|
994
1001
|
};
|
|
995
1002
|
readonly signature: {
|
package/dist/i18n/locales/sq.js
CHANGED
|
@@ -972,16 +972,23 @@ const e = {
|
|
|
972
972
|
}
|
|
973
973
|
},
|
|
974
974
|
documentPreview: {
|
|
975
|
+
multiTitle: "Dokumentet",
|
|
976
|
+
tabsLabel: "Dokumentet e zgjedhura",
|
|
975
977
|
regionLabel: "Parapamja e dokumentit",
|
|
976
978
|
emptyTitle: "Asnjë dokument i zgjedhur",
|
|
977
979
|
emptyDescription: "Zgjidhni një dokument për ta parapamur këtu.",
|
|
978
|
-
pdfLabel: "Parapamja e dokumentit",
|
|
979
980
|
imageAlt: "Parapamje e {{name}}",
|
|
980
981
|
noPreview: "Parapamja nuk është e disponueshme.",
|
|
981
982
|
clinical: "Klinik",
|
|
983
|
+
detailsTitle: "Detajet",
|
|
982
984
|
fields: {
|
|
983
985
|
size: "Madhësia",
|
|
984
986
|
modified: "Modifikuar",
|
|
987
|
+
createdBy: "Krijuar nga",
|
|
988
|
+
created: "Krijuar",
|
|
989
|
+
signatureRequested: "Nënshkrimi u kërkua",
|
|
990
|
+
signed: "Nënshkruar",
|
|
991
|
+
sharedWithPatient: "Ndarë me pacientin",
|
|
985
992
|
expires: "Skadon"
|
|
986
993
|
},
|
|
987
994
|
signature: {
|
|
@@ -980,16 +980,23 @@ export declare const svUi: {
|
|
|
980
980
|
};
|
|
981
981
|
};
|
|
982
982
|
readonly documentPreview: {
|
|
983
|
+
readonly multiTitle: "Dokument";
|
|
984
|
+
readonly tabsLabel: "Valda dokument";
|
|
983
985
|
readonly regionLabel: "Förhandsgranskning av dokument";
|
|
984
986
|
readonly emptyTitle: "Inget dokument valt";
|
|
985
987
|
readonly emptyDescription: "Välj ett dokument för att förhandsgranska det här.";
|
|
986
|
-
readonly pdfLabel: "Förhandsgranskning av dokument";
|
|
987
988
|
readonly imageAlt: "Förhandsgranskning av {{name}}";
|
|
988
989
|
readonly noPreview: "Ingen förhandsgranskning tillgänglig.";
|
|
989
990
|
readonly clinical: "Klinisk";
|
|
991
|
+
readonly detailsTitle: "Detaljer";
|
|
990
992
|
readonly fields: {
|
|
991
993
|
readonly size: "Storlek";
|
|
992
994
|
readonly modified: "Ändrad";
|
|
995
|
+
readonly createdBy: "Skapad av";
|
|
996
|
+
readonly created: "Skapad";
|
|
997
|
+
readonly signatureRequested: "Signatur begärd";
|
|
998
|
+
readonly signed: "Signerad";
|
|
999
|
+
readonly sharedWithPatient: "Delad med patient";
|
|
993
1000
|
readonly expires: "Upphör";
|
|
994
1001
|
};
|
|
995
1002
|
readonly signature: {
|
package/dist/i18n/locales/sv.js
CHANGED
|
@@ -972,16 +972,23 @@ const e = {
|
|
|
972
972
|
}
|
|
973
973
|
},
|
|
974
974
|
documentPreview: {
|
|
975
|
+
multiTitle: "Dokument",
|
|
976
|
+
tabsLabel: "Valda dokument",
|
|
975
977
|
regionLabel: "Förhandsgranskning av dokument",
|
|
976
978
|
emptyTitle: "Inget dokument valt",
|
|
977
979
|
emptyDescription: "Välj ett dokument för att förhandsgranska det här.",
|
|
978
|
-
pdfLabel: "Förhandsgranskning av dokument",
|
|
979
980
|
imageAlt: "Förhandsgranskning av {{name}}",
|
|
980
981
|
noPreview: "Ingen förhandsgranskning tillgänglig.",
|
|
981
982
|
clinical: "Klinisk",
|
|
983
|
+
detailsTitle: "Detaljer",
|
|
982
984
|
fields: {
|
|
983
985
|
size: "Storlek",
|
|
984
986
|
modified: "Ändrad",
|
|
987
|
+
createdBy: "Skapad av",
|
|
988
|
+
created: "Skapad",
|
|
989
|
+
signatureRequested: "Signatur begärd",
|
|
990
|
+
signed: "Signerad",
|
|
991
|
+
sharedWithPatient: "Delad med patient",
|
|
985
992
|
expires: "Upphör"
|
|
986
993
|
},
|
|
987
994
|
signature: {
|