@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,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;
@@ -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 es_1 = __importDefault(require("date-fns/locale/es")); //
7
- const dateEsAR = {
8
- name: 'es-AR',
9
- locale: es_1.default
10
- };
11
- exports.default = dateEsAR;
@@ -1,3 +0,0 @@
1
- import { type UDateLocale } from './enUS';
2
- declare const dateFaIR: UDateLocale;
3
- export default dateFaIR;
@@ -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 zh_CN_1 = __importDefault(require("date-fns/locale/zh-CN")); //
7
- const dateFaIR = {
8
- name: 'fa-IR',
9
- locale: zh_CN_1.default
10
- };
11
- exports.default = dateFaIR;
@@ -1,3 +0,0 @@
1
- import { type UDateLocale } from './enUS';
2
- declare const dateFrFR: UDateLocale;
3
- export default dateFrFR;
@@ -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 fr_1 = __importDefault(require("date-fns/locale/fr")); //
7
- const dateFrFR = {
8
- name: 'fr-FR',
9
- locale: fr_1.default
10
- };
11
- exports.default = dateFrFR;
@@ -1,3 +0,0 @@
1
- import { type UDateLocale } from './enUS';
2
- declare const dateIdID: UDateLocale;
3
- export default dateIdID;
@@ -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 id_1 = __importDefault(require("date-fns/locale/id")); //
7
- const dateIdID = {
8
- name: 'id-ID',
9
- locale: id_1.default
10
- };
11
- exports.default = dateIdID;
@@ -1,3 +0,0 @@
1
- import { type UDateLocale } from './enUS';
2
- declare const dateItIT: UDateLocale;
3
- export default dateItIT;
@@ -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 it_1 = __importDefault(require("date-fns/locale/it")); //
7
- const dateItIT = {
8
- name: 'it-IT',
9
- locale: it_1.default
10
- };
11
- exports.default = dateItIT;
@@ -1,3 +0,0 @@
1
- import { type UDateLocale } from './enUS';
2
- declare const dateJaJP: UDateLocale;
3
- export default dateJaJP;
@@ -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 ja_1 = __importDefault(require("date-fns/locale/ja")); //
7
- const dateJaJP = {
8
- name: 'ja-JP',
9
- locale: ja_1.default
10
- };
11
- exports.default = dateJaJP;
@@ -1,3 +0,0 @@
1
- import { type UDateLocale } from './enUS';
2
- declare const dateKoKR: UDateLocale;
3
- export default dateKoKR;
@@ -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 ko_1 = __importDefault(require("date-fns/locale/ko")); //
7
- const dateKoKR = {
8
- name: 'ko-KR',
9
- locale: ko_1.default
10
- };
11
- exports.default = dateKoKR;
@@ -1,3 +0,0 @@
1
- import { type UDateLocale } from './enUS';
2
- declare const dateNbNO: UDateLocale;
3
- export default dateNbNO;
@@ -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 nb_1 = __importDefault(require("date-fns/locale/nb")); //
7
- const dateNbNO = {
8
- name: 'nb-NO',
9
- locale: nb_1.default
10
- };
11
- exports.default = dateNbNO;
@@ -1,3 +0,0 @@
1
- import { type UDateLocale } from './enUS';
2
- declare const dateNlNL: UDateLocale;
3
- export default dateNlNL;
@@ -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 nl_1 = __importDefault(require("date-fns/locale/nl")); //
7
- const dateNlNL = {
8
- name: 'nl-NL',
9
- locale: nl_1.default
10
- };
11
- exports.default = dateNlNL;
@@ -1,3 +0,0 @@
1
- import { type UDateLocale } from './enUS';
2
- declare const datePlPL: UDateLocale;
3
- export default datePlPL;
@@ -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 pl_1 = __importDefault(require("date-fns/locale/pl")); //
7
- const datePlPL = {
8
- name: 'pl-PL',
9
- locale: pl_1.default
10
- };
11
- exports.default = datePlPL;
@@ -1,3 +0,0 @@
1
- import { type UDateLocale } from './enUS';
2
- declare const datePtBr: UDateLocale;
3
- export default datePtBr;
@@ -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 pt_BR_1 = __importDefault(require("date-fns/locale/pt-BR")); //
7
- const datePtBr = {
8
- name: 'pt-BR',
9
- locale: pt_BR_1.default
10
- };
11
- exports.default = datePtBr;
@@ -1,3 +0,0 @@
1
- import { type UDateLocale } from './enUS';
2
- declare const dateRuRU: UDateLocale;
3
- export default dateRuRU;
@@ -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 ru_1 = __importDefault(require("date-fns/locale/ru")); //
7
- const dateRuRU = {
8
- name: 'ru-RU',
9
- locale: ru_1.default
10
- };
11
- exports.default = dateRuRU;
@@ -1,3 +0,0 @@
1
- import { type UDateLocale } from './enUS';
2
- declare const dateSkSK: UDateLocale;
3
- export default dateSkSK;
@@ -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 sk_1 = __importDefault(require("date-fns/locale/sk")); //
7
- const dateSkSK = {
8
- name: 'sk-SK',
9
- locale: sk_1.default
10
- };
11
- exports.default = dateSkSK;
@@ -1,3 +0,0 @@
1
- import { type UDateLocale } from './enUS';
2
- declare const dateSvSE: UDateLocale;
3
- export default dateSvSE;
@@ -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 sv_1 = __importDefault(require("date-fns/locale/sv")); //
7
- const dateSvSE = {
8
- name: 'sv-SE',
9
- locale: sv_1.default
10
- };
11
- exports.default = dateSvSE;
@@ -1,3 +0,0 @@
1
- import { type UDateLocale } from './enUS';
2
- declare const dateThTH: UDateLocale;
3
- export default dateThTH;
@@ -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 th_1 = __importDefault(require("date-fns/locale/th")); //
7
- const dateThTH = {
8
- name: 'thTH',
9
- locale: th_1.default
10
- };
11
- exports.default = dateThTH;
@@ -1,3 +0,0 @@
1
- import { type UDateLocale } from './enUS';
2
- declare const dateTrTR: UDateLocale;
3
- export default dateTrTR;
@@ -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 tr_1 = __importDefault(require("date-fns/locale/tr")); //
7
- const dateTrTR = {
8
- name: 'zh-CN',
9
- locale: tr_1.default
10
- };
11
- exports.default = dateTrTR;