@azure/communication-react 1.18.0-alpha-202407180014 → 1.18.0-alpha-202407200014
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 +71 -18
- package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-Bi4Or6hk.js → ChatMessageComponentAsRichTextEditBox-D4ctXnw1.js} +27 -6
- package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-D4ctXnw1.js.map +1 -0
- package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-CaXswhPn.js → RichTextSendBoxWrapper-F6eqVXer.js} +2 -2
- package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-CaXswhPn.js.map → RichTextSendBoxWrapper-F6eqVXer.js.map} +1 -1
- package/dist/dist-cjs/communication-react/{index-B3X0l4SB.js → index-BJO_NOTU.js} +658 -367
- package/dist/dist-cjs/communication-react/index-BJO_NOTU.js.map +1 -0
- package/dist/dist-cjs/communication-react/index.js +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-stateful-client/src/CallAgentDeclarative.d.ts +3 -3
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.d.ts +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js +15 -7
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.d.ts +2 -8
- package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.d.ts +14 -2
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/TeamsIncomingCallDeclarative.d.ts +17 -0
- package/dist/dist-esm/calling-stateful-client/src/TeamsIncomingCallDeclarative.js +49 -0
- package/dist/dist-esm/calling-stateful-client/src/TeamsIncomingCallDeclarative.js.map +1 -0
- package/dist/dist-esm/calling-stateful-client/src/TypeGuards.d.ts +9 -1
- package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js +16 -0
- package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/index-public.d.ts +1 -1
- package/dist/dist-esm/calling-stateful-client/src/index-public.js.map +1 -1
- package/dist/dist-esm/communication-react/src/index.d.ts +1 -1
- package/dist/dist-esm/communication-react/src/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCard.js +14 -8
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCard.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.d.ts +8 -2
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.d.ts +6 -4
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.js +2 -12
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.d.ts +2 -2
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js +25 -4
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.d.ts +8 -6
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js +12 -3
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/FluentChatMyMessageComponent.js +27 -3
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/FluentChatMyMessageComponent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MessageThread.d.ts +9 -15
- package/dist/dist-esm/react-components/src/components/MessageThread.js +10 -1
- package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js +28 -22
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.d.ts +49 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js +16 -4
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.js +20 -2
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/index.d.ts +2 -1
- package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.d.ts +2 -2
- package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.js +15 -17
- package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js +3 -0
- package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.d.ts +1 -5
- package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.js +0 -21
- package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.d.ts +9 -1
- package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js +10 -2
- package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ar-SA/strings.json +101 -63
- package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/strings.json +99 -61
- package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +99 -61
- package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +99 -61
- package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +8 -2
- package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +99 -61
- package/dist/dist-esm/react-components/src/localization/locales/fi-FI/strings.json +99 -61
- package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +102 -64
- package/dist/dist-esm/react-components/src/localization/locales/he-IL/strings.json +99 -61
- package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +99 -61
- package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +101 -63
- package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +106 -68
- package/dist/dist-esm/react-components/src/localization/locales/nb-NO/strings.json +99 -61
- package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +105 -67
- package/dist/dist-esm/react-components/src/localization/locales/pl-PL/strings.json +104 -66
- package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +102 -64
- package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +100 -62
- package/dist/dist-esm/react-components/src/localization/locales/sv-SE/strings.json +99 -61
- package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +100 -62
- package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +101 -63
- package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +100 -62
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +66 -31
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadReducer.d.ts +49 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadReducer.js +48 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadReducer.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.d.ts +33 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.js +198 -6
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.d.ts +7 -7
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.d.ts +2 -5
- package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/constants.d.ts +4 -0
- package/dist/dist-esm/react-composites/src/composites/common/constants.js +4 -0
- package/dist/dist-esm/react-composites/src/composites/common/constants.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/strings.json +10 -5
- package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/strings.json +6 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +6 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +6 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +6 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/strings.json +10 -5
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +10 -5
- package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/strings.json +10 -5
- package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +10 -5
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +6 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +10 -5
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/strings.json +6 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +6 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/strings.json +6 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +10 -5
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +6 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/strings.json +10 -5
- package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +6 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +10 -5
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +10 -5
- package/package.json +14 -14
- package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-Bi4Or6hk.js.map +0 -1
- package/dist/dist-cjs/communication-react/index-B3X0l4SB.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/useImageUpload.d.ts +0 -12
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/useImageUpload.js +0 -115
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/useImageUpload.js.map +0 -1
@@ -185,8 +185,8 @@
|
|
185
185
|
"failToSendTag": "Lähettäminen epäonnistui",
|
186
186
|
"editedTag": "Muokattu",
|
187
187
|
"liveAuthorIntro": "{author} sanoo",
|
188
|
-
"messageContentAriaText": "{author} sanoi {message}",
|
189
|
-
"messageContentMineAriaText": "Sanoit {message}",
|
188
|
+
"messageContentAriaText": "{status} {author} sanoi {message}",
|
189
|
+
"messageContentMineAriaText": "{status} Sanoit {message}",
|
190
190
|
"editBoxTextLimit": "Viesti ylittää {limitNumber} merkin rajan",
|
191
191
|
"editBoxPlaceholderText": "Muokkaa viestiäsi",
|
192
192
|
"newMessagesIndicator": "Uudet viestit",
|
@@ -220,7 +220,8 @@
|
|
220
220
|
"richTextDeleteColumnMenu": "Poista sarake",
|
221
221
|
"richTextDeleteRowMenu": "Poista rivi",
|
222
222
|
"richTextDeleteTableMenu": "Poista taulukko",
|
223
|
-
"richTextToolbarMoreButtonAriaLabel": "Lisää asetuksia"
|
223
|
+
"richTextToolbarMoreButtonAriaLabel": "Lisää asetuksia",
|
224
|
+
"attachmentUploadsPendingError": "Ladataan palvelimeen... Odota."
|
224
225
|
},
|
225
226
|
"errorBar": {
|
226
227
|
"unableToReachChatService": "Olet offline-tilassa",
|
@@ -237,6 +238,7 @@
|
|
237
238
|
"startScreenShareGeneric": "Näytön jakamisen aloittamisessa ilmeni ongelma.",
|
238
239
|
"stopScreenShareGeneric": "Näytön jakamisen lopettaminen epäonnistui",
|
239
240
|
"callNetworkQualityLow": "Verkkoyhteyden laatu on huono.",
|
241
|
+
"teamsMeetingCallNetworkQualityLow": "Verkkoyhteyden laatu on huono.",
|
240
242
|
"callNoSpeakerFound": "Kaiuttimia tai kuulokkeita ei löytynyt. Yhdistä äänilaite voidaksesi kuulla puhelun.",
|
241
243
|
"callNoMicrophoneFound": "Mikrofoneja ei löytynyt. Yhdistä äänitulolaite.",
|
242
244
|
"callMicrophoneAccessDenied": "Mikrofonia ei voi käyttää. Myönnä käyttöoikeus tälle verkkosivulle napsauttamalla osoiterivin lukitusta.",
|
@@ -257,160 +259,189 @@
|
|
257
259
|
"failedToJoinCallInvalidMeetingLink": "Kokoukseen liittyminen ei onnistu. Linkki on virheellinen.",
|
258
260
|
"cameraFrozenForRemoteParticipants": "Puhelun käyttäjillä on videokuvan näkymiseen liittyviä ongelmia. Tarkista laitteesi ja verkkosi.",
|
259
261
|
"unableToStartVideoEffect": "Videotehosteen käyttäminen ei onnistu.",
|
260
|
-
"startSpotlightWhileMaxParticipantsAreSpotlighted": "Osallistujien korostusta ei voi aloittaa, koska enimmäismäärä osallistujia on jo valokeilassa."
|
262
|
+
"startSpotlightWhileMaxParticipantsAreSpotlighted": "Osallistujien korostusta ei voi aloittaa, koska enimmäismäärä osallistujia on jo valokeilassa.",
|
263
|
+
"mutedByRemoteParticipant": "Toinen osallistuja mykisti sinut."
|
261
264
|
},
|
262
|
-
"
|
263
|
-
"unableToReachChatService": {
|
264
|
-
"title": "Olet offline-tilassa.",
|
265
|
-
"closeButtonAriaLabel": "Sulje"
|
266
|
-
},
|
267
|
-
"accessDenied": {
|
268
|
-
"title": "Keskustelupalveluita ei voi käyttää",
|
269
|
-
"message": "Tarkista käyttäjästä annetut tunnistetiedot",
|
270
|
-
"closeButtonAriaLabel": "Sulje"
|
271
|
-
},
|
272
|
-
"userNotInChatThread": {
|
273
|
-
"title": "Et ole enää tässä keskusteluketjussa.",
|
274
|
-
"closeButtonAriaLabel": "Sulje"
|
275
|
-
},
|
276
|
-
"sendMessageNotInChatThread": {
|
277
|
-
"title": "Viestin lähettäminen epäonnistui",
|
278
|
-
"message": "Et ole enää mukana tässä keskusteluketjussa",
|
279
|
-
"closeButtonAriaLabel": "Sulje"
|
280
|
-
},
|
281
|
-
"sendMessageGeneric": {
|
282
|
-
"title": "Viestin lähettäminen epäonnistui.",
|
283
|
-
"closeButtonAriaLabel": "Sulje"
|
284
|
-
},
|
265
|
+
"notificationStack": {
|
285
266
|
"callingNetworkFailure": {
|
286
267
|
"title": "Ongelma puhelun yhdistämisessä",
|
287
268
|
"message": "Olet ilmeisesti offline-tilassa. Tarkista verkkoyhteys ja yritä uudelleen.",
|
288
|
-
"
|
269
|
+
"dismissButtonAriaLabel": "Sulje"
|
289
270
|
},
|
290
271
|
"startVideoGeneric": {
|
291
272
|
"title": "Videon käynnistäminen epäonnistui.",
|
292
|
-
"
|
273
|
+
"dismissButtonAriaLabel": "Sulje"
|
293
274
|
},
|
294
275
|
"stopVideoGeneric": {
|
295
276
|
"title": "Videon pysäyttäminen epäonnistui.",
|
296
|
-
"
|
277
|
+
"dismissButtonAriaLabel": "Sulje"
|
297
278
|
},
|
298
279
|
"muteGeneric": {
|
299
280
|
"title": "Mikrofonin mykistäminen epäonnistui.",
|
300
|
-
"
|
281
|
+
"dismissButtonAriaLabel": "Sulje"
|
301
282
|
},
|
302
283
|
"unmuteGeneric": {
|
303
284
|
"title": "Mikrofonin mykistyksen poistaminen epäonnistui.",
|
304
|
-
"
|
285
|
+
"dismissButtonAriaLabel": "Sulje"
|
305
286
|
},
|
306
287
|
"speakingWhileMuted": {
|
307
288
|
"title": "Ääni on mykistetty.",
|
308
|
-
"
|
289
|
+
"dismissButtonAriaLabel": "Sulje"
|
309
290
|
},
|
310
291
|
"startScreenShareGeneric": {
|
311
292
|
"title": "Näytön jakamisen aloittamisessa ilmeni ongelma.",
|
312
|
-
"
|
293
|
+
"dismissButtonAriaLabel": "Sulje"
|
313
294
|
},
|
314
295
|
"stopScreenShareGeneric": {
|
315
296
|
"title": "Näytön jakamisen lopettaminen epäonnistui.",
|
316
|
-
"
|
297
|
+
"dismissButtonAriaLabel": "Sulje"
|
317
298
|
},
|
318
299
|
"callNetworkQualityLow": {
|
319
300
|
"title": "Verkkoyhteyden laatu on huono.",
|
320
|
-
"
|
301
|
+
"dismissButtonAriaLabel": "Sulje"
|
302
|
+
},
|
303
|
+
"teamsMeetingCallNetworkQualityLow": {
|
304
|
+
"title": "Verkkoyhteyden laatu on huono.",
|
305
|
+
"dismissButtonAriaLabel": "Sulje",
|
306
|
+
"message": "Liity tähän puheluun puhelimestasi, jotta ääni on parempi. Voit jatkaa kokouksen tarkastelua tällä laitteella.",
|
307
|
+
"primaryButtonLabel": "Liity puhelimella"
|
321
308
|
},
|
322
309
|
"callNoSpeakerFound": {
|
323
310
|
"title": "Kaiuttimia tai kuulokkeita ei löytynyt.",
|
324
311
|
"message": "Yhdistä äänilaite voidaksesi kuulla puhelun.",
|
325
|
-
"
|
312
|
+
"dismissButtonAriaLabel": "Sulje"
|
326
313
|
},
|
327
314
|
"callNoMicrophoneFound": {
|
328
315
|
"title": "Mikrofoneja ei löytynyt",
|
329
316
|
"message": "Yhdistä äänensyöttölaite.",
|
330
|
-
"
|
317
|
+
"dismissButtonAriaLabel": "Sulje"
|
331
318
|
},
|
332
319
|
"callMicrophoneAccessDenied": {
|
333
320
|
"title": "Mikrofonia ei voi käyttää",
|
334
321
|
"message": "Myönnä käyttöoikeus tälle verkkosivulle napsauttamalla osoiterivillä olevaa lukkoa.",
|
335
|
-
"
|
322
|
+
"dismissButtonAriaLabel": "Sulje"
|
336
323
|
},
|
337
324
|
"callMicrophoneAccessDeniedSafari": {
|
338
325
|
"title": "Mikrofonia ei voi käyttää",
|
339
326
|
"message": "Salli käyttöoikeudet päivittämällä sivu tai tarkista tämän selaimen asetukset ja varmista, että käyttöoikeudet on otettu käyttöön tässä sivustossa.",
|
340
|
-
"
|
327
|
+
"dismissButtonAriaLabel": "Sulje"
|
341
328
|
},
|
342
329
|
"callMicrophoneMutedBySystem": {
|
343
330
|
"title": "Järjestelmäasetuksen perusteella sinut on mykistetty.",
|
344
|
-
"
|
331
|
+
"dismissButtonAriaLabel": "Sulje"
|
345
332
|
},
|
346
333
|
"callMicrophoneUnmutedBySystem": {
|
347
334
|
"title": "Mikrofonisi palautui käyttöön ja järjestelmä on poistanut sen mykistyksen.",
|
348
|
-
"
|
335
|
+
"dismissButtonAriaLabel": "Sulje"
|
349
336
|
},
|
350
337
|
"callMacOsMicrophoneAccessDenied": {
|
351
338
|
"title": "Mikrofonia ei voi käyttää",
|
352
339
|
"message": "Myönnä mikrofonin käyttöoikeus macOS:n tietosuoja-asetuksissa.",
|
353
|
-
"
|
340
|
+
"dismissButtonAriaLabel": "Sulje"
|
354
341
|
},
|
355
342
|
"callLocalVideoFreeze": {
|
356
343
|
"title": "Verkon kaistanleveys on heikko",
|
357
344
|
"message": "Videokuvasi saattaa näkyä keskeytettynä puhelun muille osallistujille.",
|
358
|
-
"
|
345
|
+
"dismissButtonAriaLabel": "Sulje"
|
359
346
|
},
|
360
347
|
"callCameraAccessDenied": {
|
361
348
|
"title": "Kameraa ei voi käyttää",
|
362
349
|
"message": "Myönnä käyttöoikeus tälle verkkosivulle napsauttamalla osoiterivillä olevaa lukkoa.",
|
363
|
-
"
|
350
|
+
"dismissButtonAriaLabel": "Sulje"
|
364
351
|
},
|
365
352
|
"callCameraAccessDeniedSafari": {
|
366
353
|
"title": "Kameraa ei voi käyttää",
|
367
354
|
"message": "Salli käyttöoikeudet päivittämällä sivu tai tarkista tämän selaimen asetukset ja varmista, että käyttöoikeudet on otettu käyttöön tässä sivustossa.",
|
368
|
-
"
|
355
|
+
"dismissButtonAriaLabel": "Sulje"
|
369
356
|
},
|
370
357
|
"callCameraAlreadyInUse": {
|
371
358
|
"title": "Kameraa ei voi käyttää",
|
372
359
|
"message": "Toinen sovellus saattaa jo käyttää sitä.",
|
373
|
-
"
|
360
|
+
"dismissButtonAriaLabel": "Sulje"
|
374
361
|
},
|
375
362
|
"callVideoStoppedBySystem": {
|
376
363
|
"title": "Järjestelmä on pysäyttänyt videosi.",
|
377
|
-
"
|
364
|
+
"dismissButtonAriaLabel": "Sulje"
|
378
365
|
},
|
379
366
|
"callVideoRecoveredBySystem": {
|
380
367
|
"title": "Videosi näytetään jälleen.",
|
381
|
-
"
|
368
|
+
"dismissButtonAriaLabel": "Sulje"
|
382
369
|
},
|
383
370
|
"callMacOsCameraAccessDenied": {
|
384
371
|
"title": "MacOS estää kameran käytön",
|
385
372
|
"message": "Päivitä tietosuoja-asetukset, jotta selain voi käyttää kameraasi.",
|
386
|
-
"
|
373
|
+
"dismissButtonAriaLabel": "Sulje"
|
387
374
|
},
|
388
375
|
"callMacOsScreenShareAccessDenied": {
|
389
376
|
"title": "MacOS estää näytön jakamisen",
|
390
377
|
"message": "Päivitä tietosuoja-asetukset, jotta selain voi tallentaa, mitä näytölläsi tapahtuu.",
|
391
|
-
"
|
378
|
+
"dismissButtonAriaLabel": "Sulje"
|
392
379
|
},
|
393
380
|
"failedToJoinCallGeneric": {
|
394
381
|
"title": "Puheluun liittyminen epäonnistui.",
|
395
|
-
"
|
382
|
+
"dismissButtonAriaLabel": "Sulje"
|
396
383
|
},
|
397
384
|
"failedToJoinCallInvalidMeetingLink": {
|
398
385
|
"title": "Kokoukseen liittyminen ei onnistu. Linkki on virheellinen.",
|
399
|
-
"
|
386
|
+
"dismissButtonAriaLabel": "Sulje"
|
400
387
|
},
|
401
388
|
"cameraFrozenForRemoteParticipants": {
|
402
389
|
"title": "Puhelun muilla osallistujilla on videokuvasi näkymiseen liittyviä ongelmia",
|
403
390
|
"message": "Tarkista laitteesi ja verkkosi.",
|
404
|
-
"
|
391
|
+
"dismissButtonAriaLabel": "Sulje"
|
405
392
|
},
|
406
393
|
"unableToStartVideoEffect": {
|
407
394
|
"title": "Videotehosteen käyttäminen ei onnistu.",
|
408
|
-
"
|
395
|
+
"dismissButtonAriaLabel": "Sulje"
|
409
396
|
},
|
410
397
|
"startSpotlightWhileMaxParticipantsAreSpotlighted": {
|
411
398
|
"title": "Osallistujien valokeilaa ei voi aloittaa",
|
412
399
|
"message": "Enimmäismäärä osallistujia on jo valokeilassa.",
|
413
|
-
"
|
400
|
+
"dismissButtonAriaLabel": "Sulje"
|
401
|
+
},
|
402
|
+
"mutedByRemoteParticipant": {
|
403
|
+
"title": "Toinen osallistuja mykisti sinut.",
|
404
|
+
"dismissButtonAriaLabel": "Sulje"
|
405
|
+
},
|
406
|
+
"recordingStarted": {
|
407
|
+
"title": "Tallennus on aloitettu.",
|
408
|
+
"message": "Liittymällä annat suostumuksesi kokouksen litteroimiseen.",
|
409
|
+
"dismissButtonAriaLabel": "Sulje"
|
410
|
+
},
|
411
|
+
"transcriptionStarted": {
|
412
|
+
"title": "Transkriptio on aloitettu.",
|
413
|
+
"message": "Liittymällä annat suostumuksesi kokouksen litteroimiseen.",
|
414
|
+
"dismissButtonAriaLabel": "Sulje"
|
415
|
+
},
|
416
|
+
"recordingStopped": {
|
417
|
+
"title": "Tallennetta tallennetaan.",
|
418
|
+
"message": "Tallennus on pysäytetty.",
|
419
|
+
"dismissButtonAriaLabel": "Sulje"
|
420
|
+
},
|
421
|
+
"transcriptionStopped": {
|
422
|
+
"title": "Transkriptiota tallennetaan.",
|
423
|
+
"message": "Transkriptio on pysäytetty.",
|
424
|
+
"dismissButtonAriaLabel": "Sulje"
|
425
|
+
},
|
426
|
+
"recordingAndTranscriptionStarted": {
|
427
|
+
"title": "Tallentaminen ja litterointi on aloitettu.",
|
428
|
+
"message": "Liittymällä annat suostumuksesi kokouksen litteroimiseen.",
|
429
|
+
"dismissButtonAriaLabel": "Sulje"
|
430
|
+
},
|
431
|
+
"recordingAndTranscriptionStopped": {
|
432
|
+
"title": "Tallennusta ja transkriptiota tallennetaan.",
|
433
|
+
"message": "Tallentaminen ja transkriptio on pysäytetty.",
|
434
|
+
"dismissButtonAriaLabel": "Sulje"
|
435
|
+
},
|
436
|
+
"recordingStoppedStillTranscribing": {
|
437
|
+
"title": "Tallennus on pysäytetty.",
|
438
|
+
"message": "Transkriptiota ollaan luomassa vain tästä kokouksesta.",
|
439
|
+
"dismissButtonAriaLabel": "Sulje"
|
440
|
+
},
|
441
|
+
"transcriptionStoppedStillRecording": {
|
442
|
+
"title": "Transkriptio on pysäytetty.",
|
443
|
+
"message": "Tallennetta ollaan luomassa vain tästä kokouksesta.",
|
444
|
+
"dismissButtonAriaLabel": "Sulje"
|
414
445
|
}
|
415
446
|
},
|
416
447
|
"videoGallery": {
|
@@ -436,7 +467,8 @@
|
|
436
467
|
"spotlightLimitReachedMenuTitle": "Spotlight-raja saavutettu",
|
437
468
|
"stopSpotlightVideoTileMenuLabel": "Poista valokeilasta",
|
438
469
|
"stopSpotlightOnSelfVideoTileMenuLabel": "Valokeila",
|
439
|
-
"attendeeRole": "Osallistuja"
|
470
|
+
"attendeeRole": "Osallistuja",
|
471
|
+
"muteParticipantMenuItemLabel": "Mykistä"
|
440
472
|
},
|
441
473
|
"dialpad": {
|
442
474
|
"placeholderText": "Anna puhelinnumero",
|
@@ -578,9 +610,15 @@
|
|
578
610
|
"meetingConferencePhoneInfoModalMeetingId": "Anna kokoustunnus",
|
579
611
|
"meetingConferencePhoneInfoModalWait": "Odota, että järjestäjä ottaa sinut vastaan",
|
580
612
|
"meetingConferencePhoneInfoModalNoPhoneAvailable": "Puhelinta ei ole käytettävissä",
|
581
|
-
"
|
582
|
-
"
|
583
|
-
"meetingConferencePhoneInfoModalToll": "
|
584
|
-
|
613
|
+
"meetingConferencePhoneInfoModalTollGeoData": "{country}, {city}",
|
614
|
+
"meetingConferencePhoneInfoModalTollFree": "(Maksuton)",
|
615
|
+
"meetingConferencePhoneInfoModalToll": "(Maksullinen)"
|
616
|
+
},
|
617
|
+
"IncomingCallNotification": {
|
618
|
+
"incomingCallNotificationPlaceholderId": "Tuntematon käyttäjä",
|
619
|
+
"incomingCallNotificationPlaceholderAlert": "Saapuva puhelu",
|
620
|
+
"incomingCallNoticicationAcceptWithAudioAriaLabel": "Vastaa äänipuhelulla",
|
621
|
+
"incomingCallNoticicationAcceptWithVideoAriaLabel": "Vastaa videopuhelulla",
|
622
|
+
"incomingCallNoticicationRejectAriaLabel": "Hylkää"
|
585
623
|
}
|
586
624
|
}
|
@@ -185,8 +185,8 @@
|
|
185
185
|
"failToSendTag": "Échec de l'envoi",
|
186
186
|
"editedTag": "Modifié",
|
187
187
|
"liveAuthorIntro": "{author} dit",
|
188
|
-
"messageContentAriaText": "{author} a dit {message}",
|
189
|
-
"messageContentMineAriaText": "Vous avez dit {message}",
|
188
|
+
"messageContentAriaText": "{status} {author} a dit {message}.",
|
189
|
+
"messageContentMineAriaText": "{status} Vous avez dit {message}.",
|
190
190
|
"editBoxTextLimit": "Votre message dépasse la limite de {limitNumber} caractères",
|
191
191
|
"editBoxPlaceholderText": "Modifier votre message",
|
192
192
|
"newMessagesIndicator": "Nouveaux messages",
|
@@ -220,7 +220,8 @@
|
|
220
220
|
"richTextDeleteColumnMenu": "Supprimer la colonne",
|
221
221
|
"richTextDeleteRowMenu": "Supprimer une ligne",
|
222
222
|
"richTextDeleteTableMenu": "Supprimer le tableau",
|
223
|
-
"richTextToolbarMoreButtonAriaLabel": "Autres options"
|
223
|
+
"richTextToolbarMoreButtonAriaLabel": "Autres options",
|
224
|
+
"attachmentUploadsPendingError": "Chargement en cours... Veuillez patienter."
|
224
225
|
},
|
225
226
|
"errorBar": {
|
226
227
|
"unableToReachChatService": "Vous êtes hors connexion",
|
@@ -237,6 +238,7 @@
|
|
237
238
|
"startScreenShareGeneric": "Un problème est survenu durant le démarrage du partage d’écran.",
|
238
239
|
"stopScreenShareGeneric": "Échec de l’arrêt du partage d’écran",
|
239
240
|
"callNetworkQualityLow": "La qualité de réseau est faible.",
|
241
|
+
"teamsMeetingCallNetworkQualityLow": "La qualité de réseau est faible.",
|
240
242
|
"callNoSpeakerFound": "Aucun haut-parleur ou casque n’a été trouvé. Connectez un périphérique audio pour entendre l’appel.",
|
241
243
|
"callNoMicrophoneFound": "Aucun micro n’a été trouvé. Connectez un périphérique d’entrée audio.",
|
242
244
|
"callMicrophoneAccessDenied": "Impossible d’accéder au microphone. Cliquez sur le verrou dans la barre d’adresses pour accorder l’autorisation à cette page Web.",
|
@@ -257,160 +259,189 @@
|
|
257
259
|
"failedToJoinCallInvalidMeetingLink": "Impossible de rejoindre la réunion. Lien non valide.",
|
258
260
|
"cameraFrozenForRemoteParticipants": "Les utilisateurs de l’appel rencontrent des problèmes pour voir votre vidéo. Vérifiez vos appareils et votre réseau.",
|
259
261
|
"unableToStartVideoEffect": "Impossible d’appliquer l’effet vidéo.",
|
260
|
-
"startSpotlightWhileMaxParticipantsAreSpotlighted": "Impossible de lancer la mise en lumière sur le(s) participant(s), car le nombre maximum de participants est déjà mis en lumière."
|
262
|
+
"startSpotlightWhileMaxParticipantsAreSpotlighted": "Impossible de lancer la mise en lumière sur le(s) participant(s), car le nombre maximum de participants est déjà mis en lumière.",
|
263
|
+
"mutedByRemoteParticipant": "Votre micro a été désactivé par un autre participant."
|
261
264
|
},
|
262
|
-
"
|
263
|
-
"unableToReachChatService": {
|
264
|
-
"title": "Vous êtes en mode hors connexion.",
|
265
|
-
"closeButtonAriaLabel": "Fermer"
|
266
|
-
},
|
267
|
-
"accessDenied": {
|
268
|
-
"title": "Impossible d’accéder aux services de conversation",
|
269
|
-
"message": "Vérifiez les informations d’identification de l’utilisateur fournies",
|
270
|
-
"closeButtonAriaLabel": "Fermer"
|
271
|
-
},
|
272
|
-
"userNotInChatThread": {
|
273
|
-
"title": "Vous n’êtes plus dans ce thread de conversation.",
|
274
|
-
"closeButtonAriaLabel": "Fermer"
|
275
|
-
},
|
276
|
-
"sendMessageNotInChatThread": {
|
277
|
-
"title": "Échec d’envoi du message.",
|
278
|
-
"message": "Vous n’est plus dans ce thread de conversation",
|
279
|
-
"closeButtonAriaLabel": "Fermer"
|
280
|
-
},
|
281
|
-
"sendMessageGeneric": {
|
282
|
-
"title": "L’envoi du message a échoué.",
|
283
|
-
"closeButtonAriaLabel": "Fermer"
|
284
|
-
},
|
265
|
+
"notificationStack": {
|
285
266
|
"callingNetworkFailure": {
|
286
267
|
"title": "Appel de connexion en cours",
|
287
|
-
"message": "Vous semblez être hors connexion.
|
288
|
-
"
|
268
|
+
"message": "Vous semblez être hors connexion. Vérifiez votre connexion réseau et réessayez.",
|
269
|
+
"dismissButtonAriaLabel": "Fermer"
|
289
270
|
},
|
290
271
|
"startVideoGeneric": {
|
291
272
|
"title": "Échec du démarrage de la vidéo.",
|
292
|
-
"
|
273
|
+
"dismissButtonAriaLabel": "Fermer"
|
293
274
|
},
|
294
275
|
"stopVideoGeneric": {
|
295
276
|
"title": "Échec de l’arrêt de la vidéo.",
|
296
|
-
"
|
277
|
+
"dismissButtonAriaLabel": "Fermer"
|
297
278
|
},
|
298
279
|
"muteGeneric": {
|
299
280
|
"title": "Impossible de désactiver le micro.",
|
300
|
-
"
|
281
|
+
"dismissButtonAriaLabel": "Fermer"
|
301
282
|
},
|
302
283
|
"unmuteGeneric": {
|
303
284
|
"title": "Échec de l’activation du micro.",
|
304
|
-
"
|
285
|
+
"dismissButtonAriaLabel": "Fermer"
|
305
286
|
},
|
306
287
|
"speakingWhileMuted": {
|
307
288
|
"title": "Le son de votre micro est désactivé.",
|
308
|
-
"
|
289
|
+
"dismissButtonAriaLabel": "Fermer"
|
309
290
|
},
|
310
291
|
"startScreenShareGeneric": {
|
311
292
|
"title": "Un problème est survenu durant le démarrage du partage d’écran.",
|
312
|
-
"
|
293
|
+
"dismissButtonAriaLabel": "Fermer"
|
313
294
|
},
|
314
295
|
"stopScreenShareGeneric": {
|
315
296
|
"title": "Échec de l’arrêt du partage d’écran.",
|
316
|
-
"
|
297
|
+
"dismissButtonAriaLabel": "Fermer"
|
317
298
|
},
|
318
299
|
"callNetworkQualityLow": {
|
319
300
|
"title": "La qualité de réseau est faible.",
|
320
|
-
"
|
301
|
+
"dismissButtonAriaLabel": "Fermer"
|
302
|
+
},
|
303
|
+
"teamsMeetingCallNetworkQualityLow": {
|
304
|
+
"title": "La qualité de réseau est faible.",
|
305
|
+
"dismissButtonAriaLabel": "Fermer",
|
306
|
+
"message": "Rejoignez cet appel à partir de votre téléphone pour obtenir un meilleur son. Vous pouvez continuer à afficher la réunion sur cet appareil.",
|
307
|
+
"primaryButtonLabel": "Participer par téléphone"
|
321
308
|
},
|
322
309
|
"callNoSpeakerFound": {
|
323
310
|
"title": "Haut-parleurs ou casque introuvables",
|
324
311
|
"message": "Connectez un périphérique audio pour entendre l’appel.",
|
325
|
-
"
|
312
|
+
"dismissButtonAriaLabel": "Fermer"
|
326
313
|
},
|
327
314
|
"callNoMicrophoneFound": {
|
328
315
|
"title": "Aucun microphone trouvé",
|
329
316
|
"message": "Connectez un périphérique d’entrée audio.",
|
330
|
-
"
|
317
|
+
"dismissButtonAriaLabel": "Fermer"
|
331
318
|
},
|
332
319
|
"callMicrophoneAccessDenied": {
|
333
320
|
"title": "Impossible d’accéder au microphone",
|
334
321
|
"message": "Cliquez sur le verrou dans la barre d’adresses pour accorder l’autorisation à cette page Web.",
|
335
|
-
"
|
322
|
+
"dismissButtonAriaLabel": "Fermer"
|
336
323
|
},
|
337
324
|
"callMicrophoneAccessDeniedSafari": {
|
338
325
|
"title": "Impossible d’accéder au microphone",
|
339
|
-
"message": "Actualisez la page pour autoriser les autorisations ou
|
340
|
-
"
|
326
|
+
"message": "Actualisez la page pour autoriser les autorisations, ou vérifiez les paramètres de ce navigateur et vérifiez que les autorisations sont activées pour ce site web.",
|
327
|
+
"dismissButtonAriaLabel": "Fermer"
|
341
328
|
},
|
342
329
|
"callMicrophoneMutedBySystem": {
|
343
330
|
"title": "Votre micro est désactivé par votre système.",
|
344
|
-
"
|
331
|
+
"dismissButtonAriaLabel": "Fermer"
|
345
332
|
},
|
346
333
|
"callMicrophoneUnmutedBySystem": {
|
347
334
|
"title": "Votre micro a été récupéré et la son a été activé par votre système.",
|
348
|
-
"
|
335
|
+
"dismissButtonAriaLabel": "Fermer"
|
349
336
|
},
|
350
337
|
"callMacOsMicrophoneAccessDenied": {
|
351
338
|
"title": "Impossible d’accéder au microphone",
|
352
339
|
"message": "Accordez l’autorisation de microphone dans vos paramètres de confidentialité macOS.",
|
353
|
-
"
|
340
|
+
"dismissButtonAriaLabel": "Fermer"
|
354
341
|
},
|
355
342
|
"callLocalVideoFreeze": {
|
356
343
|
"title": "La bande passante réseau est médiocre",
|
357
344
|
"message": "Votre vidéo peut apparaître suspendue pour d’autres participants à l’appel.",
|
358
|
-
"
|
345
|
+
"dismissButtonAriaLabel": "Fermer"
|
359
346
|
},
|
360
347
|
"callCameraAccessDenied": {
|
361
348
|
"title": "Impossible d’accéder à la caméra",
|
362
349
|
"message": "Cliquez sur le verrou dans la barre d’adresses pour accorder l’autorisation à cette page Web.",
|
363
|
-
"
|
350
|
+
"dismissButtonAriaLabel": "Fermer"
|
364
351
|
},
|
365
352
|
"callCameraAccessDeniedSafari": {
|
366
353
|
"title": "Impossible d’accéder à la caméra",
|
367
|
-
"message": "Actualisez la page pour autoriser les autorisations ou
|
368
|
-
"
|
354
|
+
"message": "Actualisez la page pour autoriser les autorisations, ou vérifiez les paramètres de ce navigateur et vérifiez que les autorisations sont activées pour ce site web.",
|
355
|
+
"dismissButtonAriaLabel": "Fermer"
|
369
356
|
},
|
370
357
|
"callCameraAlreadyInUse": {
|
371
358
|
"title": "Impossible d’accéder à la caméra",
|
372
359
|
"message": "Il est peut-être déjà utilisé par une autre application.",
|
373
|
-
"
|
360
|
+
"dismissButtonAriaLabel": "Fermer"
|
374
361
|
},
|
375
362
|
"callVideoStoppedBySystem": {
|
376
363
|
"title": "Votre vidéo a été arrêtée par votre système.",
|
377
|
-
"
|
364
|
+
"dismissButtonAriaLabel": "Fermer"
|
378
365
|
},
|
379
366
|
"callVideoRecoveredBySystem": {
|
380
367
|
"title": "Votre vidéo a repris.",
|
381
|
-
"
|
368
|
+
"dismissButtonAriaLabel": "Fermer"
|
382
369
|
},
|
383
370
|
"callMacOsCameraAccessDenied": {
|
384
371
|
"title": "MacOS bloque l’accès à votre caméra",
|
385
372
|
"message": "Mettez à jour vos paramètres de confidentialité pour autoriser ce navigateur à accéder à votre caméra.",
|
386
|
-
"
|
373
|
+
"dismissButtonAriaLabel": "Fermer"
|
387
374
|
},
|
388
375
|
"callMacOsScreenShareAccessDenied": {
|
389
376
|
"title": "MacOS bloque le partage d’écran",
|
390
377
|
"message": "Mettez à jour vos paramètres de confidentialité pour permettre à ce navigateur d’enregistrer votre écran.",
|
391
|
-
"
|
378
|
+
"dismissButtonAriaLabel": "Fermer"
|
392
379
|
},
|
393
380
|
"failedToJoinCallGeneric": {
|
394
381
|
"title": "Nous n’avons pas pu rejoindre l’appel.",
|
395
|
-
"
|
382
|
+
"dismissButtonAriaLabel": "Fermer"
|
396
383
|
},
|
397
384
|
"failedToJoinCallInvalidMeetingLink": {
|
398
385
|
"title": "Impossible de rejoindre la réunion. Lien non valide.",
|
399
|
-
"
|
386
|
+
"dismissButtonAriaLabel": "Fermer"
|
400
387
|
},
|
401
388
|
"cameraFrozenForRemoteParticipants": {
|
402
389
|
"title": "Les utilisateurs de l’appel rencontrent des problèmes pour voir votre vidéo",
|
403
390
|
"message": "Vérifiez vos appareils et votre réseau.",
|
404
|
-
"
|
391
|
+
"dismissButtonAriaLabel": "Fermer"
|
405
392
|
},
|
406
393
|
"unableToStartVideoEffect": {
|
407
394
|
"title": "Impossible d’appliquer l’effet vidéo.",
|
408
|
-
"
|
395
|
+
"dismissButtonAriaLabel": "Fermer"
|
409
396
|
},
|
410
397
|
"startSpotlightWhileMaxParticipantsAreSpotlighted": {
|
411
398
|
"title": "Impossible de mettre en évidence le ou les participants",
|
412
399
|
"message": "Le nombre maximum de participants est déjà connu.",
|
413
|
-
"
|
400
|
+
"dismissButtonAriaLabel": "Fermer"
|
401
|
+
},
|
402
|
+
"mutedByRemoteParticipant": {
|
403
|
+
"title": "Votre micro a été désactivé par un autre participant.",
|
404
|
+
"dismissButtonAriaLabel": "Fermer"
|
405
|
+
},
|
406
|
+
"recordingStarted": {
|
407
|
+
"title": "L'enregistrement a démarré.",
|
408
|
+
"message": "En participant, vous autorisez la transcription de cette réunion.",
|
409
|
+
"dismissButtonAriaLabel": "Fermer"
|
410
|
+
},
|
411
|
+
"transcriptionStarted": {
|
412
|
+
"title": "La transcription a démarré.",
|
413
|
+
"message": "En participant, vous autorisez la transcription de cette réunion.",
|
414
|
+
"dismissButtonAriaLabel": "Fermer"
|
415
|
+
},
|
416
|
+
"recordingStopped": {
|
417
|
+
"title": "Enregistrement en cours de sauvegarde.",
|
418
|
+
"message": "L’enregistrement s’est arrêté.",
|
419
|
+
"dismissButtonAriaLabel": "Fermer"
|
420
|
+
},
|
421
|
+
"transcriptionStopped": {
|
422
|
+
"title": "La transcription est en cours d’enregistrement.",
|
423
|
+
"message": "Arrêt de la transcription.",
|
424
|
+
"dismissButtonAriaLabel": "Fermer"
|
425
|
+
},
|
426
|
+
"recordingAndTranscriptionStarted": {
|
427
|
+
"title": "Démarrage de l’enregistrement et de la transcription.",
|
428
|
+
"message": "En participant, vous autorisez la transcription de cette réunion.",
|
429
|
+
"dismissButtonAriaLabel": "Fermer"
|
430
|
+
},
|
431
|
+
"recordingAndTranscriptionStopped": {
|
432
|
+
"title": "Sauvegarde en cours de l’enregistrement et de la transcription.",
|
433
|
+
"message": "L’enregistrement et la transcription ont pris fin.",
|
434
|
+
"dismissButtonAriaLabel": "Fermer"
|
435
|
+
},
|
436
|
+
"recordingStoppedStillTranscribing": {
|
437
|
+
"title": "L’enregistrement s’est arrêté.",
|
438
|
+
"message": "À présent, vous ne transcrivez que cette réunion.",
|
439
|
+
"dismissButtonAriaLabel": "Fermer"
|
440
|
+
},
|
441
|
+
"transcriptionStoppedStillRecording": {
|
442
|
+
"title": "Arrêt de la transcription.",
|
443
|
+
"message": "Vous n’enregistrez désormais que cette réunion.",
|
444
|
+
"dismissButtonAriaLabel": "Fermer"
|
414
445
|
}
|
415
446
|
},
|
416
447
|
"videoGallery": {
|
@@ -436,7 +467,8 @@
|
|
436
467
|
"spotlightLimitReachedMenuTitle": "Limite Spotlight atteinte",
|
437
468
|
"stopSpotlightVideoTileMenuLabel": "Arrêter la mise en évidence",
|
438
469
|
"stopSpotlightOnSelfVideoTileMenuLabel": "Quitter la mise en évidence",
|
439
|
-
"attendeeRole": "Participant(e)"
|
470
|
+
"attendeeRole": "Participant(e)",
|
471
|
+
"muteParticipantMenuItemLabel": "Désactiver le micro / muet"
|
440
472
|
},
|
441
473
|
"dialpad": {
|
442
474
|
"placeholderText": "Entrer un numéro de téléphone",
|
@@ -578,9 +610,15 @@
|
|
578
610
|
"meetingConferencePhoneInfoModalMeetingId": "Entrer l’ID de réunion",
|
579
611
|
"meetingConferencePhoneInfoModalWait": "Attendez d’être admis par l’organisateur",
|
580
612
|
"meetingConferencePhoneInfoModalNoPhoneAvailable": "Aucun téléphone disponible",
|
581
|
-
"
|
582
|
-
"
|
583
|
-
"meetingConferencePhoneInfoModalToll": "
|
584
|
-
|
613
|
+
"meetingConferencePhoneInfoModalTollGeoData": "{country}, {city}",
|
614
|
+
"meetingConferencePhoneInfoModalTollFree": "(numéro gratuit)",
|
615
|
+
"meetingConferencePhoneInfoModalToll": "(numéro payant)"
|
616
|
+
},
|
617
|
+
"IncomingCallNotification": {
|
618
|
+
"incomingCallNotificationPlaceholderId": "Utilisateur inconnu",
|
619
|
+
"incomingCallNotificationPlaceholderAlert": "Appel entrant",
|
620
|
+
"incomingCallNoticicationAcceptWithAudioAriaLabel": "Accepter avec l'audio",
|
621
|
+
"incomingCallNoticicationAcceptWithVideoAriaLabel": "Accepter avec la vidéo",
|
622
|
+
"incomingCallNoticicationRejectAriaLabel": "Rejeter"
|
585
623
|
}
|
586
624
|
}
|