@univerjs/design 0.24.0 → 0.25.0
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/lib/cjs/locale/ar-SA.js +54 -0
- package/lib/cjs/locale/de-DE.js +54 -0
- package/lib/cjs/locale/id-ID.js +54 -0
- package/lib/cjs/locale/it-IT.js +54 -0
- package/lib/cjs/locale/pl-PL.js +54 -0
- package/lib/cjs/locale/pt-BR.js +54 -0
- package/lib/cjs/locale/zh-HK.js +54 -0
- package/lib/es/locale/ar-SA.js +53 -0
- package/lib/es/locale/de-DE.js +53 -0
- package/lib/es/locale/id-ID.js +53 -0
- package/lib/es/locale/it-IT.js +53 -0
- package/lib/es/locale/pl-PL.js +53 -0
- package/lib/es/locale/pt-BR.js +53 -0
- package/lib/es/locale/zh-HK.js +53 -0
- package/lib/locale/ar-SA.js +53 -0
- package/lib/locale/de-DE.js +53 -0
- package/lib/locale/id-ID.js +53 -0
- package/lib/locale/it-IT.js +53 -0
- package/lib/locale/pl-PL.js +53 -0
- package/lib/locale/pt-BR.js +53 -0
- package/lib/locale/zh-HK.js +53 -0
- package/lib/types/locale/ar-SA.d.ts +18 -0
- package/lib/types/locale/de-DE.d.ts +18 -0
- package/lib/types/locale/id-ID.d.ts +18 -0
- package/lib/types/locale/it-IT.d.ts +18 -0
- package/lib/types/locale/pl-PL.d.ts +18 -0
- package/lib/types/locale/pt-BR.d.ts +18 -0
- package/lib/types/locale/zh-HK.d.ts +18 -0
- package/lib/umd/index.js +2 -2
- package/lib/umd/locale/ar-SA.js +1 -0
- package/lib/umd/locale/de-DE.js +1 -0
- package/lib/umd/locale/id-ID.js +1 -0
- package/lib/umd/locale/it-IT.js +1 -0
- package/lib/umd/locale/pl-PL.js +1 -0
- package/lib/umd/locale/pt-BR.js +1 -0
- package/lib/umd/locale/zh-HK.js +1 -0
- package/package.json +4 -4
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
|
|
2
|
+
//#region src/locale/ar-SA.ts
|
|
3
|
+
const locale = { design: {
|
|
4
|
+
Confirm: {
|
|
5
|
+
cancel: "إلغاء",
|
|
6
|
+
confirm: "موافق"
|
|
7
|
+
},
|
|
8
|
+
CascaderList: { empty: "لا شيء" },
|
|
9
|
+
Calendar: {
|
|
10
|
+
year: "",
|
|
11
|
+
weekDays: [
|
|
12
|
+
"ح",
|
|
13
|
+
"ن",
|
|
14
|
+
"ث",
|
|
15
|
+
"ر",
|
|
16
|
+
"خ",
|
|
17
|
+
"ج",
|
|
18
|
+
"س"
|
|
19
|
+
],
|
|
20
|
+
months: [
|
|
21
|
+
"يناير",
|
|
22
|
+
"فبراير",
|
|
23
|
+
"مارس",
|
|
24
|
+
"أبريل",
|
|
25
|
+
"مايو",
|
|
26
|
+
"يونيو",
|
|
27
|
+
"يوليو",
|
|
28
|
+
"أغسطس",
|
|
29
|
+
"سبتمبر",
|
|
30
|
+
"أكتوبر",
|
|
31
|
+
"نوفمبر",
|
|
32
|
+
"ديسمبر"
|
|
33
|
+
]
|
|
34
|
+
},
|
|
35
|
+
Select: { empty: "لا شيء" },
|
|
36
|
+
ColorPicker: {
|
|
37
|
+
more: "المزيد من الألوان",
|
|
38
|
+
cancel: "إلغاء",
|
|
39
|
+
confirm: "موافق"
|
|
40
|
+
},
|
|
41
|
+
GradientColorPicker: {
|
|
42
|
+
linear: "خطي",
|
|
43
|
+
radial: "شعاعي",
|
|
44
|
+
angular: "زاوي",
|
|
45
|
+
diamond: "ماسي",
|
|
46
|
+
offset: "إزاحة",
|
|
47
|
+
angle: "زاوية",
|
|
48
|
+
flip: "قلب",
|
|
49
|
+
delete: "حذف"
|
|
50
|
+
}
|
|
51
|
+
} };
|
|
52
|
+
|
|
53
|
+
//#endregion
|
|
54
|
+
module.exports = locale;
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
|
|
2
|
+
//#region src/locale/de-DE.ts
|
|
3
|
+
const locale = { design: {
|
|
4
|
+
Confirm: {
|
|
5
|
+
cancel: "Abbrechen",
|
|
6
|
+
confirm: "OK"
|
|
7
|
+
},
|
|
8
|
+
CascaderList: { empty: "Keine" },
|
|
9
|
+
Calendar: {
|
|
10
|
+
year: "",
|
|
11
|
+
weekDays: [
|
|
12
|
+
"So",
|
|
13
|
+
"Mo",
|
|
14
|
+
"Di",
|
|
15
|
+
"Mi",
|
|
16
|
+
"Do",
|
|
17
|
+
"Fr",
|
|
18
|
+
"Sa"
|
|
19
|
+
],
|
|
20
|
+
months: [
|
|
21
|
+
"Jan",
|
|
22
|
+
"Feb",
|
|
23
|
+
"Mär",
|
|
24
|
+
"Apr",
|
|
25
|
+
"Mai",
|
|
26
|
+
"Jun",
|
|
27
|
+
"Jul",
|
|
28
|
+
"Aug",
|
|
29
|
+
"Sep",
|
|
30
|
+
"Okt",
|
|
31
|
+
"Nov",
|
|
32
|
+
"Dez"
|
|
33
|
+
]
|
|
34
|
+
},
|
|
35
|
+
Select: { empty: "Keine" },
|
|
36
|
+
ColorPicker: {
|
|
37
|
+
more: "Mehr Farben",
|
|
38
|
+
cancel: "Abbrechen",
|
|
39
|
+
confirm: "OK"
|
|
40
|
+
},
|
|
41
|
+
GradientColorPicker: {
|
|
42
|
+
linear: "Linear",
|
|
43
|
+
radial: "Radial",
|
|
44
|
+
angular: "Winkel",
|
|
45
|
+
diamond: "Diamant",
|
|
46
|
+
offset: "Versatz",
|
|
47
|
+
angle: "Winkel",
|
|
48
|
+
flip: "Umkehren",
|
|
49
|
+
delete: "Löschen"
|
|
50
|
+
}
|
|
51
|
+
} };
|
|
52
|
+
|
|
53
|
+
//#endregion
|
|
54
|
+
module.exports = locale;
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
|
|
2
|
+
//#region src/locale/id-ID.ts
|
|
3
|
+
const locale = { design: {
|
|
4
|
+
Confirm: {
|
|
5
|
+
cancel: "Batal",
|
|
6
|
+
confirm: "OK"
|
|
7
|
+
},
|
|
8
|
+
CascaderList: { empty: "Tidak ada" },
|
|
9
|
+
Calendar: {
|
|
10
|
+
year: "",
|
|
11
|
+
weekDays: [
|
|
12
|
+
"Min",
|
|
13
|
+
"Sen",
|
|
14
|
+
"Sel",
|
|
15
|
+
"Rab",
|
|
16
|
+
"Kam",
|
|
17
|
+
"Jum",
|
|
18
|
+
"Sab"
|
|
19
|
+
],
|
|
20
|
+
months: [
|
|
21
|
+
"Jan",
|
|
22
|
+
"Feb",
|
|
23
|
+
"Mar",
|
|
24
|
+
"Apr",
|
|
25
|
+
"Mei",
|
|
26
|
+
"Jun",
|
|
27
|
+
"Jul",
|
|
28
|
+
"Agu",
|
|
29
|
+
"Sep",
|
|
30
|
+
"Okt",
|
|
31
|
+
"Nov",
|
|
32
|
+
"Des"
|
|
33
|
+
]
|
|
34
|
+
},
|
|
35
|
+
Select: { empty: "Tidak ada" },
|
|
36
|
+
ColorPicker: {
|
|
37
|
+
more: "Warna Lainnya",
|
|
38
|
+
cancel: "Batal",
|
|
39
|
+
confirm: "OK"
|
|
40
|
+
},
|
|
41
|
+
GradientColorPicker: {
|
|
42
|
+
linear: "Linear",
|
|
43
|
+
radial: "Radial",
|
|
44
|
+
angular: "Angular",
|
|
45
|
+
diamond: "Berlian",
|
|
46
|
+
offset: "Offset",
|
|
47
|
+
angle: "Sudut",
|
|
48
|
+
flip: "Balik",
|
|
49
|
+
delete: "Hapus"
|
|
50
|
+
}
|
|
51
|
+
} };
|
|
52
|
+
|
|
53
|
+
//#endregion
|
|
54
|
+
module.exports = locale;
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
|
|
2
|
+
//#region src/locale/it-IT.ts
|
|
3
|
+
const locale = { design: {
|
|
4
|
+
Confirm: {
|
|
5
|
+
cancel: "annulla",
|
|
6
|
+
confirm: "ok"
|
|
7
|
+
},
|
|
8
|
+
CascaderList: { empty: "Nessuno" },
|
|
9
|
+
Calendar: {
|
|
10
|
+
year: "",
|
|
11
|
+
weekDays: [
|
|
12
|
+
"Dom",
|
|
13
|
+
"Lun",
|
|
14
|
+
"Mar",
|
|
15
|
+
"Mer",
|
|
16
|
+
"Gio",
|
|
17
|
+
"Ven",
|
|
18
|
+
"Sab"
|
|
19
|
+
],
|
|
20
|
+
months: [
|
|
21
|
+
"Gen",
|
|
22
|
+
"Feb",
|
|
23
|
+
"Mar",
|
|
24
|
+
"Apr",
|
|
25
|
+
"Mag",
|
|
26
|
+
"Giu",
|
|
27
|
+
"Lug",
|
|
28
|
+
"Ago",
|
|
29
|
+
"Set",
|
|
30
|
+
"Ott",
|
|
31
|
+
"Nov",
|
|
32
|
+
"Dic"
|
|
33
|
+
]
|
|
34
|
+
},
|
|
35
|
+
Select: { empty: "Nessuno" },
|
|
36
|
+
ColorPicker: {
|
|
37
|
+
more: "Altri Colori",
|
|
38
|
+
cancel: "annulla",
|
|
39
|
+
confirm: "ok"
|
|
40
|
+
},
|
|
41
|
+
GradientColorPicker: {
|
|
42
|
+
linear: "Lineare",
|
|
43
|
+
radial: "Radiale",
|
|
44
|
+
angular: "Angolare",
|
|
45
|
+
diamond: "Diamante",
|
|
46
|
+
offset: "Offset",
|
|
47
|
+
angle: "Angolo",
|
|
48
|
+
flip: "Capovolgi",
|
|
49
|
+
delete: "Elimina"
|
|
50
|
+
}
|
|
51
|
+
} };
|
|
52
|
+
|
|
53
|
+
//#endregion
|
|
54
|
+
module.exports = locale;
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
|
|
2
|
+
//#region src/locale/pl-PL.ts
|
|
3
|
+
const locale = { design: {
|
|
4
|
+
Confirm: {
|
|
5
|
+
cancel: "anuluj",
|
|
6
|
+
confirm: "ok"
|
|
7
|
+
},
|
|
8
|
+
CascaderList: { empty: "Brak" },
|
|
9
|
+
Calendar: {
|
|
10
|
+
year: "",
|
|
11
|
+
weekDays: [
|
|
12
|
+
"nd",
|
|
13
|
+
"pn",
|
|
14
|
+
"wt",
|
|
15
|
+
"śr",
|
|
16
|
+
"cz",
|
|
17
|
+
"pt",
|
|
18
|
+
"so"
|
|
19
|
+
],
|
|
20
|
+
months: [
|
|
21
|
+
"sty",
|
|
22
|
+
"lut",
|
|
23
|
+
"mar",
|
|
24
|
+
"kwi",
|
|
25
|
+
"maj",
|
|
26
|
+
"cze",
|
|
27
|
+
"lip",
|
|
28
|
+
"sie",
|
|
29
|
+
"wrz",
|
|
30
|
+
"paź",
|
|
31
|
+
"lis",
|
|
32
|
+
"gru"
|
|
33
|
+
]
|
|
34
|
+
},
|
|
35
|
+
Select: { empty: "Brak" },
|
|
36
|
+
ColorPicker: {
|
|
37
|
+
more: "Więcej kolorów",
|
|
38
|
+
cancel: "anuluj",
|
|
39
|
+
confirm: "ok"
|
|
40
|
+
},
|
|
41
|
+
GradientColorPicker: {
|
|
42
|
+
linear: "Liniowy",
|
|
43
|
+
radial: "Radialny",
|
|
44
|
+
angular: "Kątowy",
|
|
45
|
+
diamond: "Diamentowy",
|
|
46
|
+
offset: "Przesunięcie",
|
|
47
|
+
angle: "Kąt",
|
|
48
|
+
flip: "Obrót",
|
|
49
|
+
delete: "Usuń"
|
|
50
|
+
}
|
|
51
|
+
} };
|
|
52
|
+
|
|
53
|
+
//#endregion
|
|
54
|
+
module.exports = locale;
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
|
|
2
|
+
//#region src/locale/pt-BR.ts
|
|
3
|
+
const locale = { design: {
|
|
4
|
+
Confirm: {
|
|
5
|
+
cancel: "cancelar",
|
|
6
|
+
confirm: "ok"
|
|
7
|
+
},
|
|
8
|
+
CascaderList: { empty: "Nenhum" },
|
|
9
|
+
Calendar: {
|
|
10
|
+
year: "",
|
|
11
|
+
weekDays: [
|
|
12
|
+
"Dom",
|
|
13
|
+
"Seg",
|
|
14
|
+
"Ter",
|
|
15
|
+
"Qua",
|
|
16
|
+
"Qui",
|
|
17
|
+
"Sex",
|
|
18
|
+
"Sáb"
|
|
19
|
+
],
|
|
20
|
+
months: [
|
|
21
|
+
"Jan",
|
|
22
|
+
"Fev",
|
|
23
|
+
"Mar",
|
|
24
|
+
"Abr",
|
|
25
|
+
"Mai",
|
|
26
|
+
"Jun",
|
|
27
|
+
"Jul",
|
|
28
|
+
"Ago",
|
|
29
|
+
"Set",
|
|
30
|
+
"Out",
|
|
31
|
+
"Nov",
|
|
32
|
+
"Dez"
|
|
33
|
+
]
|
|
34
|
+
},
|
|
35
|
+
Select: { empty: "Nenhum" },
|
|
36
|
+
ColorPicker: {
|
|
37
|
+
more: "Mais Cores",
|
|
38
|
+
cancel: "cancelar",
|
|
39
|
+
confirm: "ok"
|
|
40
|
+
},
|
|
41
|
+
GradientColorPicker: {
|
|
42
|
+
linear: "Linear",
|
|
43
|
+
radial: "Radial",
|
|
44
|
+
angular: "Angular",
|
|
45
|
+
diamond: "Diamante",
|
|
46
|
+
offset: "Deslocamento",
|
|
47
|
+
angle: "Ângulo",
|
|
48
|
+
flip: "Inverter",
|
|
49
|
+
delete: "Excluir"
|
|
50
|
+
}
|
|
51
|
+
} };
|
|
52
|
+
|
|
53
|
+
//#endregion
|
|
54
|
+
module.exports = locale;
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
|
|
2
|
+
//#region src/locale/zh-HK.ts
|
|
3
|
+
const locale = { design: {
|
|
4
|
+
Confirm: {
|
|
5
|
+
cancel: "取消",
|
|
6
|
+
confirm: "確定"
|
|
7
|
+
},
|
|
8
|
+
CascaderList: { empty: "無" },
|
|
9
|
+
Calendar: {
|
|
10
|
+
year: "年",
|
|
11
|
+
weekDays: [
|
|
12
|
+
"日",
|
|
13
|
+
"一",
|
|
14
|
+
"二",
|
|
15
|
+
"三",
|
|
16
|
+
"四",
|
|
17
|
+
"五",
|
|
18
|
+
"六"
|
|
19
|
+
],
|
|
20
|
+
months: [
|
|
21
|
+
"一月",
|
|
22
|
+
"二月",
|
|
23
|
+
"三月",
|
|
24
|
+
"四月",
|
|
25
|
+
"五月",
|
|
26
|
+
"六月",
|
|
27
|
+
"七月",
|
|
28
|
+
"八月",
|
|
29
|
+
"九月",
|
|
30
|
+
"十月",
|
|
31
|
+
"十一月",
|
|
32
|
+
"十二月"
|
|
33
|
+
]
|
|
34
|
+
},
|
|
35
|
+
Select: { empty: "無" },
|
|
36
|
+
ColorPicker: {
|
|
37
|
+
more: "更多顏色",
|
|
38
|
+
cancel: "取消",
|
|
39
|
+
confirm: "確定"
|
|
40
|
+
},
|
|
41
|
+
GradientColorPicker: {
|
|
42
|
+
linear: "線性",
|
|
43
|
+
radial: "徑向",
|
|
44
|
+
angular: "角向",
|
|
45
|
+
diamond: "菱形",
|
|
46
|
+
offset: "偏移",
|
|
47
|
+
angle: "角度",
|
|
48
|
+
flip: "翻轉",
|
|
49
|
+
delete: "刪除"
|
|
50
|
+
}
|
|
51
|
+
} };
|
|
52
|
+
|
|
53
|
+
//#endregion
|
|
54
|
+
module.exports = locale;
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
//#region src/locale/ar-SA.ts
|
|
2
|
+
const locale = { design: {
|
|
3
|
+
Confirm: {
|
|
4
|
+
cancel: "إلغاء",
|
|
5
|
+
confirm: "موافق"
|
|
6
|
+
},
|
|
7
|
+
CascaderList: { empty: "لا شيء" },
|
|
8
|
+
Calendar: {
|
|
9
|
+
year: "",
|
|
10
|
+
weekDays: [
|
|
11
|
+
"ح",
|
|
12
|
+
"ن",
|
|
13
|
+
"ث",
|
|
14
|
+
"ر",
|
|
15
|
+
"خ",
|
|
16
|
+
"ج",
|
|
17
|
+
"س"
|
|
18
|
+
],
|
|
19
|
+
months: [
|
|
20
|
+
"يناير",
|
|
21
|
+
"فبراير",
|
|
22
|
+
"مارس",
|
|
23
|
+
"أبريل",
|
|
24
|
+
"مايو",
|
|
25
|
+
"يونيو",
|
|
26
|
+
"يوليو",
|
|
27
|
+
"أغسطس",
|
|
28
|
+
"سبتمبر",
|
|
29
|
+
"أكتوبر",
|
|
30
|
+
"نوفمبر",
|
|
31
|
+
"ديسمبر"
|
|
32
|
+
]
|
|
33
|
+
},
|
|
34
|
+
Select: { empty: "لا شيء" },
|
|
35
|
+
ColorPicker: {
|
|
36
|
+
more: "المزيد من الألوان",
|
|
37
|
+
cancel: "إلغاء",
|
|
38
|
+
confirm: "موافق"
|
|
39
|
+
},
|
|
40
|
+
GradientColorPicker: {
|
|
41
|
+
linear: "خطي",
|
|
42
|
+
radial: "شعاعي",
|
|
43
|
+
angular: "زاوي",
|
|
44
|
+
diamond: "ماسي",
|
|
45
|
+
offset: "إزاحة",
|
|
46
|
+
angle: "زاوية",
|
|
47
|
+
flip: "قلب",
|
|
48
|
+
delete: "حذف"
|
|
49
|
+
}
|
|
50
|
+
} };
|
|
51
|
+
|
|
52
|
+
//#endregion
|
|
53
|
+
export { locale as default };
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
//#region src/locale/de-DE.ts
|
|
2
|
+
const locale = { design: {
|
|
3
|
+
Confirm: {
|
|
4
|
+
cancel: "Abbrechen",
|
|
5
|
+
confirm: "OK"
|
|
6
|
+
},
|
|
7
|
+
CascaderList: { empty: "Keine" },
|
|
8
|
+
Calendar: {
|
|
9
|
+
year: "",
|
|
10
|
+
weekDays: [
|
|
11
|
+
"So",
|
|
12
|
+
"Mo",
|
|
13
|
+
"Di",
|
|
14
|
+
"Mi",
|
|
15
|
+
"Do",
|
|
16
|
+
"Fr",
|
|
17
|
+
"Sa"
|
|
18
|
+
],
|
|
19
|
+
months: [
|
|
20
|
+
"Jan",
|
|
21
|
+
"Feb",
|
|
22
|
+
"Mär",
|
|
23
|
+
"Apr",
|
|
24
|
+
"Mai",
|
|
25
|
+
"Jun",
|
|
26
|
+
"Jul",
|
|
27
|
+
"Aug",
|
|
28
|
+
"Sep",
|
|
29
|
+
"Okt",
|
|
30
|
+
"Nov",
|
|
31
|
+
"Dez"
|
|
32
|
+
]
|
|
33
|
+
},
|
|
34
|
+
Select: { empty: "Keine" },
|
|
35
|
+
ColorPicker: {
|
|
36
|
+
more: "Mehr Farben",
|
|
37
|
+
cancel: "Abbrechen",
|
|
38
|
+
confirm: "OK"
|
|
39
|
+
},
|
|
40
|
+
GradientColorPicker: {
|
|
41
|
+
linear: "Linear",
|
|
42
|
+
radial: "Radial",
|
|
43
|
+
angular: "Winkel",
|
|
44
|
+
diamond: "Diamant",
|
|
45
|
+
offset: "Versatz",
|
|
46
|
+
angle: "Winkel",
|
|
47
|
+
flip: "Umkehren",
|
|
48
|
+
delete: "Löschen"
|
|
49
|
+
}
|
|
50
|
+
} };
|
|
51
|
+
|
|
52
|
+
//#endregion
|
|
53
|
+
export { locale as default };
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
//#region src/locale/id-ID.ts
|
|
2
|
+
const locale = { design: {
|
|
3
|
+
Confirm: {
|
|
4
|
+
cancel: "Batal",
|
|
5
|
+
confirm: "OK"
|
|
6
|
+
},
|
|
7
|
+
CascaderList: { empty: "Tidak ada" },
|
|
8
|
+
Calendar: {
|
|
9
|
+
year: "",
|
|
10
|
+
weekDays: [
|
|
11
|
+
"Min",
|
|
12
|
+
"Sen",
|
|
13
|
+
"Sel",
|
|
14
|
+
"Rab",
|
|
15
|
+
"Kam",
|
|
16
|
+
"Jum",
|
|
17
|
+
"Sab"
|
|
18
|
+
],
|
|
19
|
+
months: [
|
|
20
|
+
"Jan",
|
|
21
|
+
"Feb",
|
|
22
|
+
"Mar",
|
|
23
|
+
"Apr",
|
|
24
|
+
"Mei",
|
|
25
|
+
"Jun",
|
|
26
|
+
"Jul",
|
|
27
|
+
"Agu",
|
|
28
|
+
"Sep",
|
|
29
|
+
"Okt",
|
|
30
|
+
"Nov",
|
|
31
|
+
"Des"
|
|
32
|
+
]
|
|
33
|
+
},
|
|
34
|
+
Select: { empty: "Tidak ada" },
|
|
35
|
+
ColorPicker: {
|
|
36
|
+
more: "Warna Lainnya",
|
|
37
|
+
cancel: "Batal",
|
|
38
|
+
confirm: "OK"
|
|
39
|
+
},
|
|
40
|
+
GradientColorPicker: {
|
|
41
|
+
linear: "Linear",
|
|
42
|
+
radial: "Radial",
|
|
43
|
+
angular: "Angular",
|
|
44
|
+
diamond: "Berlian",
|
|
45
|
+
offset: "Offset",
|
|
46
|
+
angle: "Sudut",
|
|
47
|
+
flip: "Balik",
|
|
48
|
+
delete: "Hapus"
|
|
49
|
+
}
|
|
50
|
+
} };
|
|
51
|
+
|
|
52
|
+
//#endregion
|
|
53
|
+
export { locale as default };
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
//#region src/locale/it-IT.ts
|
|
2
|
+
const locale = { design: {
|
|
3
|
+
Confirm: {
|
|
4
|
+
cancel: "annulla",
|
|
5
|
+
confirm: "ok"
|
|
6
|
+
},
|
|
7
|
+
CascaderList: { empty: "Nessuno" },
|
|
8
|
+
Calendar: {
|
|
9
|
+
year: "",
|
|
10
|
+
weekDays: [
|
|
11
|
+
"Dom",
|
|
12
|
+
"Lun",
|
|
13
|
+
"Mar",
|
|
14
|
+
"Mer",
|
|
15
|
+
"Gio",
|
|
16
|
+
"Ven",
|
|
17
|
+
"Sab"
|
|
18
|
+
],
|
|
19
|
+
months: [
|
|
20
|
+
"Gen",
|
|
21
|
+
"Feb",
|
|
22
|
+
"Mar",
|
|
23
|
+
"Apr",
|
|
24
|
+
"Mag",
|
|
25
|
+
"Giu",
|
|
26
|
+
"Lug",
|
|
27
|
+
"Ago",
|
|
28
|
+
"Set",
|
|
29
|
+
"Ott",
|
|
30
|
+
"Nov",
|
|
31
|
+
"Dic"
|
|
32
|
+
]
|
|
33
|
+
},
|
|
34
|
+
Select: { empty: "Nessuno" },
|
|
35
|
+
ColorPicker: {
|
|
36
|
+
more: "Altri Colori",
|
|
37
|
+
cancel: "annulla",
|
|
38
|
+
confirm: "ok"
|
|
39
|
+
},
|
|
40
|
+
GradientColorPicker: {
|
|
41
|
+
linear: "Lineare",
|
|
42
|
+
radial: "Radiale",
|
|
43
|
+
angular: "Angolare",
|
|
44
|
+
diamond: "Diamante",
|
|
45
|
+
offset: "Offset",
|
|
46
|
+
angle: "Angolo",
|
|
47
|
+
flip: "Capovolgi",
|
|
48
|
+
delete: "Elimina"
|
|
49
|
+
}
|
|
50
|
+
} };
|
|
51
|
+
|
|
52
|
+
//#endregion
|
|
53
|
+
export { locale as default };
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
//#region src/locale/pl-PL.ts
|
|
2
|
+
const locale = { design: {
|
|
3
|
+
Confirm: {
|
|
4
|
+
cancel: "anuluj",
|
|
5
|
+
confirm: "ok"
|
|
6
|
+
},
|
|
7
|
+
CascaderList: { empty: "Brak" },
|
|
8
|
+
Calendar: {
|
|
9
|
+
year: "",
|
|
10
|
+
weekDays: [
|
|
11
|
+
"nd",
|
|
12
|
+
"pn",
|
|
13
|
+
"wt",
|
|
14
|
+
"śr",
|
|
15
|
+
"cz",
|
|
16
|
+
"pt",
|
|
17
|
+
"so"
|
|
18
|
+
],
|
|
19
|
+
months: [
|
|
20
|
+
"sty",
|
|
21
|
+
"lut",
|
|
22
|
+
"mar",
|
|
23
|
+
"kwi",
|
|
24
|
+
"maj",
|
|
25
|
+
"cze",
|
|
26
|
+
"lip",
|
|
27
|
+
"sie",
|
|
28
|
+
"wrz",
|
|
29
|
+
"paź",
|
|
30
|
+
"lis",
|
|
31
|
+
"gru"
|
|
32
|
+
]
|
|
33
|
+
},
|
|
34
|
+
Select: { empty: "Brak" },
|
|
35
|
+
ColorPicker: {
|
|
36
|
+
more: "Więcej kolorów",
|
|
37
|
+
cancel: "anuluj",
|
|
38
|
+
confirm: "ok"
|
|
39
|
+
},
|
|
40
|
+
GradientColorPicker: {
|
|
41
|
+
linear: "Liniowy",
|
|
42
|
+
radial: "Radialny",
|
|
43
|
+
angular: "Kątowy",
|
|
44
|
+
diamond: "Diamentowy",
|
|
45
|
+
offset: "Przesunięcie",
|
|
46
|
+
angle: "Kąt",
|
|
47
|
+
flip: "Obrót",
|
|
48
|
+
delete: "Usuń"
|
|
49
|
+
}
|
|
50
|
+
} };
|
|
51
|
+
|
|
52
|
+
//#endregion
|
|
53
|
+
export { locale as default };
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
//#region src/locale/pt-BR.ts
|
|
2
|
+
const locale = { design: {
|
|
3
|
+
Confirm: {
|
|
4
|
+
cancel: "cancelar",
|
|
5
|
+
confirm: "ok"
|
|
6
|
+
},
|
|
7
|
+
CascaderList: { empty: "Nenhum" },
|
|
8
|
+
Calendar: {
|
|
9
|
+
year: "",
|
|
10
|
+
weekDays: [
|
|
11
|
+
"Dom",
|
|
12
|
+
"Seg",
|
|
13
|
+
"Ter",
|
|
14
|
+
"Qua",
|
|
15
|
+
"Qui",
|
|
16
|
+
"Sex",
|
|
17
|
+
"Sáb"
|
|
18
|
+
],
|
|
19
|
+
months: [
|
|
20
|
+
"Jan",
|
|
21
|
+
"Fev",
|
|
22
|
+
"Mar",
|
|
23
|
+
"Abr",
|
|
24
|
+
"Mai",
|
|
25
|
+
"Jun",
|
|
26
|
+
"Jul",
|
|
27
|
+
"Ago",
|
|
28
|
+
"Set",
|
|
29
|
+
"Out",
|
|
30
|
+
"Nov",
|
|
31
|
+
"Dez"
|
|
32
|
+
]
|
|
33
|
+
},
|
|
34
|
+
Select: { empty: "Nenhum" },
|
|
35
|
+
ColorPicker: {
|
|
36
|
+
more: "Mais Cores",
|
|
37
|
+
cancel: "cancelar",
|
|
38
|
+
confirm: "ok"
|
|
39
|
+
},
|
|
40
|
+
GradientColorPicker: {
|
|
41
|
+
linear: "Linear",
|
|
42
|
+
radial: "Radial",
|
|
43
|
+
angular: "Angular",
|
|
44
|
+
diamond: "Diamante",
|
|
45
|
+
offset: "Deslocamento",
|
|
46
|
+
angle: "Ângulo",
|
|
47
|
+
flip: "Inverter",
|
|
48
|
+
delete: "Excluir"
|
|
49
|
+
}
|
|
50
|
+
} };
|
|
51
|
+
|
|
52
|
+
//#endregion
|
|
53
|
+
export { locale as default };
|