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,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} */ (`Atlasīt valodu`)
|
|
7
|
-
};
|
|
8
|
-
|
|
9
|
-
export const text_unit_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
10
|
-
return /** @type {LocalizedString} */ (`Vienību pārvēršanas rīks`)
|
|
11
|
-
};
|
|
12
|
-
|
|
13
|
-
export const text_calces_scientific_calculator = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
14
|
-
return /** @type {LocalizedString} */ (`CalcES zinātniskais kalkulators`)
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
export const text_calces_documentation = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
18
|
-
return /** @type {LocalizedString} */ (`CalcES dokumentācija`)
|
|
19
|
-
};
|
|
20
|
-
|
|
21
|
-
export const text_account_settings = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
22
|
-
return /** @type {LocalizedString} */ (`Konta iestatījumi`)
|
|
23
|
-
};
|
|
24
|
-
|
|
25
|
-
export const text_logout = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
26
|
-
return /** @type {LocalizedString} */ (`Izrakstīties`)
|
|
27
|
-
};
|
|
28
|
-
|
|
29
|
-
export const text_currency_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
30
|
-
return /** @type {LocalizedString} */ (`Valūtas konvertētājs`)
|
|
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} */ (`Penukar Unit`)
|
|
11
|
-
};
|
|
12
|
-
|
|
13
|
-
export const text_calces_scientific_calculator = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
14
|
-
return /** @type {LocalizedString} */ (`Kalkulator Saintifik 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} */ (`Tetapan Akaun`)
|
|
23
|
-
};
|
|
24
|
-
|
|
25
|
-
export const text_logout = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
26
|
-
return /** @type {LocalizedString} */ (`Log keluar`)
|
|
27
|
-
};
|
|
28
|
-
|
|
29
|
-
export const text_currency_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
30
|
-
return /** @type {LocalizedString} */ (`Penukar Mata Wang`)
|
|
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} */ (`Selecteer taal`)
|
|
7
|
-
};
|
|
8
|
-
|
|
9
|
-
export const text_unit_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
10
|
-
return /** @type {LocalizedString} */ (`Eenheden Converter`)
|
|
11
|
-
};
|
|
12
|
-
|
|
13
|
-
export const text_calces_scientific_calculator = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
14
|
-
return /** @type {LocalizedString} */ (`CalcES Wetenschappelijke Rekenmachine`)
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
export const text_calces_documentation = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
18
|
-
return /** @type {LocalizedString} */ (`CalcES Documentatie`)
|
|
19
|
-
};
|
|
20
|
-
|
|
21
|
-
export const text_account_settings = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
22
|
-
return /** @type {LocalizedString} */ (`Accountinstellingen`)
|
|
23
|
-
};
|
|
24
|
-
|
|
25
|
-
export const text_logout = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
26
|
-
return /** @type {LocalizedString} */ (`Uitloggen`)
|
|
27
|
-
};
|
|
28
|
-
|
|
29
|
-
export const text_currency_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
30
|
-
return /** @type {LocalizedString} */ (`Valuta 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} */ (`Velg språk`)
|
|
7
|
-
};
|
|
8
|
-
|
|
9
|
-
export const text_unit_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
10
|
-
return /** @type {LocalizedString} */ (`Enhetsomregner`)
|
|
11
|
-
};
|
|
12
|
-
|
|
13
|
-
export const text_calces_scientific_calculator = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
14
|
-
return /** @type {LocalizedString} */ (`CalcES Vitenskapelig Kalkulator`)
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
export const text_calces_documentation = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
18
|
-
return /** @type {LocalizedString} */ (`CalcES Dokumentasjon`)
|
|
19
|
-
};
|
|
20
|
-
|
|
21
|
-
export const text_account_settings = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
22
|
-
return /** @type {LocalizedString} */ (`Kontoinnstillinger`)
|
|
23
|
-
};
|
|
24
|
-
|
|
25
|
-
export const text_logout = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
26
|
-
return /** @type {LocalizedString} */ (`Logg ut`)
|
|
27
|
-
};
|
|
28
|
-
|
|
29
|
-
export const text_currency_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
30
|
-
return /** @type {LocalizedString} */ (`Valutaomregner`)
|
|
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} */ (`Wybierz język`)
|
|
7
|
-
};
|
|
8
|
-
|
|
9
|
-
export const text_unit_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
10
|
-
return /** @type {LocalizedString} */ (`Konwerter jednostek`)
|
|
11
|
-
};
|
|
12
|
-
|
|
13
|
-
export const text_calces_scientific_calculator = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
14
|
-
return /** @type {LocalizedString} */ (`Kalkulator naukowy CalcES`)
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
export const text_calces_documentation = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
18
|
-
return /** @type {LocalizedString} */ (`Dokumentacja CalcES`)
|
|
19
|
-
};
|
|
20
|
-
|
|
21
|
-
export const text_account_settings = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
22
|
-
return /** @type {LocalizedString} */ (`Ustawienia konta`)
|
|
23
|
-
};
|
|
24
|
-
|
|
25
|
-
export const text_logout = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
26
|
-
return /** @type {LocalizedString} */ (`Wyloguj`)
|
|
27
|
-
};
|
|
28
|
-
|
|
29
|
-
export const text_currency_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
30
|
-
return /** @type {LocalizedString} */ (`Konwerter walut`)
|
|
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} */ (`Selecionar idioma`)
|
|
7
|
-
};
|
|
8
|
-
|
|
9
|
-
export const text_unit_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
10
|
-
return /** @type {LocalizedString} */ (`Conversor 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} */ (`Documentação CalcES`)
|
|
19
|
-
};
|
|
20
|
-
|
|
21
|
-
export const text_account_settings = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
22
|
-
return /** @type {LocalizedString} */ (`Configurações da conta`)
|
|
23
|
-
};
|
|
24
|
-
|
|
25
|
-
export const text_logout = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
26
|
-
return /** @type {LocalizedString} */ (`Sair`)
|
|
27
|
-
};
|
|
28
|
-
|
|
29
|
-
export const text_currency_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
30
|
-
return /** @type {LocalizedString} */ (`Conversor de Moedas`)
|
|
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} */ (`Selectează limba`)
|
|
7
|
-
};
|
|
8
|
-
|
|
9
|
-
export const text_unit_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
10
|
-
return /** @type {LocalizedString} */ (`Convertor de unități`)
|
|
11
|
-
};
|
|
12
|
-
|
|
13
|
-
export const text_calces_scientific_calculator = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
14
|
-
return /** @type {LocalizedString} */ (`Calculator Științific CalcES`)
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
export const text_calces_documentation = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
18
|
-
return /** @type {LocalizedString} */ (`Documentația CalcES`)
|
|
19
|
-
};
|
|
20
|
-
|
|
21
|
-
export const text_account_settings = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
22
|
-
return /** @type {LocalizedString} */ (`Setări cont`)
|
|
23
|
-
};
|
|
24
|
-
|
|
25
|
-
export const text_logout = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
26
|
-
return /** @type {LocalizedString} */ (`Deconectare`)
|
|
27
|
-
};
|
|
28
|
-
|
|
29
|
-
export const text_currency_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
30
|
-
return /** @type {LocalizedString} */ (`Convertor valutar`)
|
|
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} */ (`Научный калькулятор`)
|
|
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} */ (`Vyberte jazyk`)
|
|
7
|
-
};
|
|
8
|
-
|
|
9
|
-
export const text_unit_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
10
|
-
return /** @type {LocalizedString} */ (`Konvertor jednotiek`)
|
|
11
|
-
};
|
|
12
|
-
|
|
13
|
-
export const text_calces_scientific_calculator = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
14
|
-
return /** @type {LocalizedString} */ (`CalcES Vedecká kalkulačka`)
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
export const text_calces_documentation = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
18
|
-
return /** @type {LocalizedString} */ (`Dokumentácia CalcES`)
|
|
19
|
-
};
|
|
20
|
-
|
|
21
|
-
export const text_account_settings = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
22
|
-
return /** @type {LocalizedString} */ (`Nastavenia účtu`)
|
|
23
|
-
};
|
|
24
|
-
|
|
25
|
-
export const text_logout = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
26
|
-
return /** @type {LocalizedString} */ (`Odhlásiť sa`)
|
|
27
|
-
};
|
|
28
|
-
|
|
29
|
-
export const text_currency_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
30
|
-
return /** @type {LocalizedString} */ (`Konvertor mien`)
|
|
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} */ (`Izberite jezik`)
|
|
7
|
-
};
|
|
8
|
-
|
|
9
|
-
export const text_unit_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
10
|
-
return /** @type {LocalizedString} */ (`Pretvornik enot`)
|
|
11
|
-
};
|
|
12
|
-
|
|
13
|
-
export const text_calces_scientific_calculator = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
14
|
-
return /** @type {LocalizedString} */ (`Znanstveni kalkulator CalcES`)
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
export const text_calces_documentation = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
18
|
-
return /** @type {LocalizedString} */ (`Dokumentacija CalcES`)
|
|
19
|
-
};
|
|
20
|
-
|
|
21
|
-
export const text_account_settings = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
22
|
-
return /** @type {LocalizedString} */ (`Nastavitve računa`)
|
|
23
|
-
};
|
|
24
|
-
|
|
25
|
-
export const text_logout = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
26
|
-
return /** @type {LocalizedString} */ (`Odjava`)
|
|
27
|
-
};
|
|
28
|
-
|
|
29
|
-
export const text_currency_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
30
|
-
return /** @type {LocalizedString} */ (`Pretvornik valut`)
|
|
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} */ (`Zgjidhni gjuhën`)
|
|
7
|
-
};
|
|
8
|
-
|
|
9
|
-
export const text_unit_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
10
|
-
return /** @type {LocalizedString} */ (`Konvertues Njësish`)
|
|
11
|
-
};
|
|
12
|
-
|
|
13
|
-
export const text_calces_scientific_calculator = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
14
|
-
return /** @type {LocalizedString} */ (`Kalkulatori Shkencor CalcES`)
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
export const text_calces_documentation = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
18
|
-
return /** @type {LocalizedString} */ (`Dokumentimi i CalcES`)
|
|
19
|
-
};
|
|
20
|
-
|
|
21
|
-
export const text_account_settings = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
22
|
-
return /** @type {LocalizedString} */ (`Cilësimet e Llogarisë`)
|
|
23
|
-
};
|
|
24
|
-
|
|
25
|
-
export const text_logout = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
26
|
-
return /** @type {LocalizedString} */ (`Dilni`)
|
|
27
|
-
};
|
|
28
|
-
|
|
29
|
-
export const text_currency_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
30
|
-
return /** @type {LocalizedString} */ (`Konvertues Valutash`)
|
|
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} */ (`Izaberite jezik`)
|
|
7
|
-
};
|
|
8
|
-
|
|
9
|
-
export const text_unit_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
10
|
-
return /** @type {LocalizedString} */ (`Pretvarač jedinica`)
|
|
11
|
-
};
|
|
12
|
-
|
|
13
|
-
export const text_calces_scientific_calculator = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
14
|
-
return /** @type {LocalizedString} */ (`CalcES Naučni Kalkulator`)
|
|
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} */ (`Podešavanja naloga`)
|
|
23
|
-
};
|
|
24
|
-
|
|
25
|
-
export const text_logout = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
26
|
-
return /** @type {LocalizedString} */ (`Odjavi se`)
|
|
27
|
-
};
|
|
28
|
-
|
|
29
|
-
export const text_currency_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
30
|
-
return /** @type {LocalizedString} */ (`Konverter 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} */ (`Välj språk`)
|
|
7
|
-
};
|
|
8
|
-
|
|
9
|
-
export const text_unit_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
10
|
-
return /** @type {LocalizedString} */ (`Enhetsomvandlare`)
|
|
11
|
-
};
|
|
12
|
-
|
|
13
|
-
export const text_calces_scientific_calculator = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
14
|
-
return /** @type {LocalizedString} */ (`CalcES Vetenskaplig Kalkylator`)
|
|
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} */ (`Kontoinställningar`)
|
|
23
|
-
};
|
|
24
|
-
|
|
25
|
-
export const text_logout = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
26
|
-
return /** @type {LocalizedString} */ (`Logga ut`)
|
|
27
|
-
};
|
|
28
|
-
|
|
29
|
-
export const text_currency_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
30
|
-
return /** @type {LocalizedString} */ (`Valutaomvandlare`)
|
|
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} */ (`Chagua lugha`)
|
|
7
|
-
};
|
|
8
|
-
|
|
9
|
-
export const text_unit_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
10
|
-
return /** @type {LocalizedString} */ (`Kigeuzi cha Viwango`)
|
|
11
|
-
};
|
|
12
|
-
|
|
13
|
-
export const text_calces_scientific_calculator = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
14
|
-
return /** @type {LocalizedString} */ (`Kikokotozi cha Kisayansi cha CalcES`)
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
export const text_calces_documentation = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
18
|
-
return /** @type {LocalizedString} */ (`Nyaraka za CalcES`)
|
|
19
|
-
};
|
|
20
|
-
|
|
21
|
-
export const text_account_settings = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
22
|
-
return /** @type {LocalizedString} */ (`Mipangilio ya Akaunti`)
|
|
23
|
-
};
|
|
24
|
-
|
|
25
|
-
export const text_logout = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
26
|
-
return /** @type {LocalizedString} */ (`Toka`)
|
|
27
|
-
};
|
|
28
|
-
|
|
29
|
-
export const text_currency_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
30
|
-
return /** @type {LocalizedString} */ (`Kigeuzi cha Fedha`)
|
|
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;
|