@ylink-sdk/mobile-web 0.4.0-beta.26 → 0.4.0-beta.28
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/dist/lang/en.json +2 -1
- package/dist/lang/es.json +2 -1
- package/dist/lang/fr.json +2 -1
- package/dist/lang/it.json +2 -1
- package/dist/lang/ja.json +2 -1
- package/dist/lang/pt.json +2 -1
- package/dist/lang/zh.json +2 -1
- package/dist/style.css +1 -1
- package/dist/ylink-sdk-mobile.umd.js +19 -19
- package/package.json +3 -3
package/dist/lang/en.json
CHANGED
|
@@ -1170,5 +1170,6 @@
|
|
|
1170
1170
|
"@i18n.external.4707": "i18n.external.4707",
|
|
1171
1171
|
"@i18n.intranet.5142": "i18n.intranet.5142",
|
|
1172
1172
|
"biz.subject.group.duplicate": "biz.subject.group.duplicate",
|
|
1173
|
-
"@i18n.no.chat.information": "i18n.no.chat.information"
|
|
1173
|
+
"@i18n.no.chat.information": "i18n.no.chat.information",
|
|
1174
|
+
"@i18n.sharing.9293": "Sharing Screen"
|
|
1174
1175
|
}
|
package/dist/lang/es.json
CHANGED
|
@@ -1170,5 +1170,6 @@
|
|
|
1170
1170
|
"@i18n.external.4707": "i18n.external.4707",
|
|
1171
1171
|
"@i18n.intranet.5142": "i18n.intranet.5142",
|
|
1172
1172
|
"biz.subject.group.duplicate": "biz.subject.group.duplicate",
|
|
1173
|
-
"@i18n.no.chat.information": "i18n.no.chat.information"
|
|
1173
|
+
"@i18n.no.chat.information": "i18n.no.chat.information",
|
|
1174
|
+
"@i18n.sharing.9293": "i18n.sharing.9293"
|
|
1174
1175
|
}
|
package/dist/lang/fr.json
CHANGED
|
@@ -1170,5 +1170,6 @@
|
|
|
1170
1170
|
"@i18n.external.4707": "i18n.external.4707",
|
|
1171
1171
|
"@i18n.intranet.5142": "i18n.intranet.5142",
|
|
1172
1172
|
"biz.subject.group.duplicate": "biz.subject.group.duplicate",
|
|
1173
|
-
"@i18n.no.chat.information": "i18n.no.chat.information"
|
|
1173
|
+
"@i18n.no.chat.information": "i18n.no.chat.information",
|
|
1174
|
+
"@i18n.sharing.9293": "i18n.sharing.9293"
|
|
1174
1175
|
}
|
package/dist/lang/it.json
CHANGED
|
@@ -1170,5 +1170,6 @@
|
|
|
1170
1170
|
"@i18n.external.4707": "i18n.external.4707",
|
|
1171
1171
|
"@i18n.intranet.5142": "i18n.intranet.5142",
|
|
1172
1172
|
"biz.subject.group.duplicate": "biz.subject.group.duplicate",
|
|
1173
|
-
"@i18n.no.chat.information": "i18n.no.chat.information"
|
|
1173
|
+
"@i18n.no.chat.information": "i18n.no.chat.information",
|
|
1174
|
+
"@i18n.sharing.9293": "i18n.sharing.9293"
|
|
1174
1175
|
}
|
package/dist/lang/ja.json
CHANGED
|
@@ -1170,5 +1170,6 @@
|
|
|
1170
1170
|
"@i18n.external.4707": "i18n.external.4707",
|
|
1171
1171
|
"@i18n.intranet.5142": "i18n.intranet.5142",
|
|
1172
1172
|
"biz.subject.group.duplicate": "biz.subject.group.duplicate",
|
|
1173
|
-
"@i18n.no.chat.information": "i18n.no.chat.information"
|
|
1173
|
+
"@i18n.no.chat.information": "i18n.no.chat.information",
|
|
1174
|
+
"@i18n.sharing.9293": "i18n.sharing.9293"
|
|
1174
1175
|
}
|
package/dist/lang/pt.json
CHANGED
|
@@ -1170,5 +1170,6 @@
|
|
|
1170
1170
|
"@i18n.external.4707": "i18n.external.4707",
|
|
1171
1171
|
"@i18n.intranet.5142": "i18n.intranet.5142",
|
|
1172
1172
|
"biz.subject.group.duplicate": "biz.subject.group.duplicate",
|
|
1173
|
-
"@i18n.no.chat.information": "i18n.no.chat.information"
|
|
1173
|
+
"@i18n.no.chat.information": "i18n.no.chat.information",
|
|
1174
|
+
"@i18n.sharing.9293": "i18n.sharing.9293"
|
|
1174
1175
|
}
|
package/dist/lang/zh.json
CHANGED