@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,150 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const ukUA = {
4
- name: 'uk-UA',
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) => `Завантажте всі дочірні вузли ${label} перед перевіркою`
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: 'Стерти',
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
- startMonthPlaceholder: 'Перший місяць',
48
- endMonthPlaceholder: 'Останній місяць',
49
- monthBeforeYear: true,
50
- firstDayOfWeek: 0,
51
- today: 'Сьогодні'
52
- },
53
- DataTable: {
54
- checkTableAll: 'Обрати все в таблиці',
55
- uncheckTableAll: 'Скасувати вибір усього в таблиці',
56
- confirm: 'Підтвердити',
57
- clear: 'Стерти'
58
- },
59
- LegacyTransfer: {
60
- sourceTitle: 'Джерело',
61
- targetTitle: 'Ціль'
62
- },
63
- // TODO: translation
64
- Transfer: {
65
- selectAll: 'Select all',
66
- unselectAll: 'Unselect all',
67
- clearAll: 'Clear',
68
- total: (num) => `Total ${num} items`,
69
- selected: (num) => `${num} items selected`
70
- },
71
- Empty: {
72
- title: 'Нет совпадений',
73
- description: 'Попробуйте изменить поисковый запрос'
74
- },
75
- Select: {
76
- placeholder: 'Обрати'
77
- },
78
- TimePicker: {
79
- placeholder: 'Обрати час',
80
- positiveText: 'OK',
81
- negativeText: 'Скасувати',
82
- now: 'Зараз'
83
- },
84
- Pagination: {
85
- goto: 'Перейти',
86
- selectionSuffix: 'сторінка'
87
- },
88
- DynamicTags: {
89
- add: 'Додати'
90
- },
91
- Log: {
92
- loading: 'Завантаження'
93
- },
94
- Input: {
95
- placeholder: 'Ввести',
96
- copied: 'Скопійовано'
97
- },
98
- InputNumber: {
99
- placeholder: 'Ввести'
100
- },
101
- DynamicInput: {
102
- create: 'Створити'
103
- },
104
- ThemeEditor: {
105
- title: 'Редактор теми',
106
- clearAllVars: 'Стерти все',
107
- clearSearch: 'Очистити пошук',
108
- filterCompName: 'Фільтрувати за іменем компонента',
109
- filterVarName: 'Фільтрувати імена змінних',
110
- import: 'Імпорт',
111
- export: 'Експорт',
112
- restore: 'Скинути'
113
- },
114
- Image: {
115
- tipPrevious: 'Попереднє зображення (←)',
116
- tipNext: 'Наступне зображення (→)',
117
- tipCounterclockwise: 'Проти годинникової стрілки',
118
- tipClockwise: 'За годинниковою стрілкою',
119
- tipZoomOut: 'Віддалити',
120
- tipZoomIn: 'Наблизити',
121
- tipDownload: 'звантажити',
122
- tipClose: 'Закрити (Esc)',
123
- tipOriginalSize: 'Масштабувати до оригінального розміру'
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 = ukUA;
@@ -1,3 +0,0 @@
1
- import type { ULocale } from './enUS';
2
- declare const viVN: ULocale;
3
- export default viVN;
@@ -1,149 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const viVN = {
4
- name: 'vi-VN',
5
- global: {
6
- undo: 'Hoàn tác',
7
- redo: 'Làm lại',
8
- confirm: 'Xác nhận',
9
- clear: 'xóa'
10
- },
11
- Popconfirm: {
12
- positiveText: 'Xác nhận',
13
- negativeText: 'Hủy'
14
- },
15
- Cascader: {
16
- placeholder: 'Vui lòng chọn',
17
- loading: 'Đang tải',
18
- loadingRequiredMessage: (label) => `Vui lòng tải tất cả thông tin con của ${label} trước.`
19
- },
20
- Time: {
21
- dateFormat: '',
22
- dateTimeFormat: 'HH:mm:ss dd-MM-yyyy'
23
- },
24
- DatePicker: {
25
- yearFormat: 'yyyy',
26
- monthFormat: 'MMM',
27
- dayFormat: 'eeeeee',
28
- yearTypeFormat: 'yyyy',
29
- monthTypeFormat: 'MM-yyyy',
30
- dateFormat: 'dd-MM-yyyy',
31
- dateTimeFormat: 'HH:mm:ss dd-MM-yyyy',
32
- quarterFormat: 'qqq-yyyy',
33
- clear: 'Xóa',
34
- now: 'Hôm nay',
35
- confirm: 'Xác nhận',
36
- selectTime: 'Chọn giờ',
37
- selectDate: 'Chọn ngày',
38
- datePlaceholder: 'Chọn ngày',
39
- datetimePlaceholder: 'Chọn ngày giờ',
40
- monthPlaceholder: 'Chọn tháng',
41
- yearPlaceholder: 'Chọn năm',
42
- quarterPlaceholder: 'Chọn quý',
43
- startDatePlaceholder: 'Ngày bắt đầu',
44
- endDatePlaceholder: 'Ngày kết thúc',
45
- startDatetimePlaceholder: 'Thời gian bắt đầu',
46
- endDatetimePlaceholder: 'Thời gian kết thúc',
47
- startMonthPlaceholder: 'Tháng bắt đầu',
48
- endMonthPlaceholder: 'Tháng kết thúc',
49
- monthBeforeYear: true,
50
- firstDayOfWeek: 0,
51
- today: 'Hôm nay'
52
- },
53
- DataTable: {
54
- checkTableAll: 'Chọn tất cả có trong bảng',
55
- uncheckTableAll: 'Bỏ chọn tất cả có trong bảng',
56
- confirm: 'Xác nhận',
57
- clear: 'Xóa'
58
- },
59
- LegacyTransfer: {
60
- sourceTitle: 'Nguồn',
61
- targetTitle: 'Đích'
62
- },
63
- Transfer: {
64
- selectAll: 'Chọn tất cả',
65
- unselectAll: 'Bỏ chọn tất cả',
66
- clearAll: 'Xoá tất cả',
67
- total: (num) => `Tổng cộng ${num} mục`,
68
- selected: (num) => `${num} mục được chọn`
69
- },
70
- Empty: {
71
- title: 'Нет совпадений',
72
- description: 'Попробуйте изменить поисковый запрос'
73
- },
74
- Select: {
75
- placeholder: 'Vui lòng chọn'
76
- },
77
- TimePicker: {
78
- placeholder: 'Chọn thời gian',
79
- positiveText: 'OK',
80
- negativeText: 'Hủy',
81
- now: 'Hiện tại'
82
- },
83
- Pagination: {
84
- goto: 'Đi đến trang',
85
- selectionSuffix: 'trang'
86
- },
87
- DynamicTags: {
88
- add: 'Thêm'
89
- },
90
- Log: {
91
- loading: 'Đang tải'
92
- },
93
- Input: {
94
- placeholder: 'Vui lòng nhập',
95
- copied: 'Đã sao chép'
96
- },
97
- InputNumber: {
98
- placeholder: 'Vui lòng nhập'
99
- },
100
- DynamicInput: {
101
- create: 'Tạo'
102
- },
103
- ThemeEditor: {
104
- title: 'Tùy chỉnh giao diện',
105
- clearAllVars: 'Xóa tất cả các biến',
106
- clearSearch: 'Xóa tìm kiếm',
107
- filterCompName: 'Lọc tên component',
108
- filterVarName: 'Lọc tên biến',
109
- import: 'Nhập',
110
- export: 'Xuất',
111
- restore: 'Đặt lại mặc định'
112
- },
113
- Image: {
114
- tipPrevious: 'Hình trước (←)',
115
- tipNext: 'Hình tiếp (→)',
116
- tipCounterclockwise: 'Counterclockwise',
117
- tipClockwise: 'Chiều kim đồng hồ',
118
- tipZoomOut: 'Thu nhỏ',
119
- tipZoomIn: 'Phóng to',
120
- tipDownload: 'Tải về',
121
- tipClose: 'Đóng (Esc)',
122
- tipOriginalSize: 'Xem kích thước gốc'
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 = viVN;
@@ -1,3 +0,0 @@
1
- import type { ULocale } from './enUS';
2
- declare const zhCN: ULocale;
3
- export default zhCN;
@@ -1,149 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const zhCN = {
4
- name: 'zh-CN',
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) => `加载全部 ${label} 的子节点后才可选中`
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: '清除',
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
- startMonthPlaceholder: '开始月份',
48
- endMonthPlaceholder: '结束月份',
49
- monthBeforeYear: false,
50
- firstDayOfWeek: 0,
51
- today: '今天'
52
- },
53
- DataTable: {
54
- checkTableAll: '选择全部表格数据',
55
- uncheckTableAll: '取消选择全部表格数据',
56
- confirm: '确认',
57
- clear: '重置'
58
- },
59
- LegacyTransfer: {
60
- sourceTitle: '源项',
61
- targetTitle: '目标项'
62
- },
63
- Transfer: {
64
- selectAll: '全选',
65
- clearAll: '清除',
66
- unselectAll: '取消全选',
67
- total: (num) => `共 ${num} 项`,
68
- selected: (num) => `已选 ${num} 项`
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: '过滤组件名',
108
- filterVarName: '过滤变量名',
109
- import: '导入',
110
- export: '导出',
111
- restore: '恢复默认'
112
- },
113
- Image: {
114
- tipPrevious: '上一张(←)',
115
- tipNext: '下一张(→)',
116
- tipCounterclockwise: '向左旋转',
117
- tipClockwise: '向右旋转',
118
- tipZoomOut: '缩小',
119
- tipZoomIn: '放大',
120
- tipDownload: '下载',
121
- tipClose: '关闭(Esc)',
122
- tipOriginalSize: '缩放到原始尺寸'
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 = zhCN;
@@ -1,3 +0,0 @@
1
- import type { ULocale } from './enUS';
2
- declare const zhTW: ULocale;
3
- export default zhTW;
@@ -1,149 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const zhTW = {
4
- name: 'zh-TW',
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) => `載入全部 ${label} 的子節點後才可選擇`
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: '清除',
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
- startMonthPlaceholder: '開始月份',
48
- endMonthPlaceholder: '結束月份',
49
- monthBeforeYear: false,
50
- firstDayOfWeek: 0,
51
- today: '今天'
52
- },
53
- DataTable: {
54
- checkTableAll: '選擇全部表格資料',
55
- uncheckTableAll: '取消選擇全部表格資料',
56
- confirm: '確定',
57
- clear: '重設'
58
- },
59
- LegacyTransfer: {
60
- sourceTitle: '來源',
61
- targetTitle: '目標'
62
- },
63
- Transfer: {
64
- selectAll: '全選',
65
- unselectAll: '取消全選',
66
- clearAll: '清除全部',
67
- total: (num) => `共 ${num} 項`,
68
- selected: (num) => `已選 ${num} 項`
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: '過濾組件名稱',
108
- filterVarName: '過濾變數名稱',
109
- import: '匯入',
110
- export: '匯出',
111
- restore: '恢復預設'
112
- },
113
- Image: {
114
- tipPrevious: '上一張(←)',
115
- tipNext: '下一張(→)',
116
- tipCounterclockwise: '向左旋轉',
117
- tipClockwise: '向右旋轉',
118
- tipZoomOut: '縮小',
119
- tipZoomIn: '放大',
120
- tipDownload: '下載',
121
- tipClose: '關閉(Esc)',
122
- tipOriginalSize: '縮放到原始尺寸'
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 = zhTW;
@@ -1,3 +0,0 @@
1
- import type { UDateLocale } from './enUS';
2
- declare const dateArDZ: UDateLocale;
3
- export default dateArDZ;
@@ -1,11 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- const ar_1 = __importDefault(require("date-fns/locale/ar")); //
7
- const dateArDZ = {
8
- name: 'ar-DZ',
9
- locale: ar_1.default
10
- };
11
- exports.default = dateArDZ;
@@ -1,3 +0,0 @@
1
- import type { UDateLocale } from './enUS';
2
- declare const dateDeDE: UDateLocale;
3
- export default dateDeDE;
@@ -1,11 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- const de_1 = __importDefault(require("date-fns/locale/de")); //
7
- const dateDeDE = {
8
- name: 'de-DE',
9
- locale: de_1.default
10
- };
11
- exports.default = dateDeDE;
@@ -1,3 +0,0 @@
1
- import { type UDateLocale } from './enUS';
2
- declare const dateEnGB: UDateLocale;
3
- export default dateEnGB;
@@ -1,11 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- const en_GB_1 = __importDefault(require("date-fns/locale/en-GB")); //
7
- const dateEnGB = {
8
- name: 'en-GB',
9
- locale: en_GB_1.default
10
- };
11
- exports.default = dateEnGB;
@@ -1,3 +0,0 @@
1
- import type { UDateLocale } from './enUS';
2
- declare const dateEo: UDateLocale;
3
- export default dateEo;
@@ -1,11 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- const eo_1 = __importDefault(require("date-fns/locale/eo")); //
7
- const dateEo = {
8
- name: 'eo',
9
- locale: eo_1.default
10
- };
11
- exports.default = dateEo;
@@ -1,3 +0,0 @@
1
- import { type UDateLocale } from './enUS';
2
- declare const dateEsAR: UDateLocale;
3
- export default dateEsAR;