@uzum-tech/ui 1.12.2 → 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 (239) 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/_utils/composable/composables.js +2 -1
  5. package/es/chat/index.d.ts +1 -1
  6. package/es/chat/src/ChatParts/ChatAttachment.d.ts +1 -1
  7. package/es/chat/src/ChatParts/ChatAttachment.js +4 -4
  8. package/es/chat/src/ChatParts/MainArea.js +11 -1
  9. package/es/chat/src/interface.d.ts +9 -1
  10. package/es/chat/src/interface.js +7 -0
  11. package/es/header/src/Header.d.ts +3 -1
  12. package/es/header/src/Header.js +16 -4
  13. package/es/header/src/HeaderNavigation.d.ts +1601 -4
  14. package/es/header/src/HeaderNavigation.js +191 -31
  15. package/es/header/src/styles/index.cssr.js +47 -10
  16. package/es/locales/index.d.ts +0 -48
  17. package/es/locales/index.js +0 -48
  18. package/es/menu/src/utils.js +3 -1
  19. package/es/message/src/use-message.js +1 -1
  20. package/es/slider/src/Slider.js +0 -1
  21. package/es/tabs/src/Tabs.js +2 -2
  22. package/es/upload/src/interface.d.ts +3 -2
  23. package/es/version.d.ts +1 -1
  24. package/es/version.js +1 -1
  25. package/lib/_utils/composable/composables.js +2 -1
  26. package/lib/chat/index.d.ts +1 -1
  27. package/lib/chat/src/ChatParts/ChatAttachment.d.ts +1 -1
  28. package/lib/chat/src/ChatParts/ChatAttachment.js +3 -3
  29. package/lib/chat/src/ChatParts/MainArea.js +11 -1
  30. package/lib/chat/src/interface.d.ts +9 -1
  31. package/lib/chat/src/interface.js +8 -1
  32. package/lib/header/src/Header.d.ts +3 -1
  33. package/lib/header/src/Header.js +16 -4
  34. package/lib/header/src/HeaderNavigation.d.ts +1601 -4
  35. package/lib/header/src/HeaderNavigation.js +189 -29
  36. package/lib/header/src/styles/index.cssr.js +47 -10
  37. package/lib/locales/index.d.ts +0 -48
  38. package/lib/locales/index.js +1 -98
  39. package/lib/menu/src/utils.js +3 -1
  40. package/lib/message/src/use-message.js +1 -1
  41. package/lib/slider/src/Slider.js +0 -1
  42. package/lib/tabs/src/Tabs.js +2 -2
  43. package/lib/upload/src/interface.d.ts +3 -2
  44. package/lib/version.d.ts +1 -1
  45. package/lib/version.js +1 -1
  46. package/package.json +1 -1
  47. package/web-types.json +2752 -2752
  48. package/es/locales/common/arDZ.d.ts +0 -3
  49. package/es/locales/common/arDZ.js +0 -147
  50. package/es/locales/common/deDE.d.ts +0 -3
  51. package/es/locales/common/deDE.js +0 -147
  52. package/es/locales/common/enGB.d.ts +0 -3
  53. package/es/locales/common/enGB.js +0 -148
  54. package/es/locales/common/eo.d.ts +0 -3
  55. package/es/locales/common/eo.js +0 -149
  56. package/es/locales/common/esAR.d.ts +0 -3
  57. package/es/locales/common/esAR.js +0 -151
  58. package/es/locales/common/faIR.d.ts +0 -3
  59. package/es/locales/common/faIR.js +0 -147
  60. package/es/locales/common/frFR.d.ts +0 -3
  61. package/es/locales/common/frFR.js +0 -147
  62. package/es/locales/common/idID.d.ts +0 -3
  63. package/es/locales/common/idID.js +0 -151
  64. package/es/locales/common/itIT.d.ts +0 -3
  65. package/es/locales/common/itIT.js +0 -150
  66. package/es/locales/common/jaJP.d.ts +0 -3
  67. package/es/locales/common/jaJP.js +0 -150
  68. package/es/locales/common/koKR.d.ts +0 -3
  69. package/es/locales/common/koKR.js +0 -150
  70. package/es/locales/common/nbNO.d.ts +0 -3
  71. package/es/locales/common/nbNO.js +0 -151
  72. package/es/locales/common/nlNL.d.ts +0 -3
  73. package/es/locales/common/nlNL.js +0 -149
  74. package/es/locales/common/plPL.d.ts +0 -3
  75. package/es/locales/common/plPL.js +0 -150
  76. package/es/locales/common/ptBR.d.ts +0 -3
  77. package/es/locales/common/ptBR.js +0 -147
  78. package/es/locales/common/ruRU.d.ts +0 -3
  79. package/es/locales/common/ruRU.js +0 -152
  80. package/es/locales/common/skSK.d.ts +0 -3
  81. package/es/locales/common/skSK.js +0 -151
  82. package/es/locales/common/svSE.d.ts +0 -3
  83. package/es/locales/common/svSE.js +0 -147
  84. package/es/locales/common/thTH.d.ts +0 -3
  85. package/es/locales/common/thTH.js +0 -151
  86. package/es/locales/common/trTR.d.ts +0 -3
  87. package/es/locales/common/trTR.js +0 -148
  88. package/es/locales/common/ukUA.d.ts +0 -3
  89. package/es/locales/common/ukUA.js +0 -148
  90. package/es/locales/common/viVN.d.ts +0 -3
  91. package/es/locales/common/viVN.js +0 -147
  92. package/es/locales/common/zhCN.d.ts +0 -3
  93. package/es/locales/common/zhCN.js +0 -147
  94. package/es/locales/common/zhTW.d.ts +0 -3
  95. package/es/locales/common/zhTW.js +0 -147
  96. package/es/locales/date/arDZ.d.ts +0 -3
  97. package/es/locales/date/arDZ.js +0 -6
  98. package/es/locales/date/deDE.d.ts +0 -3
  99. package/es/locales/date/deDE.js +0 -6
  100. package/es/locales/date/enGB.d.ts +0 -3
  101. package/es/locales/date/enGB.js +0 -6
  102. package/es/locales/date/eo.d.ts +0 -3
  103. package/es/locales/date/eo.js +0 -6
  104. package/es/locales/date/esAR.d.ts +0 -3
  105. package/es/locales/date/esAR.js +0 -6
  106. package/es/locales/date/faIR.d.ts +0 -3
  107. package/es/locales/date/faIR.js +0 -6
  108. package/es/locales/date/frFR.d.ts +0 -3
  109. package/es/locales/date/frFR.js +0 -6
  110. package/es/locales/date/idID.d.ts +0 -3
  111. package/es/locales/date/idID.js +0 -6
  112. package/es/locales/date/itIT.d.ts +0 -3
  113. package/es/locales/date/itIT.js +0 -6
  114. package/es/locales/date/jaJP.d.ts +0 -3
  115. package/es/locales/date/jaJP.js +0 -6
  116. package/es/locales/date/koKR.d.ts +0 -3
  117. package/es/locales/date/koKR.js +0 -6
  118. package/es/locales/date/nbNO.d.ts +0 -3
  119. package/es/locales/date/nbNO.js +0 -6
  120. package/es/locales/date/nlNL.d.ts +0 -3
  121. package/es/locales/date/nlNL.js +0 -6
  122. package/es/locales/date/plPL.d.ts +0 -3
  123. package/es/locales/date/plPL.js +0 -6
  124. package/es/locales/date/ptBR.d.ts +0 -3
  125. package/es/locales/date/ptBR.js +0 -6
  126. package/es/locales/date/ruRU.d.ts +0 -3
  127. package/es/locales/date/ruRU.js +0 -6
  128. package/es/locales/date/skSK.d.ts +0 -3
  129. package/es/locales/date/skSK.js +0 -6
  130. package/es/locales/date/svSE.d.ts +0 -3
  131. package/es/locales/date/svSE.js +0 -6
  132. package/es/locales/date/thTH.d.ts +0 -3
  133. package/es/locales/date/thTH.js +0 -6
  134. package/es/locales/date/trTR.d.ts +0 -3
  135. package/es/locales/date/trTR.js +0 -6
  136. package/es/locales/date/ukUA.d.ts +0 -3
  137. package/es/locales/date/ukUA.js +0 -6
  138. package/es/locales/date/viVN.d.ts +0 -3
  139. package/es/locales/date/viVN.js +0 -6
  140. package/es/locales/date/zhCN.d.ts +0 -3
  141. package/es/locales/date/zhCN.js +0 -6
  142. package/es/locales/date/zhTW.d.ts +0 -3
  143. package/es/locales/date/zhTW.js +0 -6
  144. package/lib/locales/common/arDZ.d.ts +0 -3
  145. package/lib/locales/common/arDZ.js +0 -149
  146. package/lib/locales/common/deDE.d.ts +0 -3
  147. package/lib/locales/common/deDE.js +0 -149
  148. package/lib/locales/common/enGB.d.ts +0 -3
  149. package/lib/locales/common/enGB.js +0 -150
  150. package/lib/locales/common/eo.d.ts +0 -3
  151. package/lib/locales/common/eo.js +0 -151
  152. package/lib/locales/common/esAR.d.ts +0 -3
  153. package/lib/locales/common/esAR.js +0 -153
  154. package/lib/locales/common/faIR.d.ts +0 -3
  155. package/lib/locales/common/faIR.js +0 -149
  156. package/lib/locales/common/frFR.d.ts +0 -3
  157. package/lib/locales/common/frFR.js +0 -149
  158. package/lib/locales/common/idID.d.ts +0 -3
  159. package/lib/locales/common/idID.js +0 -153
  160. package/lib/locales/common/itIT.d.ts +0 -3
  161. package/lib/locales/common/itIT.js +0 -152
  162. package/lib/locales/common/jaJP.d.ts +0 -3
  163. package/lib/locales/common/jaJP.js +0 -152
  164. package/lib/locales/common/koKR.d.ts +0 -3
  165. package/lib/locales/common/koKR.js +0 -152
  166. package/lib/locales/common/nbNO.d.ts +0 -3
  167. package/lib/locales/common/nbNO.js +0 -153
  168. package/lib/locales/common/nlNL.d.ts +0 -3
  169. package/lib/locales/common/nlNL.js +0 -151
  170. package/lib/locales/common/plPL.d.ts +0 -3
  171. package/lib/locales/common/plPL.js +0 -152
  172. package/lib/locales/common/ptBR.d.ts +0 -3
  173. package/lib/locales/common/ptBR.js +0 -149
  174. package/lib/locales/common/ruRU.d.ts +0 -3
  175. package/lib/locales/common/ruRU.js +0 -154
  176. package/lib/locales/common/skSK.d.ts +0 -3
  177. package/lib/locales/common/skSK.js +0 -153
  178. package/lib/locales/common/svSE.d.ts +0 -3
  179. package/lib/locales/common/svSE.js +0 -149
  180. package/lib/locales/common/thTH.d.ts +0 -3
  181. package/lib/locales/common/thTH.js +0 -153
  182. package/lib/locales/common/trTR.d.ts +0 -3
  183. package/lib/locales/common/trTR.js +0 -150
  184. package/lib/locales/common/ukUA.d.ts +0 -3
  185. package/lib/locales/common/ukUA.js +0 -150
  186. package/lib/locales/common/viVN.d.ts +0 -3
  187. package/lib/locales/common/viVN.js +0 -149
  188. package/lib/locales/common/zhCN.d.ts +0 -3
  189. package/lib/locales/common/zhCN.js +0 -149
  190. package/lib/locales/common/zhTW.d.ts +0 -3
  191. package/lib/locales/common/zhTW.js +0 -149
  192. package/lib/locales/date/arDZ.d.ts +0 -3
  193. package/lib/locales/date/arDZ.js +0 -11
  194. package/lib/locales/date/deDE.d.ts +0 -3
  195. package/lib/locales/date/deDE.js +0 -11
  196. package/lib/locales/date/enGB.d.ts +0 -3
  197. package/lib/locales/date/enGB.js +0 -11
  198. package/lib/locales/date/eo.d.ts +0 -3
  199. package/lib/locales/date/eo.js +0 -11
  200. package/lib/locales/date/esAR.d.ts +0 -3
  201. package/lib/locales/date/esAR.js +0 -11
  202. package/lib/locales/date/faIR.d.ts +0 -3
  203. package/lib/locales/date/faIR.js +0 -11
  204. package/lib/locales/date/frFR.d.ts +0 -3
  205. package/lib/locales/date/frFR.js +0 -11
  206. package/lib/locales/date/idID.d.ts +0 -3
  207. package/lib/locales/date/idID.js +0 -11
  208. package/lib/locales/date/itIT.d.ts +0 -3
  209. package/lib/locales/date/itIT.js +0 -11
  210. package/lib/locales/date/jaJP.d.ts +0 -3
  211. package/lib/locales/date/jaJP.js +0 -11
  212. package/lib/locales/date/koKR.d.ts +0 -3
  213. package/lib/locales/date/koKR.js +0 -11
  214. package/lib/locales/date/nbNO.d.ts +0 -3
  215. package/lib/locales/date/nbNO.js +0 -11
  216. package/lib/locales/date/nlNL.d.ts +0 -3
  217. package/lib/locales/date/nlNL.js +0 -11
  218. package/lib/locales/date/plPL.d.ts +0 -3
  219. package/lib/locales/date/plPL.js +0 -11
  220. package/lib/locales/date/ptBR.d.ts +0 -3
  221. package/lib/locales/date/ptBR.js +0 -11
  222. package/lib/locales/date/ruRU.d.ts +0 -3
  223. package/lib/locales/date/ruRU.js +0 -11
  224. package/lib/locales/date/skSK.d.ts +0 -3
  225. package/lib/locales/date/skSK.js +0 -11
  226. package/lib/locales/date/svSE.d.ts +0 -3
  227. package/lib/locales/date/svSE.js +0 -11
  228. package/lib/locales/date/thTH.d.ts +0 -3
  229. package/lib/locales/date/thTH.js +0 -11
  230. package/lib/locales/date/trTR.d.ts +0 -3
  231. package/lib/locales/date/trTR.js +0 -11
  232. package/lib/locales/date/ukUA.d.ts +0 -3
  233. package/lib/locales/date/ukUA.js +0 -11
  234. package/lib/locales/date/viVN.d.ts +0 -3
  235. package/lib/locales/date/viVN.js +0 -11
  236. package/lib/locales/date/zhCN.d.ts +0 -3
  237. package/lib/locales/date/zhCN.js +0 -11
  238. package/lib/locales/date/zhTW.d.ts +0 -3
  239. package/lib/locales/date/zhTW.js +0 -11
@@ -1,149 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const ptBR = {
4
- name: 'pt-BR',
5
- global: {
6
- undo: 'Desfazer',
7
- redo: 'Refazer',
8
- confirm: 'Confirmar',
9
- clear: 'Limpar'
10
- },
11
- Popconfirm: {
12
- positiveText: 'Confirmar',
13
- negativeText: 'Cancelar'
14
- },
15
- Cascader: {
16
- placeholder: 'Por favor selecione',
17
- loading: 'Carregando',
18
- loadingRequiredMessage: (label) => `Carregue todos os descendentes de ${label} antes de verificar.`
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: 'dd/MM/yyyy',
31
- dateTimeFormat: 'dd/MM/yyyy HH:mm:ss',
32
- quarterFormat: 'yyyy/qqq',
33
- clear: 'Limpar',
34
- now: 'Agora',
35
- confirm: 'Confirmar',
36
- selectTime: 'Selecione a hora',
37
- selectDate: 'Selecione a data',
38
- datePlaceholder: 'Selecione a data',
39
- datetimePlaceholder: 'Selecione a data e hora',
40
- monthPlaceholder: 'Selecione o mês',
41
- yearPlaceholder: 'Selecione o ano',
42
- quarterPlaceholder: 'Selecione o trimestre',
43
- startDatePlaceholder: 'Selecione a data de início',
44
- endDatePlaceholder: 'Selecione a data de término',
45
- startDatetimePlaceholder: 'Selecione a data e hora de início',
46
- endDatetimePlaceholder: 'Selecione a data e hora de término',
47
- startMonthPlaceholder: 'Selecione o mês de início',
48
- endMonthPlaceholder: 'Selecione o mês de término',
49
- monthBeforeYear: true,
50
- firstDayOfWeek: 6,
51
- today: 'Hoje'
52
- },
53
- DataTable: {
54
- checkTableAll: 'Selecionar todos na tabela',
55
- uncheckTableAll: 'Desmarcar todos na tabela',
56
- confirm: 'Confirmar',
57
- clear: 'Limpar'
58
- },
59
- LegacyTransfer: {
60
- sourceTitle: 'Origem',
61
- targetTitle: 'Destino'
62
- },
63
- Transfer: {
64
- selectAll: 'Selecionar todos',
65
- unselectAll: 'Desmarcar todos',
66
- clearAll: 'Limpar',
67
- total: (num) => `Total ${num} itens`,
68
- selected: (num) => `${num} itens selecionados`
69
- },
70
- Empty: {
71
- title: 'Нет совпадений',
72
- description: 'Попробуйте изменить поисковый запрос'
73
- },
74
- Select: {
75
- placeholder: 'Por favor selecione'
76
- },
77
- TimePicker: {
78
- placeholder: 'Selecione a hora',
79
- positiveText: 'OK',
80
- negativeText: 'Cancelar',
81
- now: 'Agora'
82
- },
83
- Pagination: {
84
- goto: 'Ir para',
85
- selectionSuffix: 'página'
86
- },
87
- DynamicTags: {
88
- add: 'Adicionar'
89
- },
90
- Log: {
91
- loading: 'Carregando'
92
- },
93
- Input: {
94
- placeholder: 'Por favor digite',
95
- copied: 'Copiado'
96
- },
97
- InputNumber: {
98
- placeholder: 'Por favor digite'
99
- },
100
- DynamicInput: {
101
- create: 'Criar'
102
- },
103
- ThemeEditor: {
104
- title: 'Editor de temas',
105
- clearAllVars: 'Limpar todas as variáveis',
106
- clearSearch: 'Limpar pesquisa',
107
- filterCompName: 'Filtrar nome do componente',
108
- filterVarName: 'Filtrar nome da variável',
109
- import: 'Importar',
110
- export: 'Exportar',
111
- restore: 'Restaurar'
112
- },
113
- Image: {
114
- tipPrevious: 'Foto anterior (←)',
115
- tipNext: 'Próxima foto (→)',
116
- tipCounterclockwise: 'Sentido anti-horário',
117
- tipClockwise: 'Sentido horário',
118
- tipZoomOut: 'Reduzir o zoom',
119
- tipZoomIn: 'Aumentar o zoom',
120
- tipDownload: 'Download',
121
- tipClose: 'Fechar (Esc)',
122
- tipOriginalSize: 'Exibir no tamanho original'
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 = ptBR;
@@ -1,3 +0,0 @@
1
- import type { ULocale } from './enUS';
2
- declare const ruRu: ULocale;
3
- export default ruRu;
@@ -1,154 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const ruRu = {
4
- name: 'ru-RU',
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
- // FIXME: translation needed
42
- yearPlaceholder: 'Select Year',
43
- quarterPlaceholder: 'Select Quarter',
44
- startDatePlaceholder: 'Дата начала',
45
- endDatePlaceholder: 'Дата окончания',
46
- startDatetimePlaceholder: 'Дата и время начала',
47
- endDatetimePlaceholder: 'Дата и время окончания',
48
- // FIXME: translation needed
49
- startMonthPlaceholder: 'Start Month',
50
- endMonthPlaceholder: 'End Month',
51
- monthBeforeYear: true,
52
- firstDayOfWeek: 0,
53
- today: 'Сегодня'
54
- },
55
- DataTable: {
56
- checkTableAll: 'Выбрать все в таблице',
57
- uncheckTableAll: 'Отменить все в таблице',
58
- confirm: 'Подтвердить',
59
- clear: 'Очистить'
60
- },
61
- LegacyTransfer: {
62
- sourceTitle: 'Источник',
63
- targetTitle: 'Назначение'
64
- },
65
- // TODO: translation
66
- Transfer: {
67
- selectAll: 'Select all',
68
- unselectAll: 'Unselect all',
69
- clearAll: 'Clear',
70
- total: (num) => `Total ${num} items`,
71
- selected: (num) => `${num} items selected`
72
- },
73
- Empty: {
74
- title: 'Нет совпадений',
75
- description: 'Попробуйте изменить поисковый запрос'
76
- },
77
- Select: {
78
- placeholder: 'Выбрать'
79
- },
80
- TimePicker: {
81
- placeholder: 'Выбрать время',
82
- positiveText: 'OK',
83
- negativeText: 'Отменить',
84
- now: 'Сейчас'
85
- },
86
- Pagination: {
87
- goto: 'Перейти',
88
- selectionSuffix: 'страница'
89
- },
90
- DynamicTags: {
91
- add: 'Добавить'
92
- },
93
- Log: {
94
- loading: 'Загрузка'
95
- },
96
- Input: {
97
- placeholder: 'Ввести',
98
- copied: 'Скопировано'
99
- },
100
- InputNumber: {
101
- placeholder: 'Ввести'
102
- },
103
- DynamicInput: {
104
- create: 'Создать'
105
- },
106
- ThemeEditor: {
107
- title: 'Редактор темы',
108
- clearAllVars: 'Очистить все',
109
- clearSearch: 'Очистить поиск',
110
- filterCompName: 'Фильтровать по имени компонента',
111
- filterVarName: 'Фильтровать имена переменных',
112
- import: 'Импорт',
113
- export: 'Экспорт',
114
- restore: 'Сбросить'
115
- },
116
- // TODO: translation
117
- Image: {
118
- tipPrevious: 'Previous picture (←)',
119
- tipNext: 'Next picture (→)',
120
- tipCounterclockwise: 'Counterclockwise',
121
- tipClockwise: 'Clockwise',
122
- tipZoomOut: 'Zoom out',
123
- tipZoomIn: 'Zoom in',
124
- tipDownload: 'Download',
125
- tipClose: 'Close (Esc)',
126
- // TODO: translation
127
- tipOriginalSize: 'Zoom to original size'
128
- },
129
- Upload: {
130
- title: 'Выберите файл или перетащите сюда',
131
- subtitle: 'PDF, PNG, JPEG не более 100 MB',
132
- uploading: 'Загружается'
133
- },
134
- Chat: {
135
- inputPlaceholder: 'Написать сообщение...',
136
- typingText: 'Печатает...',
137
- retryText: 'Повторно отправить',
138
- closeButtonText: 'Завершить чат',
139
- shareButtonTooltip: 'Поделиться чатом',
140
- profileButtonTooltip: 'Просмотреть профиль',
141
- unreadNotificationText: 'новых сообщений',
142
- editText: 'Редактировать',
143
- copyText: 'Скопировать',
144
- deleteText: 'Удалить',
145
- editingTitle: 'Редактирование'
146
- },
147
- Header: {
148
- desktopSearchTitle: 'Поиск',
149
- searchPlaceholder: 'Поиск по сайту',
150
- primaryActionText: 'Стать клиентом',
151
- secondaryActionText: 'Перейти в приложение'
152
- }
153
- };
154
- exports.default = ruRu;
@@ -1,3 +0,0 @@
1
- import type { ULocale } from './enUS';
2
- declare const skSK: ULocale;
3
- export default skSK;
@@ -1,153 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const skSK = {
4
- name: 'sk-SK',
5
- global: {
6
- undo: 'Späť',
7
- redo: 'Obnoviť',
8
- confirm: 'Potvrdiť',
9
- clear: 'Vyčistiť'
10
- },
11
- Popconfirm: {
12
- positiveText: 'Potvrdiť',
13
- negativeText: 'Zrušiť'
14
- },
15
- Cascader: {
16
- placeholder: 'Prosím vyberte',
17
- loading: 'Načítavanie',
18
- loadingRequiredMessage: (label) => `Prosím načítajte všetkých ${label} potomkov pred kontrolou.`
19
- },
20
- Time: {
21
- dateFormat: 'd-M-yyyy',
22
- dateTimeFormat: 'd-M-yyyy HH:mm:ss'
23
- },
24
- DatePicker: {
25
- yearFormat: 'yyyy',
26
- monthFormat: 'MMM',
27
- dayFormat: 'EEEE',
28
- yearTypeFormat: 'yyyy',
29
- monthTypeFormat: 'MMM-yyyy',
30
- dateFormat: 'd-M-yyyy',
31
- dateTimeFormat: 'd-M-yyyy HH:mm:ss',
32
- quarterFormat: 'qqq-yyyy',
33
- clear: 'Vyčistiť',
34
- now: 'Teraz',
35
- confirm: 'Potvrdiť',
36
- selectTime: 'Vybrať čas',
37
- selectDate: 'Vybrať dátum',
38
- datePlaceholder: 'Vyberte čas',
39
- datetimePlaceholder: 'Vyberte dátum a čas',
40
- monthPlaceholder: 'Vyberte mesiac',
41
- yearPlaceholder: 'Vyberte rok',
42
- quarterPlaceholder: 'Vyberte štvrťrok',
43
- startDatePlaceholder: 'Dátum začiatku',
44
- endDatePlaceholder: 'Dátum ukončenia',
45
- startDatetimePlaceholder: 'Dátum a čas začiatku',
46
- endDatetimePlaceholder: 'Dátum a čas ukončenia ',
47
- // FIXME: translation needed
48
- startMonthPlaceholder: 'Start Month',
49
- endMonthPlaceholder: 'End Month',
50
- monthBeforeYear: true,
51
- firstDayOfWeek: 6,
52
- today: 'Dnes'
53
- },
54
- DataTable: {
55
- checkTableAll: 'Vybrať všetko v tabuľke',
56
- uncheckTableAll: 'Zrušiť výber všetkého v tabuľke ',
57
- confirm: 'Potvrdiť',
58
- clear: 'Vyčistiť'
59
- },
60
- LegacyTransfer: {
61
- sourceTitle: 'Zdroj',
62
- targetTitle: 'Cieľ'
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: 'Prosím vyberte'
78
- },
79
- TimePicker: {
80
- placeholder: 'Vybrať čas',
81
- positiveText: 'OK',
82
- negativeText: 'Zrušiť',
83
- now: 'Teraz'
84
- },
85
- Pagination: {
86
- goto: 'Ísť',
87
- selectionSuffix: 'Strana'
88
- },
89
- DynamicTags: {
90
- add: 'Pridať'
91
- },
92
- Log: {
93
- loading: 'Načítavanie'
94
- },
95
- Input: {
96
- placeholder: 'Zadajte',
97
- copied: 'Skopírované'
98
- },
99
- InputNumber: {
100
- placeholder: 'Zadajte'
101
- },
102
- DynamicInput: {
103
- create: 'Vytvoriť'
104
- },
105
- ThemeEditor: {
106
- title: 'Editor tém',
107
- clearAllVars: 'Vymazať všetky premenné',
108
- clearSearch: 'Vymazať vyhľadávanie',
109
- filterCompName: 'Názov komponentu filtra',
110
- filterVarName: 'Názov premennej filtra',
111
- import: 'Importovať',
112
- export: 'Exportovať',
113
- restore: 'Obnoviť pôvodné nastavenia'
114
- },
115
- // TODO: translation
116
- Image: {
117
- tipPrevious: 'Predchádzajúci obrázok (←)',
118
- tipNext: 'Ďalší obrázok (→)',
119
- tipCounterclockwise: 'Proti smeru hodinových ručičiek',
120
- tipClockwise: 'V smere hodinových ručičiek',
121
- tipZoomOut: 'Oddialiť',
122
- tipZoomIn: 'Priblížiť',
123
- tipDownload: 'Sťahovať',
124
- tipClose: 'Zavrieť (Esc)',
125
- // TODO: translation
126
- tipOriginalSize: 'Zoom to original size'
127
- },
128
- Upload: {
129
- title: 'Select file or drag it here',
130
- subtitle: 'PDF, PNG, JPEG no more than 100 MB',
131
- uploading: 'Uploading'
132
- },
133
- Chat: {
134
- inputPlaceholder: 'Type a message...',
135
- typingText: 'Typing...',
136
- retryText: 'Resend',
137
- closeButtonText: 'Close chat',
138
- shareButtonTooltip: 'Share chat',
139
- profileButtonTooltip: 'View profile',
140
- unreadNotificationText: 'new messages',
141
- editText: 'Edit',
142
- copyText: 'Copy',
143
- deleteText: 'Delete',
144
- editingTitle: 'Editing'
145
- },
146
- Header: {
147
- desktopSearchTitle: 'Search',
148
- searchPlaceholder: 'Search the site',
149
- primaryActionText: 'Become a client',
150
- secondaryActionText: 'Go to the application'
151
- }
152
- };
153
- exports.default = skSK;
@@ -1,3 +0,0 @@
1
- import type { ULocale } from './enUS';
2
- declare const svSE: ULocale;
3
- export default svSE;
@@ -1,149 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const svSE = {
4
- name: 'sv-SE',
5
- global: {
6
- undo: 'Ångra',
7
- redo: 'Gör om',
8
- confirm: 'Bekräfta',
9
- clear: 'Rensa'
10
- },
11
- Popconfirm: {
12
- positiveText: 'Bekräfta',
13
- negativeText: 'Avbryt'
14
- },
15
- Cascader: {
16
- placeholder: 'Vänligen välj',
17
- loading: 'Laddar',
18
- loadingRequiredMessage: (label) => `Vänligen ladda alla underpunkter till ${label} innan du väljer punkten.`
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: 'Rensa',
34
- now: 'Nu',
35
- confirm: 'Bekräfta',
36
- selectTime: 'Välj tid',
37
- selectDate: 'Välj datum',
38
- datePlaceholder: 'Välj datum',
39
- datetimePlaceholder: 'Välj datum och tid',
40
- monthPlaceholder: 'Välj månad',
41
- yearPlaceholder: 'Välj år',
42
- quarterPlaceholder: 'Välj kvartal',
43
- startDatePlaceholder: 'Startdatum',
44
- endDatePlaceholder: 'Slutdatum',
45
- startDatetimePlaceholder: 'Startdatum och -tid',
46
- endDatetimePlaceholder: 'Slutdatum och -tid',
47
- startMonthPlaceholder: 'Startmånad',
48
- endMonthPlaceholder: 'Slutmånad',
49
- monthBeforeYear: true,
50
- firstDayOfWeek: 0,
51
- today: 'I dag'
52
- },
53
- DataTable: {
54
- checkTableAll: 'Välj allt',
55
- uncheckTableAll: 'Välj inget',
56
- confirm: 'Bekräfta',
57
- clear: 'Rensa'
58
- },
59
- LegacyTransfer: {
60
- sourceTitle: 'Källa',
61
- targetTitle: 'Mål'
62
- },
63
- Transfer: {
64
- selectAll: 'Välj allt',
65
- unselectAll: 'Välj inget',
66
- clearAll: 'Rensa',
67
- total: (num) => `Totalt ${num} rader`,
68
- selected: (num) => `${num} rader valda`
69
- },
70
- Empty: {
71
- title: 'Нет совпадений',
72
- description: 'Попробуйте изменить поисковый запрос'
73
- },
74
- Select: {
75
- placeholder: 'Vänligen välj'
76
- },
77
- TimePicker: {
78
- placeholder: 'Välj tid',
79
- positiveText: 'OK',
80
- negativeText: 'Avbryt',
81
- now: 'Nu'
82
- },
83
- Pagination: {
84
- goto: 'Gå till',
85
- selectionSuffix: 'sida'
86
- },
87
- DynamicTags: {
88
- add: 'Lägg till'
89
- },
90
- Log: {
91
- loading: 'Laddar'
92
- },
93
- Input: {
94
- placeholder: 'Vänligen fyll i',
95
- copied: 'Kopierat'
96
- },
97
- InputNumber: {
98
- placeholder: 'Vänligen fyll i'
99
- },
100
- DynamicInput: {
101
- create: 'Skapa'
102
- },
103
- ThemeEditor: {
104
- title: 'Temaverktyg',
105
- clearAllVars: 'Nollställ alla variabler',
106
- clearSearch: 'Rensa sökning',
107
- filterCompName: 'Filtrera efter komponentnamn',
108
- filterVarName: 'Filtrera efter variabelnamn',
109
- import: 'Importera',
110
- export: 'Exportera',
111
- restore: 'Nollställ till ursprungsval'
112
- },
113
- Image: {
114
- tipPrevious: 'Förgående bild (←)',
115
- tipNext: 'Nästa bild (→)',
116
- tipCounterclockwise: 'Moturs',
117
- tipClockwise: 'Medurs',
118
- tipZoomOut: 'Zooma in',
119
- tipZoomIn: 'Zooma ut',
120
- tipDownload: 'Ladda ned',
121
- tipClose: 'Stäng (Esc)',
122
- tipOriginalSize: 'Zooma till ursprunglig storlek'
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 = svSE;
@@ -1,3 +0,0 @@
1
- import type { ULocale } from './enUS';
2
- declare const thTH: ULocale;
3
- export default thTH;