@azure/communication-react 1.2.3-alpha-202206280015.0 → 1.3.1-beta.1
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/CHANGELOG.json +1260 -0
- package/CHANGELOG.md +110 -1
- package/dist/communication-react.d.ts +30 -1
- package/dist/dist-cjs/communication-react/index.js +76 -32
- 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/react-components/src/components/ErrorBar.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/ErrorBar.js +16 -1
- package/dist/dist-esm/react-components/src/components/ErrorBar.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js +7 -2
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +45 -7
- package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +45 -7
- package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +46 -8
- package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +45 -7
- package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +45 -7
- package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +45 -7
- package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +45 -7
- package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +45 -7
- package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +45 -7
- package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +45 -7
- package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +45 -7
- package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +45 -7
- package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +45 -7
- package/dist/dist-esm/react-components/src/theming/icons.d.ts +1 -0
- package/dist/dist-esm/react-components/src/theming/icons.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/theming/icons.js +3 -2
- package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +6 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +10 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts +21 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +5 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +12 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts +6 -2
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js +2 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +3 -0
- package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +12 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +12 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +12 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +12 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +12 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +12 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +12 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +12 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +12 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +12 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +12 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +12 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +12 -6
- package/package.json +10 -10
package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json
CHANGED
@@ -40,15 +40,18 @@
|
|
40
40
|
"microphoneToggleInLobbyNotAllowed": "No se puede silenciar ni reactivar el audio mientras se está en la sala de espera."
|
41
41
|
},
|
42
42
|
"chat": {
|
43
|
-
"chatListHeader": "En este chat"
|
43
|
+
"chatListHeader": "En este chat",
|
44
|
+
"uploadFile": "Subir archivo"
|
44
45
|
},
|
45
46
|
"callWithChat": {
|
46
47
|
"peopleButtonLabel": "Contactos",
|
47
|
-
"
|
48
|
-
"
|
48
|
+
"peopleButtonTooltipOpen": "Mostrar participantes",
|
49
|
+
"peopleButtonTooltipClose": "Ocultar participantes",
|
49
50
|
"chatButtonLabel": "Chat",
|
50
|
-
"
|
51
|
-
"
|
51
|
+
"chatButtonTooltipClosedWithMessageCount": "Mostrar chat ({unreadMessagesCount} no leídos)",
|
52
|
+
"chatButtonTooltipOpen": "Mostrar chat",
|
53
|
+
"chatButtonTooltipClose": "Ocultar chat",
|
54
|
+
"moreDrawerAudioDeviceMenuTitle": "Dispositivo de audio",
|
52
55
|
"moreDrawerMicrophoneMenuTitle": "Micrófono",
|
53
56
|
"moreDrawerSpeakerMenuTitle": "Altavoz",
|
54
57
|
"moreDrawerButtonLabel": "Más opciones",
|
@@ -59,6 +62,9 @@
|
|
59
62
|
"chatButtonNewMessageNotificationLabel": "Nuevo mensaje",
|
60
63
|
"pictureInPictureTileAriaLabel": "Fuentes de vídeo. Hacer clic para volver a la pantalla de la llamada.",
|
61
64
|
"removeMenuLabel": "Quitar",
|
62
|
-
"copyInviteLinkButtonLabel": "Copiar vínculo de invitación"
|
65
|
+
"copyInviteLinkButtonLabel": "Copiar vínculo de invitación",
|
66
|
+
"dismissSidePaneButtonLabel": "Cerrar",
|
67
|
+
"returnToCallButtonAriaDescription": "Volver a llamada",
|
68
|
+
"returnToCallButtonAriaLabel": "Volver"
|
63
69
|
}
|
64
70
|
}
|
package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json
CHANGED
@@ -40,15 +40,18 @@
|
|
40
40
|
"microphoneToggleInLobbyNotAllowed": "Impossible de désactiver ou d’activer le son dans la salle d’attente."
|
41
41
|
},
|
42
42
|
"chat": {
|
43
|
-
"chatListHeader": "Dans cette conversation"
|
43
|
+
"chatListHeader": "Dans cette conversation",
|
44
|
+
"uploadFile": "Charger un fichier"
|
44
45
|
},
|
45
46
|
"callWithChat": {
|
46
47
|
"peopleButtonLabel": "Personnes",
|
47
|
-
"
|
48
|
-
"
|
48
|
+
"peopleButtonTooltipOpen": "Afficher les participants",
|
49
|
+
"peopleButtonTooltipClose": "Masquer les participants",
|
49
50
|
"chatButtonLabel": "Clavardage",
|
50
|
-
"
|
51
|
-
"
|
51
|
+
"chatButtonTooltipClosedWithMessageCount": "Afficher la conversation ({unreadMessagesCount} non lu)",
|
52
|
+
"chatButtonTooltipOpen": "Afficher la conversation",
|
53
|
+
"chatButtonTooltipClose": "Masquer la conversation",
|
54
|
+
"moreDrawerAudioDeviceMenuTitle": "Périphérique audio",
|
52
55
|
"moreDrawerMicrophoneMenuTitle": "Microphone",
|
53
56
|
"moreDrawerSpeakerMenuTitle": "Haut-parleur",
|
54
57
|
"moreDrawerButtonLabel": "Autres options",
|
@@ -59,6 +62,9 @@
|
|
59
62
|
"chatButtonNewMessageNotificationLabel": "Nouveau message",
|
60
63
|
"pictureInPictureTileAriaLabel": "Flux vidéo. Cliquez pour revenir à l’écran d’appel.",
|
61
64
|
"removeMenuLabel": "Supprimer",
|
62
|
-
"copyInviteLinkButtonLabel": "Copier le lien d'invitation"
|
65
|
+
"copyInviteLinkButtonLabel": "Copier le lien d'invitation",
|
66
|
+
"dismissSidePaneButtonLabel": "Fermer",
|
67
|
+
"returnToCallButtonAriaDescription": "Revenir à l’appel",
|
68
|
+
"returnToCallButtonAriaLabel": "Précédent"
|
63
69
|
}
|
64
70
|
}
|
package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json
CHANGED
@@ -40,15 +40,18 @@
|
|
40
40
|
"microphoneToggleInLobbyNotAllowed": "Impossibile attivare o disattivare l'audio nella sala di attesa."
|
41
41
|
},
|
42
42
|
"chat": {
|
43
|
-
"chatListHeader": "In questa chat"
|
43
|
+
"chatListHeader": "In questa chat",
|
44
|
+
"uploadFile": "Carica file"
|
44
45
|
},
|
45
46
|
"callWithChat": {
|
46
47
|
"peopleButtonLabel": "Persone",
|
47
|
-
"
|
48
|
-
"
|
48
|
+
"peopleButtonTooltipOpen": "Mostra partecipanti",
|
49
|
+
"peopleButtonTooltipClose": "Nascondi partecipanti",
|
49
50
|
"chatButtonLabel": "Chat",
|
50
|
-
"
|
51
|
-
"
|
51
|
+
"chatButtonTooltipClosedWithMessageCount": "Mostra chat ({unreadMessagesCount} non letto)",
|
52
|
+
"chatButtonTooltipOpen": "Mostra chat",
|
53
|
+
"chatButtonTooltipClose": "Nascondi chat",
|
54
|
+
"moreDrawerAudioDeviceMenuTitle": "Dispositivo audio",
|
52
55
|
"moreDrawerMicrophoneMenuTitle": "Microfono",
|
53
56
|
"moreDrawerSpeakerMenuTitle": "Altoparlante",
|
54
57
|
"moreDrawerButtonLabel": "Altre opzioni",
|
@@ -59,6 +62,9 @@
|
|
59
62
|
"chatButtonNewMessageNotificationLabel": "Nuovo messaggio",
|
60
63
|
"pictureInPictureTileAriaLabel": "Feed video. Fare clic per tornare alla schermata della chiamata.",
|
61
64
|
"removeMenuLabel": "Rimuovi",
|
62
|
-
"copyInviteLinkButtonLabel": "Copia il collegamento dell’invito"
|
65
|
+
"copyInviteLinkButtonLabel": "Copia il collegamento dell’invito",
|
66
|
+
"dismissSidePaneButtonLabel": "Chiudi",
|
67
|
+
"returnToCallButtonAriaDescription": "Torna alla chiamata",
|
68
|
+
"returnToCallButtonAriaLabel": "Indietro"
|
63
69
|
}
|
64
70
|
}
|
package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json
CHANGED
@@ -40,15 +40,18 @@
|
|
40
40
|
"microphoneToggleInLobbyNotAllowed": "ロビーにいる間はミュートまたはミュート解除できません。"
|
41
41
|
},
|
42
42
|
"chat": {
|
43
|
-
"chatListHeader": "このチャット内"
|
43
|
+
"chatListHeader": "このチャット内",
|
44
|
+
"uploadFile": "ファイルのアップロード"
|
44
45
|
},
|
45
46
|
"callWithChat": {
|
46
47
|
"peopleButtonLabel": "ユーザー",
|
47
|
-
"
|
48
|
-
"
|
48
|
+
"peopleButtonTooltipOpen": "参加者を表示",
|
49
|
+
"peopleButtonTooltipClose": "参加者を非表示",
|
49
50
|
"chatButtonLabel": "チャット",
|
50
|
-
"
|
51
|
-
"
|
51
|
+
"chatButtonTooltipClosedWithMessageCount": "チャットを表示する ({unreadMessagesCount} 件の未読)",
|
52
|
+
"chatButtonTooltipOpen": "チャットを表示",
|
53
|
+
"chatButtonTooltipClose": "チャットを非表示",
|
54
|
+
"moreDrawerAudioDeviceMenuTitle": "オーディオ デバイス",
|
52
55
|
"moreDrawerMicrophoneMenuTitle": "マイク",
|
53
56
|
"moreDrawerSpeakerMenuTitle": "スピーカー",
|
54
57
|
"moreDrawerButtonLabel": "その他のオプション",
|
@@ -59,6 +62,9 @@
|
|
59
62
|
"chatButtonNewMessageNotificationLabel": "新規メッセージ",
|
60
63
|
"pictureInPictureTileAriaLabel": "ビデオ フィード。 クリックすると通話画面に戻ります。",
|
61
64
|
"removeMenuLabel": "削除",
|
62
|
-
"copyInviteLinkButtonLabel": "招待用のリンクをコピー"
|
65
|
+
"copyInviteLinkButtonLabel": "招待用のリンクをコピー",
|
66
|
+
"dismissSidePaneButtonLabel": "閉じる",
|
67
|
+
"returnToCallButtonAriaDescription": "通話に戻る",
|
68
|
+
"returnToCallButtonAriaLabel": "戻る"
|
63
69
|
}
|
64
70
|
}
|
package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json
CHANGED
@@ -40,15 +40,18 @@
|
|
40
40
|
"microphoneToggleInLobbyNotAllowed": "대기실에 있는 동안에는 음소거하거나 음소거를 해제할 수 없습니다."
|
41
41
|
},
|
42
42
|
"chat": {
|
43
|
-
"chatListHeader": "채팅 참가자"
|
43
|
+
"chatListHeader": "채팅 참가자",
|
44
|
+
"uploadFile": "파일 업로드"
|
44
45
|
},
|
45
46
|
"callWithChat": {
|
46
47
|
"peopleButtonLabel": "사용자",
|
47
|
-
"
|
48
|
-
"
|
48
|
+
"peopleButtonTooltipOpen": "참가자 표시",
|
49
|
+
"peopleButtonTooltipClose": "참가자 숨기기",
|
49
50
|
"chatButtonLabel": "채팅",
|
50
|
-
"
|
51
|
-
"
|
51
|
+
"chatButtonTooltipClosedWithMessageCount": "채팅 표시({unreadMessagesCount} 읽지 않음)",
|
52
|
+
"chatButtonTooltipOpen": "채팅 표시",
|
53
|
+
"chatButtonTooltipClose": "채팅 숨기기",
|
54
|
+
"moreDrawerAudioDeviceMenuTitle": "오디오 장치",
|
52
55
|
"moreDrawerMicrophoneMenuTitle": "마이크",
|
53
56
|
"moreDrawerSpeakerMenuTitle": "발화자",
|
54
57
|
"moreDrawerButtonLabel": "기타 옵션",
|
@@ -59,6 +62,9 @@
|
|
59
62
|
"chatButtonNewMessageNotificationLabel": "새 메시지",
|
60
63
|
"pictureInPictureTileAriaLabel": "비디오 피드입니다. 클릭하면 통화 화면으로 돌아갑니다.",
|
61
64
|
"removeMenuLabel": "제거",
|
62
|
-
"copyInviteLinkButtonLabel": "초대 링크 복사"
|
65
|
+
"copyInviteLinkButtonLabel": "초대 링크 복사",
|
66
|
+
"dismissSidePaneButtonLabel": "닫기",
|
67
|
+
"returnToCallButtonAriaDescription": "통화로 돌아가기",
|
68
|
+
"returnToCallButtonAriaLabel": "뒤로"
|
63
69
|
}
|
64
70
|
}
|
package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json
CHANGED
@@ -40,15 +40,18 @@
|
|
40
40
|
"microphoneToggleInLobbyNotAllowed": "Kan niet dempen of dempen opheffen in de lobby."
|
41
41
|
},
|
42
42
|
"chat": {
|
43
|
-
"chatListHeader": "In deze chat"
|
43
|
+
"chatListHeader": "In deze chat",
|
44
|
+
"uploadFile": "Bestand uploaden"
|
44
45
|
},
|
45
46
|
"callWithChat": {
|
46
47
|
"peopleButtonLabel": "Personen",
|
47
|
-
"
|
48
|
-
"
|
48
|
+
"peopleButtonTooltipOpen": "Deelnemers weergeven",
|
49
|
+
"peopleButtonTooltipClose": "Deelnemers verbergen",
|
49
50
|
"chatButtonLabel": "Chatten",
|
50
|
-
"
|
51
|
-
"
|
51
|
+
"chatButtonTooltipClosedWithMessageCount": "Chat weergeven ({unreadMessagesCount} ongelezen)",
|
52
|
+
"chatButtonTooltipOpen": "Chat weergeven",
|
53
|
+
"chatButtonTooltipClose": "Chat verbergen",
|
54
|
+
"moreDrawerAudioDeviceMenuTitle": "Audioapparaat",
|
52
55
|
"moreDrawerMicrophoneMenuTitle": "Microfoon",
|
53
56
|
"moreDrawerSpeakerMenuTitle": "Luidspreker",
|
54
57
|
"moreDrawerButtonLabel": "Meer opties",
|
@@ -59,6 +62,9 @@
|
|
59
62
|
"chatButtonNewMessageNotificationLabel": "Nieuw bericht",
|
60
63
|
"pictureInPictureTileAriaLabel": "Videofeeds. Klik om terug te keren naar het oproepscherm.",
|
61
64
|
"removeMenuLabel": "Verwijderen",
|
62
|
-
"copyInviteLinkButtonLabel": "Uitnodigingskoppeling kopiëren"
|
65
|
+
"copyInviteLinkButtonLabel": "Uitnodigingskoppeling kopiëren",
|
66
|
+
"dismissSidePaneButtonLabel": "Sluiten",
|
67
|
+
"returnToCallButtonAriaDescription": "Terug naar gesprek",
|
68
|
+
"returnToCallButtonAriaLabel": "Terug"
|
63
69
|
}
|
64
70
|
}
|
package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json
CHANGED
@@ -40,15 +40,18 @@
|
|
40
40
|
"microphoneToggleInLobbyNotAllowed": "Não é possível ativar ou desativar mudo enquanto estiver no lobby."
|
41
41
|
},
|
42
42
|
"chat": {
|
43
|
-
"chatListHeader": "Neste chat"
|
43
|
+
"chatListHeader": "Neste chat",
|
44
|
+
"uploadFile": "Carregar Arquivo"
|
44
45
|
},
|
45
46
|
"callWithChat": {
|
46
47
|
"peopleButtonLabel": "Pessoas",
|
47
|
-
"
|
48
|
-
"
|
48
|
+
"peopleButtonTooltipOpen": "Mostrar Participantes",
|
49
|
+
"peopleButtonTooltipClose": "Ocultar participantes",
|
49
50
|
"chatButtonLabel": "Chat",
|
50
|
-
"
|
51
|
-
"
|
51
|
+
"chatButtonTooltipClosedWithMessageCount": "Mostrar chat ({unreadMessagesCount} não lido)",
|
52
|
+
"chatButtonTooltipOpen": "Mostrar chat",
|
53
|
+
"chatButtonTooltipClose": "Ocultar chat",
|
54
|
+
"moreDrawerAudioDeviceMenuTitle": "Dispositivo de Áudio",
|
52
55
|
"moreDrawerMicrophoneMenuTitle": "Microfone",
|
53
56
|
"moreDrawerSpeakerMenuTitle": "Alto-falante",
|
54
57
|
"moreDrawerButtonLabel": "Mais opções",
|
@@ -59,6 +62,9 @@
|
|
59
62
|
"chatButtonNewMessageNotificationLabel": "Nova mensagem",
|
60
63
|
"pictureInPictureTileAriaLabel": "Feeds de vídeo. Clique para retornar à tela de chamada.",
|
61
64
|
"removeMenuLabel": "Remover",
|
62
|
-
"copyInviteLinkButtonLabel": "Copiar o link de convite"
|
65
|
+
"copyInviteLinkButtonLabel": "Copiar o link de convite",
|
66
|
+
"dismissSidePaneButtonLabel": "Fechar",
|
67
|
+
"returnToCallButtonAriaDescription": "Retornar à Chamada",
|
68
|
+
"returnToCallButtonAriaLabel": "Voltar"
|
63
69
|
}
|
64
70
|
}
|
package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json
CHANGED
@@ -40,15 +40,18 @@
|
|
40
40
|
"microphoneToggleInLobbyNotAllowed": "Невозможно отключить или включить звук, находясь в \"зале ожидания\"."
|
41
41
|
},
|
42
42
|
"chat": {
|
43
|
-
"chatListHeader": "В этом чате"
|
43
|
+
"chatListHeader": "В этом чате",
|
44
|
+
"uploadFile": "Отправить файл"
|
44
45
|
},
|
45
46
|
"callWithChat": {
|
46
47
|
"peopleButtonLabel": "Люди",
|
47
|
-
"
|
48
|
-
"
|
48
|
+
"peopleButtonTooltipOpen": "Показать участников",
|
49
|
+
"peopleButtonTooltipClose": "Скрыть участников",
|
49
50
|
"chatButtonLabel": "Чат",
|
50
|
-
"
|
51
|
-
"
|
51
|
+
"chatButtonTooltipClosedWithMessageCount": "Показать чат (непрочитано: {unreadMessagesCount})",
|
52
|
+
"chatButtonTooltipOpen": "Показать чат",
|
53
|
+
"chatButtonTooltipClose": "Скрыть чат",
|
54
|
+
"moreDrawerAudioDeviceMenuTitle": "Звуковое устройство",
|
52
55
|
"moreDrawerMicrophoneMenuTitle": "Микрофон",
|
53
56
|
"moreDrawerSpeakerMenuTitle": "Динамик",
|
54
57
|
"moreDrawerButtonLabel": "Дополнительные параметры",
|
@@ -59,6 +62,9 @@
|
|
59
62
|
"chatButtonNewMessageNotificationLabel": "Новое сообщение",
|
60
63
|
"pictureInPictureTileAriaLabel": "Ленты видео. Щелкните, чтобы вернуться на экран вызова.",
|
61
64
|
"removeMenuLabel": "Удалить",
|
62
|
-
"copyInviteLinkButtonLabel": "Копировать ссылку с приглашением"
|
65
|
+
"copyInviteLinkButtonLabel": "Копировать ссылку с приглашением",
|
66
|
+
"dismissSidePaneButtonLabel": "Закрыть",
|
67
|
+
"returnToCallButtonAriaDescription": "Вернуться к звонку",
|
68
|
+
"returnToCallButtonAriaLabel": "Назад"
|
63
69
|
}
|
64
70
|
}
|
package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json
CHANGED
@@ -40,15 +40,18 @@
|
|
40
40
|
"microphoneToggleInLobbyNotAllowed": "Lobideyken sesi kapatılamaz veya açılamaz."
|
41
41
|
},
|
42
42
|
"chat": {
|
43
|
-
"chatListHeader": "Bu sohbette"
|
43
|
+
"chatListHeader": "Bu sohbette",
|
44
|
+
"uploadFile": "Dosyayı Karşıya Yükle"
|
44
45
|
},
|
45
46
|
"callWithChat": {
|
46
47
|
"peopleButtonLabel": "Kişiler",
|
47
|
-
"
|
48
|
-
"
|
48
|
+
"peopleButtonTooltipOpen": "Katılımcıları göster",
|
49
|
+
"peopleButtonTooltipClose": "Katılımcıları gizle",
|
49
50
|
"chatButtonLabel": "Sohbet",
|
50
|
-
"
|
51
|
-
"
|
51
|
+
"chatButtonTooltipClosedWithMessageCount": "Sohbeti göster ({unreadMessagesCount} okunmamış)",
|
52
|
+
"chatButtonTooltipOpen": "Sohbeti göster",
|
53
|
+
"chatButtonTooltipClose": "Sohbeti gizle",
|
54
|
+
"moreDrawerAudioDeviceMenuTitle": "Ses Cihazı",
|
52
55
|
"moreDrawerMicrophoneMenuTitle": "Mikrofon",
|
53
56
|
"moreDrawerSpeakerMenuTitle": "Hoparlör",
|
54
57
|
"moreDrawerButtonLabel": "Diğer seçenekler",
|
@@ -59,6 +62,9 @@
|
|
59
62
|
"chatButtonNewMessageNotificationLabel": "Yeni İleti",
|
60
63
|
"pictureInPictureTileAriaLabel": "Video Akışları. Çağrı ekranına dönmek için tıklayın.",
|
61
64
|
"removeMenuLabel": "Kaldır",
|
62
|
-
"copyInviteLinkButtonLabel": "Davet bağlantısını kopyala"
|
65
|
+
"copyInviteLinkButtonLabel": "Davet bağlantısını kopyala",
|
66
|
+
"dismissSidePaneButtonLabel": "Kapat",
|
67
|
+
"returnToCallButtonAriaDescription": "Aramaya Dön",
|
68
|
+
"returnToCallButtonAriaLabel": "Geri"
|
63
69
|
}
|
64
70
|
}
|
package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json
CHANGED
@@ -40,15 +40,18 @@
|
|
40
40
|
"microphoneToggleInLobbyNotAllowed": "在大厅中时无法静音或取消静音。"
|
41
41
|
},
|
42
42
|
"chat": {
|
43
|
-
"chatListHeader": "在此聊天中"
|
43
|
+
"chatListHeader": "在此聊天中",
|
44
|
+
"uploadFile": "上传文件"
|
44
45
|
},
|
45
46
|
"callWithChat": {
|
46
47
|
"peopleButtonLabel": "人员",
|
47
|
-
"
|
48
|
-
"
|
48
|
+
"peopleButtonTooltipOpen": "显示参与者",
|
49
|
+
"peopleButtonTooltipClose": "隐藏参与者",
|
49
50
|
"chatButtonLabel": "聊天",
|
50
|
-
"
|
51
|
-
"
|
51
|
+
"chatButtonTooltipClosedWithMessageCount": "显示聊天({unreadMessagesCount} 条未读)",
|
52
|
+
"chatButtonTooltipOpen": "显示聊天",
|
53
|
+
"chatButtonTooltipClose": "隐藏聊天",
|
54
|
+
"moreDrawerAudioDeviceMenuTitle": "音频设备",
|
52
55
|
"moreDrawerMicrophoneMenuTitle": "麦克风",
|
53
56
|
"moreDrawerSpeakerMenuTitle": "扬声器",
|
54
57
|
"moreDrawerButtonLabel": "更多选项",
|
@@ -59,6 +62,9 @@
|
|
59
62
|
"chatButtonNewMessageNotificationLabel": "新建消息",
|
60
63
|
"pictureInPictureTileAriaLabel": "视频源。单击以返回到通话屏幕。",
|
61
64
|
"removeMenuLabel": "删除",
|
62
|
-
"copyInviteLinkButtonLabel": "复制邀请链接"
|
65
|
+
"copyInviteLinkButtonLabel": "复制邀请链接",
|
66
|
+
"dismissSidePaneButtonLabel": "关闭",
|
67
|
+
"returnToCallButtonAriaDescription": "返回通话",
|
68
|
+
"returnToCallButtonAriaLabel": "返回"
|
63
69
|
}
|
64
70
|
}
|
package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json
CHANGED
@@ -40,15 +40,18 @@
|
|
40
40
|
"microphoneToggleInLobbyNotAllowed": "無法在大廳中靜音或取消靜音。"
|
41
41
|
},
|
42
42
|
"chat": {
|
43
|
-
"chatListHeader": "在此聊天中"
|
43
|
+
"chatListHeader": "在此聊天中",
|
44
|
+
"uploadFile": "上傳檔案"
|
44
45
|
},
|
45
46
|
"callWithChat": {
|
46
47
|
"peopleButtonLabel": "人員",
|
47
|
-
"
|
48
|
-
"
|
48
|
+
"peopleButtonTooltipOpen": "顯示參與者",
|
49
|
+
"peopleButtonTooltipClose": "隱藏參與者",
|
49
50
|
"chatButtonLabel": "聊天",
|
50
|
-
"
|
51
|
-
"
|
51
|
+
"chatButtonTooltipClosedWithMessageCount": "顯示聊天 ({unreadMessagesCount} 個未讀取)",
|
52
|
+
"chatButtonTooltipOpen": "顯示聊天",
|
53
|
+
"chatButtonTooltipClose": "隱藏聊天",
|
54
|
+
"moreDrawerAudioDeviceMenuTitle": "音訊裝置",
|
52
55
|
"moreDrawerMicrophoneMenuTitle": "麥克風",
|
53
56
|
"moreDrawerSpeakerMenuTitle": "揚聲器",
|
54
57
|
"moreDrawerButtonLabel": "更多選項",
|
@@ -59,6 +62,9 @@
|
|
59
62
|
"chatButtonNewMessageNotificationLabel": "新訊息",
|
60
63
|
"pictureInPictureTileAriaLabel": "影片摘要。按一下以返回通話畫面。",
|
61
64
|
"removeMenuLabel": "移除",
|
62
|
-
"copyInviteLinkButtonLabel": "複製邀請連結"
|
65
|
+
"copyInviteLinkButtonLabel": "複製邀請連結",
|
66
|
+
"dismissSidePaneButtonLabel": "關閉",
|
67
|
+
"returnToCallButtonAriaDescription": "返回通話",
|
68
|
+
"returnToCallButtonAriaLabel": "返回"
|
63
69
|
}
|
64
70
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@azure/communication-react",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.3.1-beta.1",
|
4
4
|
"sideEffects": false,
|
5
5
|
"description": "React library for building modern communication user experiences utilizing Azure Communication Services",
|
6
6
|
"keywords": [
|
@@ -45,7 +45,7 @@
|
|
45
45
|
"uuid": "^8.1.0"
|
46
46
|
},
|
47
47
|
"peerDependencies": {
|
48
|
-
"@azure/communication-calling": "1.5.4-beta.1
|
48
|
+
"@azure/communication-calling": "1.5.4-beta.1",
|
49
49
|
"@azure/communication-chat": "1.2.0",
|
50
50
|
"@types/react": ">=16.8.0 <18.0.0",
|
51
51
|
"@types/react-dom": ">=16.8.0 <18.0.0",
|
@@ -80,17 +80,17 @@
|
|
80
80
|
"_by-flavor": "rushx _current-flavor && env-cmd -f ../../common/config/env/.env --use-shell"
|
81
81
|
},
|
82
82
|
"devDependencies": {
|
83
|
-
"@azure/communication-calling": "1.5.4-beta.1
|
83
|
+
"@azure/communication-calling": "1.5.4-beta.1",
|
84
84
|
"@azure/communication-chat": "1.2.0",
|
85
85
|
"@azure/core-auth": "1.3.2",
|
86
86
|
"@babel/cli": "~7.16.0",
|
87
87
|
"@babel/core": "~7.16.0",
|
88
|
-
"@internal/calling-component-bindings": "1.
|
89
|
-
"@internal/calling-stateful-client": "1.
|
90
|
-
"@internal/chat-component-bindings": "1.
|
91
|
-
"@internal/chat-stateful-client": "1.
|
92
|
-
"@internal/react-components": "1.
|
93
|
-
"@internal/react-composites": "1.
|
88
|
+
"@internal/calling-component-bindings": "1.3.1-beta.1",
|
89
|
+
"@internal/calling-stateful-client": "1.3.1-beta.1",
|
90
|
+
"@internal/chat-component-bindings": "1.3.1-beta.1",
|
91
|
+
"@internal/chat-stateful-client": "1.3.1-beta.1",
|
92
|
+
"@internal/react-components": "1.3.1-beta.1",
|
93
|
+
"@internal/react-composites": "1.3.1-beta.1",
|
94
94
|
"@microsoft/api-documenter": "~7.12.11",
|
95
95
|
"@microsoft/api-extractor": "~7.18.0",
|
96
96
|
"@rollup/plugin-json": "~4.1.0",
|
@@ -149,4 +149,4 @@
|
|
149
149
|
"beachball": {
|
150
150
|
"shouldPublish": false
|
151
151
|
}
|
152
|
-
}
|
152
|
+
}
|