@azure/communication-react 1.18.0-alpha-202407191547 → 1.18.0-alpha-202407262302
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 +15 -23
- package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-ChK7xe6Z.js → ChatMessageComponentAsRichTextEditBox-CmXCpkwp.js} +5 -33
- package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-CmXCpkwp.js.map +1 -0
- package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-BLCHZv_g.js → RichTextSendBoxWrapper-DI4k0qyf.js} +2 -2
- package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-BLCHZv_g.js.map → RichTextSendBoxWrapper-DI4k0qyf.js.map} +1 -1
- package/dist/dist-cjs/communication-react/{index-BWVQuckY.js → index-BSczaURy.js} +184 -249
- package/dist/dist-cjs/communication-react/index-BSczaURy.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-component-bindings/src/baseSelectors.d.ts +1 -1
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js +3 -3
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/notificationStackSelector.js +2 -2
- package/dist/dist-esm/calling-component-bindings/src/notificationStackSelector.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +1 -3
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js +2 -2
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/Converter.js +1 -1
- package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/ChatClientState.d.ts +3 -5
- package/dist/dist-esm/chat-stateful-client/src/ChatClientState.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCard.js +8 -14
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCard.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js +4 -35
- 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.js +1 -6
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.d.ts +8 -8
- package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.js +4 -4
- package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.js +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js +14 -21
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.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 +17 -15
- package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/Common.style.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/styles/Common.style.js +1 -2
- package/dist/dist-esm/react-components/src/components/styles/Common.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js +2 -5
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.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/SendBoxUtils.d.ts +2 -6
- package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js +12 -57
- package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +1 -1
- package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ar-SA/strings.json +64 -102
- package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/strings.json +62 -100
- package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +62 -100
- package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +62 -100
- package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +62 -100
- package/dist/dist-esm/react-components/src/localization/locales/fi-FI/strings.json +62 -100
- package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +65 -103
- package/dist/dist-esm/react-components/src/localization/locales/he-IL/strings.json +62 -100
- package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +62 -100
- package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +64 -102
- package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +69 -107
- package/dist/dist-esm/react-components/src/localization/locales/nb-NO/strings.json +62 -100
- package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +68 -106
- package/dist/dist-esm/react-components/src/localization/locales/pl-PL/strings.json +67 -105
- package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +65 -103
- package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +63 -101
- package/dist/dist-esm/react-components/src/localization/locales/sv-SE/strings.json +62 -100
- package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +63 -101
- package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +64 -102
- package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +63 -101
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js +4 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useMeetingPhoneInfo.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useMeetingPhoneInfo.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js +10 -10
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/MeetingPhoneInfoPaneContent.js +4 -4
- package/dist/dist-esm/react-composites/src/composites/common/MeetingPhoneInfoPaneContent.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +2 -6
- package/dist/dist-esm/react-composites/src/composites/common/icons.js +1 -5
- package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/strings.json +5 -10
- package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/strings.json +1 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +1 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +1 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +1 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/strings.json +5 -10
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +5 -10
- package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/strings.json +5 -10
- package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +5 -10
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +1 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +5 -10
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/strings.json +1 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +1 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/strings.json +1 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +5 -10
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +1 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/strings.json +5 -10
- package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +1 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +5 -10
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +5 -10
- package/package.json +7 -7
- package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-ChK7xe6Z.js.map +0 -1
- package/dist/dist-cjs/communication-react/index-BWVQuckY.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": "{
|
189
|
-
"messageContentMineAriaText": "
|
188
|
+
"messageContentAriaText": "{author} sanoi {message}",
|
189
|
+
"messageContentMineAriaText": "Sanoit {message}",
|
190
190
|
"editBoxTextLimit": "Viesti ylittää {limitNumber} merkin rajan",
|
191
191
|
"editBoxPlaceholderText": "Muokkaa viestiäsi",
|
192
192
|
"newMessagesIndicator": "Uudet viestit",
|
@@ -220,8 +220,7 @@
|
|
220
220
|
"richTextDeleteColumnMenu": "Poista sarake",
|
221
221
|
"richTextDeleteRowMenu": "Poista rivi",
|
222
222
|
"richTextDeleteTableMenu": "Poista taulukko",
|
223
|
-
"richTextToolbarMoreButtonAriaLabel": "Lisää asetuksia"
|
224
|
-
"attachmentUploadsPendingError": "Ladataan palvelimeen... Odota."
|
223
|
+
"richTextToolbarMoreButtonAriaLabel": "Lisää asetuksia"
|
225
224
|
},
|
226
225
|
"errorBar": {
|
227
226
|
"unableToReachChatService": "Olet offline-tilassa",
|
@@ -238,7 +237,6 @@
|
|
238
237
|
"startScreenShareGeneric": "Näytön jakamisen aloittamisessa ilmeni ongelma.",
|
239
238
|
"stopScreenShareGeneric": "Näytön jakamisen lopettaminen epäonnistui",
|
240
239
|
"callNetworkQualityLow": "Verkkoyhteyden laatu on huono.",
|
241
|
-
"teamsMeetingCallNetworkQualityLow": "Verkkoyhteyden laatu on huono.",
|
242
240
|
"callNoSpeakerFound": "Kaiuttimia tai kuulokkeita ei löytynyt. Yhdistä äänilaite voidaksesi kuulla puhelun.",
|
243
241
|
"callNoMicrophoneFound": "Mikrofoneja ei löytynyt. Yhdistä äänitulolaite.",
|
244
242
|
"callMicrophoneAccessDenied": "Mikrofonia ei voi käyttää. Myönnä käyttöoikeus tälle verkkosivulle napsauttamalla osoiterivin lukitusta.",
|
@@ -259,189 +257,160 @@
|
|
259
257
|
"failedToJoinCallInvalidMeetingLink": "Kokoukseen liittyminen ei onnistu. Linkki on virheellinen.",
|
260
258
|
"cameraFrozenForRemoteParticipants": "Puhelun käyttäjillä on videokuvan näkymiseen liittyviä ongelmia. Tarkista laitteesi ja verkkosi.",
|
261
259
|
"unableToStartVideoEffect": "Videotehosteen käyttäminen ei onnistu.",
|
262
|
-
"startSpotlightWhileMaxParticipantsAreSpotlighted": "Osallistujien korostusta ei voi aloittaa, koska enimmäismäärä osallistujia on jo valokeilassa."
|
263
|
-
"mutedByRemoteParticipant": "Toinen osallistuja mykisti sinut."
|
260
|
+
"startSpotlightWhileMaxParticipantsAreSpotlighted": "Osallistujien korostusta ei voi aloittaa, koska enimmäismäärä osallistujia on jo valokeilassa."
|
264
261
|
},
|
265
|
-
"
|
262
|
+
"notifications": {
|
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
|
+
},
|
266
285
|
"callingNetworkFailure": {
|
267
286
|
"title": "Ongelma puhelun yhdistämisessä",
|
268
287
|
"message": "Olet ilmeisesti offline-tilassa. Tarkista verkkoyhteys ja yritä uudelleen.",
|
269
|
-
"
|
288
|
+
"closeButtonAriaLabel": "Sulje"
|
270
289
|
},
|
271
290
|
"startVideoGeneric": {
|
272
291
|
"title": "Videon käynnistäminen epäonnistui.",
|
273
|
-
"
|
292
|
+
"closeButtonAriaLabel": "Sulje"
|
274
293
|
},
|
275
294
|
"stopVideoGeneric": {
|
276
295
|
"title": "Videon pysäyttäminen epäonnistui.",
|
277
|
-
"
|
296
|
+
"closeButtonAriaLabel": "Sulje"
|
278
297
|
},
|
279
298
|
"muteGeneric": {
|
280
299
|
"title": "Mikrofonin mykistäminen epäonnistui.",
|
281
|
-
"
|
300
|
+
"closeButtonAriaLabel": "Sulje"
|
282
301
|
},
|
283
302
|
"unmuteGeneric": {
|
284
303
|
"title": "Mikrofonin mykistyksen poistaminen epäonnistui.",
|
285
|
-
"
|
304
|
+
"closeButtonAriaLabel": "Sulje"
|
286
305
|
},
|
287
306
|
"speakingWhileMuted": {
|
288
307
|
"title": "Ääni on mykistetty.",
|
289
|
-
"
|
308
|
+
"closeButtonAriaLabel": "Sulje"
|
290
309
|
},
|
291
310
|
"startScreenShareGeneric": {
|
292
311
|
"title": "Näytön jakamisen aloittamisessa ilmeni ongelma.",
|
293
|
-
"
|
312
|
+
"closeButtonAriaLabel": "Sulje"
|
294
313
|
},
|
295
314
|
"stopScreenShareGeneric": {
|
296
315
|
"title": "Näytön jakamisen lopettaminen epäonnistui.",
|
297
|
-
"
|
316
|
+
"closeButtonAriaLabel": "Sulje"
|
298
317
|
},
|
299
318
|
"callNetworkQualityLow": {
|
300
319
|
"title": "Verkkoyhteyden laatu on huono.",
|
301
|
-
"
|
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"
|
320
|
+
"closeButtonAriaLabel": "Sulje"
|
308
321
|
},
|
309
322
|
"callNoSpeakerFound": {
|
310
323
|
"title": "Kaiuttimia tai kuulokkeita ei löytynyt.",
|
311
324
|
"message": "Yhdistä äänilaite voidaksesi kuulla puhelun.",
|
312
|
-
"
|
325
|
+
"closeButtonAriaLabel": "Sulje"
|
313
326
|
},
|
314
327
|
"callNoMicrophoneFound": {
|
315
328
|
"title": "Mikrofoneja ei löytynyt",
|
316
329
|
"message": "Yhdistä äänensyöttölaite.",
|
317
|
-
"
|
330
|
+
"closeButtonAriaLabel": "Sulje"
|
318
331
|
},
|
319
332
|
"callMicrophoneAccessDenied": {
|
320
333
|
"title": "Mikrofonia ei voi käyttää",
|
321
334
|
"message": "Myönnä käyttöoikeus tälle verkkosivulle napsauttamalla osoiterivillä olevaa lukkoa.",
|
322
|
-
"
|
335
|
+
"closeButtonAriaLabel": "Sulje"
|
323
336
|
},
|
324
337
|
"callMicrophoneAccessDeniedSafari": {
|
325
338
|
"title": "Mikrofonia ei voi käyttää",
|
326
339
|
"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.",
|
327
|
-
"
|
340
|
+
"closeButtonAriaLabel": "Sulje"
|
328
341
|
},
|
329
342
|
"callMicrophoneMutedBySystem": {
|
330
343
|
"title": "Järjestelmäasetuksen perusteella sinut on mykistetty.",
|
331
|
-
"
|
344
|
+
"closeButtonAriaLabel": "Sulje"
|
332
345
|
},
|
333
346
|
"callMicrophoneUnmutedBySystem": {
|
334
347
|
"title": "Mikrofonisi palautui käyttöön ja järjestelmä on poistanut sen mykistyksen.",
|
335
|
-
"
|
348
|
+
"closeButtonAriaLabel": "Sulje"
|
336
349
|
},
|
337
350
|
"callMacOsMicrophoneAccessDenied": {
|
338
351
|
"title": "Mikrofonia ei voi käyttää",
|
339
352
|
"message": "Myönnä mikrofonin käyttöoikeus macOS:n tietosuoja-asetuksissa.",
|
340
|
-
"
|
353
|
+
"closeButtonAriaLabel": "Sulje"
|
341
354
|
},
|
342
355
|
"callLocalVideoFreeze": {
|
343
356
|
"title": "Verkon kaistanleveys on heikko",
|
344
357
|
"message": "Videokuvasi saattaa näkyä keskeytettynä puhelun muille osallistujille.",
|
345
|
-
"
|
358
|
+
"closeButtonAriaLabel": "Sulje"
|
346
359
|
},
|
347
360
|
"callCameraAccessDenied": {
|
348
361
|
"title": "Kameraa ei voi käyttää",
|
349
362
|
"message": "Myönnä käyttöoikeus tälle verkkosivulle napsauttamalla osoiterivillä olevaa lukkoa.",
|
350
|
-
"
|
363
|
+
"closeButtonAriaLabel": "Sulje"
|
351
364
|
},
|
352
365
|
"callCameraAccessDeniedSafari": {
|
353
366
|
"title": "Kameraa ei voi käyttää",
|
354
367
|
"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.",
|
355
|
-
"
|
368
|
+
"closeButtonAriaLabel": "Sulje"
|
356
369
|
},
|
357
370
|
"callCameraAlreadyInUse": {
|
358
371
|
"title": "Kameraa ei voi käyttää",
|
359
372
|
"message": "Toinen sovellus saattaa jo käyttää sitä.",
|
360
|
-
"
|
373
|
+
"closeButtonAriaLabel": "Sulje"
|
361
374
|
},
|
362
375
|
"callVideoStoppedBySystem": {
|
363
376
|
"title": "Järjestelmä on pysäyttänyt videosi.",
|
364
|
-
"
|
377
|
+
"closeButtonAriaLabel": "Sulje"
|
365
378
|
},
|
366
379
|
"callVideoRecoveredBySystem": {
|
367
380
|
"title": "Videosi näytetään jälleen.",
|
368
|
-
"
|
381
|
+
"closeButtonAriaLabel": "Sulje"
|
369
382
|
},
|
370
383
|
"callMacOsCameraAccessDenied": {
|
371
384
|
"title": "MacOS estää kameran käytön",
|
372
385
|
"message": "Päivitä tietosuoja-asetukset, jotta selain voi käyttää kameraasi.",
|
373
|
-
"
|
386
|
+
"closeButtonAriaLabel": "Sulje"
|
374
387
|
},
|
375
388
|
"callMacOsScreenShareAccessDenied": {
|
376
389
|
"title": "MacOS estää näytön jakamisen",
|
377
390
|
"message": "Päivitä tietosuoja-asetukset, jotta selain voi tallentaa, mitä näytölläsi tapahtuu.",
|
378
|
-
"
|
391
|
+
"closeButtonAriaLabel": "Sulje"
|
379
392
|
},
|
380
393
|
"failedToJoinCallGeneric": {
|
381
394
|
"title": "Puheluun liittyminen epäonnistui.",
|
382
|
-
"
|
395
|
+
"closeButtonAriaLabel": "Sulje"
|
383
396
|
},
|
384
397
|
"failedToJoinCallInvalidMeetingLink": {
|
385
398
|
"title": "Kokoukseen liittyminen ei onnistu. Linkki on virheellinen.",
|
386
|
-
"
|
399
|
+
"closeButtonAriaLabel": "Sulje"
|
387
400
|
},
|
388
401
|
"cameraFrozenForRemoteParticipants": {
|
389
402
|
"title": "Puhelun muilla osallistujilla on videokuvasi näkymiseen liittyviä ongelmia",
|
390
403
|
"message": "Tarkista laitteesi ja verkkosi.",
|
391
|
-
"
|
404
|
+
"closeButtonAriaLabel": "Sulje"
|
392
405
|
},
|
393
406
|
"unableToStartVideoEffect": {
|
394
407
|
"title": "Videotehosteen käyttäminen ei onnistu.",
|
395
|
-
"
|
408
|
+
"closeButtonAriaLabel": "Sulje"
|
396
409
|
},
|
397
410
|
"startSpotlightWhileMaxParticipantsAreSpotlighted": {
|
398
411
|
"title": "Osallistujien valokeilaa ei voi aloittaa",
|
399
412
|
"message": "Enimmäismäärä osallistujia on jo valokeilassa.",
|
400
|
-
"
|
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"
|
413
|
+
"closeButtonAriaLabel": "Sulje"
|
445
414
|
}
|
446
415
|
},
|
447
416
|
"videoGallery": {
|
@@ -467,8 +436,7 @@
|
|
467
436
|
"spotlightLimitReachedMenuTitle": "Spotlight-raja saavutettu",
|
468
437
|
"stopSpotlightVideoTileMenuLabel": "Poista valokeilasta",
|
469
438
|
"stopSpotlightOnSelfVideoTileMenuLabel": "Valokeila",
|
470
|
-
"attendeeRole": "Osallistuja"
|
471
|
-
"muteParticipantMenuItemLabel": "Mykistä"
|
439
|
+
"attendeeRole": "Osallistuja"
|
472
440
|
},
|
473
441
|
"dialpad": {
|
474
442
|
"placeholderText": "Anna puhelinnumero",
|
@@ -604,21 +572,15 @@
|
|
604
572
|
"leftNavButtonAriaLabel": "edellinen sivu",
|
605
573
|
"rightNavButtonAriaLabel": "seuraava sivu"
|
606
574
|
},
|
607
|
-
"
|
575
|
+
"MeetingConferencePhoneInfo": {
|
608
576
|
"meetingConferencePhoneInfoModalTitle": "Liity puheluun puhelimestasi",
|
609
577
|
"meetingConferencePhoneInfoModalDialIn": "Valitse numero",
|
610
578
|
"meetingConferencePhoneInfoModalMeetingId": "Anna kokoustunnus",
|
611
579
|
"meetingConferencePhoneInfoModalWait": "Odota, että järjestäjä ottaa sinut vastaan",
|
612
580
|
"meetingConferencePhoneInfoModalNoPhoneAvailable": "Puhelinta ei ole käytettävissä",
|
613
|
-
"
|
614
|
-
"
|
615
|
-
"meetingConferencePhoneInfoModalToll": "(
|
616
|
-
|
617
|
-
"IncomingCallNotification": {
|
618
|
-
"incomingCallNotificationPlaceholderId": "Tuntematon käyttäjä",
|
619
|
-
"incomingCallNotificationPlaceholderAlert": "Saapuva puhelu",
|
620
|
-
"incomingCallNoticicationAcceptWithAudioAriaLabel": "Vastaa äänipuhelulla",
|
621
|
-
"incomingCallNoticicationAcceptWithVideoAriaLabel": "Vastaa videopuhelulla",
|
622
|
-
"incomingCallNoticicationRejectAriaLabel": "Hylkää"
|
581
|
+
"meetingConferencePhoneInfoModalTollFree": "{phoneNumber} (maksuton) {country}, {city}",
|
582
|
+
"meetingConferencePhoneInfoModalTollFreeWithoutGeoData": "{phoneNumber} (maksuton)",
|
583
|
+
"meetingConferencePhoneInfoModalToll": "{phoneNumber} (maksullinen) {country}, {city}",
|
584
|
+
"meetingConferencePhoneInfoModalTollWithoutGeoData": "{phoneNumber} (maksullinen)"
|
623
585
|
}
|
624
586
|
}
|
@@ -185,8 +185,8 @@
|
|
185
185
|
"failToSendTag": "Échec de l'envoi",
|
186
186
|
"editedTag": "Modifié",
|
187
187
|
"liveAuthorIntro": "{author} dit",
|
188
|
-
"messageContentAriaText": "{
|
189
|
-
"messageContentMineAriaText": "
|
188
|
+
"messageContentAriaText": "{author} a dit {message}",
|
189
|
+
"messageContentMineAriaText": "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,8 +220,7 @@
|
|
220
220
|
"richTextDeleteColumnMenu": "Supprimer la colonne",
|
221
221
|
"richTextDeleteRowMenu": "Supprimer une ligne",
|
222
222
|
"richTextDeleteTableMenu": "Supprimer le tableau",
|
223
|
-
"richTextToolbarMoreButtonAriaLabel": "Autres options"
|
224
|
-
"attachmentUploadsPendingError": "Chargement en cours... Veuillez patienter."
|
223
|
+
"richTextToolbarMoreButtonAriaLabel": "Autres options"
|
225
224
|
},
|
226
225
|
"errorBar": {
|
227
226
|
"unableToReachChatService": "Vous êtes hors connexion",
|
@@ -238,7 +237,6 @@
|
|
238
237
|
"startScreenShareGeneric": "Un problème est survenu durant le démarrage du partage d’écran.",
|
239
238
|
"stopScreenShareGeneric": "Échec de l’arrêt du partage d’écran",
|
240
239
|
"callNetworkQualityLow": "La qualité de réseau est faible.",
|
241
|
-
"teamsMeetingCallNetworkQualityLow": "La qualité de réseau est faible.",
|
242
240
|
"callNoSpeakerFound": "Aucun haut-parleur ou casque n’a été trouvé. Connectez un périphérique audio pour entendre l’appel.",
|
243
241
|
"callNoMicrophoneFound": "Aucun micro n’a été trouvé. Connectez un périphérique d’entrée audio.",
|
244
242
|
"callMicrophoneAccessDenied": "Impossible d’accéder au microphone. Cliquez sur le verrou dans la barre d’adresses pour accorder l’autorisation à cette page Web.",
|
@@ -259,189 +257,160 @@
|
|
259
257
|
"failedToJoinCallInvalidMeetingLink": "Impossible de rejoindre la réunion. Lien non valide.",
|
260
258
|
"cameraFrozenForRemoteParticipants": "Les utilisateurs de l’appel rencontrent des problèmes pour voir votre vidéo. Vérifiez vos appareils et votre réseau.",
|
261
259
|
"unableToStartVideoEffect": "Impossible d’appliquer l’effet vidéo.",
|
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."
|
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."
|
264
261
|
},
|
265
|
-
"
|
262
|
+
"notifications": {
|
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
|
+
},
|
266
285
|
"callingNetworkFailure": {
|
267
286
|
"title": "Appel de connexion en cours",
|
268
|
-
"message": "Vous semblez être hors connexion.
|
269
|
-
"
|
287
|
+
"message": "Vous semblez être hors connexion. Veuillez case activée votre connexion réseau et réessayer.",
|
288
|
+
"closeButtonAriaLabel": "Fermer"
|
270
289
|
},
|
271
290
|
"startVideoGeneric": {
|
272
291
|
"title": "Échec du démarrage de la vidéo.",
|
273
|
-
"
|
292
|
+
"closeButtonAriaLabel": "Fermer"
|
274
293
|
},
|
275
294
|
"stopVideoGeneric": {
|
276
295
|
"title": "Échec de l’arrêt de la vidéo.",
|
277
|
-
"
|
296
|
+
"closeButtonAriaLabel": "Fermer"
|
278
297
|
},
|
279
298
|
"muteGeneric": {
|
280
299
|
"title": "Impossible de désactiver le micro.",
|
281
|
-
"
|
300
|
+
"closeButtonAriaLabel": "Fermer"
|
282
301
|
},
|
283
302
|
"unmuteGeneric": {
|
284
303
|
"title": "Échec de l’activation du micro.",
|
285
|
-
"
|
304
|
+
"closeButtonAriaLabel": "Fermer"
|
286
305
|
},
|
287
306
|
"speakingWhileMuted": {
|
288
307
|
"title": "Le son de votre micro est désactivé.",
|
289
|
-
"
|
308
|
+
"closeButtonAriaLabel": "Fermer"
|
290
309
|
},
|
291
310
|
"startScreenShareGeneric": {
|
292
311
|
"title": "Un problème est survenu durant le démarrage du partage d’écran.",
|
293
|
-
"
|
312
|
+
"closeButtonAriaLabel": "Fermer"
|
294
313
|
},
|
295
314
|
"stopScreenShareGeneric": {
|
296
315
|
"title": "Échec de l’arrêt du partage d’écran.",
|
297
|
-
"
|
316
|
+
"closeButtonAriaLabel": "Fermer"
|
298
317
|
},
|
299
318
|
"callNetworkQualityLow": {
|
300
319
|
"title": "La qualité de réseau est faible.",
|
301
|
-
"
|
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"
|
320
|
+
"closeButtonAriaLabel": "Fermer"
|
308
321
|
},
|
309
322
|
"callNoSpeakerFound": {
|
310
323
|
"title": "Haut-parleurs ou casque introuvables",
|
311
324
|
"message": "Connectez un périphérique audio pour entendre l’appel.",
|
312
|
-
"
|
325
|
+
"closeButtonAriaLabel": "Fermer"
|
313
326
|
},
|
314
327
|
"callNoMicrophoneFound": {
|
315
328
|
"title": "Aucun microphone trouvé",
|
316
329
|
"message": "Connectez un périphérique d’entrée audio.",
|
317
|
-
"
|
330
|
+
"closeButtonAriaLabel": "Fermer"
|
318
331
|
},
|
319
332
|
"callMicrophoneAccessDenied": {
|
320
333
|
"title": "Impossible d’accéder au microphone",
|
321
334
|
"message": "Cliquez sur le verrou dans la barre d’adresses pour accorder l’autorisation à cette page Web.",
|
322
|
-
"
|
335
|
+
"closeButtonAriaLabel": "Fermer"
|
323
336
|
},
|
324
337
|
"callMicrophoneAccessDeniedSafari": {
|
325
338
|
"title": "Impossible d’accéder au microphone",
|
326
|
-
"message": "Actualisez la page pour autoriser les autorisations
|
327
|
-
"
|
339
|
+
"message": "Actualisez la page pour autoriser les autorisations ou case activée les paramètres de ce navigateur et vérifiez que les autorisations sont activées pour ce site web.",
|
340
|
+
"closeButtonAriaLabel": "Fermer"
|
328
341
|
},
|
329
342
|
"callMicrophoneMutedBySystem": {
|
330
343
|
"title": "Votre micro est désactivé par votre système.",
|
331
|
-
"
|
344
|
+
"closeButtonAriaLabel": "Fermer"
|
332
345
|
},
|
333
346
|
"callMicrophoneUnmutedBySystem": {
|
334
347
|
"title": "Votre micro a été récupéré et la son a été activé par votre système.",
|
335
|
-
"
|
348
|
+
"closeButtonAriaLabel": "Fermer"
|
336
349
|
},
|
337
350
|
"callMacOsMicrophoneAccessDenied": {
|
338
351
|
"title": "Impossible d’accéder au microphone",
|
339
352
|
"message": "Accordez l’autorisation de microphone dans vos paramètres de confidentialité macOS.",
|
340
|
-
"
|
353
|
+
"closeButtonAriaLabel": "Fermer"
|
341
354
|
},
|
342
355
|
"callLocalVideoFreeze": {
|
343
356
|
"title": "La bande passante réseau est médiocre",
|
344
357
|
"message": "Votre vidéo peut apparaître suspendue pour d’autres participants à l’appel.",
|
345
|
-
"
|
358
|
+
"closeButtonAriaLabel": "Fermer"
|
346
359
|
},
|
347
360
|
"callCameraAccessDenied": {
|
348
361
|
"title": "Impossible d’accéder à la caméra",
|
349
362
|
"message": "Cliquez sur le verrou dans la barre d’adresses pour accorder l’autorisation à cette page Web.",
|
350
|
-
"
|
363
|
+
"closeButtonAriaLabel": "Fermer"
|
351
364
|
},
|
352
365
|
"callCameraAccessDeniedSafari": {
|
353
366
|
"title": "Impossible d’accéder à la caméra",
|
354
|
-
"message": "Actualisez la page pour autoriser les autorisations
|
355
|
-
"
|
367
|
+
"message": "Actualisez la page pour autoriser les autorisations ou case activée les paramètres de ce navigateur et vérifiez que les autorisations sont activées pour ce site web.",
|
368
|
+
"closeButtonAriaLabel": "Fermer"
|
356
369
|
},
|
357
370
|
"callCameraAlreadyInUse": {
|
358
371
|
"title": "Impossible d’accéder à la caméra",
|
359
372
|
"message": "Il est peut-être déjà utilisé par une autre application.",
|
360
|
-
"
|
373
|
+
"closeButtonAriaLabel": "Fermer"
|
361
374
|
},
|
362
375
|
"callVideoStoppedBySystem": {
|
363
376
|
"title": "Votre vidéo a été arrêtée par votre système.",
|
364
|
-
"
|
377
|
+
"closeButtonAriaLabel": "Fermer"
|
365
378
|
},
|
366
379
|
"callVideoRecoveredBySystem": {
|
367
380
|
"title": "Votre vidéo a repris.",
|
368
|
-
"
|
381
|
+
"closeButtonAriaLabel": "Fermer"
|
369
382
|
},
|
370
383
|
"callMacOsCameraAccessDenied": {
|
371
384
|
"title": "MacOS bloque l’accès à votre caméra",
|
372
385
|
"message": "Mettez à jour vos paramètres de confidentialité pour autoriser ce navigateur à accéder à votre caméra.",
|
373
|
-
"
|
386
|
+
"closeButtonAriaLabel": "Fermer"
|
374
387
|
},
|
375
388
|
"callMacOsScreenShareAccessDenied": {
|
376
389
|
"title": "MacOS bloque le partage d’écran",
|
377
390
|
"message": "Mettez à jour vos paramètres de confidentialité pour permettre à ce navigateur d’enregistrer votre écran.",
|
378
|
-
"
|
391
|
+
"closeButtonAriaLabel": "Fermer"
|
379
392
|
},
|
380
393
|
"failedToJoinCallGeneric": {
|
381
394
|
"title": "Nous n’avons pas pu rejoindre l’appel.",
|
382
|
-
"
|
395
|
+
"closeButtonAriaLabel": "Fermer"
|
383
396
|
},
|
384
397
|
"failedToJoinCallInvalidMeetingLink": {
|
385
398
|
"title": "Impossible de rejoindre la réunion. Lien non valide.",
|
386
|
-
"
|
399
|
+
"closeButtonAriaLabel": "Fermer"
|
387
400
|
},
|
388
401
|
"cameraFrozenForRemoteParticipants": {
|
389
402
|
"title": "Les utilisateurs de l’appel rencontrent des problèmes pour voir votre vidéo",
|
390
403
|
"message": "Vérifiez vos appareils et votre réseau.",
|
391
|
-
"
|
404
|
+
"closeButtonAriaLabel": "Fermer"
|
392
405
|
},
|
393
406
|
"unableToStartVideoEffect": {
|
394
407
|
"title": "Impossible d’appliquer l’effet vidéo.",
|
395
|
-
"
|
408
|
+
"closeButtonAriaLabel": "Fermer"
|
396
409
|
},
|
397
410
|
"startSpotlightWhileMaxParticipantsAreSpotlighted": {
|
398
411
|
"title": "Impossible de mettre en évidence le ou les participants",
|
399
412
|
"message": "Le nombre maximum de participants est déjà connu.",
|
400
|
-
"
|
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"
|
413
|
+
"closeButtonAriaLabel": "Fermer"
|
445
414
|
}
|
446
415
|
},
|
447
416
|
"videoGallery": {
|
@@ -467,8 +436,7 @@
|
|
467
436
|
"spotlightLimitReachedMenuTitle": "Limite Spotlight atteinte",
|
468
437
|
"stopSpotlightVideoTileMenuLabel": "Arrêter la mise en évidence",
|
469
438
|
"stopSpotlightOnSelfVideoTileMenuLabel": "Quitter la mise en évidence",
|
470
|
-
"attendeeRole": "Participant(e)"
|
471
|
-
"muteParticipantMenuItemLabel": "Désactiver le micro / muet"
|
439
|
+
"attendeeRole": "Participant(e)"
|
472
440
|
},
|
473
441
|
"dialpad": {
|
474
442
|
"placeholderText": "Entrer un numéro de téléphone",
|
@@ -604,21 +572,15 @@
|
|
604
572
|
"leftNavButtonAriaLabel": "page précédente",
|
605
573
|
"rightNavButtonAriaLabel": "page suivante"
|
606
574
|
},
|
607
|
-
"
|
575
|
+
"MeetingConferencePhoneInfo": {
|
608
576
|
"meetingConferencePhoneInfoModalTitle": "Rejoindre l’appel à partir de votre téléphone",
|
609
577
|
"meetingConferencePhoneInfoModalDialIn": "Composer le numéro",
|
610
578
|
"meetingConferencePhoneInfoModalMeetingId": "Entrer l’ID de réunion",
|
611
579
|
"meetingConferencePhoneInfoModalWait": "Attendez d’être admis par l’organisateur",
|
612
580
|
"meetingConferencePhoneInfoModalNoPhoneAvailable": "Aucun téléphone disponible",
|
613
|
-
"
|
614
|
-
"
|
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"
|
581
|
+
"meetingConferencePhoneInfoModalTollFree": "{phoneNumber} (numéro gratuit) {country}, {city}",
|
582
|
+
"meetingConferencePhoneInfoModalTollFreeWithoutGeoData": "{phoneNumber} (numéro gratuit)",
|
583
|
+
"meetingConferencePhoneInfoModalToll": "{phoneNumber} (numéro payant) {country}, {city}",
|
584
|
+
"meetingConferencePhoneInfoModalTollWithoutGeoData": "{phoneNumber} (numéro payant)"
|
623
585
|
}
|
624
586
|
}
|