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