x-runtime-lib 0.8.31 → 0.8.33
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.
|
@@ -9,9 +9,12 @@ const e = {
|
|
|
9
9
|
ambientLight: "Ambient Light",
|
|
10
10
|
angle: "Angle",
|
|
11
11
|
append: "Append",
|
|
12
|
-
|
|
12
|
+
appendIcon: "Append Icon",
|
|
13
|
+
appendInner: "Append / Inner",
|
|
14
|
+
appendInnerIcon: "Append Icon / Inner",
|
|
13
15
|
aspectRatio: "Aspect Ratio",
|
|
14
16
|
auto: "Auto",
|
|
17
|
+
autofocus: "Autofocus",
|
|
15
18
|
autoGrow: "Auto Grow",
|
|
16
19
|
background0: "Background 0",
|
|
17
20
|
background1: "Background 1",
|
|
@@ -229,7 +232,9 @@ const e = {
|
|
|
229
232
|
precision: "Precision",
|
|
230
233
|
prefix: "Prefix",
|
|
231
234
|
prepend: "Prepend",
|
|
232
|
-
|
|
235
|
+
prependIcon: "Prepend Icon",
|
|
236
|
+
prependInner: "Prepend / Inner",
|
|
237
|
+
prependInnerIcon: "Prepend Icon / Inner",
|
|
233
238
|
primary: "Primary",
|
|
234
239
|
property: "Property",
|
|
235
240
|
propertyChange: "Property Change",
|
|
@@ -8,10 +8,13 @@ const e = {
|
|
|
8
8
|
always: "总是",
|
|
9
9
|
ambientLight: "环境光",
|
|
10
10
|
angle: "角度",
|
|
11
|
-
append: "
|
|
12
|
-
|
|
11
|
+
append: "后置",
|
|
12
|
+
appendIcon: "后置图标",
|
|
13
|
+
appendInner: "后置/内部",
|
|
14
|
+
appendInnerIcon: "后置图标/内部",
|
|
13
15
|
aspectRatio: "宽高比",
|
|
14
16
|
auto: "自动",
|
|
17
|
+
autofocus: "自动聚焦",
|
|
15
18
|
autoGrow: "自动增长",
|
|
16
19
|
background0: "背景0",
|
|
17
20
|
background1: "背景1",
|
|
@@ -228,8 +231,10 @@ const e = {
|
|
|
228
231
|
position: "位置",
|
|
229
232
|
precision: "精度",
|
|
230
233
|
prefix: "前缀",
|
|
231
|
-
prepend: "
|
|
232
|
-
|
|
234
|
+
prepend: "前置",
|
|
235
|
+
prependIcon: "前置图标",
|
|
236
|
+
prependInner: "前置/内部",
|
|
237
|
+
prependInnerIcon: "前置图标/内部",
|
|
233
238
|
primary: "首要",
|
|
234
239
|
property: "属性",
|
|
235
240
|
propertyChange: "属性变化",
|