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
@@ -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 = () => `Izberite jezik`
19
+
20
+
21
+ /**
22
+ *
23
+ * @returns {string}
24
+ */
25
+ /* @__NO_SIDE_EFFECTS__ */
26
+ export const text_unit_converter = () => `Pretvornik enot`
27
+
28
+
29
+ /**
30
+ *
31
+ * @returns {string}
32
+ */
33
+ /* @__NO_SIDE_EFFECTS__ */
34
+ export const text_calces_scientific_calculator = () => `Znanstveni kalkulator CalcES`
35
+
36
+
37
+ /**
38
+ *
39
+ * @returns {string}
40
+ */
41
+ /* @__NO_SIDE_EFFECTS__ */
42
+ export const text_calces_documentation = () => `Dokumentacija CalcES`
43
+
44
+
45
+ /**
46
+ *
47
+ * @returns {string}
48
+ */
49
+ /* @__NO_SIDE_EFFECTS__ */
50
+ export const text_account_settings = () => `Nastavitve računa`
51
+
52
+
53
+ /**
54
+ *
55
+ * @returns {string}
56
+ */
57
+ /* @__NO_SIDE_EFFECTS__ */
58
+ export const text_logout = () => `Odjava`
59
+
60
+
61
+ /**
62
+ *
63
+ * @returns {string}
64
+ */
65
+ /* @__NO_SIDE_EFFECTS__ */
66
+ export const text_currency_converter = () => `Pretvornik valut`
@@ -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 = () => `Zgjidhni gjuhën`
19
+
20
+
21
+ /**
22
+ *
23
+ * @returns {string}
24
+ */
25
+ /* @__NO_SIDE_EFFECTS__ */
26
+ export const text_unit_converter = () => `Konvertues Njësish`
27
+
28
+
29
+ /**
30
+ *
31
+ * @returns {string}
32
+ */
33
+ /* @__NO_SIDE_EFFECTS__ */
34
+ export const text_calces_scientific_calculator = () => `Kalkulatori Shkencor CalcES`
35
+
36
+
37
+ /**
38
+ *
39
+ * @returns {string}
40
+ */
41
+ /* @__NO_SIDE_EFFECTS__ */
42
+ export const text_calces_documentation = () => `Dokumentimi i CalcES`
43
+
44
+
45
+ /**
46
+ *
47
+ * @returns {string}
48
+ */
49
+ /* @__NO_SIDE_EFFECTS__ */
50
+ export const text_account_settings = () => `Cilësimet e Llogarisë`
51
+
52
+
53
+ /**
54
+ *
55
+ * @returns {string}
56
+ */
57
+ /* @__NO_SIDE_EFFECTS__ */
58
+ export const text_logout = () => `Dilni`
59
+
60
+
61
+ /**
62
+ *
63
+ * @returns {string}
64
+ */
65
+ /* @__NO_SIDE_EFFECTS__ */
66
+ export const text_currency_converter = () => `Konvertues Valutash`
@@ -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 = () => `Izaberite jezik`
19
+
20
+
21
+ /**
22
+ *
23
+ * @returns {string}
24
+ */
25
+ /* @__NO_SIDE_EFFECTS__ */
26
+ export const text_unit_converter = () => `Pretvarač jedinica`
27
+
28
+
29
+ /**
30
+ *
31
+ * @returns {string}
32
+ */
33
+ /* @__NO_SIDE_EFFECTS__ */
34
+ export const text_calces_scientific_calculator = () => `CalcES Naučni Kalkulator`
35
+
36
+
37
+ /**
38
+ *
39
+ * @returns {string}
40
+ */
41
+ /* @__NO_SIDE_EFFECTS__ */
42
+ export const text_calces_documentation = () => `CalcES Dokumentacija`
43
+
44
+
45
+ /**
46
+ *
47
+ * @returns {string}
48
+ */
49
+ /* @__NO_SIDE_EFFECTS__ */
50
+ export const text_account_settings = () => `Podešavanja naloga`
51
+
52
+
53
+ /**
54
+ *
55
+ * @returns {string}
56
+ */
57
+ /* @__NO_SIDE_EFFECTS__ */
58
+ export const text_logout = () => `Odjavi se`
59
+
60
+
61
+ /**
62
+ *
63
+ * @returns {string}
64
+ */
65
+ /* @__NO_SIDE_EFFECTS__ */
66
+ export const text_currency_converter = () => `Konverter valuta`
@@ -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 = () => `Välj språk`
19
+
20
+
21
+ /**
22
+ *
23
+ * @returns {string}
24
+ */
25
+ /* @__NO_SIDE_EFFECTS__ */
26
+ export const text_unit_converter = () => `Enhetsomvandlare`
27
+
28
+
29
+ /**
30
+ *
31
+ * @returns {string}
32
+ */
33
+ /* @__NO_SIDE_EFFECTS__ */
34
+ export const text_calces_scientific_calculator = () => `CalcES Vetenskaplig Kalkylator`
35
+
36
+
37
+ /**
38
+ *
39
+ * @returns {string}
40
+ */
41
+ /* @__NO_SIDE_EFFECTS__ */
42
+ export const text_calces_documentation = () => `CalcES Dokumentation`
43
+
44
+
45
+ /**
46
+ *
47
+ * @returns {string}
48
+ */
49
+ /* @__NO_SIDE_EFFECTS__ */
50
+ export const text_account_settings = () => `Kontoinställningar`
51
+
52
+
53
+ /**
54
+ *
55
+ * @returns {string}
56
+ */
57
+ /* @__NO_SIDE_EFFECTS__ */
58
+ export const text_logout = () => `Logga ut`
59
+
60
+
61
+ /**
62
+ *
63
+ * @returns {string}
64
+ */
65
+ /* @__NO_SIDE_EFFECTS__ */
66
+ export const text_currency_converter = () => `Valutaomvandlare`
@@ -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 = () => `Chagua lugha`
19
+
20
+
21
+ /**
22
+ *
23
+ * @returns {string}
24
+ */
25
+ /* @__NO_SIDE_EFFECTS__ */
26
+ export const text_unit_converter = () => `Kigeuzi cha Viwango`
27
+
28
+
29
+ /**
30
+ *
31
+ * @returns {string}
32
+ */
33
+ /* @__NO_SIDE_EFFECTS__ */
34
+ export const text_calces_scientific_calculator = () => `Kikokotozi cha Kisayansi cha CalcES`
35
+
36
+
37
+ /**
38
+ *
39
+ * @returns {string}
40
+ */
41
+ /* @__NO_SIDE_EFFECTS__ */
42
+ export const text_calces_documentation = () => `Nyaraka za CalcES`
43
+
44
+
45
+ /**
46
+ *
47
+ * @returns {string}
48
+ */
49
+ /* @__NO_SIDE_EFFECTS__ */
50
+ export const text_account_settings = () => `Mipangilio ya Akaunti`
51
+
52
+
53
+ /**
54
+ *
55
+ * @returns {string}
56
+ */
57
+ /* @__NO_SIDE_EFFECTS__ */
58
+ export const text_logout = () => `Toka`
59
+
60
+
61
+ /**
62
+ *
63
+ * @returns {string}
64
+ */
65
+ /* @__NO_SIDE_EFFECTS__ */
66
+ export const text_currency_converter = () => `Kigeuzi cha Fedha`
@@ -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 = () => `Piliin ang wika`
19
+
20
+
21
+ /**
22
+ *
23
+ * @returns {string}
24
+ */
25
+ /* @__NO_SIDE_EFFECTS__ */
26
+ export const text_unit_converter = () => `Tagapagpalit ng Yunit`
27
+
28
+
29
+ /**
30
+ *
31
+ * @returns {string}
32
+ */
33
+ /* @__NO_SIDE_EFFECTS__ */
34
+ export const text_calces_scientific_calculator = () => `CalcES Siyentipikong Kalkulador`
35
+
36
+
37
+ /**
38
+ *
39
+ * @returns {string}
40
+ */
41
+ /* @__NO_SIDE_EFFECTS__ */
42
+ export const text_calces_documentation = () => `Dokumentasyon ng CalcES`
43
+
44
+
45
+ /**
46
+ *
47
+ * @returns {string}
48
+ */
49
+ /* @__NO_SIDE_EFFECTS__ */
50
+ export const text_account_settings = () => `Mga Setting ng Account`
51
+
52
+
53
+ /**
54
+ *
55
+ * @returns {string}
56
+ */
57
+ /* @__NO_SIDE_EFFECTS__ */
58
+ export const text_logout = () => `Mag-logout`
59
+
60
+
61
+ /**
62
+ *
63
+ * @returns {string}
64
+ */
65
+ /* @__NO_SIDE_EFFECTS__ */
66
+ export const text_currency_converter = () => `Tagapagpalit ng Salapi`
@@ -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;