@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,151 +0,0 @@
1
- const esAR = {
2
- name: 'es-AR',
3
- global: {
4
- undo: 'Deshacer',
5
- redo: 'Rehacer',
6
- confirm: 'Confirmar',
7
- clear: 'Borrar'
8
- },
9
- Popconfirm: {
10
- positiveText: 'Confirmar',
11
- negativeText: 'Cancelar'
12
- },
13
- Cascader: {
14
- placeholder: 'Seleccionar por favor',
15
- loading: 'Cargando',
16
- loadingRequiredMessage: (label) => `Por favor, cargue los descendientes de ${label} antes de marcarlo.`
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: 'Borrar',
32
- now: 'Ahora',
33
- confirm: 'Confirmar',
34
- selectTime: 'Seleccionar hora',
35
- selectDate: 'Seleccionar fecha',
36
- datePlaceholder: 'Seleccionar fecha',
37
- datetimePlaceholder: 'Seleccionar fecha y hora',
38
- monthPlaceholder: 'Seleccionar mes',
39
- yearPlaceholder: 'Seleccionar año',
40
- quarterPlaceholder: 'Seleccionar Trimestre',
41
- startDatePlaceholder: 'Fecha de inicio',
42
- endDatePlaceholder: 'Fecha final',
43
- startDatetimePlaceholder: 'Fecha y hora de inicio',
44
- endDatetimePlaceholder: 'Fecha y hora final',
45
- monthBeforeYear: true,
46
- // FIXME: translation needed
47
- startMonthPlaceholder: 'Start Month',
48
- endMonthPlaceholder: 'End Month',
49
- // 0 is Monday / 0 es Lunes
50
- firstDayOfWeek: 6,
51
- today: 'Hoy'
52
- },
53
- DataTable: {
54
- checkTableAll: 'Seleccionar todo de la tabla',
55
- uncheckTableAll: 'Deseleccionar todo de la tabla',
56
- confirm: 'Confirmar',
57
- clear: 'Limpiar'
58
- },
59
- LegacyTransfer: {
60
- sourceTitle: 'Fuente',
61
- targetTitle: 'Objetivo'
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: 'Seleccionar por favor'
77
- },
78
- TimePicker: {
79
- placeholder: 'Seleccionar hora',
80
- positiveText: 'OK',
81
- negativeText: 'Cancelar',
82
- now: 'Ahora'
83
- },
84
- Pagination: {
85
- goto: 'Ir a',
86
- selectionSuffix: 'página'
87
- },
88
- DynamicTags: {
89
- add: 'Agregar'
90
- },
91
- Log: {
92
- loading: 'Cargando'
93
- },
94
- Input: {
95
- placeholder: 'Ingrese datos por favor',
96
- copied: 'Copiado'
97
- },
98
- InputNumber: {
99
- placeholder: 'Ingrese datos por favor'
100
- },
101
- DynamicInput: {
102
- create: 'Crear'
103
- },
104
- ThemeEditor: {
105
- title: 'Editor de Tema',
106
- clearAllVars: 'Limpiar todas las variables',
107
- clearSearch: 'Limpiar búsqueda',
108
- filterCompName: 'Filtro para nombre del componente',
109
- filterVarName: 'Filtro para nombre de la variable',
110
- import: 'Importar',
111
- export: 'Exportar',
112
- restore: 'Restablecer los valores por defecto'
113
- },
114
- Image: {
115
- tipPrevious: 'Imagen anterior (←)',
116
- tipNext: 'Siguiente imagen (→)',
117
- tipCounterclockwise: 'Sentido antihorario',
118
- tipClockwise: 'Sentido horario',
119
- tipZoomOut: 'Alejar',
120
- tipZoomIn: 'Acercar',
121
- tipDownload: 'Descargar',
122
- tipClose: 'Cerrar (Esc)',
123
- // TODO: translation
124
- tipOriginalSize: 'Zoom to original size'
125
- },
126
- Upload: {
127
- title: 'Select file or drag it here',
128
- subtitle: 'PDF, PNG, JPEG no more than 100 MB',
129
- uploading: 'Uploading'
130
- },
131
- Chat: {
132
- inputPlaceholder: 'Type a message...',
133
- typingText: 'Typing...',
134
- retryText: 'Resend',
135
- closeButtonText: 'Close chat',
136
- shareButtonTooltip: 'Share chat',
137
- profileButtonTooltip: 'View profile',
138
- unreadNotificationText: 'new messages',
139
- editText: 'Edit',
140
- copyText: 'Copy',
141
- deleteText: 'Delete',
142
- editingTitle: 'Editing'
143
- },
144
- Header: {
145
- desktopSearchTitle: 'Search',
146
- searchPlaceholder: 'Search the site',
147
- primaryActionText: 'Become a client',
148
- secondaryActionText: 'Go to the application'
149
- }
150
- };
151
- export default esAR;
@@ -1,3 +0,0 @@
1
- import type { ULocale } from './enUS';
2
- declare const faIR: ULocale;
3
- export default faIR;
@@ -1,147 +0,0 @@
1
- const faIR = {
2
- name: 'fa-IR',
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، H:mm:ss'
21
- },
22
- DatePicker: {
23
- yearFormat: 'yyyy سال',
24
- monthFormat: 'MMM',
25
- dayFormat: 'eeeeee',
26
- yearTypeFormat: 'yyyy',
27
- monthTypeFormat: 'MM/yyyy',
28
- dateFormat: 'yyyy/MM/dd',
29
- dateTimeFormat: 'yyyy/MM/dd HH:mm:ss',
30
- quarterFormat: 'سه ماهه yyyy',
31
- clear: 'پاک کردن',
32
- now: 'اکنون',
33
- confirm: 'تأیید',
34
- selectTime: 'انتخاب زمان',
35
- selectDate: 'انتخاب تاریخ',
36
- datePlaceholder: 'انتخاب تاریخ',
37
- datetimePlaceholder: 'انتخاب تاریخ و زمان',
38
- monthPlaceholder: 'انتخاب ماه',
39
- yearPlaceholder: 'انتخاب سال',
40
- quarterPlaceholder: 'انتخاب سه‌ماهه',
41
- startDatePlaceholder: 'تاریخ شروع',
42
- endDatePlaceholder: 'تاریخ پایان',
43
- startDatetimePlaceholder: 'زمان شروع',
44
- endDatetimePlaceholder: 'زمان پایان',
45
- startMonthPlaceholder: 'ماه شروع',
46
- endMonthPlaceholder: 'ماه پایان',
47
- monthBeforeYear: false,
48
- firstDayOfWeek: 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
- clearAll: 'حذف همه',
64
- unselectAll: 'عدم انتخاب همه',
65
- total: (num) => `کل ${num} مورد`,
66
- selected: (num) => `انتخاب شده ${num} مورد`
67
- },
68
- Empty: {
69
- title: 'Нет совпадений',
70
- description: 'Попробуйте изменить поисковый запрос'
71
- },
72
- Select: {
73
- placeholder: 'لطفاً انتخاب کنید'
74
- },
75
- TimePicker: {
76
- placeholder: 'لطفاً زمان مورد نظر را انتخاب کنید',
77
- positiveText: 'تأیید',
78
- negativeText: 'لغو',
79
- now: 'همین الان'
80
- },
81
- Pagination: {
82
- goto: 'رفتن به صفحه',
83
- selectionSuffix: 'صفحه'
84
- },
85
- DynamicTags: {
86
- add: 'افزودن'
87
- },
88
- Log: {
89
- loading: 'در حال بارگذاری'
90
- },
91
- Input: {
92
- placeholder: 'لطفاً وارد کنید',
93
- copied: 'کپی شد'
94
- },
95
- InputNumber: {
96
- placeholder: 'لطفاً وارد کنید'
97
- },
98
- DynamicInput: {
99
- create: 'افزودن'
100
- },
101
- ThemeEditor: {
102
- title: 'ویرایشگر پوسته',
103
- clearAllVars: 'پاک کردن همه متغیرها',
104
- clearSearch: 'پاک کردن جستجو',
105
- filterCompName: 'فیلتر نام کامپوننت',
106
- filterVarName: 'فیلتر نام متغیر',
107
- import: 'ورود',
108
- export: 'خروج',
109
- restore: 'بازگردانی به حالت پیش‌فرض'
110
- },
111
- Image: {
112
- tipPrevious: 'تصویر قبلی (←)',
113
- tipNext: 'تصویر بعدی (→)',
114
- tipCounterclockwise: 'چرخش به سمت چپ',
115
- tipClockwise: 'چرخش به سمت راست',
116
- tipZoomOut: 'کوچک نمایی تصویر',
117
- tipZoomIn: 'بزرگ نمایی تصویر',
118
- tipDownload: 'بارگیری',
119
- tipClose: 'بستن (Esc)',
120
- tipOriginalSize: 'اندازه اصلی تصویر'
121
- },
122
- Upload: {
123
- title: 'Select file or drag it here',
124
- subtitle: 'PDF, PNG, JPEG no more than 100 MB',
125
- uploading: 'Uploading'
126
- },
127
- Chat: {
128
- inputPlaceholder: 'Type a message...',
129
- typingText: 'Typing...',
130
- retryText: 'Resend',
131
- closeButtonText: 'Close chat',
132
- shareButtonTooltip: 'Share chat',
133
- profileButtonTooltip: 'View profile',
134
- unreadNotificationText: 'new messages',
135
- editText: 'Edit',
136
- copyText: 'Copy',
137
- deleteText: 'Delete',
138
- editingTitle: 'Editing'
139
- },
140
- Header: {
141
- desktopSearchTitle: 'Search',
142
- searchPlaceholder: 'Search the site',
143
- primaryActionText: 'Become a client',
144
- secondaryActionText: 'Go to the application'
145
- }
146
- };
147
- export default faIR;
@@ -1,3 +0,0 @@
1
- import type { ULocale } from './enUS';
2
- declare const frFR: ULocale;
3
- export default frFR;
@@ -1,147 +0,0 @@
1
- const frFR = {
2
- name: 'fr-FR',
3
- global: {
4
- undo: 'Défaire',
5
- redo: 'Refaire',
6
- confirm: 'Confirmer',
7
- clear: 'Effacer'
8
- },
9
- Popconfirm: {
10
- positiveText: 'Confirmer',
11
- negativeText: 'Annuler'
12
- },
13
- Cascader: {
14
- placeholder: 'Sélectionner',
15
- loading: 'Chargement',
16
- loadingRequiredMessage: (label) => `Charger tous les enfants de ${label} avant de le sélectionner`
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: 'qqq yyyy',
31
- clear: 'Effacer',
32
- now: 'Maintenant',
33
- confirm: 'Confirmer',
34
- selectTime: "Sélectionner l'heure",
35
- selectDate: 'Sélectionner la date',
36
- datePlaceholder: 'Sélectionner la date',
37
- datetimePlaceholder: "Sélectionner la date et l'heure",
38
- monthPlaceholder: 'Sélectionner le mois',
39
- yearPlaceholder: "Sélectionner l'année",
40
- quarterPlaceholder: 'Sélectionner le trimestre',
41
- startDatePlaceholder: 'Date de début',
42
- endDatePlaceholder: 'Date de fin',
43
- startDatetimePlaceholder: 'Date et heure de début',
44
- endDatetimePlaceholder: 'Date et heure de fin',
45
- startMonthPlaceholder: 'Mois de début',
46
- endMonthPlaceholder: 'Mois de fin',
47
- monthBeforeYear: true,
48
- firstDayOfWeek: 1,
49
- today: "Aujourd'hui"
50
- },
51
- DataTable: {
52
- checkTableAll: 'Sélectionner tout',
53
- uncheckTableAll: 'Désélectionner tout',
54
- confirm: 'Confirmer',
55
- clear: 'Effacer'
56
- },
57
- LegacyTransfer: {
58
- sourceTitle: 'Source',
59
- targetTitle: 'Cible'
60
- },
61
- Transfer: {
62
- selectAll: 'Sélectionner tout',
63
- unselectAll: 'Désélectionner tout',
64
- clearAll: 'Effacer',
65
- total: (num) => `Total ${num} éléments`,
66
- selected: (num) => `${num} éléments sélectionnés`
67
- },
68
- Empty: {
69
- title: 'Нет совпадений',
70
- description: 'Попробуйте изменить поисковый запрос'
71
- },
72
- Select: {
73
- placeholder: 'Sélectionner'
74
- },
75
- TimePicker: {
76
- placeholder: "Sélectionner l'heure",
77
- positiveText: 'OK',
78
- negativeText: 'Annuler',
79
- now: 'Maintenant'
80
- },
81
- Pagination: {
82
- goto: 'Aller à',
83
- selectionSuffix: 'page'
84
- },
85
- DynamicTags: {
86
- add: 'Ajouter'
87
- },
88
- Log: {
89
- loading: 'Chargement'
90
- },
91
- Input: {
92
- placeholder: 'Saisir',
93
- copied: 'Copié'
94
- },
95
- InputNumber: {
96
- placeholder: 'Saisir'
97
- },
98
- DynamicInput: {
99
- create: 'Créer'
100
- },
101
- ThemeEditor: {
102
- title: 'Éditeur de thème',
103
- clearAllVars: 'Effacer toutes les variables',
104
- clearSearch: 'Effacer la recherche',
105
- filterCompName: 'Filtrer par nom de composant',
106
- filterVarName: 'Filtrer par nom de variable',
107
- import: 'Importer',
108
- export: 'Exporter',
109
- restore: 'Réinitialiser'
110
- },
111
- Image: {
112
- tipPrevious: 'Image précédente (←)',
113
- tipNext: 'Image suivante (→)',
114
- tipCounterclockwise: 'Sens antihoraire',
115
- tipClockwise: 'Sens horaire',
116
- tipZoomOut: 'Dézoomer',
117
- tipZoomIn: 'Zoomer',
118
- tipDownload: 'Descargar',
119
- tipClose: 'Fermer (Échap.)',
120
- tipOriginalSize: 'Zoom à la taille originale'
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 frFR;
@@ -1,3 +0,0 @@
1
- import type { ULocale } from './enUS';
2
- declare const idID: ULocale;
3
- export default idID;
@@ -1,151 +0,0 @@
1
- const idID = {
2
- name: 'id-ID',
3
- global: {
4
- undo: 'Membatalkan',
5
- redo: 'Mem-perbarui',
6
- confirm: 'Setuju',
7
- clear: 'Bersihkan'
8
- },
9
- Popconfirm: {
10
- positiveText: 'Setuju',
11
- negativeText: 'Batalkan'
12
- },
13
- Cascader: {
14
- placeholder: 'Mohon Pilih',
15
- loading: 'Memuat',
16
- loadingRequiredMessage: (label) => `Mohon muat semua ${label} sebelum memeriksa.`
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: 'Bersihkan',
32
- now: 'Sekarang',
33
- confirm: 'Setuju',
34
- selectTime: 'Pilih Waktu',
35
- selectDate: 'Pilih Tanggal',
36
- datePlaceholder: 'Pilih Tanggal',
37
- datetimePlaceholder: 'Pilih Tanggal dan Waktu',
38
- monthPlaceholder: 'Pilih Bulan',
39
- // FIXME: translation needed
40
- yearPlaceholder: 'Pilih tahun',
41
- quarterPlaceholder: 'Pilih perempat tahun',
42
- startDatePlaceholder: 'Tanggal Mulai',
43
- endDatePlaceholder: 'Tanggal Selesai',
44
- startDatetimePlaceholder: 'Tanggal dan Waktu Mulai',
45
- endDatetimePlaceholder: 'Tanggal dan Waktu Selesai',
46
- // FIXME: translation needed
47
- startMonthPlaceholder: 'Awal bulan',
48
- endMonthPlaceholder: 'Akhir bulan',
49
- monthBeforeYear: true,
50
- firstDayOfWeek: 6,
51
- today: 'Hari ini'
52
- },
53
- DataTable: {
54
- checkTableAll: 'Pilih semua pada tabel',
55
- uncheckTableAll: 'Batalkan pilihan semua',
56
- confirm: 'Setuju',
57
- clear: 'Bersihkan'
58
- },
59
- LegacyTransfer: {
60
- sourceTitle: 'Sumber',
61
- targetTitle: 'Tujuan'
62
- },
63
- // TODO: translation
64
- Transfer: {
65
- selectAll: 'Pilih semua',
66
- unselectAll: 'Batalkan pilihan',
67
- clearAll: 'Bersihkan',
68
- total: (num) => `Total ${num} item`,
69
- selected: (num) => `${num} item dipilih`
70
- },
71
- Empty: {
72
- title: 'Нет совпадений',
73
- description: 'Попробуйте изменить поисковый запрос'
74
- },
75
- Select: {
76
- placeholder: 'Mohon Pilih'
77
- },
78
- TimePicker: {
79
- placeholder: 'Pilih Waktu',
80
- positiveText: 'OK',
81
- negativeText: 'Batalkan',
82
- now: 'Sekarang'
83
- },
84
- Pagination: {
85
- goto: 'Ke',
86
- selectionSuffix: 'halaman'
87
- },
88
- DynamicTags: {
89
- add: 'Tambah'
90
- },
91
- Log: {
92
- loading: 'Memuat'
93
- },
94
- Input: {
95
- placeholder: 'Mohon isi',
96
- copied: 'Disalin'
97
- },
98
- InputNumber: {
99
- placeholder: 'Mohon isi'
100
- },
101
- DynamicInput: {
102
- create: 'Buat baru'
103
- },
104
- ThemeEditor: {
105
- title: 'Pengaturan Tema',
106
- clearAllVars: 'Bersihkan semua variabel',
107
- clearSearch: 'Bersihkan pencarian',
108
- filterCompName: 'Saring nama komponen',
109
- filterVarName: 'Saring nama variabel',
110
- import: 'Impor',
111
- export: 'Ekspor',
112
- restore: 'Setel ulang ke awal'
113
- },
114
- Image: {
115
- tipPrevious: 'Gambar sebelumnya (←)',
116
- tipNext: 'Gambar berikutnya (→)',
117
- tipCounterclockwise: 'Berlawanan arah jarum jam',
118
- tipClockwise: 'Searah jarum jam',
119
- tipZoomOut: 'Zoom out',
120
- tipZoomIn: 'Zoom in',
121
- tipDownload: 'Download',
122
- tipClose: 'Tutup (Esc)',
123
- // TODO: translation
124
- tipOriginalSize: 'Zoom ke ukuran asli'
125
- },
126
- Upload: {
127
- title: 'Select file or drag it here',
128
- subtitle: 'PDF, PNG, JPEG no more than 100 MB',
129
- uploading: 'Uploading'
130
- },
131
- Chat: {
132
- inputPlaceholder: 'Type a message...',
133
- typingText: 'Typing...',
134
- retryText: 'Resend',
135
- closeButtonText: 'Close chat',
136
- shareButtonTooltip: 'Share chat',
137
- profileButtonTooltip: 'View profile',
138
- unreadNotificationText: 'new messages',
139
- editText: 'Edit',
140
- copyText: 'Copy',
141
- deleteText: 'Delete',
142
- editingTitle: 'Editing'
143
- },
144
- Header: {
145
- desktopSearchTitle: 'Search',
146
- searchPlaceholder: 'Search the site',
147
- primaryActionText: 'Become a client',
148
- secondaryActionText: 'Go to the application'
149
- }
150
- };
151
- export default idID;
@@ -1,3 +0,0 @@
1
- import type { ULocale } from './enUS';
2
- declare const itIT: ULocale;
3
- export default itIT;