@xhsreds/reds-rn-next 0.9.1-beta202510271511 → 0.9.1-beta202510271514
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-15.json +1 -1
- package/coverage/.tmp/coverage-16.json +1 -1
- package/coverage/.tmp/coverage-17.json +1 -1
- package/coverage/.tmp/coverage-19.json +1 -1
- package/coverage/.tmp/coverage-2.json +1 -1
- package/coverage/.tmp/coverage-20.json +1 -1
- package/coverage/.tmp/coverage-21.json +1 -1
- package/coverage/.tmp/coverage-24.json +1 -1
- package/coverage/.tmp/coverage-25.json +1 -1
- package/coverage/.tmp/coverage-26.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-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/package.json +2 -2
- package/src/i18n/@types/resources.d.ts +27 -27
- package/src/i18n/index.json +31 -31
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
|
}
|