@univerjs/slides-ui 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/index.js +31 -31
- package/lib/cjs/locale/ar-SA.js +45 -0
- package/lib/cjs/locale/ca-ES.js +18 -1
- package/lib/cjs/locale/de-DE.js +45 -0
- package/lib/cjs/locale/en-US.js +18 -1
- package/lib/cjs/locale/es-ES.js +18 -1
- package/lib/cjs/locale/fa-IR.js +18 -1
- package/lib/cjs/locale/fr-FR.js +18 -1
- package/lib/cjs/locale/id-ID.js +45 -0
- package/lib/cjs/locale/it-IT.js +45 -0
- package/lib/cjs/locale/ja-JP.js +18 -1
- package/lib/cjs/locale/ko-KR.js +18 -1
- package/lib/cjs/locale/pl-PL.js +45 -0
- package/lib/cjs/locale/pt-BR.js +45 -0
- package/lib/cjs/locale/ru-RU.js +18 -1
- package/lib/cjs/locale/sk-SK.js +18 -1
- package/lib/cjs/locale/vi-VN.js +18 -1
- package/lib/cjs/locale/zh-CN.js +18 -1
- package/lib/cjs/locale/zh-HK.js +64 -0
- package/lib/cjs/locale/zh-TW.js +18 -1
- package/lib/es/index.js +31 -31
- package/lib/es/locale/ar-SA.js +44 -0
- package/lib/es/locale/ca-ES.js +18 -1
- package/lib/es/locale/de-DE.js +44 -0
- package/lib/es/locale/en-US.js +18 -1
- package/lib/es/locale/es-ES.js +18 -1
- package/lib/es/locale/fa-IR.js +18 -1
- package/lib/es/locale/fr-FR.js +18 -1
- package/lib/es/locale/id-ID.js +44 -0
- package/lib/es/locale/it-IT.js +44 -0
- package/lib/es/locale/ja-JP.js +18 -1
- package/lib/es/locale/ko-KR.js +18 -1
- package/lib/es/locale/pl-PL.js +44 -0
- package/lib/es/locale/pt-BR.js +44 -0
- package/lib/es/locale/ru-RU.js +18 -1
- package/lib/es/locale/sk-SK.js +18 -1
- package/lib/es/locale/vi-VN.js +18 -1
- package/lib/es/locale/zh-CN.js +18 -1
- package/lib/es/locale/zh-HK.js +63 -0
- package/lib/es/locale/zh-TW.js +18 -1
- package/lib/index.js +31 -31
- package/lib/locale/ar-SA.js +44 -0
- package/lib/locale/ca-ES.js +18 -1
- package/lib/locale/de-DE.js +44 -0
- package/lib/locale/en-US.js +18 -1
- package/lib/locale/es-ES.js +18 -1
- package/lib/locale/fa-IR.js +18 -1
- package/lib/locale/fr-FR.js +18 -1
- package/lib/locale/id-ID.js +44 -0
- package/lib/locale/it-IT.js +44 -0
- package/lib/locale/ja-JP.js +18 -1
- package/lib/locale/ko-KR.js +18 -1
- package/lib/locale/pl-PL.js +44 -0
- package/lib/locale/pt-BR.js +44 -0
- package/lib/locale/ru-RU.js +18 -1
- package/lib/locale/sk-SK.js +18 -1
- package/lib/locale/vi-VN.js +18 -1
- package/lib/locale/zh-CN.js +18 -1
- package/lib/locale/zh-HK.js +63 -0
- package/lib/locale/zh-TW.js +18 -1
- package/lib/types/locale/ar-SA.d.ts +18 -0
- package/lib/types/locale/de-DE.d.ts +18 -0
- package/lib/types/locale/en-US.d.ts +18 -1
- 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 +1 -1
- package/lib/umd/locale/ar-SA.js +1 -0
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.js +1 -0
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/id-ID.js +1 -0
- package/lib/umd/locale/it-IT.js +1 -0
- package/lib/umd/locale/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- package/lib/umd/locale/pl-PL.js +1 -0
- package/lib/umd/locale/pt-BR.js +1 -0
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/sk-SK.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-HK.js +1 -0
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +12 -12
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
//#region src/locale/pl-PL.ts
|
|
2
|
+
const locale = { "slides-ui": {
|
|
3
|
+
append: "Dodaj slajd",
|
|
4
|
+
text: { insert: { title: "Wstaw tekst" } },
|
|
5
|
+
shape: { insert: {
|
|
6
|
+
title: "Wstaw kształt",
|
|
7
|
+
rectangle: "Wstaw prostokąt",
|
|
8
|
+
ellipse: "Wstaw elipsę"
|
|
9
|
+
} },
|
|
10
|
+
image: { insert: {
|
|
11
|
+
title: "Wstaw obraz",
|
|
12
|
+
float: "Wstaw obraz swobodny"
|
|
13
|
+
} },
|
|
14
|
+
popup: {
|
|
15
|
+
edit: "Edytuj",
|
|
16
|
+
delete: "Usuń"
|
|
17
|
+
},
|
|
18
|
+
sidebar: {
|
|
19
|
+
text: "Edytuj tekst",
|
|
20
|
+
shape: "Edytuj kształt",
|
|
21
|
+
image: "Edytuj obraz"
|
|
22
|
+
},
|
|
23
|
+
"image-panel": {
|
|
24
|
+
arrange: {
|
|
25
|
+
title: "Rozmieść",
|
|
26
|
+
forward: "Przesuń do przodu",
|
|
27
|
+
backward: "Przesuń do tyłu",
|
|
28
|
+
front: "Przesuń na wierzch",
|
|
29
|
+
back: "Przesuń na spód"
|
|
30
|
+
},
|
|
31
|
+
transform: {
|
|
32
|
+
title: "Przekształć",
|
|
33
|
+
width: "Szerokość (px)",
|
|
34
|
+
height: "Wysokość (px)",
|
|
35
|
+
x: "X (px)",
|
|
36
|
+
y: "Y (px)",
|
|
37
|
+
rotate: "Obrót (°)"
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
panel: { fill: { title: "Kolor wypełnienia" } }
|
|
41
|
+
} };
|
|
42
|
+
|
|
43
|
+
//#endregion
|
|
44
|
+
export { locale as default };
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
//#region src/locale/pt-BR.ts
|
|
2
|
+
const locale = { "slides-ui": {
|
|
3
|
+
append: "Adicionar Slide",
|
|
4
|
+
text: { insert: { title: "Inserir Texto" } },
|
|
5
|
+
shape: { insert: {
|
|
6
|
+
title: "Inserir Forma",
|
|
7
|
+
rectangle: "Inserir Retângulo",
|
|
8
|
+
ellipse: "Inserir Elipse"
|
|
9
|
+
} },
|
|
10
|
+
image: { insert: {
|
|
11
|
+
title: "Inserir Imagem",
|
|
12
|
+
float: "Inserir Imagem Flutuante"
|
|
13
|
+
} },
|
|
14
|
+
popup: {
|
|
15
|
+
edit: "Editar",
|
|
16
|
+
delete: "Excluir"
|
|
17
|
+
},
|
|
18
|
+
sidebar: {
|
|
19
|
+
text: "Editar Texto",
|
|
20
|
+
shape: "Editar Forma",
|
|
21
|
+
image: "Editar Imagem"
|
|
22
|
+
},
|
|
23
|
+
"image-panel": {
|
|
24
|
+
arrange: {
|
|
25
|
+
title: "Organizar",
|
|
26
|
+
forward: "Trazer para Frente",
|
|
27
|
+
backward: "Enviar para Trás",
|
|
28
|
+
front: "Trazer para a Frente",
|
|
29
|
+
back: "Enviar para Trás"
|
|
30
|
+
},
|
|
31
|
+
transform: {
|
|
32
|
+
title: "Transformar",
|
|
33
|
+
width: "Largura (px)",
|
|
34
|
+
height: "Altura (px)",
|
|
35
|
+
x: "X (px)",
|
|
36
|
+
y: "Y (px)",
|
|
37
|
+
rotate: "Rotacionar (°)"
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
panel: { fill: { title: "Cor de Preenchimento" } }
|
|
41
|
+
} };
|
|
42
|
+
|
|
43
|
+
//#endregion
|
|
44
|
+
export { locale as default };
|
package/lib/locale/ru-RU.js
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
* See the License for the specific language governing permissions and
|
|
15
15
|
* limitations under the License.
|
|
16
16
|
*/
|
|
17
|
-
const locale$1 = {
|
|
17
|
+
const locale$1 = { "slides-ui": {
|
|
18
18
|
append: "Append Slide",
|
|
19
19
|
text: { insert: { title: "Insert Text" } },
|
|
20
20
|
shape: { insert: {
|
|
@@ -35,6 +35,23 @@ const locale$1 = { slide: {
|
|
|
35
35
|
shape: "Edit Shape",
|
|
36
36
|
image: "Edit Image"
|
|
37
37
|
},
|
|
38
|
+
"image-panel": {
|
|
39
|
+
arrange: {
|
|
40
|
+
title: "Arrange",
|
|
41
|
+
forward: "Bring Forward",
|
|
42
|
+
backward: "Send Backward",
|
|
43
|
+
front: "Bring to Front",
|
|
44
|
+
back: "Send to Back"
|
|
45
|
+
},
|
|
46
|
+
transform: {
|
|
47
|
+
title: "Transform",
|
|
48
|
+
width: "Width (px)",
|
|
49
|
+
height: "Height (px)",
|
|
50
|
+
x: "X (px)",
|
|
51
|
+
y: "Y (px)",
|
|
52
|
+
rotate: "Rotate (°)"
|
|
53
|
+
}
|
|
54
|
+
},
|
|
38
55
|
panel: { fill: { title: "Fill Color" } }
|
|
39
56
|
} };
|
|
40
57
|
|
package/lib/locale/sk-SK.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
//#region src/locale/sk-SK.ts
|
|
2
|
-
const locale = {
|
|
2
|
+
const locale = { "slides-ui": {
|
|
3
3
|
append: "Pridať snímku",
|
|
4
4
|
text: { insert: { title: "Vložiť text" } },
|
|
5
5
|
shape: { insert: {
|
|
@@ -20,6 +20,23 @@ const locale = { slide: {
|
|
|
20
20
|
shape: "Upraviť tvar",
|
|
21
21
|
image: "Upraviť obrázok"
|
|
22
22
|
},
|
|
23
|
+
"image-panel": {
|
|
24
|
+
arrange: {
|
|
25
|
+
title: "Usporiadať",
|
|
26
|
+
forward: "Posunúť dopredu",
|
|
27
|
+
backward: "Posunúť dozadu",
|
|
28
|
+
front: "Presunúť do popredia",
|
|
29
|
+
back: "Presunúť do pozadia"
|
|
30
|
+
},
|
|
31
|
+
transform: {
|
|
32
|
+
title: "Transformovať",
|
|
33
|
+
width: "Šírka (px)",
|
|
34
|
+
height: "Výška (px)",
|
|
35
|
+
x: "X (px)",
|
|
36
|
+
y: "Y (px)",
|
|
37
|
+
rotate: "Otočiť (°)"
|
|
38
|
+
}
|
|
39
|
+
},
|
|
23
40
|
panel: { fill: { title: "Farba výplne" } }
|
|
24
41
|
} };
|
|
25
42
|
|
package/lib/locale/vi-VN.js
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
* See the License for the specific language governing permissions and
|
|
15
15
|
* limitations under the License.
|
|
16
16
|
*/
|
|
17
|
-
const locale$1 = {
|
|
17
|
+
const locale$1 = { "slides-ui": {
|
|
18
18
|
append: "Append Slide",
|
|
19
19
|
text: { insert: { title: "Insert Text" } },
|
|
20
20
|
shape: { insert: {
|
|
@@ -35,6 +35,23 @@ const locale$1 = { slide: {
|
|
|
35
35
|
shape: "Edit Shape",
|
|
36
36
|
image: "Edit Image"
|
|
37
37
|
},
|
|
38
|
+
"image-panel": {
|
|
39
|
+
arrange: {
|
|
40
|
+
title: "Arrange",
|
|
41
|
+
forward: "Bring Forward",
|
|
42
|
+
backward: "Send Backward",
|
|
43
|
+
front: "Bring to Front",
|
|
44
|
+
back: "Send to Back"
|
|
45
|
+
},
|
|
46
|
+
transform: {
|
|
47
|
+
title: "Transform",
|
|
48
|
+
width: "Width (px)",
|
|
49
|
+
height: "Height (px)",
|
|
50
|
+
x: "X (px)",
|
|
51
|
+
y: "Y (px)",
|
|
52
|
+
rotate: "Rotate (°)"
|
|
53
|
+
}
|
|
54
|
+
},
|
|
38
55
|
panel: { fill: { title: "Fill Color" } }
|
|
39
56
|
} };
|
|
40
57
|
|
package/lib/locale/zh-CN.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
//#region src/locale/zh-CN.ts
|
|
2
|
-
const locale = {
|
|
2
|
+
const locale = { "slides-ui": {
|
|
3
3
|
append: "新增幻灯片",
|
|
4
4
|
text: { insert: { title: "插入文本" } },
|
|
5
5
|
shape: { insert: {
|
|
@@ -20,6 +20,23 @@ const locale = { slide: {
|
|
|
20
20
|
shape: "编辑图形",
|
|
21
21
|
image: "编辑图片"
|
|
22
22
|
},
|
|
23
|
+
"image-panel": {
|
|
24
|
+
arrange: {
|
|
25
|
+
title: "排列",
|
|
26
|
+
forward: "上移一层",
|
|
27
|
+
backward: "下移一层",
|
|
28
|
+
front: "置于顶层",
|
|
29
|
+
back: "置于底层"
|
|
30
|
+
},
|
|
31
|
+
transform: {
|
|
32
|
+
title: "变换",
|
|
33
|
+
width: "宽度 (px)",
|
|
34
|
+
height: "高度 (px)",
|
|
35
|
+
x: "X (px)",
|
|
36
|
+
y: "Y (px)",
|
|
37
|
+
rotate: "旋转 (°)"
|
|
38
|
+
}
|
|
39
|
+
},
|
|
23
40
|
panel: { fill: { title: "填充" } }
|
|
24
41
|
} };
|
|
25
42
|
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
//#region src/locale/en-US.ts
|
|
2
|
+
/**
|
|
3
|
+
* Copyright 2023-present DreamNum Co., Ltd.
|
|
4
|
+
*
|
|
5
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
+
* you may not use this file except in compliance with the License.
|
|
7
|
+
* You may obtain a copy of the License at
|
|
8
|
+
*
|
|
9
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
*
|
|
11
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
12
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
+
* See the License for the specific language governing permissions and
|
|
15
|
+
* limitations under the License.
|
|
16
|
+
*/
|
|
17
|
+
const locale$1 = { "slides-ui": {
|
|
18
|
+
append: "Append Slide",
|
|
19
|
+
text: { insert: { title: "Insert Text" } },
|
|
20
|
+
shape: { insert: {
|
|
21
|
+
title: "Insert Shape",
|
|
22
|
+
rectangle: "Insert Rectangle",
|
|
23
|
+
ellipse: "Insert Ellipse"
|
|
24
|
+
} },
|
|
25
|
+
image: { insert: {
|
|
26
|
+
title: "Insert Image",
|
|
27
|
+
float: "Insert Float Image"
|
|
28
|
+
} },
|
|
29
|
+
popup: {
|
|
30
|
+
edit: "Edit",
|
|
31
|
+
delete: "Delete"
|
|
32
|
+
},
|
|
33
|
+
sidebar: {
|
|
34
|
+
text: "Edit Text",
|
|
35
|
+
shape: "Edit Shape",
|
|
36
|
+
image: "Edit Image"
|
|
37
|
+
},
|
|
38
|
+
"image-panel": {
|
|
39
|
+
arrange: {
|
|
40
|
+
title: "Arrange",
|
|
41
|
+
forward: "Bring Forward",
|
|
42
|
+
backward: "Send Backward",
|
|
43
|
+
front: "Bring to Front",
|
|
44
|
+
back: "Send to Back"
|
|
45
|
+
},
|
|
46
|
+
transform: {
|
|
47
|
+
title: "Transform",
|
|
48
|
+
width: "Width (px)",
|
|
49
|
+
height: "Height (px)",
|
|
50
|
+
x: "X (px)",
|
|
51
|
+
y: "Y (px)",
|
|
52
|
+
rotate: "Rotate (°)"
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
panel: { fill: { title: "Fill Color" } }
|
|
56
|
+
} };
|
|
57
|
+
|
|
58
|
+
//#endregion
|
|
59
|
+
//#region src/locale/zh-HK.ts
|
|
60
|
+
const locale = locale$1;
|
|
61
|
+
|
|
62
|
+
//#endregion
|
|
63
|
+
export { locale as default };
|
package/lib/locale/zh-TW.js
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
* See the License for the specific language governing permissions and
|
|
15
15
|
* limitations under the License.
|
|
16
16
|
*/
|
|
17
|
-
const locale$1 = {
|
|
17
|
+
const locale$1 = { "slides-ui": {
|
|
18
18
|
append: "Append Slide",
|
|
19
19
|
text: { insert: { title: "Insert Text" } },
|
|
20
20
|
shape: { insert: {
|
|
@@ -35,6 +35,23 @@ const locale$1 = { slide: {
|
|
|
35
35
|
shape: "Edit Shape",
|
|
36
36
|
image: "Edit Image"
|
|
37
37
|
},
|
|
38
|
+
"image-panel": {
|
|
39
|
+
arrange: {
|
|
40
|
+
title: "Arrange",
|
|
41
|
+
forward: "Bring Forward",
|
|
42
|
+
backward: "Send Backward",
|
|
43
|
+
front: "Bring to Front",
|
|
44
|
+
back: "Send to Back"
|
|
45
|
+
},
|
|
46
|
+
transform: {
|
|
47
|
+
title: "Transform",
|
|
48
|
+
width: "Width (px)",
|
|
49
|
+
height: "Height (px)",
|
|
50
|
+
x: "X (px)",
|
|
51
|
+
y: "Y (px)",
|
|
52
|
+
rotate: "Rotate (°)"
|
|
53
|
+
}
|
|
54
|
+
},
|
|
38
55
|
panel: { fill: { title: "Fill Color" } }
|
|
39
56
|
} };
|
|
40
57
|
|
|
@@ -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;
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
declare const locale: {
|
|
17
|
-
|
|
17
|
+
'slides-ui': {
|
|
18
18
|
append: string;
|
|
19
19
|
text: {
|
|
20
20
|
insert: {
|
|
@@ -43,6 +43,23 @@ declare const locale: {
|
|
|
43
43
|
shape: string;
|
|
44
44
|
image: string;
|
|
45
45
|
};
|
|
46
|
+
'image-panel': {
|
|
47
|
+
arrange: {
|
|
48
|
+
title: string;
|
|
49
|
+
forward: string;
|
|
50
|
+
backward: string;
|
|
51
|
+
front: string;
|
|
52
|
+
back: string;
|
|
53
|
+
};
|
|
54
|
+
transform: {
|
|
55
|
+
title: string;
|
|
56
|
+
width: string;
|
|
57
|
+
height: string;
|
|
58
|
+
x: string;
|
|
59
|
+
y: string;
|
|
60
|
+
rotate: string;
|
|
61
|
+
};
|
|
62
|
+
};
|
|
46
63
|
panel: {
|
|
47
64
|
fill: {
|
|
48
65
|
title: string;
|
|
@@ -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 zhCN from './zh-CN';
|
|
17
|
+
declare const locale: typeof zhCN;
|
|
18
|
+
export default locale;
|