@azure/communication-react 1.5.1-alpha-202304210012 → 1.5.1-alpha-202304250012
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/communication-react.d.ts +4 -0
- package/dist/dist-cjs/communication-react/index.js +110 -41
- package/dist/dist-cjs/communication-react/index.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js +2 -0
- package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/CaptionsBanner.js +4 -4
- package/dist/dist-esm/react-components/src/components/CaptionsBanner.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ErrorBar.d.ts +4 -0
- package/dist/dist-esm/react-components/src/components/ErrorBar.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ScreenShareButton.js +10 -2
- package/dist/dist-esm/react-components/src/components/ScreenShareButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/Captions.style.d.ts +4 -0
- package/dist/dist-esm/react-components/src/components/styles/Captions.style.js +7 -0
- package/dist/dist-esm/react-components/src/components/styles/Captions.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +119 -12
- package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +118 -11
- package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +2 -1
- package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +118 -11
- package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +119 -12
- package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +118 -11
- package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +118 -11
- package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +118 -11
- package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +118 -11
- package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +119 -12
- package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +118 -11
- package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +119 -12
- package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +118 -11
- package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +118 -11
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js +3 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallControls.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.d.ts +20 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js +21 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js +35 -5
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js +6 -2
- package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +82 -3
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +82 -3
- package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +82 -3
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +82 -3
- package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +82 -3
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +82 -3
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +82 -3
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +82 -3
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +82 -3
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +82 -3
- package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +82 -3
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +82 -3
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +82 -3
- package/package.json +8 -8
package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"call": {
|
3
3
|
"cameraLabel": "相機",
|
4
|
+
"noCamerasLabel": "找不到相機",
|
4
5
|
"cameraPermissionDenied": "您的瀏覽器禁止存取您的相機",
|
5
6
|
"cameraTurnedOff": "您的相機已關閉",
|
6
7
|
"chatButtonLabel": "聊天",
|
@@ -22,6 +23,11 @@
|
|
22
23
|
"copyInviteLinkActionedAriaLabel": "已複製邀請連結",
|
23
24
|
"defaultPlaceHolder": "選取選項",
|
24
25
|
"dismissSidePaneButtonLabel": "關閉",
|
26
|
+
"effects": "效果",
|
27
|
+
"blurBackgroundEffectButtonLabel": "模糊",
|
28
|
+
"blurBackgroundTooltip": "模糊背景",
|
29
|
+
"removeBackgroundEffectButtonLabel": "無",
|
30
|
+
"removeBackgroundTooltip": "移除背景",
|
25
31
|
"failedToJoinCallDueToNoNetworkMoreDetails": "由於網路問題,通話已中斷連線。檢查您的連線並再次加入。",
|
26
32
|
"failedToJoinCallDueToNoNetworkTitle": "通話已斷線",
|
27
33
|
"failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails": "您未被授予加入通話的權限。如果有誤,請重新加入通話。",
|
@@ -53,6 +59,8 @@
|
|
53
59
|
"roomNotFoundDetails": "提供的會議室識別碼無效。",
|
54
60
|
"roomNotFoundTitle": "找不到會議室",
|
55
61
|
"soundLabel": "音效",
|
62
|
+
"noMicrophonesLabel": "找不到麥克風",
|
63
|
+
"noSpeakersLabel": "找不到喇叭",
|
56
64
|
"startCallButtonLabel": "開始通話",
|
57
65
|
"openDialpadButtonLabel": "撥打電話號碼",
|
58
66
|
"peoplePaneAddPeopleButtonLabel": "新增人員",
|
@@ -67,8 +75,77 @@
|
|
67
75
|
"resumingCallButtonAriaLabel": "繼續通話",
|
68
76
|
"holdScreenLabel": "您的通話已保留",
|
69
77
|
"openDtmfDialpadLabel": "顯示撥號盤",
|
70
|
-
"
|
71
|
-
"outboundCallingNoticeString": "撥號中..."
|
78
|
+
"dtmfDialpadPlaceholderText": "輸入號碼",
|
79
|
+
"outboundCallingNoticeString": "撥號中...",
|
80
|
+
"participantJoinedNoticeString": "{displayName} 已加入",
|
81
|
+
"twoParticipantJoinedNoticeString": "{displayName1} 和 {displayName2} 已加入",
|
82
|
+
"threeParticipantJoinedNoticeString": "{displayName1}、{displayName2} 和 {displayName3} 已加入",
|
83
|
+
"participantLeftNoticeString": "{displayName} 已離開",
|
84
|
+
"twoParticipantLeftNoticeString": "{displayName1} 和 {displayName2} 已離開",
|
85
|
+
"threeParticipantLeftNoticeString": "{displayName1}、{displayName2} 和 {displayName3} 已離開",
|
86
|
+
"unnamedParticipantString": "未命名的參與者",
|
87
|
+
"manyUnnamedParticipantsJoined": "未命名的參與者和 {numOfParticipants} 個其他參與者已加入",
|
88
|
+
"manyUnnamedParticipantsLeft": "未命名的參與者和 {numOfParticipants} 個其他參與者已離開",
|
89
|
+
"manyParticipantsJoined": "{displayName1}、{displayName2}、{displayName3}和其他{numOfParticipants}位參與者已加入",
|
90
|
+
"manyParticipantsLeft": "{displayName1}、{displayName2}、{displayName3}和其他{numOfParticipants}位參與者",
|
91
|
+
"liveCaptionsLabel": "即時字幕",
|
92
|
+
"captionsSettingsLabel": "字幕設定",
|
93
|
+
"startCaptionsButtonOnLabel": "開啟字幕",
|
94
|
+
"startCaptionsButtonOffLabel": "關閉字幕",
|
95
|
+
"startCaptionsButtonTooltipOnContent": "關閉字幕",
|
96
|
+
"startCaptionsButtonTooltipOffContent": "開啟字幕",
|
97
|
+
"captionsSettingsModalTitle": "正在使用何種語言?",
|
98
|
+
"captionsSettingsDropdownLabel": "口語語言",
|
99
|
+
"captionsSettingsDropdownInfoText": "此通話中的每個人在說的語言。",
|
100
|
+
"captionsSettingsConfirmButtonLabel": "確認",
|
101
|
+
"captionsSettingsCancelButtonLabel": "取消",
|
102
|
+
"captionsSettingsModalAriaLabel": "字幕設定模式",
|
103
|
+
"captionsSettingsCloseModalButtonAriaLabel": "關閉字幕設定",
|
104
|
+
"captionsBannerMoreButtonCallingLabel": "其他",
|
105
|
+
"captionsBannerMoreButtonTooltip": "更多選項",
|
106
|
+
"captionsAvailableLanguageStrings": {
|
107
|
+
"ar-ae": "阿拉伯文 - 阿拉伯聯合大公國",
|
108
|
+
"ar-sa": "阿拉伯文 - 沙烏地阿拉伯",
|
109
|
+
"da-dk": "丹麥文",
|
110
|
+
"de-de": "德文 - 德國",
|
111
|
+
"en-au": "英文 - 澳大利亞",
|
112
|
+
"en-ca": "英文 - 加拿大",
|
113
|
+
"en-gb": "英文 - 英國",
|
114
|
+
"en-in": "英文 - 印度",
|
115
|
+
"en-nz": "英文 - 紐西蘭",
|
116
|
+
"en-us": "英文 - 美國",
|
117
|
+
"es-es": "西班牙文 - 西班牙 (現代排序)",
|
118
|
+
"es-mx": "西班牙文 - 墨西哥",
|
119
|
+
"fi-fi": "芬蘭文",
|
120
|
+
"fr-ca": "法文 - 加拿大",
|
121
|
+
"fr-fr": "法文 - 法國",
|
122
|
+
"hi-in": "印地文",
|
123
|
+
"it-it": "義大利文 - 義大利",
|
124
|
+
"ja-jp": "日文",
|
125
|
+
"ko-kr": "韓文",
|
126
|
+
"nb-no": "挪威文 (巴克摩)",
|
127
|
+
"nl-be": "荷蘭文 - 比利時",
|
128
|
+
"nl-nl": "荷蘭文 - 荷蘭",
|
129
|
+
"pl-pl": "波蘭文",
|
130
|
+
"pt-br": "葡萄牙文 - 巴西",
|
131
|
+
"ru-ru": "俄文",
|
132
|
+
"sv-se": "瑞典文",
|
133
|
+
"zh-cn": "中文 - 中華人民共和國",
|
134
|
+
"zh-hk": "中文 - 香港特別行政區",
|
135
|
+
"cs-cz": "捷克文",
|
136
|
+
"pt-pt": "葡萄牙文 - 葡萄牙",
|
137
|
+
"tr-tr": "土耳其文",
|
138
|
+
"vi-vn": "越南文",
|
139
|
+
"th-th": "泰文",
|
140
|
+
"he-il": "希伯來文",
|
141
|
+
"cy-gb": "威爾斯文",
|
142
|
+
"uk-ua": "烏克蘭文",
|
143
|
+
"el-gr": "希臘文",
|
144
|
+
"hu-hu": "匈牙利文",
|
145
|
+
"ro-ro": "羅馬尼亞文",
|
146
|
+
"sk-sk": "斯洛伐克文",
|
147
|
+
"zh-tw": "中文 - 台灣"
|
148
|
+
}
|
72
149
|
},
|
73
150
|
"chat": {
|
74
151
|
"chatListHeader": "在此聊天中",
|
@@ -89,6 +166,8 @@
|
|
89
166
|
"moreDrawerButtonTooltip": "更多選項",
|
90
167
|
"moreDrawerMicrophoneMenuTitle": "麥克風",
|
91
168
|
"moreDrawerSpeakerMenuTitle": "揚聲器",
|
169
|
+
"moreDrawerCaptionsMenuTitle": "即時字幕",
|
170
|
+
"moreDrawerSpokenLanguageMenuTitle": "口語語言",
|
92
171
|
"peopleButtonLabel": "人員",
|
93
172
|
"peopleButtonTooltipOpen": "顯示參與者",
|
94
173
|
"peopleButtonTooltipClose": "隱藏參與者",
|
@@ -105,6 +184,6 @@
|
|
105
184
|
"dialpadModalAriaLabel": "撥號鍵台",
|
106
185
|
"dialpadCloseModalButtonAriaLabel": "關閉撥號鍵台",
|
107
186
|
"openDtmfDialpadLabel": "顯示撥號盤",
|
108
|
-
"
|
187
|
+
"dtmfDialpadPlaceholderText": "輸入號碼"
|
109
188
|
}
|
110
189
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@azure/communication-react",
|
3
|
-
"version": "1.5.1-alpha-
|
3
|
+
"version": "1.5.1-alpha-202304250012",
|
4
4
|
"sideEffects": false,
|
5
5
|
"description": "React library for building modern communication user experiences utilizing Azure Communication Services",
|
6
6
|
"keywords": [
|
@@ -89,13 +89,13 @@
|
|
89
89
|
"@azure/core-auth": "1.3.2",
|
90
90
|
"@babel/cli": "~7.16.0",
|
91
91
|
"@babel/core": "~7.16.0",
|
92
|
-
"@internal/calling-component-bindings": "1.5.1-alpha-
|
93
|
-
"@internal/calling-stateful-client": "1.5.1-alpha-
|
94
|
-
"@internal/chat-component-bindings": "1.5.1-alpha-
|
95
|
-
"@internal/chat-stateful-client": "1.5.1-alpha-
|
96
|
-
"@internal/fake-backends": "1.5.1-alpha-
|
97
|
-
"@internal/react-components": "1.5.1-alpha-
|
98
|
-
"@internal/react-composites": "1.5.1-alpha-
|
92
|
+
"@internal/calling-component-bindings": "1.5.1-alpha-202304250012",
|
93
|
+
"@internal/calling-stateful-client": "1.5.1-alpha-202304250012",
|
94
|
+
"@internal/chat-component-bindings": "1.5.1-alpha-202304250012",
|
95
|
+
"@internal/chat-stateful-client": "1.5.1-alpha-202304250012",
|
96
|
+
"@internal/fake-backends": "1.5.1-alpha-202304250012",
|
97
|
+
"@internal/react-components": "1.5.1-alpha-202304250012",
|
98
|
+
"@internal/react-composites": "1.5.1-alpha-202304250012",
|
99
99
|
"@microsoft/api-documenter": "~7.12.11",
|
100
100
|
"@microsoft/api-extractor": "~7.18.0",
|
101
101
|
"@rollup/plugin-json": "~4.1.0",
|