@uzum-tech/ui 1.12.1 → 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 (245) 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/_internal/typography/src/text.d.ts +2 -2
  5. package/es/_utils/composable/composables.js +2 -1
  6. package/es/chat/index.d.ts +1 -1
  7. package/es/chat/src/ChatParts/ChatAttachment.d.ts +1 -1
  8. package/es/chat/src/ChatParts/ChatAttachment.js +4 -4
  9. package/es/chat/src/ChatParts/MainArea.js +11 -1
  10. package/es/chat/src/interface.d.ts +9 -1
  11. package/es/chat/src/interface.js +7 -0
  12. package/es/config-provider/src/internal-interface.d.ts +2 -0
  13. package/es/header/src/Header.d.ts +3 -1
  14. package/es/header/src/Header.js +16 -4
  15. package/es/header/src/HeaderNavigation.d.ts +1601 -4
  16. package/es/header/src/HeaderNavigation.js +191 -31
  17. package/es/header/src/styles/index.cssr.js +47 -10
  18. package/es/locales/index.d.ts +0 -48
  19. package/es/locales/index.js +0 -48
  20. package/es/menu/src/utils.js +3 -1
  21. package/es/message/src/use-message.js +1 -1
  22. package/es/slider/src/Slider.js +0 -1
  23. package/es/tabs/src/Tabs.js +2 -2
  24. package/es/typography/src/text.d.ts +2 -2
  25. package/es/upload/src/interface.d.ts +3 -2
  26. package/es/version.d.ts +1 -1
  27. package/es/version.js +1 -1
  28. package/lib/_internal/typography/src/text.d.ts +2 -2
  29. package/lib/_utils/composable/composables.js +2 -1
  30. package/lib/chat/index.d.ts +1 -1
  31. package/lib/chat/src/ChatParts/ChatAttachment.d.ts +1 -1
  32. package/lib/chat/src/ChatParts/ChatAttachment.js +3 -3
  33. package/lib/chat/src/ChatParts/MainArea.js +11 -1
  34. package/lib/chat/src/interface.d.ts +9 -1
  35. package/lib/chat/src/interface.js +8 -1
  36. package/lib/config-provider/src/internal-interface.d.ts +2 -0
  37. package/lib/header/src/Header.d.ts +3 -1
  38. package/lib/header/src/Header.js +16 -4
  39. package/lib/header/src/HeaderNavigation.d.ts +1601 -4
  40. package/lib/header/src/HeaderNavigation.js +189 -29
  41. package/lib/header/src/styles/index.cssr.js +47 -10
  42. package/lib/locales/index.d.ts +0 -48
  43. package/lib/locales/index.js +1 -98
  44. package/lib/menu/src/utils.js +3 -1
  45. package/lib/message/src/use-message.js +1 -1
  46. package/lib/slider/src/Slider.js +0 -1
  47. package/lib/tabs/src/Tabs.js +2 -2
  48. package/lib/typography/src/text.d.ts +2 -2
  49. package/lib/upload/src/interface.d.ts +3 -2
  50. package/lib/version.d.ts +1 -1
  51. package/lib/version.js +1 -1
  52. package/package.json +1 -1
  53. package/web-types.json +2752 -2752
  54. package/es/locales/common/arDZ.d.ts +0 -3
  55. package/es/locales/common/arDZ.js +0 -147
  56. package/es/locales/common/deDE.d.ts +0 -3
  57. package/es/locales/common/deDE.js +0 -147
  58. package/es/locales/common/enGB.d.ts +0 -3
  59. package/es/locales/common/enGB.js +0 -148
  60. package/es/locales/common/eo.d.ts +0 -3
  61. package/es/locales/common/eo.js +0 -149
  62. package/es/locales/common/esAR.d.ts +0 -3
  63. package/es/locales/common/esAR.js +0 -151
  64. package/es/locales/common/faIR.d.ts +0 -3
  65. package/es/locales/common/faIR.js +0 -147
  66. package/es/locales/common/frFR.d.ts +0 -3
  67. package/es/locales/common/frFR.js +0 -147
  68. package/es/locales/common/idID.d.ts +0 -3
  69. package/es/locales/common/idID.js +0 -151
  70. package/es/locales/common/itIT.d.ts +0 -3
  71. package/es/locales/common/itIT.js +0 -150
  72. package/es/locales/common/jaJP.d.ts +0 -3
  73. package/es/locales/common/jaJP.js +0 -150
  74. package/es/locales/common/koKR.d.ts +0 -3
  75. package/es/locales/common/koKR.js +0 -150
  76. package/es/locales/common/nbNO.d.ts +0 -3
  77. package/es/locales/common/nbNO.js +0 -151
  78. package/es/locales/common/nlNL.d.ts +0 -3
  79. package/es/locales/common/nlNL.js +0 -149
  80. package/es/locales/common/plPL.d.ts +0 -3
  81. package/es/locales/common/plPL.js +0 -150
  82. package/es/locales/common/ptBR.d.ts +0 -3
  83. package/es/locales/common/ptBR.js +0 -147
  84. package/es/locales/common/ruRU.d.ts +0 -3
  85. package/es/locales/common/ruRU.js +0 -152
  86. package/es/locales/common/skSK.d.ts +0 -3
  87. package/es/locales/common/skSK.js +0 -151
  88. package/es/locales/common/svSE.d.ts +0 -3
  89. package/es/locales/common/svSE.js +0 -147
  90. package/es/locales/common/thTH.d.ts +0 -3
  91. package/es/locales/common/thTH.js +0 -151
  92. package/es/locales/common/trTR.d.ts +0 -3
  93. package/es/locales/common/trTR.js +0 -148
  94. package/es/locales/common/ukUA.d.ts +0 -3
  95. package/es/locales/common/ukUA.js +0 -148
  96. package/es/locales/common/viVN.d.ts +0 -3
  97. package/es/locales/common/viVN.js +0 -147
  98. package/es/locales/common/zhCN.d.ts +0 -3
  99. package/es/locales/common/zhCN.js +0 -147
  100. package/es/locales/common/zhTW.d.ts +0 -3
  101. package/es/locales/common/zhTW.js +0 -147
  102. package/es/locales/date/arDZ.d.ts +0 -3
  103. package/es/locales/date/arDZ.js +0 -6
  104. package/es/locales/date/deDE.d.ts +0 -3
  105. package/es/locales/date/deDE.js +0 -6
  106. package/es/locales/date/enGB.d.ts +0 -3
  107. package/es/locales/date/enGB.js +0 -6
  108. package/es/locales/date/eo.d.ts +0 -3
  109. package/es/locales/date/eo.js +0 -6
  110. package/es/locales/date/esAR.d.ts +0 -3
  111. package/es/locales/date/esAR.js +0 -6
  112. package/es/locales/date/faIR.d.ts +0 -3
  113. package/es/locales/date/faIR.js +0 -6
  114. package/es/locales/date/frFR.d.ts +0 -3
  115. package/es/locales/date/frFR.js +0 -6
  116. package/es/locales/date/idID.d.ts +0 -3
  117. package/es/locales/date/idID.js +0 -6
  118. package/es/locales/date/itIT.d.ts +0 -3
  119. package/es/locales/date/itIT.js +0 -6
  120. package/es/locales/date/jaJP.d.ts +0 -3
  121. package/es/locales/date/jaJP.js +0 -6
  122. package/es/locales/date/koKR.d.ts +0 -3
  123. package/es/locales/date/koKR.js +0 -6
  124. package/es/locales/date/nbNO.d.ts +0 -3
  125. package/es/locales/date/nbNO.js +0 -6
  126. package/es/locales/date/nlNL.d.ts +0 -3
  127. package/es/locales/date/nlNL.js +0 -6
  128. package/es/locales/date/plPL.d.ts +0 -3
  129. package/es/locales/date/plPL.js +0 -6
  130. package/es/locales/date/ptBR.d.ts +0 -3
  131. package/es/locales/date/ptBR.js +0 -6
  132. package/es/locales/date/ruRU.d.ts +0 -3
  133. package/es/locales/date/ruRU.js +0 -6
  134. package/es/locales/date/skSK.d.ts +0 -3
  135. package/es/locales/date/skSK.js +0 -6
  136. package/es/locales/date/svSE.d.ts +0 -3
  137. package/es/locales/date/svSE.js +0 -6
  138. package/es/locales/date/thTH.d.ts +0 -3
  139. package/es/locales/date/thTH.js +0 -6
  140. package/es/locales/date/trTR.d.ts +0 -3
  141. package/es/locales/date/trTR.js +0 -6
  142. package/es/locales/date/ukUA.d.ts +0 -3
  143. package/es/locales/date/ukUA.js +0 -6
  144. package/es/locales/date/viVN.d.ts +0 -3
  145. package/es/locales/date/viVN.js +0 -6
  146. package/es/locales/date/zhCN.d.ts +0 -3
  147. package/es/locales/date/zhCN.js +0 -6
  148. package/es/locales/date/zhTW.d.ts +0 -3
  149. package/es/locales/date/zhTW.js +0 -6
  150. package/lib/locales/common/arDZ.d.ts +0 -3
  151. package/lib/locales/common/arDZ.js +0 -149
  152. package/lib/locales/common/deDE.d.ts +0 -3
  153. package/lib/locales/common/deDE.js +0 -149
  154. package/lib/locales/common/enGB.d.ts +0 -3
  155. package/lib/locales/common/enGB.js +0 -150
  156. package/lib/locales/common/eo.d.ts +0 -3
  157. package/lib/locales/common/eo.js +0 -151
  158. package/lib/locales/common/esAR.d.ts +0 -3
  159. package/lib/locales/common/esAR.js +0 -153
  160. package/lib/locales/common/faIR.d.ts +0 -3
  161. package/lib/locales/common/faIR.js +0 -149
  162. package/lib/locales/common/frFR.d.ts +0 -3
  163. package/lib/locales/common/frFR.js +0 -149
  164. package/lib/locales/common/idID.d.ts +0 -3
  165. package/lib/locales/common/idID.js +0 -153
  166. package/lib/locales/common/itIT.d.ts +0 -3
  167. package/lib/locales/common/itIT.js +0 -152
  168. package/lib/locales/common/jaJP.d.ts +0 -3
  169. package/lib/locales/common/jaJP.js +0 -152
  170. package/lib/locales/common/koKR.d.ts +0 -3
  171. package/lib/locales/common/koKR.js +0 -152
  172. package/lib/locales/common/nbNO.d.ts +0 -3
  173. package/lib/locales/common/nbNO.js +0 -153
  174. package/lib/locales/common/nlNL.d.ts +0 -3
  175. package/lib/locales/common/nlNL.js +0 -151
  176. package/lib/locales/common/plPL.d.ts +0 -3
  177. package/lib/locales/common/plPL.js +0 -152
  178. package/lib/locales/common/ptBR.d.ts +0 -3
  179. package/lib/locales/common/ptBR.js +0 -149
  180. package/lib/locales/common/ruRU.d.ts +0 -3
  181. package/lib/locales/common/ruRU.js +0 -154
  182. package/lib/locales/common/skSK.d.ts +0 -3
  183. package/lib/locales/common/skSK.js +0 -153
  184. package/lib/locales/common/svSE.d.ts +0 -3
  185. package/lib/locales/common/svSE.js +0 -149
  186. package/lib/locales/common/thTH.d.ts +0 -3
  187. package/lib/locales/common/thTH.js +0 -153
  188. package/lib/locales/common/trTR.d.ts +0 -3
  189. package/lib/locales/common/trTR.js +0 -150
  190. package/lib/locales/common/ukUA.d.ts +0 -3
  191. package/lib/locales/common/ukUA.js +0 -150
  192. package/lib/locales/common/viVN.d.ts +0 -3
  193. package/lib/locales/common/viVN.js +0 -149
  194. package/lib/locales/common/zhCN.d.ts +0 -3
  195. package/lib/locales/common/zhCN.js +0 -149
  196. package/lib/locales/common/zhTW.d.ts +0 -3
  197. package/lib/locales/common/zhTW.js +0 -149
  198. package/lib/locales/date/arDZ.d.ts +0 -3
  199. package/lib/locales/date/arDZ.js +0 -11
  200. package/lib/locales/date/deDE.d.ts +0 -3
  201. package/lib/locales/date/deDE.js +0 -11
  202. package/lib/locales/date/enGB.d.ts +0 -3
  203. package/lib/locales/date/enGB.js +0 -11
  204. package/lib/locales/date/eo.d.ts +0 -3
  205. package/lib/locales/date/eo.js +0 -11
  206. package/lib/locales/date/esAR.d.ts +0 -3
  207. package/lib/locales/date/esAR.js +0 -11
  208. package/lib/locales/date/faIR.d.ts +0 -3
  209. package/lib/locales/date/faIR.js +0 -11
  210. package/lib/locales/date/frFR.d.ts +0 -3
  211. package/lib/locales/date/frFR.js +0 -11
  212. package/lib/locales/date/idID.d.ts +0 -3
  213. package/lib/locales/date/idID.js +0 -11
  214. package/lib/locales/date/itIT.d.ts +0 -3
  215. package/lib/locales/date/itIT.js +0 -11
  216. package/lib/locales/date/jaJP.d.ts +0 -3
  217. package/lib/locales/date/jaJP.js +0 -11
  218. package/lib/locales/date/koKR.d.ts +0 -3
  219. package/lib/locales/date/koKR.js +0 -11
  220. package/lib/locales/date/nbNO.d.ts +0 -3
  221. package/lib/locales/date/nbNO.js +0 -11
  222. package/lib/locales/date/nlNL.d.ts +0 -3
  223. package/lib/locales/date/nlNL.js +0 -11
  224. package/lib/locales/date/plPL.d.ts +0 -3
  225. package/lib/locales/date/plPL.js +0 -11
  226. package/lib/locales/date/ptBR.d.ts +0 -3
  227. package/lib/locales/date/ptBR.js +0 -11
  228. package/lib/locales/date/ruRU.d.ts +0 -3
  229. package/lib/locales/date/ruRU.js +0 -11
  230. package/lib/locales/date/skSK.d.ts +0 -3
  231. package/lib/locales/date/skSK.js +0 -11
  232. package/lib/locales/date/svSE.d.ts +0 -3
  233. package/lib/locales/date/svSE.js +0 -11
  234. package/lib/locales/date/thTH.d.ts +0 -3
  235. package/lib/locales/date/thTH.js +0 -11
  236. package/lib/locales/date/trTR.d.ts +0 -3
  237. package/lib/locales/date/trTR.js +0 -11
  238. package/lib/locales/date/ukUA.d.ts +0 -3
  239. package/lib/locales/date/ukUA.js +0 -11
  240. package/lib/locales/date/viVN.d.ts +0 -3
  241. package/lib/locales/date/viVN.js +0 -11
  242. package/lib/locales/date/zhCN.d.ts +0 -3
  243. package/lib/locales/date/zhCN.js +0 -11
  244. package/lib/locales/date/zhTW.d.ts +0 -3
  245. package/lib/locales/date/zhTW.js +0 -11
@@ -1,153 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const thTH = {
4
- name: 'thTH',
5
- global: {
6
- undo: 'เลิกทำ',
7
- redo: 'ทำซ้ำ',
8
- confirm: 'ยืนยัน',
9
- clear: 'ล้าง'
10
- },
11
- Popconfirm: {
12
- positiveText: 'ยืนยัน',
13
- negativeText: 'ยกเลิก'
14
- },
15
- Cascader: {
16
- placeholder: 'กรุณาเลือก',
17
- loading: 'กำลังโหลด',
18
- loadingRequiredMessage: (label) => `Please load all ${label}'s descendants before checking it.`
19
- },
20
- Time: {
21
- dateFormat: 'dd-MMMM-yyyy',
22
- dateTimeFormat: 'dd-MMMM-yyyy HH:mm:ss'
23
- },
24
- DatePicker: {
25
- yearFormat: 'yyyy',
26
- monthFormat: 'MMM',
27
- dayFormat: 'eeeeee',
28
- yearTypeFormat: 'yyyy',
29
- monthTypeFormat: 'yyyy-MM',
30
- dateFormat: 'dd/MMMM/yyyy',
31
- dateTimeFormat: 'dd/MMMM/yyyy HH:mm:ss',
32
- quarterFormat: 'yyyy-qqq',
33
- clear: 'ล้าง',
34
- now: 'วันนี้',
35
- confirm: 'ยืนยัน',
36
- selectTime: 'เวลา',
37
- selectDate: 'วันที่',
38
- datePlaceholder: 'วันที่',
39
- datetimePlaceholder: 'เวลา-วันที่',
40
- monthPlaceholder: 'เดือน',
41
- yearPlaceholder: 'ปี',
42
- quarterPlaceholder: 'ไตรมาส',
43
- startDatePlaceholder: 'วันที่เริ่มต้น',
44
- endDatePlaceholder: 'วันที่สิ้นสุด',
45
- startDatetimePlaceholder: 'วันที่เริ่มต้นและสิ้นสุด',
46
- endDatetimePlaceholder: 'วันที่สิ้นสุดและเวลา',
47
- // FIXME: translation needed
48
- startMonthPlaceholder: 'Start Month',
49
- endMonthPlaceholder: 'End Month',
50
- monthBeforeYear: true,
51
- firstDayOfWeek: 6,
52
- today: 'วันนี้'
53
- },
54
- DataTable: {
55
- checkTableAll: 'เลือกทั้งหมด',
56
- uncheckTableAll: 'ไม่เลือกทั้งหมด',
57
- confirm: 'ยืนยัน',
58
- clear: 'ล้างข้อมูล'
59
- },
60
- LegacyTransfer: {
61
- sourceTitle: 'Source',
62
- targetTitle: 'Target'
63
- },
64
- // TODO: translation
65
- Transfer: {
66
- selectAll: 'Select all',
67
- unselectAll: 'Unselect all',
68
- clearAll: 'Clear',
69
- total: (num) => `Total ${num} items`,
70
- selected: (num) => `${num} items selected`
71
- },
72
- Empty: {
73
- title: 'Нет совпадений',
74
- description: 'Попробуйте изменить поисковый запрос'
75
- },
76
- Select: {
77
- placeholder: 'กรุณาเลือก'
78
- },
79
- TimePicker: {
80
- placeholder: 'เวลา',
81
- positiveText: 'ตกลง',
82
- negativeText: 'ยกเลิก',
83
- now: 'วันนี้'
84
- },
85
- Pagination: {
86
- goto: 'ไปยัง',
87
- selectionSuffix: 'หน้า'
88
- },
89
- DynamicTags: {
90
- add: 'เพิ่ม'
91
- },
92
- Log: {
93
- loading: 'กำลังโหลด'
94
- },
95
- Input: {
96
- placeholder: 'กรุณากรอก',
97
- copied: 'คัดลอกแล้ว'
98
- },
99
- InputNumber: {
100
- placeholder: 'กรุณากรอก'
101
- },
102
- DynamicInput: {
103
- create: 'สร้าง'
104
- },
105
- ThemeEditor: {
106
- title: 'แก้ไขธีม',
107
- clearAllVars: 'ล้างข้อมูลตัวแปร',
108
- clearSearch: 'ล้างข้อมูลค้นหา',
109
- filterCompName: 'กรองโดยชื่อ Component',
110
- filterVarName: 'กรองโดยชื่อตัวแปร',
111
- import: 'นำเข้า',
112
- export: 'ส่งออก',
113
- restore: 'รีเซ็ต'
114
- },
115
- // TODO: translation
116
- Image: {
117
- tipPrevious: 'ก่อนหน้า (←)',
118
- tipNext: 'ถัดไป (→)',
119
- tipCounterclockwise: 'หมุน (↺)',
120
- tipClockwise: 'หมุน (↻)',
121
- tipZoomOut: 'ซูมออก',
122
- tipZoomIn: 'ซูมเข้า',
123
- tipDownload: 'ดาวน์โหลด',
124
- tipClose: 'ปิด (Esc)',
125
- // TODO: translation
126
- tipOriginalSize: 'Zoom to original size'
127
- },
128
- Upload: {
129
- title: 'Select file or drag it here',
130
- subtitle: 'PDF, PNG, JPEG no more than 100 MB',
131
- uploading: 'Uploading'
132
- },
133
- Chat: {
134
- inputPlaceholder: 'Type a message...',
135
- typingText: 'Typing...',
136
- retryText: 'Resend',
137
- closeButtonText: 'Close chat',
138
- shareButtonTooltip: 'Share chat',
139
- profileButtonTooltip: 'View profile',
140
- unreadNotificationText: 'new messages',
141
- editText: 'Edit',
142
- copyText: 'Copy',
143
- deleteText: 'Delete',
144
- editingTitle: 'Editing'
145
- },
146
- Header: {
147
- desktopSearchTitle: 'Search',
148
- searchPlaceholder: 'Search the site',
149
- primaryActionText: 'Become a client',
150
- secondaryActionText: 'Go to the application'
151
- }
152
- };
153
- exports.default = thTH;
@@ -1,3 +0,0 @@
1
- import type { ULocale } from './enUS';
2
- declare const trTR: ULocale;
3
- export default trTR;
@@ -1,150 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const trTR = {
4
- name: 'tr-TR',
5
- global: {
6
- undo: 'Vazgeç',
7
- redo: 'Tekrar Dene',
8
- confirm: 'Kabul Et',
9
- clear: 'Temizle'
10
- },
11
- Popconfirm: {
12
- positiveText: 'Kabul Et',
13
- negativeText: 'İptal'
14
- },
15
- Cascader: {
16
- placeholder: 'Lütfen Seçin',
17
- loading: 'Yükleniyor',
18
- loadingRequiredMessage: (label) => `Lütfen kontrol etmeden önce tüm ${label}ları yükleyin.`
19
- },
20
- Time: {
21
- dateFormat: 'yyyy-MM-dd',
22
- dateTimeFormat: 'yyyy-MM-dd HH:mm:ss'
23
- },
24
- DatePicker: {
25
- yearFormat: 'yyyy',
26
- monthFormat: 'MMM',
27
- dayFormat: 'eeeeee',
28
- yearTypeFormat: 'yyyy',
29
- monthTypeFormat: 'yyyy-MM',
30
- dateFormat: 'yyyy-MM-dd',
31
- dateTimeFormat: 'yyyy-MM-dd HH:mm:ss',
32
- quarterFormat: 'yyyy-qqq',
33
- clear: 'Temizle',
34
- now: 'Şimdi',
35
- confirm: 'Onayla',
36
- selectTime: 'Saat Seçin',
37
- selectDate: 'Tarih Seçin',
38
- datePlaceholder: 'Tarih Seç',
39
- datetimePlaceholder: 'Tarih ve Saat Seçin',
40
- monthPlaceholder: 'Ay Seçin',
41
- yearPlaceholder: 'Yıl Seçin',
42
- quarterPlaceholder: 'Mevsim Seçin',
43
- startDatePlaceholder: 'Başlangıç Tarihi',
44
- endDatePlaceholder: 'Bitiş Tarihi',
45
- startDatetimePlaceholder: 'Başlangıç Tarih ve Saati',
46
- endDatetimePlaceholder: 'Bitiş Tarihi ve Saati',
47
- startMonthPlaceholder: 'Başlangıç Ayı',
48
- endMonthPlaceholder: 'Bitiş Ayı',
49
- monthBeforeYear: true,
50
- firstDayOfWeek: 6,
51
- today: 'Bugün'
52
- },
53
- DataTable: {
54
- checkTableAll: 'Tüm Tabloyu Seç',
55
- uncheckTableAll: 'Tablodaki tüm seçimleri kaldır',
56
- confirm: 'Onayla',
57
- clear: 'Temizle'
58
- },
59
- LegacyTransfer: {
60
- sourceTitle: 'Kaynak',
61
- targetTitle: 'Hedef'
62
- },
63
- Transfer: {
64
- selectAll: 'Tümünü Seç',
65
- unselectAll: 'Tüm Seçimi Kaldır',
66
- clearAll: 'Temizle',
67
- total: (num) => `Toplam ${num} öğe`,
68
- selected: (num) => `${num} öğe Seçili`
69
- },
70
- Empty: {
71
- title: 'Нет совпадений',
72
- description: 'Попробуйте изменить поисковый запрос'
73
- },
74
- Select: {
75
- placeholder: 'Lütfen seçin'
76
- },
77
- TimePicker: {
78
- placeholder: 'Saat Seç',
79
- positiveText: 'Tamam',
80
- negativeText: 'İptal',
81
- now: 'Şimdi'
82
- },
83
- Pagination: {
84
- goto: 'git',
85
- selectionSuffix: 'sayfa'
86
- },
87
- DynamicTags: {
88
- add: 'Ekle'
89
- },
90
- Log: {
91
- loading: 'Yükleniyor'
92
- },
93
- Input: {
94
- placeholder: 'Lütfen Girin',
95
- copied: 'Kopyalandı'
96
- },
97
- InputNumber: {
98
- placeholder: 'Lütfen Girin'
99
- },
100
- DynamicInput: {
101
- create: 'Oluştur'
102
- },
103
- ThemeEditor: {
104
- title: 'Tema Editörü',
105
- clearAllVars: 'Tüm Değişkenleri Temizle',
106
- clearSearch: 'Aramayı Temizle',
107
- filterCompName: 'Bileşen Adını Filtrele',
108
- filterVarName: 'Değişken Adını Filtrele',
109
- import: 'Ekle',
110
- export: 'Çıkar',
111
- restore: 'Varsayılana sıfırla'
112
- },
113
- Image: {
114
- tipPrevious: 'Önceki resim (←)',
115
- tipNext: 'Sonraki resim (→)',
116
- tipCounterclockwise: 'saat yönünün tersine',
117
- tipClockwise: 'saat yönününe',
118
- tipZoomOut: 'Uzaklaştır',
119
- tipZoomIn: 'Yakınlaştır',
120
- tipDownload: 'indir',
121
- tipClose: 'Kapat (Esc)',
122
- // TODO: translation
123
- tipOriginalSize: 'Orijinal boyuta yakınlaştır'
124
- },
125
- Upload: {
126
- title: 'Select file or drag it here',
127
- subtitle: 'PDF, PNG, JPEG no more than 100 MB',
128
- uploading: 'Uploading'
129
- },
130
- Chat: {
131
- inputPlaceholder: 'Type a message...',
132
- typingText: 'Typing...',
133
- retryText: 'Resend',
134
- closeButtonText: 'Close chat',
135
- shareButtonTooltip: 'Share chat',
136
- profileButtonTooltip: 'View profile',
137
- unreadNotificationText: 'new messages',
138
- editText: 'Edit',
139
- copyText: 'Copy',
140
- deleteText: 'Delete',
141
- editingTitle: 'Editing'
142
- },
143
- Header: {
144
- desktopSearchTitle: 'Search',
145
- searchPlaceholder: 'Search the site',
146
- primaryActionText: 'Become a client',
147
- secondaryActionText: 'Go to the application'
148
- }
149
- };
150
- exports.default = trTR;
@@ -1,3 +0,0 @@
1
- import type { ULocale } from './enUS';
2
- declare const ukUA: ULocale;
3
- export default ukUA;
@@ -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;