@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.
Files changed (129) hide show
  1. package/dist/communication-react.d.ts +71 -18
  2. package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-Bi4Or6hk.js → ChatMessageComponentAsRichTextEditBox-D4ctXnw1.js} +27 -6
  3. package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-D4ctXnw1.js.map +1 -0
  4. package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-CaXswhPn.js → RichTextSendBoxWrapper-F6eqVXer.js} +2 -2
  5. package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-CaXswhPn.js.map → RichTextSendBoxWrapper-F6eqVXer.js.map} +1 -1
  6. package/dist/dist-cjs/communication-react/{index-B3X0l4SB.js → index-BJO_NOTU.js} +658 -367
  7. package/dist/dist-cjs/communication-react/index-BJO_NOTU.js.map +1 -0
  8. package/dist/dist-cjs/communication-react/index.js +1 -1
  9. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
  10. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
  11. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.d.ts +3 -3
  12. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.js.map +1 -1
  13. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.d.ts +1 -1
  14. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js +15 -7
  15. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js.map +1 -1
  16. package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.d.ts +2 -8
  17. package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js.map +1 -1
  18. package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.d.ts +14 -2
  19. package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.js.map +1 -1
  20. package/dist/dist-esm/calling-stateful-client/src/TeamsIncomingCallDeclarative.d.ts +17 -0
  21. package/dist/dist-esm/calling-stateful-client/src/TeamsIncomingCallDeclarative.js +49 -0
  22. package/dist/dist-esm/calling-stateful-client/src/TeamsIncomingCallDeclarative.js.map +1 -0
  23. package/dist/dist-esm/calling-stateful-client/src/TypeGuards.d.ts +9 -1
  24. package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js +16 -0
  25. package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js.map +1 -1
  26. package/dist/dist-esm/calling-stateful-client/src/index-public.d.ts +1 -1
  27. package/dist/dist-esm/calling-stateful-client/src/index-public.js.map +1 -1
  28. package/dist/dist-esm/communication-react/src/index.d.ts +1 -1
  29. package/dist/dist-esm/communication-react/src/index.js.map +1 -1
  30. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCard.js +14 -8
  31. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCard.js.map +1 -1
  32. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.d.ts +8 -2
  33. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.js.map +1 -1
  34. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.d.ts +6 -4
  35. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.js +2 -12
  36. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.js.map +1 -1
  37. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.d.ts +2 -2
  38. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js +25 -4
  39. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js.map +1 -1
  40. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.d.ts +8 -6
  41. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js +12 -3
  42. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js.map +1 -1
  43. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/FluentChatMyMessageComponent.js +27 -3
  44. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/FluentChatMyMessageComponent.js.map +1 -1
  45. package/dist/dist-esm/react-components/src/components/MessageThread.d.ts +9 -15
  46. package/dist/dist-esm/react-components/src/components/MessageThread.js +10 -1
  47. package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
  48. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js +28 -22
  49. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js.map +1 -1
  50. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.d.ts +49 -0
  51. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js +16 -4
  52. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js.map +1 -1
  53. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.js +20 -2
  54. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.js.map +1 -1
  55. package/dist/dist-esm/react-components/src/components/index.d.ts +2 -1
  56. package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
  57. package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.d.ts +2 -2
  58. package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.js +15 -17
  59. package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.js.map +1 -1
  60. package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js +3 -0
  61. package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js.map +1 -1
  62. package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.d.ts +1 -5
  63. package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.js +0 -21
  64. package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.js.map +1 -1
  65. package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.d.ts +9 -1
  66. package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js +10 -2
  67. package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js.map +1 -1
  68. package/dist/dist-esm/react-components/src/localization/locales/ar-SA/strings.json +101 -63
  69. package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/strings.json +99 -61
  70. package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +99 -61
  71. package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +99 -61
  72. package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +8 -2
  73. package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +99 -61
  74. package/dist/dist-esm/react-components/src/localization/locales/fi-FI/strings.json +99 -61
  75. package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +102 -64
  76. package/dist/dist-esm/react-components/src/localization/locales/he-IL/strings.json +99 -61
  77. package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +99 -61
  78. package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +101 -63
  79. package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +106 -68
  80. package/dist/dist-esm/react-components/src/localization/locales/nb-NO/strings.json +99 -61
  81. package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +105 -67
  82. package/dist/dist-esm/react-components/src/localization/locales/pl-PL/strings.json +104 -66
  83. package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +102 -64
  84. package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +100 -62
  85. package/dist/dist-esm/react-components/src/localization/locales/sv-SE/strings.json +99 -61
  86. package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +100 -62
  87. package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +101 -63
  88. package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +100 -62
  89. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +66 -31
  90. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
  91. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadReducer.d.ts +49 -0
  92. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadReducer.js +48 -0
  93. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadReducer.js.map +1 -0
  94. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.d.ts +33 -1
  95. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.js +198 -6
  96. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.js.map +1 -1
  97. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.d.ts +7 -7
  98. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.js.map +1 -1
  99. package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.d.ts +2 -5
  100. package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.js.map +1 -1
  101. package/dist/dist-esm/react-composites/src/composites/common/constants.d.ts +4 -0
  102. package/dist/dist-esm/react-composites/src/composites/common/constants.js +4 -0
  103. package/dist/dist-esm/react-composites/src/composites/common/constants.js.map +1 -1
  104. package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/strings.json +10 -5
  105. package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/strings.json +6 -1
  106. package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +6 -1
  107. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +6 -1
  108. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +6 -1
  109. package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/strings.json +10 -5
  110. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +10 -5
  111. package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/strings.json +10 -5
  112. package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +10 -5
  113. package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +6 -1
  114. package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +10 -5
  115. package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/strings.json +6 -1
  116. package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +6 -1
  117. package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/strings.json +6 -1
  118. package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +10 -5
  119. package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +6 -1
  120. package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/strings.json +10 -5
  121. package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +6 -1
  122. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +10 -5
  123. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +10 -5
  124. package/package.json +14 -14
  125. package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-Bi4Or6hk.js.map +0 -1
  126. package/dist/dist-cjs/communication-react/index-B3X0l4SB.js.map +0 -1
  127. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/useImageUpload.d.ts +0 -12
  128. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/useImageUpload.js +0 -115
  129. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/useImageUpload.js.map +0 -1
@@ -185,8 +185,8 @@
185
185
  "failToSendTag": "Gönderilemedi",
186
186
  "editedTag": "Düzenlendi",
187
187
  "liveAuthorIntro": "{author} şöyle diyor:",
188
- "messageContentAriaText": "{author} iletisinde şunu yazdı: {message}",
189
- "messageContentMineAriaText": "{message}dediniz",
188
+ "messageContentAriaText": "{status} {author} şunu dedi: {message}",
189
+ "messageContentMineAriaText": "{status} {message} dediniz",
190
190
  "editBoxTextLimit": "İletiniz en fazla {limitNumber} aşıyor",
191
191
  "editBoxPlaceholderText": "İletinizi düzenleyin",
192
192
  "newMessagesIndicator": "Yeni iletiler",
@@ -220,7 +220,8 @@
220
220
  "richTextDeleteColumnMenu": "Sütunu sil",
221
221
  "richTextDeleteRowMenu": "Satırı sil",
222
222
  "richTextDeleteTableMenu": "Tabloyu sil",
223
- "richTextToolbarMoreButtonAriaLabel": "Diğer seçenekler"
223
+ "richTextToolbarMoreButtonAriaLabel": "Diğer seçenekler",
224
+ "attachmentUploadsPendingError": "Karşıya yükleniyor... Lütfen bekleyin."
224
225
  },
225
226
  "errorBar": {
226
227
  "unableToReachChatService": "Çevrimdışısınız",
@@ -237,6 +238,7 @@
237
238
  "startScreenShareGeneric": "Ekran paylaşımı başlatılırken bir sorun oluştu.",
238
239
  "stopScreenShareGeneric": "Ekran paylaşımı durdurulamadı",
239
240
  "callNetworkQualityLow": "Ağ kalitesi düşük.",
241
+ "teamsMeetingCallNetworkQualityLow": "Ağ kalitesi düşük.",
240
242
  "callNoSpeakerFound": "Hoparlör veya kulaklık bulunamadı. Aramayı dinlemek için bir ses aygıtı bağlayın.",
241
243
  "callNoMicrophoneFound": "Mikrofon bulunamadı. Ses giriş cihazı bağlan.",
242
244
  "callMicrophoneAccessDenied": "Mikrofona erişemiyor. Bu web sayfası için izin vermek için adres çubuğundaki kilidi tıklatın.",
@@ -257,160 +259,189 @@
257
259
  "failedToJoinCallInvalidMeetingLink": "Toplantıya katılınamıyor. Geçersiz Bağlantı.",
258
260
  "cameraFrozenForRemoteParticipants": "Aramadaki kullanıcılar videonuzu görmekte sorun yaşıyor. Lütfen cihazlarınızı ve ağlarınızı kontrol edin.",
259
261
  "unableToStartVideoEffect": "Video efekti uygulanamıyor.",
260
- "startSpotlightWhileMaxParticipantsAreSpotlighted": "Öne çıkarılan katılımcı sayısı zaten üst sınırı geçtiğinden katılımcılarda öne çıkarma özelliği başlatılamıyor."
262
+ "startSpotlightWhileMaxParticipantsAreSpotlighted": "Öne çıkarılan katılımcı sayısı zaten üst sınırı geçtiğinden katılımcılarda öne çıkarma özelliği başlatılamıyor.",
263
+ "mutedByRemoteParticipant": "Başka bir katılımcı tarafından sessize alındınız."
261
264
  },
262
- "notifications": {
263
- "unableToReachChatService": {
264
- "title": "Çevrimdışısınız.",
265
- "closeButtonAriaLabel": "Kapat"
266
- },
267
- "accessDenied": {
268
- "title": "Sohbet hizmetlerine erişilemedi",
269
- "message": "Lütfen sağlanan kullanıcı kimlik bilgilerini kontrol edin",
270
- "closeButtonAriaLabel": "Kapat"
271
- },
272
- "userNotInChatThread": {
273
- "title": "Artık bu sohbet yazışmasında değilsiniz.",
274
- "closeButtonAriaLabel": "Kapat"
275
- },
276
- "sendMessageNotInChatThread": {
277
- "title": "İleti gönderilemedi",
278
- "message": "Artık bu sohbet yazışması içinde değilsiniz",
279
- "closeButtonAriaLabel": "Kapat"
280
- },
281
- "sendMessageGeneric": {
282
- "title": "İleti gönderilemedi.",
283
- "closeButtonAriaLabel": "Kapat"
284
- },
265
+ "notificationStack": {
285
266
  "callingNetworkFailure": {
286
267
  "title": "Arama bağlanırken sorun oluştu",
287
268
  "message": "Çevrimdışı görünüyorsunuz. Lütfen ağ bağlantınızı denetleyin ve yeniden deneyin.",
288
- "closeButtonAriaLabel": "Kapat"
269
+ "dismissButtonAriaLabel": "Kapat"
289
270
  },
290
271
  "startVideoGeneric": {
291
272
  "title": "Video başlatılamadı.",
292
- "closeButtonAriaLabel": "Kapat"
273
+ "dismissButtonAriaLabel": "Kapat"
293
274
  },
294
275
  "stopVideoGeneric": {
295
276
  "title": "Video durdurulamadı.",
296
- "closeButtonAriaLabel": "Kapat"
277
+ "dismissButtonAriaLabel": "Kapat"
297
278
  },
298
279
  "muteGeneric": {
299
280
  "title": "Mikrofonun sesi kapatılamadı.",
300
- "closeButtonAriaLabel": "Kapat"
281
+ "dismissButtonAriaLabel": "Kapat"
301
282
  },
302
283
  "unmuteGeneric": {
303
284
  "title": "Mikrofonun sesi açılamadı.",
304
- "closeButtonAriaLabel": "Kapat"
285
+ "dismissButtonAriaLabel": "Kapat"
305
286
  },
306
287
  "speakingWhileMuted": {
307
288
  "title": "Sesiniz kapatıldı.",
308
- "closeButtonAriaLabel": "Kapat"
289
+ "dismissButtonAriaLabel": "Kapat"
309
290
  },
310
291
  "startScreenShareGeneric": {
311
292
  "title": "Ekran paylaşımı başlatılırken bir sorun oluştu.",
312
- "closeButtonAriaLabel": "Kapat"
293
+ "dismissButtonAriaLabel": "Kapat"
313
294
  },
314
295
  "stopScreenShareGeneric": {
315
296
  "title": "Ekran paylaşımı durdurulamadı.",
316
- "closeButtonAriaLabel": "Kapat"
297
+ "dismissButtonAriaLabel": "Kapat"
317
298
  },
318
299
  "callNetworkQualityLow": {
319
300
  "title": "Ağ kalitesi düşük.",
320
- "closeButtonAriaLabel": "Kapat"
301
+ "dismissButtonAriaLabel": "Kapat"
302
+ },
303
+ "teamsMeetingCallNetworkQualityLow": {
304
+ "title": "Ağ kalitesi düşük.",
305
+ "dismissButtonAriaLabel": "Kapat",
306
+ "message": "Daha iyi ses için telefonunuzdan bu aramaya katılın. Bu cihazda toplantıyı görüntülemeye devam edin.",
307
+ "primaryButtonLabel": "Telefonla Katıl"
321
308
  },
322
309
  "callNoSpeakerFound": {
323
310
  "title": "Hoparlör veya kulaklık yok",
324
311
  "message": "Aramayı dinlemek için bir ses aygıtı bağlayın.",
325
- "closeButtonAriaLabel": "Kapat"
312
+ "dismissButtonAriaLabel": "Kapat"
326
313
  },
327
314
  "callNoMicrophoneFound": {
328
315
  "title": "Mikrofon bulunamadı",
329
316
  "message": "Ses giriş cihazı bağlayın.",
330
- "closeButtonAriaLabel": "Kapat"
317
+ "dismissButtonAriaLabel": "Kapat"
331
318
  },
332
319
  "callMicrophoneAccessDenied": {
333
320
  "title": "Mikrofona erişilemiyor",
334
321
  "message": "Bu web sayfası için izin vermek için adres çubuğundaki kilidi tıklatın.",
335
- "closeButtonAriaLabel": "Kapat"
322
+ "dismissButtonAriaLabel": "Kapat"
336
323
  },
337
324
  "callMicrophoneAccessDeniedSafari": {
338
325
  "title": "Mikrofona erişilemiyor",
339
326
  "message": "İzin vermek için sayfayı yenileyin veya bu tarayıcının ayarlarını denetleyin ve bu web sitesi için izinlerin etkinleştirildiğinden emin olun.",
340
- "closeButtonAriaLabel": "Kapat"
327
+ "dismissButtonAriaLabel": "Kapat"
341
328
  },
342
329
  "callMicrophoneMutedBySystem": {
343
330
  "title": "Sisteminiz tarafından sessize alındınız.",
344
- "closeButtonAriaLabel": "Kapat"
331
+ "dismissButtonAriaLabel": "Kapat"
345
332
  },
346
333
  "callMicrophoneUnmutedBySystem": {
347
334
  "title": "Mikrofonunuz kurtarıldı ve sisteminiz tarafından sesiniz açıldı.",
348
- "closeButtonAriaLabel": "Kapat"
335
+ "dismissButtonAriaLabel": "Kapat"
349
336
  },
350
337
  "callMacOsMicrophoneAccessDenied": {
351
338
  "title": "Mikrofona erişilemiyor",
352
339
  "message": "macOS gizlilik ayarlarınıza mikrofon izni verin.",
353
- "closeButtonAriaLabel": "Kapat"
340
+ "dismissButtonAriaLabel": "Kapat"
354
341
  },
355
342
  "callLocalVideoFreeze": {
356
343
  "title": "Ağ bant genişliği düşük",
357
344
  "message": "Görüntülü aramada başkaları için duraklatılmış görünüyor olabilir.",
358
- "closeButtonAriaLabel": "Kapat"
345
+ "dismissButtonAriaLabel": "Kapat"
359
346
  },
360
347
  "callCameraAccessDenied": {
361
348
  "title": "Kameraya erişilemiyor",
362
349
  "message": "Bu web sayfası için izin vermek için adres çubuğundaki kilidi tıklatın.",
363
- "closeButtonAriaLabel": "Kapat"
350
+ "dismissButtonAriaLabel": "Kapat"
364
351
  },
365
352
  "callCameraAccessDeniedSafari": {
366
353
  "title": "Kameraya erişilemiyor",
367
354
  "message": "İzin vermek için sayfayı yenileyin veya bu tarayıcının ayarlarını denetleyin ve bu web sitesi için izinlerin etkinleştirildiğinden emin olun.",
368
- "closeButtonAriaLabel": "Kapat"
355
+ "dismissButtonAriaLabel": "Kapat"
369
356
  },
370
357
  "callCameraAlreadyInUse": {
371
358
  "title": "Kameraya erişilemiyor",
372
359
  "message": "Başka bir uygulama tarafından zaten kullanılıyor olabilir.",
373
- "closeButtonAriaLabel": "Kapat"
360
+ "dismissButtonAriaLabel": "Kapat"
374
361
  },
375
362
  "callVideoStoppedBySystem": {
376
363
  "title": "Videonuz sisteminiz tarafından durduruldu.",
377
- "closeButtonAriaLabel": "Kapat"
364
+ "dismissButtonAriaLabel": "Kapat"
378
365
  },
379
366
  "callVideoRecoveredBySystem": {
380
367
  "title": "Videonuz devam ediyor.",
381
- "closeButtonAriaLabel": "Kapat"
368
+ "dismissButtonAriaLabel": "Kapat"
382
369
  },
383
370
  "callMacOsCameraAccessDenied": {
384
371
  "title": "MacOS kameranıza erişimi engelliyor",
385
372
  "message": "Bu tarayıcının kameranıza erişmesine izin vermek için gizlilik ayarlarınızı güncelleştirin.",
386
- "closeButtonAriaLabel": "Kapat"
373
+ "dismissButtonAriaLabel": "Kapat"
387
374
  },
388
375
  "callMacOsScreenShareAccessDenied": {
389
376
  "title": "MacOS ekran paylaşımını engelliyor",
390
377
  "message": "Bu tarayıcının ekranınızı kaydetmesini izin vermek için gizlilik ayarlarınızı güncelleştirin.",
391
- "closeButtonAriaLabel": "Kapat"
378
+ "dismissButtonAriaLabel": "Kapat"
392
379
  },
393
380
  "failedToJoinCallGeneric": {
394
- "title": "Aramaya katılma başarısız.",
395
- "closeButtonAriaLabel": "Kapat"
381
+ "title": "Aramaya katılınamadı.",
382
+ "dismissButtonAriaLabel": "Kapat"
396
383
  },
397
384
  "failedToJoinCallInvalidMeetingLink": {
398
385
  "title": "Toplantıya katılınamıyor. Geçersiz Bağlantı.",
399
- "closeButtonAriaLabel": "Kapat"
386
+ "dismissButtonAriaLabel": "Kapat"
400
387
  },
401
388
  "cameraFrozenForRemoteParticipants": {
402
389
  "title": "Aramadaki kullanıcılar videonuzu görmekte sorun yaşıyor",
403
390
  "message": "Lütfen cihazlarınızı ve ağlarınızı kontrol edin.",
404
- "closeButtonAriaLabel": "Kapat"
391
+ "dismissButtonAriaLabel": "Kapat"
405
392
  },
406
393
  "unableToStartVideoEffect": {
407
394
  "title": "Video efekti uygulanamıyor.",
408
- "closeButtonAriaLabel": "Kapat"
395
+ "dismissButtonAriaLabel": "Kapat"
409
396
  },
410
397
  "startSpotlightWhileMaxParticipantsAreSpotlighted": {
411
398
  "title": "Katılımcılarda öne çıkarma özelliği başlatılamıyor",
412
399
  "message": "Maksimum katılımcı sayısı zaten öne çıkarıldı.",
413
- "closeButtonAriaLabel": "Kapat"
400
+ "dismissButtonAriaLabel": "Kapat"
401
+ },
402
+ "mutedByRemoteParticipant": {
403
+ "title": "Başka bir katılımcı tarafından sessize alındınız.",
404
+ "dismissButtonAriaLabel": "Kapat"
405
+ },
406
+ "recordingStarted": {
407
+ "title": "Kayıt başladı.",
408
+ "message": "Katılarak bu toplantının dökümünün çıkarılmasına onay verirsiniz.",
409
+ "dismissButtonAriaLabel": "Kapat"
410
+ },
411
+ "transcriptionStarted": {
412
+ "title": "Döküm başlatıldı.",
413
+ "message": "Katılarak bu toplantının dökümünün çıkarılmasına onay verirsiniz.",
414
+ "dismissButtonAriaLabel": "Kapat"
415
+ },
416
+ "recordingStopped": {
417
+ "title": "Kayıt kaydediliyor.",
418
+ "message": "Kayıt durduruldu.",
419
+ "dismissButtonAriaLabel": "Kapat"
420
+ },
421
+ "transcriptionStopped": {
422
+ "title": "Döküm kaydediliyor.",
423
+ "message": "Döküm durduruldu.",
424
+ "dismissButtonAriaLabel": "Kapat"
425
+ },
426
+ "recordingAndTranscriptionStarted": {
427
+ "title": "Kayıt ve döküm başlatıldı.",
428
+ "message": "Katılarak bu toplantının dökümünün çıkarılmasına onay verirsiniz.",
429
+ "dismissButtonAriaLabel": "Kapat"
430
+ },
431
+ "recordingAndTranscriptionStopped": {
432
+ "title": "Kayıt ve döküm kaydediliyor.",
433
+ "message": "Kayıt ve döküm durduruldu.",
434
+ "dismissButtonAriaLabel": "Kapat"
435
+ },
436
+ "recordingStoppedStillTranscribing": {
437
+ "title": "Kayıt durduruldu.",
438
+ "message": "Şu anda yalnızca bu toplantının dökümünü oluşturuyorsunuz.",
439
+ "dismissButtonAriaLabel": "Kapat"
440
+ },
441
+ "transcriptionStoppedStillRecording": {
442
+ "title": "Döküm durduruldu.",
443
+ "message": "Şu anda yalnızca bu toplantıyı kaydediyorsunuz.",
444
+ "dismissButtonAriaLabel": "Kapat"
414
445
  }
415
446
  },
416
447
  "videoGallery": {
@@ -436,7 +467,8 @@
436
467
  "spotlightLimitReachedMenuTitle": "Öne çıkarma sınırına ulaşıldı",
437
468
  "stopSpotlightVideoTileMenuLabel": "Öne çıkarmayı durdur",
438
469
  "stopSpotlightOnSelfVideoTileMenuLabel": "Öne çıkarmadan çık",
439
- "attendeeRole": "Katılımcı"
470
+ "attendeeRole": "Katılımcı",
471
+ "muteParticipantMenuItemLabel": "Sesi kapat"
440
472
  },
441
473
  "dialpad": {
442
474
  "placeholderText": "Telefon numarası gir",
@@ -578,9 +610,15 @@
578
610
  "meetingConferencePhoneInfoModalMeetingId": "Toplantı kimliğini girin",
579
611
  "meetingConferencePhoneInfoModalWait": "Düzenleyici tarafından kabul etmek için bekleyin",
580
612
  "meetingConferencePhoneInfoModalNoPhoneAvailable": "Kullanılabilir telefon yok",
581
- "meetingConferencePhoneInfoModalTollFree": "{phoneNumber} (Ücretsiz) {country}, {city}",
582
- "meetingConferencePhoneInfoModalTollFreeWithoutGeoData": "{phoneNumber} (Ücretsiz)",
583
- "meetingConferencePhoneInfoModalToll": "{phoneNumber} (Ücretsiz) {country}, {city}",
584
- "meetingConferencePhoneInfoModalTollWithoutGeoData": "{phoneNumber} (Ücretsiz)"
613
+ "meetingConferencePhoneInfoModalTollGeoData": "{country}, {city}",
614
+ "meetingConferencePhoneInfoModalTollFree": "(Ücretsiz)",
615
+ "meetingConferencePhoneInfoModalToll": "(Ücretli)"
616
+ },
617
+ "IncomingCallNotification": {
618
+ "incomingCallNotificationPlaceholderId": "Bilinmeyen Kullanıcı",
619
+ "incomingCallNotificationPlaceholderAlert": "Gelen çağrı",
620
+ "incomingCallNoticicationAcceptWithAudioAriaLabel": "Sesli kabul et",
621
+ "incomingCallNoticicationAcceptWithVideoAriaLabel": "Görüntülü kabul et",
622
+ "incomingCallNoticicationRejectAriaLabel": "Reddet"
585
623
  }
586
624
  }
@@ -185,8 +185,8 @@
185
185
  "failToSendTag": "发送失败",
186
186
  "editedTag": "已编辑",
187
187
  "liveAuthorIntro": "{author} 说",
188
- "messageContentAriaText": "{author} 说了 {message}",
189
- "messageContentMineAriaText": "你说了 {message}",
188
+ "messageContentAriaText": "{status}{author} {message}",
189
+ "messageContentMineAriaText": "{status}你说了 {message}",
190
190
  "editBoxTextLimit": "你的消息超过了{limitNumber}个字符的限制",
191
191
  "editBoxPlaceholderText": "编辑消息",
192
192
  "newMessagesIndicator": "新消息",
@@ -220,7 +220,8 @@
220
220
  "richTextDeleteColumnMenu": "删除列",
221
221
  "richTextDeleteRowMenu": "删除行",
222
222
  "richTextDeleteTableMenu": "删除表格",
223
- "richTextToolbarMoreButtonAriaLabel": "更多选项"
223
+ "richTextToolbarMoreButtonAriaLabel": "更多选项",
224
+ "attachmentUploadsPendingError": "正在上传...请稍等。"
224
225
  },
225
226
  "errorBar": {
226
227
  "unableToReachChatService": "你已脱机",
@@ -237,6 +238,7 @@
237
238
  "startScreenShareGeneric": "启动屏幕共享时出现问题。",
238
239
  "stopScreenShareGeneric": "无法停止屏幕共享",
239
240
  "callNetworkQualityLow": "网络质量低。",
241
+ "teamsMeetingCallNetworkQualityLow": "网络质量低。",
240
242
  "callNoSpeakerFound": "找不到扬声器或耳机。连接音频设备以收听呼叫。",
241
243
  "callNoMicrophoneFound": "找不到麦克风。连接音频输入设备。",
242
244
  "callMicrophoneAccessDenied": "无法访问麦克风。单击地址栏中的锁定以授予对此网页的权限。",
@@ -257,160 +259,189 @@
257
259
  "failedToJoinCallInvalidMeetingLink": "无法加入会议。无效的链接。",
258
260
  "cameraFrozenForRemoteParticipants": "通话中的用户在查看视频时遇到问题。请检查你的设备和网络。",
259
261
  "unableToStartVideoEffect": "无法应用视频效果。",
260
- "startSpotlightWhileMaxParticipantsAreSpotlighted": "无法聚焦参与者,因为聚焦的参与者人数已达到上限。"
262
+ "startSpotlightWhileMaxParticipantsAreSpotlighted": "无法聚焦参与者,因为聚焦的参与者人数已达到上限。",
263
+ "mutedByRemoteParticipant": "另一个参与者已将你静音。"
261
264
  },
262
- "notifications": {
263
- "unableToReachChatService": {
264
- "title": "你处于脱机状态。",
265
- "closeButtonAriaLabel": "关闭"
266
- },
267
- "accessDenied": {
268
- "title": "无法访问聊天服务",
269
- "message": "请检查提供的用户凭据",
270
- "closeButtonAriaLabel": "关闭"
271
- },
272
- "userNotInChatThread": {
273
- "title": "你不再在此聊天线程中。",
274
- "closeButtonAriaLabel": "关闭"
275
- },
276
- "sendMessageNotInChatThread": {
277
- "title": "无法发送消息",
278
- "message": "你不再处于此聊天会话中",
279
- "closeButtonAriaLabel": "关闭"
280
- },
281
- "sendMessageGeneric": {
282
- "title": "无法发送邮件。",
283
- "closeButtonAriaLabel": "关闭"
284
- },
265
+ "notificationStack": {
285
266
  "callingNetworkFailure": {
286
- "title": "连接呼叫时遇到问题",
267
+ "title": "连接通话时遇到问题",
287
268
  "message": "你似乎处于脱机状态。请检查网络连接,然后重试。",
288
- "closeButtonAriaLabel": "关闭"
269
+ "dismissButtonAriaLabel": "关闭"
289
270
  },
290
271
  "startVideoGeneric": {
291
272
  "title": "无法启动视频。",
292
- "closeButtonAriaLabel": "关闭"
273
+ "dismissButtonAriaLabel": "关闭"
293
274
  },
294
275
  "stopVideoGeneric": {
295
276
  "title": "无法停止视频。",
296
- "closeButtonAriaLabel": "关闭"
277
+ "dismissButtonAriaLabel": "关闭"
297
278
  },
298
279
  "muteGeneric": {
299
280
  "title": "无法将麦克风静音。",
300
- "closeButtonAriaLabel": "关闭"
281
+ "dismissButtonAriaLabel": "关闭"
301
282
  },
302
283
  "unmuteGeneric": {
303
284
  "title": "无法取消麦克风静音。",
304
- "closeButtonAriaLabel": "关闭"
285
+ "dismissButtonAriaLabel": "关闭"
305
286
  },
306
287
  "speakingWhileMuted": {
307
288
  "title": "你已静音。",
308
- "closeButtonAriaLabel": "关闭"
289
+ "dismissButtonAriaLabel": "关闭"
309
290
  },
310
291
  "startScreenShareGeneric": {
311
292
  "title": "启动屏幕共享时出现问题。",
312
- "closeButtonAriaLabel": "关闭"
293
+ "dismissButtonAriaLabel": "关闭"
313
294
  },
314
295
  "stopScreenShareGeneric": {
315
296
  "title": "无法停止屏幕共享。",
316
- "closeButtonAriaLabel": "关闭"
297
+ "dismissButtonAriaLabel": "关闭"
317
298
  },
318
299
  "callNetworkQualityLow": {
319
300
  "title": "网络质量低。",
320
- "closeButtonAriaLabel": "关闭"
301
+ "dismissButtonAriaLabel": "关闭"
302
+ },
303
+ "teamsMeetingCallNetworkQualityLow": {
304
+ "title": "网络质量低。",
305
+ "dismissButtonAriaLabel": "关闭",
306
+ "message": "从你的手机加入此通话以获得更好的声音。你可以继续在此设备上查看会议。",
307
+ "primaryButtonLabel": "通过电话加入"
321
308
  },
322
309
  "callNoSpeakerFound": {
323
310
  "title": "找不到扬声器或耳机",
324
311
  "message": "连接音频设备以收听呼叫。",
325
- "closeButtonAriaLabel": "关闭"
312
+ "dismissButtonAriaLabel": "关闭"
326
313
  },
327
314
  "callNoMicrophoneFound": {
328
315
  "title": "未找到麦克风",
329
316
  "message": "连接音频输入设备。",
330
- "closeButtonAriaLabel": "关闭"
317
+ "dismissButtonAriaLabel": "关闭"
331
318
  },
332
319
  "callMicrophoneAccessDenied": {
333
320
  "title": "无法访问麦克风",
334
321
  "message": "单击地址栏中的锁定以授予对此网页的权限。",
335
- "closeButtonAriaLabel": "关闭"
322
+ "dismissButtonAriaLabel": "关闭"
336
323
  },
337
324
  "callMicrophoneAccessDeniedSafari": {
338
325
  "title": "无法访问麦克风",
339
326
  "message": "刷新页面以允许权限,或检查此浏览器的设置并验证是否为此网站启用了权限。",
340
- "closeButtonAriaLabel": "关闭"
327
+ "dismissButtonAriaLabel": "关闭"
341
328
  },
342
329
  "callMicrophoneMutedBySystem": {
343
330
  "title": "系统已将你设为静音。",
344
- "closeButtonAriaLabel": "关闭"
331
+ "dismissButtonAriaLabel": "关闭"
345
332
  },
346
333
  "callMicrophoneUnmutedBySystem": {
347
334
  "title": "你的麦克风已恢复,系统已取消静音。",
348
- "closeButtonAriaLabel": "关闭"
335
+ "dismissButtonAriaLabel": "关闭"
349
336
  },
350
337
  "callMacOsMicrophoneAccessDenied": {
351
338
  "title": "无法访问麦克风",
352
339
  "message": "在 macOS 隐私设置中授予麦克风权限。",
353
- "closeButtonAriaLabel": "关闭"
340
+ "dismissButtonAriaLabel": "关闭"
354
341
  },
355
342
  "callLocalVideoFreeze": {
356
343
  "title": "网络带宽较差",
357
344
  "message": "您的视频可能会对通话中的其他人暂停。",
358
- "closeButtonAriaLabel": "关闭"
345
+ "dismissButtonAriaLabel": "关闭"
359
346
  },
360
347
  "callCameraAccessDenied": {
361
348
  "title": "无法访问摄像头",
362
349
  "message": "单击地址栏中的锁定以授予对此网页的权限。",
363
- "closeButtonAriaLabel": "关闭"
350
+ "dismissButtonAriaLabel": "关闭"
364
351
  },
365
352
  "callCameraAccessDeniedSafari": {
366
353
  "title": "无法访问摄像头",
367
354
  "message": "刷新页面以允许权限,或检查此浏览器的设置并验证是否为此网站启用了权限。",
368
- "closeButtonAriaLabel": "关闭"
355
+ "dismissButtonAriaLabel": "关闭"
369
356
  },
370
357
  "callCameraAlreadyInUse": {
371
358
  "title": "无法访问摄像头",
372
359
  "message": "它可能已被其他应用程序使用。",
373
- "closeButtonAriaLabel": "关闭"
360
+ "dismissButtonAriaLabel": "关闭"
374
361
  },
375
362
  "callVideoStoppedBySystem": {
376
363
  "title": "你的系统已停止你的视频。",
377
- "closeButtonAriaLabel": "关闭"
364
+ "dismissButtonAriaLabel": "关闭"
378
365
  },
379
366
  "callVideoRecoveredBySystem": {
380
367
  "title": "你的视频已恢复。",
381
- "closeButtonAriaLabel": "关闭"
368
+ "dismissButtonAriaLabel": "关闭"
382
369
  },
383
370
  "callMacOsCameraAccessDenied": {
384
371
  "title": "MacOS 正在阻止对摄像头的访问",
385
372
  "message": "更新你的隐私设置以允许此浏览器访问你的相机。",
386
- "closeButtonAriaLabel": "关闭"
373
+ "dismissButtonAriaLabel": "关闭"
387
374
  },
388
375
  "callMacOsScreenShareAccessDenied": {
389
376
  "title": "MacOS 正在阻止屏幕共享",
390
377
  "message": "更新你的隐私设置以允许此浏览器录制你的屏幕。",
391
- "closeButtonAriaLabel": "关闭"
378
+ "dismissButtonAriaLabel": "关闭"
392
379
  },
393
380
  "failedToJoinCallGeneric": {
394
- "title": "未能加入通话。",
395
- "closeButtonAriaLabel": "关闭"
381
+ "title": "无法加入通话。",
382
+ "dismissButtonAriaLabel": "关闭"
396
383
  },
397
384
  "failedToJoinCallInvalidMeetingLink": {
398
385
  "title": "无法加入会议。无效的链接。",
399
- "closeButtonAriaLabel": "关闭"
386
+ "dismissButtonAriaLabel": "关闭"
400
387
  },
401
388
  "cameraFrozenForRemoteParticipants": {
402
389
  "title": "通话中的用户在查看视频时遇到问题",
403
390
  "message": "请检查你的设备和网络。",
404
- "closeButtonAriaLabel": "关闭"
391
+ "dismissButtonAriaLabel": "关闭"
405
392
  },
406
393
  "unableToStartVideoEffect": {
407
394
  "title": "无法应用视频效果。",
408
- "closeButtonAriaLabel": "关闭"
395
+ "dismissButtonAriaLabel": "关闭"
409
396
  },
410
397
  "startSpotlightWhileMaxParticipantsAreSpotlighted": {
411
398
  "title": "无法在参与者上启动聚焦",
412
399
  "message": "已聚焦的最大参与者数。",
413
- "closeButtonAriaLabel": "关闭"
400
+ "dismissButtonAriaLabel": "关闭"
401
+ },
402
+ "mutedByRemoteParticipant": {
403
+ "title": "另一个参与者已将你静音。",
404
+ "dismissButtonAriaLabel": "关闭"
405
+ },
406
+ "recordingStarted": {
407
+ "title": "已开始录制。",
408
+ "message": "加入即表示你同意转录此会议。",
409
+ "dismissButtonAriaLabel": "关闭"
410
+ },
411
+ "transcriptionStarted": {
412
+ "title": "听录已开始。",
413
+ "message": "加入即表示你同意转录此会议。",
414
+ "dismissButtonAriaLabel": "关闭"
415
+ },
416
+ "recordingStopped": {
417
+ "title": "正在保存录制内容。",
418
+ "message": "录制已停止。",
419
+ "dismissButtonAriaLabel": "关闭"
420
+ },
421
+ "transcriptionStopped": {
422
+ "title": "正在保存听录。",
423
+ "message": "听录已停止。",
424
+ "dismissButtonAriaLabel": "关闭"
425
+ },
426
+ "recordingAndTranscriptionStarted": {
427
+ "title": "录制和听录已开始。",
428
+ "message": "加入即表示你同意转录此会议。",
429
+ "dismissButtonAriaLabel": "关闭"
430
+ },
431
+ "recordingAndTranscriptionStopped": {
432
+ "title": "正在保存录制和听录。",
433
+ "message": "录制和听录已停止。",
434
+ "dismissButtonAriaLabel": "关闭"
435
+ },
436
+ "recordingStoppedStillTranscribing": {
437
+ "title": "录制已停止。",
438
+ "message": "现在仅听录此会议。",
439
+ "dismissButtonAriaLabel": "关闭"
440
+ },
441
+ "transcriptionStoppedStillRecording": {
442
+ "title": "听录已停止。",
443
+ "message": "现在仅录制此会议。",
444
+ "dismissButtonAriaLabel": "关闭"
414
445
  }
415
446
  },
416
447
  "videoGallery": {
@@ -436,7 +467,8 @@
436
467
  "spotlightLimitReachedMenuTitle": "已达到聚焦限制",
437
468
  "stopSpotlightVideoTileMenuLabel": "停止聚焦",
438
469
  "stopSpotlightOnSelfVideoTileMenuLabel": "退出聚焦",
439
- "attendeeRole": "与会者"
470
+ "attendeeRole": "与会者",
471
+ "muteParticipantMenuItemLabel": "静音"
440
472
  },
441
473
  "dialpad": {
442
474
  "placeholderText": "输入电话号码",
@@ -578,9 +610,15 @@
578
610
  "meetingConferencePhoneInfoModalMeetingId": "输入会议 ID",
579
611
  "meetingConferencePhoneInfoModalWait": "等待组织者接受",
580
612
  "meetingConferencePhoneInfoModalNoPhoneAvailable": "没有可用的电话",
581
- "meetingConferencePhoneInfoModalTollFree": "{phoneNumber}(免费){country},{city}",
582
- "meetingConferencePhoneInfoModalTollFreeWithoutGeoData": "{phoneNumber}(免费)",
583
- "meetingConferencePhoneInfoModalToll": "{phoneNumber}(收费){country},{city}",
584
- "meetingConferencePhoneInfoModalTollWithoutGeoData": "{phoneNumber}(收费)"
613
+ "meetingConferencePhoneInfoModalTollGeoData": "{country},{city}",
614
+ "meetingConferencePhoneInfoModalTollFree": "(免费电话)",
615
+ "meetingConferencePhoneInfoModalToll": "(收费电话)"
616
+ },
617
+ "IncomingCallNotification": {
618
+ "incomingCallNotificationPlaceholderId": "未知用户",
619
+ "incomingCallNotificationPlaceholderAlert": "传入呼叫",
620
+ "incomingCallNoticicationAcceptWithAudioAriaLabel": "语音接听",
621
+ "incomingCallNoticicationAcceptWithVideoAriaLabel": "视频接听",
622
+ "incomingCallNoticicationRejectAriaLabel": "拒绝"
585
623
  }
586
624
  }