@uxf/ui 11.72.3 → 11.74.1
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.
- package/README.md +3 -1
- package/chip/chip.js +3 -1
- package/chip/translations.d.ts +11 -0
- package/chip/translations.js +12 -0
- package/combobox/combobox.js +4 -2
- package/combobox/translations.d.ts +17 -0
- package/combobox/translations.js +18 -0
- package/date-picker/date-picker-decade.js +5 -3
- package/date-picker/date-picker-month.js +5 -3
- package/date-picker/date-picker-year.js +5 -3
- package/date-picker/translations.d.ts +53 -0
- package/date-picker/translations.js +54 -0
- package/date-range-picker/date-range-picker-decade.js +5 -3
- package/date-range-picker/date-range-picker-month.js +6 -4
- package/date-range-picker/date-range-picker-year.js +5 -3
- package/date-range-picker/translations.d.ts +53 -0
- package/date-range-picker/translations.js +54 -0
- package/datetime-picker/datetime-picker.js +4 -2
- package/datetime-picker/translations.d.ts +17 -0
- package/datetime-picker/translations.js +18 -0
- package/image-gallery/components/close-button.js +3 -1
- package/image-gallery/translations.d.ts +11 -0
- package/image-gallery/translations.js +12 -0
- package/layout/layout.js +3 -1
- package/layout/translations.d.ts +11 -0
- package/layout/translations.js +12 -0
- package/lightbox/components/lightbox-close-button.js +3 -1
- package/lightbox/components/lightbox-next-button.js +3 -1
- package/lightbox/components/lightbox-prev-button.js +3 -1
- package/lightbox/translations.d.ts +23 -0
- package/lightbox/translations.js +24 -0
- package/multi-combobox/multi-combobox.js +6 -4
- package/multi-combobox/translations.d.ts +29 -0
- package/multi-combobox/translations.js +30 -0
- package/multi-select/multi-select.js +4 -2
- package/multi-select/translations.d.ts +17 -0
- package/multi-select/translations.js +18 -0
- package/package.json +2 -2
- package/select/select.js +3 -1
- package/select/translations.d.ts +11 -0
- package/select/translations.js +12 -0
- package/time-picker/time-picker.js +7 -5
- package/time-picker/translations.d.ts +17 -0
- package/time-picker/translations.js +18 -0
- package/translations/translations.d.ts +237 -0
- package/translations/translations.js +31 -0
|
@@ -0,0 +1,237 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"uxf-ui-time-picker": {
|
|
3
|
+
readonly previous: {
|
|
4
|
+
readonly cs: "Předchozí";
|
|
5
|
+
readonly en: "Previous";
|
|
6
|
+
readonly sk: "Predchádzajúci";
|
|
7
|
+
readonly de: "Zurück";
|
|
8
|
+
};
|
|
9
|
+
readonly next: {
|
|
10
|
+
readonly cs: "Nadcházející";
|
|
11
|
+
readonly en: "Next";
|
|
12
|
+
readonly sk: "Nasledujúci";
|
|
13
|
+
readonly de: "Weiter";
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
"uxf-ui-select": {
|
|
17
|
+
"no-options-message": {
|
|
18
|
+
cs: string;
|
|
19
|
+
en: string;
|
|
20
|
+
sk: string;
|
|
21
|
+
de: string;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
"uxf-ui-multi-select": {
|
|
25
|
+
"all-options-selected": {
|
|
26
|
+
cs: string;
|
|
27
|
+
en: string;
|
|
28
|
+
sk: string;
|
|
29
|
+
de: string;
|
|
30
|
+
};
|
|
31
|
+
"no-options-message": {
|
|
32
|
+
cs: string;
|
|
33
|
+
en: string;
|
|
34
|
+
sk: string;
|
|
35
|
+
de: string;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
"uxf-ui-multi-combobox": {
|
|
39
|
+
"no-query-message": {
|
|
40
|
+
cs: string;
|
|
41
|
+
en: string;
|
|
42
|
+
sk: string;
|
|
43
|
+
de: string;
|
|
44
|
+
};
|
|
45
|
+
"all-options-selected": {
|
|
46
|
+
cs: string;
|
|
47
|
+
en: string;
|
|
48
|
+
sk: string;
|
|
49
|
+
de: string;
|
|
50
|
+
};
|
|
51
|
+
"no-options-message": {
|
|
52
|
+
cs: string;
|
|
53
|
+
en: string;
|
|
54
|
+
sk: string;
|
|
55
|
+
de: string;
|
|
56
|
+
};
|
|
57
|
+
"not-found-message": {
|
|
58
|
+
cs: string;
|
|
59
|
+
en: string;
|
|
60
|
+
sk: string;
|
|
61
|
+
de: string;
|
|
62
|
+
};
|
|
63
|
+
};
|
|
64
|
+
"uxf-ui-lightbox": {
|
|
65
|
+
readonly next: {
|
|
66
|
+
readonly cs: "Další";
|
|
67
|
+
readonly en: "Next";
|
|
68
|
+
readonly sk: "Ďalší";
|
|
69
|
+
readonly de: "Weiter";
|
|
70
|
+
};
|
|
71
|
+
readonly close: {
|
|
72
|
+
readonly cs: "Zavřít";
|
|
73
|
+
readonly en: "Close";
|
|
74
|
+
readonly sk: "Zatvoriť";
|
|
75
|
+
readonly de: "Schließen";
|
|
76
|
+
};
|
|
77
|
+
readonly previous: {
|
|
78
|
+
readonly cs: "Předchozí";
|
|
79
|
+
readonly en: "Previous";
|
|
80
|
+
readonly sk: "Predchádzajúci";
|
|
81
|
+
readonly de: "Zurück";
|
|
82
|
+
};
|
|
83
|
+
};
|
|
84
|
+
"uxf-ui-layout": {
|
|
85
|
+
"open-menu": {
|
|
86
|
+
cs: string;
|
|
87
|
+
en: string;
|
|
88
|
+
sk: string;
|
|
89
|
+
de: string;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
92
|
+
"uxf-ui-image-gallery": {
|
|
93
|
+
"close-button": {
|
|
94
|
+
cs: string;
|
|
95
|
+
en: string;
|
|
96
|
+
sk: string;
|
|
97
|
+
de: string;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
100
|
+
"uxf-ui-datetime-picker": {
|
|
101
|
+
readonly dateTab: {
|
|
102
|
+
readonly cs: "Datum";
|
|
103
|
+
readonly en: "Date";
|
|
104
|
+
readonly sk: "Dátum";
|
|
105
|
+
readonly de: "Datum";
|
|
106
|
+
};
|
|
107
|
+
readonly timeTab: {
|
|
108
|
+
readonly cs: "Čas";
|
|
109
|
+
readonly en: "Time";
|
|
110
|
+
readonly sk: "Čas";
|
|
111
|
+
readonly de: "Zeit";
|
|
112
|
+
};
|
|
113
|
+
};
|
|
114
|
+
"uxf-ui-date-range-picker": {
|
|
115
|
+
readonly "prev-year": {
|
|
116
|
+
readonly cs: "Předchozí rok";
|
|
117
|
+
readonly en: "Previous year";
|
|
118
|
+
readonly sk: "Predchádzajúci rok";
|
|
119
|
+
readonly de: "Vorheriges Jahr";
|
|
120
|
+
};
|
|
121
|
+
readonly "next-year": {
|
|
122
|
+
readonly cs: "Nadcházející rok";
|
|
123
|
+
readonly en: "Next year";
|
|
124
|
+
readonly sk: "Nasledujúci rok";
|
|
125
|
+
readonly de: "Nächstes Jahr";
|
|
126
|
+
};
|
|
127
|
+
readonly "select-year": {
|
|
128
|
+
readonly cs: "Vybrat rok";
|
|
129
|
+
readonly en: "Select year";
|
|
130
|
+
readonly sk: "Vybrať rok";
|
|
131
|
+
readonly de: "Jahr auswählen";
|
|
132
|
+
};
|
|
133
|
+
readonly "select-month": {
|
|
134
|
+
readonly cs: "Vybrat měsíc";
|
|
135
|
+
readonly en: "Select month";
|
|
136
|
+
readonly sk: "Vybrať mesiac";
|
|
137
|
+
readonly de: "Monat auswählen";
|
|
138
|
+
};
|
|
139
|
+
readonly "next-month": {
|
|
140
|
+
readonly cs: "Nadcházející měsíc";
|
|
141
|
+
readonly en: "Next month";
|
|
142
|
+
readonly sk: "Nasledujúci mesiac";
|
|
143
|
+
readonly de: "Nächster Monat";
|
|
144
|
+
};
|
|
145
|
+
readonly "prev-month": {
|
|
146
|
+
readonly cs: "Předchozí měsíc";
|
|
147
|
+
readonly en: "Previous month";
|
|
148
|
+
readonly sk: "Predchádzajúci mesiac";
|
|
149
|
+
readonly de: "Vorheriger Monat";
|
|
150
|
+
};
|
|
151
|
+
readonly "next-decade": {
|
|
152
|
+
readonly cs: "Vpřed";
|
|
153
|
+
readonly en: "Forward";
|
|
154
|
+
readonly sk: "Vpred";
|
|
155
|
+
readonly de: "Vorwärts";
|
|
156
|
+
};
|
|
157
|
+
readonly "prev-decade": {
|
|
158
|
+
readonly cs: "Zpět";
|
|
159
|
+
readonly en: "Back";
|
|
160
|
+
readonly sk: "Späť";
|
|
161
|
+
readonly de: "Zurück";
|
|
162
|
+
};
|
|
163
|
+
};
|
|
164
|
+
"uxf-ui-date-picker": {
|
|
165
|
+
readonly "prev-year": {
|
|
166
|
+
readonly cs: "Předchozí rok";
|
|
167
|
+
readonly en: "Previous year";
|
|
168
|
+
readonly sk: "Predchádzajúci rok";
|
|
169
|
+
readonly de: "Vorheriges Jahr";
|
|
170
|
+
};
|
|
171
|
+
readonly "next-year": {
|
|
172
|
+
readonly cs: "Nadcházející rok";
|
|
173
|
+
readonly en: "Next year";
|
|
174
|
+
readonly sk: "Nasledujúci rok";
|
|
175
|
+
readonly de: "Nächstes Jahr";
|
|
176
|
+
};
|
|
177
|
+
readonly "select-year": {
|
|
178
|
+
readonly cs: "Vybrat rok";
|
|
179
|
+
readonly en: "Select year";
|
|
180
|
+
readonly sk: "Vybrať rok";
|
|
181
|
+
readonly de: "Jahr auswählen";
|
|
182
|
+
};
|
|
183
|
+
readonly "select-month": {
|
|
184
|
+
readonly cs: "Vybrat měsíc";
|
|
185
|
+
readonly en: "Select month";
|
|
186
|
+
readonly sk: "Vybrať mesiac";
|
|
187
|
+
readonly de: "Monat auswählen";
|
|
188
|
+
};
|
|
189
|
+
readonly "next-month": {
|
|
190
|
+
readonly cs: "Nadcházející měsíc";
|
|
191
|
+
readonly en: "Next month";
|
|
192
|
+
readonly sk: "Nasledujúci mesiac";
|
|
193
|
+
readonly de: "Nächster Monat";
|
|
194
|
+
};
|
|
195
|
+
readonly "prev-month": {
|
|
196
|
+
readonly cs: "Předchozí měsíc";
|
|
197
|
+
readonly en: "Previous month";
|
|
198
|
+
readonly sk: "Predchádzajúci mesiac";
|
|
199
|
+
readonly de: "Vorheriger Monat";
|
|
200
|
+
};
|
|
201
|
+
readonly "next-decade": {
|
|
202
|
+
readonly cs: "Vpřed";
|
|
203
|
+
readonly en: "Forward";
|
|
204
|
+
readonly sk: "Vpred";
|
|
205
|
+
readonly de: "Vorwärts";
|
|
206
|
+
};
|
|
207
|
+
readonly "prev-decade": {
|
|
208
|
+
readonly cs: "Zpět";
|
|
209
|
+
readonly en: "Back";
|
|
210
|
+
readonly sk: "Späť";
|
|
211
|
+
readonly de: "Zurück";
|
|
212
|
+
};
|
|
213
|
+
};
|
|
214
|
+
"uxf-ui-combobox": {
|
|
215
|
+
"no-query-message": {
|
|
216
|
+
cs: string;
|
|
217
|
+
en: string;
|
|
218
|
+
sk: string;
|
|
219
|
+
de: string;
|
|
220
|
+
};
|
|
221
|
+
"no-options-message": {
|
|
222
|
+
cs: string;
|
|
223
|
+
en: string;
|
|
224
|
+
sk: string;
|
|
225
|
+
de: string;
|
|
226
|
+
};
|
|
227
|
+
};
|
|
228
|
+
"uxf-ui-chip": {
|
|
229
|
+
"remove-item": {
|
|
230
|
+
cs: string;
|
|
231
|
+
en: string;
|
|
232
|
+
sk: string;
|
|
233
|
+
de: string;
|
|
234
|
+
};
|
|
235
|
+
};
|
|
236
|
+
};
|
|
237
|
+
export default _default;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
const translations_1 = __importDefault(require("@uxf/ui/chip/translations"));
|
|
7
|
+
const translations_2 = __importDefault(require("@uxf/ui/combobox/translations"));
|
|
8
|
+
const translations_3 = __importDefault(require("@uxf/ui/date-picker/translations"));
|
|
9
|
+
const translations_4 = __importDefault(require("@uxf/ui/date-range-picker/translations"));
|
|
10
|
+
const translations_5 = __importDefault(require("@uxf/ui/datetime-picker/translations"));
|
|
11
|
+
const translations_6 = __importDefault(require("@uxf/ui/image-gallery/translations"));
|
|
12
|
+
const translations_7 = __importDefault(require("@uxf/ui/layout/translations"));
|
|
13
|
+
const translations_8 = __importDefault(require("@uxf/ui/lightbox/translations"));
|
|
14
|
+
const translations_9 = __importDefault(require("@uxf/ui/multi-combobox/translations"));
|
|
15
|
+
const translations_10 = __importDefault(require("@uxf/ui/multi-select/translations"));
|
|
16
|
+
const translations_11 = __importDefault(require("@uxf/ui/select/translations"));
|
|
17
|
+
const translations_12 = __importDefault(require("@uxf/ui/time-picker/translations"));
|
|
18
|
+
exports.default = {
|
|
19
|
+
...translations_1.default,
|
|
20
|
+
...translations_2.default,
|
|
21
|
+
...translations_3.default,
|
|
22
|
+
...translations_4.default,
|
|
23
|
+
...translations_5.default,
|
|
24
|
+
...translations_6.default,
|
|
25
|
+
...translations_7.default,
|
|
26
|
+
...translations_8.default,
|
|
27
|
+
...translations_9.default,
|
|
28
|
+
...translations_10.default,
|
|
29
|
+
...translations_11.default,
|
|
30
|
+
...translations_12.default,
|
|
31
|
+
};
|