@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,149 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const frFR = {
4
- name: 'fr-FR',
5
- global: {
6
- undo: 'Défaire',
7
- redo: 'Refaire',
8
- confirm: 'Confirmer',
9
- clear: 'Effacer'
10
- },
11
- Popconfirm: {
12
- positiveText: 'Confirmer',
13
- negativeText: 'Annuler'
14
- },
15
- Cascader: {
16
- placeholder: 'Sélectionner',
17
- loading: 'Chargement',
18
- loadingRequiredMessage: (label) => `Charger tous les enfants de ${label} avant de le sélectionner`
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: 'qqq yyyy',
33
- clear: 'Effacer',
34
- now: 'Maintenant',
35
- confirm: 'Confirmer',
36
- selectTime: "Sélectionner l'heure",
37
- selectDate: 'Sélectionner la date',
38
- datePlaceholder: 'Sélectionner la date',
39
- datetimePlaceholder: "Sélectionner la date et l'heure",
40
- monthPlaceholder: 'Sélectionner le mois',
41
- yearPlaceholder: "Sélectionner l'année",
42
- quarterPlaceholder: 'Sélectionner le trimestre',
43
- startDatePlaceholder: 'Date de début',
44
- endDatePlaceholder: 'Date de fin',
45
- startDatetimePlaceholder: 'Date et heure de début',
46
- endDatetimePlaceholder: 'Date et heure de fin',
47
- startMonthPlaceholder: 'Mois de début',
48
- endMonthPlaceholder: 'Mois de fin',
49
- monthBeforeYear: true,
50
- firstDayOfWeek: 1,
51
- today: "Aujourd'hui"
52
- },
53
- DataTable: {
54
- checkTableAll: 'Sélectionner tout',
55
- uncheckTableAll: 'Désélectionner tout',
56
- confirm: 'Confirmer',
57
- clear: 'Effacer'
58
- },
59
- LegacyTransfer: {
60
- sourceTitle: 'Source',
61
- targetTitle: 'Cible'
62
- },
63
- Transfer: {
64
- selectAll: 'Sélectionner tout',
65
- unselectAll: 'Désélectionner tout',
66
- clearAll: 'Effacer',
67
- total: (num) => `Total ${num} éléments`,
68
- selected: (num) => `${num} éléments sélectionnés`
69
- },
70
- Empty: {
71
- title: 'Нет совпадений',
72
- description: 'Попробуйте изменить поисковый запрос'
73
- },
74
- Select: {
75
- placeholder: 'Sélectionner'
76
- },
77
- TimePicker: {
78
- placeholder: "Sélectionner l'heure",
79
- positiveText: 'OK',
80
- negativeText: 'Annuler',
81
- now: 'Maintenant'
82
- },
83
- Pagination: {
84
- goto: 'Aller à',
85
- selectionSuffix: 'page'
86
- },
87
- DynamicTags: {
88
- add: 'Ajouter'
89
- },
90
- Log: {
91
- loading: 'Chargement'
92
- },
93
- Input: {
94
- placeholder: 'Saisir',
95
- copied: 'Copié'
96
- },
97
- InputNumber: {
98
- placeholder: 'Saisir'
99
- },
100
- DynamicInput: {
101
- create: 'Créer'
102
- },
103
- ThemeEditor: {
104
- title: 'Éditeur de thème',
105
- clearAllVars: 'Effacer toutes les variables',
106
- clearSearch: 'Effacer la recherche',
107
- filterCompName: 'Filtrer par nom de composant',
108
- filterVarName: 'Filtrer par nom de variable',
109
- import: 'Importer',
110
- export: 'Exporter',
111
- restore: 'Réinitialiser'
112
- },
113
- Image: {
114
- tipPrevious: 'Image précédente (←)',
115
- tipNext: 'Image suivante (→)',
116
- tipCounterclockwise: 'Sens antihoraire',
117
- tipClockwise: 'Sens horaire',
118
- tipZoomOut: 'Dézoomer',
119
- tipZoomIn: 'Zoomer',
120
- tipDownload: 'Descargar',
121
- tipClose: 'Fermer (Échap.)',
122
- tipOriginalSize: 'Zoom à la taille originale'
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 = frFR;
@@ -1,3 +0,0 @@
1
- import type { ULocale } from './enUS';
2
- declare const idID: ULocale;
3
- export default idID;
@@ -1,153 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const idID = {
4
- name: 'id-ID',
5
- global: {
6
- undo: 'Membatalkan',
7
- redo: 'Mem-perbarui',
8
- confirm: 'Setuju',
9
- clear: 'Bersihkan'
10
- },
11
- Popconfirm: {
12
- positiveText: 'Setuju',
13
- negativeText: 'Batalkan'
14
- },
15
- Cascader: {
16
- placeholder: 'Mohon Pilih',
17
- loading: 'Memuat',
18
- loadingRequiredMessage: (label) => `Mohon muat semua ${label} sebelum memeriksa.`
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: 'Bersihkan',
34
- now: 'Sekarang',
35
- confirm: 'Setuju',
36
- selectTime: 'Pilih Waktu',
37
- selectDate: 'Pilih Tanggal',
38
- datePlaceholder: 'Pilih Tanggal',
39
- datetimePlaceholder: 'Pilih Tanggal dan Waktu',
40
- monthPlaceholder: 'Pilih Bulan',
41
- // FIXME: translation needed
42
- yearPlaceholder: 'Pilih tahun',
43
- quarterPlaceholder: 'Pilih perempat tahun',
44
- startDatePlaceholder: 'Tanggal Mulai',
45
- endDatePlaceholder: 'Tanggal Selesai',
46
- startDatetimePlaceholder: 'Tanggal dan Waktu Mulai',
47
- endDatetimePlaceholder: 'Tanggal dan Waktu Selesai',
48
- // FIXME: translation needed
49
- startMonthPlaceholder: 'Awal bulan',
50
- endMonthPlaceholder: 'Akhir bulan',
51
- monthBeforeYear: true,
52
- firstDayOfWeek: 6,
53
- today: 'Hari ini'
54
- },
55
- DataTable: {
56
- checkTableAll: 'Pilih semua pada tabel',
57
- uncheckTableAll: 'Batalkan pilihan semua',
58
- confirm: 'Setuju',
59
- clear: 'Bersihkan'
60
- },
61
- LegacyTransfer: {
62
- sourceTitle: 'Sumber',
63
- targetTitle: 'Tujuan'
64
- },
65
- // TODO: translation
66
- Transfer: {
67
- selectAll: 'Pilih semua',
68
- unselectAll: 'Batalkan pilihan',
69
- clearAll: 'Bersihkan',
70
- total: (num) => `Total ${num} item`,
71
- selected: (num) => `${num} item dipilih`
72
- },
73
- Empty: {
74
- title: 'Нет совпадений',
75
- description: 'Попробуйте изменить поисковый запрос'
76
- },
77
- Select: {
78
- placeholder: 'Mohon Pilih'
79
- },
80
- TimePicker: {
81
- placeholder: 'Pilih Waktu',
82
- positiveText: 'OK',
83
- negativeText: 'Batalkan',
84
- now: 'Sekarang'
85
- },
86
- Pagination: {
87
- goto: 'Ke',
88
- selectionSuffix: 'halaman'
89
- },
90
- DynamicTags: {
91
- add: 'Tambah'
92
- },
93
- Log: {
94
- loading: 'Memuat'
95
- },
96
- Input: {
97
- placeholder: 'Mohon isi',
98
- copied: 'Disalin'
99
- },
100
- InputNumber: {
101
- placeholder: 'Mohon isi'
102
- },
103
- DynamicInput: {
104
- create: 'Buat baru'
105
- },
106
- ThemeEditor: {
107
- title: 'Pengaturan Tema',
108
- clearAllVars: 'Bersihkan semua variabel',
109
- clearSearch: 'Bersihkan pencarian',
110
- filterCompName: 'Saring nama komponen',
111
- filterVarName: 'Saring nama variabel',
112
- import: 'Impor',
113
- export: 'Ekspor',
114
- restore: 'Setel ulang ke awal'
115
- },
116
- Image: {
117
- tipPrevious: 'Gambar sebelumnya (←)',
118
- tipNext: 'Gambar berikutnya (→)',
119
- tipCounterclockwise: 'Berlawanan arah jarum jam',
120
- tipClockwise: 'Searah jarum jam',
121
- tipZoomOut: 'Zoom out',
122
- tipZoomIn: 'Zoom in',
123
- tipDownload: 'Download',
124
- tipClose: 'Tutup (Esc)',
125
- // TODO: translation
126
- tipOriginalSize: 'Zoom ke ukuran asli'
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 = idID;
@@ -1,3 +0,0 @@
1
- import type { ULocale } from './enUS';
2
- declare const itIT: ULocale;
3
- export default itIT;
@@ -1,152 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const itIT = {
4
- name: 'it-IT',
5
- global: {
6
- undo: 'Annulla',
7
- redo: 'Ripeti',
8
- confirm: 'Conferma',
9
- clear: 'Cancella'
10
- },
11
- Popconfirm: {
12
- positiveText: 'Conferma',
13
- negativeText: 'Annulla'
14
- },
15
- Cascader: {
16
- placeholder: 'Si prega di selezionare',
17
- loading: 'Caricamento',
18
- loadingRequiredMessage: (label) => `Carica tutti i discendenti di ${label} prima di controllarlo.`
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: 'yyyy-MM',
30
- dateFormat: 'yyyy-MM-dd',
31
- dateTimeFormat: 'yyyy-MM-dd HH:mm:ss',
32
- quarterFormat: 'yyyy-qqq',
33
- clear: 'Cancella',
34
- now: 'Adesso',
35
- confirm: 'Conferma',
36
- selectTime: 'Seleziona ora',
37
- selectDate: 'Seleziona data',
38
- datePlaceholder: 'Seleziona data',
39
- datetimePlaceholder: 'Seleziona data e ora',
40
- monthPlaceholder: 'Seleziona mese',
41
- yearPlaceholder: 'Seleziona anno',
42
- quarterPlaceholder: 'Seleziona trimestre',
43
- startDatePlaceholder: 'Data inizio',
44
- endDatePlaceholder: 'Data fine',
45
- startDatetimePlaceholder: 'Data e ora di inizio',
46
- endDatetimePlaceholder: 'Data e ora di fine',
47
- // FIXME: translation needed
48
- startMonthPlaceholder: 'Start Month',
49
- endMonthPlaceholder: 'End Month',
50
- monthBeforeYear: true,
51
- firstDayOfWeek: 0,
52
- today: 'Oggi'
53
- },
54
- DataTable: {
55
- checkTableAll: 'Seleziona tutto nella tabella',
56
- uncheckTableAll: 'Deseleziona tutto nella tabella',
57
- confirm: 'Conferma',
58
- clear: 'Cancella'
59
- },
60
- LegacyTransfer: {
61
- sourceTitle: 'Fonte',
62
- targetTitle: 'Destinazione'
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: 'Si prega di selezionare'
78
- },
79
- TimePicker: {
80
- placeholder: 'Seleziona ora',
81
- positiveText: 'OK',
82
- negativeText: 'Annulla',
83
- now: 'Ora'
84
- },
85
- Pagination: {
86
- goto: 'Vai a',
87
- selectionSuffix: 'per pagina'
88
- },
89
- DynamicTags: {
90
- add: 'Aggiungi'
91
- },
92
- Log: {
93
- loading: 'Caricamento'
94
- },
95
- Input: {
96
- placeholder: 'Si prega di inserire',
97
- copied: 'Copiato'
98
- },
99
- InputNumber: {
100
- placeholder: 'Si prega di inserire'
101
- },
102
- DynamicInput: {
103
- create: 'Crea'
104
- },
105
- ThemeEditor: {
106
- title: 'Editor Tema',
107
- clearAllVars: 'Cancella tutte le variabili',
108
- clearSearch: 'Cancella ricerca',
109
- filterCompName: 'Filtra componenti',
110
- filterVarName: 'Filtra variabili',
111
- import: 'Importa',
112
- export: 'Esporta',
113
- restore: 'Ripristina'
114
- },
115
- Image: {
116
- tipPrevious: 'Immagine precedente (←)',
117
- tipNext: 'Immagine successiva (→)',
118
- tipCounterclockwise: 'Ruota a sinistra',
119
- tipClockwise: 'Ruota a destra',
120
- tipZoomOut: 'Ingrandisci',
121
- tipZoomIn: 'Riduci',
122
- tipDownload: 'Download',
123
- tipClose: 'Chiudi (Esc)',
124
- // TODO: translation
125
- tipOriginalSize: 'Zoom to original size'
126
- },
127
- Upload: {
128
- title: 'Select file or drag it here',
129
- subtitle: 'PDF, PNG, JPEG no more than 100 MB',
130
- uploading: 'Uploading'
131
- },
132
- Chat: {
133
- inputPlaceholder: 'Type a message...',
134
- typingText: 'Typing...',
135
- retryText: 'Resend',
136
- closeButtonText: 'Close chat',
137
- shareButtonTooltip: 'Share chat',
138
- profileButtonTooltip: 'View profile',
139
- unreadNotificationText: 'new messages',
140
- editText: 'Edit',
141
- copyText: 'Copy',
142
- deleteText: 'Delete',
143
- editingTitle: 'Editing'
144
- },
145
- Header: {
146
- desktopSearchTitle: 'Search',
147
- searchPlaceholder: 'Search the site',
148
- primaryActionText: 'Become a client',
149
- secondaryActionText: 'Go to the application'
150
- }
151
- };
152
- exports.default = itIT;
@@ -1,3 +0,0 @@
1
- import type { ULocale } from './enUS';
2
- declare const jaJP: ULocale;
3
- export default jaJP;
@@ -1,152 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const jaJP = {
4
- name: 'ja-JP',
5
- global: {
6
- undo: '元に戻す',
7
- redo: 'やり直す',
8
- confirm: 'OK',
9
- clear: 'クリア'
10
- },
11
- Popconfirm: {
12
- positiveText: 'OK',
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: 'OK',
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: false,
51
- firstDayOfWeek: 0,
52
- today: '今日'
53
- },
54
- DataTable: {
55
- checkTableAll: '全選択',
56
- uncheckTableAll: '全選択取消',
57
- confirm: 'OK',
58
- clear: 'リセット'
59
- },
60
- LegacyTransfer: {
61
- sourceTitle: '元',
62
- targetTitle: '先'
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: 'OK',
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: 'コンポネント名をフィルタ',
110
- filterVarName: '変数をフィルタ',
111
- import: 'インポート',
112
- export: 'エクスポート',
113
- restore: 'デフォルト'
114
- },
115
- Image: {
116
- tipPrevious: '前の画像 (←)',
117
- tipNext: '次の画像 (→)',
118
- tipCounterclockwise: '左に回転',
119
- tipClockwise: '右に回転',
120
- tipZoomOut: '縮小',
121
- tipZoomIn: '拡大',
122
- tipDownload: 'ダウンロード',
123
- tipClose: '閉じる (Esc)',
124
- // TODO: translation
125
- tipOriginalSize: 'Zoom to original size'
126
- },
127
- Upload: {
128
- title: 'Select file or drag it here',
129
- subtitle: 'PDF, PNG, JPEG no more than 100 MB',
130
- uploading: 'Uploading'
131
- },
132
- Chat: {
133
- inputPlaceholder: 'Type a message...',
134
- typingText: 'Typing...',
135
- retryText: 'Resend',
136
- closeButtonText: 'Close chat',
137
- shareButtonTooltip: 'Share chat',
138
- profileButtonTooltip: 'View profile',
139
- unreadNotificationText: 'new messages',
140
- editText: 'Edit',
141
- copyText: 'Copy',
142
- deleteText: 'Delete',
143
- editingTitle: 'Editing'
144
- },
145
- Header: {
146
- desktopSearchTitle: 'Search',
147
- searchPlaceholder: 'Search the site',
148
- primaryActionText: 'Become a client',
149
- secondaryActionText: 'Go to the application'
150
- }
151
- };
152
- exports.default = jaJP;
@@ -1,3 +0,0 @@
1
- import type { ULocale } from './enUS';
2
- declare const koKR: ULocale;
3
- export default koKR;