@uzum-tech/ui 1.12.2 → 1.12.4

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