@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.
@@ -0,0 +1,53 @@
1
+ //#region src/locale/zh-HK.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/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 };
@@ -0,0 +1,53 @@
1
+ //#region src/locale/zh-HK.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,18 @@
1
+ /**
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import type enUS from './en-US';
17
+ declare const locale: typeof enUS;
18
+ export default locale;
@@ -0,0 +1,18 @@
1
+ /**
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import type enUS from './en-US';
17
+ declare const locale: typeof enUS;
18
+ export default locale;
@@ -0,0 +1,18 @@
1
+ /**
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import type enUS from './en-US';
17
+ declare const locale: typeof enUS;
18
+ export default locale;
@@ -0,0 +1,18 @@
1
+ /**
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import type enUS from './en-US';
17
+ declare const locale: typeof enUS;
18
+ export default locale;
@@ -0,0 +1,18 @@
1
+ /**
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import type enUS from './en-US';
17
+ declare const locale: typeof enUS;
18
+ export default locale;
@@ -0,0 +1,18 @@
1
+ /**
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import type enUS from './en-US';
17
+ declare const locale: typeof enUS;
18
+ export default locale;
@@ -0,0 +1,18 @@
1
+ /**
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import type enUS from './en-US';
17
+ declare const locale: typeof enUS;
18
+ export default locale;