x-runtime-lib 0.4.4 → 0.4.6
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/dist/i18n/index.d.ts +1 -1
- package/dist/i18n-en-qjkol4ql.js +35 -0
- package/dist/i18n-zhHans-chbmhnb3.js +35 -0
- package/dist/index.js +283 -283
- package/package.json +1 -1
- package/dist/en-kzjkkzqt.js +0 -18
- package/dist/zhHans-gscwf2xh.js +0 -18
package/dist/i18n/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function
|
|
1
|
+
export declare function loadLocaleMessageRuntime(locale: string): Promise<object>;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
const e = {
|
|
2
|
+
"x-runtime-lib": {
|
|
3
|
+
backgroundColor: "Background Color",
|
|
4
|
+
basic: "Basic",
|
|
5
|
+
button: "Button",
|
|
6
|
+
circularRef: "Circular Reference",
|
|
7
|
+
click: "Click",
|
|
8
|
+
comfortable: "Comfortable",
|
|
9
|
+
compNotAvail: "Comp Not Available",
|
|
10
|
+
compact: "Compact",
|
|
11
|
+
darkModeInitOrChange: "Dark Mode Initialize Or Change",
|
|
12
|
+
default: "Default",
|
|
13
|
+
density: "Density",
|
|
14
|
+
globality: "Globality",
|
|
15
|
+
globalSettings: "Global Settings",
|
|
16
|
+
height: "Height",
|
|
17
|
+
id: "ID",
|
|
18
|
+
isDarkMode: "Is Dark Mode",
|
|
19
|
+
maxHeight: "Max Height",
|
|
20
|
+
maxWidth: "Max Width",
|
|
21
|
+
minHeight: "Min Height",
|
|
22
|
+
minWidth: "Min Width",
|
|
23
|
+
name: "Name",
|
|
24
|
+
newScreenSize: "New Screen Size",
|
|
25
|
+
oldScreenSize: "Old Screen Size",
|
|
26
|
+
ref: "Reference",
|
|
27
|
+
screenSizeInitOrChange: "Screen Size Initialize Or Change",
|
|
28
|
+
settings: "Settings",
|
|
29
|
+
startup: "Startup",
|
|
30
|
+
width: "Width"
|
|
31
|
+
}
|
|
32
|
+
};
|
|
33
|
+
export {
|
|
34
|
+
e as default
|
|
35
|
+
};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
const e = {
|
|
2
|
+
"x-runtime-lib": {
|
|
3
|
+
backgroundColor: "背景颜色",
|
|
4
|
+
basic: "基本",
|
|
5
|
+
button: "按钮",
|
|
6
|
+
circularRef: "循环引用",
|
|
7
|
+
click: "单击",
|
|
8
|
+
comfortable: "舒适",
|
|
9
|
+
compNotAvail: "组件不可用",
|
|
10
|
+
compact: "紧凑",
|
|
11
|
+
darkModeInitOrChange: "暗模式初始化或改变",
|
|
12
|
+
default: "缺省",
|
|
13
|
+
density: "密度",
|
|
14
|
+
globality: "全局",
|
|
15
|
+
globalSettings: "全局设置",
|
|
16
|
+
height: "高度",
|
|
17
|
+
id: "ID",
|
|
18
|
+
isDarkMode: "是否暗模式",
|
|
19
|
+
maxHeight: "最大高度",
|
|
20
|
+
maxWidth: "最大宽度",
|
|
21
|
+
minHeight: "最小高度",
|
|
22
|
+
minWidth: "最小宽度",
|
|
23
|
+
name: "名称",
|
|
24
|
+
newScreenSize: "新屏幕大小",
|
|
25
|
+
oldScreenSize: "旧屏幕大小",
|
|
26
|
+
ref: "引用",
|
|
27
|
+
screenSizeInitOrChange: "屏幕大小初始化或改变",
|
|
28
|
+
settings: "设置",
|
|
29
|
+
startup: "启动",
|
|
30
|
+
width: "宽度"
|
|
31
|
+
}
|
|
32
|
+
};
|
|
33
|
+
export {
|
|
34
|
+
e as default
|
|
35
|
+
};
|