@ray-js/ray-ipc-player 2.0.20-beta-1 → 2.0.20-beta-3
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/config/errCodeConfig.d.ts +43 -0
- package/lib/config/errCodeConfig.js +136 -0
- package/lib/config/index.d.ts +14 -0
- package/lib/config/index.js +19 -0
- package/lib/constant.d.ts +1 -1
- package/lib/constant.js +1 -1
- package/lib/i18n/index.d.ts +404 -4
- package/lib/i18n/strings.d.ts +202 -2
- package/lib/i18n/strings.js +230 -6
- package/lib/index.js +349 -71
- package/lib/index.module.less +94 -8
- package/lib/svg/errIcon.svg +7 -0
- package/lib/svg/index.d.ts +2 -0
- package/lib/svg/index.js +1 -0
- package/lib/utils.d.ts +30 -1
- package/lib/utils.js +112 -18
- package/package.json +1 -1
package/lib/i18n/strings.d.ts
CHANGED
|
@@ -17,12 +17,112 @@ declare const _default: {
|
|
|
17
17
|
ipc_player_connect_fail: string;
|
|
18
18
|
ipc_player_unknown: string;
|
|
19
19
|
ipc_player_network_fail: string;
|
|
20
|
-
|
|
20
|
+
ipc_player_device_offline: string;
|
|
21
21
|
ipc_player_attr_invalid: string;
|
|
22
22
|
ipc_player_device_removed: string;
|
|
23
23
|
ipc_player_retry: string;
|
|
24
|
+
ipc_player_help: string;
|
|
25
|
+
ipc_player_feedback: string;
|
|
24
26
|
ipc_player_re_wake_camera: string;
|
|
25
27
|
ipc_player_device_sleep: string;
|
|
28
|
+
ipc_player_basic_private_not_exist: string;
|
|
29
|
+
ipc_player_error_1000: string;
|
|
30
|
+
ipc_player_error_1300: string;
|
|
31
|
+
ipc_player_error_1001: string;
|
|
32
|
+
ipc_player_error_1301: string;
|
|
33
|
+
ipc_player_error_1302: string;
|
|
34
|
+
ipc_player_error_30: string;
|
|
35
|
+
ipc_player_error_1002: string;
|
|
36
|
+
ipc_player_error_1303: string;
|
|
37
|
+
ipc_player_error_20003: string;
|
|
38
|
+
ipc_player_error_5: string;
|
|
39
|
+
ipc_player_error_1010: string;
|
|
40
|
+
ipc_player_error_1310: string;
|
|
41
|
+
ipc_player_error_20002: string;
|
|
42
|
+
ipc_player_error_40001: string;
|
|
43
|
+
ipc_player_error_1011: string;
|
|
44
|
+
ipc_player_error_1311: string;
|
|
45
|
+
ipc_player_error_40002: string;
|
|
46
|
+
ipc_player_error_1020: string;
|
|
47
|
+
ipc_player_error_1350: string;
|
|
48
|
+
ipc_player_error_1: string;
|
|
49
|
+
ipc_player_error_1360: string;
|
|
50
|
+
ipc_player_error_10000: string;
|
|
51
|
+
ipc_player_error_1361: string;
|
|
52
|
+
ipc_player_error_40000: string;
|
|
53
|
+
ipc_player_error_40200: string;
|
|
54
|
+
ipc_player_error_40300: string;
|
|
55
|
+
ipc_player_error_40400: string;
|
|
56
|
+
ipc_player_error_20005: string;
|
|
57
|
+
ipc_player_error_30012: string;
|
|
58
|
+
ipc_player_error_1320: string;
|
|
59
|
+
ipc_player_error_1364: string;
|
|
60
|
+
ipc_player_error_1021: string;
|
|
61
|
+
ipc_player_error_10008: string;
|
|
62
|
+
ipc_player_error_41001: string;
|
|
63
|
+
ipc_player_error_39: string;
|
|
64
|
+
ipc_player_error_30082: string;
|
|
65
|
+
ipc_player_error_1362: string;
|
|
66
|
+
ipc_player_error_10001: string;
|
|
67
|
+
ipc_player_error_10004: string;
|
|
68
|
+
ipc_player_error_11: string;
|
|
69
|
+
ipc_player_error_10002: string;
|
|
70
|
+
ipc_player_error_20001: string;
|
|
71
|
+
ipc_player_error_12: string;
|
|
72
|
+
ipc_player_error_13: string;
|
|
73
|
+
ipc_player_error_14: string;
|
|
74
|
+
ipc_player_error_100: string;
|
|
75
|
+
ipc_player_error_23: string;
|
|
76
|
+
ipc_player_error_104: string;
|
|
77
|
+
ipc_player_error_103: string;
|
|
78
|
+
ipc_player_error_114: string;
|
|
79
|
+
ipc_player_error_20007: string;
|
|
80
|
+
ipc_player_error_30060: string;
|
|
81
|
+
ipc_player_error_30061: string;
|
|
82
|
+
ipc_player_error_3: string;
|
|
83
|
+
ipc_player_error_10003: string;
|
|
84
|
+
ipc_player_error_40201: string;
|
|
85
|
+
ipc_player_error_40203: string;
|
|
86
|
+
ipc_player_error_40202: string;
|
|
87
|
+
ipc_player_error_33: string;
|
|
88
|
+
ipc_player_error_38: string;
|
|
89
|
+
ipc_player_error_55: string;
|
|
90
|
+
ipc_player_error_56: string;
|
|
91
|
+
ipc_player_error_57: string;
|
|
92
|
+
ipc_player_error_58: string;
|
|
93
|
+
ipc_player_error_20004: string;
|
|
94
|
+
ipc_player_error_40205: string;
|
|
95
|
+
ipc_player_error_20008: string;
|
|
96
|
+
ipc_player_error_29: string;
|
|
97
|
+
ipc_player_error_24: string;
|
|
98
|
+
ipc_player_error_25: string;
|
|
99
|
+
ipc_player_error_105: string;
|
|
100
|
+
ipc_player_error_108: string;
|
|
101
|
+
ipc_player_error_102: string;
|
|
102
|
+
ipc_player_error_50: string;
|
|
103
|
+
ipc_player_error_52: string;
|
|
104
|
+
ipc_player_error_53: string;
|
|
105
|
+
ipc_player_error_54: string;
|
|
106
|
+
ipc_player_error_115: string;
|
|
107
|
+
ipc_player_error_20006: string;
|
|
108
|
+
ipc_player_error_30083: string;
|
|
109
|
+
ipc_player_error_40301: string;
|
|
110
|
+
ipc_player_error_40302: string;
|
|
111
|
+
ipc_player_error_40303: string;
|
|
112
|
+
ipc_player_error_41000: string;
|
|
113
|
+
ipc_player_error_40206: string;
|
|
114
|
+
ipc_player_error_60000: string;
|
|
115
|
+
ipc_player_error_60001: string;
|
|
116
|
+
ipc_player_error_15: string;
|
|
117
|
+
ipc_player_error_common: string;
|
|
118
|
+
ipc_player_suggest_feed_back_err_factory_text: string;
|
|
119
|
+
ipc_player_suggest_re_start_app_text: string;
|
|
120
|
+
ipc_player_suggest_close_private_text: string;
|
|
121
|
+
ipc_player_suggest_check_camera_and_mobile_network_text: string;
|
|
122
|
+
ipc_player_suggest_update_app_version_text: string;
|
|
123
|
+
ipc_sim_err_system: string;
|
|
124
|
+
ipc_sim_err_of_traffic: string;
|
|
125
|
+
ipc_player_traffic_load_online_zero_tip: string;
|
|
26
126
|
};
|
|
27
127
|
zh: {
|
|
28
128
|
ipc_player_get_video_stream: string;
|
|
@@ -42,12 +142,112 @@ declare const _default: {
|
|
|
42
142
|
ipc_player_connect_fail: string;
|
|
43
143
|
ipc_player_unknown: string;
|
|
44
144
|
ipc_player_network_fail: string;
|
|
45
|
-
|
|
145
|
+
ipc_player_device_offline: string;
|
|
46
146
|
ipc_player_attr_invalid: string;
|
|
47
147
|
ipc_player_device_removed: string;
|
|
48
148
|
ipc_player_retry: string;
|
|
149
|
+
ipc_player_help: string;
|
|
150
|
+
ipc_player_feedback: string;
|
|
49
151
|
ipc_player_re_wake_camera: string;
|
|
50
152
|
ipc_player_device_sleep: string;
|
|
153
|
+
ipc_player_basic_private_not_exist: string;
|
|
154
|
+
ipc_player_error_1000: string;
|
|
155
|
+
ipc_player_error_1300: string;
|
|
156
|
+
ipc_player_error_1001: string;
|
|
157
|
+
ipc_player_error_1301: string;
|
|
158
|
+
ipc_player_error_1302: string;
|
|
159
|
+
ipc_player_error_30: string;
|
|
160
|
+
ipc_player_error_1002: string;
|
|
161
|
+
ipc_player_error_1303: string;
|
|
162
|
+
ipc_player_error_20003: string;
|
|
163
|
+
ipc_player_error_5: string;
|
|
164
|
+
ipc_player_error_1010: string;
|
|
165
|
+
ipc_player_error_1310: string;
|
|
166
|
+
ipc_player_error_20002: string;
|
|
167
|
+
ipc_player_error_40001: string;
|
|
168
|
+
ipc_player_error_1011: string;
|
|
169
|
+
ipc_player_error_1311: string;
|
|
170
|
+
ipc_player_error_40002: string;
|
|
171
|
+
ipc_player_error_1020: string;
|
|
172
|
+
ipc_player_error_1350: string;
|
|
173
|
+
ipc_player_error_1: string;
|
|
174
|
+
ipc_player_error_1360: string;
|
|
175
|
+
ipc_player_error_10000: string;
|
|
176
|
+
ipc_player_error_1361: string;
|
|
177
|
+
ipc_player_error_40000: string;
|
|
178
|
+
ipc_player_error_40200: string;
|
|
179
|
+
ipc_player_error_40300: string;
|
|
180
|
+
ipc_player_error_40400: string;
|
|
181
|
+
ipc_player_error_20005: string;
|
|
182
|
+
ipc_player_error_30012: string;
|
|
183
|
+
ipc_player_error_1320: string;
|
|
184
|
+
ipc_player_error_1364: string;
|
|
185
|
+
ipc_player_error_1021: string;
|
|
186
|
+
ipc_player_error_10008: string;
|
|
187
|
+
ipc_player_error_41001: string;
|
|
188
|
+
ipc_player_error_39: string;
|
|
189
|
+
ipc_player_error_30082: string;
|
|
190
|
+
ipc_player_error_1362: string;
|
|
191
|
+
ipc_player_error_10001: string;
|
|
192
|
+
ipc_player_error_10004: string;
|
|
193
|
+
ipc_player_error_11: string;
|
|
194
|
+
ipc_player_error_10002: string;
|
|
195
|
+
ipc_player_error_20001: string;
|
|
196
|
+
ipc_player_error_12: string;
|
|
197
|
+
ipc_player_error_13: string;
|
|
198
|
+
ipc_player_error_14: string;
|
|
199
|
+
ipc_player_error_100: string;
|
|
200
|
+
ipc_player_error_23: string;
|
|
201
|
+
ipc_player_error_104: string;
|
|
202
|
+
ipc_player_error_103: string;
|
|
203
|
+
ipc_player_error_114: string;
|
|
204
|
+
ipc_player_error_20007: string;
|
|
205
|
+
ipc_player_error_30060: string;
|
|
206
|
+
ipc_player_error_30061: string;
|
|
207
|
+
ipc_player_error_3: string;
|
|
208
|
+
ipc_player_error_10003: string;
|
|
209
|
+
ipc_player_error_40201: string;
|
|
210
|
+
ipc_player_error_40203: string;
|
|
211
|
+
ipc_player_error_40202: string;
|
|
212
|
+
ipc_player_error_33: string;
|
|
213
|
+
ipc_player_error_38: string;
|
|
214
|
+
ipc_player_error_55: string;
|
|
215
|
+
ipc_player_error_56: string;
|
|
216
|
+
ipc_player_error_57: string;
|
|
217
|
+
ipc_player_error_58: string;
|
|
218
|
+
ipc_player_error_20004: string;
|
|
219
|
+
ipc_player_error_40205: string;
|
|
220
|
+
ipc_player_error_20008: string;
|
|
221
|
+
ipc_player_error_29: string;
|
|
222
|
+
ipc_player_error_24: string;
|
|
223
|
+
ipc_player_error_25: string;
|
|
224
|
+
ipc_player_error_105: string;
|
|
225
|
+
ipc_player_error_108: string;
|
|
226
|
+
ipc_player_error_102: string;
|
|
227
|
+
ipc_player_error_50: string;
|
|
228
|
+
ipc_player_error_52: string;
|
|
229
|
+
ipc_player_error_53: string;
|
|
230
|
+
ipc_player_error_54: string;
|
|
231
|
+
ipc_player_error_115: string;
|
|
232
|
+
ipc_player_error_20006: string;
|
|
233
|
+
ipc_player_error_30083: string;
|
|
234
|
+
ipc_player_error_40301: string;
|
|
235
|
+
ipc_player_error_40302: string;
|
|
236
|
+
ipc_player_error_40303: string;
|
|
237
|
+
ipc_player_error_41000: string;
|
|
238
|
+
ipc_player_error_40206: string;
|
|
239
|
+
ipc_player_error_60000: string;
|
|
240
|
+
ipc_player_error_60001: string;
|
|
241
|
+
ipc_player_error_15: string;
|
|
242
|
+
ipc_player_error_common: string;
|
|
243
|
+
ipc_player_suggest_feed_back_err_factory_text: string;
|
|
244
|
+
ipc_player_suggest_re_start_app_text: string;
|
|
245
|
+
ipc_player_suggest_close_private_text: string;
|
|
246
|
+
ipc_player_suggest_check_camera_and_mobile_network_text: string;
|
|
247
|
+
ipc_player_suggest_update_app_version_text: string;
|
|
248
|
+
ipc_player_sim_err_system: string;
|
|
249
|
+
ipc_player_sim_err_of_traffic: string;
|
|
250
|
+
ipc_player_traffic_load_online_zero_tip: string;
|
|
51
251
|
};
|
|
52
252
|
};
|
|
53
253
|
export default _default;
|
package/lib/i18n/strings.js
CHANGED
|
@@ -17,12 +17,124 @@ export default {
|
|
|
17
17
|
ipc_player_connect_fail: 'Failed to establish the encrypted channel',
|
|
18
18
|
ipc_player_unknown: 'Failed to establish the encrypted channel',
|
|
19
19
|
ipc_player_network_fail: "Unavailable network, please check your phone's network",
|
|
20
|
-
|
|
20
|
+
ipc_player_device_offline: 'Device offline',
|
|
21
21
|
ipc_player_attr_invalid: 'Invalid attributes',
|
|
22
22
|
ipc_player_device_removed: 'Devices removed',
|
|
23
|
-
ipc_player_retry: 'Retry',
|
|
23
|
+
ipc_player_retry: 'Click to Retry',
|
|
24
|
+
ipc_player_help: 'Help',
|
|
25
|
+
ipc_player_feedback: 'Click to Feedback',
|
|
24
26
|
ipc_player_re_wake_camera: 'Turn on the camera',
|
|
25
|
-
ipc_player_device_sleep: 'Device in sleep mode'
|
|
27
|
+
ipc_player_device_sleep: 'Device in sleep mode',
|
|
28
|
+
ipc_player_basic_private_not_exist: 'Privacy mode not configured',
|
|
29
|
+
// feedBackDirectly
|
|
30
|
+
ipc_player_error_1000: 'Invalid request parameters, click on the help/feedback below for details',
|
|
31
|
+
ipc_player_error_1300: 'Invalid request parameters, click on the help/feedback below for details',
|
|
32
|
+
ipc_player_error_1001: 'Request failed, click on the help/feedback below for details',
|
|
33
|
+
ipc_player_error_1301: 'Request failed, click on the help/feedback below for details',
|
|
34
|
+
ipc_player_error_1302: 'Request failed, click on the help/feedback below for details',
|
|
35
|
+
ipc_player_error_30: 'Request failed, click on the help/feedback below for details',
|
|
36
|
+
ipc_player_error_1002: 'Incorrect data returned, click on the help/feedback below for details',
|
|
37
|
+
ipc_player_error_1303: 'Incorrect data returned, click on the help/feedback below for details',
|
|
38
|
+
ipc_player_error_20003: 'Incorrect data returned, click on the help/feedback below for details',
|
|
39
|
+
ipc_player_error_5: 'Invalid parameter, click on the help/feedback below for details',
|
|
40
|
+
ipc_player_error_1010: 'Invalid parameter, click on the help/feedback below for details',
|
|
41
|
+
ipc_player_error_1310: 'Invalid parameter, click on the help/feedback below for details',
|
|
42
|
+
ipc_player_error_20002: 'Invalid parameter, click on the help/feedback below for details',
|
|
43
|
+
ipc_player_error_40001: 'Invalid parameter, click on the help/feedback below for details',
|
|
44
|
+
ipc_player_error_1011: 'Data parsing is empty, click on the help/feedback below for details',
|
|
45
|
+
ipc_player_error_1311: 'Data parsing is empty, click on the help/feedback below for details',
|
|
46
|
+
ipc_player_error_40002: 'Data parsing is empty, click on the help/feedback below for details',
|
|
47
|
+
ipc_player_error_1020: 'Failed to retrieve information, return to refresh the homepage list or restart the app',
|
|
48
|
+
ipc_player_error_1350: 'Failed to retrieve information, return to refresh the homepage list or restart the app',
|
|
49
|
+
ipc_player_error_1: 'Failed to retrieve information, return to refresh the homepage list or restart the app',
|
|
50
|
+
ipc_player_error_1360: 'Request error, click on the help/feedback below for details',
|
|
51
|
+
ipc_player_error_10000: 'Request error, click on the help/feedback below for details',
|
|
52
|
+
ipc_player_error_1361: 'Request error, click on the help/feedback below for details',
|
|
53
|
+
ipc_player_error_40000: 'Video stream preview error, click on the help/feedback below for details',
|
|
54
|
+
ipc_player_error_40200: 'Video stream preview error, click on the help/feedback below for details',
|
|
55
|
+
ipc_player_error_40300: 'Video stream preview error, click on the help/feedback below for details',
|
|
56
|
+
ipc_player_error_40400: 'Video stream preview error, click on the help/feedback below for details',
|
|
57
|
+
ipc_player_error_20005: 'Operation not allowed at the moment',
|
|
58
|
+
ipc_player_error_30012: 'Audio parameter error, please provide feedback promptly',
|
|
59
|
+
ipc_player_error_1320: 'Request error, click on the help/feedback below for details',
|
|
60
|
+
ipc_player_error_1364: 'Request error, click on the help/feedback below for details',
|
|
61
|
+
// feedBackDirectly
|
|
62
|
+
ipc_player_error_1021: 'Device type not supported',
|
|
63
|
+
ipc_player_error_10008: 'Device connection abnormal, suggest trying to restart the device for recovery',
|
|
64
|
+
ipc_player_error_41001: 'Device connection abnormal, suggest trying to restart the device for recovery',
|
|
65
|
+
ipc_player_error_39: 'Device connection abnormal, suggest trying to restart the device for recovery',
|
|
66
|
+
ipc_player_error_30082: 'Connection abnormal, check phone or camera network status',
|
|
67
|
+
// reset
|
|
68
|
+
ipc_player_error_1362: 'Device connection abnormal, suggest resetting the device',
|
|
69
|
+
ipc_player_error_10001: 'Device connection abnormal, suggest resetting the device',
|
|
70
|
+
ipc_player_error_10004: 'Device connection abnormal, suggest restarting the device',
|
|
71
|
+
// reStart
|
|
72
|
+
ipc_player_error_11: 'Device connection abnormal, suggest restarting the device',
|
|
73
|
+
ipc_player_error_10002: 'Device connection abnormal, suggest restarting the device',
|
|
74
|
+
ipc_player_error_20001: 'Device connection abnormal, suggest restarting the device',
|
|
75
|
+
ipc_player_error_12: 'Connection status abnormal, try exiting and re-entering or restarting the app',
|
|
76
|
+
ipc_player_error_13: 'Connection status abnormal, try exiting and re-entering or restarting the app',
|
|
77
|
+
ipc_player_error_14: 'Connection status abnormal, try exiting and re-entering or restarting the app',
|
|
78
|
+
ipc_player_error_100: 'Connection status abnormal, try exiting and re-entering or restarting the app',
|
|
79
|
+
ipc_player_error_23: 'Maximum current preview limit reached',
|
|
80
|
+
ipc_player_error_104: 'Maximum current preview limit reached',
|
|
81
|
+
ipc_player_error_103: 'Connection status abnormal, try exiting and re-entering or restarting the app',
|
|
82
|
+
ipc_player_error_114: 'Connection status abnormal, try exiting and re-entering or restarting the app',
|
|
83
|
+
// reStart
|
|
84
|
+
ipc_player_error_20007: 'Device abnormal, can restart the device',
|
|
85
|
+
ipc_player_error_30060: 'Device abnormal, can restart the device',
|
|
86
|
+
// reStartDeviceAndApp
|
|
87
|
+
ipc_player_error_30061: 'Connection error, try restarting the device and app',
|
|
88
|
+
// checkAppAndReStartDevice
|
|
89
|
+
ipc_player_error_3: 'Connection establishment timeout failure, check phone or camera network connection status, or restart the device',
|
|
90
|
+
ipc_player_error_10003: 'Connection establishment timeout failure, check phone or camera network connection status, or restart the device',
|
|
91
|
+
ipc_player_error_40201: 'Data acquisition timeout failure, check phone or camera network connection status, or restart the device',
|
|
92
|
+
ipc_player_error_40203: 'Video resolution timeout failure, check phone or camera network connection status, or restart the device',
|
|
93
|
+
ipc_player_error_40202: 'Video connection timeout failure, check phone or camera network connection status, or restart the device',
|
|
94
|
+
ipc_player_error_33: 'Connection timeout failure, check phone or camera network connection status, or restart the device',
|
|
95
|
+
ipc_player_error_38: 'Connection timeout failure, check phone or camera network connection status, or restart the device',
|
|
96
|
+
ipc_player_error_55: 'Connection timeout failure, check phone or camera network connection status, or restart the device',
|
|
97
|
+
ipc_player_error_56: 'Connection timeout failure, check phone or camera network connection status, or restart the device',
|
|
98
|
+
ipc_player_error_57: 'Connection timeout failure, check phone or camera network connection status, or restart the device',
|
|
99
|
+
ipc_player_error_58: 'Connection timeout failure, check phone or camera network connection status, or restart the device',
|
|
100
|
+
// reStartApp
|
|
101
|
+
ipc_player_error_20004: 'Video parsing process interrupted, please restart the app',
|
|
102
|
+
ipc_player_error_40205: 'Video parsing process interrupted, please restart the app',
|
|
103
|
+
ipc_player_error_20008: 'Memory allocation failure, please restart the app',
|
|
104
|
+
ipc_player_error_29: 'Out of memory, please restart the app',
|
|
105
|
+
ipc_player_error_24: 'Connection error, please try exiting and reconnecting',
|
|
106
|
+
ipc_player_error_25: 'Connection disconnected, please try exiting and reconnecting',
|
|
107
|
+
ipc_player_error_105: 'Authentication failed, please restart the app',
|
|
108
|
+
ipc_player_error_108: 'Session expired, please restart the app',
|
|
109
|
+
// closePrivate
|
|
110
|
+
ipc_player_error_102: 'Device in privacy mode, please check the device',
|
|
111
|
+
// checkCameraAndMobileNetwork
|
|
112
|
+
ipc_player_error_50: 'Network connection not smooth, connect to phone or camera network',
|
|
113
|
+
ipc_player_error_52: 'Network connection not smooth, connect to phone or camera network',
|
|
114
|
+
ipc_player_error_53: 'Network connection not smooth, connect to phone or camera network',
|
|
115
|
+
ipc_player_error_54: 'Network connection not smooth, connect to phone or camera network',
|
|
116
|
+
// device disconnect stream
|
|
117
|
+
ipc_player_error_115: 'Live view is prohibited, please try exiting and reconnecting',
|
|
118
|
+
ipc_player_error_20006: 'The current app version is too low, please upgrade the app version.',
|
|
119
|
+
ipc_player_error_30083: 'The current data format is not supported',
|
|
120
|
+
ipc_player_error_40301: 'Error parsing data, please try again later',
|
|
121
|
+
ipc_player_error_40302: 'Data parsing error, please try again later',
|
|
122
|
+
ipc_player_error_40303: 'Data pixel format is not supported temporarily',
|
|
123
|
+
ipc_player_error_41000: 'Device is running abnormally, please try again later',
|
|
124
|
+
ipc_player_error_40206: 'Device is processing data abnormally, please try again later',
|
|
125
|
+
ipc_player_error_60000: 'No available data traffic, please recharge as soon as possible.',
|
|
126
|
+
ipc_player_error_60001: 'Update the app to access camera feed',
|
|
127
|
+
ipc_player_error_15: 'Live view is prohibited, please try exiting and reconnecting',
|
|
128
|
+
ipc_player_error_common: 'Connection failed, please check the network and device, or restart the app',
|
|
129
|
+
ipc_player_suggest_feed_back_err_factory_text: 'Please click on the feedback below to submit a work order for processing',
|
|
130
|
+
ipc_player_suggest_re_start_app_text: 'Please restart the app and try again',
|
|
131
|
+
ipc_player_suggest_close_private_text: 'Please close private mode before trying again',
|
|
132
|
+
ipc_player_suggest_check_camera_and_mobile_network_text: 'Please check if the phone and device network are working properly',
|
|
133
|
+
ipc_player_suggest_update_app_version_text: 'Please update the app to the latest version.',
|
|
134
|
+
// 4G流量
|
|
135
|
+
ipc_sim_err_system: 'System freezes',
|
|
136
|
+
ipc_sim_err_of_traffic: 'The current device has no data, please recharge first',
|
|
137
|
+
ipc_player_traffic_load_online_zero_tip: 'Insufficient traffic, Please recharge in time'
|
|
26
138
|
},
|
|
27
139
|
zh: {
|
|
28
140
|
ipc_player_get_video_stream: '正在获取视频流',
|
|
@@ -42,11 +154,123 @@ export default {
|
|
|
42
154
|
ipc_player_connect_fail: '构建加密通道失败',
|
|
43
155
|
ipc_player_unknown: '构建加密通道失败',
|
|
44
156
|
ipc_player_network_fail: '当前网络不可用,请检查手机网络',
|
|
45
|
-
|
|
157
|
+
ipc_player_device_offline: '设备离线',
|
|
46
158
|
ipc_player_attr_invalid: '属性不合法',
|
|
47
159
|
ipc_player_device_removed: '设备被移除',
|
|
48
|
-
ipc_player_retry: '
|
|
160
|
+
ipc_player_retry: '点我重试',
|
|
161
|
+
ipc_player_help: '帮助',
|
|
162
|
+
ipc_player_feedback: '点我反馈',
|
|
49
163
|
ipc_player_re_wake_camera: '开启摄像头',
|
|
50
|
-
ipc_player_device_sleep: '设备休眠中'
|
|
164
|
+
ipc_player_device_sleep: '设备休眠中',
|
|
165
|
+
ipc_player_basic_private_not_exist: '未配置隐私模式',
|
|
166
|
+
// feedBackDirectly
|
|
167
|
+
ipc_player_error_1000: '请求参数有误,点击下方帮助/反馈,了解详情',
|
|
168
|
+
ipc_player_error_1300: '请求参数有误,点击下方帮助/反馈,了解详情',
|
|
169
|
+
ipc_player_error_1001: '请求失败啦,点击下方帮助/反馈,了解详情',
|
|
170
|
+
ipc_player_error_1301: '请求失败啦,点击下方帮助/反馈,了解详情',
|
|
171
|
+
ipc_player_error_1302: '请求失败啦,点击下方帮助/反馈,了解详情',
|
|
172
|
+
ipc_player_error_30: '请求失败啦,点击下方帮助/反馈,了解详情',
|
|
173
|
+
ipc_player_error_1002: '数据返回有误,点击下方帮助/反馈,了解详情',
|
|
174
|
+
ipc_player_error_1303: '数据返回有误,点击下方帮助/反馈,了解详情',
|
|
175
|
+
ipc_player_error_20003: '数据返回有误,点击下方帮助/反馈,了解详情',
|
|
176
|
+
ipc_player_error_5: '无效参数,点击下方帮助/反馈,了解详情',
|
|
177
|
+
ipc_player_error_1010: '无效参数,点击下方帮助/反馈,了解详情',
|
|
178
|
+
ipc_player_error_1310: '无效参数,点击下方帮助/反馈,了解详情',
|
|
179
|
+
ipc_player_error_20002: '无效参数,点击下方帮助/反馈,了解详情',
|
|
180
|
+
ipc_player_error_40001: '无效参数,点击下方帮助/反馈,了解详情',
|
|
181
|
+
ipc_player_error_1011: '数据解析为空,点击下方帮助/反馈,了解详情',
|
|
182
|
+
ipc_player_error_1311: '数据解析为空,点击下方帮助/反馈,了解详情',
|
|
183
|
+
ipc_player_error_40002: '数据解析为空,点击下方帮助/反馈,了解详情',
|
|
184
|
+
ipc_player_error_1020: '获取信息失败,返回下拉刷新首页列表,或者重启app',
|
|
185
|
+
ipc_player_error_1350: '获取信息失败,返回下拉刷新首页列表,或者重启app',
|
|
186
|
+
ipc_player_error_1: '获取信息失败,返回下拉刷新首页列表,或者重启app',
|
|
187
|
+
ipc_player_error_1360: '请求出错啦,点击下方帮助/反馈,了解详情',
|
|
188
|
+
ipc_player_error_10000: '请求出错啦,点击下方帮助/反馈,了解详情',
|
|
189
|
+
ipc_player_error_1361: '请求出错啦,点击下方帮助/反馈,了解详情',
|
|
190
|
+
ipc_player_error_40000: '视频流预览出错啦,点击下方帮助/反馈,了解详情',
|
|
191
|
+
ipc_player_error_40200: '视频流预览出错啦,点击下方帮助/反馈,了解详情',
|
|
192
|
+
ipc_player_error_40300: '视频流预览出错啦,点击下方帮助/反馈,了解详情',
|
|
193
|
+
ipc_player_error_40400: '视频流预览出错啦,点击下方帮助/反馈,了解详情',
|
|
194
|
+
ipc_player_error_20005: '当前不允许操作哦',
|
|
195
|
+
ipc_player_error_30012: '音频参数有误,请及时反馈',
|
|
196
|
+
ipc_player_error_1320: '请求出错啦,点击下方帮助/反馈,了解详情',
|
|
197
|
+
ipc_player_error_1364: '请求出错啦,点击下方帮助/反馈,了解详情',
|
|
198
|
+
// feedBackDirectly
|
|
199
|
+
ipc_player_error_1021: '不支持此设备类型',
|
|
200
|
+
ipc_player_error_10008: '设备连接异常,建议尝试重启设备恢复',
|
|
201
|
+
ipc_player_error_41001: '设备连接异常,建议尝试重启设备恢复',
|
|
202
|
+
ipc_player_error_39: '设备连接异常,建议尝试重启设备恢复',
|
|
203
|
+
ipc_player_error_30082: '连接异常,检查手机或摄像头网络状态',
|
|
204
|
+
// reset
|
|
205
|
+
ipc_player_error_1362: '设备连接异常,建议重置设备哦',
|
|
206
|
+
ipc_player_error_10001: '设备连接异常,建议重置设备哦',
|
|
207
|
+
ipc_player_error_10004: '设备连接异常,建议重启设备哦',
|
|
208
|
+
// reStart
|
|
209
|
+
ipc_player_error_11: '设备连接异常,建议重启设备哦',
|
|
210
|
+
ipc_player_error_10002: '设备连接异常,建议重启设备哦',
|
|
211
|
+
ipc_player_error_20001: '设备连接异常,建议重启设备哦',
|
|
212
|
+
ipc_player_error_12: '连接状态异常, 尝试退出重进或重启APP',
|
|
213
|
+
ipc_player_error_13: '连接状态异常, 尝试退出重进或重启APP',
|
|
214
|
+
ipc_player_error_14: '连接状态异常, 尝试退出重进或重启APP',
|
|
215
|
+
ipc_player_error_100: '连接状态异常, 尝试退出重进或重启APP',
|
|
216
|
+
ipc_player_error_23: '当前预览路数已到上限',
|
|
217
|
+
ipc_player_error_104: '当前预览路数已到上限',
|
|
218
|
+
ipc_player_error_103: '连接状态异常, 尝试退出重进或重启APP',
|
|
219
|
+
ipc_player_error_114: '连接状态异常, 尝试退出重进或重启APP',
|
|
220
|
+
// reStart
|
|
221
|
+
ipc_player_error_20007: '设备异常, 可重启设备',
|
|
222
|
+
ipc_player_error_30060: '设备异常, 可重启设备',
|
|
223
|
+
// reStartDeviceAndApp
|
|
224
|
+
ipc_player_error_30061: '连接出错啦,请尝试重启设备和App',
|
|
225
|
+
// checkAppAndReStartDevice
|
|
226
|
+
ipc_player_error_3: '建立连接超时失败, 检查手机或摄像头网络连接状态, 或重启设备',
|
|
227
|
+
ipc_player_error_10003: '建立连接超时失败, 检查手机或摄像头网络连接状态, 或重启设备',
|
|
228
|
+
ipc_player_error_40201: '获取数据超时失败, 检查手机或摄像头网络连接状态, 或重启设备',
|
|
229
|
+
ipc_player_error_40203: '视频解析超时失败, 检查手机或摄像头网络连接状态, 或重启设备',
|
|
230
|
+
ipc_player_error_40202: '视频连接超时失败, 检查手机或摄像头网络连接状态, 或重启设备',
|
|
231
|
+
ipc_player_error_33: '连接超时失败,请检查手机或摄像头网络连接状态,或重启设备',
|
|
232
|
+
ipc_player_error_38: '连接超时失败,请检查手机或摄像头网络连接状态,或重启设备',
|
|
233
|
+
ipc_player_error_55: '连接超时失败,请检查手机或摄像头网络连接状态,或重启设备',
|
|
234
|
+
ipc_player_error_56: '连接超时失败,请检查手机或摄像头网络连接状态,或重启设备',
|
|
235
|
+
ipc_player_error_57: '连接超时失败,请检查手机或摄像头网络连接状态,或重启设备',
|
|
236
|
+
ipc_player_error_58: '连接超时失败,请检查手机或摄像头网络连接状态,或重启设备',
|
|
237
|
+
// reStartApp
|
|
238
|
+
ipc_player_error_20004: '视频解析过程中断, 请重新启动App',
|
|
239
|
+
ipc_player_error_40205: '视频解析过程中断, 请重新启动App',
|
|
240
|
+
ipc_player_error_20008: '内存分布失败, 请重新启动App',
|
|
241
|
+
ipc_player_error_29: '内存不足, 请重新启动App',
|
|
242
|
+
ipc_player_error_24: '连接出错啦,请尝试退出重连',
|
|
243
|
+
ipc_player_error_25: '连接已断开,请尝试退出重连',
|
|
244
|
+
ipc_player_error_105: '鉴权失败啦,请重新启动App',
|
|
245
|
+
ipc_player_error_108: '会话失效了,请重新启动App',
|
|
246
|
+
// closePrivate
|
|
247
|
+
ipc_player_error_102: '设备处于隐私模式,请检查设备',
|
|
248
|
+
// checkCameraAndMobileNetwork
|
|
249
|
+
ipc_player_error_50: '网络连接不通畅,连接手机或摄像头网络哦',
|
|
250
|
+
ipc_player_error_52: '网络连接不通畅,连接手机或摄像头网络哦',
|
|
251
|
+
ipc_player_error_53: '网络连接不通畅,连接手机或摄像头网络哦',
|
|
252
|
+
ipc_player_error_54: '网络连接不通畅,连接手机或摄像头网络哦',
|
|
253
|
+
// 设备端主动断流
|
|
254
|
+
ipc_player_error_115: '视频流被禁用,请尝试退出重连',
|
|
255
|
+
ipc_player_error_20006: '当前APP版本过低,请升级APP版本哦',
|
|
256
|
+
ipc_player_error_30083: '当前数据格式不支持',
|
|
257
|
+
ipc_player_error_40301: '解析数据出错了, 请稍后再试',
|
|
258
|
+
ipc_player_error_40302: '解析数据有误, 请稍后再试',
|
|
259
|
+
ipc_player_error_40303: '数据像素格式暂不支持',
|
|
260
|
+
ipc_player_error_41000: '设备运行异常,请稍后再试',
|
|
261
|
+
ipc_player_error_40206: '设备处理数据异常,请稍后再试',
|
|
262
|
+
ipc_player_error_60000: '暂无可用流量,请尽快充值',
|
|
263
|
+
ipc_player_error_60001: '画面加载失败,请升级APP以查看画面',
|
|
264
|
+
ipc_player_error_15: '实时查看被禁止,请尝试退出并重新连接',
|
|
265
|
+
ipc_player_error_common: '连接失败,请检查网络和设备,或者重启APP',
|
|
266
|
+
ipc_player_suggest_feed_back_err_factory_text: '请您点击下方反馈,提交工单处理',
|
|
267
|
+
ipc_player_suggest_re_start_app_text: '请您重启APP后再重试',
|
|
268
|
+
ipc_player_suggest_close_private_text: '请先关闭隐私模式后再重试',
|
|
269
|
+
ipc_player_suggest_check_camera_and_mobile_network_text: '请检查手机与设备网络是否正常哦',
|
|
270
|
+
ipc_player_suggest_update_app_version_text: '请升级APP至最新版本',
|
|
271
|
+
// 4G流量
|
|
272
|
+
ipc_player_sim_err_system: '系统冻结',
|
|
273
|
+
ipc_player_sim_err_of_traffic: '当前设备已无流量,请尽快充值',
|
|
274
|
+
ipc_player_traffic_load_online_zero_tip: '可用流量额度不足,已关闭视频流,请及时充值流量'
|
|
51
275
|
}
|
|
52
276
|
};
|