@uzum-tech/ui 1.12.2 → 1.12.5

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 (231) hide show
  1. package/README.md +1 -1
  2. package/dist/index.js +1196 -13136
  3. package/dist/index.prod.js +4 -4
  4. package/es/_utils/composable/composables.js +2 -1
  5. package/es/chat/index.d.ts +1 -1
  6. package/es/chat/src/ChatParts/ChatAttachment.d.ts +1 -1
  7. package/es/chat/src/ChatParts/ChatAttachment.js +4 -4
  8. package/es/chat/src/ChatParts/MainArea.js +11 -1
  9. package/es/chat/src/interface.d.ts +9 -1
  10. package/es/chat/src/interface.js +7 -0
  11. package/es/header/src/Header.d.ts +3 -1
  12. package/es/header/src/Header.js +16 -4
  13. package/es/header/src/HeaderNavigation.d.ts +1601 -4
  14. package/es/header/src/HeaderNavigation.js +191 -31
  15. package/es/header/src/styles/index.cssr.js +47 -10
  16. package/es/locales/index.d.ts +0 -46
  17. package/es/locales/index.js +0 -46
  18. package/es/menu/src/utils.js +3 -1
  19. package/es/message/src/use-message.js +1 -1
  20. package/es/slider/src/Slider.js +0 -1
  21. package/es/tabs/src/Tabs.js +2 -2
  22. package/es/upload/src/interface.d.ts +3 -2
  23. package/es/version.d.ts +1 -1
  24. package/es/version.js +1 -1
  25. package/lib/_utils/composable/composables.js +2 -1
  26. package/lib/chat/index.d.ts +1 -1
  27. package/lib/chat/src/ChatParts/ChatAttachment.d.ts +1 -1
  28. package/lib/chat/src/ChatParts/ChatAttachment.js +3 -3
  29. package/lib/chat/src/ChatParts/MainArea.js +11 -1
  30. package/lib/chat/src/interface.d.ts +9 -1
  31. package/lib/chat/src/interface.js +8 -1
  32. package/lib/header/src/Header.d.ts +3 -1
  33. package/lib/header/src/Header.js +16 -4
  34. package/lib/header/src/HeaderNavigation.d.ts +1601 -4
  35. package/lib/header/src/HeaderNavigation.js +189 -29
  36. package/lib/header/src/styles/index.cssr.js +47 -10
  37. package/lib/locales/index.d.ts +0 -46
  38. package/lib/locales/index.js +1 -94
  39. package/lib/menu/src/utils.js +3 -1
  40. package/lib/message/src/use-message.js +1 -1
  41. package/lib/slider/src/Slider.js +0 -1
  42. package/lib/tabs/src/Tabs.js +2 -2
  43. package/lib/upload/src/interface.d.ts +3 -2
  44. package/lib/version.d.ts +1 -1
  45. package/lib/version.js +1 -1
  46. package/package.json +1 -1
  47. package/web-types.json +2752 -2752
  48. package/es/locales/common/arDZ.d.ts +0 -3
  49. package/es/locales/common/arDZ.js +0 -147
  50. package/es/locales/common/deDE.d.ts +0 -3
  51. package/es/locales/common/deDE.js +0 -147
  52. package/es/locales/common/enGB.d.ts +0 -3
  53. package/es/locales/common/enGB.js +0 -148
  54. package/es/locales/common/eo.d.ts +0 -3
  55. package/es/locales/common/eo.js +0 -149
  56. package/es/locales/common/esAR.d.ts +0 -3
  57. package/es/locales/common/esAR.js +0 -151
  58. package/es/locales/common/faIR.d.ts +0 -3
  59. package/es/locales/common/faIR.js +0 -147
  60. package/es/locales/common/frFR.d.ts +0 -3
  61. package/es/locales/common/frFR.js +0 -147
  62. package/es/locales/common/idID.d.ts +0 -3
  63. package/es/locales/common/idID.js +0 -151
  64. package/es/locales/common/itIT.d.ts +0 -3
  65. package/es/locales/common/itIT.js +0 -150
  66. package/es/locales/common/jaJP.d.ts +0 -3
  67. package/es/locales/common/jaJP.js +0 -150
  68. package/es/locales/common/koKR.d.ts +0 -3
  69. package/es/locales/common/koKR.js +0 -150
  70. package/es/locales/common/nbNO.d.ts +0 -3
  71. package/es/locales/common/nbNO.js +0 -151
  72. package/es/locales/common/nlNL.d.ts +0 -3
  73. package/es/locales/common/nlNL.js +0 -149
  74. package/es/locales/common/plPL.d.ts +0 -3
  75. package/es/locales/common/plPL.js +0 -150
  76. package/es/locales/common/ptBR.d.ts +0 -3
  77. package/es/locales/common/ptBR.js +0 -147
  78. package/es/locales/common/skSK.d.ts +0 -3
  79. package/es/locales/common/skSK.js +0 -151
  80. package/es/locales/common/svSE.d.ts +0 -3
  81. package/es/locales/common/svSE.js +0 -147
  82. package/es/locales/common/thTH.d.ts +0 -3
  83. package/es/locales/common/thTH.js +0 -151
  84. package/es/locales/common/trTR.d.ts +0 -3
  85. package/es/locales/common/trTR.js +0 -148
  86. package/es/locales/common/ukUA.d.ts +0 -3
  87. package/es/locales/common/ukUA.js +0 -148
  88. package/es/locales/common/viVN.d.ts +0 -3
  89. package/es/locales/common/viVN.js +0 -147
  90. package/es/locales/common/zhCN.d.ts +0 -3
  91. package/es/locales/common/zhCN.js +0 -147
  92. package/es/locales/common/zhTW.d.ts +0 -3
  93. package/es/locales/common/zhTW.js +0 -147
  94. package/es/locales/date/arDZ.d.ts +0 -3
  95. package/es/locales/date/arDZ.js +0 -6
  96. package/es/locales/date/deDE.d.ts +0 -3
  97. package/es/locales/date/deDE.js +0 -6
  98. package/es/locales/date/enGB.d.ts +0 -3
  99. package/es/locales/date/enGB.js +0 -6
  100. package/es/locales/date/eo.d.ts +0 -3
  101. package/es/locales/date/eo.js +0 -6
  102. package/es/locales/date/esAR.d.ts +0 -3
  103. package/es/locales/date/esAR.js +0 -6
  104. package/es/locales/date/faIR.d.ts +0 -3
  105. package/es/locales/date/faIR.js +0 -6
  106. package/es/locales/date/frFR.d.ts +0 -3
  107. package/es/locales/date/frFR.js +0 -6
  108. package/es/locales/date/idID.d.ts +0 -3
  109. package/es/locales/date/idID.js +0 -6
  110. package/es/locales/date/itIT.d.ts +0 -3
  111. package/es/locales/date/itIT.js +0 -6
  112. package/es/locales/date/jaJP.d.ts +0 -3
  113. package/es/locales/date/jaJP.js +0 -6
  114. package/es/locales/date/koKR.d.ts +0 -3
  115. package/es/locales/date/koKR.js +0 -6
  116. package/es/locales/date/nbNO.d.ts +0 -3
  117. package/es/locales/date/nbNO.js +0 -6
  118. package/es/locales/date/nlNL.d.ts +0 -3
  119. package/es/locales/date/nlNL.js +0 -6
  120. package/es/locales/date/plPL.d.ts +0 -3
  121. package/es/locales/date/plPL.js +0 -6
  122. package/es/locales/date/ptBR.d.ts +0 -3
  123. package/es/locales/date/ptBR.js +0 -6
  124. package/es/locales/date/skSK.d.ts +0 -3
  125. package/es/locales/date/skSK.js +0 -6
  126. package/es/locales/date/svSE.d.ts +0 -3
  127. package/es/locales/date/svSE.js +0 -6
  128. package/es/locales/date/thTH.d.ts +0 -3
  129. package/es/locales/date/thTH.js +0 -6
  130. package/es/locales/date/trTR.d.ts +0 -3
  131. package/es/locales/date/trTR.js +0 -6
  132. package/es/locales/date/ukUA.d.ts +0 -3
  133. package/es/locales/date/ukUA.js +0 -6
  134. package/es/locales/date/viVN.d.ts +0 -3
  135. package/es/locales/date/viVN.js +0 -6
  136. package/es/locales/date/zhCN.d.ts +0 -3
  137. package/es/locales/date/zhCN.js +0 -6
  138. package/es/locales/date/zhTW.d.ts +0 -3
  139. package/es/locales/date/zhTW.js +0 -6
  140. package/lib/locales/common/arDZ.d.ts +0 -3
  141. package/lib/locales/common/arDZ.js +0 -149
  142. package/lib/locales/common/deDE.d.ts +0 -3
  143. package/lib/locales/common/deDE.js +0 -149
  144. package/lib/locales/common/enGB.d.ts +0 -3
  145. package/lib/locales/common/enGB.js +0 -150
  146. package/lib/locales/common/eo.d.ts +0 -3
  147. package/lib/locales/common/eo.js +0 -151
  148. package/lib/locales/common/esAR.d.ts +0 -3
  149. package/lib/locales/common/esAR.js +0 -153
  150. package/lib/locales/common/faIR.d.ts +0 -3
  151. package/lib/locales/common/faIR.js +0 -149
  152. package/lib/locales/common/frFR.d.ts +0 -3
  153. package/lib/locales/common/frFR.js +0 -149
  154. package/lib/locales/common/idID.d.ts +0 -3
  155. package/lib/locales/common/idID.js +0 -153
  156. package/lib/locales/common/itIT.d.ts +0 -3
  157. package/lib/locales/common/itIT.js +0 -152
  158. package/lib/locales/common/jaJP.d.ts +0 -3
  159. package/lib/locales/common/jaJP.js +0 -152
  160. package/lib/locales/common/koKR.d.ts +0 -3
  161. package/lib/locales/common/koKR.js +0 -152
  162. package/lib/locales/common/nbNO.d.ts +0 -3
  163. package/lib/locales/common/nbNO.js +0 -153
  164. package/lib/locales/common/nlNL.d.ts +0 -3
  165. package/lib/locales/common/nlNL.js +0 -151
  166. package/lib/locales/common/plPL.d.ts +0 -3
  167. package/lib/locales/common/plPL.js +0 -152
  168. package/lib/locales/common/ptBR.d.ts +0 -3
  169. package/lib/locales/common/ptBR.js +0 -149
  170. package/lib/locales/common/skSK.d.ts +0 -3
  171. package/lib/locales/common/skSK.js +0 -153
  172. package/lib/locales/common/svSE.d.ts +0 -3
  173. package/lib/locales/common/svSE.js +0 -149
  174. package/lib/locales/common/thTH.d.ts +0 -3
  175. package/lib/locales/common/thTH.js +0 -153
  176. package/lib/locales/common/trTR.d.ts +0 -3
  177. package/lib/locales/common/trTR.js +0 -150
  178. package/lib/locales/common/ukUA.d.ts +0 -3
  179. package/lib/locales/common/ukUA.js +0 -150
  180. package/lib/locales/common/viVN.d.ts +0 -3
  181. package/lib/locales/common/viVN.js +0 -149
  182. package/lib/locales/common/zhCN.d.ts +0 -3
  183. package/lib/locales/common/zhCN.js +0 -149
  184. package/lib/locales/common/zhTW.d.ts +0 -3
  185. package/lib/locales/common/zhTW.js +0 -149
  186. package/lib/locales/date/arDZ.d.ts +0 -3
  187. package/lib/locales/date/arDZ.js +0 -11
  188. package/lib/locales/date/deDE.d.ts +0 -3
  189. package/lib/locales/date/deDE.js +0 -11
  190. package/lib/locales/date/enGB.d.ts +0 -3
  191. package/lib/locales/date/enGB.js +0 -11
  192. package/lib/locales/date/eo.d.ts +0 -3
  193. package/lib/locales/date/eo.js +0 -11
  194. package/lib/locales/date/esAR.d.ts +0 -3
  195. package/lib/locales/date/esAR.js +0 -11
  196. package/lib/locales/date/faIR.d.ts +0 -3
  197. package/lib/locales/date/faIR.js +0 -11
  198. package/lib/locales/date/frFR.d.ts +0 -3
  199. package/lib/locales/date/frFR.js +0 -11
  200. package/lib/locales/date/idID.d.ts +0 -3
  201. package/lib/locales/date/idID.js +0 -11
  202. package/lib/locales/date/itIT.d.ts +0 -3
  203. package/lib/locales/date/itIT.js +0 -11
  204. package/lib/locales/date/jaJP.d.ts +0 -3
  205. package/lib/locales/date/jaJP.js +0 -11
  206. package/lib/locales/date/koKR.d.ts +0 -3
  207. package/lib/locales/date/koKR.js +0 -11
  208. package/lib/locales/date/nbNO.d.ts +0 -3
  209. package/lib/locales/date/nbNO.js +0 -11
  210. package/lib/locales/date/nlNL.d.ts +0 -3
  211. package/lib/locales/date/nlNL.js +0 -11
  212. package/lib/locales/date/plPL.d.ts +0 -3
  213. package/lib/locales/date/plPL.js +0 -11
  214. package/lib/locales/date/ptBR.d.ts +0 -3
  215. package/lib/locales/date/ptBR.js +0 -11
  216. package/lib/locales/date/skSK.d.ts +0 -3
  217. package/lib/locales/date/skSK.js +0 -11
  218. package/lib/locales/date/svSE.d.ts +0 -3
  219. package/lib/locales/date/svSE.js +0 -11
  220. package/lib/locales/date/thTH.d.ts +0 -3
  221. package/lib/locales/date/thTH.js +0 -11
  222. package/lib/locales/date/trTR.d.ts +0 -3
  223. package/lib/locales/date/trTR.js +0 -11
  224. package/lib/locales/date/ukUA.d.ts +0 -3
  225. package/lib/locales/date/ukUA.js +0 -11
  226. package/lib/locales/date/viVN.d.ts +0 -3
  227. package/lib/locales/date/viVN.js +0 -11
  228. package/lib/locales/date/zhCN.d.ts +0 -3
  229. package/lib/locales/date/zhCN.js +0 -11
  230. package/lib/locales/date/zhTW.d.ts +0 -3
  231. package/lib/locales/date/zhTW.js +0 -11
@@ -1,153 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const skSK = {
4
- name: 'sk-SK',
5
- global: {
6
- undo: 'Späť',
7
- redo: 'Obnoviť',
8
- confirm: 'Potvrdiť',
9
- clear: 'Vyčistiť'
10
- },
11
- Popconfirm: {
12
- positiveText: 'Potvrdiť',
13
- negativeText: 'Zrušiť'
14
- },
15
- Cascader: {
16
- placeholder: 'Prosím vyberte',
17
- loading: 'Načítavanie',
18
- loadingRequiredMessage: (label) => `Prosím načítajte všetkých ${label} potomkov pred kontrolou.`
19
- },
20
- Time: {
21
- dateFormat: 'd-M-yyyy',
22
- dateTimeFormat: 'd-M-yyyy HH:mm:ss'
23
- },
24
- DatePicker: {
25
- yearFormat: 'yyyy',
26
- monthFormat: 'MMM',
27
- dayFormat: 'EEEE',
28
- yearTypeFormat: 'yyyy',
29
- monthTypeFormat: 'MMM-yyyy',
30
- dateFormat: 'd-M-yyyy',
31
- dateTimeFormat: 'd-M-yyyy HH:mm:ss',
32
- quarterFormat: 'qqq-yyyy',
33
- clear: 'Vyčistiť',
34
- now: 'Teraz',
35
- confirm: 'Potvrdiť',
36
- selectTime: 'Vybrať čas',
37
- selectDate: 'Vybrať dátum',
38
- datePlaceholder: 'Vyberte čas',
39
- datetimePlaceholder: 'Vyberte dátum a čas',
40
- monthPlaceholder: 'Vyberte mesiac',
41
- yearPlaceholder: 'Vyberte rok',
42
- quarterPlaceholder: 'Vyberte štvrťrok',
43
- startDatePlaceholder: 'Dátum začiatku',
44
- endDatePlaceholder: 'Dátum ukončenia',
45
- startDatetimePlaceholder: 'Dátum a čas začiatku',
46
- endDatetimePlaceholder: 'Dátum a čas ukončenia ',
47
- // FIXME: translation needed
48
- startMonthPlaceholder: 'Start Month',
49
- endMonthPlaceholder: 'End Month',
50
- monthBeforeYear: true,
51
- firstDayOfWeek: 6,
52
- today: 'Dnes'
53
- },
54
- DataTable: {
55
- checkTableAll: 'Vybrať všetko v tabuľke',
56
- uncheckTableAll: 'Zrušiť výber všetkého v tabuľke ',
57
- confirm: 'Potvrdiť',
58
- clear: 'Vyčistiť'
59
- },
60
- LegacyTransfer: {
61
- sourceTitle: 'Zdroj',
62
- targetTitle: 'Cieľ'
63
- },
64
- // TODO: translation
65
- Transfer: {
66
- selectAll: 'Select all',
67
- unselectAll: 'Unselect all',
68
- clearAll: 'Clear',
69
- total: (num) => `Total ${num} items`,
70
- selected: (num) => `${num} items selected`
71
- },
72
- Empty: {
73
- title: 'Нет совпадений',
74
- description: 'Попробуйте изменить поисковый запрос'
75
- },
76
- Select: {
77
- placeholder: 'Prosím vyberte'
78
- },
79
- TimePicker: {
80
- placeholder: 'Vybrať čas',
81
- positiveText: 'OK',
82
- negativeText: 'Zrušiť',
83
- now: 'Teraz'
84
- },
85
- Pagination: {
86
- goto: 'Ísť',
87
- selectionSuffix: 'Strana'
88
- },
89
- DynamicTags: {
90
- add: 'Pridať'
91
- },
92
- Log: {
93
- loading: 'Načítavanie'
94
- },
95
- Input: {
96
- placeholder: 'Zadajte',
97
- copied: 'Skopírované'
98
- },
99
- InputNumber: {
100
- placeholder: 'Zadajte'
101
- },
102
- DynamicInput: {
103
- create: 'Vytvoriť'
104
- },
105
- ThemeEditor: {
106
- title: 'Editor tém',
107
- clearAllVars: 'Vymazať všetky premenné',
108
- clearSearch: 'Vymazať vyhľadávanie',
109
- filterCompName: 'Názov komponentu filtra',
110
- filterVarName: 'Názov premennej filtra',
111
- import: 'Importovať',
112
- export: 'Exportovať',
113
- restore: 'Obnoviť pôvodné nastavenia'
114
- },
115
- // TODO: translation
116
- Image: {
117
- tipPrevious: 'Predchádzajúci obrázok (←)',
118
- tipNext: 'Ďalší obrázok (→)',
119
- tipCounterclockwise: 'Proti smeru hodinových ručičiek',
120
- tipClockwise: 'V smere hodinových ručičiek',
121
- tipZoomOut: 'Oddialiť',
122
- tipZoomIn: 'Priblížiť',
123
- tipDownload: 'Sťahovať',
124
- tipClose: 'Zavrieť (Esc)',
125
- // TODO: translation
126
- tipOriginalSize: 'Zoom to original size'
127
- },
128
- Upload: {
129
- title: 'Select file or drag it here',
130
- subtitle: 'PDF, PNG, JPEG no more than 100 MB',
131
- uploading: 'Uploading'
132
- },
133
- Chat: {
134
- inputPlaceholder: 'Type a message...',
135
- typingText: 'Typing...',
136
- retryText: 'Resend',
137
- closeButtonText: 'Close chat',
138
- shareButtonTooltip: 'Share chat',
139
- profileButtonTooltip: 'View profile',
140
- unreadNotificationText: 'new messages',
141
- editText: 'Edit',
142
- copyText: 'Copy',
143
- deleteText: 'Delete',
144
- editingTitle: 'Editing'
145
- },
146
- Header: {
147
- desktopSearchTitle: 'Search',
148
- searchPlaceholder: 'Search the site',
149
- primaryActionText: 'Become a client',
150
- secondaryActionText: 'Go to the application'
151
- }
152
- };
153
- exports.default = skSK;
@@ -1,3 +0,0 @@
1
- import type { ULocale } from './enUS';
2
- declare const svSE: ULocale;
3
- export default svSE;
@@ -1,149 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const svSE = {
4
- name: 'sv-SE',
5
- global: {
6
- undo: 'Ångra',
7
- redo: 'Gör om',
8
- confirm: 'Bekräfta',
9
- clear: 'Rensa'
10
- },
11
- Popconfirm: {
12
- positiveText: 'Bekräfta',
13
- negativeText: 'Avbryt'
14
- },
15
- Cascader: {
16
- placeholder: 'Vänligen välj',
17
- loading: 'Laddar',
18
- loadingRequiredMessage: (label) => `Vänligen ladda alla underpunkter till ${label} innan du väljer punkten.`
19
- },
20
- Time: {
21
- dateFormat: 'yyyy-MM-dd',
22
- dateTimeFormat: 'yyyy-MM-dd HH:mm:ss'
23
- },
24
- DatePicker: {
25
- yearFormat: 'yyyy',
26
- monthFormat: 'MMM',
27
- dayFormat: 'eeeeee',
28
- yearTypeFormat: 'yyyy',
29
- monthTypeFormat: 'yyyy-MM',
30
- dateFormat: 'yyyy-MM-dd',
31
- dateTimeFormat: 'yyyy-MM-dd HH:mm:ss',
32
- quarterFormat: 'yyyy-qqq',
33
- clear: 'Rensa',
34
- now: 'Nu',
35
- confirm: 'Bekräfta',
36
- selectTime: 'Välj tid',
37
- selectDate: 'Välj datum',
38
- datePlaceholder: 'Välj datum',
39
- datetimePlaceholder: 'Välj datum och tid',
40
- monthPlaceholder: 'Välj månad',
41
- yearPlaceholder: 'Välj år',
42
- quarterPlaceholder: 'Välj kvartal',
43
- startDatePlaceholder: 'Startdatum',
44
- endDatePlaceholder: 'Slutdatum',
45
- startDatetimePlaceholder: 'Startdatum och -tid',
46
- endDatetimePlaceholder: 'Slutdatum och -tid',
47
- startMonthPlaceholder: 'Startmånad',
48
- endMonthPlaceholder: 'Slutmånad',
49
- monthBeforeYear: true,
50
- firstDayOfWeek: 0,
51
- today: 'I dag'
52
- },
53
- DataTable: {
54
- checkTableAll: 'Välj allt',
55
- uncheckTableAll: 'Välj inget',
56
- confirm: 'Bekräfta',
57
- clear: 'Rensa'
58
- },
59
- LegacyTransfer: {
60
- sourceTitle: 'Källa',
61
- targetTitle: 'Mål'
62
- },
63
- Transfer: {
64
- selectAll: 'Välj allt',
65
- unselectAll: 'Välj inget',
66
- clearAll: 'Rensa',
67
- total: (num) => `Totalt ${num} rader`,
68
- selected: (num) => `${num} rader valda`
69
- },
70
- Empty: {
71
- title: 'Нет совпадений',
72
- description: 'Попробуйте изменить поисковый запрос'
73
- },
74
- Select: {
75
- placeholder: 'Vänligen välj'
76
- },
77
- TimePicker: {
78
- placeholder: 'Välj tid',
79
- positiveText: 'OK',
80
- negativeText: 'Avbryt',
81
- now: 'Nu'
82
- },
83
- Pagination: {
84
- goto: 'Gå till',
85
- selectionSuffix: 'sida'
86
- },
87
- DynamicTags: {
88
- add: 'Lägg till'
89
- },
90
- Log: {
91
- loading: 'Laddar'
92
- },
93
- Input: {
94
- placeholder: 'Vänligen fyll i',
95
- copied: 'Kopierat'
96
- },
97
- InputNumber: {
98
- placeholder: 'Vänligen fyll i'
99
- },
100
- DynamicInput: {
101
- create: 'Skapa'
102
- },
103
- ThemeEditor: {
104
- title: 'Temaverktyg',
105
- clearAllVars: 'Nollställ alla variabler',
106
- clearSearch: 'Rensa sökning',
107
- filterCompName: 'Filtrera efter komponentnamn',
108
- filterVarName: 'Filtrera efter variabelnamn',
109
- import: 'Importera',
110
- export: 'Exportera',
111
- restore: 'Nollställ till ursprungsval'
112
- },
113
- Image: {
114
- tipPrevious: 'Förgående bild (←)',
115
- tipNext: 'Nästa bild (→)',
116
- tipCounterclockwise: 'Moturs',
117
- tipClockwise: 'Medurs',
118
- tipZoomOut: 'Zooma in',
119
- tipZoomIn: 'Zooma ut',
120
- tipDownload: 'Ladda ned',
121
- tipClose: 'Stäng (Esc)',
122
- tipOriginalSize: 'Zooma till ursprunglig storlek'
123
- },
124
- Upload: {
125
- title: 'Select file or drag it here',
126
- subtitle: 'PDF, PNG, JPEG no more than 100 MB',
127
- uploading: 'Uploading'
128
- },
129
- Chat: {
130
- inputPlaceholder: 'Type a message...',
131
- typingText: 'Typing...',
132
- retryText: 'Resend',
133
- closeButtonText: 'Close chat',
134
- shareButtonTooltip: 'Share chat',
135
- profileButtonTooltip: 'View profile',
136
- unreadNotificationText: 'new messages',
137
- editText: 'Edit',
138
- copyText: 'Copy',
139
- deleteText: 'Delete',
140
- editingTitle: 'Editing'
141
- },
142
- Header: {
143
- desktopSearchTitle: 'Search',
144
- searchPlaceholder: 'Search the site',
145
- primaryActionText: 'Become a client',
146
- secondaryActionText: 'Go to the application'
147
- }
148
- };
149
- exports.default = svSE;
@@ -1,3 +0,0 @@
1
- import type { ULocale } from './enUS';
2
- declare const thTH: ULocale;
3
- export default thTH;
@@ -1,153 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const thTH = {
4
- name: 'thTH',
5
- global: {
6
- undo: 'เลิกทำ',
7
- redo: 'ทำซ้ำ',
8
- confirm: 'ยืนยัน',
9
- clear: 'ล้าง'
10
- },
11
- Popconfirm: {
12
- positiveText: 'ยืนยัน',
13
- negativeText: 'ยกเลิก'
14
- },
15
- Cascader: {
16
- placeholder: 'กรุณาเลือก',
17
- loading: 'กำลังโหลด',
18
- loadingRequiredMessage: (label) => `Please load all ${label}'s descendants before checking it.`
19
- },
20
- Time: {
21
- dateFormat: 'dd-MMMM-yyyy',
22
- dateTimeFormat: 'dd-MMMM-yyyy HH:mm:ss'
23
- },
24
- DatePicker: {
25
- yearFormat: 'yyyy',
26
- monthFormat: 'MMM',
27
- dayFormat: 'eeeeee',
28
- yearTypeFormat: 'yyyy',
29
- monthTypeFormat: 'yyyy-MM',
30
- dateFormat: 'dd/MMMM/yyyy',
31
- dateTimeFormat: 'dd/MMMM/yyyy HH:mm:ss',
32
- quarterFormat: 'yyyy-qqq',
33
- clear: 'ล้าง',
34
- now: 'วันนี้',
35
- confirm: 'ยืนยัน',
36
- selectTime: 'เวลา',
37
- selectDate: 'วันที่',
38
- datePlaceholder: 'วันที่',
39
- datetimePlaceholder: 'เวลา-วันที่',
40
- monthPlaceholder: 'เดือน',
41
- yearPlaceholder: 'ปี',
42
- quarterPlaceholder: 'ไตรมาส',
43
- startDatePlaceholder: 'วันที่เริ่มต้น',
44
- endDatePlaceholder: 'วันที่สิ้นสุด',
45
- startDatetimePlaceholder: 'วันที่เริ่มต้นและสิ้นสุด',
46
- endDatetimePlaceholder: 'วันที่สิ้นสุดและเวลา',
47
- // FIXME: translation needed
48
- startMonthPlaceholder: 'Start Month',
49
- endMonthPlaceholder: 'End Month',
50
- monthBeforeYear: true,
51
- firstDayOfWeek: 6,
52
- today: 'วันนี้'
53
- },
54
- DataTable: {
55
- checkTableAll: 'เลือกทั้งหมด',
56
- uncheckTableAll: 'ไม่เลือกทั้งหมด',
57
- confirm: 'ยืนยัน',
58
- clear: 'ล้างข้อมูล'
59
- },
60
- LegacyTransfer: {
61
- sourceTitle: 'Source',
62
- targetTitle: 'Target'
63
- },
64
- // TODO: translation
65
- Transfer: {
66
- selectAll: 'Select all',
67
- unselectAll: 'Unselect all',
68
- clearAll: 'Clear',
69
- total: (num) => `Total ${num} items`,
70
- selected: (num) => `${num} items selected`
71
- },
72
- Empty: {
73
- title: 'Нет совпадений',
74
- description: 'Попробуйте изменить поисковый запрос'
75
- },
76
- Select: {
77
- placeholder: 'กรุณาเลือก'
78
- },
79
- TimePicker: {
80
- placeholder: 'เวลา',
81
- positiveText: 'ตกลง',
82
- negativeText: 'ยกเลิก',
83
- now: 'วันนี้'
84
- },
85
- Pagination: {
86
- goto: 'ไปยัง',
87
- selectionSuffix: 'หน้า'
88
- },
89
- DynamicTags: {
90
- add: 'เพิ่ม'
91
- },
92
- Log: {
93
- loading: 'กำลังโหลด'
94
- },
95
- Input: {
96
- placeholder: 'กรุณากรอก',
97
- copied: 'คัดลอกแล้ว'
98
- },
99
- InputNumber: {
100
- placeholder: 'กรุณากรอก'
101
- },
102
- DynamicInput: {
103
- create: 'สร้าง'
104
- },
105
- ThemeEditor: {
106
- title: 'แก้ไขธีม',
107
- clearAllVars: 'ล้างข้อมูลตัวแปร',
108
- clearSearch: 'ล้างข้อมูลค้นหา',
109
- filterCompName: 'กรองโดยชื่อ Component',
110
- filterVarName: 'กรองโดยชื่อตัวแปร',
111
- import: 'นำเข้า',
112
- export: 'ส่งออก',
113
- restore: 'รีเซ็ต'
114
- },
115
- // TODO: translation
116
- Image: {
117
- tipPrevious: 'ก่อนหน้า (←)',
118
- tipNext: 'ถัดไป (→)',
119
- tipCounterclockwise: 'หมุน (↺)',
120
- tipClockwise: 'หมุน (↻)',
121
- tipZoomOut: 'ซูมออก',
122
- tipZoomIn: 'ซูมเข้า',
123
- tipDownload: 'ดาวน์โหลด',
124
- tipClose: 'ปิด (Esc)',
125
- // TODO: translation
126
- tipOriginalSize: 'Zoom to original size'
127
- },
128
- Upload: {
129
- title: 'Select file or drag it here',
130
- subtitle: 'PDF, PNG, JPEG no more than 100 MB',
131
- uploading: 'Uploading'
132
- },
133
- Chat: {
134
- inputPlaceholder: 'Type a message...',
135
- typingText: 'Typing...',
136
- retryText: 'Resend',
137
- closeButtonText: 'Close chat',
138
- shareButtonTooltip: 'Share chat',
139
- profileButtonTooltip: 'View profile',
140
- unreadNotificationText: 'new messages',
141
- editText: 'Edit',
142
- copyText: 'Copy',
143
- deleteText: 'Delete',
144
- editingTitle: 'Editing'
145
- },
146
- Header: {
147
- desktopSearchTitle: 'Search',
148
- searchPlaceholder: 'Search the site',
149
- primaryActionText: 'Become a client',
150
- secondaryActionText: 'Go to the application'
151
- }
152
- };
153
- exports.default = thTH;
@@ -1,3 +0,0 @@
1
- import type { ULocale } from './enUS';
2
- declare const trTR: ULocale;
3
- export default trTR;
@@ -1,150 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const trTR = {
4
- name: 'tr-TR',
5
- global: {
6
- undo: 'Vazgeç',
7
- redo: 'Tekrar Dene',
8
- confirm: 'Kabul Et',
9
- clear: 'Temizle'
10
- },
11
- Popconfirm: {
12
- positiveText: 'Kabul Et',
13
- negativeText: 'İptal'
14
- },
15
- Cascader: {
16
- placeholder: 'Lütfen Seçin',
17
- loading: 'Yükleniyor',
18
- loadingRequiredMessage: (label) => `Lütfen kontrol etmeden önce tüm ${label}ları yükleyin.`
19
- },
20
- Time: {
21
- dateFormat: 'yyyy-MM-dd',
22
- dateTimeFormat: 'yyyy-MM-dd HH:mm:ss'
23
- },
24
- DatePicker: {
25
- yearFormat: 'yyyy',
26
- monthFormat: 'MMM',
27
- dayFormat: 'eeeeee',
28
- yearTypeFormat: 'yyyy',
29
- monthTypeFormat: 'yyyy-MM',
30
- dateFormat: 'yyyy-MM-dd',
31
- dateTimeFormat: 'yyyy-MM-dd HH:mm:ss',
32
- quarterFormat: 'yyyy-qqq',
33
- clear: 'Temizle',
34
- now: 'Şimdi',
35
- confirm: 'Onayla',
36
- selectTime: 'Saat Seçin',
37
- selectDate: 'Tarih Seçin',
38
- datePlaceholder: 'Tarih Seç',
39
- datetimePlaceholder: 'Tarih ve Saat Seçin',
40
- monthPlaceholder: 'Ay Seçin',
41
- yearPlaceholder: 'Yıl Seçin',
42
- quarterPlaceholder: 'Mevsim Seçin',
43
- startDatePlaceholder: 'Başlangıç Tarihi',
44
- endDatePlaceholder: 'Bitiş Tarihi',
45
- startDatetimePlaceholder: 'Başlangıç Tarih ve Saati',
46
- endDatetimePlaceholder: 'Bitiş Tarihi ve Saati',
47
- startMonthPlaceholder: 'Başlangıç Ayı',
48
- endMonthPlaceholder: 'Bitiş Ayı',
49
- monthBeforeYear: true,
50
- firstDayOfWeek: 6,
51
- today: 'Bugün'
52
- },
53
- DataTable: {
54
- checkTableAll: 'Tüm Tabloyu Seç',
55
- uncheckTableAll: 'Tablodaki tüm seçimleri kaldır',
56
- confirm: 'Onayla',
57
- clear: 'Temizle'
58
- },
59
- LegacyTransfer: {
60
- sourceTitle: 'Kaynak',
61
- targetTitle: 'Hedef'
62
- },
63
- Transfer: {
64
- selectAll: 'Tümünü Seç',
65
- unselectAll: 'Tüm Seçimi Kaldır',
66
- clearAll: 'Temizle',
67
- total: (num) => `Toplam ${num} öğe`,
68
- selected: (num) => `${num} öğe Seçili`
69
- },
70
- Empty: {
71
- title: 'Нет совпадений',
72
- description: 'Попробуйте изменить поисковый запрос'
73
- },
74
- Select: {
75
- placeholder: 'Lütfen seçin'
76
- },
77
- TimePicker: {
78
- placeholder: 'Saat Seç',
79
- positiveText: 'Tamam',
80
- negativeText: 'İptal',
81
- now: 'Şimdi'
82
- },
83
- Pagination: {
84
- goto: 'git',
85
- selectionSuffix: 'sayfa'
86
- },
87
- DynamicTags: {
88
- add: 'Ekle'
89
- },
90
- Log: {
91
- loading: 'Yükleniyor'
92
- },
93
- Input: {
94
- placeholder: 'Lütfen Girin',
95
- copied: 'Kopyalandı'
96
- },
97
- InputNumber: {
98
- placeholder: 'Lütfen Girin'
99
- },
100
- DynamicInput: {
101
- create: 'Oluştur'
102
- },
103
- ThemeEditor: {
104
- title: 'Tema Editörü',
105
- clearAllVars: 'Tüm Değişkenleri Temizle',
106
- clearSearch: 'Aramayı Temizle',
107
- filterCompName: 'Bileşen Adını Filtrele',
108
- filterVarName: 'Değişken Adını Filtrele',
109
- import: 'Ekle',
110
- export: 'Çıkar',
111
- restore: 'Varsayılana sıfırla'
112
- },
113
- Image: {
114
- tipPrevious: 'Önceki resim (←)',
115
- tipNext: 'Sonraki resim (→)',
116
- tipCounterclockwise: 'saat yönünün tersine',
117
- tipClockwise: 'saat yönününe',
118
- tipZoomOut: 'Uzaklaştır',
119
- tipZoomIn: 'Yakınlaştır',
120
- tipDownload: 'indir',
121
- tipClose: 'Kapat (Esc)',
122
- // TODO: translation
123
- tipOriginalSize: 'Orijinal boyuta yakınlaştır'
124
- },
125
- Upload: {
126
- title: 'Select file or drag it here',
127
- subtitle: 'PDF, PNG, JPEG no more than 100 MB',
128
- uploading: 'Uploading'
129
- },
130
- Chat: {
131
- inputPlaceholder: 'Type a message...',
132
- typingText: 'Typing...',
133
- retryText: 'Resend',
134
- closeButtonText: 'Close chat',
135
- shareButtonTooltip: 'Share chat',
136
- profileButtonTooltip: 'View profile',
137
- unreadNotificationText: 'new messages',
138
- editText: 'Edit',
139
- copyText: 'Copy',
140
- deleteText: 'Delete',
141
- editingTitle: 'Editing'
142
- },
143
- Header: {
144
- desktopSearchTitle: 'Search',
145
- searchPlaceholder: 'Search the site',
146
- primaryActionText: 'Become a client',
147
- secondaryActionText: 'Go to the application'
148
- }
149
- };
150
- exports.default = trTR;
@@ -1,3 +0,0 @@
1
- import type { ULocale } from './enUS';
2
- declare const ukUA: ULocale;
3
- export default ukUA;