@azure/communication-react 1.3.2-alpha-202210051728 → 1.3.2-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 +1626 -0
- package/CHANGELOG.md +107 -1
- package/dist/communication-react.d.ts +0 -241
- package/dist/dist-cjs/communication-react/index.js +239 -562
- 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/communication-react/src/index.d.ts +0 -6
- package/dist/dist-esm/communication-react/src/index.js +0 -6
- package/dist/dist-esm/communication-react/src/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js +3 -2
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/index.d.ts +0 -4
- package/dist/dist-esm/react-components/src/components/index.js +0 -4
- package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +0 -6
- package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +36 -8
- package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +44 -16
- package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +35 -7
- package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +40 -12
- package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +41 -13
- package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +44 -16
- package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +37 -9
- package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +35 -7
- package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +44 -16
- package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +38 -10
- package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +44 -16
- package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +38 -10
- package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +37 -9
- package/dist/dist-esm/react-components/src/theming/icons.d.ts +0 -4
- package/dist/dist-esm/react-components/src/theming/icons.js +1 -62
- package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.d.ts +0 -58
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js +2 -26
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +8 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +8 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationpageCameraDropdown.js +0 -37
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationpageCameraDropdown.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationpageMicDropdown.js +0 -40
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationpageMicDropdown.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js +0 -16
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js +12 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/index.d.ts +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.d.ts +0 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js +8 -14
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.d.ts +0 -37
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js +11 -10
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +0 -4
- package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +54 -14
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +54 -14
- package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +54 -14
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +54 -14
- package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +54 -14
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +54 -14
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +54 -14
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +54 -14
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +54 -14
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +54 -14
- package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +54 -14
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +54 -14
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +54 -14
- package/package.json +10 -10
- package/dist/dist-esm/react-components/src/components/DomainPermissions.d.ts +0 -45
- package/dist/dist-esm/react-components/src/components/DomainPermissions.js +0 -42
- package/dist/dist-esm/react-components/src/components/DomainPermissions.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.d.ts +0 -32
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js +0 -33
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/DomainPermissions.styles.d.ts +0 -30
- package/dist/dist-esm/react-components/src/components/styles/DomainPermissions.styles.js +0 -72
- package/dist/dist-esm/react-components/src/components/styles/DomainPermissions.styles.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/UnsupportedBrowser.styles.d.ts +0 -22
- package/dist/dist-esm/react-components/src/components/styles/UnsupportedBrowser.styles.js +0 -53
- package/dist/dist-esm/react-components/src/components/styles/UnsupportedBrowser.styles.js.map +0 -1
package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json
CHANGED
@@ -3,6 +3,7 @@
|
|
3
3
|
"cameraLabel": "Camera",
|
4
4
|
"cameraPermissionDenied": "Your browser is blocking access to your camera",
|
5
5
|
"cameraTurnedOff": "Your camera is turned off",
|
6
|
+
"chatButtonLabel": "Chat",
|
6
7
|
"close": "Close",
|
7
8
|
"complianceBannerNowOnlyRecording": "You are now only recording this meeting.",
|
8
9
|
"complianceBannerNowOnlyTranscription": "You are now only transcribing this meeting.",
|
@@ -17,7 +18,10 @@
|
|
17
18
|
"complianceBannerTranscriptionSaving": "Transcription is being saved.",
|
18
19
|
"complianceBannerTranscriptionStopped": "Transcription has stopped.",
|
19
20
|
"configurationPageTitle": "Start a call",
|
21
|
+
"copyInviteLinkButtonLabel": "Copy invite link",
|
22
|
+
"copyInviteLinkActionedAriaLabel": "Invite link copied",
|
20
23
|
"defaultPlaceHolder": "Select an option",
|
24
|
+
"dismissSidePaneButtonLabel": "Close",
|
21
25
|
"failedToJoinCallDueToNoNetworkMoreDetails": "Call was disconnected due to a network issue. Check your connection and join again.",
|
22
26
|
"failedToJoinCallDueToNoNetworkTitle": "Call disconnected",
|
23
27
|
"failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails": "You were not granted entry in the call. If this was a mistake, re-join the call.",
|
@@ -28,42 +32,78 @@
|
|
28
32
|
"lobbyScreenConnectingToCallTitle": "Joining call",
|
29
33
|
"lobbyScreenWaitingToBeAdmittedTitle": "Waiting to be admitted",
|
30
34
|
"microphonePermissionDenied": "Your browser is blocking access to your microphone",
|
35
|
+
"microphoneToggleInLobbyNotAllowed": "Cannot mute or unmute while in lobby.",
|
31
36
|
"mutedMessage": "You're muted",
|
32
37
|
"networkReconnectMoreDetails": "Looks like something went wrong. We're trying to get back into the call.",
|
33
38
|
"networkReconnectTitle": "Hold on",
|
39
|
+
"deniedPermissionToRoomDetails": "You do not have permission to join this room.",
|
40
|
+
"deniedPermissionToRoomTitle": "Permission denied to room",
|
41
|
+
"peopleButtonLabel": "People",
|
42
|
+
"peoplePaneTitle": "People",
|
43
|
+
"peopleButtonTooltipOpen": "Show participants",
|
44
|
+
"peopleButtonTooltipClose": "Hide participants",
|
45
|
+
"peoplePaneSubTitle": "In this call",
|
34
46
|
"privacyPolicy": "Privacy policy",
|
35
47
|
"rejoinCallButtonLabel": "Re-join call",
|
36
48
|
"removedFromCallMoreDetails": "Another participant removed you from the call.",
|
37
49
|
"removedFromCallTitle": "You were removed",
|
50
|
+
"removeMenuLabel": "Remove",
|
51
|
+
"returnToCallButtonAriaDescription": "Return to Call",
|
52
|
+
"returnToCallButtonAriaLabel": "Back",
|
53
|
+
"roomNotFoundDetails": "Room ID provided is not valid.",
|
54
|
+
"roomNotFoundTitle": "Room not found",
|
38
55
|
"soundLabel": "Sound",
|
39
56
|
"startCallButtonLabel": "Start call",
|
40
|
-
"
|
57
|
+
"openDialpadButtonLabel": "Dial phone number",
|
58
|
+
"peoplePaneAddPeopleButtonLabel": "Add People",
|
59
|
+
"dialpadStartCallButtonLabel": "Call",
|
60
|
+
"dialpadModalTitle": "Dial Phone Number",
|
61
|
+
"dialpadModalAriaLabel": "Dialpad",
|
62
|
+
"dialpadCloseModalButtonAriaLabel": "Close dialpad",
|
63
|
+
"moreButtonCallingLabel": "More",
|
64
|
+
"resumeCallButtonLabel": "Resume",
|
65
|
+
"resumingCallButtonLabel": "Resuming...",
|
66
|
+
"resumeCallButtonAriaLabel": "Resume call",
|
67
|
+
"resumingCallButtonAriaLabel": "Resume call",
|
68
|
+
"holdScreenLabel": "You're on hold",
|
69
|
+
"openDtmfDialpadLabel": "Show dialpad",
|
70
|
+
"dtmfDialpadPlaceHolderText": "Enter number"
|
41
71
|
},
|
42
72
|
"chat": {
|
43
|
-
"chatListHeader": "In this chat"
|
73
|
+
"chatListHeader": "In this chat",
|
74
|
+
"uploadFile": "Upload File"
|
44
75
|
},
|
45
76
|
"callWithChat": {
|
46
|
-
"peopleButtonLabel": "People",
|
47
|
-
"peopleButtonTooltipOpen": "Show participants",
|
48
|
-
"peopleButtonTooltipClose": "Hide participants",
|
49
77
|
"chatButtonLabel": "Chat",
|
78
|
+
"chatButtonNewMessageNotificationLabel": "New Message",
|
50
79
|
"chatButtonTooltipClosedWithMessageCount": "Show chat ({unreadMessagesCount} unread)",
|
51
|
-
"chatButtonTooltipOpen": "Show chat",
|
52
80
|
"chatButtonTooltipClose": "Hide chat",
|
81
|
+
"chatButtonTooltipOpen": "Show chat",
|
82
|
+
"chatPaneTitle": "Chat",
|
83
|
+
"copyInviteLinkButtonLabel": "Copy invite link",
|
84
|
+
"copyInviteLinkActionedAriaLabel": "Invite link copied",
|
85
|
+
"dismissSidePaneButtonLabel": "Close",
|
53
86
|
"moreDrawerAudioDeviceMenuTitle": "Audio Device",
|
54
|
-
"moreDrawerMicrophoneMenuTitle": "Microphone",
|
55
|
-
"moreDrawerSpeakerMenuTitle": "Speaker",
|
56
87
|
"moreDrawerButtonLabel": "More options",
|
57
88
|
"moreDrawerButtonTooltip": "More options",
|
58
|
-
"
|
89
|
+
"moreDrawerMicrophoneMenuTitle": "Microphone",
|
90
|
+
"moreDrawerSpeakerMenuTitle": "Speaker",
|
91
|
+
"peopleButtonLabel": "People",
|
92
|
+
"peopleButtonTooltipOpen": "Show participants",
|
93
|
+
"peopleButtonTooltipClose": "Hide participants",
|
59
94
|
"peoplePaneSubTitle": "In this call",
|
60
|
-
"
|
61
|
-
"chatButtonNewMessageNotificationLabel": "New Message",
|
95
|
+
"peoplePaneTitle": "People",
|
62
96
|
"pictureInPictureTileAriaLabel": "Video Feeds. Click to return to call screen.",
|
63
97
|
"removeMenuLabel": "Remove",
|
64
|
-
"
|
65
|
-
"dismissSidePaneButton": "Close",
|
98
|
+
"openDialpadButtonLabel": "Dial phone number",
|
66
99
|
"returnToCallButtonAriaDescription": "Return to Call",
|
67
|
-
"returnToCallButtonAriaLabel": "Back"
|
100
|
+
"returnToCallButtonAriaLabel": "Back",
|
101
|
+
"peoplePaneAddPeopleButtonLabel": "Add People",
|
102
|
+
"dialpadStartCallButtonLabel": "Call",
|
103
|
+
"dialpadModalTitle": "Dial Phone Number",
|
104
|
+
"dialpadModalAriaLabel": "Dialpad",
|
105
|
+
"dialpadCloseModalButtonAriaLabel": "Close dialpad",
|
106
|
+
"openDtmfDialpadLabel": "Show dialpad",
|
107
|
+
"dtmfDialpadPlaceHolderText": "Enter number"
|
68
108
|
}
|
69
109
|
}
|
package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json
CHANGED
@@ -3,6 +3,7 @@
|
|
3
3
|
"cameraLabel": "Cámara",
|
4
4
|
"cameraPermissionDenied": "El explorador está bloqueando el acceso a la cámara",
|
5
5
|
"cameraTurnedOff": "La cámara está apagada",
|
6
|
+
"chatButtonLabel": "Chat",
|
6
7
|
"close": "Cerrar",
|
7
8
|
"complianceBannerNowOnlyRecording": "Solo está grabando esta reunión.",
|
8
9
|
"complianceBannerNowOnlyTranscription": "Solo está transcribiendo esta reunión.",
|
@@ -17,7 +18,10 @@
|
|
17
18
|
"complianceBannerTranscriptionSaving": "Se está guardando la transcripción.",
|
18
19
|
"complianceBannerTranscriptionStopped": "La transcripción se ha detenido.",
|
19
20
|
"configurationPageTitle": "Iniciar una llamada",
|
21
|
+
"copyInviteLinkButtonLabel": "Copiar vínculo de invitación",
|
22
|
+
"copyInviteLinkActionedAriaLabel": "Vínculo de invitación copiado",
|
20
23
|
"defaultPlaceHolder": "Seleccionar una opción",
|
24
|
+
"dismissSidePaneButtonLabel": "Cerrar",
|
21
25
|
"failedToJoinCallDueToNoNetworkMoreDetails": "Se desconectó la llamada debido a un problema de red. Compruebe la conexión y únase de nuevo.",
|
22
26
|
"failedToJoinCallDueToNoNetworkTitle": "Llamada desconectada",
|
23
27
|
"failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails": "No se te concedió la entrada a la llamada. Si se trata de un error, vuelve a unirte.",
|
@@ -28,42 +32,78 @@
|
|
28
32
|
"lobbyScreenConnectingToCallTitle": "Uniéndose a la llamada",
|
29
33
|
"lobbyScreenWaitingToBeAdmittedTitle": "Esperando a ser admitido",
|
30
34
|
"microphonePermissionDenied": "El explorador está bloqueando el acceso al micrófono",
|
35
|
+
"microphoneToggleInLobbyNotAllowed": "No se puede silenciar ni reactivar el audio mientras se está en la sala de espera.",
|
31
36
|
"mutedMessage": "Estás silenciado",
|
32
37
|
"networkReconnectMoreDetails": "Parece que hubo un problema. Estamos intentando reconectar la llamada.",
|
33
38
|
"networkReconnectTitle": "Espere",
|
39
|
+
"deniedPermissionToRoomDetails": "No tiene permiso para unirse a esta sala.",
|
40
|
+
"deniedPermissionToRoomTitle": "Permiso denegado a la sala",
|
41
|
+
"peopleButtonLabel": "Contactos",
|
42
|
+
"peoplePaneTitle": "Contactos",
|
43
|
+
"peopleButtonTooltipOpen": "Mostrar participantes",
|
44
|
+
"peopleButtonTooltipClose": "Ocultar participantes",
|
45
|
+
"peoplePaneSubTitle": "En esta llamada",
|
34
46
|
"privacyPolicy": "Directiva de privacidad",
|
35
47
|
"rejoinCallButtonLabel": "Volver a unirse a la llamada",
|
36
48
|
"removedFromCallMoreDetails": "Otro participante te ha eliminado de la llamada.",
|
37
49
|
"removedFromCallTitle": "Fuiste eliminado",
|
50
|
+
"removeMenuLabel": "Quitar",
|
51
|
+
"returnToCallButtonAriaDescription": "Volver a llamada",
|
52
|
+
"returnToCallButtonAriaLabel": "Volver",
|
53
|
+
"roomNotFoundDetails": "El id. de sala proporcionado no es válido.",
|
54
|
+
"roomNotFoundTitle": "No se ha encontrado la sala",
|
38
55
|
"soundLabel": "Sonido",
|
39
56
|
"startCallButtonLabel": "Iniciar llamada",
|
40
|
-
"
|
57
|
+
"openDialpadButtonLabel": "Marcar número de teléfono",
|
58
|
+
"peoplePaneAddPeopleButtonLabel": "Agregar contactos",
|
59
|
+
"dialpadStartCallButtonLabel": "Llamar",
|
60
|
+
"dialpadModalTitle": "Marcar número de teléfono",
|
61
|
+
"dialpadModalAriaLabel": "Teclado de marcado",
|
62
|
+
"dialpadCloseModalButtonAriaLabel": "Cerrar teclado de marcado",
|
63
|
+
"moreButtonCallingLabel": "Más",
|
64
|
+
"resumeCallButtonLabel": "Reanudar",
|
65
|
+
"resumingCallButtonLabel": "Reanudando…",
|
66
|
+
"resumeCallButtonAriaLabel": "Reanudar llamada",
|
67
|
+
"resumingCallButtonAriaLabel": "Reanudar llamada",
|
68
|
+
"holdScreenLabel": "Está en espera",
|
69
|
+
"openDtmfDialpadLabel": "Mostrar teclado de marcado",
|
70
|
+
"dtmfDialpadPlaceHolderText": "Introducir número"
|
41
71
|
},
|
42
72
|
"chat": {
|
43
|
-
"chatListHeader": "En este chat"
|
73
|
+
"chatListHeader": "En este chat",
|
74
|
+
"uploadFile": "Subir archivo"
|
44
75
|
},
|
45
76
|
"callWithChat": {
|
46
|
-
"peopleButtonLabel": "Contactos",
|
47
|
-
"peopleButtonTooltipOpen": "Mostrar participantes",
|
48
|
-
"peopleButtonTooltipClose": "Ocultar participantes",
|
49
77
|
"chatButtonLabel": "Chat",
|
78
|
+
"chatButtonNewMessageNotificationLabel": "Nuevo mensaje",
|
50
79
|
"chatButtonTooltipClosedWithMessageCount": "Mostrar chat ({unreadMessagesCount} no leídos)",
|
51
|
-
"chatButtonTooltipOpen": "Mostrar chat",
|
52
80
|
"chatButtonTooltipClose": "Ocultar chat",
|
81
|
+
"chatButtonTooltipOpen": "Mostrar chat",
|
82
|
+
"chatPaneTitle": "Chat",
|
83
|
+
"copyInviteLinkButtonLabel": "Copiar vínculo de invitación",
|
84
|
+
"copyInviteLinkActionedAriaLabel": "Vínculo de invitación copiado",
|
85
|
+
"dismissSidePaneButtonLabel": "Cerrar",
|
53
86
|
"moreDrawerAudioDeviceMenuTitle": "Dispositivo de audio",
|
54
|
-
"moreDrawerMicrophoneMenuTitle": "Micrófono",
|
55
|
-
"moreDrawerSpeakerMenuTitle": "Altavoz",
|
56
87
|
"moreDrawerButtonLabel": "Más opciones",
|
57
88
|
"moreDrawerButtonTooltip": "Más opciones",
|
58
|
-
"
|
89
|
+
"moreDrawerMicrophoneMenuTitle": "Micrófono",
|
90
|
+
"moreDrawerSpeakerMenuTitle": "Altavoz",
|
91
|
+
"peopleButtonLabel": "Contactos",
|
92
|
+
"peopleButtonTooltipOpen": "Mostrar participantes",
|
93
|
+
"peopleButtonTooltipClose": "Ocultar participantes",
|
59
94
|
"peoplePaneSubTitle": "En esta llamada",
|
60
|
-
"
|
61
|
-
"chatButtonNewMessageNotificationLabel": "Nuevo mensaje",
|
95
|
+
"peoplePaneTitle": "Contactos",
|
62
96
|
"pictureInPictureTileAriaLabel": "Fuentes de vídeo. Hacer clic para volver a la pantalla de la llamada.",
|
63
97
|
"removeMenuLabel": "Quitar",
|
64
|
-
"
|
65
|
-
"dismissSidePaneButton": "Cerrar",
|
98
|
+
"openDialpadButtonLabel": "Marcar número de teléfono",
|
66
99
|
"returnToCallButtonAriaDescription": "Volver a llamada",
|
67
|
-
"returnToCallButtonAriaLabel": "Volver"
|
100
|
+
"returnToCallButtonAriaLabel": "Volver",
|
101
|
+
"peoplePaneAddPeopleButtonLabel": "Agregar contactos",
|
102
|
+
"dialpadStartCallButtonLabel": "Llamar",
|
103
|
+
"dialpadModalTitle": "Marcar número de teléfono",
|
104
|
+
"dialpadModalAriaLabel": "Teclado de marcado",
|
105
|
+
"dialpadCloseModalButtonAriaLabel": "Cerrar teclado de marcado",
|
106
|
+
"openDtmfDialpadLabel": "Mostrar teclado de marcado",
|
107
|
+
"dtmfDialpadPlaceHolderText": "Introducir número"
|
68
108
|
}
|
69
109
|
}
|
package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json
CHANGED
@@ -3,6 +3,7 @@
|
|
3
3
|
"cameraLabel": "Appareil photo",
|
4
4
|
"cameraPermissionDenied": "Votre navigateur bloque l’accès à votre caméra",
|
5
5
|
"cameraTurnedOff": "Votre caméra est désactivée",
|
6
|
+
"chatButtonLabel": "Conversation",
|
6
7
|
"close": "Fermer",
|
7
8
|
"complianceBannerNowOnlyRecording": "Vous n’enregistrez désormais que cette réunion.",
|
8
9
|
"complianceBannerNowOnlyTranscription": "À présent, vous ne transcrivez que cette réunion.",
|
@@ -17,7 +18,10 @@
|
|
17
18
|
"complianceBannerTranscriptionSaving": "Sauvegarde en cours de la transcription.",
|
18
19
|
"complianceBannerTranscriptionStopped": "La transcription a pris fin.",
|
19
20
|
"configurationPageTitle": "Lancer un appel",
|
21
|
+
"copyInviteLinkButtonLabel": "Copier le lien d'invitation",
|
22
|
+
"copyInviteLinkActionedAriaLabel": "Le lien d’invitation a été copié.",
|
20
23
|
"defaultPlaceHolder": "Sélectionnez une option",
|
24
|
+
"dismissSidePaneButtonLabel": "Fermer",
|
21
25
|
"failedToJoinCallDueToNoNetworkMoreDetails": "L’appel a été déconnecté en raison d’un problème réseau. Vérifiez votre connexion et rejoignez-la à nouveau.",
|
22
26
|
"failedToJoinCallDueToNoNetworkTitle": "Appel déconnecté",
|
23
27
|
"failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails": "Vous n’avez pas reçu d’entrée dans l’appel. S’il s’agissait d’une erreur, rejoignez à nouveau l’appel.",
|
@@ -28,42 +32,78 @@
|
|
28
32
|
"lobbyScreenConnectingToCallTitle": "Connexion à l'appel",
|
29
33
|
"lobbyScreenWaitingToBeAdmittedTitle": "En attente d’admission",
|
30
34
|
"microphonePermissionDenied": "Votre navigateur bloque l’accès à votre micro",
|
35
|
+
"microphoneToggleInLobbyNotAllowed": "Impossible de désactiver ou d’activer le son dans la salle d’attente.",
|
31
36
|
"mutedMessage": "Le son de votre micro est désactivé.",
|
32
37
|
"networkReconnectMoreDetails": "On dirait qu'une erreur est survenue. Nous tentons de vous reconnecter à l’appel.",
|
33
38
|
"networkReconnectTitle": "Patience",
|
39
|
+
"deniedPermissionToRoomDetails": "Vous n’êtes pas autorisé à rejoindre cette salle.",
|
40
|
+
"deniedPermissionToRoomTitle": "Autorisation refusée pour la salle",
|
41
|
+
"peopleButtonLabel": "Personnes",
|
42
|
+
"peoplePaneTitle": "Personnes",
|
43
|
+
"peopleButtonTooltipOpen": "Afficher les participants",
|
44
|
+
"peopleButtonTooltipClose": "Masquer les participants",
|
45
|
+
"peoplePaneSubTitle": "Dans cet appel",
|
34
46
|
"privacyPolicy": "Politique de confidentialité",
|
35
47
|
"rejoinCallButtonLabel": "Rejoindre l’appel à nouveau.",
|
36
48
|
"removedFromCallMoreDetails": "Un autre participant vous a supprimé de l’appel.",
|
37
49
|
"removedFromCallTitle": "Vous avez été supprimé.",
|
50
|
+
"removeMenuLabel": "Supprimer",
|
51
|
+
"returnToCallButtonAriaDescription": "Revenir à l’appel",
|
52
|
+
"returnToCallButtonAriaLabel": "Précédent",
|
53
|
+
"roomNotFoundDetails": "L’ID de salle fourni n’est pas valide.",
|
54
|
+
"roomNotFoundTitle": "Salle introuvable",
|
38
55
|
"soundLabel": "Son",
|
39
56
|
"startCallButtonLabel": "Lancer l'appel",
|
40
|
-
"
|
57
|
+
"openDialpadButtonLabel": "Composer le numéro de téléphone",
|
58
|
+
"peoplePaneAddPeopleButtonLabel": "Ajouter des personnes",
|
59
|
+
"dialpadStartCallButtonLabel": "Appeler",
|
60
|
+
"dialpadModalTitle": "Composer le numéro de téléphone",
|
61
|
+
"dialpadModalAriaLabel": "Pavé numérique",
|
62
|
+
"dialpadCloseModalButtonAriaLabel": "Fermer le pavé numérique",
|
63
|
+
"moreButtonCallingLabel": "Plus",
|
64
|
+
"resumeCallButtonLabel": "Reprendre",
|
65
|
+
"resumingCallButtonLabel": "Reprise...",
|
66
|
+
"resumeCallButtonAriaLabel": "Reprendre l’appel",
|
67
|
+
"resumingCallButtonAriaLabel": "Reprendre l’appel",
|
68
|
+
"holdScreenLabel": "Vous avez été mis(e) en attente.",
|
69
|
+
"openDtmfDialpadLabel": "Afficher le pavé numérique",
|
70
|
+
"dtmfDialpadPlaceHolderText": "Saisir un numéro"
|
41
71
|
},
|
42
72
|
"chat": {
|
43
|
-
"chatListHeader": "Dans cette conversation"
|
73
|
+
"chatListHeader": "Dans cette conversation",
|
74
|
+
"uploadFile": "Charger un fichier"
|
44
75
|
},
|
45
76
|
"callWithChat": {
|
46
|
-
"peopleButtonLabel": "Personnes",
|
47
|
-
"peopleButtonTooltipOpen": "Afficher les participants",
|
48
|
-
"peopleButtonTooltipClose": "Masquer les participants",
|
49
77
|
"chatButtonLabel": "Clavardage",
|
78
|
+
"chatButtonNewMessageNotificationLabel": "Nouveau message",
|
50
79
|
"chatButtonTooltipClosedWithMessageCount": "Afficher la conversation ({unreadMessagesCount} non lu)",
|
51
|
-
"chatButtonTooltipOpen": "Afficher la conversation",
|
52
80
|
"chatButtonTooltipClose": "Masquer la conversation",
|
81
|
+
"chatButtonTooltipOpen": "Afficher la conversation",
|
82
|
+
"chatPaneTitle": "Clavardage",
|
83
|
+
"copyInviteLinkButtonLabel": "Copier le lien d'invitation",
|
84
|
+
"copyInviteLinkActionedAriaLabel": "Le lien d’invitation a été copié.",
|
85
|
+
"dismissSidePaneButtonLabel": "Fermer",
|
53
86
|
"moreDrawerAudioDeviceMenuTitle": "Périphérique audio",
|
54
|
-
"moreDrawerMicrophoneMenuTitle": "Microphone",
|
55
|
-
"moreDrawerSpeakerMenuTitle": "Haut-parleur",
|
56
87
|
"moreDrawerButtonLabel": "Autres options",
|
57
88
|
"moreDrawerButtonTooltip": "Autres options",
|
58
|
-
"
|
89
|
+
"moreDrawerMicrophoneMenuTitle": "Microphone",
|
90
|
+
"moreDrawerSpeakerMenuTitle": "Haut-parleur",
|
91
|
+
"peopleButtonLabel": "Personnes",
|
92
|
+
"peopleButtonTooltipOpen": "Afficher les participants",
|
93
|
+
"peopleButtonTooltipClose": "Masquer les participants",
|
59
94
|
"peoplePaneSubTitle": "Pendant cet appel",
|
60
|
-
"
|
61
|
-
"chatButtonNewMessageNotificationLabel": "Nouveau message",
|
95
|
+
"peoplePaneTitle": "Personnes",
|
62
96
|
"pictureInPictureTileAriaLabel": "Flux vidéo. Cliquez pour revenir à l’écran d’appel.",
|
63
97
|
"removeMenuLabel": "Supprimer",
|
64
|
-
"
|
65
|
-
"dismissSidePaneButton": "Fermer",
|
98
|
+
"openDialpadButtonLabel": "Composer le numéro de téléphone",
|
66
99
|
"returnToCallButtonAriaDescription": "Revenir à l’appel",
|
67
|
-
"returnToCallButtonAriaLabel": "Précédent"
|
100
|
+
"returnToCallButtonAriaLabel": "Précédent",
|
101
|
+
"peoplePaneAddPeopleButtonLabel": "Ajouter des personnes",
|
102
|
+
"dialpadStartCallButtonLabel": "Appeler",
|
103
|
+
"dialpadModalTitle": "Composer le numéro de téléphone",
|
104
|
+
"dialpadModalAriaLabel": "Pavé numérique",
|
105
|
+
"dialpadCloseModalButtonAriaLabel": "Fermer le pavé numérique",
|
106
|
+
"openDtmfDialpadLabel": "Afficher le pavé numérique",
|
107
|
+
"dtmfDialpadPlaceHolderText": "Saisir un numéro"
|
68
108
|
}
|
69
109
|
}
|
package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json
CHANGED
@@ -3,6 +3,7 @@
|
|
3
3
|
"cameraLabel": "Fotocamera",
|
4
4
|
"cameraPermissionDenied": "Il browser blocca l'accesso alla fotocamera",
|
5
5
|
"cameraTurnedOff": "La videocamera è disabilitata",
|
6
|
+
"chatButtonLabel": "Chat",
|
6
7
|
"close": "Chiudi",
|
7
8
|
"complianceBannerNowOnlyRecording": "È in corso la registrazione solo di questa riunione.",
|
8
9
|
"complianceBannerNowOnlyTranscription": "È in corso la trascrizione solo di questa riunione.",
|
@@ -17,7 +18,10 @@
|
|
17
18
|
"complianceBannerTranscriptionSaving": "È in corso il salvataggio della trascrizione.",
|
18
19
|
"complianceBannerTranscriptionStopped": "Trascrizione interrotta.",
|
19
20
|
"configurationPageTitle": "Avvia una chiamata",
|
21
|
+
"copyInviteLinkButtonLabel": "Copia il collegamento dell’invito",
|
22
|
+
"copyInviteLinkActionedAriaLabel": "Collegamento di invito copiato",
|
20
23
|
"defaultPlaceHolder": "Seleziona un'opzione",
|
24
|
+
"dismissSidePaneButtonLabel": "Chiudi",
|
21
25
|
"failedToJoinCallDueToNoNetworkMoreDetails": "La chiamata è stata disconnessa a causa di un problema di rete. Controlla la connessione e partecipa di nuovo.",
|
22
26
|
"failedToJoinCallDueToNoNetworkTitle": "Chiamata interrotta",
|
23
27
|
"failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails": "Non ti è stato concesso l’accesso alla chiamata. Se si è trattato di un errore, partecipa di nuovo alla chiamata.",
|
@@ -28,42 +32,78 @@
|
|
28
32
|
"lobbyScreenConnectingToCallTitle": "Partecipazione alla chiamata",
|
29
33
|
"lobbyScreenWaitingToBeAdmittedTitle": "In attesa di essere ammessi",
|
30
34
|
"microphonePermissionDenied": "Il browser blocca l'accesso al microfono",
|
35
|
+
"microphoneToggleInLobbyNotAllowed": "Impossibile attivare o disattivare l'audio nella sala di attesa.",
|
31
36
|
"mutedMessage": "L'audio è disattivato.",
|
32
37
|
"networkReconnectMoreDetails": "Sembra si sia verificato un errore. Stiamo cercando di ristabilire la connessione alla chiamata.",
|
33
38
|
"networkReconnectTitle": "Attendi",
|
39
|
+
"deniedPermissionToRoomDetails": "Non si dispone dell'autorizzazione per partecipare a questa stanza.",
|
40
|
+
"deniedPermissionToRoomTitle": "Autorizzazione negata alla stanza",
|
41
|
+
"peopleButtonLabel": "Persone",
|
42
|
+
"peoplePaneTitle": "Persone",
|
43
|
+
"peopleButtonTooltipOpen": "Mostra partecipanti",
|
44
|
+
"peopleButtonTooltipClose": "Nascondi partecipanti",
|
45
|
+
"peoplePaneSubTitle": "In questa chiamata",
|
34
46
|
"privacyPolicy": "Informativa sulla privacy",
|
35
47
|
"rejoinCallButtonLabel": "Partecipa alla chiamata",
|
36
48
|
"removedFromCallMoreDetails": "Un altro partecipante ti ha rimosso dalla chiamata.",
|
37
49
|
"removedFromCallTitle": "Sei stato rimosso",
|
50
|
+
"removeMenuLabel": "Rimuovi",
|
51
|
+
"returnToCallButtonAriaDescription": "Torna alla chiamata",
|
52
|
+
"returnToCallButtonAriaLabel": "Indietro",
|
53
|
+
"roomNotFoundDetails": "L'ID sala specificato non è valido.",
|
54
|
+
"roomNotFoundTitle": "La stanza non è stata trovata",
|
38
55
|
"soundLabel": "Suono",
|
39
56
|
"startCallButtonLabel": "Avvia chiamata",
|
40
|
-
"
|
57
|
+
"openDialpadButtonLabel": "Componi il numero di telefono",
|
58
|
+
"peoplePaneAddPeopleButtonLabel": "Aggiungi persone",
|
59
|
+
"dialpadStartCallButtonLabel": "Chiamata",
|
60
|
+
"dialpadModalTitle": "Componi il numero di telefono",
|
61
|
+
"dialpadModalAriaLabel": "Tastiera",
|
62
|
+
"dialpadCloseModalButtonAriaLabel": "Chiudi tastiera",
|
63
|
+
"moreButtonCallingLabel": "Altro",
|
64
|
+
"resumeCallButtonLabel": "Riprendi",
|
65
|
+
"resumingCallButtonLabel": "Ripresa in corso...",
|
66
|
+
"resumeCallButtonAriaLabel": "Riprendi chiamata",
|
67
|
+
"resumingCallButtonAriaLabel": "Riprendi chiamata",
|
68
|
+
"holdScreenLabel": "In attesa.",
|
69
|
+
"openDtmfDialpadLabel": "Mostra tastiera",
|
70
|
+
"dtmfDialpadPlaceHolderText": "Immetti il numero"
|
41
71
|
},
|
42
72
|
"chat": {
|
43
|
-
"chatListHeader": "In questa chat"
|
73
|
+
"chatListHeader": "In questa chat",
|
74
|
+
"uploadFile": "Carica file"
|
44
75
|
},
|
45
76
|
"callWithChat": {
|
46
|
-
"peopleButtonLabel": "Persone",
|
47
|
-
"peopleButtonTooltipOpen": "Mostra partecipanti",
|
48
|
-
"peopleButtonTooltipClose": "Nascondi partecipanti",
|
49
77
|
"chatButtonLabel": "Chat",
|
78
|
+
"chatButtonNewMessageNotificationLabel": "Nuovo messaggio",
|
50
79
|
"chatButtonTooltipClosedWithMessageCount": "Mostra chat ({unreadMessagesCount} non letto)",
|
51
|
-
"chatButtonTooltipOpen": "Mostra chat",
|
52
80
|
"chatButtonTooltipClose": "Nascondi chat",
|
81
|
+
"chatButtonTooltipOpen": "Mostra chat",
|
82
|
+
"chatPaneTitle": "Chat",
|
83
|
+
"copyInviteLinkButtonLabel": "Copia il collegamento dell’invito",
|
84
|
+
"copyInviteLinkActionedAriaLabel": "Collegamento di invito copiato",
|
85
|
+
"dismissSidePaneButtonLabel": "Chiudi",
|
53
86
|
"moreDrawerAudioDeviceMenuTitle": "Dispositivo audio",
|
54
|
-
"moreDrawerMicrophoneMenuTitle": "Microfono",
|
55
|
-
"moreDrawerSpeakerMenuTitle": "Altoparlante",
|
56
87
|
"moreDrawerButtonLabel": "Altre opzioni",
|
57
88
|
"moreDrawerButtonTooltip": "Altre opzioni",
|
58
|
-
"
|
89
|
+
"moreDrawerMicrophoneMenuTitle": "Microfono",
|
90
|
+
"moreDrawerSpeakerMenuTitle": "Altoparlante",
|
91
|
+
"peopleButtonLabel": "Persone",
|
92
|
+
"peopleButtonTooltipOpen": "Mostra partecipanti",
|
93
|
+
"peopleButtonTooltipClose": "Nascondi partecipanti",
|
59
94
|
"peoplePaneSubTitle": "In questa chiamata",
|
60
|
-
"
|
61
|
-
"chatButtonNewMessageNotificationLabel": "Nuovo messaggio",
|
95
|
+
"peoplePaneTitle": "Persone",
|
62
96
|
"pictureInPictureTileAriaLabel": "Feed video. Fare clic per tornare alla schermata della chiamata.",
|
63
97
|
"removeMenuLabel": "Rimuovi",
|
64
|
-
"
|
65
|
-
"dismissSidePaneButton": "Chiudi",
|
98
|
+
"openDialpadButtonLabel": "Componi il numero di telefono",
|
66
99
|
"returnToCallButtonAriaDescription": "Torna alla chiamata",
|
67
|
-
"returnToCallButtonAriaLabel": "Indietro"
|
100
|
+
"returnToCallButtonAriaLabel": "Indietro",
|
101
|
+
"peoplePaneAddPeopleButtonLabel": "Aggiungi persone",
|
102
|
+
"dialpadStartCallButtonLabel": "Chiamata",
|
103
|
+
"dialpadModalTitle": "Componi il numero di telefono",
|
104
|
+
"dialpadModalAriaLabel": "Tastiera",
|
105
|
+
"dialpadCloseModalButtonAriaLabel": "Chiudi tastiera",
|
106
|
+
"openDtmfDialpadLabel": "Mostra tastiera",
|
107
|
+
"dtmfDialpadPlaceHolderText": "Immetti il numero"
|
68
108
|
}
|
69
109
|
}
|
package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json
CHANGED
@@ -3,6 +3,7 @@
|
|
3
3
|
"cameraLabel": "カメラ",
|
4
4
|
"cameraPermissionDenied": "お使いのブラウザーがカメラへのアクセスをブロックしています",
|
5
5
|
"cameraTurnedOff": "カメラはオフになっています",
|
6
|
+
"chatButtonLabel": "チャット",
|
6
7
|
"close": "閉じる",
|
7
8
|
"complianceBannerNowOnlyRecording": "今はこの会議の録画のみを行っています。",
|
8
9
|
"complianceBannerNowOnlyTranscription": "この会議のトランスクリプトを作成しています。",
|
@@ -17,7 +18,10 @@
|
|
17
18
|
"complianceBannerTranscriptionSaving": "トランスクリプトを保存されました。",
|
18
19
|
"complianceBannerTranscriptionStopped": "トランスクリプトが停止しました。",
|
19
20
|
"configurationPageTitle": "通話を開始",
|
21
|
+
"copyInviteLinkButtonLabel": "招待用のリンクをコピー",
|
22
|
+
"copyInviteLinkActionedAriaLabel": "招待用のリンクがコピーされました",
|
20
23
|
"defaultPlaceHolder": "オプションを選択する",
|
24
|
+
"dismissSidePaneButtonLabel": "閉じる",
|
21
25
|
"failedToJoinCallDueToNoNetworkMoreDetails": "ネットワークの問題により、通話が切断されました。接続を確認して、もう一度参加してください。",
|
22
26
|
"failedToJoinCallDueToNoNetworkTitle": "通話が切断されました",
|
23
27
|
"failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails": "通話のエントリが許可されませんでした。これが間違いだった場合は、通話に再参加してください。",
|
@@ -28,42 +32,78 @@
|
|
28
32
|
"lobbyScreenConnectingToCallTitle": "通話に参加中",
|
29
33
|
"lobbyScreenWaitingToBeAdmittedTitle": "承認待機中",
|
30
34
|
"microphonePermissionDenied": "お使いのブラウザーがマイクへのアクセスをブロックしています",
|
35
|
+
"microphoneToggleInLobbyNotAllowed": "ロビーにいる間はミュートまたはミュート解除できません。",
|
31
36
|
"mutedMessage": "ミュートになっています",
|
32
37
|
"networkReconnectMoreDetails": "問題が発生したようです。通話に戻ろうとしています。",
|
33
38
|
"networkReconnectTitle": "お待ちください",
|
39
|
+
"deniedPermissionToRoomDetails": "このルームに参加するためのアクセス許可がありません。",
|
40
|
+
"deniedPermissionToRoomTitle": "ルームによるアクセス拒否",
|
41
|
+
"peopleButtonLabel": "連絡先",
|
42
|
+
"peoplePaneTitle": "連絡先",
|
43
|
+
"peopleButtonTooltipOpen": "参加者を表示",
|
44
|
+
"peopleButtonTooltipClose": "参加者を非表示",
|
45
|
+
"peoplePaneSubTitle": "通話中",
|
34
46
|
"privacyPolicy": "プライバシー ポリシー",
|
35
47
|
"rejoinCallButtonLabel": "通話に再度参加",
|
36
48
|
"removedFromCallMoreDetails": "別の参加者があなたを通話から削除しました。",
|
37
49
|
"removedFromCallTitle": "削除されました",
|
50
|
+
"removeMenuLabel": "削除",
|
51
|
+
"returnToCallButtonAriaDescription": "通話に戻る",
|
52
|
+
"returnToCallButtonAriaLabel": "戻る",
|
53
|
+
"roomNotFoundDetails": "指定されたルーム ID が無効です。",
|
54
|
+
"roomNotFoundTitle": "ルームが見つかりません",
|
38
55
|
"soundLabel": "音声",
|
39
56
|
"startCallButtonLabel": "通話を開始",
|
40
|
-
"
|
57
|
+
"openDialpadButtonLabel": "電話番号をダイヤルする",
|
58
|
+
"peoplePaneAddPeopleButtonLabel": "ユーザーの追加",
|
59
|
+
"dialpadStartCallButtonLabel": "通話",
|
60
|
+
"dialpadModalTitle": "電話番号をダイヤルする",
|
61
|
+
"dialpadModalAriaLabel": "ダイヤルパッド",
|
62
|
+
"dialpadCloseModalButtonAriaLabel": "ダイヤルパッドを閉じる",
|
63
|
+
"moreButtonCallingLabel": "その他",
|
64
|
+
"resumeCallButtonLabel": "再開",
|
65
|
+
"resumingCallButtonLabel": "再開しています...",
|
66
|
+
"resumeCallButtonAriaLabel": "通話の再開",
|
67
|
+
"resumingCallButtonAriaLabel": "通話の再開",
|
68
|
+
"holdScreenLabel": "保留中です",
|
69
|
+
"openDtmfDialpadLabel": "ダイヤルパッドを表示",
|
70
|
+
"dtmfDialpadPlaceHolderText": "番号を入力してください"
|
41
71
|
},
|
42
72
|
"chat": {
|
43
|
-
"chatListHeader": "このチャット内"
|
73
|
+
"chatListHeader": "このチャット内",
|
74
|
+
"uploadFile": "ファイルのアップロード"
|
44
75
|
},
|
45
76
|
"callWithChat": {
|
46
|
-
"peopleButtonLabel": "ユーザー",
|
47
|
-
"peopleButtonTooltipOpen": "参加者を表示",
|
48
|
-
"peopleButtonTooltipClose": "参加者を非表示",
|
49
77
|
"chatButtonLabel": "チャット",
|
78
|
+
"chatButtonNewMessageNotificationLabel": "新規メッセージ",
|
50
79
|
"chatButtonTooltipClosedWithMessageCount": "チャットを表示する ({unreadMessagesCount} 件の未読)",
|
51
|
-
"chatButtonTooltipOpen": "チャットを表示",
|
52
80
|
"chatButtonTooltipClose": "チャットを非表示",
|
81
|
+
"chatButtonTooltipOpen": "チャットを表示",
|
82
|
+
"chatPaneTitle": "チャット",
|
83
|
+
"copyInviteLinkButtonLabel": "招待用のリンクをコピー",
|
84
|
+
"copyInviteLinkActionedAriaLabel": "招待用のリンクがコピーされました",
|
85
|
+
"dismissSidePaneButtonLabel": "閉じる",
|
53
86
|
"moreDrawerAudioDeviceMenuTitle": "オーディオ デバイス",
|
54
|
-
"moreDrawerMicrophoneMenuTitle": "マイク",
|
55
|
-
"moreDrawerSpeakerMenuTitle": "スピーカー",
|
56
87
|
"moreDrawerButtonLabel": "その他のオプション",
|
57
88
|
"moreDrawerButtonTooltip": "その他のオプション",
|
58
|
-
"
|
89
|
+
"moreDrawerMicrophoneMenuTitle": "マイク",
|
90
|
+
"moreDrawerSpeakerMenuTitle": "スピーカー",
|
91
|
+
"peopleButtonLabel": "ユーザー",
|
92
|
+
"peopleButtonTooltipOpen": "参加者を表示",
|
93
|
+
"peopleButtonTooltipClose": "参加者を非表示",
|
59
94
|
"peoplePaneSubTitle": "この通話で",
|
60
|
-
"
|
61
|
-
"chatButtonNewMessageNotificationLabel": "新規メッセージ",
|
95
|
+
"peoplePaneTitle": "ユーザー",
|
62
96
|
"pictureInPictureTileAriaLabel": "ビデオ フィード。 クリックすると通話画面に戻ります。",
|
63
97
|
"removeMenuLabel": "削除",
|
64
|
-
"
|
65
|
-
"dismissSidePaneButton": "閉じる",
|
98
|
+
"openDialpadButtonLabel": "電話番号をダイヤルする",
|
66
99
|
"returnToCallButtonAriaDescription": "通話に戻る",
|
67
|
-
"returnToCallButtonAriaLabel": "戻る"
|
100
|
+
"returnToCallButtonAriaLabel": "戻る",
|
101
|
+
"peoplePaneAddPeopleButtonLabel": "ユーザーの追加",
|
102
|
+
"dialpadStartCallButtonLabel": "通話",
|
103
|
+
"dialpadModalTitle": "電話番号をダイヤルする",
|
104
|
+
"dialpadModalAriaLabel": "ダイヤルパッド",
|
105
|
+
"dialpadCloseModalButtonAriaLabel": "ダイヤルパッドを閉じる",
|
106
|
+
"openDtmfDialpadLabel": "ダイヤルパッドを表示",
|
107
|
+
"dtmfDialpadPlaceHolderText": "番号を入力してください"
|
68
108
|
}
|
69
109
|
}
|