tera-system-ui 0.1.61 → 0.1.64
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/COMPONENT_API.md +539 -0
- package/dist/components/brand-logo/BrandLogo.d.ts +2 -2
- package/dist/components/brand-logo/BrandLogo.js +1 -1
- package/dist/components/dialog/Dialog.svelte +1 -1
- package/dist/components/slider/Slider.svelte +1 -1
- package/dist/components/tera-ui-context/TeraUiContext.svelte +0 -2
- package/dist/paraglide/README.md +1 -1
- package/dist/paraglide/messages/_index.d.ts +7 -21
- package/dist/paraglide/messages/_index.js +7 -485
- package/dist/paraglide/messages/text_account_settings.d.ts +4 -0
- package/dist/paraglide/messages/text_account_settings.js +239 -0
- package/dist/paraglide/messages/text_calces_documentation.d.ts +4 -0
- package/dist/paraglide/messages/text_calces_documentation.js +239 -0
- package/dist/paraglide/messages/text_calces_scientific_calculator.d.ts +4 -0
- package/dist/paraglide/messages/text_calces_scientific_calculator.js +239 -0
- package/dist/paraglide/messages/text_currency_converter.d.ts +4 -0
- package/dist/paraglide/messages/text_currency_converter.js +239 -0
- package/dist/paraglide/messages/text_logout.d.ts +4 -0
- package/dist/paraglide/messages/text_logout.js +239 -0
- package/dist/paraglide/messages/text_select_language.d.ts +4 -0
- package/dist/paraglide/messages/text_select_language.js +239 -0
- package/dist/paraglide/messages/text_unit_converter.d.ts +4 -0
- package/dist/paraglide/messages/text_unit_converter.js +239 -0
- package/dist/paraglide/runtime.d.ts +1 -1
- package/dist/paraglide/runtime.js +5 -6
- package/dist/tera-i18n/dev-tools/translator/gpt-translator-i18n-message.js +130 -9
- package/dist/tera-i18n/dev-tools/translator/package-lock.json +14 -224
- package/dist/tera-i18n/dev-tools/translator/package.json +1 -1
- package/dist/tera-i18n/dev-tools/translator/prompt/i18n-message-translate-prompt-calculator.md +34 -0
- package/dist/tera-i18n/dev-tools/translator/prompt/i18n-message-translate-prompt-cv-maker.md +149 -0
- package/dist/tera-i18n/dev-tools/translator/prompt/i18n-message-translate-prompt-system.txt +1 -1
- package/dist/tera-i18n/projects/common/all-language-data.js +70 -13
- package/dist/tera-i18n/projects/cv-maker/messages/ar-AE.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/ar-EG.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/ar-IQ.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/ar-SA.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/ar-SD.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/ar-YE.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/ar.json +58 -15
- package/dist/tera-i18n/projects/cv-maker/messages/bg.json +57 -14
- package/dist/tera-i18n/projects/cv-maker/messages/bn.json +65 -22
- package/dist/tera-i18n/projects/cv-maker/messages/ca.json +54 -11
- package/dist/tera-i18n/projects/cv-maker/messages/cs.json +59 -16
- package/dist/tera-i18n/projects/cv-maker/messages/da.json +51 -8
- package/dist/tera-i18n/projects/cv-maker/messages/de.json +58 -15
- package/dist/tera-i18n/projects/cv-maker/messages/el.json +71 -28
- package/dist/tera-i18n/projects/cv-maker/messages/en-AE.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/en-AU.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/en-CA.json +51 -8
- package/dist/tera-i18n/projects/cv-maker/messages/en-GB.json +50 -7
- package/dist/tera-i18n/projects/cv-maker/messages/en-ID.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/en-IN.json +54 -11
- package/dist/tera-i18n/projects/cv-maker/messages/en-NZ.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/en-PH.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/en-PK.json +58 -15
- package/dist/tera-i18n/projects/cv-maker/messages/en-SA.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/en-US.json +51 -8
- package/dist/tera-i18n/projects/cv-maker/messages/en-ZA.json +52 -9
- package/dist/tera-i18n/projects/cv-maker/messages/en.json +45 -16
- package/dist/tera-i18n/projects/cv-maker/messages/es-419.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/es-AR.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/es-ES.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/es-MX.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/es.json +53 -10
- package/dist/tera-i18n/projects/cv-maker/messages/fi.json +52 -9
- package/dist/tera-i18n/projects/cv-maker/messages/fr-MA.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/fr.json +54 -11
- package/dist/tera-i18n/projects/cv-maker/messages/he.json +55 -12
- package/dist/tera-i18n/projects/cv-maker/messages/hi.json +59 -16
- package/dist/tera-i18n/projects/cv-maker/messages/hr.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/hu.json +63 -20
- package/dist/tera-i18n/projects/cv-maker/messages/id.json +60 -17
- package/dist/tera-i18n/projects/cv-maker/messages/it.json +53 -10
- package/dist/tera-i18n/projects/cv-maker/messages/ja.json +62 -19
- package/dist/tera-i18n/projects/cv-maker/messages/ko.json +61 -18
- package/dist/tera-i18n/projects/cv-maker/messages/lt.json +61 -18
- package/dist/tera-i18n/projects/cv-maker/messages/lv.json +61 -18
- package/dist/tera-i18n/projects/cv-maker/messages/ms-MY.json +60 -17
- package/dist/tera-i18n/projects/cv-maker/messages/ms.json +61 -18
- package/dist/tera-i18n/projects/cv-maker/messages/nl.json +53 -10
- package/dist/tera-i18n/projects/cv-maker/messages/no.json +54 -11
- package/dist/tera-i18n/projects/cv-maker/messages/pl.json +59 -16
- package/dist/tera-i18n/projects/cv-maker/messages/pt-BR.json +58 -15
- package/dist/tera-i18n/projects/cv-maker/messages/pt-PT.json +59 -16
- package/dist/tera-i18n/projects/cv-maker/messages/pt.json +66 -23
- package/dist/tera-i18n/projects/cv-maker/messages/ro.json +52 -9
- package/dist/tera-i18n/projects/cv-maker/messages/ru.json +57 -14
- package/dist/tera-i18n/projects/cv-maker/messages/sk.json +62 -19
- package/dist/tera-i18n/projects/cv-maker/messages/sl.json +57 -14
- package/dist/tera-i18n/projects/cv-maker/messages/sq.json +59 -16
- package/dist/tera-i18n/projects/cv-maker/messages/sr.json +91 -48
- package/dist/tera-i18n/projects/cv-maker/messages/sv.json +56 -13
- package/dist/tera-i18n/projects/cv-maker/messages/sw.json +62 -19
- package/dist/tera-i18n/projects/cv-maker/messages/ta.json +72 -29
- package/dist/tera-i18n/projects/cv-maker/messages/te.json +75 -32
- package/dist/tera-i18n/projects/cv-maker/messages/th.json +62 -19
- package/dist/tera-i18n/projects/cv-maker/messages/tl.json +77 -34
- package/dist/tera-i18n/projects/cv-maker/messages/tr.json +63 -20
- package/dist/tera-i18n/projects/cv-maker/messages/uk.json +63 -20
- package/dist/tera-i18n/projects/cv-maker/messages/vi.json +64 -21
- package/dist/tera-i18n/projects/cv-maker/messages/zh-CN.json +63 -20
- package/dist/tera-i18n/projects/cv-maker/messages/zh-TW.json +58 -15
- package/dist/tera-i18n/projects/cv-maker/messages/zh.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/project.inlang/settings.json +82 -68
- package/dist/tera-i18n/projects/cv-maker/supported-language.js +36 -9
- package/dist/tera-i18n/projects/mathda/messages/en.json +4 -0
- package/dist/tera-i18n/projects/mathda/messages/vi.json +4 -0
- package/dist/tera-i18n/projects/mathda/project.inlang/settings.json +15 -0
- package/dist/tera-i18n/projects/mathda/supported-language.d.ts +1 -0
- package/dist/tera-i18n/projects/mathda/supported-language.js +4 -0
- package/dist/tera-i18n/projects/tera-calculator/messages/bg.json +149 -72
- package/dist/tera-i18n/projects/tera-calculator/messages/bn.json +149 -72
- package/dist/tera-i18n/projects/tera-calculator/messages/ca.json +139 -62
- package/dist/tera-i18n/projects/tera-calculator/messages/cs.json +132 -55
- package/dist/tera-i18n/projects/tera-calculator/messages/da.json +132 -55
- package/dist/tera-i18n/projects/tera-calculator/messages/de.json +181 -104
- package/dist/tera-i18n/projects/tera-calculator/messages/el.json +145 -68
- package/dist/tera-i18n/projects/tera-calculator/messages/en-IN.json +183 -0
- package/dist/tera-i18n/projects/tera-calculator/messages/en-PH.json +183 -0
- package/dist/tera-i18n/projects/tera-calculator/messages/en-US.json +183 -0
- package/dist/tera-i18n/projects/tera-calculator/messages/en.json +187 -104
- package/dist/tera-i18n/projects/tera-calculator/messages/es.json +181 -104
- package/dist/tera-i18n/projects/tera-calculator/messages/fi.json +137 -60
- package/dist/tera-i18n/projects/tera-calculator/messages/fr.json +180 -103
- package/dist/tera-i18n/projects/tera-calculator/messages/hi.json +136 -59
- package/dist/tera-i18n/projects/tera-calculator/messages/hu.json +141 -64
- package/dist/tera-i18n/projects/tera-calculator/messages/id.json +132 -55
- package/dist/tera-i18n/projects/tera-calculator/messages/it.json +180 -103
- package/dist/tera-i18n/projects/tera-calculator/messages/ja.json +136 -59
- package/dist/tera-i18n/projects/tera-calculator/messages/ko.json +133 -56
- package/dist/tera-i18n/projects/tera-calculator/messages/lt.json +140 -63
- package/dist/tera-i18n/projects/tera-calculator/messages/lv.json +141 -64
- package/dist/tera-i18n/projects/tera-calculator/messages/ms.json +139 -62
- package/dist/tera-i18n/projects/tera-calculator/messages/nl.json +145 -68
- package/dist/tera-i18n/projects/tera-calculator/messages/no.json +131 -54
- package/dist/tera-i18n/projects/tera-calculator/messages/pl.json +134 -57
- package/dist/tera-i18n/projects/tera-calculator/messages/pt.json +180 -103
- package/dist/tera-i18n/projects/tera-calculator/messages/ro.json +136 -59
- package/dist/tera-i18n/projects/tera-calculator/messages/ru.json +180 -103
- package/dist/tera-i18n/projects/tera-calculator/messages/sk.json +135 -58
- package/dist/tera-i18n/projects/tera-calculator/messages/sl.json +139 -62
- package/dist/tera-i18n/projects/tera-calculator/messages/sq.json +148 -71
- package/dist/tera-i18n/projects/tera-calculator/messages/sr.json +141 -64
- package/dist/tera-i18n/projects/tera-calculator/messages/sv.json +134 -57
- package/dist/tera-i18n/projects/tera-calculator/messages/sw.json +152 -75
- package/dist/tera-i18n/projects/tera-calculator/messages/ta.json +159 -82
- package/dist/tera-i18n/projects/tera-calculator/messages/te.json +165 -88
- package/dist/tera-i18n/projects/tera-calculator/messages/th.json +136 -59
- package/dist/tera-i18n/projects/tera-calculator/messages/tl.json +146 -69
- package/dist/tera-i18n/projects/tera-calculator/messages/tr.json +135 -58
- package/dist/tera-i18n/projects/tera-calculator/messages/uk.json +142 -65
- package/dist/tera-i18n/projects/tera-calculator/messages/vi.json +181 -104
- package/dist/tera-i18n/projects/tera-calculator/messages/zh-CN.json +129 -52
- package/dist/tera-i18n/projects/tera-calculator/messages/zh-TW.json +135 -58
- package/dist/tera-i18n/projects/tera-calculator/project.inlang/settings.json +51 -53
- package/dist/tera-i18n/projects/tera-calculator/supported-language.js +6 -3
- package/package.json +4 -3
- package/dist/paraglide/messages/ar.d.ts +0 -9
- package/dist/paraglide/messages/ar.js +0 -31
- package/dist/paraglide/messages/bg.d.ts +0 -9
- package/dist/paraglide/messages/bg.js +0 -31
- package/dist/paraglide/messages/bn.d.ts +0 -9
- package/dist/paraglide/messages/bn.js +0 -31
- package/dist/paraglide/messages/ca.d.ts +0 -9
- package/dist/paraglide/messages/ca.js +0 -31
- package/dist/paraglide/messages/cs.d.ts +0 -9
- package/dist/paraglide/messages/cs.js +0 -31
- package/dist/paraglide/messages/da.d.ts +0 -9
- package/dist/paraglide/messages/da.js +0 -31
- package/dist/paraglide/messages/de.d.ts +0 -9
- package/dist/paraglide/messages/de.js +0 -31
- package/dist/paraglide/messages/el.d.ts +0 -9
- package/dist/paraglide/messages/el.js +0 -31
- package/dist/paraglide/messages/en.d.ts +0 -9
- package/dist/paraglide/messages/en.js +0 -31
- package/dist/paraglide/messages/es.d.ts +0 -9
- package/dist/paraglide/messages/es.js +0 -31
- package/dist/paraglide/messages/fi.d.ts +0 -9
- package/dist/paraglide/messages/fi.js +0 -31
- package/dist/paraglide/messages/fr.d.ts +0 -9
- package/dist/paraglide/messages/fr.js +0 -31
- package/dist/paraglide/messages/he.d.ts +0 -9
- package/dist/paraglide/messages/he.js +0 -31
- package/dist/paraglide/messages/hi.d.ts +0 -9
- package/dist/paraglide/messages/hi.js +0 -31
- package/dist/paraglide/messages/hu.d.ts +0 -9
- package/dist/paraglide/messages/hu.js +0 -31
- package/dist/paraglide/messages/id.d.ts +0 -9
- package/dist/paraglide/messages/id.js +0 -31
- package/dist/paraglide/messages/it.d.ts +0 -9
- package/dist/paraglide/messages/it.js +0 -31
- package/dist/paraglide/messages/ja.d.ts +0 -9
- package/dist/paraglide/messages/ja.js +0 -31
- package/dist/paraglide/messages/ko.d.ts +0 -9
- package/dist/paraglide/messages/ko.js +0 -31
- package/dist/paraglide/messages/lt.d.ts +0 -9
- package/dist/paraglide/messages/lt.js +0 -31
- package/dist/paraglide/messages/lv.d.ts +0 -9
- package/dist/paraglide/messages/lv.js +0 -31
- package/dist/paraglide/messages/ms.d.ts +0 -9
- package/dist/paraglide/messages/ms.js +0 -31
- package/dist/paraglide/messages/nl.d.ts +0 -9
- package/dist/paraglide/messages/nl.js +0 -31
- package/dist/paraglide/messages/no.d.ts +0 -9
- package/dist/paraglide/messages/no.js +0 -31
- package/dist/paraglide/messages/pl.d.ts +0 -9
- package/dist/paraglide/messages/pl.js +0 -31
- package/dist/paraglide/messages/pt.d.ts +0 -9
- package/dist/paraglide/messages/pt.js +0 -31
- package/dist/paraglide/messages/ro.d.ts +0 -9
- package/dist/paraglide/messages/ro.js +0 -31
- package/dist/paraglide/messages/ru.d.ts +0 -9
- package/dist/paraglide/messages/ru.js +0 -31
- package/dist/paraglide/messages/sk.d.ts +0 -9
- package/dist/paraglide/messages/sk.js +0 -31
- package/dist/paraglide/messages/sl.d.ts +0 -9
- package/dist/paraglide/messages/sl.js +0 -31
- package/dist/paraglide/messages/sq.d.ts +0 -9
- package/dist/paraglide/messages/sq.js +0 -31
- package/dist/paraglide/messages/sr.d.ts +0 -9
- package/dist/paraglide/messages/sr.js +0 -31
- package/dist/paraglide/messages/sv.d.ts +0 -9
- package/dist/paraglide/messages/sv.js +0 -31
- package/dist/paraglide/messages/sw.d.ts +0 -9
- package/dist/paraglide/messages/sw.js +0 -31
- package/dist/paraglide/messages/ta.d.ts +0 -9
- package/dist/paraglide/messages/ta.js +0 -31
- package/dist/paraglide/messages/te.d.ts +0 -9
- package/dist/paraglide/messages/te.js +0 -31
- package/dist/paraglide/messages/th.d.ts +0 -9
- package/dist/paraglide/messages/th.js +0 -31
- package/dist/paraglide/messages/tl.d.ts +0 -9
- package/dist/paraglide/messages/tl.js +0 -31
- package/dist/paraglide/messages/tr.d.ts +0 -9
- package/dist/paraglide/messages/tr.js +0 -31
- package/dist/paraglide/messages/uk.d.ts +0 -9
- package/dist/paraglide/messages/uk.js +0 -31
- package/dist/paraglide/messages/vi.d.ts +0 -9
- package/dist/paraglide/messages/vi.js +0 -31
- package/dist/paraglide/messages/zh-CN.d.ts +0 -9
- package/dist/paraglide/messages/zh-CN.js +0 -31
- package/dist/paraglide/messages/zh-TW.d.ts +0 -9
- package/dist/paraglide/messages/zh-TW.js +0 -31
- package/dist/tera-i18n/dev-tools/translator/prompt/i18n-message-translate-prompt-cv-maker.txt +0 -21
- package/dist/tera-i18n/projects/cv-maker/project.inlang/project_id +0 -1
- package/dist/tera-i18n/projects/tera-calculator/messages/ar.json +0 -106
- package/dist/tera-i18n/projects/tera-calculator/messages/he.json +0 -106
- package/dist/tera-i18n/projects/tera-calculator/project.inlang/project_id +0 -1
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/* eslint-disable */
|
|
2
|
-
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export const text_select_language = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
6
|
-
return /** @type {LocalizedString} */ (`Vælg sprog`)
|
|
7
|
-
};
|
|
8
|
-
|
|
9
|
-
export const text_unit_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
10
|
-
return /** @type {LocalizedString} */ (`Enhedskonverter`)
|
|
11
|
-
};
|
|
12
|
-
|
|
13
|
-
export const text_calces_scientific_calculator = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
14
|
-
return /** @type {LocalizedString} */ (`CalcES Videnskabelig Lommeregner`)
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
export const text_calces_documentation = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
18
|
-
return /** @type {LocalizedString} */ (`CalcES Dokumentation`)
|
|
19
|
-
};
|
|
20
|
-
|
|
21
|
-
export const text_account_settings = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
22
|
-
return /** @type {LocalizedString} */ (`Kontoinstillinger`)
|
|
23
|
-
};
|
|
24
|
-
|
|
25
|
-
export const text_logout = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
26
|
-
return /** @type {LocalizedString} */ (`Log ud`)
|
|
27
|
-
};
|
|
28
|
-
|
|
29
|
-
export const text_currency_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
30
|
-
return /** @type {LocalizedString} */ (`Valutakonverter`)
|
|
31
|
-
};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
2
|
-
export const text_select_language: (inputs: {}) => LocalizedString;
|
|
3
|
-
export const text_unit_converter: (inputs: {}) => LocalizedString;
|
|
4
|
-
export const text_calces_scientific_calculator: (inputs: {}) => LocalizedString;
|
|
5
|
-
export const text_calces_documentation: (inputs: {}) => LocalizedString;
|
|
6
|
-
export const text_account_settings: (inputs: {}) => LocalizedString;
|
|
7
|
-
export const text_logout: (inputs: {}) => LocalizedString;
|
|
8
|
-
export const text_currency_converter: (inputs: {}) => LocalizedString;
|
|
9
|
-
export type LocalizedString = import("../runtime.js").LocalizedString;
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/* eslint-disable */
|
|
2
|
-
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export const text_select_language = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
6
|
-
return /** @type {LocalizedString} */ (`Sprache auswählen`)
|
|
7
|
-
};
|
|
8
|
-
|
|
9
|
-
export const text_unit_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
10
|
-
return /** @type {LocalizedString} */ (`Einheitenrechner`)
|
|
11
|
-
};
|
|
12
|
-
|
|
13
|
-
export const text_calces_scientific_calculator = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
14
|
-
return /** @type {LocalizedString} */ (`CalcES Sci. Rechner`)
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
export const text_calces_documentation = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
18
|
-
return /** @type {LocalizedString} */ (`CalcES Dokumentation`)
|
|
19
|
-
};
|
|
20
|
-
|
|
21
|
-
export const text_account_settings = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
22
|
-
return /** @type {LocalizedString} */ (`Kontoeinstellungen`)
|
|
23
|
-
};
|
|
24
|
-
|
|
25
|
-
export const text_logout = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
26
|
-
return /** @type {LocalizedString} */ (`Abmelden`)
|
|
27
|
-
};
|
|
28
|
-
|
|
29
|
-
export const text_currency_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
30
|
-
return /** @type {LocalizedString} */ (`Währungsrechner`)
|
|
31
|
-
};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
2
|
-
export const text_select_language: (inputs: {}) => LocalizedString;
|
|
3
|
-
export const text_unit_converter: (inputs: {}) => LocalizedString;
|
|
4
|
-
export const text_calces_scientific_calculator: (inputs: {}) => LocalizedString;
|
|
5
|
-
export const text_calces_documentation: (inputs: {}) => LocalizedString;
|
|
6
|
-
export const text_account_settings: (inputs: {}) => LocalizedString;
|
|
7
|
-
export const text_logout: (inputs: {}) => LocalizedString;
|
|
8
|
-
export const text_currency_converter: (inputs: {}) => LocalizedString;
|
|
9
|
-
export type LocalizedString = import("../runtime.js").LocalizedString;
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/* eslint-disable */
|
|
2
|
-
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export const text_select_language = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
6
|
-
return /** @type {LocalizedString} */ (`Επιλογή γλώσσας`)
|
|
7
|
-
};
|
|
8
|
-
|
|
9
|
-
export const text_unit_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
10
|
-
return /** @type {LocalizedString} */ (`Μετατροπέας μονάδων`)
|
|
11
|
-
};
|
|
12
|
-
|
|
13
|
-
export const text_calces_scientific_calculator = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
14
|
-
return /** @type {LocalizedString} */ (`CalcES Επιστημονική Αριθμομηχανή`)
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
export const text_calces_documentation = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
18
|
-
return /** @type {LocalizedString} */ (`Τεκμηρίωση CalcES`)
|
|
19
|
-
};
|
|
20
|
-
|
|
21
|
-
export const text_account_settings = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
22
|
-
return /** @type {LocalizedString} */ (`Ρυθμίσεις λογαριασμού`)
|
|
23
|
-
};
|
|
24
|
-
|
|
25
|
-
export const text_logout = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
26
|
-
return /** @type {LocalizedString} */ (`Αποσύνδεση`)
|
|
27
|
-
};
|
|
28
|
-
|
|
29
|
-
export const text_currency_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
30
|
-
return /** @type {LocalizedString} */ (`Μετατροπέας νομισμάτων`)
|
|
31
|
-
};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
2
|
-
export const text_select_language: (inputs: {}) => LocalizedString;
|
|
3
|
-
export const text_unit_converter: (inputs: {}) => LocalizedString;
|
|
4
|
-
export const text_calces_scientific_calculator: (inputs: {}) => LocalizedString;
|
|
5
|
-
export const text_calces_documentation: (inputs: {}) => LocalizedString;
|
|
6
|
-
export const text_account_settings: (inputs: {}) => LocalizedString;
|
|
7
|
-
export const text_logout: (inputs: {}) => LocalizedString;
|
|
8
|
-
export const text_currency_converter: (inputs: {}) => LocalizedString;
|
|
9
|
-
export type LocalizedString = import("../runtime.js").LocalizedString;
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/* eslint-disable */
|
|
2
|
-
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export const text_select_language = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
6
|
-
return /** @type {LocalizedString} */ (`Select language`)
|
|
7
|
-
};
|
|
8
|
-
|
|
9
|
-
export const text_unit_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
10
|
-
return /** @type {LocalizedString} */ (`Unit Converter`)
|
|
11
|
-
};
|
|
12
|
-
|
|
13
|
-
export const text_calces_scientific_calculator = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
14
|
-
return /** @type {LocalizedString} */ (`CalcES Scientific Calculator`)
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
export const text_calces_documentation = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
18
|
-
return /** @type {LocalizedString} */ (`CalcES Documentation`)
|
|
19
|
-
};
|
|
20
|
-
|
|
21
|
-
export const text_account_settings = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
22
|
-
return /** @type {LocalizedString} */ (`Account Settings`)
|
|
23
|
-
};
|
|
24
|
-
|
|
25
|
-
export const text_logout = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
26
|
-
return /** @type {LocalizedString} */ (`Logout`)
|
|
27
|
-
};
|
|
28
|
-
|
|
29
|
-
export const text_currency_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
30
|
-
return /** @type {LocalizedString} */ (`Currency Converter`)
|
|
31
|
-
};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
2
|
-
export const text_select_language: (inputs: {}) => LocalizedString;
|
|
3
|
-
export const text_unit_converter: (inputs: {}) => LocalizedString;
|
|
4
|
-
export const text_calces_scientific_calculator: (inputs: {}) => LocalizedString;
|
|
5
|
-
export const text_calces_documentation: (inputs: {}) => LocalizedString;
|
|
6
|
-
export const text_account_settings: (inputs: {}) => LocalizedString;
|
|
7
|
-
export const text_logout: (inputs: {}) => LocalizedString;
|
|
8
|
-
export const text_currency_converter: (inputs: {}) => LocalizedString;
|
|
9
|
-
export type LocalizedString = import("../runtime.js").LocalizedString;
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/* eslint-disable */
|
|
2
|
-
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export const text_select_language = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
6
|
-
return /** @type {LocalizedString} */ (`Seleccionar idioma`)
|
|
7
|
-
};
|
|
8
|
-
|
|
9
|
-
export const text_unit_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
10
|
-
return /** @type {LocalizedString} */ (`Convertidor de Unidades`)
|
|
11
|
-
};
|
|
12
|
-
|
|
13
|
-
export const text_calces_scientific_calculator = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
14
|
-
return /** @type {LocalizedString} */ (`Calculadora Científica`)
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
export const text_calces_documentation = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
18
|
-
return /** @type {LocalizedString} */ (`Documentación de CalcES`)
|
|
19
|
-
};
|
|
20
|
-
|
|
21
|
-
export const text_account_settings = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
22
|
-
return /** @type {LocalizedString} */ (`Configuración de la cuenta`)
|
|
23
|
-
};
|
|
24
|
-
|
|
25
|
-
export const text_logout = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
26
|
-
return /** @type {LocalizedString} */ (`Cerrar sesión`)
|
|
27
|
-
};
|
|
28
|
-
|
|
29
|
-
export const text_currency_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
30
|
-
return /** @type {LocalizedString} */ (`Convertidor de Divisas`)
|
|
31
|
-
};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
2
|
-
export const text_select_language: (inputs: {}) => LocalizedString;
|
|
3
|
-
export const text_unit_converter: (inputs: {}) => LocalizedString;
|
|
4
|
-
export const text_calces_scientific_calculator: (inputs: {}) => LocalizedString;
|
|
5
|
-
export const text_calces_documentation: (inputs: {}) => LocalizedString;
|
|
6
|
-
export const text_account_settings: (inputs: {}) => LocalizedString;
|
|
7
|
-
export const text_logout: (inputs: {}) => LocalizedString;
|
|
8
|
-
export const text_currency_converter: (inputs: {}) => LocalizedString;
|
|
9
|
-
export type LocalizedString = import("../runtime.js").LocalizedString;
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/* eslint-disable */
|
|
2
|
-
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export const text_select_language = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
6
|
-
return /** @type {LocalizedString} */ (`Valitse kieli`)
|
|
7
|
-
};
|
|
8
|
-
|
|
9
|
-
export const text_unit_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
10
|
-
return /** @type {LocalizedString} */ (`Yksikönmuunnin`)
|
|
11
|
-
};
|
|
12
|
-
|
|
13
|
-
export const text_calces_scientific_calculator = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
14
|
-
return /** @type {LocalizedString} */ (`CalcES Tieteellinen Laskin`)
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
export const text_calces_documentation = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
18
|
-
return /** @type {LocalizedString} */ (`CalcES Dokumentaatio`)
|
|
19
|
-
};
|
|
20
|
-
|
|
21
|
-
export const text_account_settings = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
22
|
-
return /** @type {LocalizedString} */ (`Tilin asetukset`)
|
|
23
|
-
};
|
|
24
|
-
|
|
25
|
-
export const text_logout = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
26
|
-
return /** @type {LocalizedString} */ (`Kirjaudu ulos`)
|
|
27
|
-
};
|
|
28
|
-
|
|
29
|
-
export const text_currency_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
30
|
-
return /** @type {LocalizedString} */ (`Valuuttamuunnin`)
|
|
31
|
-
};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
2
|
-
export const text_select_language: (inputs: {}) => LocalizedString;
|
|
3
|
-
export const text_unit_converter: (inputs: {}) => LocalizedString;
|
|
4
|
-
export const text_calces_scientific_calculator: (inputs: {}) => LocalizedString;
|
|
5
|
-
export const text_calces_documentation: (inputs: {}) => LocalizedString;
|
|
6
|
-
export const text_account_settings: (inputs: {}) => LocalizedString;
|
|
7
|
-
export const text_logout: (inputs: {}) => LocalizedString;
|
|
8
|
-
export const text_currency_converter: (inputs: {}) => LocalizedString;
|
|
9
|
-
export type LocalizedString = import("../runtime.js").LocalizedString;
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/* eslint-disable */
|
|
2
|
-
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export const text_select_language = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
6
|
-
return /** @type {LocalizedString} */ (`Sélectionner la langue`)
|
|
7
|
-
};
|
|
8
|
-
|
|
9
|
-
export const text_unit_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
10
|
-
return /** @type {LocalizedString} */ (`Convertisseur d'Unités`)
|
|
11
|
-
};
|
|
12
|
-
|
|
13
|
-
export const text_calces_scientific_calculator = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
14
|
-
return /** @type {LocalizedString} */ (`Calculatrice Scientifique`)
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
export const text_calces_documentation = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
18
|
-
return /** @type {LocalizedString} */ (`Documentation de CalcES`)
|
|
19
|
-
};
|
|
20
|
-
|
|
21
|
-
export const text_account_settings = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
22
|
-
return /** @type {LocalizedString} */ (`Paramètres du compte`)
|
|
23
|
-
};
|
|
24
|
-
|
|
25
|
-
export const text_logout = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
26
|
-
return /** @type {LocalizedString} */ (`Déconnexion`)
|
|
27
|
-
};
|
|
28
|
-
|
|
29
|
-
export const text_currency_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
30
|
-
return /** @type {LocalizedString} */ (`Convertisseur de Devises`)
|
|
31
|
-
};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
2
|
-
export const text_select_language: (inputs: {}) => LocalizedString;
|
|
3
|
-
export const text_unit_converter: (inputs: {}) => LocalizedString;
|
|
4
|
-
export const text_calces_scientific_calculator: (inputs: {}) => LocalizedString;
|
|
5
|
-
export const text_calces_documentation: (inputs: {}) => LocalizedString;
|
|
6
|
-
export const text_account_settings: (inputs: {}) => LocalizedString;
|
|
7
|
-
export const text_logout: (inputs: {}) => LocalizedString;
|
|
8
|
-
export const text_currency_converter: (inputs: {}) => LocalizedString;
|
|
9
|
-
export type LocalizedString = import("../runtime.js").LocalizedString;
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/* eslint-disable */
|
|
2
|
-
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export const text_select_language = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
6
|
-
return /** @type {LocalizedString} */ (`בחר שפה`)
|
|
7
|
-
};
|
|
8
|
-
|
|
9
|
-
export const text_unit_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
10
|
-
return /** @type {LocalizedString} */ (`ממיר יחידות`)
|
|
11
|
-
};
|
|
12
|
-
|
|
13
|
-
export const text_calces_scientific_calculator = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
14
|
-
return /** @type {LocalizedString} */ (`מחשבון מדעי CalcES`)
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
export const text_calces_documentation = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
18
|
-
return /** @type {LocalizedString} */ (`תיעוד CalcES`)
|
|
19
|
-
};
|
|
20
|
-
|
|
21
|
-
export const text_account_settings = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
22
|
-
return /** @type {LocalizedString} */ (`הגדרות חשבון`)
|
|
23
|
-
};
|
|
24
|
-
|
|
25
|
-
export const text_logout = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
26
|
-
return /** @type {LocalizedString} */ (`התנתקות`)
|
|
27
|
-
};
|
|
28
|
-
|
|
29
|
-
export const text_currency_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
30
|
-
return /** @type {LocalizedString} */ (`ממיר מטבעות`)
|
|
31
|
-
};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
2
|
-
export const text_select_language: (inputs: {}) => LocalizedString;
|
|
3
|
-
export const text_unit_converter: (inputs: {}) => LocalizedString;
|
|
4
|
-
export const text_calces_scientific_calculator: (inputs: {}) => LocalizedString;
|
|
5
|
-
export const text_calces_documentation: (inputs: {}) => LocalizedString;
|
|
6
|
-
export const text_account_settings: (inputs: {}) => LocalizedString;
|
|
7
|
-
export const text_logout: (inputs: {}) => LocalizedString;
|
|
8
|
-
export const text_currency_converter: (inputs: {}) => LocalizedString;
|
|
9
|
-
export type LocalizedString = import("../runtime.js").LocalizedString;
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/* eslint-disable */
|
|
2
|
-
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export const text_select_language = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
6
|
-
return /** @type {LocalizedString} */ (`भाषा चुनें`)
|
|
7
|
-
};
|
|
8
|
-
|
|
9
|
-
export const text_unit_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
10
|
-
return /** @type {LocalizedString} */ (`इकाई परिवर्तक`)
|
|
11
|
-
};
|
|
12
|
-
|
|
13
|
-
export const text_calces_scientific_calculator = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
14
|
-
return /** @type {LocalizedString} */ (`CalcES वैज्ञानिक कैलकुलेटर`)
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
export const text_calces_documentation = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
18
|
-
return /** @type {LocalizedString} */ (`CalcES प्रलेखन`)
|
|
19
|
-
};
|
|
20
|
-
|
|
21
|
-
export const text_account_settings = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
22
|
-
return /** @type {LocalizedString} */ (`खाता सेटिंग्स`)
|
|
23
|
-
};
|
|
24
|
-
|
|
25
|
-
export const text_logout = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
26
|
-
return /** @type {LocalizedString} */ (`लॉगआउट`)
|
|
27
|
-
};
|
|
28
|
-
|
|
29
|
-
export const text_currency_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
30
|
-
return /** @type {LocalizedString} */ (`मुद्रा परिवर्तक`)
|
|
31
|
-
};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
2
|
-
export const text_select_language: (inputs: {}) => LocalizedString;
|
|
3
|
-
export const text_unit_converter: (inputs: {}) => LocalizedString;
|
|
4
|
-
export const text_calces_scientific_calculator: (inputs: {}) => LocalizedString;
|
|
5
|
-
export const text_calces_documentation: (inputs: {}) => LocalizedString;
|
|
6
|
-
export const text_account_settings: (inputs: {}) => LocalizedString;
|
|
7
|
-
export const text_logout: (inputs: {}) => LocalizedString;
|
|
8
|
-
export const text_currency_converter: (inputs: {}) => LocalizedString;
|
|
9
|
-
export type LocalizedString = import("../runtime.js").LocalizedString;
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/* eslint-disable */
|
|
2
|
-
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export const text_select_language = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
6
|
-
return /** @type {LocalizedString} */ (`Nyelv kiválasztása`)
|
|
7
|
-
};
|
|
8
|
-
|
|
9
|
-
export const text_unit_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
10
|
-
return /** @type {LocalizedString} */ (`Mértékegység Átváltó`)
|
|
11
|
-
};
|
|
12
|
-
|
|
13
|
-
export const text_calces_scientific_calculator = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
14
|
-
return /** @type {LocalizedString} */ (`CalcES Tudományos Számológép`)
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
export const text_calces_documentation = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
18
|
-
return /** @type {LocalizedString} */ (`CalcES Dokumentáció`)
|
|
19
|
-
};
|
|
20
|
-
|
|
21
|
-
export const text_account_settings = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
22
|
-
return /** @type {LocalizedString} */ (`Fiókbeállítások`)
|
|
23
|
-
};
|
|
24
|
-
|
|
25
|
-
export const text_logout = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
26
|
-
return /** @type {LocalizedString} */ (`Kijelentkezés`)
|
|
27
|
-
};
|
|
28
|
-
|
|
29
|
-
export const text_currency_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
30
|
-
return /** @type {LocalizedString} */ (`Pénznem Átváltó`)
|
|
31
|
-
};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
2
|
-
export const text_select_language: (inputs: {}) => LocalizedString;
|
|
3
|
-
export const text_unit_converter: (inputs: {}) => LocalizedString;
|
|
4
|
-
export const text_calces_scientific_calculator: (inputs: {}) => LocalizedString;
|
|
5
|
-
export const text_calces_documentation: (inputs: {}) => LocalizedString;
|
|
6
|
-
export const text_account_settings: (inputs: {}) => LocalizedString;
|
|
7
|
-
export const text_logout: (inputs: {}) => LocalizedString;
|
|
8
|
-
export const text_currency_converter: (inputs: {}) => LocalizedString;
|
|
9
|
-
export type LocalizedString = import("../runtime.js").LocalizedString;
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/* eslint-disable */
|
|
2
|
-
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export const text_select_language = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
6
|
-
return /** @type {LocalizedString} */ (`Pilih bahasa`)
|
|
7
|
-
};
|
|
8
|
-
|
|
9
|
-
export const text_unit_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
10
|
-
return /** @type {LocalizedString} */ (`Pengonversi Satuan`)
|
|
11
|
-
};
|
|
12
|
-
|
|
13
|
-
export const text_calces_scientific_calculator = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
14
|
-
return /** @type {LocalizedString} */ (`Kalkulator Ilmiah CalcES`)
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
export const text_calces_documentation = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
18
|
-
return /** @type {LocalizedString} */ (`Dokumentasi CalcES`)
|
|
19
|
-
};
|
|
20
|
-
|
|
21
|
-
export const text_account_settings = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
22
|
-
return /** @type {LocalizedString} */ (`Pengaturan Akun`)
|
|
23
|
-
};
|
|
24
|
-
|
|
25
|
-
export const text_logout = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
26
|
-
return /** @type {LocalizedString} */ (`Keluar`)
|
|
27
|
-
};
|
|
28
|
-
|
|
29
|
-
export const text_currency_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
30
|
-
return /** @type {LocalizedString} */ (`Pengonversi Mata Uang`)
|
|
31
|
-
};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
2
|
-
export const text_select_language: (inputs: {}) => LocalizedString;
|
|
3
|
-
export const text_unit_converter: (inputs: {}) => LocalizedString;
|
|
4
|
-
export const text_calces_scientific_calculator: (inputs: {}) => LocalizedString;
|
|
5
|
-
export const text_calces_documentation: (inputs: {}) => LocalizedString;
|
|
6
|
-
export const text_account_settings: (inputs: {}) => LocalizedString;
|
|
7
|
-
export const text_logout: (inputs: {}) => LocalizedString;
|
|
8
|
-
export const text_currency_converter: (inputs: {}) => LocalizedString;
|
|
9
|
-
export type LocalizedString = import("../runtime.js").LocalizedString;
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/* eslint-disable */
|
|
2
|
-
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export const text_select_language = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
6
|
-
return /** @type {LocalizedString} */ (`Seleziona la lingua`)
|
|
7
|
-
};
|
|
8
|
-
|
|
9
|
-
export const text_unit_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
10
|
-
return /** @type {LocalizedString} */ (`Convertitore di Unità`)
|
|
11
|
-
};
|
|
12
|
-
|
|
13
|
-
export const text_calces_scientific_calculator = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
14
|
-
return /** @type {LocalizedString} */ (`Calcolatrice Scientifica`)
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
export const text_calces_documentation = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
18
|
-
return /** @type {LocalizedString} */ (`Documentazione di CalcES`)
|
|
19
|
-
};
|
|
20
|
-
|
|
21
|
-
export const text_account_settings = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
22
|
-
return /** @type {LocalizedString} */ (`Impostazioni dell'account`)
|
|
23
|
-
};
|
|
24
|
-
|
|
25
|
-
export const text_logout = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
26
|
-
return /** @type {LocalizedString} */ (`Disconnettersi`)
|
|
27
|
-
};
|
|
28
|
-
|
|
29
|
-
export const text_currency_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
30
|
-
return /** @type {LocalizedString} */ (`Convertitore di Valuta`)
|
|
31
|
-
};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
2
|
-
export const text_select_language: (inputs: {}) => LocalizedString;
|
|
3
|
-
export const text_unit_converter: (inputs: {}) => LocalizedString;
|
|
4
|
-
export const text_calces_scientific_calculator: (inputs: {}) => LocalizedString;
|
|
5
|
-
export const text_calces_documentation: (inputs: {}) => LocalizedString;
|
|
6
|
-
export const text_account_settings: (inputs: {}) => LocalizedString;
|
|
7
|
-
export const text_logout: (inputs: {}) => LocalizedString;
|
|
8
|
-
export const text_currency_converter: (inputs: {}) => LocalizedString;
|
|
9
|
-
export type LocalizedString = import("../runtime.js").LocalizedString;
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/* eslint-disable */
|
|
2
|
-
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export const text_select_language = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
6
|
-
return /** @type {LocalizedString} */ (`言語を選択`)
|
|
7
|
-
};
|
|
8
|
-
|
|
9
|
-
export const text_unit_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
10
|
-
return /** @type {LocalizedString} */ (`単位変換`)
|
|
11
|
-
};
|
|
12
|
-
|
|
13
|
-
export const text_calces_scientific_calculator = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
14
|
-
return /** @type {LocalizedString} */ (`CalcES 科学計算機`)
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
export const text_calces_documentation = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
18
|
-
return /** @type {LocalizedString} */ (`CalcES ドキュメンテーション`)
|
|
19
|
-
};
|
|
20
|
-
|
|
21
|
-
export const text_account_settings = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
22
|
-
return /** @type {LocalizedString} */ (`アカウント設定`)
|
|
23
|
-
};
|
|
24
|
-
|
|
25
|
-
export const text_logout = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
26
|
-
return /** @type {LocalizedString} */ (`ログアウト`)
|
|
27
|
-
};
|
|
28
|
-
|
|
29
|
-
export const text_currency_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
30
|
-
return /** @type {LocalizedString} */ (`通貨換算`)
|
|
31
|
-
};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
2
|
-
export const text_select_language: (inputs: {}) => LocalizedString;
|
|
3
|
-
export const text_unit_converter: (inputs: {}) => LocalizedString;
|
|
4
|
-
export const text_calces_scientific_calculator: (inputs: {}) => LocalizedString;
|
|
5
|
-
export const text_calces_documentation: (inputs: {}) => LocalizedString;
|
|
6
|
-
export const text_account_settings: (inputs: {}) => LocalizedString;
|
|
7
|
-
export const text_logout: (inputs: {}) => LocalizedString;
|
|
8
|
-
export const text_currency_converter: (inputs: {}) => LocalizedString;
|
|
9
|
-
export type LocalizedString = import("../runtime.js").LocalizedString;
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/* eslint-disable */
|
|
2
|
-
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export const text_select_language = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
6
|
-
return /** @type {LocalizedString} */ (`언어 선택`)
|
|
7
|
-
};
|
|
8
|
-
|
|
9
|
-
export const text_unit_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
10
|
-
return /** @type {LocalizedString} */ (`단위 변환기`)
|
|
11
|
-
};
|
|
12
|
-
|
|
13
|
-
export const text_calces_scientific_calculator = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
14
|
-
return /** @type {LocalizedString} */ (`CalcES 과학 계산기`)
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
export const text_calces_documentation = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
18
|
-
return /** @type {LocalizedString} */ (`CalcES 문서`)
|
|
19
|
-
};
|
|
20
|
-
|
|
21
|
-
export const text_account_settings = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
22
|
-
return /** @type {LocalizedString} */ (`계정 설정`)
|
|
23
|
-
};
|
|
24
|
-
|
|
25
|
-
export const text_logout = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
26
|
-
return /** @type {LocalizedString} */ (`로그아웃`)
|
|
27
|
-
};
|
|
28
|
-
|
|
29
|
-
export const text_currency_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
30
|
-
return /** @type {LocalizedString} */ (`환율 변환기`)
|
|
31
|
-
};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
2
|
-
export const text_select_language: (inputs: {}) => LocalizedString;
|
|
3
|
-
export const text_unit_converter: (inputs: {}) => LocalizedString;
|
|
4
|
-
export const text_calces_scientific_calculator: (inputs: {}) => LocalizedString;
|
|
5
|
-
export const text_calces_documentation: (inputs: {}) => LocalizedString;
|
|
6
|
-
export const text_account_settings: (inputs: {}) => LocalizedString;
|
|
7
|
-
export const text_logout: (inputs: {}) => LocalizedString;
|
|
8
|
-
export const text_currency_converter: (inputs: {}) => LocalizedString;
|
|
9
|
-
export type LocalizedString = import("../runtime.js").LocalizedString;
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/* eslint-disable */
|
|
2
|
-
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export const text_select_language = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
6
|
-
return /** @type {LocalizedString} */ (`Pasirinkite kalbą`)
|
|
7
|
-
};
|
|
8
|
-
|
|
9
|
-
export const text_unit_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
10
|
-
return /** @type {LocalizedString} */ (`Vienetų keitiklis`)
|
|
11
|
-
};
|
|
12
|
-
|
|
13
|
-
export const text_calces_scientific_calculator = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
14
|
-
return /** @type {LocalizedString} */ (`CalcES mokslinis skaičiuotuvas`)
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
export const text_calces_documentation = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
18
|
-
return /** @type {LocalizedString} */ (`CalcES dokumentacija`)
|
|
19
|
-
};
|
|
20
|
-
|
|
21
|
-
export const text_account_settings = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
22
|
-
return /** @type {LocalizedString} */ (`Paskyros nustatymai`)
|
|
23
|
-
};
|
|
24
|
-
|
|
25
|
-
export const text_logout = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
26
|
-
return /** @type {LocalizedString} */ (`Atsijungti`)
|
|
27
|
-
};
|
|
28
|
-
|
|
29
|
-
export const text_currency_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
30
|
-
return /** @type {LocalizedString} */ (`Valiutų keitiklis`)
|
|
31
|
-
};
|