@alfadocs/ui-kit 0.62.0 → 0.64.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/{ai-prompt-input-C6sCr1Vi.js → ai-prompt-input-Dx8eXoPm.js} +2 -2
- package/dist/_chunks/{audio-recorder-D6OVfNiZ.js → audio-recorder-CdXuT9ln.js} +2 -2
- package/dist/_chunks/{bishop-score-B9tvgoIq.js → bishop-score-CzjSx-dm.js} +2 -2
- package/dist/_chunks/{booking-BUV9fspj.js → booking-ChfvWy3P.js} +2 -2
- package/dist/_chunks/{care-plan-card-QmNpGggC.js → care-plan-card-DhZNoXs4.js} +2 -2
- package/dist/_chunks/{care-plan-entry-card-Cnra7vUc.js → care-plan-entry-card-DW70yBOD.js} +2 -2
- package/dist/_chunks/{editable-currency-cell-renderer-D5C5tCfu.js → editable-currency-cell-renderer-BQgaKFCz.js} +2 -2
- package/dist/_chunks/finished-terminal-VjZ_-eDD.js +122 -0
- package/dist/_chunks/{gestational-age-calculator-AkNFfZYs.js → gestational-age-calculator-D85E8lGN.js} +2 -2
- package/dist/_chunks/{pregnancy-dating-Dg6dTe1p.js → pregnancy-dating-7NUaAfob.js} +2 -2
- package/dist/_chunks/{select-hsCaJSX3.js → select-CEtRcon5.js} +46 -45
- package/dist/_chunks/{tabs-BpPYVme_.js → tabs-BIQ0ew1T.js} +2 -2
- package/dist/_chunks/tooth-scheme-CiphQaON.js +1257 -0
- package/dist/_chunks/{unit-converter-3sINXO3m.js → unit-converter-BIbXHIQA.js} +2 -2
- package/dist/_chunks/use-countdown-Yd6ts0_a.js +26 -0
- package/dist/agent-catalog.json +55 -4
- package/dist/components/ai-prompt-input/index.js +1 -1
- package/dist/components/audio-recorder/index.js +1 -1
- package/dist/components/bishop-score/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/data-table/index.js +1 -1
- package/dist/components/finished-terminal/finished-terminal.d.ts +55 -0
- package/dist/components/finished-terminal/index.d.ts +3 -0
- package/dist/components/finished-terminal/index.js +5 -0
- package/dist/components/gestational-age-calculator/index.js +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/pregnancy-dating/index.js +1 -1
- package/dist/components/select/index.js +1 -1
- package/dist/components/select/select.d.ts +8 -0
- package/dist/components/tabs/index.js +1 -1
- package/dist/components/tooth-scheme/index.d.ts +2 -2
- package/dist/components/tooth-scheme/index.js +22 -15
- package/dist/components/tooth-scheme/tooth-data.d.ts +79 -18
- package/dist/components/tooth-scheme/tooth-scheme.agent.d.ts +2 -0
- package/dist/components/tooth-scheme/tooth-scheme.d.ts +48 -1
- package/dist/components/unit-converter/index.js +1 -1
- package/dist/hooks/index.js +79 -99
- package/dist/i18n/locales/ar.d.ts +22 -0
- package/dist/i18n/locales/ar.js +23 -1
- package/dist/i18n/locales/de.d.ts +22 -0
- package/dist/i18n/locales/de.js +23 -1
- package/dist/i18n/locales/el.d.ts +22 -0
- package/dist/i18n/locales/el.js +23 -1
- package/dist/i18n/locales/en.d.ts +22 -0
- package/dist/i18n/locales/en.js +23 -1
- package/dist/i18n/locales/es.d.ts +22 -0
- package/dist/i18n/locales/es.js +23 -1
- package/dist/i18n/locales/fr.d.ts +22 -0
- package/dist/i18n/locales/fr.js +23 -1
- package/dist/i18n/locales/hi.d.ts +22 -0
- package/dist/i18n/locales/hi.js +23 -1
- package/dist/i18n/locales/it.d.ts +22 -0
- package/dist/i18n/locales/it.js +23 -1
- package/dist/i18n/locales/ja.d.ts +22 -0
- package/dist/i18n/locales/ja.js +23 -1
- package/dist/i18n/locales/nl.d.ts +22 -0
- package/dist/i18n/locales/nl.js +23 -1
- package/dist/i18n/locales/pl.d.ts +22 -0
- package/dist/i18n/locales/pl.js +23 -1
- package/dist/i18n/locales/pt.d.ts +22 -0
- package/dist/i18n/locales/pt.js +23 -1
- package/dist/i18n/locales/ro.d.ts +22 -0
- package/dist/i18n/locales/ro.js +23 -1
- package/dist/i18n/locales/ru.d.ts +22 -0
- package/dist/i18n/locales/ru.js +23 -1
- package/dist/i18n/locales/sq.d.ts +22 -0
- package/dist/i18n/locales/sq.js +23 -1
- package/dist/i18n/locales/sv.d.ts +22 -0
- package/dist/i18n/locales/sv.js +23 -1
- package/dist/i18n/locales/tr.d.ts +22 -0
- package/dist/i18n/locales/tr.js +23 -1
- package/dist/i18n/locales/zh.d.ts +22 -0
- package/dist/i18n/locales/zh.js +23 -1
- package/dist/index.js +354 -345
- package/dist/locales/ar.json +23 -1
- package/dist/locales/de.json +23 -1
- package/dist/locales/el.json +23 -1
- package/dist/locales/en.json +23 -1
- package/dist/locales/es.json +23 -1
- package/dist/locales/fr.json +23 -1
- package/dist/locales/hi.json +23 -1
- package/dist/locales/it.json +23 -1
- package/dist/locales/ja.json +23 -1
- package/dist/locales/nl.json +23 -1
- package/dist/locales/pl.json +23 -1
- package/dist/locales/pt.json +23 -1
- package/dist/locales/ro.json +23 -1
- package/dist/locales/ru.json +23 -1
- package/dist/locales/sq.json +23 -1
- package/dist/locales/sv.json +23 -1
- package/dist/locales/tr.json +23 -1
- package/dist/locales/zh.json +23 -1
- package/dist/tokens.css +1 -1
- package/package.json +5 -1
- package/dist/_chunks/tooth-scheme-CxlsLjfN.js +0 -753
package/dist/i18n/locales/es.js
CHANGED
|
@@ -1696,6 +1696,11 @@ const e = {
|
|
|
1696
1696
|
invalidReturnUrl: "La URL de retorno debe coincidir con el origen de este sitio. El pago no se ha enviado."
|
|
1697
1697
|
}
|
|
1698
1698
|
},
|
|
1699
|
+
finishedTerminal: {
|
|
1700
|
+
autoClose: "Esta pestaña se cerrará en {{seconds}} s.",
|
|
1701
|
+
closeNow: "Cerrar ahora",
|
|
1702
|
+
redirecting: "Redirigiendo…"
|
|
1703
|
+
},
|
|
1699
1704
|
signatureField: {
|
|
1700
1705
|
prompt: "Haz clic para firmar",
|
|
1701
1706
|
unsigned: "Firma aquí",
|
|
@@ -1900,11 +1905,23 @@ const e = {
|
|
|
1900
1905
|
toothScheme: {
|
|
1901
1906
|
ariaLabel: "Esquema dental",
|
|
1902
1907
|
legendLabel: "Leyenda de condiciones",
|
|
1908
|
+
view: {
|
|
1909
|
+
side: "Vista lateral",
|
|
1910
|
+
occlusal: "Vista oclusal",
|
|
1911
|
+
both: "Ambas vistas"
|
|
1912
|
+
},
|
|
1903
1913
|
dentition: {
|
|
1904
1914
|
permanent: "Dentición permanente",
|
|
1905
1915
|
primary: "Dentición decidua",
|
|
1906
1916
|
mixed: "Dentición mixta"
|
|
1907
1917
|
},
|
|
1918
|
+
options: {
|
|
1919
|
+
label: "Opciones del esquema",
|
|
1920
|
+
legend: "Leyenda",
|
|
1921
|
+
dentition: "Dientes",
|
|
1922
|
+
numbering: "Numeración",
|
|
1923
|
+
view: "Vista"
|
|
1924
|
+
},
|
|
1908
1925
|
anatomy: {
|
|
1909
1926
|
incisor: "Incisivo",
|
|
1910
1927
|
canine: "Canino",
|
|
@@ -1917,7 +1934,12 @@ const e = {
|
|
|
1917
1934
|
crowned: "Con corona",
|
|
1918
1935
|
missing: "Ausente",
|
|
1919
1936
|
implant: "Implante",
|
|
1920
|
-
rootCanal: "Tratamiento de conductos"
|
|
1937
|
+
rootCanal: "Tratamiento de conductos",
|
|
1938
|
+
temporaryCrown: "Corona provisional",
|
|
1939
|
+
bridge: "Puente",
|
|
1940
|
+
destroyed: "Destruido",
|
|
1941
|
+
implantExtraction: "Explantación de implante",
|
|
1942
|
+
stub: "Muñón"
|
|
1921
1943
|
},
|
|
1922
1944
|
surface: {
|
|
1923
1945
|
mesial: "Mesial",
|
|
@@ -1711,6 +1711,11 @@ export declare const frUi: {
|
|
|
1711
1711
|
readonly invalidReturnUrl: "L'URL de retour doit correspondre à l'origine de ce site. Le paiement n'a pas été envoyé.";
|
|
1712
1712
|
};
|
|
1713
1713
|
};
|
|
1714
|
+
readonly finishedTerminal: {
|
|
1715
|
+
readonly autoClose: "Cet onglet se fermera dans {{seconds}} s.";
|
|
1716
|
+
readonly closeNow: "Fermer maintenant";
|
|
1717
|
+
readonly redirecting: "Redirection…";
|
|
1718
|
+
};
|
|
1714
1719
|
readonly signatureField: {
|
|
1715
1720
|
readonly prompt: "Cliquez pour signer";
|
|
1716
1721
|
readonly unsigned: "Signez ici";
|
|
@@ -1915,11 +1920,23 @@ export declare const frUi: {
|
|
|
1915
1920
|
readonly toothScheme: {
|
|
1916
1921
|
readonly ariaLabel: "Schéma dentaire";
|
|
1917
1922
|
readonly legendLabel: "Légende des conditions";
|
|
1923
|
+
readonly view: {
|
|
1924
|
+
readonly side: "Vue latérale";
|
|
1925
|
+
readonly occlusal: "Vue occlusale";
|
|
1926
|
+
readonly both: "Les deux vues";
|
|
1927
|
+
};
|
|
1918
1928
|
readonly dentition: {
|
|
1919
1929
|
readonly permanent: "Dentition permanente";
|
|
1920
1930
|
readonly primary: "Dentition temporaire";
|
|
1921
1931
|
readonly mixed: "Dentition mixte";
|
|
1922
1932
|
};
|
|
1933
|
+
readonly options: {
|
|
1934
|
+
readonly label: "Options du schéma";
|
|
1935
|
+
readonly legend: "Légende";
|
|
1936
|
+
readonly dentition: "Dents";
|
|
1937
|
+
readonly numbering: "Numérotation";
|
|
1938
|
+
readonly view: "Vue";
|
|
1939
|
+
};
|
|
1923
1940
|
readonly anatomy: {
|
|
1924
1941
|
readonly incisor: "Incisive";
|
|
1925
1942
|
readonly canine: "Canine";
|
|
@@ -1933,6 +1950,11 @@ export declare const frUi: {
|
|
|
1933
1950
|
readonly missing: "Absent";
|
|
1934
1951
|
readonly implant: "Implant";
|
|
1935
1952
|
readonly rootCanal: "Traitement canalaire";
|
|
1953
|
+
readonly temporaryCrown: "Couronne provisoire";
|
|
1954
|
+
readonly bridge: "Bridge";
|
|
1955
|
+
readonly destroyed: "Délabré";
|
|
1956
|
+
readonly implantExtraction: "Explantation";
|
|
1957
|
+
readonly stub: "Moignon";
|
|
1936
1958
|
};
|
|
1937
1959
|
readonly surface: {
|
|
1938
1960
|
readonly mesial: "Mésiale";
|
package/dist/i18n/locales/fr.js
CHANGED
|
@@ -1696,6 +1696,11 @@ const e = {
|
|
|
1696
1696
|
invalidReturnUrl: "L'URL de retour doit correspondre à l'origine de ce site. Le paiement n'a pas été envoyé."
|
|
1697
1697
|
}
|
|
1698
1698
|
},
|
|
1699
|
+
finishedTerminal: {
|
|
1700
|
+
autoClose: "Cet onglet se fermera dans {{seconds}} s.",
|
|
1701
|
+
closeNow: "Fermer maintenant",
|
|
1702
|
+
redirecting: "Redirection…"
|
|
1703
|
+
},
|
|
1699
1704
|
signatureField: {
|
|
1700
1705
|
prompt: "Cliquez pour signer",
|
|
1701
1706
|
unsigned: "Signez ici",
|
|
@@ -1900,11 +1905,23 @@ const e = {
|
|
|
1900
1905
|
toothScheme: {
|
|
1901
1906
|
ariaLabel: "Schéma dentaire",
|
|
1902
1907
|
legendLabel: "Légende des conditions",
|
|
1908
|
+
view: {
|
|
1909
|
+
side: "Vue latérale",
|
|
1910
|
+
occlusal: "Vue occlusale",
|
|
1911
|
+
both: "Les deux vues"
|
|
1912
|
+
},
|
|
1903
1913
|
dentition: {
|
|
1904
1914
|
permanent: "Dentition permanente",
|
|
1905
1915
|
primary: "Dentition temporaire",
|
|
1906
1916
|
mixed: "Dentition mixte"
|
|
1907
1917
|
},
|
|
1918
|
+
options: {
|
|
1919
|
+
label: "Options du schéma",
|
|
1920
|
+
legend: "Légende",
|
|
1921
|
+
dentition: "Dents",
|
|
1922
|
+
numbering: "Numérotation",
|
|
1923
|
+
view: "Vue"
|
|
1924
|
+
},
|
|
1908
1925
|
anatomy: {
|
|
1909
1926
|
incisor: "Incisive",
|
|
1910
1927
|
canine: "Canine",
|
|
@@ -1917,7 +1934,12 @@ const e = {
|
|
|
1917
1934
|
crowned: "Couronné",
|
|
1918
1935
|
missing: "Absent",
|
|
1919
1936
|
implant: "Implant",
|
|
1920
|
-
rootCanal: "Traitement canalaire"
|
|
1937
|
+
rootCanal: "Traitement canalaire",
|
|
1938
|
+
temporaryCrown: "Couronne provisoire",
|
|
1939
|
+
bridge: "Bridge",
|
|
1940
|
+
destroyed: "Délabré",
|
|
1941
|
+
implantExtraction: "Explantation",
|
|
1942
|
+
stub: "Moignon"
|
|
1921
1943
|
},
|
|
1922
1944
|
surface: {
|
|
1923
1945
|
mesial: "Mésiale",
|
|
@@ -1711,6 +1711,11 @@ export declare const hiUi: {
|
|
|
1711
1711
|
readonly invalidReturnUrl: "रिटर्न URL इस साइट के मूल से मेल खाना चाहिए। भुगतान नहीं भेजा गया।";
|
|
1712
1712
|
};
|
|
1713
1713
|
};
|
|
1714
|
+
readonly finishedTerminal: {
|
|
1715
|
+
readonly autoClose: "यह टैब {{seconds}} सेकंड में बंद हो जाएगा।";
|
|
1716
|
+
readonly closeNow: "अभी बंद करें";
|
|
1717
|
+
readonly redirecting: "पुनर्निर्देशित किया जा रहा है…";
|
|
1718
|
+
};
|
|
1714
1719
|
readonly signatureField: {
|
|
1715
1720
|
readonly prompt: "हस्ताक्षर करने के लिए क्लिक करें";
|
|
1716
1721
|
readonly unsigned: "यहाँ हस्ताक्षर करें";
|
|
@@ -1915,11 +1920,23 @@ export declare const hiUi: {
|
|
|
1915
1920
|
readonly toothScheme: {
|
|
1916
1921
|
readonly ariaLabel: "दंत योजना";
|
|
1917
1922
|
readonly legendLabel: "स्थिति लेजेंड";
|
|
1923
|
+
readonly view: {
|
|
1924
|
+
readonly side: "पार्श्व दृश्य";
|
|
1925
|
+
readonly occlusal: "ओक्लूज़ल दृश्य";
|
|
1926
|
+
readonly both: "दोनों दृश्य";
|
|
1927
|
+
};
|
|
1918
1928
|
readonly dentition: {
|
|
1919
1929
|
readonly permanent: "स्थायी दंतविन्यास";
|
|
1920
1930
|
readonly primary: "प्राथमिक दंतविन्यास";
|
|
1921
1931
|
readonly mixed: "मिश्रित दंतविन्यास";
|
|
1922
1932
|
};
|
|
1933
|
+
readonly options: {
|
|
1934
|
+
readonly label: "चार्ट विकल्प";
|
|
1935
|
+
readonly legend: "लेजेंड";
|
|
1936
|
+
readonly dentition: "दांत";
|
|
1937
|
+
readonly numbering: "नंबरिंग";
|
|
1938
|
+
readonly view: "दृश्य";
|
|
1939
|
+
};
|
|
1923
1940
|
readonly anatomy: {
|
|
1924
1941
|
readonly incisor: "कृन्तक";
|
|
1925
1942
|
readonly canine: "रदनक";
|
|
@@ -1933,6 +1950,11 @@ export declare const hiUi: {
|
|
|
1933
1950
|
readonly missing: "अनुपस्थित";
|
|
1934
1951
|
readonly implant: "इम्प्लांट";
|
|
1935
1952
|
readonly rootCanal: "रूट कैनाल उपचार";
|
|
1953
|
+
readonly temporaryCrown: "अस्थायी क्राउन";
|
|
1954
|
+
readonly bridge: "ब्रिज";
|
|
1955
|
+
readonly destroyed: "नष्ट दांत";
|
|
1956
|
+
readonly implantExtraction: "इम्प्लांट निष्कासन";
|
|
1957
|
+
readonly stub: "दांत का ठूंठ";
|
|
1936
1958
|
};
|
|
1937
1959
|
readonly surface: {
|
|
1938
1960
|
readonly mesial: "मीज़ियल";
|
package/dist/i18n/locales/hi.js
CHANGED
|
@@ -1697,6 +1697,11 @@ const e = {
|
|
|
1697
1697
|
invalidReturnUrl: "रिटर्न URL इस साइट के मूल से मेल खाना चाहिए। भुगतान नहीं भेजा गया।"
|
|
1698
1698
|
}
|
|
1699
1699
|
},
|
|
1700
|
+
finishedTerminal: {
|
|
1701
|
+
autoClose: "यह टैब {{seconds}} सेकंड में बंद हो जाएगा।",
|
|
1702
|
+
closeNow: "अभी बंद करें",
|
|
1703
|
+
redirecting: "पुनर्निर्देशित किया जा रहा है…"
|
|
1704
|
+
},
|
|
1700
1705
|
signatureField: {
|
|
1701
1706
|
prompt: "हस्ताक्षर करने के लिए क्लिक करें",
|
|
1702
1707
|
unsigned: "यहाँ हस्ताक्षर करें",
|
|
@@ -1901,11 +1906,23 @@ const e = {
|
|
|
1901
1906
|
toothScheme: {
|
|
1902
1907
|
ariaLabel: "दंत योजना",
|
|
1903
1908
|
legendLabel: "स्थिति लेजेंड",
|
|
1909
|
+
view: {
|
|
1910
|
+
side: "पार्श्व दृश्य",
|
|
1911
|
+
occlusal: "ओक्लूज़ल दृश्य",
|
|
1912
|
+
both: "दोनों दृश्य"
|
|
1913
|
+
},
|
|
1904
1914
|
dentition: {
|
|
1905
1915
|
permanent: "स्थायी दंतविन्यास",
|
|
1906
1916
|
primary: "प्राथमिक दंतविन्यास",
|
|
1907
1917
|
mixed: "मिश्रित दंतविन्यास"
|
|
1908
1918
|
},
|
|
1919
|
+
options: {
|
|
1920
|
+
label: "चार्ट विकल्प",
|
|
1921
|
+
legend: "लेजेंड",
|
|
1922
|
+
dentition: "दांत",
|
|
1923
|
+
numbering: "नंबरिंग",
|
|
1924
|
+
view: "दृश्य"
|
|
1925
|
+
},
|
|
1909
1926
|
anatomy: {
|
|
1910
1927
|
incisor: "कृन्तक",
|
|
1911
1928
|
canine: "रदनक",
|
|
@@ -1918,7 +1935,12 @@ const e = {
|
|
|
1918
1935
|
crowned: "क्राउन लगा",
|
|
1919
1936
|
missing: "अनुपस्थित",
|
|
1920
1937
|
implant: "इम्प्लांट",
|
|
1921
|
-
rootCanal: "रूट कैनाल उपचार"
|
|
1938
|
+
rootCanal: "रूट कैनाल उपचार",
|
|
1939
|
+
temporaryCrown: "अस्थायी क्राउन",
|
|
1940
|
+
bridge: "ब्रिज",
|
|
1941
|
+
destroyed: "नष्ट दांत",
|
|
1942
|
+
implantExtraction: "इम्प्लांट निष्कासन",
|
|
1943
|
+
stub: "दांत का ठूंठ"
|
|
1922
1944
|
},
|
|
1923
1945
|
surface: {
|
|
1924
1946
|
mesial: "मीज़ियल",
|
|
@@ -1708,6 +1708,11 @@ export declare const itUi: {
|
|
|
1708
1708
|
readonly invalidReturnUrl: "L’URL di ritorno deve corrispondere all’origine di questo sito. Il pagamento non è stato inviato.";
|
|
1709
1709
|
};
|
|
1710
1710
|
};
|
|
1711
|
+
readonly finishedTerminal: {
|
|
1712
|
+
readonly autoClose: "Questa scheda si chiuderà tra {{seconds}} sec.";
|
|
1713
|
+
readonly closeNow: "Chiudi ora";
|
|
1714
|
+
readonly redirecting: "Reindirizzamento…";
|
|
1715
|
+
};
|
|
1711
1716
|
readonly signatureField: {
|
|
1712
1717
|
readonly prompt: "Clicca per firmare";
|
|
1713
1718
|
readonly unsigned: "Firma qui";
|
|
@@ -1912,11 +1917,23 @@ export declare const itUi: {
|
|
|
1912
1917
|
readonly toothScheme: {
|
|
1913
1918
|
readonly ariaLabel: "Schema dentale";
|
|
1914
1919
|
readonly legendLabel: "Legenda condizioni";
|
|
1920
|
+
readonly view: {
|
|
1921
|
+
readonly side: "Vista laterale";
|
|
1922
|
+
readonly occlusal: "Vista occlusale";
|
|
1923
|
+
readonly both: "Entrambe le viste";
|
|
1924
|
+
};
|
|
1915
1925
|
readonly dentition: {
|
|
1916
1926
|
readonly permanent: "Dentizione permanente";
|
|
1917
1927
|
readonly primary: "Dentizione decidua";
|
|
1918
1928
|
readonly mixed: "Dentizione mista";
|
|
1919
1929
|
};
|
|
1930
|
+
readonly options: {
|
|
1931
|
+
readonly label: "Opzioni schema";
|
|
1932
|
+
readonly legend: "Legenda";
|
|
1933
|
+
readonly dentition: "Denti";
|
|
1934
|
+
readonly numbering: "Numerazione";
|
|
1935
|
+
readonly view: "Vista";
|
|
1936
|
+
};
|
|
1920
1937
|
readonly anatomy: {
|
|
1921
1938
|
readonly incisor: "Incisivo";
|
|
1922
1939
|
readonly canine: "Canino";
|
|
@@ -1930,6 +1947,11 @@ export declare const itUi: {
|
|
|
1930
1947
|
readonly missing: "Mancante";
|
|
1931
1948
|
readonly implant: "Impianto";
|
|
1932
1949
|
readonly rootCanal: "Trattamento canalare";
|
|
1950
|
+
readonly temporaryCrown: "Corona provvisoria";
|
|
1951
|
+
readonly bridge: "Ponte";
|
|
1952
|
+
readonly destroyed: "Distrutto";
|
|
1953
|
+
readonly implantExtraction: "Espianto";
|
|
1954
|
+
readonly stub: "Moncone";
|
|
1933
1955
|
};
|
|
1934
1956
|
readonly surface: {
|
|
1935
1957
|
readonly mesial: "Mesiale";
|
package/dist/i18n/locales/it.js
CHANGED
|
@@ -1676,6 +1676,11 @@ const e = {
|
|
|
1676
1676
|
invalidReturnUrl: "L’URL di ritorno deve corrispondere all’origine di questo sito. Il pagamento non è stato inviato."
|
|
1677
1677
|
}
|
|
1678
1678
|
},
|
|
1679
|
+
finishedTerminal: {
|
|
1680
|
+
autoClose: "Questa scheda si chiuderà tra {{seconds}} sec.",
|
|
1681
|
+
closeNow: "Chiudi ora",
|
|
1682
|
+
redirecting: "Reindirizzamento…"
|
|
1683
|
+
},
|
|
1679
1684
|
signatureField: {
|
|
1680
1685
|
prompt: "Clicca per firmare",
|
|
1681
1686
|
unsigned: "Firma qui",
|
|
@@ -1880,11 +1885,23 @@ const e = {
|
|
|
1880
1885
|
toothScheme: {
|
|
1881
1886
|
ariaLabel: "Schema dentale",
|
|
1882
1887
|
legendLabel: "Legenda condizioni",
|
|
1888
|
+
view: {
|
|
1889
|
+
side: "Vista laterale",
|
|
1890
|
+
occlusal: "Vista occlusale",
|
|
1891
|
+
both: "Entrambe le viste"
|
|
1892
|
+
},
|
|
1883
1893
|
dentition: {
|
|
1884
1894
|
permanent: "Dentizione permanente",
|
|
1885
1895
|
primary: "Dentizione decidua",
|
|
1886
1896
|
mixed: "Dentizione mista"
|
|
1887
1897
|
},
|
|
1898
|
+
options: {
|
|
1899
|
+
label: "Opzioni schema",
|
|
1900
|
+
legend: "Legenda",
|
|
1901
|
+
dentition: "Denti",
|
|
1902
|
+
numbering: "Numerazione",
|
|
1903
|
+
view: "Vista"
|
|
1904
|
+
},
|
|
1888
1905
|
anatomy: {
|
|
1889
1906
|
incisor: "Incisivo",
|
|
1890
1907
|
canine: "Canino",
|
|
@@ -1897,7 +1914,12 @@ const e = {
|
|
|
1897
1914
|
crowned: "Incoronato",
|
|
1898
1915
|
missing: "Mancante",
|
|
1899
1916
|
implant: "Impianto",
|
|
1900
|
-
rootCanal: "Trattamento canalare"
|
|
1917
|
+
rootCanal: "Trattamento canalare",
|
|
1918
|
+
temporaryCrown: "Corona provvisoria",
|
|
1919
|
+
bridge: "Ponte",
|
|
1920
|
+
destroyed: "Distrutto",
|
|
1921
|
+
implantExtraction: "Espianto",
|
|
1922
|
+
stub: "Moncone"
|
|
1901
1923
|
},
|
|
1902
1924
|
surface: {
|
|
1903
1925
|
mesial: "Mesiale",
|
|
@@ -1711,6 +1711,11 @@ export declare const jaUi: {
|
|
|
1711
1711
|
readonly invalidReturnUrl: "リターン URL がこのサイトのオリジンと一致する必要があります。お支払いは送信されませんでした。";
|
|
1712
1712
|
};
|
|
1713
1713
|
};
|
|
1714
|
+
readonly finishedTerminal: {
|
|
1715
|
+
readonly autoClose: "このタブは {{seconds}} 秒後に閉じます。";
|
|
1716
|
+
readonly closeNow: "今すぐ閉じる";
|
|
1717
|
+
readonly redirecting: "リダイレクトしています…";
|
|
1718
|
+
};
|
|
1714
1719
|
readonly signatureField: {
|
|
1715
1720
|
readonly prompt: "クリックして署名";
|
|
1716
1721
|
readonly unsigned: "ここに署名";
|
|
@@ -1915,11 +1920,23 @@ export declare const jaUi: {
|
|
|
1915
1920
|
readonly toothScheme: {
|
|
1916
1921
|
readonly ariaLabel: "歯式図";
|
|
1917
1922
|
readonly legendLabel: "状態凡例";
|
|
1923
|
+
readonly view: {
|
|
1924
|
+
readonly side: "側面";
|
|
1925
|
+
readonly occlusal: "咬合面";
|
|
1926
|
+
readonly both: "両方の表示";
|
|
1927
|
+
};
|
|
1918
1928
|
readonly dentition: {
|
|
1919
1929
|
readonly permanent: "永久歯";
|
|
1920
1930
|
readonly primary: "乳歯";
|
|
1921
1931
|
readonly mixed: "混合歯列";
|
|
1922
1932
|
};
|
|
1933
|
+
readonly options: {
|
|
1934
|
+
readonly label: "チャート設定";
|
|
1935
|
+
readonly legend: "凡例";
|
|
1936
|
+
readonly dentition: "歯列";
|
|
1937
|
+
readonly numbering: "番号方式";
|
|
1938
|
+
readonly view: "表示";
|
|
1939
|
+
};
|
|
1923
1940
|
readonly anatomy: {
|
|
1924
1941
|
readonly incisor: "切歯";
|
|
1925
1942
|
readonly canine: "犬歯";
|
|
@@ -1933,6 +1950,11 @@ export declare const jaUi: {
|
|
|
1933
1950
|
readonly missing: "欠損";
|
|
1934
1951
|
readonly implant: "インプラント";
|
|
1935
1952
|
readonly rootCanal: "根管治療";
|
|
1953
|
+
readonly temporaryCrown: "仮歯";
|
|
1954
|
+
readonly bridge: "ブリッジ";
|
|
1955
|
+
readonly destroyed: "歯冠崩壊";
|
|
1956
|
+
readonly implantExtraction: "インプラント除去";
|
|
1957
|
+
readonly stub: "残根";
|
|
1936
1958
|
};
|
|
1937
1959
|
readonly surface: {
|
|
1938
1960
|
readonly mesial: "近心";
|
package/dist/i18n/locales/ja.js
CHANGED
|
@@ -1697,6 +1697,11 @@ const e = {
|
|
|
1697
1697
|
invalidReturnUrl: "リターン URL がこのサイトのオリジンと一致する必要があります。お支払いは送信されませんでした。"
|
|
1698
1698
|
}
|
|
1699
1699
|
},
|
|
1700
|
+
finishedTerminal: {
|
|
1701
|
+
autoClose: "このタブは {{seconds}} 秒後に閉じます。",
|
|
1702
|
+
closeNow: "今すぐ閉じる",
|
|
1703
|
+
redirecting: "リダイレクトしています…"
|
|
1704
|
+
},
|
|
1700
1705
|
signatureField: {
|
|
1701
1706
|
prompt: "クリックして署名",
|
|
1702
1707
|
unsigned: "ここに署名",
|
|
@@ -1901,11 +1906,23 @@ const e = {
|
|
|
1901
1906
|
toothScheme: {
|
|
1902
1907
|
ariaLabel: "歯式図",
|
|
1903
1908
|
legendLabel: "状態凡例",
|
|
1909
|
+
view: {
|
|
1910
|
+
side: "側面",
|
|
1911
|
+
occlusal: "咬合面",
|
|
1912
|
+
both: "両方の表示"
|
|
1913
|
+
},
|
|
1904
1914
|
dentition: {
|
|
1905
1915
|
permanent: "永久歯",
|
|
1906
1916
|
primary: "乳歯",
|
|
1907
1917
|
mixed: "混合歯列"
|
|
1908
1918
|
},
|
|
1919
|
+
options: {
|
|
1920
|
+
label: "チャート設定",
|
|
1921
|
+
legend: "凡例",
|
|
1922
|
+
dentition: "歯列",
|
|
1923
|
+
numbering: "番号方式",
|
|
1924
|
+
view: "表示"
|
|
1925
|
+
},
|
|
1909
1926
|
anatomy: {
|
|
1910
1927
|
incisor: "切歯",
|
|
1911
1928
|
canine: "犬歯",
|
|
@@ -1918,7 +1935,12 @@ const e = {
|
|
|
1918
1935
|
crowned: "クラウン装着",
|
|
1919
1936
|
missing: "欠損",
|
|
1920
1937
|
implant: "インプラント",
|
|
1921
|
-
rootCanal: "根管治療"
|
|
1938
|
+
rootCanal: "根管治療",
|
|
1939
|
+
temporaryCrown: "仮歯",
|
|
1940
|
+
bridge: "ブリッジ",
|
|
1941
|
+
destroyed: "歯冠崩壊",
|
|
1942
|
+
implantExtraction: "インプラント除去",
|
|
1943
|
+
stub: "残根"
|
|
1922
1944
|
},
|
|
1923
1945
|
surface: {
|
|
1924
1946
|
mesial: "近心",
|
|
@@ -1711,6 +1711,11 @@ export declare const nlUi: {
|
|
|
1711
1711
|
readonly invalidReturnUrl: "De terugkeer-URL moet overeenkomen met de oorsprong van deze site. De betaling is niet verzonden.";
|
|
1712
1712
|
};
|
|
1713
1713
|
};
|
|
1714
|
+
readonly finishedTerminal: {
|
|
1715
|
+
readonly autoClose: "Dit tabblad sluit over {{seconds}} sec.";
|
|
1716
|
+
readonly closeNow: "Nu sluiten";
|
|
1717
|
+
readonly redirecting: "Doorverwijzen…";
|
|
1718
|
+
};
|
|
1714
1719
|
readonly signatureField: {
|
|
1715
1720
|
readonly prompt: "Klik om te ondertekenen";
|
|
1716
1721
|
readonly unsigned: "Onderteken hier";
|
|
@@ -1915,11 +1920,23 @@ export declare const nlUi: {
|
|
|
1915
1920
|
readonly toothScheme: {
|
|
1916
1921
|
readonly ariaLabel: "Tandenschema";
|
|
1917
1922
|
readonly legendLabel: "Legenda aandoeningen";
|
|
1923
|
+
readonly view: {
|
|
1924
|
+
readonly side: "Zijaanzicht";
|
|
1925
|
+
readonly occlusal: "Occlusaal aanzicht";
|
|
1926
|
+
readonly both: "Beide weergaven";
|
|
1927
|
+
};
|
|
1918
1928
|
readonly dentition: {
|
|
1919
1929
|
readonly permanent: "Blijvend gebit";
|
|
1920
1930
|
readonly primary: "Melkgebit";
|
|
1921
1931
|
readonly mixed: "Gemengd gebit";
|
|
1922
1932
|
};
|
|
1933
|
+
readonly options: {
|
|
1934
|
+
readonly label: "Schema-opties";
|
|
1935
|
+
readonly legend: "Legenda";
|
|
1936
|
+
readonly dentition: "Gebit";
|
|
1937
|
+
readonly numbering: "Nummering";
|
|
1938
|
+
readonly view: "Weergave";
|
|
1939
|
+
};
|
|
1923
1940
|
readonly anatomy: {
|
|
1924
1941
|
readonly incisor: "Snijtand";
|
|
1925
1942
|
readonly canine: "Hoektand";
|
|
@@ -1933,6 +1950,11 @@ export declare const nlUi: {
|
|
|
1933
1950
|
readonly missing: "Ontbrekend";
|
|
1934
1951
|
readonly implant: "Implantaat";
|
|
1935
1952
|
readonly rootCanal: "Wortelkanaalbehandeling";
|
|
1953
|
+
readonly temporaryCrown: "Tijdelijke kroon";
|
|
1954
|
+
readonly bridge: "Brug";
|
|
1955
|
+
readonly destroyed: "Verwoest";
|
|
1956
|
+
readonly implantExtraction: "Implantaatverwijdering";
|
|
1957
|
+
readonly stub: "Stomp";
|
|
1936
1958
|
};
|
|
1937
1959
|
readonly surface: {
|
|
1938
1960
|
readonly mesial: "Mesiaal";
|
package/dist/i18n/locales/nl.js
CHANGED
|
@@ -1696,6 +1696,11 @@ const e = {
|
|
|
1696
1696
|
invalidReturnUrl: "De terugkeer-URL moet overeenkomen met de oorsprong van deze site. De betaling is niet verzonden."
|
|
1697
1697
|
}
|
|
1698
1698
|
},
|
|
1699
|
+
finishedTerminal: {
|
|
1700
|
+
autoClose: "Dit tabblad sluit over {{seconds}} sec.",
|
|
1701
|
+
closeNow: "Nu sluiten",
|
|
1702
|
+
redirecting: "Doorverwijzen…"
|
|
1703
|
+
},
|
|
1699
1704
|
signatureField: {
|
|
1700
1705
|
prompt: "Klik om te ondertekenen",
|
|
1701
1706
|
unsigned: "Onderteken hier",
|
|
@@ -1900,11 +1905,23 @@ const e = {
|
|
|
1900
1905
|
toothScheme: {
|
|
1901
1906
|
ariaLabel: "Tandenschema",
|
|
1902
1907
|
legendLabel: "Legenda aandoeningen",
|
|
1908
|
+
view: {
|
|
1909
|
+
side: "Zijaanzicht",
|
|
1910
|
+
occlusal: "Occlusaal aanzicht",
|
|
1911
|
+
both: "Beide weergaven"
|
|
1912
|
+
},
|
|
1903
1913
|
dentition: {
|
|
1904
1914
|
permanent: "Blijvend gebit",
|
|
1905
1915
|
primary: "Melkgebit",
|
|
1906
1916
|
mixed: "Gemengd gebit"
|
|
1907
1917
|
},
|
|
1918
|
+
options: {
|
|
1919
|
+
label: "Schema-opties",
|
|
1920
|
+
legend: "Legenda",
|
|
1921
|
+
dentition: "Gebit",
|
|
1922
|
+
numbering: "Nummering",
|
|
1923
|
+
view: "Weergave"
|
|
1924
|
+
},
|
|
1908
1925
|
anatomy: {
|
|
1909
1926
|
incisor: "Snijtand",
|
|
1910
1927
|
canine: "Hoektand",
|
|
@@ -1917,7 +1934,12 @@ const e = {
|
|
|
1917
1934
|
crowned: "Gekroond",
|
|
1918
1935
|
missing: "Ontbrekend",
|
|
1919
1936
|
implant: "Implantaat",
|
|
1920
|
-
rootCanal: "Wortelkanaalbehandeling"
|
|
1937
|
+
rootCanal: "Wortelkanaalbehandeling",
|
|
1938
|
+
temporaryCrown: "Tijdelijke kroon",
|
|
1939
|
+
bridge: "Brug",
|
|
1940
|
+
destroyed: "Verwoest",
|
|
1941
|
+
implantExtraction: "Implantaatverwijdering",
|
|
1942
|
+
stub: "Stomp"
|
|
1921
1943
|
},
|
|
1922
1944
|
surface: {
|
|
1923
1945
|
mesial: "Mesiaal",
|
|
@@ -1711,6 +1711,11 @@ export declare const plUi: {
|
|
|
1711
1711
|
readonly invalidReturnUrl: "Adres URL powrotu musi odpowiadać pochodzeniu tej witryny. Płatność nie została wysłana.";
|
|
1712
1712
|
};
|
|
1713
1713
|
};
|
|
1714
|
+
readonly finishedTerminal: {
|
|
1715
|
+
readonly autoClose: "Ta karta zostanie zamknięta za {{seconds}} s.";
|
|
1716
|
+
readonly closeNow: "Zamknij teraz";
|
|
1717
|
+
readonly redirecting: "Przekierowywanie…";
|
|
1718
|
+
};
|
|
1714
1719
|
readonly signatureField: {
|
|
1715
1720
|
readonly prompt: "Kliknij, aby podpisać";
|
|
1716
1721
|
readonly unsigned: "Podpisz tutaj";
|
|
@@ -1915,11 +1920,23 @@ export declare const plUi: {
|
|
|
1915
1920
|
readonly toothScheme: {
|
|
1916
1921
|
readonly ariaLabel: "Schemat uzębienia";
|
|
1917
1922
|
readonly legendLabel: "Legenda stanów";
|
|
1923
|
+
readonly view: {
|
|
1924
|
+
readonly side: "Widok z boku";
|
|
1925
|
+
readonly occlusal: "Widok okluzalny";
|
|
1926
|
+
readonly both: "Oba widoki";
|
|
1927
|
+
};
|
|
1918
1928
|
readonly dentition: {
|
|
1919
1929
|
readonly permanent: "Uzębienie stałe";
|
|
1920
1930
|
readonly primary: "Uzębienie mleczne";
|
|
1921
1931
|
readonly mixed: "Uzębienie mieszane";
|
|
1922
1932
|
};
|
|
1933
|
+
readonly options: {
|
|
1934
|
+
readonly label: "Opcje schematu";
|
|
1935
|
+
readonly legend: "Legenda";
|
|
1936
|
+
readonly dentition: "Uzębienie";
|
|
1937
|
+
readonly numbering: "Numeracja";
|
|
1938
|
+
readonly view: "Widok";
|
|
1939
|
+
};
|
|
1923
1940
|
readonly anatomy: {
|
|
1924
1941
|
readonly incisor: "Siekacz";
|
|
1925
1942
|
readonly canine: "Kieł";
|
|
@@ -1933,6 +1950,11 @@ export declare const plUi: {
|
|
|
1933
1950
|
readonly missing: "Brakujący";
|
|
1934
1951
|
readonly implant: "Implant";
|
|
1935
1952
|
readonly rootCanal: "Leczenie kanałowe";
|
|
1953
|
+
readonly temporaryCrown: "Korona tymczasowa";
|
|
1954
|
+
readonly bridge: "Most";
|
|
1955
|
+
readonly destroyed: "Zniszczony";
|
|
1956
|
+
readonly implantExtraction: "Usunięcie implantu";
|
|
1957
|
+
readonly stub: "Kikut";
|
|
1936
1958
|
};
|
|
1937
1959
|
readonly surface: {
|
|
1938
1960
|
readonly mesial: "Mezjalna";
|
package/dist/i18n/locales/pl.js
CHANGED
|
@@ -1697,6 +1697,11 @@ const e = {
|
|
|
1697
1697
|
invalidReturnUrl: "Adres URL powrotu musi odpowiadać pochodzeniu tej witryny. Płatność nie została wysłana."
|
|
1698
1698
|
}
|
|
1699
1699
|
},
|
|
1700
|
+
finishedTerminal: {
|
|
1701
|
+
autoClose: "Ta karta zostanie zamknięta za {{seconds}} s.",
|
|
1702
|
+
closeNow: "Zamknij teraz",
|
|
1703
|
+
redirecting: "Przekierowywanie…"
|
|
1704
|
+
},
|
|
1700
1705
|
signatureField: {
|
|
1701
1706
|
prompt: "Kliknij, aby podpisać",
|
|
1702
1707
|
unsigned: "Podpisz tutaj",
|
|
@@ -1901,11 +1906,23 @@ const e = {
|
|
|
1901
1906
|
toothScheme: {
|
|
1902
1907
|
ariaLabel: "Schemat uzębienia",
|
|
1903
1908
|
legendLabel: "Legenda stanów",
|
|
1909
|
+
view: {
|
|
1910
|
+
side: "Widok z boku",
|
|
1911
|
+
occlusal: "Widok okluzalny",
|
|
1912
|
+
both: "Oba widoki"
|
|
1913
|
+
},
|
|
1904
1914
|
dentition: {
|
|
1905
1915
|
permanent: "Uzębienie stałe",
|
|
1906
1916
|
primary: "Uzębienie mleczne",
|
|
1907
1917
|
mixed: "Uzębienie mieszane"
|
|
1908
1918
|
},
|
|
1919
|
+
options: {
|
|
1920
|
+
label: "Opcje schematu",
|
|
1921
|
+
legend: "Legenda",
|
|
1922
|
+
dentition: "Uzębienie",
|
|
1923
|
+
numbering: "Numeracja",
|
|
1924
|
+
view: "Widok"
|
|
1925
|
+
},
|
|
1909
1926
|
anatomy: {
|
|
1910
1927
|
incisor: "Siekacz",
|
|
1911
1928
|
canine: "Kieł",
|
|
@@ -1918,7 +1935,12 @@ const e = {
|
|
|
1918
1935
|
crowned: "Koronowany",
|
|
1919
1936
|
missing: "Brakujący",
|
|
1920
1937
|
implant: "Implant",
|
|
1921
|
-
rootCanal: "Leczenie kanałowe"
|
|
1938
|
+
rootCanal: "Leczenie kanałowe",
|
|
1939
|
+
temporaryCrown: "Korona tymczasowa",
|
|
1940
|
+
bridge: "Most",
|
|
1941
|
+
destroyed: "Zniszczony",
|
|
1942
|
+
implantExtraction: "Usunięcie implantu",
|
|
1943
|
+
stub: "Kikut"
|
|
1922
1944
|
},
|
|
1923
1945
|
surface: {
|
|
1924
1946
|
mesial: "Mezjalna",
|