tera-system-ui 0.0.55 → 0.0.60
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/components/command/command.d.ts +5 -10
- package/dist/components/command/components/Command.svelte.d.ts +1 -2
- package/dist/components/command/components/CommandEmpty.svelte.d.ts +1 -2
- package/dist/components/command/components/CommandGroup.svelte.d.ts +1 -2
- package/dist/components/command/components/CommandItem.svelte.d.ts +1 -2
- package/dist/components/command/components/CommandLoading.svelte.d.ts +1 -7
- package/dist/components/command/components/CommandSeparator.svelte.d.ts +1 -2
- package/dist/components/dialog/Dialog.d.ts +21 -0
- package/dist/components/dialog/Dialog.js +3 -0
- package/dist/components/dialog/dialog.scss +4 -0
- package/dist/components/dropdown-menu/components/DropdownMenuItem.svelte.d.ts +0 -1
- package/dist/components/language-picker-button/LanguagePickerButton.d.ts +1 -0
- package/dist/components/language-picker-button/LanguagePickerButton.svelte +18 -55
- package/dist/components/language-picker-button/LanguagePickerButton.svelte.d.ts +1 -1
- package/dist/i18n/language.d.ts +1 -1
- package/dist/i18n/language.js +37 -2
- package/dist/paraglide/messages/ar.d.ts +7 -0
- package/dist/paraglide/messages/ar.js +66 -0
- package/dist/paraglide/messages/bg.d.ts +7 -0
- package/dist/paraglide/messages/bg.js +66 -0
- package/dist/paraglide/messages/bn.d.ts +7 -0
- package/dist/paraglide/messages/bn.js +66 -0
- package/dist/paraglide/messages/ca.d.ts +7 -0
- package/dist/paraglide/messages/ca.js +66 -0
- package/dist/paraglide/messages/cs.d.ts +7 -0
- package/dist/paraglide/messages/cs.js +66 -0
- package/dist/paraglide/messages/da.d.ts +7 -0
- package/dist/paraglide/messages/da.js +66 -0
- package/dist/paraglide/messages/el.d.ts +7 -0
- package/dist/paraglide/messages/el.js +66 -0
- package/dist/paraglide/messages/fi.d.ts +7 -0
- package/dist/paraglide/messages/fi.js +66 -0
- package/dist/paraglide/messages/he.d.ts +7 -0
- package/dist/paraglide/messages/he.js +66 -0
- package/dist/paraglide/messages/hi.d.ts +7 -0
- package/dist/paraglide/messages/hi.js +66 -0
- package/dist/paraglide/messages/hu.d.ts +7 -0
- package/dist/paraglide/messages/hu.js +66 -0
- package/dist/paraglide/messages/id.d.ts +7 -0
- package/dist/paraglide/messages/id.js +66 -0
- package/dist/paraglide/messages/ja.d.ts +7 -0
- package/dist/paraglide/messages/ja.js +66 -0
- package/dist/paraglide/messages/ko.d.ts +7 -0
- package/dist/paraglide/messages/ko.js +66 -0
- package/dist/paraglide/messages/lt.d.ts +7 -0
- package/dist/paraglide/messages/lt.js +66 -0
- package/dist/paraglide/messages/lv.d.ts +7 -0
- package/dist/paraglide/messages/lv.js +66 -0
- package/dist/paraglide/messages/ms.d.ts +7 -0
- package/dist/paraglide/messages/ms.js +66 -0
- package/dist/paraglide/messages/nl.d.ts +7 -0
- package/dist/paraglide/messages/nl.js +66 -0
- package/dist/paraglide/messages/no.d.ts +7 -0
- package/dist/paraglide/messages/no.js +66 -0
- package/dist/paraglide/messages/pl.d.ts +7 -0
- package/dist/paraglide/messages/pl.js +66 -0
- package/dist/paraglide/messages/ro.d.ts +7 -0
- package/dist/paraglide/messages/ro.js +66 -0
- package/dist/paraglide/messages/sk.d.ts +7 -0
- package/dist/paraglide/messages/sk.js +66 -0
- package/dist/paraglide/messages/sl.d.ts +7 -0
- package/dist/paraglide/messages/sl.js +66 -0
- package/dist/paraglide/messages/sq.d.ts +7 -0
- package/dist/paraglide/messages/sq.js +66 -0
- package/dist/paraglide/messages/sr.d.ts +7 -0
- package/dist/paraglide/messages/sr.js +66 -0
- package/dist/paraglide/messages/sv.d.ts +7 -0
- package/dist/paraglide/messages/sv.js +66 -0
- package/dist/paraglide/messages/sw.d.ts +7 -0
- package/dist/paraglide/messages/sw.js +66 -0
- package/dist/paraglide/messages/ta.d.ts +7 -0
- package/dist/paraglide/messages/ta.js +66 -0
- package/dist/paraglide/messages/te.d.ts +7 -0
- package/dist/paraglide/messages/te.js +66 -0
- package/dist/paraglide/messages/th.d.ts +7 -0
- package/dist/paraglide/messages/th.js +66 -0
- package/dist/paraglide/messages/tl.d.ts +7 -0
- package/dist/paraglide/messages/tl.js +66 -0
- package/dist/paraglide/messages/tr.d.ts +7 -0
- package/dist/paraglide/messages/tr.js +66 -0
- package/dist/paraglide/messages/uk.d.ts +7 -0
- package/dist/paraglide/messages/uk.js +66 -0
- package/dist/paraglide/messages/zh-CN.d.ts +7 -0
- package/dist/paraglide/messages/zh-CN.js +66 -0
- package/dist/paraglide/messages/zh-TW.d.ts +7 -0
- package/dist/paraglide/messages/zh-TW.js +66 -0
- package/dist/paraglide/messages.d.ts +7 -7
- package/dist/paraglide/messages.js +296 -16
- package/dist/paraglide/runtime.d.ts +1 -1
- package/dist/paraglide/runtime.js +1 -1
- package/package.json +2 -2
|
@@ -11,23 +11,18 @@ export declare const defaultFilter: (value: string, search: string) => number;
|
|
|
11
11
|
export declare function getCtx(): Context;
|
|
12
12
|
export declare function getState(): StateStore;
|
|
13
13
|
export declare function createGroup(alwaysRender: boolean | undefined): {
|
|
14
|
-
id:
|
|
14
|
+
id: any;
|
|
15
15
|
};
|
|
16
16
|
export declare function getGroup(): Group | undefined;
|
|
17
17
|
export declare function createState(initialValues?: Partial<State>): import("svelte/store").Writable<State>;
|
|
18
18
|
export declare function createCommand(props: CommandProps): {
|
|
19
19
|
state: {
|
|
20
|
-
subscribe:
|
|
21
|
-
update:
|
|
22
|
-
set:
|
|
20
|
+
subscribe: any;
|
|
21
|
+
update: any;
|
|
22
|
+
set: any;
|
|
23
23
|
updateState: <K extends keyof State>(key: K, value: State[K], preventScroll?: boolean) => void;
|
|
24
24
|
};
|
|
25
25
|
handleRootKeydown: (e: KeyboardEvent) => void;
|
|
26
26
|
commandEl: import("svelte/store").Writable<HTMLDivElement | null>;
|
|
27
|
-
ids:
|
|
28
|
-
input: string;
|
|
29
|
-
label: string;
|
|
30
|
-
root: string;
|
|
31
|
-
list: string;
|
|
32
|
-
};
|
|
27
|
+
ids: any;
|
|
33
28
|
};
|
|
@@ -1,8 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
declare const CommandLoading: import("svelte").Component<{
|
|
3
|
-
progress?: number;
|
|
4
|
-
asChild?: boolean;
|
|
5
|
-
} & import("../../../internal/types.js").HTMLDivAttributes & {
|
|
6
|
-
childrenWithProps: Snippet<[any]>;
|
|
7
|
-
}, {}, "">;
|
|
1
|
+
declare const CommandLoading: import("svelte").Component<any, {}, "">;
|
|
8
2
|
export default CommandLoading;
|
|
@@ -16,6 +16,9 @@ export declare const styles: import("tailwind-variants").TVReturnType<{
|
|
|
16
16
|
full: {
|
|
17
17
|
dialog: string;
|
|
18
18
|
};
|
|
19
|
+
auto: {
|
|
20
|
+
dialog: string;
|
|
21
|
+
};
|
|
19
22
|
};
|
|
20
23
|
padding: {
|
|
21
24
|
none: {
|
|
@@ -47,6 +50,9 @@ export declare const styles: import("tailwind-variants").TVReturnType<{
|
|
|
47
50
|
full: {
|
|
48
51
|
dialog: string;
|
|
49
52
|
};
|
|
53
|
+
auto: {
|
|
54
|
+
dialog: string;
|
|
55
|
+
};
|
|
50
56
|
};
|
|
51
57
|
padding: {
|
|
52
58
|
none: {
|
|
@@ -71,6 +77,9 @@ export declare const styles: import("tailwind-variants").TVReturnType<{
|
|
|
71
77
|
full: {
|
|
72
78
|
dialog: string;
|
|
73
79
|
};
|
|
80
|
+
auto: {
|
|
81
|
+
dialog: string;
|
|
82
|
+
};
|
|
74
83
|
};
|
|
75
84
|
padding: {
|
|
76
85
|
none: {
|
|
@@ -95,6 +104,9 @@ export declare const styles: import("tailwind-variants").TVReturnType<{
|
|
|
95
104
|
full: {
|
|
96
105
|
dialog: string;
|
|
97
106
|
};
|
|
107
|
+
auto: {
|
|
108
|
+
dialog: string;
|
|
109
|
+
};
|
|
98
110
|
};
|
|
99
111
|
padding: {
|
|
100
112
|
none: {
|
|
@@ -126,6 +138,9 @@ export declare const styles: import("tailwind-variants").TVReturnType<{
|
|
|
126
138
|
full: {
|
|
127
139
|
dialog: string;
|
|
128
140
|
};
|
|
141
|
+
auto: {
|
|
142
|
+
dialog: string;
|
|
143
|
+
};
|
|
129
144
|
};
|
|
130
145
|
padding: {
|
|
131
146
|
none: {
|
|
@@ -157,6 +172,9 @@ export declare const styles: import("tailwind-variants").TVReturnType<{
|
|
|
157
172
|
full: {
|
|
158
173
|
dialog: string;
|
|
159
174
|
};
|
|
175
|
+
auto: {
|
|
176
|
+
dialog: string;
|
|
177
|
+
};
|
|
160
178
|
};
|
|
161
179
|
padding: {
|
|
162
180
|
none: {
|
|
@@ -181,6 +199,9 @@ export declare const styles: import("tailwind-variants").TVReturnType<{
|
|
|
181
199
|
full: {
|
|
182
200
|
dialog: string;
|
|
183
201
|
};
|
|
202
|
+
auto: {
|
|
203
|
+
dialog: string;
|
|
204
|
+
};
|
|
184
205
|
};
|
|
185
206
|
padding: {
|
|
186
207
|
none: {
|
|
@@ -5,11 +5,14 @@
|
|
|
5
5
|
import IconCheck from "../icons/IconCheck.svelte";
|
|
6
6
|
import {getGlobalContext} from "../tera-ui-context/global-context";
|
|
7
7
|
import * as m from '../../paraglide/messages.js'
|
|
8
|
+
import {ALL_LANGUAGE_LIST} from "../../../../tera-i18n/projects/common/all-language-data";
|
|
9
|
+
import {Input} from "../.."
|
|
10
|
+
import {cn} from "../../utils";
|
|
8
11
|
|
|
9
12
|
let {
|
|
10
13
|
children,
|
|
11
14
|
onLangSelect,
|
|
12
|
-
|
|
15
|
+
open = $bindable(false),
|
|
13
16
|
language,
|
|
14
17
|
supportLanguages,
|
|
15
18
|
basePath,
|
|
@@ -25,52 +28,8 @@
|
|
|
25
28
|
basePath = basePath ?? context.basePath
|
|
26
29
|
|
|
27
30
|
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
code: "en",
|
|
31
|
-
label: "English (US)",
|
|
32
|
-
flag: 'united states'
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
code: "de",
|
|
36
|
-
label: "Deutsch",
|
|
37
|
-
flag: 'germany'
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
code: "es",
|
|
41
|
-
label: "Español",
|
|
42
|
-
flag: 'spain'
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
code: "fr",
|
|
46
|
-
label: "Français",
|
|
47
|
-
flag: 'france'
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
code: "it",
|
|
51
|
-
label: "Italiano",
|
|
52
|
-
flag: 'italy'
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
code: "pt",
|
|
56
|
-
label: "Português",
|
|
57
|
-
flag: 'portugal'
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
code: "ru",
|
|
61
|
-
label: "Русский",
|
|
62
|
-
flag: 'russia'
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
code: "vi",
|
|
66
|
-
label: "Tiếng Việt",
|
|
67
|
-
flag: 'vietnam'
|
|
68
|
-
}
|
|
69
|
-
// @ts-ignore
|
|
70
|
-
].filter(lang => supportLanguages.includes(lang.code))
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
let currentLangItem = $derived(LANGUAGE_LIST.find(l => l.code === language)!)
|
|
31
|
+
let currentLangItem = $derived(ALL_LANGUAGE_LIST.find(l => l.code === language)!)
|
|
32
|
+
let langList = $derived([currentLangItem, ...ALL_LANGUAGE_LIST.filter(lang => supportLanguages!.includes(lang.code) && lang.code !== language)])
|
|
74
33
|
|
|
75
34
|
|
|
76
35
|
function getFlagUrl(flag: string) {
|
|
@@ -80,27 +39,31 @@
|
|
|
80
39
|
return `${basePath ?? ''}/world-flags/${flag}.svg`
|
|
81
40
|
}
|
|
82
41
|
|
|
83
|
-
let openDialog = $state(false)
|
|
84
|
-
|
|
85
42
|
</script>
|
|
86
43
|
|
|
87
44
|
<!--add component here-->
|
|
88
|
-
<button onclick={() => {
|
|
45
|
+
<button onclick={() => {open = true}}
|
|
89
46
|
class="h-8 flex items-center bg-neutral-token-4 text-neutral-token-9 rounded-full ps-2 pe-1 hover:bg-neutral-token-5 transition-all duration-element-react">
|
|
90
47
|
<IconLanguage class="size-icon-xs"/>
|
|
91
48
|
<img class="size-6 flag-img" src={getFlagUrl(currentLangItem?.flag)} alt={currentLangItem?.flag}>
|
|
92
49
|
</button>
|
|
93
50
|
|
|
94
|
-
<Dialog bind:open={
|
|
51
|
+
<Dialog bind:open={open} class="text-neutral-token-13" size="auto" staticRender>
|
|
95
52
|
{#snippet header()}
|
|
96
53
|
{m.text_select_language()}
|
|
97
54
|
{/snippet}
|
|
98
|
-
<div class="grid grid-cols-1
|
|
99
|
-
|
|
100
|
-
|
|
55
|
+
<div class={cn("grid grid-cols-1 gap-2 sm:grid-cols-2 mx-auto",
|
|
56
|
+
{
|
|
57
|
+
"sm:grid-cols-3 sm:gap-3": langList.length > 10 && langList.length <= 20,
|
|
58
|
+
"sm:grid-cols-3 md:grid-cols-4 sm:gap-3": langList.length > 20 ,
|
|
59
|
+
})
|
|
60
|
+
}
|
|
61
|
+
>
|
|
62
|
+
{#each langList as lang}
|
|
63
|
+
<button class="w-[80vw] sm:w-full flex gap-1 items-center justify-between text-start px-1 py-1 pe-2 rounded-full bg-neutral-token-3 sm:max-w-[40rem]"
|
|
101
64
|
onclick={() => {
|
|
102
65
|
onLangSelect?.(lang.code)
|
|
103
|
-
|
|
66
|
+
open = false
|
|
104
67
|
}}
|
|
105
68
|
data-selected={lang.code === language ? '' : undefined}>
|
|
106
69
|
<div class="flex items-center gap-2">
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type LanguagePickerButtonProps } from "./LanguagePickerButton";
|
|
2
2
|
declare const LanguagePickerButton: import("svelte").Component<LanguagePickerButtonProps & {
|
|
3
3
|
onLangSelect: (langCode: string) => void;
|
|
4
|
-
}, {}, "">;
|
|
4
|
+
}, {}, "open">;
|
|
5
5
|
export default LanguagePickerButton;
|
package/dist/i18n/language.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export type AvailableLanguageTag = "de" | "en" | "es" | "fr" | "pt" | "
|
|
1
|
+
export type AvailableLanguageTag = "ar" | "bg" | "bn" | "ca" | "cs" | "da" | "de" | "el" | "en" | "es" | "fi" | "fr" | "he" | "hi" | "hu" | "id" | "it" | "ja" | "ko" | "lt" | "lv" | "ms" | "nl" | "no" | "pl" | "pt" | "ro" | "ru" | "sk" | "sl" | "sq" | "sr" | "sv" | "sw" | "ta" | "te" | "th" | "tl" | "tr" | "uk" | "vi" | "zh-CN" | "zh-TW";
|
|
2
2
|
export declare const availableLanguageTags: AvailableLanguageTag[];
|
package/dist/i18n/language.js
CHANGED
|
@@ -1,10 +1,45 @@
|
|
|
1
1
|
export const availableLanguageTags = [
|
|
2
|
+
"ar",
|
|
3
|
+
"bg",
|
|
4
|
+
"bn",
|
|
5
|
+
"ca",
|
|
6
|
+
"cs",
|
|
7
|
+
"da",
|
|
2
8
|
"de",
|
|
9
|
+
"el",
|
|
3
10
|
"en",
|
|
4
11
|
"es",
|
|
12
|
+
"fi",
|
|
5
13
|
"fr",
|
|
14
|
+
"he",
|
|
15
|
+
"hi",
|
|
16
|
+
"hu",
|
|
17
|
+
"id",
|
|
18
|
+
"it",
|
|
19
|
+
"ja",
|
|
20
|
+
"ko",
|
|
21
|
+
"lt",
|
|
22
|
+
"lv",
|
|
23
|
+
"ms",
|
|
24
|
+
"nl",
|
|
25
|
+
"no",
|
|
26
|
+
"pl",
|
|
6
27
|
"pt",
|
|
7
|
-
"
|
|
28
|
+
"ro",
|
|
8
29
|
"ru",
|
|
9
|
-
"
|
|
30
|
+
"sk",
|
|
31
|
+
"sl",
|
|
32
|
+
"sq",
|
|
33
|
+
"sr",
|
|
34
|
+
"sv",
|
|
35
|
+
"sw",
|
|
36
|
+
"ta",
|
|
37
|
+
"te",
|
|
38
|
+
"th",
|
|
39
|
+
"tl",
|
|
40
|
+
"tr",
|
|
41
|
+
"uk",
|
|
42
|
+
"vi",
|
|
43
|
+
"zh-CN",
|
|
44
|
+
"zh-TW",
|
|
10
45
|
];
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export function text_select_language(): string;
|
|
2
|
+
export function text_unit_converter(): string;
|
|
3
|
+
export function text_calces_scientific_calculator(): string;
|
|
4
|
+
export function text_calces_documentation(): string;
|
|
5
|
+
export function text_account_settings(): string;
|
|
6
|
+
export function text_logout(): string;
|
|
7
|
+
export function text_currency_converter(): string;
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
/**
|
|
3
|
+
* This file contains language specific message functions for tree-shaking.
|
|
4
|
+
*
|
|
5
|
+
*! WARNING: Only import messages from this file if you want to manually
|
|
6
|
+
*! optimize your bundle. Else, import from the `messages.js` file.
|
|
7
|
+
*
|
|
8
|
+
* Your bundler will (in the future) automatically replace the index function
|
|
9
|
+
* with a language specific message function in the build step.
|
|
10
|
+
*/
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @returns {string}
|
|
16
|
+
*/
|
|
17
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
18
|
+
export const text_select_language = () => `اختر اللغة`
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @returns {string}
|
|
24
|
+
*/
|
|
25
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
26
|
+
export const text_unit_converter = () => `محول الوحدات`
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @returns {string}
|
|
32
|
+
*/
|
|
33
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
34
|
+
export const text_calces_scientific_calculator = () => `الآلة الحاسبة العلمية CalcES`
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @returns {string}
|
|
40
|
+
*/
|
|
41
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
42
|
+
export const text_calces_documentation = () => `وثائق CalcES`
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
/**
|
|
46
|
+
*
|
|
47
|
+
* @returns {string}
|
|
48
|
+
*/
|
|
49
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
50
|
+
export const text_account_settings = () => `إعدادات الحساب`
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @returns {string}
|
|
56
|
+
*/
|
|
57
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
58
|
+
export const text_logout = () => `تسجيل الخروج`
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
*
|
|
63
|
+
* @returns {string}
|
|
64
|
+
*/
|
|
65
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
66
|
+
export const text_currency_converter = () => `محول العملات`
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export function text_select_language(): string;
|
|
2
|
+
export function text_unit_converter(): string;
|
|
3
|
+
export function text_calces_scientific_calculator(): string;
|
|
4
|
+
export function text_calces_documentation(): string;
|
|
5
|
+
export function text_account_settings(): string;
|
|
6
|
+
export function text_logout(): string;
|
|
7
|
+
export function text_currency_converter(): string;
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
/**
|
|
3
|
+
* This file contains language specific message functions for tree-shaking.
|
|
4
|
+
*
|
|
5
|
+
*! WARNING: Only import messages from this file if you want to manually
|
|
6
|
+
*! optimize your bundle. Else, import from the `messages.js` file.
|
|
7
|
+
*
|
|
8
|
+
* Your bundler will (in the future) automatically replace the index function
|
|
9
|
+
* with a language specific message function in the build step.
|
|
10
|
+
*/
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @returns {string}
|
|
16
|
+
*/
|
|
17
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
18
|
+
export const text_select_language = () => `Изберете език`
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @returns {string}
|
|
24
|
+
*/
|
|
25
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
26
|
+
export const text_unit_converter = () => `Конвертор на единици`
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @returns {string}
|
|
32
|
+
*/
|
|
33
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
34
|
+
export const text_calces_scientific_calculator = () => `Научен калкулатор CalcES`
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @returns {string}
|
|
40
|
+
*/
|
|
41
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
42
|
+
export const text_calces_documentation = () => `Документация на CalcES`
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
/**
|
|
46
|
+
*
|
|
47
|
+
* @returns {string}
|
|
48
|
+
*/
|
|
49
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
50
|
+
export const text_account_settings = () => `Настройки на акаунта`
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @returns {string}
|
|
56
|
+
*/
|
|
57
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
58
|
+
export const text_logout = () => `Изход`
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
*
|
|
63
|
+
* @returns {string}
|
|
64
|
+
*/
|
|
65
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
66
|
+
export const text_currency_converter = () => `Конвертор на валута`
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export function text_select_language(): string;
|
|
2
|
+
export function text_unit_converter(): string;
|
|
3
|
+
export function text_calces_scientific_calculator(): string;
|
|
4
|
+
export function text_calces_documentation(): string;
|
|
5
|
+
export function text_account_settings(): string;
|
|
6
|
+
export function text_logout(): string;
|
|
7
|
+
export function text_currency_converter(): string;
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
/**
|
|
3
|
+
* This file contains language specific message functions for tree-shaking.
|
|
4
|
+
*
|
|
5
|
+
*! WARNING: Only import messages from this file if you want to manually
|
|
6
|
+
*! optimize your bundle. Else, import from the `messages.js` file.
|
|
7
|
+
*
|
|
8
|
+
* Your bundler will (in the future) automatically replace the index function
|
|
9
|
+
* with a language specific message function in the build step.
|
|
10
|
+
*/
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @returns {string}
|
|
16
|
+
*/
|
|
17
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
18
|
+
export const text_select_language = () => `ভাষা নির্বাচন করুন`
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @returns {string}
|
|
24
|
+
*/
|
|
25
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
26
|
+
export const text_unit_converter = () => `একক রূপান্তরকারী`
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @returns {string}
|
|
32
|
+
*/
|
|
33
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
34
|
+
export const text_calces_scientific_calculator = () => `CalcES বৈজ্ঞানিক ক্যালকুলেটর`
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @returns {string}
|
|
40
|
+
*/
|
|
41
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
42
|
+
export const text_calces_documentation = () => `CalcES ডকুমেন্টেশন`
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
/**
|
|
46
|
+
*
|
|
47
|
+
* @returns {string}
|
|
48
|
+
*/
|
|
49
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
50
|
+
export const text_account_settings = () => `অ্যাকাউন্ট সেটিংস`
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @returns {string}
|
|
56
|
+
*/
|
|
57
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
58
|
+
export const text_logout = () => `লগ আউট`
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
*
|
|
63
|
+
* @returns {string}
|
|
64
|
+
*/
|
|
65
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
66
|
+
export const text_currency_converter = () => `মুদ্রা রূপান্তরকারী`
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export function text_select_language(): string;
|
|
2
|
+
export function text_unit_converter(): string;
|
|
3
|
+
export function text_calces_scientific_calculator(): string;
|
|
4
|
+
export function text_calces_documentation(): string;
|
|
5
|
+
export function text_account_settings(): string;
|
|
6
|
+
export function text_logout(): string;
|
|
7
|
+
export function text_currency_converter(): string;
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
/**
|
|
3
|
+
* This file contains language specific message functions for tree-shaking.
|
|
4
|
+
*
|
|
5
|
+
*! WARNING: Only import messages from this file if you want to manually
|
|
6
|
+
*! optimize your bundle. Else, import from the `messages.js` file.
|
|
7
|
+
*
|
|
8
|
+
* Your bundler will (in the future) automatically replace the index function
|
|
9
|
+
* with a language specific message function in the build step.
|
|
10
|
+
*/
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @returns {string}
|
|
16
|
+
*/
|
|
17
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
18
|
+
export const text_select_language = () => `Selecciona l'idioma`
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @returns {string}
|
|
24
|
+
*/
|
|
25
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
26
|
+
export const text_unit_converter = () => `Convertidor d'unitats`
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @returns {string}
|
|
32
|
+
*/
|
|
33
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
34
|
+
export const text_calces_scientific_calculator = () => `CalcES Calculadora Científica`
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @returns {string}
|
|
40
|
+
*/
|
|
41
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
42
|
+
export const text_calces_documentation = () => `Documentació de CalcES`
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
/**
|
|
46
|
+
*
|
|
47
|
+
* @returns {string}
|
|
48
|
+
*/
|
|
49
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
50
|
+
export const text_account_settings = () => `Configuració del compte`
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @returns {string}
|
|
56
|
+
*/
|
|
57
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
58
|
+
export const text_logout = () => `Tancar sessió`
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
*
|
|
63
|
+
* @returns {string}
|
|
64
|
+
*/
|
|
65
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
66
|
+
export const text_currency_converter = () => `Convertidor de moneda`
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export function text_select_language(): string;
|
|
2
|
+
export function text_unit_converter(): string;
|
|
3
|
+
export function text_calces_scientific_calculator(): string;
|
|
4
|
+
export function text_calces_documentation(): string;
|
|
5
|
+
export function text_account_settings(): string;
|
|
6
|
+
export function text_logout(): string;
|
|
7
|
+
export function text_currency_converter(): string;
|