@ylink-sdk/mobile-web 0.7.1-beta.11 → 0.7.1-beta.13
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/config.json +65 -0
- package/dist/lang/en.json +56 -9
- package/dist/lang/es.json +48 -1
- package/dist/lang/fr.json +48 -1
- package/dist/lang/it.json +48 -1
- package/dist/lang/ja.json +48 -1
- package/dist/lang/pt.json +48 -1
- package/dist/lang/zh.json +48 -1
- package/dist/style.css +1 -1
- package/dist/ylink-sdk-mobile.umd.js +28 -28
- package/package.json +1 -1
package/dist/config.json
ADDED
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"lang": "zh",
|
|
4
|
+
"name": "简体中文",
|
|
5
|
+
"alias": [
|
|
6
|
+
"zh"
|
|
7
|
+
],
|
|
8
|
+
"display": true,
|
|
9
|
+
"fileName": "zh.json"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"lang": "en",
|
|
13
|
+
"name": "English",
|
|
14
|
+
"alias": [
|
|
15
|
+
"en"
|
|
16
|
+
],
|
|
17
|
+
"display": true,
|
|
18
|
+
"fileName": "en.json"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"lang": "fr",
|
|
22
|
+
"name": "Français",
|
|
23
|
+
"alias": [
|
|
24
|
+
"fr"
|
|
25
|
+
],
|
|
26
|
+
"display": true,
|
|
27
|
+
"fileName": "fr.json"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"lang": "es",
|
|
31
|
+
"name": "Español",
|
|
32
|
+
"alias": [
|
|
33
|
+
"es"
|
|
34
|
+
],
|
|
35
|
+
"display": false,
|
|
36
|
+
"fileName": "es.json"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"lang": "pt",
|
|
40
|
+
"name": "Português",
|
|
41
|
+
"alias": [
|
|
42
|
+
"pt"
|
|
43
|
+
],
|
|
44
|
+
"display": true,
|
|
45
|
+
"fileName": "pt.json"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"lang": "ja",
|
|
49
|
+
"name": "日本語",
|
|
50
|
+
"alias": [
|
|
51
|
+
"ja"
|
|
52
|
+
],
|
|
53
|
+
"display": false,
|
|
54
|
+
"fileName": "ja.json"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"lang": "it",
|
|
58
|
+
"name": "Italian",
|
|
59
|
+
"alias": [
|
|
60
|
+
"it"
|
|
61
|
+
],
|
|
62
|
+
"display": true,
|
|
63
|
+
"fileName": "it.json"
|
|
64
|
+
}
|
|
65
|
+
]
|
package/dist/lang/en.json
CHANGED
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"901019": "Select Brazil as the registered country, please switch to Brazil site, click switch",
|
|
41
41
|
"901020": "Registration verification error, please fill in the registration information again",
|
|
42
42
|
"901021": "Enterprise that have not purchased a terminal management service order are restricted to use the hardware account registration within the enterprise (anti-cashing)",
|
|
43
|
-
"901022": "Your account is being
|
|
44
|
-
"901023": "Your account is being
|
|
43
|
+
"901022": "Your account is being canceled. Please register again after the cancellation",
|
|
44
|
+
"901023": "Your account is being canceled. Please try again later, the cancellation operation will be completed about 8 hours after the cancellation application is submitted",
|
|
45
45
|
"901024": "The format of phone number is incorrect, please enter correct phone number",
|
|
46
46
|
"901025": "Account is locked",
|
|
47
47
|
"901030": "Error codes reserved for terminal offline",
|
|
@@ -57,12 +57,12 @@
|
|
|
57
57
|
"901040": "Please register again",
|
|
58
58
|
"901041": "Error code reserved for re-register",
|
|
59
59
|
"901042": "Error code reserved for re-register",
|
|
60
|
-
"901045": "The device account has no
|
|
60
|
+
"901045": "The device account has no valid license, unable to register",
|
|
61
61
|
"901046": "Email format error",
|
|
62
62
|
"901048": "Account information has expired, login failed",
|
|
63
63
|
"901051": "Invalid activation code",
|
|
64
64
|
"901052": "No access permission. Please contact the super administrator.",
|
|
65
|
-
"901053": "
|
|
65
|
+
"901053": "Invalid verification code",
|
|
66
66
|
"901054": "Incorrect parameters or sending them too frequently.",
|
|
67
67
|
"901055": "Requirements for two-factor authentication",
|
|
68
68
|
"901056": "Login timeout, please login again",
|
|
@@ -102,8 +102,8 @@
|
|
|
102
102
|
"901208": "Please complete the man-machine calibration again",
|
|
103
103
|
"901209": "Service does not require a port",
|
|
104
104
|
"901210": "App is disabled",
|
|
105
|
-
"901211": "Your account is being
|
|
106
|
-
"901212": "Your account is being
|
|
105
|
+
"901211": "Your account is being canceled. Please register again after the cancellation",
|
|
106
|
+
"901212": "Your account is being canceled. Please try again later, the cancellation operation will be completed about 8 hours after the cancellation application is submitted",
|
|
107
107
|
"901300": "User DND",
|
|
108
108
|
"901301": "The other participant ended the call",
|
|
109
109
|
"901302": "Media negotiation failed",
|
|
@@ -196,7 +196,7 @@
|
|
|
196
196
|
"901389": "Failed to join the meeting, the host has banned joining the meeting",
|
|
197
197
|
"901390": "The device to be transferred was not found, the transfer failed",
|
|
198
198
|
"901391": "Transferred meeting to another device, this device was removed from the meeting",
|
|
199
|
-
"901392": "
|
|
199
|
+
"901392": "Invalid host key",
|
|
200
200
|
"901393": "There is already a host in the meeting",
|
|
201
201
|
"901394": "Active hang-up.",
|
|
202
202
|
"901395": "The function of obtaining the host has been closed",
|
|
@@ -329,7 +329,7 @@
|
|
|
329
329
|
"901711": "The account information is abnormal, please refresh the information",
|
|
330
330
|
"901712": "The number of additions reaches the upper limit, and the addition fails",
|
|
331
331
|
"901713": "Contact information is abnormal, please refresh the information",
|
|
332
|
-
"901714": "Invalid
|
|
332
|
+
"901714": "Invalid contact type",
|
|
333
333
|
"901715": "Contacts don't have the authorization to view it, please refresh the list",
|
|
334
334
|
"901800": "Recording Ended",
|
|
335
335
|
"901801": "Recording Paused",
|
|
@@ -1332,5 +1332,52 @@
|
|
|
1332
1332
|
"@i18n.meeting.session.limit.has.been.reached.yidahuiyic": "The maximum number of meetings has been reached",
|
|
1333
1333
|
"@i18n.the.maximum.number.of.times.the.yichaoguoz": "The maximum number of meetings that can be opened simultaneously by the organizer's company has been exceeded and the meeting cannot be joined.",
|
|
1334
1334
|
"facedb.face.has.no.similar.face": "facedb.face.has.no.similar.face",
|
|
1335
|
-
"@i18n.page.management.yemianguan": "i18n.page.management.yemianguan"
|
|
1335
|
+
"@i18n.page.management.yemianguan": "i18n.page.management.yemianguan",
|
|
1336
|
+
"biz.call.queue.count.exceed": "biz.call.queue.count.exceed",
|
|
1337
|
+
"biz.call.queue.phone.extension.already.exist": "biz.call.queue.phone.extension.already.exist",
|
|
1338
|
+
"biz.call.queue.phone.extension.not.match.number.resource": "biz.call.queue.phone.extension.not.match.number.resource",
|
|
1339
|
+
"biz.subject.audio.permission.is.disable": "biz.subject.audio.permission.is.disable",
|
|
1340
|
+
"biz.call.queue.member.status.can.not.change": "biz.call.queue.member.status.can.not.change",
|
|
1341
|
+
"@i18n.no.network.wuwangluo": "i18n.no.network.wuwangluo",
|
|
1342
|
+
"@i18n.poor.network.wangluocha": "i18n.poor.network.wangluocha",
|
|
1343
|
+
"@i18n.network.is.average.wangluoyib": "i18n.network.is.average.wangluoyib",
|
|
1344
|
+
"@i18n.good.network.wangluolia": "i18n.good.network.wangluolia",
|
|
1345
|
+
"@i18n.network.disconnected.reconnecting.wangluodua": "i18n.network.disconnected.reconnecting.wangluodua",
|
|
1346
|
+
"@i18n.poor.network.conditions.wangluozhu": "i18n.poor.network.conditions.wangluozhu",
|
|
1347
|
+
"@i18n.the.network.condition.is.average.wangluozhu": "i18n.the.network.condition.is.average.wangluozhu",
|
|
1348
|
+
"@i18n.good.network.condition.wangluozhu": "i18n.good.network.condition.wangluozhu",
|
|
1349
|
+
"@i18n.joining.link.ruhuilianj": "i18n.joining.link.ruhuilianj",
|
|
1350
|
+
"@i18n.download.client.xiazaikehu": "i18n.download.client.xiazaikehu",
|
|
1351
|
+
"@i18n.download.meeting.client.xiazaihuiy": "i18n.download.meeting.client.xiazaihuiy",
|
|
1352
|
+
"@i18n.enjoy.highdefinition.meetings.xiangshoug": "i18n.enjoy.highdefinition.meetings.xiangshoug",
|
|
1353
|
+
"@i18n.rich.functionality.fengfugong": "i18n.rich.functionality.fengfugong",
|
|
1354
|
+
"@i18n.manually.allow.access.to.microphonecamera.shoudongyu": "i18n.manually.allow.access.to.microphonecamera.shoudongyu",
|
|
1355
|
+
"@i18n.your.current.network.condition.is.not.dangqianni": "i18n.your.current.network.condition.is.not.dangqianni",
|
|
1356
|
+
"@i18n.unable.to.join.the.meeting.wufajiaruh": "i18n.unable.to.join.the.meeting.wufajiaruh",
|
|
1357
|
+
"@i18n.support.v.videos.zhichiv": "i18n.support.v.videos.zhichiv",
|
|
1358
|
+
"@i18n.send.to.everyone.fasonggeis": "i18n.send.to.everyone.fasonggeis",
|
|
1359
|
+
"@i18n.square.fang": "i18n.square.fang",
|
|
1360
|
+
"@i18n.personal.geren": "i18n.personal.geren",
|
|
1361
|
+
"@i18n.enterprise.qiye": "i18n.enterprise.qiye",
|
|
1362
|
+
"@i18n.free.version.mianfeiban": "i18n.free.version.mianfeiban",
|
|
1363
|
+
"@i18n.professional.edition.zhuanyeban": "i18n.professional.edition.zhuanyeban",
|
|
1364
|
+
"@i18n.you.are.joining.the.free.version.ninzhengza": "i18n.you.are.joining.the.free.version.ninzhengza",
|
|
1365
|
+
"@i18n.please.note.that.personnel.such.as.qingzhuyi": "i18n.please.note.that.personnel.such.as.qingzhuyi",
|
|
1366
|
+
"@i18n.you.are.following.the.v.perspective.ninzhengza": "i18n.you.are.following.the.v.perspective.ninzhengza",
|
|
1367
|
+
"@i18n.you.are.following.vs.perspective.ninzhengza": "i18n.you.are.following.vs.perspective.ninzhengza",
|
|
1368
|
+
"@i18n.please.click.on.the.camera.icon.qingzailiu": "i18n.please.click.on.the.camera.icon.qingzailiu",
|
|
1369
|
+
"@i18n.the.current.meeting.only.supports.v.dangqianhu": "i18n.the.current.meeting.only.supports.v.dangqianhu",
|
|
1370
|
+
"@i18n.upgrade.benefits.shengjiqua": "i18n.upgrade.benefits.shengjiqua",
|
|
1371
|
+
"@i18n.the.current.meeting.only.supports.v.dangqianhu.88361": "i18n.the.current.meeting.only.supports.v.dangqianhu.88361",
|
|
1372
|
+
"@i18n.the.current.meeting.only.supports.v.dangqianhu.22555": "i18n.the.current.meeting.only.supports.v.dangqianhu.22555",
|
|
1373
|
+
"@i18n.the.current.a.meeting.only.supports.dangqiana.60863": "i18n.the.current.a.meeting.only.supports.dangqiana.60863",
|
|
1374
|
+
"@i18n.the.current.a.meeting.only.supports.dangqiana.32826": "i18n.the.current.a.meeting.only.supports.dangqiana.32826",
|
|
1375
|
+
"@i18n.the.remaining.duration.of.the.meeting.huiyisheng.32521": "i18n.the.remaining.duration.of.the.meeting.huiyisheng.32521",
|
|
1376
|
+
"@i18n.please.rotate.your.phone.to.landscape.qingxuanzh.8922": "i18n.please.rotate.your.phone.to.landscape.qingxuanzh.8922",
|
|
1377
|
+
"@i18n.you.are.joining.the.free.version.ninzhengza.23743": "i18n.you.are.joining.the.free.version.ninzhengza.23743",
|
|
1378
|
+
"@i18n.the.remaining.duration.of.the.meeting.huiyisheng.55750": "i18n.the.remaining.duration.of.the.meeting.huiyisheng.55750",
|
|
1379
|
+
"@i18n.verification.has.expired.please.complete.sliding.yanzhenggu.5674": "i18n.verification.has.expired.please.complete.sliding.yanzhenggu.5674",
|
|
1380
|
+
"@i18n.please.complete.the.verification.qingwanche.83230": "i18n.please.complete.the.verification.qingwanche.83230",
|
|
1381
|
+
"@i18n.the.maximum.number.of.people.who.huizhongka.13137": "i18n.the.maximum.number.of.people.who.huizhongka.13137",
|
|
1382
|
+
"@i18n.i.got.it.wozhidaoli.54667": "i18n.i.got.it.wozhidaoli.54667"
|
|
1336
1383
|
}
|
package/dist/lang/es.json
CHANGED
|
@@ -1332,5 +1332,52 @@
|
|
|
1332
1332
|
"@i18n.meeting.session.limit.has.been.reached.yidahuiyic": "i18n.meeting.session.limit.has.been.reached.yidahuiyic",
|
|
1333
1333
|
"@i18n.the.maximum.number.of.times.the.yichaoguoz": "i18n.the.maximum.number.of.times.the.yichaoguoz",
|
|
1334
1334
|
"facedb.face.has.no.similar.face": "facedb.face.has.no.similar.face",
|
|
1335
|
-
"@i18n.page.management.yemianguan": "i18n.page.management.yemianguan"
|
|
1335
|
+
"@i18n.page.management.yemianguan": "i18n.page.management.yemianguan",
|
|
1336
|
+
"biz.call.queue.count.exceed": "biz.call.queue.count.exceed",
|
|
1337
|
+
"biz.call.queue.phone.extension.already.exist": "biz.call.queue.phone.extension.already.exist",
|
|
1338
|
+
"biz.call.queue.phone.extension.not.match.number.resource": "biz.call.queue.phone.extension.not.match.number.resource",
|
|
1339
|
+
"biz.subject.audio.permission.is.disable": "biz.subject.audio.permission.is.disable",
|
|
1340
|
+
"biz.call.queue.member.status.can.not.change": "biz.call.queue.member.status.can.not.change",
|
|
1341
|
+
"@i18n.no.network.wuwangluo": "i18n.no.network.wuwangluo",
|
|
1342
|
+
"@i18n.poor.network.wangluocha": "i18n.poor.network.wangluocha",
|
|
1343
|
+
"@i18n.network.is.average.wangluoyib": "i18n.network.is.average.wangluoyib",
|
|
1344
|
+
"@i18n.good.network.wangluolia": "i18n.good.network.wangluolia",
|
|
1345
|
+
"@i18n.network.disconnected.reconnecting.wangluodua": "i18n.network.disconnected.reconnecting.wangluodua",
|
|
1346
|
+
"@i18n.poor.network.conditions.wangluozhu": "i18n.poor.network.conditions.wangluozhu",
|
|
1347
|
+
"@i18n.the.network.condition.is.average.wangluozhu": "i18n.the.network.condition.is.average.wangluozhu",
|
|
1348
|
+
"@i18n.good.network.condition.wangluozhu": "i18n.good.network.condition.wangluozhu",
|
|
1349
|
+
"@i18n.joining.link.ruhuilianj": "i18n.joining.link.ruhuilianj",
|
|
1350
|
+
"@i18n.download.client.xiazaikehu": "i18n.download.client.xiazaikehu",
|
|
1351
|
+
"@i18n.download.meeting.client.xiazaihuiy": "i18n.download.meeting.client.xiazaihuiy",
|
|
1352
|
+
"@i18n.enjoy.highdefinition.meetings.xiangshoug": "i18n.enjoy.highdefinition.meetings.xiangshoug",
|
|
1353
|
+
"@i18n.rich.functionality.fengfugong": "i18n.rich.functionality.fengfugong",
|
|
1354
|
+
"@i18n.manually.allow.access.to.microphonecamera.shoudongyu": "i18n.manually.allow.access.to.microphonecamera.shoudongyu",
|
|
1355
|
+
"@i18n.your.current.network.condition.is.not.dangqianni": "i18n.your.current.network.condition.is.not.dangqianni",
|
|
1356
|
+
"@i18n.unable.to.join.the.meeting.wufajiaruh": "i18n.unable.to.join.the.meeting.wufajiaruh",
|
|
1357
|
+
"@i18n.support.v.videos.zhichiv": "i18n.support.v.videos.zhichiv",
|
|
1358
|
+
"@i18n.send.to.everyone.fasonggeis": "i18n.send.to.everyone.fasonggeis",
|
|
1359
|
+
"@i18n.square.fang": "i18n.square.fang",
|
|
1360
|
+
"@i18n.personal.geren": "i18n.personal.geren",
|
|
1361
|
+
"@i18n.enterprise.qiye": "i18n.enterprise.qiye",
|
|
1362
|
+
"@i18n.free.version.mianfeiban": "i18n.free.version.mianfeiban",
|
|
1363
|
+
"@i18n.professional.edition.zhuanyeban": "i18n.professional.edition.zhuanyeban",
|
|
1364
|
+
"@i18n.you.are.joining.the.free.version.ninzhengza": "i18n.you.are.joining.the.free.version.ninzhengza",
|
|
1365
|
+
"@i18n.please.note.that.personnel.such.as.qingzhuyi": "i18n.please.note.that.personnel.such.as.qingzhuyi",
|
|
1366
|
+
"@i18n.you.are.following.the.v.perspective.ninzhengza": "i18n.you.are.following.the.v.perspective.ninzhengza",
|
|
1367
|
+
"@i18n.you.are.following.vs.perspective.ninzhengza": "i18n.you.are.following.vs.perspective.ninzhengza",
|
|
1368
|
+
"@i18n.please.click.on.the.camera.icon.qingzailiu": "i18n.please.click.on.the.camera.icon.qingzailiu",
|
|
1369
|
+
"@i18n.the.current.meeting.only.supports.v.dangqianhu": "i18n.the.current.meeting.only.supports.v.dangqianhu",
|
|
1370
|
+
"@i18n.upgrade.benefits.shengjiqua": "i18n.upgrade.benefits.shengjiqua",
|
|
1371
|
+
"@i18n.the.current.meeting.only.supports.v.dangqianhu.88361": "i18n.the.current.meeting.only.supports.v.dangqianhu.88361",
|
|
1372
|
+
"@i18n.the.current.meeting.only.supports.v.dangqianhu.22555": "i18n.the.current.meeting.only.supports.v.dangqianhu.22555",
|
|
1373
|
+
"@i18n.the.current.a.meeting.only.supports.dangqiana.60863": "i18n.the.current.a.meeting.only.supports.dangqiana.60863",
|
|
1374
|
+
"@i18n.the.current.a.meeting.only.supports.dangqiana.32826": "i18n.the.current.a.meeting.only.supports.dangqiana.32826",
|
|
1375
|
+
"@i18n.the.remaining.duration.of.the.meeting.huiyisheng.32521": "i18n.the.remaining.duration.of.the.meeting.huiyisheng.32521",
|
|
1376
|
+
"@i18n.please.rotate.your.phone.to.landscape.qingxuanzh.8922": "i18n.please.rotate.your.phone.to.landscape.qingxuanzh.8922",
|
|
1377
|
+
"@i18n.you.are.joining.the.free.version.ninzhengza.23743": "i18n.you.are.joining.the.free.version.ninzhengza.23743",
|
|
1378
|
+
"@i18n.the.remaining.duration.of.the.meeting.huiyisheng.55750": "i18n.the.remaining.duration.of.the.meeting.huiyisheng.55750",
|
|
1379
|
+
"@i18n.verification.has.expired.please.complete.sliding.yanzhenggu.5674": "i18n.verification.has.expired.please.complete.sliding.yanzhenggu.5674",
|
|
1380
|
+
"@i18n.please.complete.the.verification.qingwanche.83230": "i18n.please.complete.the.verification.qingwanche.83230",
|
|
1381
|
+
"@i18n.the.maximum.number.of.people.who.huizhongka.13137": "i18n.the.maximum.number.of.people.who.huizhongka.13137",
|
|
1382
|
+
"@i18n.i.got.it.wozhidaoli.54667": "i18n.i.got.it.wozhidaoli.54667"
|
|
1336
1383
|
}
|
package/dist/lang/fr.json
CHANGED
|
@@ -1332,5 +1332,52 @@
|
|
|
1332
1332
|
"@i18n.meeting.session.limit.has.been.reached.yidahuiyic": "i18n.meeting.session.limit.has.been.reached.yidahuiyic",
|
|
1333
1333
|
"@i18n.the.maximum.number.of.times.the.yichaoguoz": "i18n.the.maximum.number.of.times.the.yichaoguoz",
|
|
1334
1334
|
"facedb.face.has.no.similar.face": "facedb.face.has.no.similar.face",
|
|
1335
|
-
"@i18n.page.management.yemianguan": "i18n.page.management.yemianguan"
|
|
1335
|
+
"@i18n.page.management.yemianguan": "i18n.page.management.yemianguan",
|
|
1336
|
+
"biz.call.queue.count.exceed": "biz.call.queue.count.exceed",
|
|
1337
|
+
"biz.call.queue.phone.extension.already.exist": "biz.call.queue.phone.extension.already.exist",
|
|
1338
|
+
"biz.call.queue.phone.extension.not.match.number.resource": "biz.call.queue.phone.extension.not.match.number.resource",
|
|
1339
|
+
"biz.subject.audio.permission.is.disable": "biz.subject.audio.permission.is.disable",
|
|
1340
|
+
"biz.call.queue.member.status.can.not.change": "biz.call.queue.member.status.can.not.change",
|
|
1341
|
+
"@i18n.no.network.wuwangluo": "i18n.no.network.wuwangluo",
|
|
1342
|
+
"@i18n.poor.network.wangluocha": "i18n.poor.network.wangluocha",
|
|
1343
|
+
"@i18n.network.is.average.wangluoyib": "i18n.network.is.average.wangluoyib",
|
|
1344
|
+
"@i18n.good.network.wangluolia": "i18n.good.network.wangluolia",
|
|
1345
|
+
"@i18n.network.disconnected.reconnecting.wangluodua": "i18n.network.disconnected.reconnecting.wangluodua",
|
|
1346
|
+
"@i18n.poor.network.conditions.wangluozhu": "i18n.poor.network.conditions.wangluozhu",
|
|
1347
|
+
"@i18n.the.network.condition.is.average.wangluozhu": "i18n.the.network.condition.is.average.wangluozhu",
|
|
1348
|
+
"@i18n.good.network.condition.wangluozhu": "i18n.good.network.condition.wangluozhu",
|
|
1349
|
+
"@i18n.joining.link.ruhuilianj": "i18n.joining.link.ruhuilianj",
|
|
1350
|
+
"@i18n.download.client.xiazaikehu": "i18n.download.client.xiazaikehu",
|
|
1351
|
+
"@i18n.download.meeting.client.xiazaihuiy": "i18n.download.meeting.client.xiazaihuiy",
|
|
1352
|
+
"@i18n.enjoy.highdefinition.meetings.xiangshoug": "i18n.enjoy.highdefinition.meetings.xiangshoug",
|
|
1353
|
+
"@i18n.rich.functionality.fengfugong": "i18n.rich.functionality.fengfugong",
|
|
1354
|
+
"@i18n.manually.allow.access.to.microphonecamera.shoudongyu": "i18n.manually.allow.access.to.microphonecamera.shoudongyu",
|
|
1355
|
+
"@i18n.your.current.network.condition.is.not.dangqianni": "i18n.your.current.network.condition.is.not.dangqianni",
|
|
1356
|
+
"@i18n.unable.to.join.the.meeting.wufajiaruh": "i18n.unable.to.join.the.meeting.wufajiaruh",
|
|
1357
|
+
"@i18n.support.v.videos.zhichiv": "i18n.support.v.videos.zhichiv",
|
|
1358
|
+
"@i18n.send.to.everyone.fasonggeis": "i18n.send.to.everyone.fasonggeis",
|
|
1359
|
+
"@i18n.square.fang": "i18n.square.fang",
|
|
1360
|
+
"@i18n.personal.geren": "i18n.personal.geren",
|
|
1361
|
+
"@i18n.enterprise.qiye": "i18n.enterprise.qiye",
|
|
1362
|
+
"@i18n.free.version.mianfeiban": "i18n.free.version.mianfeiban",
|
|
1363
|
+
"@i18n.professional.edition.zhuanyeban": "i18n.professional.edition.zhuanyeban",
|
|
1364
|
+
"@i18n.you.are.joining.the.free.version.ninzhengza": "i18n.you.are.joining.the.free.version.ninzhengza",
|
|
1365
|
+
"@i18n.please.note.that.personnel.such.as.qingzhuyi": "i18n.please.note.that.personnel.such.as.qingzhuyi",
|
|
1366
|
+
"@i18n.you.are.following.the.v.perspective.ninzhengza": "i18n.you.are.following.the.v.perspective.ninzhengza",
|
|
1367
|
+
"@i18n.you.are.following.vs.perspective.ninzhengza": "i18n.you.are.following.vs.perspective.ninzhengza",
|
|
1368
|
+
"@i18n.please.click.on.the.camera.icon.qingzailiu": "i18n.please.click.on.the.camera.icon.qingzailiu",
|
|
1369
|
+
"@i18n.the.current.meeting.only.supports.v.dangqianhu": "i18n.the.current.meeting.only.supports.v.dangqianhu",
|
|
1370
|
+
"@i18n.upgrade.benefits.shengjiqua": "i18n.upgrade.benefits.shengjiqua",
|
|
1371
|
+
"@i18n.the.current.meeting.only.supports.v.dangqianhu.88361": "i18n.the.current.meeting.only.supports.v.dangqianhu.88361",
|
|
1372
|
+
"@i18n.the.current.meeting.only.supports.v.dangqianhu.22555": "i18n.the.current.meeting.only.supports.v.dangqianhu.22555",
|
|
1373
|
+
"@i18n.the.current.a.meeting.only.supports.dangqiana.60863": "i18n.the.current.a.meeting.only.supports.dangqiana.60863",
|
|
1374
|
+
"@i18n.the.current.a.meeting.only.supports.dangqiana.32826": "i18n.the.current.a.meeting.only.supports.dangqiana.32826",
|
|
1375
|
+
"@i18n.the.remaining.duration.of.the.meeting.huiyisheng.32521": "i18n.the.remaining.duration.of.the.meeting.huiyisheng.32521",
|
|
1376
|
+
"@i18n.please.rotate.your.phone.to.landscape.qingxuanzh.8922": "i18n.please.rotate.your.phone.to.landscape.qingxuanzh.8922",
|
|
1377
|
+
"@i18n.you.are.joining.the.free.version.ninzhengza.23743": "i18n.you.are.joining.the.free.version.ninzhengza.23743",
|
|
1378
|
+
"@i18n.the.remaining.duration.of.the.meeting.huiyisheng.55750": "i18n.the.remaining.duration.of.the.meeting.huiyisheng.55750",
|
|
1379
|
+
"@i18n.verification.has.expired.please.complete.sliding.yanzhenggu.5674": "i18n.verification.has.expired.please.complete.sliding.yanzhenggu.5674",
|
|
1380
|
+
"@i18n.please.complete.the.verification.qingwanche.83230": "i18n.please.complete.the.verification.qingwanche.83230",
|
|
1381
|
+
"@i18n.the.maximum.number.of.people.who.huizhongka.13137": "i18n.the.maximum.number.of.people.who.huizhongka.13137",
|
|
1382
|
+
"@i18n.i.got.it.wozhidaoli.54667": "i18n.i.got.it.wozhidaoli.54667"
|
|
1336
1383
|
}
|
package/dist/lang/it.json
CHANGED
|
@@ -1332,5 +1332,52 @@
|
|
|
1332
1332
|
"@i18n.meeting.session.limit.has.been.reached.yidahuiyic": "i18n.meeting.session.limit.has.been.reached.yidahuiyic",
|
|
1333
1333
|
"@i18n.the.maximum.number.of.times.the.yichaoguoz": "i18n.the.maximum.number.of.times.the.yichaoguoz",
|
|
1334
1334
|
"facedb.face.has.no.similar.face": "facedb.face.has.no.similar.face",
|
|
1335
|
-
"@i18n.page.management.yemianguan": "i18n.page.management.yemianguan"
|
|
1335
|
+
"@i18n.page.management.yemianguan": "i18n.page.management.yemianguan",
|
|
1336
|
+
"biz.call.queue.count.exceed": "biz.call.queue.count.exceed",
|
|
1337
|
+
"biz.call.queue.phone.extension.already.exist": "biz.call.queue.phone.extension.already.exist",
|
|
1338
|
+
"biz.call.queue.phone.extension.not.match.number.resource": "biz.call.queue.phone.extension.not.match.number.resource",
|
|
1339
|
+
"biz.subject.audio.permission.is.disable": "biz.subject.audio.permission.is.disable",
|
|
1340
|
+
"biz.call.queue.member.status.can.not.change": "biz.call.queue.member.status.can.not.change",
|
|
1341
|
+
"@i18n.no.network.wuwangluo": "i18n.no.network.wuwangluo",
|
|
1342
|
+
"@i18n.poor.network.wangluocha": "i18n.poor.network.wangluocha",
|
|
1343
|
+
"@i18n.network.is.average.wangluoyib": "i18n.network.is.average.wangluoyib",
|
|
1344
|
+
"@i18n.good.network.wangluolia": "i18n.good.network.wangluolia",
|
|
1345
|
+
"@i18n.network.disconnected.reconnecting.wangluodua": "i18n.network.disconnected.reconnecting.wangluodua",
|
|
1346
|
+
"@i18n.poor.network.conditions.wangluozhu": "i18n.poor.network.conditions.wangluozhu",
|
|
1347
|
+
"@i18n.the.network.condition.is.average.wangluozhu": "i18n.the.network.condition.is.average.wangluozhu",
|
|
1348
|
+
"@i18n.good.network.condition.wangluozhu": "i18n.good.network.condition.wangluozhu",
|
|
1349
|
+
"@i18n.joining.link.ruhuilianj": "i18n.joining.link.ruhuilianj",
|
|
1350
|
+
"@i18n.download.client.xiazaikehu": "i18n.download.client.xiazaikehu",
|
|
1351
|
+
"@i18n.download.meeting.client.xiazaihuiy": "i18n.download.meeting.client.xiazaihuiy",
|
|
1352
|
+
"@i18n.enjoy.highdefinition.meetings.xiangshoug": "i18n.enjoy.highdefinition.meetings.xiangshoug",
|
|
1353
|
+
"@i18n.rich.functionality.fengfugong": "i18n.rich.functionality.fengfugong",
|
|
1354
|
+
"@i18n.manually.allow.access.to.microphonecamera.shoudongyu": "i18n.manually.allow.access.to.microphonecamera.shoudongyu",
|
|
1355
|
+
"@i18n.your.current.network.condition.is.not.dangqianni": "i18n.your.current.network.condition.is.not.dangqianni",
|
|
1356
|
+
"@i18n.unable.to.join.the.meeting.wufajiaruh": "i18n.unable.to.join.the.meeting.wufajiaruh",
|
|
1357
|
+
"@i18n.support.v.videos.zhichiv": "i18n.support.v.videos.zhichiv",
|
|
1358
|
+
"@i18n.send.to.everyone.fasonggeis": "i18n.send.to.everyone.fasonggeis",
|
|
1359
|
+
"@i18n.square.fang": "i18n.square.fang",
|
|
1360
|
+
"@i18n.personal.geren": "i18n.personal.geren",
|
|
1361
|
+
"@i18n.enterprise.qiye": "i18n.enterprise.qiye",
|
|
1362
|
+
"@i18n.free.version.mianfeiban": "i18n.free.version.mianfeiban",
|
|
1363
|
+
"@i18n.professional.edition.zhuanyeban": "i18n.professional.edition.zhuanyeban",
|
|
1364
|
+
"@i18n.you.are.joining.the.free.version.ninzhengza": "i18n.you.are.joining.the.free.version.ninzhengza",
|
|
1365
|
+
"@i18n.please.note.that.personnel.such.as.qingzhuyi": "i18n.please.note.that.personnel.such.as.qingzhuyi",
|
|
1366
|
+
"@i18n.you.are.following.the.v.perspective.ninzhengza": "i18n.you.are.following.the.v.perspective.ninzhengza",
|
|
1367
|
+
"@i18n.you.are.following.vs.perspective.ninzhengza": "i18n.you.are.following.vs.perspective.ninzhengza",
|
|
1368
|
+
"@i18n.please.click.on.the.camera.icon.qingzailiu": "i18n.please.click.on.the.camera.icon.qingzailiu",
|
|
1369
|
+
"@i18n.the.current.meeting.only.supports.v.dangqianhu": "i18n.the.current.meeting.only.supports.v.dangqianhu",
|
|
1370
|
+
"@i18n.upgrade.benefits.shengjiqua": "i18n.upgrade.benefits.shengjiqua",
|
|
1371
|
+
"@i18n.the.current.meeting.only.supports.v.dangqianhu.88361": "i18n.the.current.meeting.only.supports.v.dangqianhu.88361",
|
|
1372
|
+
"@i18n.the.current.meeting.only.supports.v.dangqianhu.22555": "i18n.the.current.meeting.only.supports.v.dangqianhu.22555",
|
|
1373
|
+
"@i18n.the.current.a.meeting.only.supports.dangqiana.60863": "i18n.the.current.a.meeting.only.supports.dangqiana.60863",
|
|
1374
|
+
"@i18n.the.current.a.meeting.only.supports.dangqiana.32826": "i18n.the.current.a.meeting.only.supports.dangqiana.32826",
|
|
1375
|
+
"@i18n.the.remaining.duration.of.the.meeting.huiyisheng.32521": "i18n.the.remaining.duration.of.the.meeting.huiyisheng.32521",
|
|
1376
|
+
"@i18n.please.rotate.your.phone.to.landscape.qingxuanzh.8922": "i18n.please.rotate.your.phone.to.landscape.qingxuanzh.8922",
|
|
1377
|
+
"@i18n.you.are.joining.the.free.version.ninzhengza.23743": "i18n.you.are.joining.the.free.version.ninzhengza.23743",
|
|
1378
|
+
"@i18n.the.remaining.duration.of.the.meeting.huiyisheng.55750": "i18n.the.remaining.duration.of.the.meeting.huiyisheng.55750",
|
|
1379
|
+
"@i18n.verification.has.expired.please.complete.sliding.yanzhenggu.5674": "i18n.verification.has.expired.please.complete.sliding.yanzhenggu.5674",
|
|
1380
|
+
"@i18n.please.complete.the.verification.qingwanche.83230": "i18n.please.complete.the.verification.qingwanche.83230",
|
|
1381
|
+
"@i18n.the.maximum.number.of.people.who.huizhongka.13137": "i18n.the.maximum.number.of.people.who.huizhongka.13137",
|
|
1382
|
+
"@i18n.i.got.it.wozhidaoli.54667": "i18n.i.got.it.wozhidaoli.54667"
|
|
1336
1383
|
}
|
package/dist/lang/ja.json
CHANGED
|
@@ -1332,5 +1332,52 @@
|
|
|
1332
1332
|
"@i18n.meeting.session.limit.has.been.reached.yidahuiyic": "i18n.meeting.session.limit.has.been.reached.yidahuiyic",
|
|
1333
1333
|
"@i18n.the.maximum.number.of.times.the.yichaoguoz": "i18n.the.maximum.number.of.times.the.yichaoguoz",
|
|
1334
1334
|
"facedb.face.has.no.similar.face": "facedb.face.has.no.similar.face",
|
|
1335
|
-
"@i18n.page.management.yemianguan": "i18n.page.management.yemianguan"
|
|
1335
|
+
"@i18n.page.management.yemianguan": "i18n.page.management.yemianguan",
|
|
1336
|
+
"biz.call.queue.count.exceed": "biz.call.queue.count.exceed",
|
|
1337
|
+
"biz.call.queue.phone.extension.already.exist": "biz.call.queue.phone.extension.already.exist",
|
|
1338
|
+
"biz.call.queue.phone.extension.not.match.number.resource": "biz.call.queue.phone.extension.not.match.number.resource",
|
|
1339
|
+
"biz.subject.audio.permission.is.disable": "biz.subject.audio.permission.is.disable",
|
|
1340
|
+
"biz.call.queue.member.status.can.not.change": "biz.call.queue.member.status.can.not.change",
|
|
1341
|
+
"@i18n.no.network.wuwangluo": "i18n.no.network.wuwangluo",
|
|
1342
|
+
"@i18n.poor.network.wangluocha": "i18n.poor.network.wangluocha",
|
|
1343
|
+
"@i18n.network.is.average.wangluoyib": "i18n.network.is.average.wangluoyib",
|
|
1344
|
+
"@i18n.good.network.wangluolia": "i18n.good.network.wangluolia",
|
|
1345
|
+
"@i18n.network.disconnected.reconnecting.wangluodua": "i18n.network.disconnected.reconnecting.wangluodua",
|
|
1346
|
+
"@i18n.poor.network.conditions.wangluozhu": "i18n.poor.network.conditions.wangluozhu",
|
|
1347
|
+
"@i18n.the.network.condition.is.average.wangluozhu": "i18n.the.network.condition.is.average.wangluozhu",
|
|
1348
|
+
"@i18n.good.network.condition.wangluozhu": "i18n.good.network.condition.wangluozhu",
|
|
1349
|
+
"@i18n.joining.link.ruhuilianj": "i18n.joining.link.ruhuilianj",
|
|
1350
|
+
"@i18n.download.client.xiazaikehu": "i18n.download.client.xiazaikehu",
|
|
1351
|
+
"@i18n.download.meeting.client.xiazaihuiy": "i18n.download.meeting.client.xiazaihuiy",
|
|
1352
|
+
"@i18n.enjoy.highdefinition.meetings.xiangshoug": "i18n.enjoy.highdefinition.meetings.xiangshoug",
|
|
1353
|
+
"@i18n.rich.functionality.fengfugong": "i18n.rich.functionality.fengfugong",
|
|
1354
|
+
"@i18n.manually.allow.access.to.microphonecamera.shoudongyu": "i18n.manually.allow.access.to.microphonecamera.shoudongyu",
|
|
1355
|
+
"@i18n.your.current.network.condition.is.not.dangqianni": "i18n.your.current.network.condition.is.not.dangqianni",
|
|
1356
|
+
"@i18n.unable.to.join.the.meeting.wufajiaruh": "i18n.unable.to.join.the.meeting.wufajiaruh",
|
|
1357
|
+
"@i18n.support.v.videos.zhichiv": "i18n.support.v.videos.zhichiv",
|
|
1358
|
+
"@i18n.send.to.everyone.fasonggeis": "i18n.send.to.everyone.fasonggeis",
|
|
1359
|
+
"@i18n.square.fang": "i18n.square.fang",
|
|
1360
|
+
"@i18n.personal.geren": "i18n.personal.geren",
|
|
1361
|
+
"@i18n.enterprise.qiye": "i18n.enterprise.qiye",
|
|
1362
|
+
"@i18n.free.version.mianfeiban": "i18n.free.version.mianfeiban",
|
|
1363
|
+
"@i18n.professional.edition.zhuanyeban": "i18n.professional.edition.zhuanyeban",
|
|
1364
|
+
"@i18n.you.are.joining.the.free.version.ninzhengza": "i18n.you.are.joining.the.free.version.ninzhengza",
|
|
1365
|
+
"@i18n.please.note.that.personnel.such.as.qingzhuyi": "i18n.please.note.that.personnel.such.as.qingzhuyi",
|
|
1366
|
+
"@i18n.you.are.following.the.v.perspective.ninzhengza": "i18n.you.are.following.the.v.perspective.ninzhengza",
|
|
1367
|
+
"@i18n.you.are.following.vs.perspective.ninzhengza": "i18n.you.are.following.vs.perspective.ninzhengza",
|
|
1368
|
+
"@i18n.please.click.on.the.camera.icon.qingzailiu": "i18n.please.click.on.the.camera.icon.qingzailiu",
|
|
1369
|
+
"@i18n.the.current.meeting.only.supports.v.dangqianhu": "i18n.the.current.meeting.only.supports.v.dangqianhu",
|
|
1370
|
+
"@i18n.upgrade.benefits.shengjiqua": "i18n.upgrade.benefits.shengjiqua",
|
|
1371
|
+
"@i18n.the.current.meeting.only.supports.v.dangqianhu.88361": "i18n.the.current.meeting.only.supports.v.dangqianhu.88361",
|
|
1372
|
+
"@i18n.the.current.meeting.only.supports.v.dangqianhu.22555": "i18n.the.current.meeting.only.supports.v.dangqianhu.22555",
|
|
1373
|
+
"@i18n.the.current.a.meeting.only.supports.dangqiana.60863": "i18n.the.current.a.meeting.only.supports.dangqiana.60863",
|
|
1374
|
+
"@i18n.the.current.a.meeting.only.supports.dangqiana.32826": "i18n.the.current.a.meeting.only.supports.dangqiana.32826",
|
|
1375
|
+
"@i18n.the.remaining.duration.of.the.meeting.huiyisheng.32521": "i18n.the.remaining.duration.of.the.meeting.huiyisheng.32521",
|
|
1376
|
+
"@i18n.please.rotate.your.phone.to.landscape.qingxuanzh.8922": "i18n.please.rotate.your.phone.to.landscape.qingxuanzh.8922",
|
|
1377
|
+
"@i18n.you.are.joining.the.free.version.ninzhengza.23743": "i18n.you.are.joining.the.free.version.ninzhengza.23743",
|
|
1378
|
+
"@i18n.the.remaining.duration.of.the.meeting.huiyisheng.55750": "i18n.the.remaining.duration.of.the.meeting.huiyisheng.55750",
|
|
1379
|
+
"@i18n.verification.has.expired.please.complete.sliding.yanzhenggu.5674": "i18n.verification.has.expired.please.complete.sliding.yanzhenggu.5674",
|
|
1380
|
+
"@i18n.please.complete.the.verification.qingwanche.83230": "i18n.please.complete.the.verification.qingwanche.83230",
|
|
1381
|
+
"@i18n.the.maximum.number.of.people.who.huizhongka.13137": "i18n.the.maximum.number.of.people.who.huizhongka.13137",
|
|
1382
|
+
"@i18n.i.got.it.wozhidaoli.54667": "i18n.i.got.it.wozhidaoli.54667"
|
|
1336
1383
|
}
|
package/dist/lang/pt.json
CHANGED
|
@@ -1332,5 +1332,52 @@
|
|
|
1332
1332
|
"@i18n.meeting.session.limit.has.been.reached.yidahuiyic": "i18n.meeting.session.limit.has.been.reached.yidahuiyic",
|
|
1333
1333
|
"@i18n.the.maximum.number.of.times.the.yichaoguoz": "i18n.the.maximum.number.of.times.the.yichaoguoz",
|
|
1334
1334
|
"facedb.face.has.no.similar.face": "facedb.face.has.no.similar.face",
|
|
1335
|
-
"@i18n.page.management.yemianguan": "i18n.page.management.yemianguan"
|
|
1335
|
+
"@i18n.page.management.yemianguan": "i18n.page.management.yemianguan",
|
|
1336
|
+
"biz.call.queue.count.exceed": "biz.call.queue.count.exceed",
|
|
1337
|
+
"biz.call.queue.phone.extension.already.exist": "biz.call.queue.phone.extension.already.exist",
|
|
1338
|
+
"biz.call.queue.phone.extension.not.match.number.resource": "biz.call.queue.phone.extension.not.match.number.resource",
|
|
1339
|
+
"biz.subject.audio.permission.is.disable": "biz.subject.audio.permission.is.disable",
|
|
1340
|
+
"biz.call.queue.member.status.can.not.change": "biz.call.queue.member.status.can.not.change",
|
|
1341
|
+
"@i18n.no.network.wuwangluo": "i18n.no.network.wuwangluo",
|
|
1342
|
+
"@i18n.poor.network.wangluocha": "i18n.poor.network.wangluocha",
|
|
1343
|
+
"@i18n.network.is.average.wangluoyib": "i18n.network.is.average.wangluoyib",
|
|
1344
|
+
"@i18n.good.network.wangluolia": "i18n.good.network.wangluolia",
|
|
1345
|
+
"@i18n.network.disconnected.reconnecting.wangluodua": "i18n.network.disconnected.reconnecting.wangluodua",
|
|
1346
|
+
"@i18n.poor.network.conditions.wangluozhu": "i18n.poor.network.conditions.wangluozhu",
|
|
1347
|
+
"@i18n.the.network.condition.is.average.wangluozhu": "i18n.the.network.condition.is.average.wangluozhu",
|
|
1348
|
+
"@i18n.good.network.condition.wangluozhu": "i18n.good.network.condition.wangluozhu",
|
|
1349
|
+
"@i18n.joining.link.ruhuilianj": "i18n.joining.link.ruhuilianj",
|
|
1350
|
+
"@i18n.download.client.xiazaikehu": "i18n.download.client.xiazaikehu",
|
|
1351
|
+
"@i18n.download.meeting.client.xiazaihuiy": "i18n.download.meeting.client.xiazaihuiy",
|
|
1352
|
+
"@i18n.enjoy.highdefinition.meetings.xiangshoug": "i18n.enjoy.highdefinition.meetings.xiangshoug",
|
|
1353
|
+
"@i18n.rich.functionality.fengfugong": "i18n.rich.functionality.fengfugong",
|
|
1354
|
+
"@i18n.manually.allow.access.to.microphonecamera.shoudongyu": "i18n.manually.allow.access.to.microphonecamera.shoudongyu",
|
|
1355
|
+
"@i18n.your.current.network.condition.is.not.dangqianni": "i18n.your.current.network.condition.is.not.dangqianni",
|
|
1356
|
+
"@i18n.unable.to.join.the.meeting.wufajiaruh": "i18n.unable.to.join.the.meeting.wufajiaruh",
|
|
1357
|
+
"@i18n.support.v.videos.zhichiv": "i18n.support.v.videos.zhichiv",
|
|
1358
|
+
"@i18n.send.to.everyone.fasonggeis": "i18n.send.to.everyone.fasonggeis",
|
|
1359
|
+
"@i18n.square.fang": "i18n.square.fang",
|
|
1360
|
+
"@i18n.personal.geren": "i18n.personal.geren",
|
|
1361
|
+
"@i18n.enterprise.qiye": "i18n.enterprise.qiye",
|
|
1362
|
+
"@i18n.free.version.mianfeiban": "i18n.free.version.mianfeiban",
|
|
1363
|
+
"@i18n.professional.edition.zhuanyeban": "i18n.professional.edition.zhuanyeban",
|
|
1364
|
+
"@i18n.you.are.joining.the.free.version.ninzhengza": "i18n.you.are.joining.the.free.version.ninzhengza",
|
|
1365
|
+
"@i18n.please.note.that.personnel.such.as.qingzhuyi": "i18n.please.note.that.personnel.such.as.qingzhuyi",
|
|
1366
|
+
"@i18n.you.are.following.the.v.perspective.ninzhengza": "i18n.you.are.following.the.v.perspective.ninzhengza",
|
|
1367
|
+
"@i18n.you.are.following.vs.perspective.ninzhengza": "i18n.you.are.following.vs.perspective.ninzhengza",
|
|
1368
|
+
"@i18n.please.click.on.the.camera.icon.qingzailiu": "i18n.please.click.on.the.camera.icon.qingzailiu",
|
|
1369
|
+
"@i18n.the.current.meeting.only.supports.v.dangqianhu": "i18n.the.current.meeting.only.supports.v.dangqianhu",
|
|
1370
|
+
"@i18n.upgrade.benefits.shengjiqua": "i18n.upgrade.benefits.shengjiqua",
|
|
1371
|
+
"@i18n.the.current.meeting.only.supports.v.dangqianhu.88361": "i18n.the.current.meeting.only.supports.v.dangqianhu.88361",
|
|
1372
|
+
"@i18n.the.current.meeting.only.supports.v.dangqianhu.22555": "i18n.the.current.meeting.only.supports.v.dangqianhu.22555",
|
|
1373
|
+
"@i18n.the.current.a.meeting.only.supports.dangqiana.60863": "i18n.the.current.a.meeting.only.supports.dangqiana.60863",
|
|
1374
|
+
"@i18n.the.current.a.meeting.only.supports.dangqiana.32826": "i18n.the.current.a.meeting.only.supports.dangqiana.32826",
|
|
1375
|
+
"@i18n.the.remaining.duration.of.the.meeting.huiyisheng.32521": "i18n.the.remaining.duration.of.the.meeting.huiyisheng.32521",
|
|
1376
|
+
"@i18n.please.rotate.your.phone.to.landscape.qingxuanzh.8922": "i18n.please.rotate.your.phone.to.landscape.qingxuanzh.8922",
|
|
1377
|
+
"@i18n.you.are.joining.the.free.version.ninzhengza.23743": "i18n.you.are.joining.the.free.version.ninzhengza.23743",
|
|
1378
|
+
"@i18n.the.remaining.duration.of.the.meeting.huiyisheng.55750": "i18n.the.remaining.duration.of.the.meeting.huiyisheng.55750",
|
|
1379
|
+
"@i18n.verification.has.expired.please.complete.sliding.yanzhenggu.5674": "i18n.verification.has.expired.please.complete.sliding.yanzhenggu.5674",
|
|
1380
|
+
"@i18n.please.complete.the.verification.qingwanche.83230": "i18n.please.complete.the.verification.qingwanche.83230",
|
|
1381
|
+
"@i18n.the.maximum.number.of.people.who.huizhongka.13137": "i18n.the.maximum.number.of.people.who.huizhongka.13137",
|
|
1382
|
+
"@i18n.i.got.it.wozhidaoli.54667": "i18n.i.got.it.wozhidaoli.54667"
|
|
1336
1383
|
}
|
package/dist/lang/zh.json
CHANGED
|
@@ -1332,5 +1332,52 @@
|
|
|
1332
1332
|
"@i18n.meeting.session.limit.has.been.reached.yidahuiyic": "已达会议场次上限",
|
|
1333
1333
|
"@i18n.the.maximum.number.of.times.the.yichaoguoz": "已超过组织者所在企业可同时开启会议的次数上限,无法加入会议。",
|
|
1334
1334
|
"facedb.face.has.no.similar.face": "无相似人脸",
|
|
1335
|
-
"@i18n.page.management.yemianguan": "页面管理"
|
|
1335
|
+
"@i18n.page.management.yemianguan": "页面管理",
|
|
1336
|
+
"biz.call.queue.count.exceed": "呼叫队列数量超过限制",
|
|
1337
|
+
"biz.call.queue.phone.extension.already.exist": "呼叫队列分机号已存在",
|
|
1338
|
+
"biz.call.queue.phone.extension.not.match.number.resource": "呼叫队列分机号不合法",
|
|
1339
|
+
"biz.subject.audio.permission.is.disable": "用户语音权限未开启",
|
|
1340
|
+
"biz.call.queue.member.status.can.not.change": "此队列不允许队列成员修改状态",
|
|
1341
|
+
"@i18n.no.network.wuwangluo": "无网络",
|
|
1342
|
+
"@i18n.poor.network.wangluocha": "网络差",
|
|
1343
|
+
"@i18n.network.is.average.wangluoyib": "网络一般",
|
|
1344
|
+
"@i18n.good.network.wangluolia": "网络良好",
|
|
1345
|
+
"@i18n.network.disconnected.reconnecting.wangluodua": "网络断开,正在重连...",
|
|
1346
|
+
"@i18n.poor.network.conditions.wangluozhu": "网络状况差",
|
|
1347
|
+
"@i18n.the.network.condition.is.average.wangluozhu": "网络状况一般",
|
|
1348
|
+
"@i18n.good.network.condition.wangluozhu": "网络状况良好",
|
|
1349
|
+
"@i18n.joining.link.ruhuilianj": "入会链接",
|
|
1350
|
+
"@i18n.download.client.xiazaikehu": "下载客户端",
|
|
1351
|
+
"@i18n.download.meeting.client.xiazaihuiy": "下载会议客户端",
|
|
1352
|
+
"@i18n.enjoy.highdefinition.meetings.xiangshoug": "享受高清会议",
|
|
1353
|
+
"@i18n.rich.functionality.fengfugong": "丰富功能",
|
|
1354
|
+
"@i18n.manually.allow.access.to.microphonecamera.shoudongyu": "手动允许访问麦克风/摄像头",
|
|
1355
|
+
"@i18n.your.current.network.condition.is.not.dangqianni": "当前您的网络状况不佳",
|
|
1356
|
+
"@i18n.unable.to.join.the.meeting.wufajiaruh": "无法加入会议",
|
|
1357
|
+
"@i18n.support.v.videos.zhichiv": "支持{v}视频",
|
|
1358
|
+
"@i18n.send.to.everyone.fasonggeis": "发送给所有人",
|
|
1359
|
+
"@i18n.square.fang": "方",
|
|
1360
|
+
"@i18n.personal.geren": "个人",
|
|
1361
|
+
"@i18n.enterprise.qiye": "企业",
|
|
1362
|
+
"@i18n.free.version.mianfeiban": "免费版",
|
|
1363
|
+
"@i18n.professional.edition.zhuanyeban": "专业版",
|
|
1364
|
+
"@i18n.you.are.joining.the.free.version.ninzhengza": "您正在加入免费版会议。",
|
|
1365
|
+
"@i18n.please.note.that.personnel.such.as.qingzhuyi": "请注意:公检法、国家公务人员、商家、平台客服等人员不会通过免费版会议联系你进行各种涉及钱财、银行账户的操作。请不要轻易共享屏幕,谨防诈骗。",
|
|
1366
|
+
"@i18n.you.are.following.the.v.perspective.ninzhengza": "您正在跟随{v}视角,暂不支持移动或缩放画布",
|
|
1367
|
+
"@i18n.you.are.following.vs.perspective.ninzhengza": "您正在跟随{v}视角",
|
|
1368
|
+
"@i18n.please.click.on.the.camera.icon.qingzailiu": "请在浏览器地址栏右侧(或左侧),点击摄像头图标,允许本网页访问摄像头或麦克风。设置后,可能需要刷新网页才能生效。",
|
|
1369
|
+
"@i18n.the.current.meeting.only.supports.v.dangqianhu": "当前会议仅支持{v}名成员同时开启摄像头,请联系组织者。",
|
|
1370
|
+
"@i18n.upgrade.benefits.shengjiqua": "升级权益",
|
|
1371
|
+
"@i18n.the.current.meeting.only.supports.v.dangqianhu.88361": "当前会议仅支持{v}名成员同时开启摄像头,升级权益可支持更多成员同时开启",
|
|
1372
|
+
"@i18n.the.current.meeting.only.supports.v.dangqianhu.22555": "当前会议仅支持{v}名成员同时开启摄像头,升级权益可支持更多成员同时开启,请联系组织者",
|
|
1373
|
+
"@i18n.the.current.a.meeting.only.supports.dangqiana.60863": "当前{a}会议仅支持{v}名参会者,当前已满员,新成员无法加入",
|
|
1374
|
+
"@i18n.the.current.a.meeting.only.supports.dangqiana.32826": "当前{a}会议仅支持{v}名参会者,当前已满员,新成员无法加入",
|
|
1375
|
+
"@i18n.the.remaining.duration.of.the.meeting.huiyisheng.32521": "会议剩余时长已不足10分钟",
|
|
1376
|
+
"@i18n.please.rotate.your.phone.to.landscape.qingxuanzh.8922": "请旋转手机切换至横屏,观看体验更佳",
|
|
1377
|
+
"@i18n.you.are.joining.the.free.version.ninzhengza.23743": "\t\t\t\t\t'您正在加入免费版会议。请注意:公检法、国家公务人员、商家、平台客服等人员不会通过免费版会议联系你进行各种涉及钱财、银行账户的操作。请不要轻易共享屏幕,谨防诈骗。",
|
|
1378
|
+
"@i18n.the.remaining.duration.of.the.meeting.huiyisheng.55750": "会议剩余时长已不足10分钟,升级权益可支持发起更长时间的会议。",
|
|
1379
|
+
"@i18n.verification.has.expired.please.complete.sliding.yanzhenggu.5674": "验证过期,请重新完成滑动验证!",
|
|
1380
|
+
"@i18n.please.complete.the.verification.qingwanche.83230": "请完成验证!",
|
|
1381
|
+
"@i18n.the.maximum.number.of.people.who.huizhongka.13137": "会中开启摄像头人数已达上限",
|
|
1382
|
+
"@i18n.i.got.it.wozhidaoli.54667": "我知道了"
|
|
1336
1383
|
}
|