@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,3 +0,0 @@
1
- import type { ULocale } from './enUS';
2
- declare const arDZ: ULocale;
3
- export default arDZ;
@@ -1,147 +0,0 @@
1
- const arDZ = {
2
- name: 'ar-DZ',
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: 6,
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 arDZ;
@@ -1,3 +0,0 @@
1
- import type { ULocale } from './enUS';
2
- declare const deDE: ULocale;
3
- export default deDE;
@@ -1,147 +0,0 @@
1
- const deDE = {
2
- name: 'de-DE',
3
- global: {
4
- undo: 'Rückgängig',
5
- redo: 'Wiederholen',
6
- confirm: 'Bestätigen',
7
- clear: 'Löschen'
8
- },
9
- Popconfirm: {
10
- positiveText: 'Bestätigen',
11
- negativeText: 'Abbrechen'
12
- },
13
- Cascader: {
14
- placeholder: 'Bitte auswählen',
15
- loading: 'Wird geladen',
16
- loadingRequiredMessage: (label) => `Bitte laden Sie alle Unterpunkte von ${label}, bevor Sie es auswählen.`
17
- },
18
- Time: {
19
- dateFormat: 'dd.MM.yyyy',
20
- dateTimeFormat: 'dd.MM.yyyy HH:mm:ss'
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: 'dd.MM.yyyy HH:mm:ss',
30
- quarterFormat: 'yyyy-qqq',
31
- clear: 'Löschen',
32
- now: 'Jetzt',
33
- confirm: 'Bestätigen',
34
- selectTime: 'Uhrzeit auswählen',
35
- selectDate: 'Datum auswählen',
36
- datePlaceholder: 'Datum auswählen',
37
- datetimePlaceholder: 'Datum und Uhrzeit auswählen',
38
- monthPlaceholder: 'Monat auswählen',
39
- yearPlaceholder: 'Jahr auswählen',
40
- quarterPlaceholder: 'Quartal auswählen',
41
- startDatePlaceholder: 'Anfangsdatum',
42
- endDatePlaceholder: 'Enddatum',
43
- startDatetimePlaceholder: 'Anfangsdatum und Uhrzeit',
44
- endDatetimePlaceholder: 'Enddatum und Uhrzeit',
45
- startMonthPlaceholder: 'Anfangsmonat',
46
- endMonthPlaceholder: 'Endmonat',
47
- monthBeforeYear: true,
48
- firstDayOfWeek: 0,
49
- today: 'Heute'
50
- },
51
- DataTable: {
52
- checkTableAll: 'Alles auswählen',
53
- uncheckTableAll: 'Auswahl aufheben',
54
- confirm: 'Bestätigen',
55
- clear: 'Löschen'
56
- },
57
- LegacyTransfer: {
58
- sourceTitle: 'Quelle',
59
- targetTitle: 'Ziel'
60
- },
61
- Transfer: {
62
- selectAll: 'Alle auswählen',
63
- unselectAll: 'Alle abwählen',
64
- clearAll: 'Leeren',
65
- total: (num) => `Insgesamt ${num} Einträge`,
66
- selected: (num) => `${num} Einträge ausgewählt`
67
- },
68
- Empty: {
69
- title: 'Нет совпадений',
70
- description: 'Попробуйте изменить поисковый запрос'
71
- },
72
- Select: {
73
- placeholder: 'Bitte auswählen'
74
- },
75
- TimePicker: {
76
- placeholder: 'Uhrzeit auswählen',
77
- positiveText: 'OK',
78
- negativeText: 'Abbrechen',
79
- now: 'Jetzt'
80
- },
81
- Pagination: {
82
- goto: 'Gehe zu',
83
- selectionSuffix: 'Seite'
84
- },
85
- DynamicTags: {
86
- add: 'Hinzufügen'
87
- },
88
- Log: {
89
- loading: 'Wird geladen'
90
- },
91
- Input: {
92
- placeholder: 'Bitte ausfüllen',
93
- copied: 'Kopiert'
94
- },
95
- InputNumber: {
96
- placeholder: 'Bitte ausfüllen'
97
- },
98
- DynamicInput: {
99
- create: 'Erstellen'
100
- },
101
- ThemeEditor: {
102
- title: 'Theme Editor',
103
- clearAllVars: 'Alle Variablen löschen',
104
- clearSearch: 'Suche löschen',
105
- filterCompName: 'Filter Komponentenname',
106
- filterVarName: 'Filter Variablenname',
107
- import: 'Importieren',
108
- export: 'Exportieren',
109
- restore: 'Auf Standard zurücksetzen'
110
- },
111
- Image: {
112
- tipPrevious: 'Vorheriges Bild (←)',
113
- tipNext: 'Nächstes Bild (→)',
114
- tipCounterclockwise: 'Gegen Uhrzeigersinn',
115
- tipClockwise: 'Uhrzeigersinn',
116
- tipZoomOut: 'Rauszoomen',
117
- tipZoomIn: 'Reinzoomen',
118
- tipDownload: 'Download',
119
- tipClose: 'Schließen (Esc)',
120
- tipOriginalSize: 'Zoom zurücksetzen'
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 deDE;
@@ -1,3 +0,0 @@
1
- import type { ULocale } from './enUS';
2
- declare const enGB: ULocale;
3
- export default enGB;
@@ -1,148 +0,0 @@
1
- const enGB = {
2
- name: 'en-GB',
3
- global: {
4
- undo: 'Undo',
5
- redo: 'Redo',
6
- confirm: 'Confirm',
7
- clear: 'Clear'
8
- },
9
- Popconfirm: {
10
- positiveText: 'Confirm',
11
- negativeText: 'Cancel'
12
- },
13
- Cascader: {
14
- placeholder: 'Please Select',
15
- loading: 'Loading',
16
- loadingRequiredMessage: (label) => `Please load all ${label}'s descendants before checking it.`
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: 'Clear',
32
- now: 'Now',
33
- confirm: 'Confirm',
34
- selectTime: 'Select Time',
35
- selectDate: 'Select Date',
36
- datePlaceholder: 'Select Date',
37
- datetimePlaceholder: 'Select Date and Time',
38
- monthPlaceholder: 'Select Month',
39
- yearPlaceholder: 'Select Year',
40
- quarterPlaceholder: 'Select Quarter',
41
- startDatePlaceholder: 'Start Date',
42
- endDatePlaceholder: 'End Date',
43
- startDatetimePlaceholder: 'Start Date and Time',
44
- endDatetimePlaceholder: 'End Date and Time',
45
- startMonthPlaceholder: 'Start Month',
46
- endMonthPlaceholder: 'End Month',
47
- monthBeforeYear: true,
48
- firstDayOfWeek: 0,
49
- today: 'Today'
50
- },
51
- DataTable: {
52
- checkTableAll: 'Select all in the table',
53
- uncheckTableAll: 'Unselect all in the table',
54
- confirm: 'Confirm',
55
- clear: 'Clear'
56
- },
57
- LegacyTransfer: {
58
- sourceTitle: 'Source',
59
- targetTitle: 'Target'
60
- },
61
- Transfer: {
62
- selectAll: 'Select all',
63
- unselectAll: 'Unselect all',
64
- clearAll: 'Clear',
65
- total: (num) => `Total ${num} items`,
66
- selected: (num) => `${num} items selected`
67
- },
68
- Empty: {
69
- title: 'Нет совпадений',
70
- description: 'Попробуйте изменить поисковый запрос'
71
- },
72
- Select: {
73
- placeholder: 'Please Select'
74
- },
75
- TimePicker: {
76
- placeholder: 'Select Time',
77
- positiveText: 'OK',
78
- negativeText: 'Cancel',
79
- now: 'Now'
80
- },
81
- Pagination: {
82
- goto: 'Goto',
83
- selectionSuffix: 'page'
84
- },
85
- DynamicTags: {
86
- add: 'Add'
87
- },
88
- Log: {
89
- loading: 'Loading'
90
- },
91
- Input: {
92
- placeholder: 'Please Input',
93
- copied: 'Copied'
94
- },
95
- InputNumber: {
96
- placeholder: 'Please Input'
97
- },
98
- DynamicInput: {
99
- create: 'Create'
100
- },
101
- ThemeEditor: {
102
- title: 'Theme Editor',
103
- clearAllVars: 'Clear All Variables',
104
- clearSearch: 'Clear Search',
105
- filterCompName: 'Filter Component Name',
106
- filterVarName: 'Filter Variable Name',
107
- import: 'Import',
108
- export: 'Export',
109
- restore: 'Reset to Default'
110
- },
111
- Image: {
112
- tipPrevious: 'Previous picture (←)',
113
- tipNext: 'Next picture (→)',
114
- tipCounterclockwise: 'Counterclockwise',
115
- tipClockwise: 'Clockwise',
116
- tipZoomOut: 'Zoom out',
117
- tipZoomIn: 'Zoom in',
118
- tipDownload: 'Download',
119
- tipClose: 'Close (Esc)',
120
- // TODO: translation
121
- tipOriginalSize: 'Zoom to original size'
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 enGB;
@@ -1,3 +0,0 @@
1
- import type { ULocale } from './enUS';
2
- declare const eo: ULocale;
3
- export default eo;
@@ -1,149 +0,0 @@
1
- const eo = {
2
- name: 'eo',
3
- global: {
4
- undo: 'Malfari',
5
- redo: 'Refari',
6
- confirm: 'Konfirmi',
7
- clear: 'Malplenigi'
8
- },
9
- Popconfirm: {
10
- positiveText: 'Konfirmi',
11
- negativeText: 'Nuligi'
12
- },
13
- Cascader: {
14
- placeholder: 'Bonvolu elekti',
15
- loading: 'Ŝargiĝo',
16
- loadingRequiredMessage: (label) => `Bonvolu ŝargi ĉiujn idojn de ${label} antaŭ ol elekti ĝin.`
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: 'Malplenigi',
32
- now: 'Nun',
33
- confirm: 'Konfirmi',
34
- selectTime: 'Elekti tempon',
35
- selectDate: 'Elekti daton',
36
- datePlaceholder: 'Elekti daton',
37
- datetimePlaceholder: 'Elekti daton kaj tempon',
38
- monthPlaceholder: 'Elekti monaton',
39
- yearPlaceholder: 'Elekti jaron',
40
- quarterPlaceholder: 'Elekti jarkvaronon',
41
- startDatePlaceholder: 'Komenca dato',
42
- endDatePlaceholder: 'Fina dato',
43
- startDatetimePlaceholder: 'Komencaj dato kaj tempo',
44
- endDatetimePlaceholder: 'Finaj dato kaj tempo',
45
- // FIXME: translation needed
46
- startMonthPlaceholder: 'Start Month',
47
- endMonthPlaceholder: 'End Month',
48
- monthBeforeYear: true,
49
- firstDayOfWeek: 0,
50
- today: 'Hodiaŭ'
51
- },
52
- DataTable: {
53
- checkTableAll: 'Elekti ĉiujn en la tabelo',
54
- uncheckTableAll: 'Malelekti ĉiujn en la tabelo',
55
- confirm: 'Konfirmi',
56
- clear: 'Malplenigi'
57
- },
58
- LegacyTransfer: {
59
- sourceTitle: 'Source',
60
- targetTitle: 'Target'
61
- },
62
- // TODO: translation
63
- Transfer: {
64
- selectAll: 'Select all',
65
- unselectAll: 'Unselect all',
66
- clearAll: 'Clear',
67
- total: (num) => `Total ${num} items`,
68
- selected: (num) => `${num} items selected`
69
- },
70
- Empty: {
71
- title: 'Нет совпадений',
72
- description: 'Попробуйте изменить поисковый запрос'
73
- },
74
- Select: {
75
- placeholder: 'Bonvolu elekti'
76
- },
77
- TimePicker: {
78
- placeholder: 'Elekti tempon',
79
- positiveText: 'Bone',
80
- negativeText: 'Nuligi',
81
- now: 'Nun'
82
- },
83
- Pagination: {
84
- goto: 'Iri al',
85
- selectionSuffix: 'paĝo'
86
- },
87
- DynamicTags: {
88
- add: 'Aldoni'
89
- },
90
- Log: {
91
- loading: 'Ŝargado'
92
- },
93
- Input: {
94
- placeholder: 'Bonvolu entajpi',
95
- copied: 'Kopiiĝis'
96
- },
97
- InputNumber: {
98
- placeholder: 'Bonvolu entajpi'
99
- },
100
- DynamicInput: {
101
- create: 'Krei'
102
- },
103
- ThemeEditor: {
104
- title: 'Etosredaktilo',
105
- clearAllVars: 'Malplenigi ĉiujn variablojn',
106
- clearSearch: 'Malplenigi serĉon',
107
- filterCompName: 'Filtri nomojn de komponaĵoj',
108
- filterVarName: 'Filtri nomojn de variabloj',
109
- import: 'Importi',
110
- export: 'Eksporti',
111
- restore: 'Restarigi defaŭltajn valorojn'
112
- },
113
- Image: {
114
- tipPrevious: 'Antaŭa bildo (←)',
115
- tipNext: 'Sekva bildo (→)',
116
- tipCounterclockwise: 'Maldekstrume',
117
- tipClockwise: 'Dekstrume',
118
- tipZoomOut: 'Malzomi',
119
- tipZoomIn: 'Zomi',
120
- tipDownload: 'Elŝuti',
121
- tipClose: 'Fermi (Esc)',
122
- tipOriginalSize: 'Zoom to original size'
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
- export default eo;
@@ -1,3 +0,0 @@
1
- import type { ULocale } from './enUS';
2
- declare const esAR: ULocale;
3
- export default esAR;