@xhsreds/reds-rn-next 0.11.1-beta202601131935 → 0.11.1-beta202601132119
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/coverage/.tmp/coverage-0.json +1 -1
- package/coverage/.tmp/coverage-1.json +1 -1
- package/coverage/.tmp/coverage-10.json +1 -1
- package/coverage/.tmp/coverage-11.json +1 -1
- package/coverage/.tmp/coverage-12.json +1 -1
- package/coverage/.tmp/coverage-13.json +1 -1
- package/coverage/.tmp/coverage-14.json +1 -1
- package/coverage/.tmp/coverage-17.json +1 -1
- package/coverage/.tmp/coverage-18.json +1 -1
- package/coverage/.tmp/coverage-2.json +1 -1
- package/coverage/.tmp/coverage-20.json +1 -1
- package/coverage/.tmp/coverage-22.json +1 -1
- package/coverage/.tmp/coverage-23.json +1 -1
- package/coverage/.tmp/coverage-24.json +1 -1
- package/coverage/.tmp/coverage-25.json +1 -1
- package/coverage/.tmp/coverage-27.json +1 -1
- package/coverage/.tmp/coverage-28.json +1 -1
- package/coverage/.tmp/coverage-29.json +1 -1
- package/coverage/.tmp/coverage-3.json +1 -1
- package/coverage/.tmp/coverage-30.json +1 -1
- package/coverage/.tmp/coverage-31.json +1 -1
- package/coverage/.tmp/coverage-32.json +1 -1
- package/coverage/.tmp/coverage-33.json +1 -1
- package/coverage/.tmp/coverage-34.json +1 -1
- package/coverage/.tmp/coverage-35.json +1 -1
- package/coverage/.tmp/coverage-36.json +1 -1
- package/coverage/.tmp/coverage-37.json +1 -1
- package/coverage/.tmp/coverage-38.json +1 -1
- package/coverage/.tmp/coverage-39.json +1 -1
- package/coverage/.tmp/coverage-4.json +1 -1
- package/coverage/.tmp/coverage-40.json +1 -1
- package/coverage/.tmp/coverage-41.json +1 -1
- package/coverage/.tmp/coverage-42.json +1 -1
- package/coverage/.tmp/coverage-43.json +1 -1
- package/coverage/.tmp/coverage-5.json +1 -1
- package/coverage/.tmp/coverage-6.json +1 -1
- package/coverage/.tmp/coverage-7.json +1 -1
- package/coverage/.tmp/coverage-8.json +1 -1
- package/coverage/.tmp/coverage-9.json +1 -1
- package/lib/cjs/components/PullRefresh/RefreshControl.js +4 -6
- package/lib/cjs/components/PullRefresh/RefreshControl.js.map +1 -1
- package/lib/esm/components/PullRefresh/RefreshControl.js +4 -6
- package/lib/esm/components/PullRefresh/RefreshControl.js.map +1 -1
- package/lib/src/components/PullRefresh/RefreshControl.d.ts +2 -2
- package/lib/types/components/PullRefresh/RefreshControl.d.ts +2 -2
- package/package.json +2 -2
- package/src/components/PullRefresh/RefreshControl.tsx +3 -4
- package/src/i18n/@types/resources.d.ts +27 -27
- package/src/i18n/index.json +31 -31
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
+
var _rollupPluginBabelHelpers = require('../../_chunks/CbISStRO.js');
|
|
5
6
|
var React = require('react');
|
|
6
7
|
var reactNative = require('react-native');
|
|
7
8
|
var components_ProgressIndicator_ProgressIndicator = require('../ProgressIndicator/ProgressIndicator.js');
|
|
8
|
-
require('../../_chunks/CbISStRO.js');
|
|
9
9
|
require('../../_chunks/CJ7e9O3k.js');
|
|
10
10
|
require('../ProgressIndicator/lottie/getLottieSource.js');
|
|
11
11
|
require('../ProgressIndicator/lottie/index.js');
|
|
@@ -35,7 +35,7 @@ var IOSRefreshControl = function IOSRefreshControl(_ref) {
|
|
|
35
35
|
var onRefresh = _ref.onRefresh,
|
|
36
36
|
refreshing = _ref.refreshing,
|
|
37
37
|
progressViewOffset = _ref.progressViewOffset,
|
|
38
|
-
|
|
38
|
+
style = _ref.style;
|
|
39
39
|
return /* @__PURE__ */React.createElement(reactNative.RefreshControl, {
|
|
40
40
|
refreshing: refreshing,
|
|
41
41
|
onRefresh: onRefresh,
|
|
@@ -43,10 +43,9 @@ var IOSRefreshControl = function IOSRefreshControl(_ref) {
|
|
|
43
43
|
style: {
|
|
44
44
|
backgroundColor: "transparent"
|
|
45
45
|
},
|
|
46
|
-
colors: colors,
|
|
47
46
|
tintColor: "transparent"
|
|
48
47
|
}, refreshing && /* @__PURE__ */React.createElement(reactNative.View, {
|
|
49
|
-
style: {
|
|
48
|
+
style: _rollupPluginBabelHelpers._objectSpread2({
|
|
50
49
|
position: "absolute",
|
|
51
50
|
top: 0,
|
|
52
51
|
left: 0,
|
|
@@ -54,9 +53,8 @@ var IOSRefreshControl = function IOSRefreshControl(_ref) {
|
|
|
54
53
|
zIndex: 1e3,
|
|
55
54
|
alignItems: "center",
|
|
56
55
|
width: "100%",
|
|
57
|
-
backgroundColor: "transparent",
|
|
58
56
|
justifyContent: "center"
|
|
59
|
-
}
|
|
57
|
+
}, style)
|
|
60
58
|
}, /* @__PURE__ */React.createElement(components_ProgressIndicator_ProgressIndicator.default, {
|
|
61
59
|
type: "refresh",
|
|
62
60
|
size: 36
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RefreshControl.js","sources":["../../../../src/components/PullRefresh/RefreshControl.tsx"],"sourcesContent":["import React from \"react\";\nimport { View, RefreshControl as RNRefreshControl } from \"react-native\";\nimport { ProgressIndicator } from \"../ProgressIndicator\";\n\ninterface IOSRefreshControlProps {\n onRefresh: () => void;\n refreshing: boolean;\n progressViewOffset?: number;\n height?: number;\n
|
|
1
|
+
{"version":3,"file":"RefreshControl.js","sources":["../../../../src/components/PullRefresh/RefreshControl.tsx"],"sourcesContent":["import React from \"react\";\nimport { View, RefreshControl as RNRefreshControl } from \"react-native\";\nimport { ProgressIndicator } from \"../ProgressIndicator\";\n\ninterface IOSRefreshControlProps {\n onRefresh: () => void;\n refreshing: boolean;\n progressViewOffset?: number;\n height?: number;\n style?: any;\n}\nconst IOSRefreshControl = ({ onRefresh, refreshing, progressViewOffset, style }: IOSRefreshControlProps) => {\n return (\n <RNRefreshControl\n refreshing={refreshing}\n onRefresh={onRefresh}\n progressViewOffset={progressViewOffset}\n style={{ backgroundColor: \"transparent\" }}\n tintColor=\"transparent\" // 隐藏原生指示器\n >\n {refreshing && (\n <View\n style={{\n position: \"absolute\",\n top: 0,\n left: 0,\n right: 0,\n zIndex: 1000,\n alignItems: \"center\",\n width: \"100%\",\n justifyContent: \"center\",\n ...style,\n }}\n >\n <ProgressIndicator type={\"refresh\"} size={36} />\n </View>\n )}\n </RNRefreshControl>\n );\n};\n\nexport default IOSRefreshControl;\n"],"names":["IOSRefreshControl","onRefresh","refreshing","_ref","progressViewOffset","style","React","createElement","RNRefreshControl","backgroundColor","tintColor","View","_objectSpread","position","top","left","right","zIndex","alignItems","width","justifyContent","ProgressIndicator","type","size"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAWA,IAAMA,oBAAoB,SAApBA,wBAAsG;AAAA,EAAA,IAA/EC,iBAAAA;IAAWC,UAAY,GAAAC,IAAA,CAAZD,UAAY;IAAAE,kBAAA,GAAAD,IAAA,CAAAC,kBAAA;IAAoBC,aAAAA;AAEpE,EAAA,sBAAAC,KAAA,CAAAC,aAAA,CAACC,0BAAA,EAAA;AACCN,IAAAA,UAAA,EAAAA,UAAA;AACAD,IAAAA,SAAA,EAAAA,SAAA;AACAG,IAAAA,kBAAA,EAAAA,kBAAA;AACAC,IAAAA,KAAA,EAAO;AAAEI,MAAAA,eAAA,EAAiB,aAAA;KAAc;AACxCC,IAAAA,SAAU,EAAA,aAAA;GAAA,EAETR,UACC,mBAAAI,KAAA,CAAAC,aAAA,CAACI,gBAAA,EAAA;AACCN,IAAAA,KAAO,EAAAO,wCAAA,CAAA;AACLC,MAAAA,QAAU,EAAA,UAAA;AACVC,MAAAA,GAAK,EAAA,CAAA;AACLC,MAAAA,IAAM,EAAA,CAAA;AACNC,MAAAA,KAAO,EAAA,CAAA;AACPC,MAAAA,MAAQ,EAAA,GAAA;AACRC,MAAAA,UAAY,EAAA,QAAA;AACZC,MAAAA,KAAO,EAAA,MAAA;AACPC,MAAAA,cAAgB,EAAA,QAAA;AAAA,KAAA,EACbf,KAAA,CAAA;AACL,GAAA,iBAECC,KAAA,CAAAC,aAAA,CAAAc,sDAAA,EAAA;AAAkBC,IAAAA,IAAM,EAAA,SAAA;AAAWC,IAAAA,MAAM,EAAA;GAAI,CAChD,CAEJ,CAAA,CAAA;AAEJ;;;;"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { a as _objectSpread2 } from '../../_chunks/BcGvf0Pc.js';
|
|
1
2
|
import React from 'react';
|
|
2
3
|
import { RefreshControl, View } from 'react-native';
|
|
3
4
|
import ProgressIndicator from '../ProgressIndicator/ProgressIndicator.js';
|
|
4
|
-
import '../../_chunks/BcGvf0Pc.js';
|
|
5
5
|
import '../../_chunks/B_AP2PTq.js';
|
|
6
6
|
import '../ProgressIndicator/lottie/getLottieSource.js';
|
|
7
7
|
import '../ProgressIndicator/lottie/index.js';
|
|
@@ -31,7 +31,7 @@ var IOSRefreshControl = function IOSRefreshControl(_ref) {
|
|
|
31
31
|
var onRefresh = _ref.onRefresh,
|
|
32
32
|
refreshing = _ref.refreshing,
|
|
33
33
|
progressViewOffset = _ref.progressViewOffset,
|
|
34
|
-
|
|
34
|
+
style = _ref.style;
|
|
35
35
|
return /* @__PURE__ */React.createElement(RefreshControl, {
|
|
36
36
|
refreshing: refreshing,
|
|
37
37
|
onRefresh: onRefresh,
|
|
@@ -39,10 +39,9 @@ var IOSRefreshControl = function IOSRefreshControl(_ref) {
|
|
|
39
39
|
style: {
|
|
40
40
|
backgroundColor: "transparent"
|
|
41
41
|
},
|
|
42
|
-
colors: colors,
|
|
43
42
|
tintColor: "transparent"
|
|
44
43
|
}, refreshing && /* @__PURE__ */React.createElement(View, {
|
|
45
|
-
style: {
|
|
44
|
+
style: _objectSpread2({
|
|
46
45
|
position: "absolute",
|
|
47
46
|
top: 0,
|
|
48
47
|
left: 0,
|
|
@@ -50,9 +49,8 @@ var IOSRefreshControl = function IOSRefreshControl(_ref) {
|
|
|
50
49
|
zIndex: 1e3,
|
|
51
50
|
alignItems: "center",
|
|
52
51
|
width: "100%",
|
|
53
|
-
backgroundColor: "transparent",
|
|
54
52
|
justifyContent: "center"
|
|
55
|
-
}
|
|
53
|
+
}, style)
|
|
56
54
|
}, /* @__PURE__ */React.createElement(ProgressIndicator, {
|
|
57
55
|
type: "refresh",
|
|
58
56
|
size: 36
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RefreshControl.js","sources":["../../../../src/components/PullRefresh/RefreshControl.tsx"],"sourcesContent":["import React from \"react\";\nimport { View, RefreshControl as RNRefreshControl } from \"react-native\";\nimport { ProgressIndicator } from \"../ProgressIndicator\";\n\ninterface IOSRefreshControlProps {\n onRefresh: () => void;\n refreshing: boolean;\n progressViewOffset?: number;\n height?: number;\n
|
|
1
|
+
{"version":3,"file":"RefreshControl.js","sources":["../../../../src/components/PullRefresh/RefreshControl.tsx"],"sourcesContent":["import React from \"react\";\nimport { View, RefreshControl as RNRefreshControl } from \"react-native\";\nimport { ProgressIndicator } from \"../ProgressIndicator\";\n\ninterface IOSRefreshControlProps {\n onRefresh: () => void;\n refreshing: boolean;\n progressViewOffset?: number;\n height?: number;\n style?: any;\n}\nconst IOSRefreshControl = ({ onRefresh, refreshing, progressViewOffset, style }: IOSRefreshControlProps) => {\n return (\n <RNRefreshControl\n refreshing={refreshing}\n onRefresh={onRefresh}\n progressViewOffset={progressViewOffset}\n style={{ backgroundColor: \"transparent\" }}\n tintColor=\"transparent\" // 隐藏原生指示器\n >\n {refreshing && (\n <View\n style={{\n position: \"absolute\",\n top: 0,\n left: 0,\n right: 0,\n zIndex: 1000,\n alignItems: \"center\",\n width: \"100%\",\n justifyContent: \"center\",\n ...style,\n }}\n >\n <ProgressIndicator type={\"refresh\"} size={36} />\n </View>\n )}\n </RNRefreshControl>\n );\n};\n\nexport default IOSRefreshControl;\n"],"names":["IOSRefreshControl","onRefresh","refreshing","_ref","progressViewOffset","style","React","createElement","RNRefreshControl","backgroundColor","tintColor","View","_objectSpread","position","top","left","right","zIndex","alignItems","width","justifyContent","ProgressIndicator","type","size"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAWA,IAAMA,oBAAoB,SAApBA,wBAAsG;AAAA,EAAA,IAA/EC,iBAAAA;IAAWC,UAAY,GAAAC,IAAA,CAAZD,UAAY;IAAAE,kBAAA,GAAAD,IAAA,CAAAC,kBAAA;IAAoBC,aAAAA;AAEpE,EAAA,sBAAAC,KAAA,CAAAC,aAAA,CAACC,cAAA,EAAA;AACCN,IAAAA,UAAA,EAAAA,UAAA;AACAD,IAAAA,SAAA,EAAAA,SAAA;AACAG,IAAAA,kBAAA,EAAAA,kBAAA;AACAC,IAAAA,KAAA,EAAO;AAAEI,MAAAA,eAAA,EAAiB,aAAA;KAAc;AACxCC,IAAAA,SAAU,EAAA,aAAA;GAAA,EAETR,UACC,mBAAAI,KAAA,CAAAC,aAAA,CAACI,IAAA,EAAA;AACCN,IAAAA,KAAO,EAAAO,cAAA,CAAA;AACLC,MAAAA,QAAU,EAAA,UAAA;AACVC,MAAAA,GAAK,EAAA,CAAA;AACLC,MAAAA,IAAM,EAAA,CAAA;AACNC,MAAAA,KAAO,EAAA,CAAA;AACPC,MAAAA,MAAQ,EAAA,GAAA;AACRC,MAAAA,UAAY,EAAA,QAAA;AACZC,MAAAA,KAAO,EAAA,MAAA;AACPC,MAAAA,cAAgB,EAAA,QAAA;AAAA,KAAA,EACbf,KAAA,CAAA;AACL,GAAA,iBAECC,KAAA,CAAAC,aAAA,CAAAc,iBAAA,EAAA;AAAkBC,IAAAA,IAAM,EAAA,SAAA;AAAWC,IAAAA,MAAM,EAAA;GAAI,CAChD,CAEJ,CAAA,CAAA;AAEJ;;;;"}
|
|
@@ -4,7 +4,7 @@ interface IOSRefreshControlProps {
|
|
|
4
4
|
refreshing: boolean;
|
|
5
5
|
progressViewOffset?: number;
|
|
6
6
|
height?: number;
|
|
7
|
-
|
|
7
|
+
style?: any;
|
|
8
8
|
}
|
|
9
|
-
declare const IOSRefreshControl: ({ onRefresh, refreshing, progressViewOffset,
|
|
9
|
+
declare const IOSRefreshControl: ({ onRefresh, refreshing, progressViewOffset, style }: IOSRefreshControlProps) => React.JSX.Element;
|
|
10
10
|
export default IOSRefreshControl;
|
|
@@ -4,7 +4,7 @@ interface IOSRefreshControlProps {
|
|
|
4
4
|
refreshing: boolean;
|
|
5
5
|
progressViewOffset?: number;
|
|
6
6
|
height?: number;
|
|
7
|
-
|
|
7
|
+
style?: any;
|
|
8
8
|
}
|
|
9
|
-
declare const IOSRefreshControl: ({ onRefresh, refreshing, progressViewOffset,
|
|
9
|
+
declare const IOSRefreshControl: ({ onRefresh, refreshing, progressViewOffset, style }: IOSRefreshControlProps) => React.JSX.Element;
|
|
10
10
|
export default IOSRefreshControl;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xhsreds/reds-rn-next",
|
|
3
|
-
"version": "0.11.1-
|
|
3
|
+
"version": "0.11.1-beta202601132119",
|
|
4
4
|
"author": "贾斌(呀哈) <jiabin@xiaohongshu.com>",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"dependencies": {
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"react-native-svg": "13.14.0",
|
|
28
28
|
"@xhs/react-native-harmony": "*",
|
|
29
29
|
"@xhs/reds-components": "*",
|
|
30
|
-
"@xhsreds/reds-token-next": "0.11.1-
|
|
30
|
+
"@xhsreds/reds-token-next": "0.11.1-beta202601132119"
|
|
31
31
|
},
|
|
32
32
|
"peerDependenciesMeta": {
|
|
33
33
|
"ozone-schema-web": {
|
|
@@ -7,16 +7,15 @@ interface IOSRefreshControlProps {
|
|
|
7
7
|
refreshing: boolean;
|
|
8
8
|
progressViewOffset?: number;
|
|
9
9
|
height?: number;
|
|
10
|
-
|
|
10
|
+
style?: any;
|
|
11
11
|
}
|
|
12
|
-
const IOSRefreshControl = ({ onRefresh, refreshing, progressViewOffset,
|
|
12
|
+
const IOSRefreshControl = ({ onRefresh, refreshing, progressViewOffset, style }: IOSRefreshControlProps) => {
|
|
13
13
|
return (
|
|
14
14
|
<RNRefreshControl
|
|
15
15
|
refreshing={refreshing}
|
|
16
16
|
onRefresh={onRefresh}
|
|
17
17
|
progressViewOffset={progressViewOffset}
|
|
18
18
|
style={{ backgroundColor: "transparent" }}
|
|
19
|
-
colors={colors}
|
|
20
19
|
tintColor="transparent" // 隐藏原生指示器
|
|
21
20
|
>
|
|
22
21
|
{refreshing && (
|
|
@@ -29,8 +28,8 @@ const IOSRefreshControl = ({ onRefresh, refreshing, progressViewOffset, colors }
|
|
|
29
28
|
zIndex: 1000,
|
|
30
29
|
alignItems: "center",
|
|
31
30
|
width: "100%",
|
|
32
|
-
backgroundColor: "transparent",
|
|
33
31
|
justifyContent: "center",
|
|
32
|
+
...style,
|
|
34
33
|
}}
|
|
35
34
|
>
|
|
36
35
|
<ProgressIndicator type={"refresh"} size={36} />
|
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
interface Resources {
|
|
2
2
|
componentKey: {
|
|
3
|
-
sureKey: "
|
|
4
|
-
satisfyKey: "
|
|
5
|
-
confirmKey: "
|
|
6
|
-
uploadingKey: "
|
|
7
|
-
resetKey: "
|
|
8
|
-
NoDataKey: "
|
|
9
|
-
liveStreamingKey: "
|
|
10
|
-
generallyKey: "
|
|
11
|
-
uploadFailedKey: "
|
|
12
|
-
submitKey: "
|
|
13
|
-
requestSuccessfulKey: "
|
|
14
|
-
cancelKey: "
|
|
15
|
-
PullDownToRefreshKey: "
|
|
16
|
-
selectAllKey: "
|
|
17
|
-
requestDataKey: "
|
|
18
|
-
closeKey: "
|
|
19
|
-
veryBadKey: "
|
|
20
|
-
searchKey: "
|
|
21
|
-
expandKey: "
|
|
22
|
-
IDCardPhotoKey: "
|
|
23
|
-
finishKey: "
|
|
24
|
-
surpriseKey: "
|
|
25
|
-
releaseRefreshKey: "
|
|
26
|
-
nationalEmblemSideOfIDCardKey: "
|
|
27
|
-
buttonKey: "
|
|
28
|
-
jumpKey: "
|
|
29
|
-
disappointmentKey: "
|
|
3
|
+
sureKey: "確定";
|
|
4
|
+
satisfyKey: "滿意";
|
|
5
|
+
confirmKey: "確認";
|
|
6
|
+
uploadingKey: "上傳中";
|
|
7
|
+
resetKey: "重置";
|
|
8
|
+
NoDataKey: "暫無數據";
|
|
9
|
+
liveStreamingKey: "直播";
|
|
10
|
+
generallyKey: "一般";
|
|
11
|
+
uploadFailedKey: "上傳失敗";
|
|
12
|
+
submitKey: "提交";
|
|
13
|
+
requestSuccessfulKey: "請求成功";
|
|
14
|
+
cancelKey: "取消";
|
|
15
|
+
PullDownToRefreshKey: "下拉重繪";
|
|
16
|
+
selectAllKey: "全選";
|
|
17
|
+
requestDataKey: "請求數據中";
|
|
18
|
+
closeKey: "收起";
|
|
19
|
+
veryBadKey: "極差";
|
|
20
|
+
searchKey: "蒐索";
|
|
21
|
+
expandKey: "展開";
|
|
22
|
+
IDCardPhotoKey: "身份證人像面";
|
|
23
|
+
finishKey: "完成";
|
|
24
|
+
surpriseKey: "驚喜";
|
|
25
|
+
releaseRefreshKey: "鬆開重繪";
|
|
26
|
+
nationalEmblemSideOfIDCardKey: "身份证国徽面";
|
|
27
|
+
buttonKey: "按鈕";
|
|
28
|
+
jumpKey: "跳轉";
|
|
29
|
+
disappointmentKey: "失望";
|
|
30
30
|
};
|
|
31
31
|
}
|
|
32
32
|
export default Resources;
|
package/src/i18n/index.json
CHANGED
|
@@ -1,4 +1,35 @@
|
|
|
1
1
|
{
|
|
2
|
+
"zh_tw": {
|
|
3
|
+
"componentKey": {
|
|
4
|
+
"sureKey": "確定",
|
|
5
|
+
"satisfyKey": "滿意",
|
|
6
|
+
"confirmKey": "確認",
|
|
7
|
+
"uploadingKey": "上傳中",
|
|
8
|
+
"resetKey": "重置",
|
|
9
|
+
"NoDataKey": "暫無數據",
|
|
10
|
+
"liveStreamingKey": "直播",
|
|
11
|
+
"generallyKey": "一般",
|
|
12
|
+
"uploadFailedKey": "上傳失敗",
|
|
13
|
+
"submitKey": "提交",
|
|
14
|
+
"requestSuccessfulKey": "請求成功",
|
|
15
|
+
"cancelKey": "取消",
|
|
16
|
+
"PullDownToRefreshKey": "下拉重繪",
|
|
17
|
+
"selectAllKey": "全選",
|
|
18
|
+
"requestDataKey": "請求數據中",
|
|
19
|
+
"closeKey": "收起",
|
|
20
|
+
"veryBadKey": "極差",
|
|
21
|
+
"searchKey": "蒐索",
|
|
22
|
+
"expandKey": "展開",
|
|
23
|
+
"IDCardPhotoKey": "身份證人像面",
|
|
24
|
+
"finishKey": "完成",
|
|
25
|
+
"surpriseKey": "驚喜",
|
|
26
|
+
"releaseRefreshKey": "鬆開重繪",
|
|
27
|
+
"nationalEmblemSideOfIDCardKey": "身份证国徽面",
|
|
28
|
+
"buttonKey": "按鈕",
|
|
29
|
+
"jumpKey": "跳轉",
|
|
30
|
+
"disappointmentKey": "失望"
|
|
31
|
+
}
|
|
32
|
+
},
|
|
2
33
|
"en_us": {
|
|
3
34
|
"componentKey": {
|
|
4
35
|
"sureKey": "Confirm",
|
|
@@ -60,36 +91,5 @@
|
|
|
60
91
|
"jumpKey": "跳转",
|
|
61
92
|
"disappointmentKey": "失望"
|
|
62
93
|
}
|
|
63
|
-
},
|
|
64
|
-
"zh_tw": {
|
|
65
|
-
"componentKey": {
|
|
66
|
-
"sureKey": "確定",
|
|
67
|
-
"satisfyKey": "滿意",
|
|
68
|
-
"confirmKey": "確認",
|
|
69
|
-
"uploadingKey": "上傳中",
|
|
70
|
-
"resetKey": "重置",
|
|
71
|
-
"NoDataKey": "暫無數據",
|
|
72
|
-
"liveStreamingKey": "直播",
|
|
73
|
-
"generallyKey": "一般",
|
|
74
|
-
"uploadFailedKey": "上傳失敗",
|
|
75
|
-
"submitKey": "提交",
|
|
76
|
-
"requestSuccessfulKey": "請求成功",
|
|
77
|
-
"cancelKey": "取消",
|
|
78
|
-
"PullDownToRefreshKey": "下拉重繪",
|
|
79
|
-
"selectAllKey": "全選",
|
|
80
|
-
"requestDataKey": "請求數據中",
|
|
81
|
-
"closeKey": "收起",
|
|
82
|
-
"veryBadKey": "極差",
|
|
83
|
-
"searchKey": "蒐索",
|
|
84
|
-
"expandKey": "展開",
|
|
85
|
-
"IDCardPhotoKey": "身份證人像面",
|
|
86
|
-
"finishKey": "完成",
|
|
87
|
-
"surpriseKey": "驚喜",
|
|
88
|
-
"releaseRefreshKey": "鬆開重繪",
|
|
89
|
-
"nationalEmblemSideOfIDCardKey": "身份证国徽面",
|
|
90
|
-
"buttonKey": "按鈕",
|
|
91
|
-
"jumpKey": "跳轉",
|
|
92
|
-
"disappointmentKey": "失望"
|
|
93
|
-
}
|
|
94
94
|
}
|
|
95
95
|
}
|