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.
Files changed (91) hide show
  1. package/dist/components/command/command.d.ts +5 -10
  2. package/dist/components/command/components/Command.svelte.d.ts +1 -2
  3. package/dist/components/command/components/CommandEmpty.svelte.d.ts +1 -2
  4. package/dist/components/command/components/CommandGroup.svelte.d.ts +1 -2
  5. package/dist/components/command/components/CommandItem.svelte.d.ts +1 -2
  6. package/dist/components/command/components/CommandLoading.svelte.d.ts +1 -7
  7. package/dist/components/command/components/CommandSeparator.svelte.d.ts +1 -2
  8. package/dist/components/dialog/Dialog.d.ts +21 -0
  9. package/dist/components/dialog/Dialog.js +3 -0
  10. package/dist/components/dialog/dialog.scss +4 -0
  11. package/dist/components/dropdown-menu/components/DropdownMenuItem.svelte.d.ts +0 -1
  12. package/dist/components/language-picker-button/LanguagePickerButton.d.ts +1 -0
  13. package/dist/components/language-picker-button/LanguagePickerButton.svelte +18 -55
  14. package/dist/components/language-picker-button/LanguagePickerButton.svelte.d.ts +1 -1
  15. package/dist/i18n/language.d.ts +1 -1
  16. package/dist/i18n/language.js +37 -2
  17. package/dist/paraglide/messages/ar.d.ts +7 -0
  18. package/dist/paraglide/messages/ar.js +66 -0
  19. package/dist/paraglide/messages/bg.d.ts +7 -0
  20. package/dist/paraglide/messages/bg.js +66 -0
  21. package/dist/paraglide/messages/bn.d.ts +7 -0
  22. package/dist/paraglide/messages/bn.js +66 -0
  23. package/dist/paraglide/messages/ca.d.ts +7 -0
  24. package/dist/paraglide/messages/ca.js +66 -0
  25. package/dist/paraglide/messages/cs.d.ts +7 -0
  26. package/dist/paraglide/messages/cs.js +66 -0
  27. package/dist/paraglide/messages/da.d.ts +7 -0
  28. package/dist/paraglide/messages/da.js +66 -0
  29. package/dist/paraglide/messages/el.d.ts +7 -0
  30. package/dist/paraglide/messages/el.js +66 -0
  31. package/dist/paraglide/messages/fi.d.ts +7 -0
  32. package/dist/paraglide/messages/fi.js +66 -0
  33. package/dist/paraglide/messages/he.d.ts +7 -0
  34. package/dist/paraglide/messages/he.js +66 -0
  35. package/dist/paraglide/messages/hi.d.ts +7 -0
  36. package/dist/paraglide/messages/hi.js +66 -0
  37. package/dist/paraglide/messages/hu.d.ts +7 -0
  38. package/dist/paraglide/messages/hu.js +66 -0
  39. package/dist/paraglide/messages/id.d.ts +7 -0
  40. package/dist/paraglide/messages/id.js +66 -0
  41. package/dist/paraglide/messages/ja.d.ts +7 -0
  42. package/dist/paraglide/messages/ja.js +66 -0
  43. package/dist/paraglide/messages/ko.d.ts +7 -0
  44. package/dist/paraglide/messages/ko.js +66 -0
  45. package/dist/paraglide/messages/lt.d.ts +7 -0
  46. package/dist/paraglide/messages/lt.js +66 -0
  47. package/dist/paraglide/messages/lv.d.ts +7 -0
  48. package/dist/paraglide/messages/lv.js +66 -0
  49. package/dist/paraglide/messages/ms.d.ts +7 -0
  50. package/dist/paraglide/messages/ms.js +66 -0
  51. package/dist/paraglide/messages/nl.d.ts +7 -0
  52. package/dist/paraglide/messages/nl.js +66 -0
  53. package/dist/paraglide/messages/no.d.ts +7 -0
  54. package/dist/paraglide/messages/no.js +66 -0
  55. package/dist/paraglide/messages/pl.d.ts +7 -0
  56. package/dist/paraglide/messages/pl.js +66 -0
  57. package/dist/paraglide/messages/ro.d.ts +7 -0
  58. package/dist/paraglide/messages/ro.js +66 -0
  59. package/dist/paraglide/messages/sk.d.ts +7 -0
  60. package/dist/paraglide/messages/sk.js +66 -0
  61. package/dist/paraglide/messages/sl.d.ts +7 -0
  62. package/dist/paraglide/messages/sl.js +66 -0
  63. package/dist/paraglide/messages/sq.d.ts +7 -0
  64. package/dist/paraglide/messages/sq.js +66 -0
  65. package/dist/paraglide/messages/sr.d.ts +7 -0
  66. package/dist/paraglide/messages/sr.js +66 -0
  67. package/dist/paraglide/messages/sv.d.ts +7 -0
  68. package/dist/paraglide/messages/sv.js +66 -0
  69. package/dist/paraglide/messages/sw.d.ts +7 -0
  70. package/dist/paraglide/messages/sw.js +66 -0
  71. package/dist/paraglide/messages/ta.d.ts +7 -0
  72. package/dist/paraglide/messages/ta.js +66 -0
  73. package/dist/paraglide/messages/te.d.ts +7 -0
  74. package/dist/paraglide/messages/te.js +66 -0
  75. package/dist/paraglide/messages/th.d.ts +7 -0
  76. package/dist/paraglide/messages/th.js +66 -0
  77. package/dist/paraglide/messages/tl.d.ts +7 -0
  78. package/dist/paraglide/messages/tl.js +66 -0
  79. package/dist/paraglide/messages/tr.d.ts +7 -0
  80. package/dist/paraglide/messages/tr.js +66 -0
  81. package/dist/paraglide/messages/uk.d.ts +7 -0
  82. package/dist/paraglide/messages/uk.js +66 -0
  83. package/dist/paraglide/messages/zh-CN.d.ts +7 -0
  84. package/dist/paraglide/messages/zh-CN.js +66 -0
  85. package/dist/paraglide/messages/zh-TW.d.ts +7 -0
  86. package/dist/paraglide/messages/zh-TW.js +66 -0
  87. package/dist/paraglide/messages.d.ts +7 -7
  88. package/dist/paraglide/messages.js +296 -16
  89. package/dist/paraglide/runtime.d.ts +1 -1
  90. package/dist/paraglide/runtime.js +1 -1
  91. 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: string;
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: (this: void, run: import("svelte/store").Subscriber<State>, invalidate?: () => void) => import("svelte/store").Unsubscriber;
21
- update: (this: void, updater: import("svelte/store").Updater<State>) => void;
22
- set: (this: void, value: State) => void;
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,3 +1,2 @@
1
- import type { CommandProps } from '../types.js';
2
- declare const Command: import("svelte").Component<CommandProps, {}, "">;
1
+ declare const Command: import("svelte").Component<any, {}, "">;
3
2
  export default Command;
@@ -1,3 +1,2 @@
1
- import type { EmptyProps } from '../types.js';
2
- declare const CommandEmpty: import("svelte").Component<EmptyProps, {}, "">;
1
+ declare const CommandEmpty: import("svelte").Component<any, {}, "">;
3
2
  export default CommandEmpty;
@@ -1,3 +1,2 @@
1
- import type { GroupProps } from '../types.js';
2
- declare const CommandGroup: import("svelte").Component<GroupProps, {}, "">;
1
+ declare const CommandGroup: import("svelte").Component<any, {}, "">;
3
2
  export default CommandGroup;
@@ -1,3 +1,2 @@
1
- import type { ItemProps } from '../types.js';
2
- declare const CommandItem: import("svelte").Component<ItemProps, {}, "">;
1
+ declare const CommandItem: import("svelte").Component<any, {}, "">;
3
2
  export default CommandItem;
@@ -1,8 +1,2 @@
1
- import type { Snippet } from "svelte";
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;
@@ -1,3 +1,2 @@
1
- import type { SeparatorProps } from '../types.js';
2
- declare const CommandSeparator: import("svelte").Component<SeparatorProps, {}, "">;
1
+ declare const CommandSeparator: import("svelte").Component<any, {}, "">;
3
2
  export default CommandSeparator;
@@ -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: {
@@ -25,6 +25,9 @@ export const styles = tv({
25
25
  full: {
26
26
  dialog: ''
27
27
  },
28
+ auto: {
29
+ dialog: ''
30
+ }
28
31
  },
29
32
  padding: {
30
33
  none: {
@@ -44,6 +44,10 @@ dialog {
44
44
  max-width: 100vw;
45
45
  @apply rounded-none;
46
46
  }
47
+ &[size="auto"] {
48
+ width: fit-content;
49
+ max-width: 100vw;
50
+ }
47
51
 
48
52
  }
49
53
 
@@ -1,3 +1,2 @@
1
- import { type DropdownMenuItemProps } from "../DropdownMenu";
2
1
  declare const DropdownMenuItem: import("svelte").Component<DropdownMenuItemProps, {}, "">;
3
2
  export default DropdownMenuItem;
@@ -7,5 +7,6 @@ export interface LanguagePickerButtonProps extends LanguagePickerButtonVariants
7
7
  language?: string;
8
8
  supportLanguages?: string[];
9
9
  basePath?: string;
10
+ open?: boolean;
10
11
  }
11
12
  export {};
@@ -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
- const LANGUAGE_LIST = [
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={() => {openDialog = true}}
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={openDialog} class="text-neutral-token-13" size="xs" staticRender>
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 mx-auto gap-2">
99
- {#each LANGUAGE_LIST as lang}
100
- <button class="w-full flex gap-1 items-center justify-between text-start px-1 py-1 pe-2 rounded-full bg-neutral-token-3"
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
- openDialog = false
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;
@@ -1,2 +1,2 @@
1
- export type AvailableLanguageTag = "de" | "en" | "es" | "fr" | "pt" | "vi" | "ru" | "it";
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[];
@@ -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
- "vi",
28
+ "ro",
8
29
  "ru",
9
- "it",
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;