@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,6 +0,0 @@
1
- import frFR from 'date-fns/locale/fr'; //
2
- const dateFrFR = {
3
- name: 'fr-FR',
4
- locale: frFR
5
- };
6
- export default dateFrFR;
@@ -1,3 +0,0 @@
1
- import { type UDateLocale } from './enUS';
2
- declare const dateIdID: UDateLocale;
3
- export default dateIdID;
@@ -1,6 +0,0 @@
1
- import idID from 'date-fns/locale/id'; //
2
- const dateIdID = {
3
- name: 'id-ID',
4
- locale: idID
5
- };
6
- export default dateIdID;
@@ -1,3 +0,0 @@
1
- import { type UDateLocale } from './enUS';
2
- declare const dateItIT: UDateLocale;
3
- export default dateItIT;
@@ -1,6 +0,0 @@
1
- import itIT from 'date-fns/locale/it'; //
2
- const dateItIT = {
3
- name: 'it-IT',
4
- locale: itIT
5
- };
6
- export default dateItIT;
@@ -1,3 +0,0 @@
1
- import { type UDateLocale } from './enUS';
2
- declare const dateJaJP: UDateLocale;
3
- export default dateJaJP;
@@ -1,6 +0,0 @@
1
- import ja from 'date-fns/locale/ja'; //
2
- const dateJaJP = {
3
- name: 'ja-JP',
4
- locale: ja
5
- };
6
- export default dateJaJP;
@@ -1,3 +0,0 @@
1
- import { type UDateLocale } from './enUS';
2
- declare const dateKoKR: UDateLocale;
3
- export default dateKoKR;
@@ -1,6 +0,0 @@
1
- import ko from 'date-fns/locale/ko'; //
2
- const dateKoKR = {
3
- name: 'ko-KR',
4
- locale: ko
5
- };
6
- export default dateKoKR;
@@ -1,3 +0,0 @@
1
- import { type UDateLocale } from './enUS';
2
- declare const dateNbNO: UDateLocale;
3
- export default dateNbNO;
@@ -1,6 +0,0 @@
1
- import nb from 'date-fns/locale/nb'; //
2
- const dateNbNO = {
3
- name: 'nb-NO',
4
- locale: nb
5
- };
6
- export default dateNbNO;
@@ -1,3 +0,0 @@
1
- import { type UDateLocale } from './enUS';
2
- declare const dateNlNL: UDateLocale;
3
- export default dateNlNL;
@@ -1,6 +0,0 @@
1
- import nl from 'date-fns/locale/nl'; //
2
- const dateNlNL = {
3
- name: 'nl-NL',
4
- locale: nl
5
- };
6
- export default dateNlNL;
@@ -1,3 +0,0 @@
1
- import { type UDateLocale } from './enUS';
2
- declare const datePlPL: UDateLocale;
3
- export default datePlPL;
@@ -1,6 +0,0 @@
1
- import plPL from 'date-fns/locale/pl'; //
2
- const datePlPL = {
3
- name: 'pl-PL',
4
- locale: plPL
5
- };
6
- export default datePlPL;
@@ -1,3 +0,0 @@
1
- import { type UDateLocale } from './enUS';
2
- declare const datePtBr: UDateLocale;
3
- export default datePtBr;
@@ -1,6 +0,0 @@
1
- import ptBR from 'date-fns/locale/pt-BR'; //
2
- const datePtBr = {
3
- name: 'pt-BR',
4
- locale: ptBR
5
- };
6
- export default datePtBr;
@@ -1,3 +0,0 @@
1
- import { type UDateLocale } from './enUS';
2
- declare const dateRuRU: UDateLocale;
3
- export default dateRuRU;
@@ -1,6 +0,0 @@
1
- import ru from 'date-fns/locale/ru'; //
2
- const dateRuRU = {
3
- name: 'ru-RU',
4
- locale: ru
5
- };
6
- export default dateRuRU;
@@ -1,3 +0,0 @@
1
- import { type UDateLocale } from './enUS';
2
- declare const dateSkSK: UDateLocale;
3
- export default dateSkSK;
@@ -1,6 +0,0 @@
1
- import sk from 'date-fns/locale/sk'; //
2
- const dateSkSK = {
3
- name: 'sk-SK',
4
- locale: sk
5
- };
6
- export default dateSkSK;
@@ -1,3 +0,0 @@
1
- import { type UDateLocale } from './enUS';
2
- declare const dateSvSE: UDateLocale;
3
- export default dateSvSE;
@@ -1,6 +0,0 @@
1
- import sv from 'date-fns/locale/sv'; //
2
- const dateSvSE = {
3
- name: 'sv-SE',
4
- locale: sv
5
- };
6
- export default dateSvSE;
@@ -1,3 +0,0 @@
1
- import { type UDateLocale } from './enUS';
2
- declare const dateThTH: UDateLocale;
3
- export default dateThTH;
@@ -1,6 +0,0 @@
1
- import thTH from 'date-fns/locale/th'; //
2
- const dateThTH = {
3
- name: 'thTH',
4
- locale: thTH
5
- };
6
- export default dateThTH;
@@ -1,3 +0,0 @@
1
- import { type UDateLocale } from './enUS';
2
- declare const dateTrTR: UDateLocale;
3
- export default dateTrTR;
@@ -1,6 +0,0 @@
1
- import trTR from 'date-fns/locale/tr'; //
2
- const dateTrTR = {
3
- name: 'zh-CN',
4
- locale: trTR
5
- };
6
- export default dateTrTR;
@@ -1,3 +0,0 @@
1
- import { type UDateLocale } from './enUS';
2
- declare const dateUkUA: UDateLocale;
3
- export default dateUkUA;
@@ -1,6 +0,0 @@
1
- import uk from 'date-fns/locale/uk'; //
2
- const dateUkUA = {
3
- name: 'uk-UA',
4
- locale: uk
5
- };
6
- export default dateUkUA;
@@ -1,3 +0,0 @@
1
- import { type UDateLocale } from './enUS';
2
- declare const dateVi: UDateLocale;
3
- export default dateVi;
@@ -1,6 +0,0 @@
1
- import viVN from 'date-fns/locale/vi'; //
2
- const dateVi = {
3
- name: 'vi-VN',
4
- locale: viVN
5
- };
6
- export default dateVi;
@@ -1,3 +0,0 @@
1
- import { type UDateLocale } from './enUS';
2
- declare const dateZhCN: UDateLocale;
3
- export default dateZhCN;
@@ -1,6 +0,0 @@
1
- import zhCN from 'date-fns/locale/zh-CN'; //
2
- const dateZhCN = {
3
- name: 'zh-CN',
4
- locale: zhCN
5
- };
6
- export default dateZhCN;
@@ -1,3 +0,0 @@
1
- import { type UDateLocale } from './enUS';
2
- declare const datezhTW: UDateLocale;
3
- export default datezhTW;
@@ -1,6 +0,0 @@
1
- import zhTW from 'date-fns/locale/zh-TW'; //
2
- const datezhTW = {
3
- name: 'zh-TW',
4
- locale: zhTW
5
- };
6
- export default datezhTW;
@@ -1,3 +0,0 @@
1
- import type { ULocale } from './enUS';
2
- declare const arDZ: ULocale;
3
- export default arDZ;
@@ -1,149 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const arDZ = {
4
- name: 'ar-DZ',
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: 6,
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 = arDZ;
@@ -1,3 +0,0 @@
1
- import type { ULocale } from './enUS';
2
- declare const deDE: ULocale;
3
- export default deDE;
@@ -1,149 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const deDE = {
4
- name: 'de-DE',
5
- global: {
6
- undo: 'Rückgängig',
7
- redo: 'Wiederholen',
8
- confirm: 'Bestätigen',
9
- clear: 'Löschen'
10
- },
11
- Popconfirm: {
12
- positiveText: 'Bestätigen',
13
- negativeText: 'Abbrechen'
14
- },
15
- Cascader: {
16
- placeholder: 'Bitte auswählen',
17
- loading: 'Wird geladen',
18
- loadingRequiredMessage: (label) => `Bitte laden Sie alle Unterpunkte von ${label}, bevor Sie es auswählen.`
19
- },
20
- Time: {
21
- dateFormat: 'dd.MM.yyyy',
22
- dateTimeFormat: 'dd.MM.yyyy HH:mm:ss'
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: 'dd.MM.yyyy HH:mm:ss',
32
- quarterFormat: 'yyyy-qqq',
33
- clear: 'Löschen',
34
- now: 'Jetzt',
35
- confirm: 'Bestätigen',
36
- selectTime: 'Uhrzeit auswählen',
37
- selectDate: 'Datum auswählen',
38
- datePlaceholder: 'Datum auswählen',
39
- datetimePlaceholder: 'Datum und Uhrzeit auswählen',
40
- monthPlaceholder: 'Monat auswählen',
41
- yearPlaceholder: 'Jahr auswählen',
42
- quarterPlaceholder: 'Quartal auswählen',
43
- startDatePlaceholder: 'Anfangsdatum',
44
- endDatePlaceholder: 'Enddatum',
45
- startDatetimePlaceholder: 'Anfangsdatum und Uhrzeit',
46
- endDatetimePlaceholder: 'Enddatum und Uhrzeit',
47
- startMonthPlaceholder: 'Anfangsmonat',
48
- endMonthPlaceholder: 'Endmonat',
49
- monthBeforeYear: true,
50
- firstDayOfWeek: 0,
51
- today: 'Heute'
52
- },
53
- DataTable: {
54
- checkTableAll: 'Alles auswählen',
55
- uncheckTableAll: 'Auswahl aufheben',
56
- confirm: 'Bestätigen',
57
- clear: 'Löschen'
58
- },
59
- LegacyTransfer: {
60
- sourceTitle: 'Quelle',
61
- targetTitle: 'Ziel'
62
- },
63
- Transfer: {
64
- selectAll: 'Alle auswählen',
65
- unselectAll: 'Alle abwählen',
66
- clearAll: 'Leeren',
67
- total: (num) => `Insgesamt ${num} Einträge`,
68
- selected: (num) => `${num} Einträge ausgewählt`
69
- },
70
- Empty: {
71
- title: 'Нет совпадений',
72
- description: 'Попробуйте изменить поисковый запрос'
73
- },
74
- Select: {
75
- placeholder: 'Bitte auswählen'
76
- },
77
- TimePicker: {
78
- placeholder: 'Uhrzeit auswählen',
79
- positiveText: 'OK',
80
- negativeText: 'Abbrechen',
81
- now: 'Jetzt'
82
- },
83
- Pagination: {
84
- goto: 'Gehe zu',
85
- selectionSuffix: 'Seite'
86
- },
87
- DynamicTags: {
88
- add: 'Hinzufügen'
89
- },
90
- Log: {
91
- loading: 'Wird geladen'
92
- },
93
- Input: {
94
- placeholder: 'Bitte ausfüllen',
95
- copied: 'Kopiert'
96
- },
97
- InputNumber: {
98
- placeholder: 'Bitte ausfüllen'
99
- },
100
- DynamicInput: {
101
- create: 'Erstellen'
102
- },
103
- ThemeEditor: {
104
- title: 'Theme Editor',
105
- clearAllVars: 'Alle Variablen löschen',
106
- clearSearch: 'Suche löschen',
107
- filterCompName: 'Filter Komponentenname',
108
- filterVarName: 'Filter Variablenname',
109
- import: 'Importieren',
110
- export: 'Exportieren',
111
- restore: 'Auf Standard zurücksetzen'
112
- },
113
- Image: {
114
- tipPrevious: 'Vorheriges Bild (←)',
115
- tipNext: 'Nächstes Bild (→)',
116
- tipCounterclockwise: 'Gegen Uhrzeigersinn',
117
- tipClockwise: 'Uhrzeigersinn',
118
- tipZoomOut: 'Rauszoomen',
119
- tipZoomIn: 'Reinzoomen',
120
- tipDownload: 'Download',
121
- tipClose: 'Schließen (Esc)',
122
- tipOriginalSize: 'Zoom zurücksetzen'
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 = deDE;
@@ -1,3 +0,0 @@
1
- import type { ULocale } from './enUS';
2
- declare const enGB: ULocale;
3
- export default enGB;