fcr-ui-scene-mobile 3.7.8 → 3.8.0
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/translations/enUS.js
CHANGED
|
@@ -746,8 +746,8 @@ var enUs = exports.enUs = {
|
|
|
746
746
|
fmt_failure_popup_label_startup_fail: 'Startup Failure',
|
|
747
747
|
fmt_failure_popup_label_startup_check: 'Please check startup parameters and network settings as a priority',
|
|
748
748
|
fmt_failure_popup_button_i_know: 'I know',
|
|
749
|
-
fmt_failure_popup_label_crash: '
|
|
750
|
-
fmt_failure_popup_label_crash_tips: 'The app is
|
|
749
|
+
fmt_failure_popup_label_crash: 'App crash',
|
|
750
|
+
fmt_failure_popup_label_crash_tips: 'The app is crashing, please close the app and try again.',
|
|
751
751
|
fmt_failure_popup_button_close_app: 'Close the app',
|
|
752
752
|
fmt_failure_popup_button_refresh: 'Refresh',
|
|
753
753
|
fmt_settings_option_setting: 'Setting',
|
package/lib/translations/zhCN.js
CHANGED
|
@@ -746,8 +746,8 @@ var zhCn = exports.zhCn = {
|
|
|
746
746
|
fmt_failure_popup_label_startup_fail: '启动失败',
|
|
747
747
|
fmt_failure_popup_label_startup_check: '请优先检查启动参数与网络设置',
|
|
748
748
|
fmt_failure_popup_button_i_know: '我已知悉',
|
|
749
|
-
fmt_failure_popup_label_crash: '
|
|
750
|
-
fmt_failure_popup_label_crash_tips: '
|
|
749
|
+
fmt_failure_popup_label_crash: '应用崩溃',
|
|
750
|
+
fmt_failure_popup_label_crash_tips: '应用遇到崩溃问题,请关闭应用重试',
|
|
751
751
|
fmt_failure_popup_button_close_app: '关闭应用',
|
|
752
752
|
fmt_failure_popup_button_refresh: '刷新',
|
|
753
753
|
fmt_settings_option_setting: '设置',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fcr-ui-scene-mobile",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.8.0",
|
|
4
4
|
"main": "lib/index.js",
|
|
5
5
|
"repository": "ssh://git@git.agoralab.co/aduc/fcr-ui-scene-mobile.git",
|
|
6
6
|
"author": "agora.io",
|
|
@@ -14,12 +14,12 @@
|
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"@react-spring/web": "^9.7.3",
|
|
16
16
|
"@use-gesture/react": "^10.3.1",
|
|
17
|
-
"agora-foundation": "3.
|
|
18
|
-
"agora-ui-foundation": "3.
|
|
17
|
+
"agora-foundation": "^3.8.0",
|
|
18
|
+
"agora-ui-foundation": "^3.8.0",
|
|
19
19
|
"classnames": "^2.5.1",
|
|
20
20
|
"core-js": "^3.33.3",
|
|
21
21
|
"dayjs": "^1.10.4",
|
|
22
|
-
"fcr-core": "3.
|
|
22
|
+
"fcr-core": "^3.8.0",
|
|
23
23
|
"js-md5": "^0.8.3",
|
|
24
24
|
"jszip": "^3.10.1",
|
|
25
25
|
"lodash": "^4.17.21",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@types/react-dom": "^17.0.11",
|
|
50
50
|
"@types/react-virtualized": "^9.21.30",
|
|
51
51
|
"@types/tinycolor2": "^1.4.6",
|
|
52
|
-
"agora-toolchain": "3.
|
|
52
|
+
"agora-toolchain": "^3.8.0",
|
|
53
53
|
"core-js": "^3.33.3",
|
|
54
54
|
"husky": "^9.0.11",
|
|
55
55
|
"lint-staged": "^15.2.2",
|