@azure/communication-react 1.14.0-alpha-202403130012 → 1.14.0-alpha-202403150012
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 +5 -5
- package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-Be7pr6o4.js → RichTextSendBoxWrapper-UUKnVH43.js} +2 -2
- package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-Be7pr6o4.js.map → RichTextSendBoxWrapper-UUKnVH43.js.map} +1 -1
- package/dist/dist-cjs/communication-react/{index-C3IKJHX1.js → index-Db9LOYoW.js} +471 -201
- package/dist/dist-cjs/communication-react/index-Db9LOYoW.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/CallClientState.d.ts +4 -4
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +3 -1
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js +13 -2
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js +46 -1
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.d.ts +2 -1
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +18 -8
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.d.ts +16 -1
- package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.js +38 -2
- package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/Converter.d.ts +6 -1
- package/dist/dist-esm/calling-stateful-client/src/Converter.js +8 -1
- package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js +1 -1
- package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/ChatContext.js +6 -2
- package/dist/dist-esm/chat-stateful-client/src/ChatContext.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/types/ChatMessageWithStatus.d.ts +1 -1
- package/dist/dist-esm/chat-stateful-client/src/types/ChatMessageWithStatus.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js +5 -2
- package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js +19 -8
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.d.ts +4 -0
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/ReactionDrawerMenuItem.d.ts +29 -0
- package/dist/dist-esm/react-components/src/components/Drawer/ReactionDrawerMenuItem.js +60 -0
- package/dist/dist-esm/react-components/src/components/Drawer/ReactionDrawerMenuItem.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/Drawer/index.d.ts +2 -0
- package/dist/dist-esm/react-components/src/components/Drawer/index.js +2 -0
- package/dist/dist-esm/react-components/src/components/Drawer/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ImageOverlay.js +17 -9
- package/dist/dist-esm/react-components/src/components/ImageOverlay.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ReactionButton.styles.d.ts +12 -0
- package/dist/dist-esm/react-components/src/components/styles/ReactionButton.styles.js +47 -3
- package/dist/dist-esm/react-components/src/components/styles/ReactionButton.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ar-SA/strings.json +23 -4
- package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/strings.json +23 -4
- package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +23 -4
- package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +23 -4
- package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +23 -4
- package/dist/dist-esm/react-components/src/localization/locales/fi-FI/strings.json +23 -4
- package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +23 -4
- package/dist/dist-esm/react-components/src/localization/locales/he-IL/strings.json +23 -4
- package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +23 -4
- package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +23 -4
- package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +23 -4
- package/dist/dist-esm/react-components/src/localization/locales/nb-NO/strings.json +23 -4
- package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +23 -4
- package/dist/dist-esm/react-components/src/localization/locales/pl-PL/strings.json +23 -4
- package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +23 -4
- package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +23 -4
- package/dist/dist-esm/react-components/src/localization/locales/sv-SE/strings.json +23 -4
- package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +23 -4
- package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +23 -4
- package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +23 -4
- package/dist/dist-esm/react-components/src/theming/themes.js +1 -1
- package/dist/dist-esm/react-components/src/theming/themes.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +43 -15
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +11 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +5 -2
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsBanner.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsBanner.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsBanner.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.d.ts +4 -0
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js +32 -21
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.d.ts +3 -0
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/strings.json +6 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/strings.json +6 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +6 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +6 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +6 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/strings.json +6 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +6 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/strings.json +6 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +6 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +6 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +6 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/strings.json +6 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +6 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/strings.json +6 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +6 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +6 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/strings.json +6 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +6 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +6 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +6 -2
- package/package.json +1 -1
- package/dist/dist-cjs/communication-react/index-C3IKJHX1.js.map +0 -1
@@ -7,7 +7,8 @@
|
|
7
7
|
"mutedIconLabel": "מושתק",
|
8
8
|
"displayNamePlaceholder": "משתתף ללא שם",
|
9
9
|
"participantStateRinging": "מתקשר...",
|
10
|
-
"participantStateHold": "בהמתנה"
|
10
|
+
"participantStateHold": "בהמתנה",
|
11
|
+
"attendeeRole": "משתתף"
|
11
12
|
},
|
12
13
|
"ParticipantList": {
|
13
14
|
"overflowParticipantCount": "+{overflowCount} נוספים"
|
@@ -28,6 +29,23 @@
|
|
28
29
|
"uploading": "מעלה",
|
29
30
|
"uploadCompleted": "ההעלאה הושלמה"
|
30
31
|
},
|
32
|
+
"richTextSendBox": {
|
33
|
+
"placeholderText": "הזן הודעה",
|
34
|
+
"textTooLong": "אורך ההודעה שלך חורג מהמגבלה המרבית.",
|
35
|
+
"sendButtonAriaLabel": "שלח הודעה",
|
36
|
+
"fileUploadsPendingError": "מעלה... המתן.",
|
37
|
+
"removeFile": "הסרת קובץ",
|
38
|
+
"uploading": "מעלה",
|
39
|
+
"uploadCompleted": "ההעלאה הושלמה",
|
40
|
+
"boldTooltip": "מודגש",
|
41
|
+
"italicTooltip": "נטוי",
|
42
|
+
"underlineTooltip": "קו תחתון",
|
43
|
+
"bulletListTooltip": "רשימה עם תבליטים",
|
44
|
+
"numberListTooltip": "רשימה ממוספרת",
|
45
|
+
"increaseIndentTooltip": "הגדל כניסה",
|
46
|
+
"decreaseIndentTooltip": "הקטן כניסה",
|
47
|
+
"richTextFormatButtonTooltip": "תבנית"
|
48
|
+
},
|
31
49
|
"mentionPopover": {
|
32
50
|
"mentionPopoverHeader": "הצעות"
|
33
51
|
},
|
@@ -125,6 +143,7 @@
|
|
125
143
|
},
|
126
144
|
"reactionButton": {
|
127
145
|
"label": "תגובה",
|
146
|
+
"ariaLabel": "לחצן 'הגב', שלח תגובה",
|
128
147
|
"tooltipDisabledContent": "פעולת התגובה אינה זמינה",
|
129
148
|
"tooltipContent": "שלח תגובה",
|
130
149
|
"likeReactionTooltipContent": "אהבתי",
|
@@ -224,7 +243,8 @@
|
|
224
243
|
"addSpotlightVideoTileMenuLabel": "הוסף זרקור",
|
225
244
|
"spotlightLimitReachedMenuTitle": "הגעת למגבלת הזרקורים",
|
226
245
|
"stopSpotlightVideoTileMenuLabel": "הפסק להציב זרקור",
|
227
|
-
"stopSpotlightOnSelfVideoTileMenuLabel": "צא מזרקור"
|
246
|
+
"stopSpotlightOnSelfVideoTileMenuLabel": "צא מזרקור",
|
247
|
+
"attendeeRole": "משתתף"
|
228
248
|
},
|
229
249
|
"dialpad": {
|
230
250
|
"placeholderText": "הזן מספר טלפון",
|
@@ -358,6 +378,5 @@
|
|
358
378
|
"verticalGallery": {
|
359
379
|
"leftNavButtonAriaLabel": "הדף הקודם",
|
360
380
|
"rightNavButtonAriaLabel": "הדף הבא"
|
361
|
-
}
|
362
|
-
"AttendeeRole": "משתתף"
|
381
|
+
}
|
363
382
|
}
|
@@ -7,7 +7,8 @@
|
|
7
7
|
"mutedIconLabel": "Disattivato",
|
8
8
|
"displayNamePlaceholder": "Partecipante senza nome",
|
9
9
|
"participantStateRinging": "Chiamata in corso...",
|
10
|
-
"participantStateHold": "Per l'attesa"
|
10
|
+
"participantStateHold": "Per l'attesa",
|
11
|
+
"attendeeRole": "Partecipante"
|
11
12
|
},
|
12
13
|
"ParticipantList": {
|
13
14
|
"overflowParticipantCount": "+{overflowCount} altro"
|
@@ -28,6 +29,23 @@
|
|
28
29
|
"uploading": "Caricamento in corso",
|
29
30
|
"uploadCompleted": "Caricamento completato"
|
30
31
|
},
|
32
|
+
"richTextSendBox": {
|
33
|
+
"placeholderText": "Immetti un messaggio",
|
34
|
+
"textTooLong": "La lunghezza del messaggio supera il limite massimo.",
|
35
|
+
"sendButtonAriaLabel": "Invia messaggio",
|
36
|
+
"fileUploadsPendingError": "Caricamento... Attendi.",
|
37
|
+
"removeFile": "Rimuovi file",
|
38
|
+
"uploading": "Caricamento",
|
39
|
+
"uploadCompleted": "Caricamento completato",
|
40
|
+
"boldTooltip": "Grassetto",
|
41
|
+
"italicTooltip": "Corsivo",
|
42
|
+
"underlineTooltip": "Sottolineato",
|
43
|
+
"bulletListTooltip": "Elenco puntato",
|
44
|
+
"numberListTooltip": "Elenco numerato",
|
45
|
+
"increaseIndentTooltip": "Aumenta rientro",
|
46
|
+
"decreaseIndentTooltip": "Riduci rientro",
|
47
|
+
"richTextFormatButtonTooltip": "Formato"
|
48
|
+
},
|
31
49
|
"mentionPopover": {
|
32
50
|
"mentionPopoverHeader": "Suggerimenti"
|
33
51
|
},
|
@@ -125,6 +143,7 @@
|
|
125
143
|
},
|
126
144
|
"reactionButton": {
|
127
145
|
"label": "Reagisci",
|
146
|
+
"ariaLabel": "Pulsante Reagisci, Invia una reazione",
|
128
147
|
"tooltipDisabledContent": "L'azione di reazione è disabilitata",
|
129
148
|
"tooltipContent": "Invia una reazione",
|
130
149
|
"likeReactionTooltipContent": "Mi piace",
|
@@ -224,7 +243,8 @@
|
|
224
243
|
"addSpotlightVideoTileMenuLabel": "Metti in evidenza",
|
225
244
|
"spotlightLimitReachedMenuTitle": "È stato raggiunto il limite di contenuti in evidenza",
|
226
245
|
"stopSpotlightVideoTileMenuLabel": "Interrompi la posizione in evidenza",
|
227
|
-
"stopSpotlightOnSelfVideoTileMenuLabel": "Chiudi visualizzazione in evidenza"
|
246
|
+
"stopSpotlightOnSelfVideoTileMenuLabel": "Chiudi visualizzazione in evidenza",
|
247
|
+
"attendeeRole": "Partecipante"
|
228
248
|
},
|
229
249
|
"dialpad": {
|
230
250
|
"placeholderText": "Inserisci numero di telefono",
|
@@ -358,6 +378,5 @@
|
|
358
378
|
"verticalGallery": {
|
359
379
|
"leftNavButtonAriaLabel": "Pagina precedente",
|
360
380
|
"rightNavButtonAriaLabel": "Pagina successiva"
|
361
|
-
}
|
362
|
-
"AttendeeRole": "Partecipante"
|
381
|
+
}
|
363
382
|
}
|
@@ -7,7 +7,8 @@
|
|
7
7
|
"mutedIconLabel": "ミュート状態",
|
8
8
|
"displayNamePlaceholder": "名前のない参加者",
|
9
9
|
"participantStateRinging": "呼び出し中...",
|
10
|
-
"participantStateHold": "保留中"
|
10
|
+
"participantStateHold": "保留中",
|
11
|
+
"attendeeRole": "出席者"
|
11
12
|
},
|
12
13
|
"ParticipantList": {
|
13
14
|
"overflowParticipantCount": "その他 {overflowCount} 個"
|
@@ -28,6 +29,23 @@
|
|
28
29
|
"uploading": "アップロード中",
|
29
30
|
"uploadCompleted": "アップロードが完了しました"
|
30
31
|
},
|
32
|
+
"richTextSendBox": {
|
33
|
+
"placeholderText": "メッセージを入力してください",
|
34
|
+
"textTooLong": "メッセージの長さが上限を超えています。",
|
35
|
+
"sendButtonAriaLabel": "メッセージの送信",
|
36
|
+
"fileUploadsPendingError": "アップロード中...お待ちください。",
|
37
|
+
"removeFile": "ファイルの削除",
|
38
|
+
"uploading": "アップロード中",
|
39
|
+
"uploadCompleted": "アップロード完了",
|
40
|
+
"boldTooltip": "太字",
|
41
|
+
"italicTooltip": "斜体",
|
42
|
+
"underlineTooltip": "下線",
|
43
|
+
"bulletListTooltip": "箇条書き",
|
44
|
+
"numberListTooltip": "番号付きリスト",
|
45
|
+
"increaseIndentTooltip": "インデントを増やす",
|
46
|
+
"decreaseIndentTooltip": "インデントを減らす",
|
47
|
+
"richTextFormatButtonTooltip": "形式"
|
48
|
+
},
|
31
49
|
"mentionPopover": {
|
32
50
|
"mentionPopoverHeader": "候補"
|
33
51
|
},
|
@@ -125,6 +143,7 @@
|
|
125
143
|
},
|
126
144
|
"reactionButton": {
|
127
145
|
"label": "リアクションする",
|
146
|
+
"ariaLabel": "リアクション ボタン、リアクションの送信",
|
128
147
|
"tooltipDisabledContent": "リアクション操作が無効になっています",
|
129
148
|
"tooltipContent": "リアクションを送信します",
|
130
149
|
"likeReactionTooltipContent": "高く評価",
|
@@ -224,7 +243,8 @@
|
|
224
243
|
"addSpotlightVideoTileMenuLabel": "スポットライトを追加",
|
225
244
|
"spotlightLimitReachedMenuTitle": "スポットライトの上限に達しました",
|
226
245
|
"stopSpotlightVideoTileMenuLabel": "スポットライトの設定を解除",
|
227
|
-
"stopSpotlightOnSelfVideoTileMenuLabel": "スポットライトを終了"
|
246
|
+
"stopSpotlightOnSelfVideoTileMenuLabel": "スポットライトを終了",
|
247
|
+
"attendeeRole": "出席者"
|
228
248
|
},
|
229
249
|
"dialpad": {
|
230
250
|
"placeholderText": "電話番号を入力してください",
|
@@ -358,6 +378,5 @@
|
|
358
378
|
"verticalGallery": {
|
359
379
|
"leftNavButtonAriaLabel": "前のページ",
|
360
380
|
"rightNavButtonAriaLabel": "次のページ"
|
361
|
-
}
|
362
|
-
"AttendeeRole": "出席者"
|
381
|
+
}
|
363
382
|
}
|
@@ -7,7 +7,8 @@
|
|
7
7
|
"mutedIconLabel": "음소거됨",
|
8
8
|
"displayNamePlaceholder": "명명되지 않은 참가자",
|
9
9
|
"participantStateRinging": "전화 거는 중...",
|
10
|
-
"participantStateHold": "대기 중"
|
10
|
+
"participantStateHold": "대기 중",
|
11
|
+
"attendeeRole": "참석자"
|
11
12
|
},
|
12
13
|
"ParticipantList": {
|
13
14
|
"overflowParticipantCount": "+{overflowCount}개 더 보기"
|
@@ -28,6 +29,23 @@
|
|
28
29
|
"uploading": "업로드 중",
|
29
30
|
"uploadCompleted": "업로드 완료"
|
30
31
|
},
|
32
|
+
"richTextSendBox": {
|
33
|
+
"placeholderText": "메시지 입력",
|
34
|
+
"textTooLong": "메시지 길이가 최대 제한을 초과했습니다.",
|
35
|
+
"sendButtonAriaLabel": "메시지 보내기",
|
36
|
+
"fileUploadsPendingError": "업로드 중... 잠시 기다려 주세요.",
|
37
|
+
"removeFile": "파일 제거",
|
38
|
+
"uploading": "업로드 중",
|
39
|
+
"uploadCompleted": "업로드 완료",
|
40
|
+
"boldTooltip": "굵게",
|
41
|
+
"italicTooltip": "기울임꼴",
|
42
|
+
"underlineTooltip": "밑줄",
|
43
|
+
"bulletListTooltip": "글머리 기호 목록",
|
44
|
+
"numberListTooltip": "번호 매기기 목록",
|
45
|
+
"increaseIndentTooltip": "들여쓰기",
|
46
|
+
"decreaseIndentTooltip": "내어쓰기",
|
47
|
+
"richTextFormatButtonTooltip": "형식"
|
48
|
+
},
|
31
49
|
"mentionPopover": {
|
32
50
|
"mentionPopoverHeader": "제안"
|
33
51
|
},
|
@@ -125,6 +143,7 @@
|
|
125
143
|
},
|
126
144
|
"reactionButton": {
|
127
145
|
"label": "반응",
|
146
|
+
"ariaLabel": "반응 단추, 반응 보내기",
|
128
147
|
"tooltipDisabledContent": "반응 동작을 사용할 수 없습니다.",
|
129
148
|
"tooltipContent": "반응 보내기",
|
130
149
|
"likeReactionTooltipContent": "좋아요",
|
@@ -224,7 +243,8 @@
|
|
224
243
|
"addSpotlightVideoTileMenuLabel": "스포트라이트 추가",
|
225
244
|
"spotlightLimitReachedMenuTitle": "스포트라이트 한도 도달",
|
226
245
|
"stopSpotlightVideoTileMenuLabel": "스포트라이트 중지",
|
227
|
-
"stopSpotlightOnSelfVideoTileMenuLabel": "스포트라이트 종료"
|
246
|
+
"stopSpotlightOnSelfVideoTileMenuLabel": "스포트라이트 종료",
|
247
|
+
"attendeeRole": "참석자"
|
228
248
|
},
|
229
249
|
"dialpad": {
|
230
250
|
"placeholderText": "전화 번호를 입력하세요.",
|
@@ -358,6 +378,5 @@
|
|
358
378
|
"verticalGallery": {
|
359
379
|
"leftNavButtonAriaLabel": "이전 페이지",
|
360
380
|
"rightNavButtonAriaLabel": "다음 페이지"
|
361
|
-
}
|
362
|
-
"AttendeeRole": "참석자"
|
381
|
+
}
|
363
382
|
}
|
@@ -7,7 +7,8 @@
|
|
7
7
|
"mutedIconLabel": "Dempet",
|
8
8
|
"displayNamePlaceholder": "Deltaker uten navn",
|
9
9
|
"participantStateRinging": "Ringer ...",
|
10
|
-
"participantStateHold": "På vent"
|
10
|
+
"participantStateHold": "På vent",
|
11
|
+
"attendeeRole": "Deltaker"
|
11
12
|
},
|
12
13
|
"ParticipantList": {
|
13
14
|
"overflowParticipantCount": "+{overflowCount} flere"
|
@@ -28,6 +29,23 @@
|
|
28
29
|
"uploading": "Laster opp",
|
29
30
|
"uploadCompleted": "Opplasting fullført"
|
30
31
|
},
|
32
|
+
"richTextSendBox": {
|
33
|
+
"placeholderText": "Skriv en melding",
|
34
|
+
"textTooLong": "Meldingslengden er over maksimumsgrensen.",
|
35
|
+
"sendButtonAriaLabel": "Send melding",
|
36
|
+
"fileUploadsPendingError": "Laster opp ... Vent litt.",
|
37
|
+
"removeFile": "Fjern fil",
|
38
|
+
"uploading": "Laster opp",
|
39
|
+
"uploadCompleted": "Opplasting fullført",
|
40
|
+
"boldTooltip": "Fet",
|
41
|
+
"italicTooltip": "Kursiv",
|
42
|
+
"underlineTooltip": "Understreking",
|
43
|
+
"bulletListTooltip": "Punktliste",
|
44
|
+
"numberListTooltip": "Nummerert liste",
|
45
|
+
"increaseIndentTooltip": "Øk innrykk",
|
46
|
+
"decreaseIndentTooltip": "Reduser innrykk",
|
47
|
+
"richTextFormatButtonTooltip": "Format"
|
48
|
+
},
|
31
49
|
"mentionPopover": {
|
32
50
|
"mentionPopoverHeader": "Forslag"
|
33
51
|
},
|
@@ -125,6 +143,7 @@
|
|
125
143
|
},
|
126
144
|
"reactionButton": {
|
127
145
|
"label": "Reager",
|
146
|
+
"ariaLabel": "Reager-knapp, send en reaksjon",
|
128
147
|
"tooltipDisabledContent": "Reaksjonshandling er deaktivert",
|
129
148
|
"tooltipContent": "Send en reaksjon",
|
130
149
|
"likeReactionTooltipContent": "Liker",
|
@@ -224,7 +243,8 @@
|
|
224
243
|
"addSpotlightVideoTileMenuLabel": "Legg til rampelys",
|
225
244
|
"spotlightLimitReachedMenuTitle": "Rampelys-grensen er nådd",
|
226
245
|
"stopSpotlightVideoTileMenuLabel": "Fjern fra rampelyset",
|
227
|
-
"stopSpotlightOnSelfVideoTileMenuLabel": "Rampelys av"
|
246
|
+
"stopSpotlightOnSelfVideoTileMenuLabel": "Rampelys av",
|
247
|
+
"attendeeRole": "Deltaker"
|
228
248
|
},
|
229
249
|
"dialpad": {
|
230
250
|
"placeholderText": "Skriv inn telefonnummeret",
|
@@ -358,6 +378,5 @@
|
|
358
378
|
"verticalGallery": {
|
359
379
|
"leftNavButtonAriaLabel": "forrige side",
|
360
380
|
"rightNavButtonAriaLabel": "neste side"
|
361
|
-
}
|
362
|
-
"AttendeeRole": "Deltaker"
|
381
|
+
}
|
363
382
|
}
|
@@ -7,7 +7,8 @@
|
|
7
7
|
"mutedIconLabel": "Gedempt",
|
8
8
|
"displayNamePlaceholder": "Naamloze deelnemer",
|
9
9
|
"participantStateRinging": "Bellen...",
|
10
|
-
"participantStateHold": "In de wacht"
|
10
|
+
"participantStateHold": "In de wacht",
|
11
|
+
"attendeeRole": "Genodigde"
|
11
12
|
},
|
12
13
|
"ParticipantList": {
|
13
14
|
"overflowParticipantCount": "+{overflowCount} meer"
|
@@ -28,6 +29,23 @@
|
|
28
29
|
"uploading": "Uploaden",
|
29
30
|
"uploadCompleted": "Upload voltooid"
|
30
31
|
},
|
32
|
+
"richTextSendBox": {
|
33
|
+
"placeholderText": "Een bericht invoeren",
|
34
|
+
"textTooLong": "De lengte van uw bericht overschrijdt de maximumlimiet.",
|
35
|
+
"sendButtonAriaLabel": "Bericht verzenden",
|
36
|
+
"fileUploadsPendingError": "Uploaden... Een ogenblik geduld.",
|
37
|
+
"removeFile": "Bestand verwijderen",
|
38
|
+
"uploading": "Uploaden",
|
39
|
+
"uploadCompleted": "Upload voltooid",
|
40
|
+
"boldTooltip": "Vet",
|
41
|
+
"italicTooltip": "Cursief",
|
42
|
+
"underlineTooltip": "Onderstrepen",
|
43
|
+
"bulletListTooltip": "Lijst met opsommingstekens",
|
44
|
+
"numberListTooltip": "Genummerde lijst",
|
45
|
+
"increaseIndentTooltip": "Inspringing vergroten",
|
46
|
+
"decreaseIndentTooltip": "Inspringing verkleinen",
|
47
|
+
"richTextFormatButtonTooltip": "Indeling"
|
48
|
+
},
|
31
49
|
"mentionPopover": {
|
32
50
|
"mentionPopoverHeader": "Suggesties"
|
33
51
|
},
|
@@ -125,6 +143,7 @@
|
|
125
143
|
},
|
126
144
|
"reactionButton": {
|
127
145
|
"label": "Reageren",
|
146
|
+
"ariaLabel": "Knop Regageren, een reactie verzenden",
|
128
147
|
"tooltipDisabledContent": "Reactieactie is uitgeschakeld",
|
129
148
|
"tooltipContent": "Verzend een reactie",
|
130
149
|
"likeReactionTooltipContent": "Vind ik leuk",
|
@@ -224,7 +243,8 @@
|
|
224
243
|
"addSpotlightVideoTileMenuLabel": "Spotlight toevoegen",
|
225
244
|
"spotlightLimitReachedMenuTitle": "Spotlightlimiet bereikt",
|
226
245
|
"stopSpotlightVideoTileMenuLabel": "Spotlighten stoppen",
|
227
|
-
"stopSpotlightOnSelfVideoTileMenuLabel": "Spotlight afsluiten"
|
246
|
+
"stopSpotlightOnSelfVideoTileMenuLabel": "Spotlight afsluiten",
|
247
|
+
"attendeeRole": "Genodigde"
|
228
248
|
},
|
229
249
|
"dialpad": {
|
230
250
|
"placeholderText": "Telefoonnummer invoeren",
|
@@ -358,6 +378,5 @@
|
|
358
378
|
"verticalGallery": {
|
359
379
|
"leftNavButtonAriaLabel": "vorige pagina",
|
360
380
|
"rightNavButtonAriaLabel": "volgende pagina"
|
361
|
-
}
|
362
|
-
"AttendeeRole": "Genodigde"
|
381
|
+
}
|
363
382
|
}
|
@@ -7,7 +7,8 @@
|
|
7
7
|
"mutedIconLabel": "Wyciszono",
|
8
8
|
"displayNamePlaceholder": "Uczestnik bez nazwy",
|
9
9
|
"participantStateRinging": "Trwa łączenie…",
|
10
|
-
"participantStateHold": "Zawieszony"
|
10
|
+
"participantStateHold": "Zawieszony",
|
11
|
+
"attendeeRole": "Uczestnik"
|
11
12
|
},
|
12
13
|
"ParticipantList": {
|
13
14
|
"overflowParticipantCount": "+{overflowCount} więcej"
|
@@ -28,6 +29,23 @@
|
|
28
29
|
"uploading": "Przekazywanie",
|
29
30
|
"uploadCompleted": "Zakończono przekazywanie"
|
30
31
|
},
|
32
|
+
"richTextSendBox": {
|
33
|
+
"placeholderText": "Wprowadź wiadomość",
|
34
|
+
"textTooLong": "Długość wiadomości przekracza maksymalny limit.",
|
35
|
+
"sendButtonAriaLabel": "Wyślij wiadomość",
|
36
|
+
"fileUploadsPendingError": "Trwa przekazywanie... Czekaj.",
|
37
|
+
"removeFile": "Usuń plik",
|
38
|
+
"uploading": "Przekazywanie",
|
39
|
+
"uploadCompleted": "Zakończono przekazywanie",
|
40
|
+
"boldTooltip": "Pogrubienie",
|
41
|
+
"italicTooltip": "Kursywa",
|
42
|
+
"underlineTooltip": "Podkreślenie",
|
43
|
+
"bulletListTooltip": "Lista punktowana",
|
44
|
+
"numberListTooltip": "Lista numerowana",
|
45
|
+
"increaseIndentTooltip": "Zwiększ wcięcie",
|
46
|
+
"decreaseIndentTooltip": "Zmniejsz wcięcie",
|
47
|
+
"richTextFormatButtonTooltip": "Formatowanie"
|
48
|
+
},
|
31
49
|
"mentionPopover": {
|
32
50
|
"mentionPopoverHeader": "Sugestie"
|
33
51
|
},
|
@@ -125,6 +143,7 @@
|
|
125
143
|
},
|
126
144
|
"reactionButton": {
|
127
145
|
"label": "Zareaguj",
|
146
|
+
"ariaLabel": "Przycisk reagowania, Wyślij reakcję",
|
128
147
|
"tooltipDisabledContent": "Akcja reakcji jest wyłączona",
|
129
148
|
"tooltipContent": "Wyślij reakcję",
|
130
149
|
"likeReactionTooltipContent": "Lubię",
|
@@ -224,7 +243,8 @@
|
|
224
243
|
"addSpotlightVideoTileMenuLabel": "Dodaj wyróżnienie",
|
225
244
|
"spotlightLimitReachedMenuTitle": "Osiągnięto limit wyróżnienia",
|
226
245
|
"stopSpotlightVideoTileMenuLabel": "Zatrzymaj wyróżnianie",
|
227
|
-
"stopSpotlightOnSelfVideoTileMenuLabel": "Zakończ wyróżnienie"
|
246
|
+
"stopSpotlightOnSelfVideoTileMenuLabel": "Zakończ wyróżnienie",
|
247
|
+
"attendeeRole": "Uczestnik"
|
228
248
|
},
|
229
249
|
"dialpad": {
|
230
250
|
"placeholderText": "Wprowadź numer telefonu",
|
@@ -358,6 +378,5 @@
|
|
358
378
|
"verticalGallery": {
|
359
379
|
"leftNavButtonAriaLabel": "poprzednia strona",
|
360
380
|
"rightNavButtonAriaLabel": "następna strona"
|
361
|
-
}
|
362
|
-
"AttendeeRole": "Uczestnik"
|
381
|
+
}
|
363
382
|
}
|
@@ -7,7 +7,8 @@
|
|
7
7
|
"mutedIconLabel": "Silenciado",
|
8
8
|
"displayNamePlaceholder": "Participante sem nome",
|
9
9
|
"participantStateRinging": "Chamando...",
|
10
|
-
"participantStateHold": "Em espera"
|
10
|
+
"participantStateHold": "Em espera",
|
11
|
+
"attendeeRole": "Participante"
|
11
12
|
},
|
12
13
|
"ParticipantList": {
|
13
14
|
"overflowParticipantCount": "+{overflowCount} mais"
|
@@ -28,6 +29,23 @@
|
|
28
29
|
"uploading": "Carregando",
|
29
30
|
"uploadCompleted": "Carregamento concluído"
|
30
31
|
},
|
32
|
+
"richTextSendBox": {
|
33
|
+
"placeholderText": "Inserir uma mensagem",
|
34
|
+
"textTooLong": "O comprimento da mensagem está acima do limite máximo.",
|
35
|
+
"sendButtonAriaLabel": "Enviar mensagem",
|
36
|
+
"fileUploadsPendingError": "Carregando... Aguarde.",
|
37
|
+
"removeFile": "Remover arquivo",
|
38
|
+
"uploading": "Carregando",
|
39
|
+
"uploadCompleted": "Carregamento concluído",
|
40
|
+
"boldTooltip": "Negrito",
|
41
|
+
"italicTooltip": "Itálico",
|
42
|
+
"underlineTooltip": "Sublinhar",
|
43
|
+
"bulletListTooltip": "Lista com marcadores",
|
44
|
+
"numberListTooltip": "Lista numerada",
|
45
|
+
"increaseIndentTooltip": "Aumentar recuo",
|
46
|
+
"decreaseIndentTooltip": "Diminuir recuo",
|
47
|
+
"richTextFormatButtonTooltip": "Formato"
|
48
|
+
},
|
31
49
|
"mentionPopover": {
|
32
50
|
"mentionPopoverHeader": "Sugestões"
|
33
51
|
},
|
@@ -125,6 +143,7 @@
|
|
125
143
|
},
|
126
144
|
"reactionButton": {
|
127
145
|
"label": "Reagir",
|
146
|
+
"ariaLabel": "Botão Reagir, Enviar uma reação",
|
128
147
|
"tooltipDisabledContent": "A ação de reação está desabilitada",
|
129
148
|
"tooltipContent": "Enviar uma reação",
|
130
149
|
"likeReactionTooltipContent": "Curtir",
|
@@ -224,7 +243,8 @@
|
|
224
243
|
"addSpotlightVideoTileMenuLabel": "Adicionar destaque",
|
225
244
|
"spotlightLimitReachedMenuTitle": "Limite de destaque atingido",
|
226
245
|
"stopSpotlightVideoTileMenuLabel": "Parar de destacar",
|
227
|
-
"stopSpotlightOnSelfVideoTileMenuLabel": "Sair de destaque"
|
246
|
+
"stopSpotlightOnSelfVideoTileMenuLabel": "Sair de destaque",
|
247
|
+
"attendeeRole": "Participante"
|
228
248
|
},
|
229
249
|
"dialpad": {
|
230
250
|
"placeholderText": "Inserir o número do telefone",
|
@@ -358,6 +378,5 @@
|
|
358
378
|
"verticalGallery": {
|
359
379
|
"leftNavButtonAriaLabel": "página anterior",
|
360
380
|
"rightNavButtonAriaLabel": "próxima página"
|
361
|
-
}
|
362
|
-
"AttendeeRole": "Participante"
|
381
|
+
}
|
363
382
|
}
|
@@ -7,7 +7,8 @@
|
|
7
7
|
"mutedIconLabel": "Микрофон отключен",
|
8
8
|
"displayNamePlaceholder": "Участник без имени",
|
9
9
|
"participantStateRinging": "Выполняется вызов...",
|
10
|
-
"participantStateHold": "На удержании"
|
10
|
+
"participantStateHold": "На удержании",
|
11
|
+
"attendeeRole": "Участник"
|
11
12
|
},
|
12
13
|
"ParticipantList": {
|
13
14
|
"overflowParticipantCount": "и еще {overflowCount}"
|
@@ -28,6 +29,23 @@
|
|
28
29
|
"uploading": "Отправка",
|
29
30
|
"uploadCompleted": "Отправка завершена"
|
30
31
|
},
|
32
|
+
"richTextSendBox": {
|
33
|
+
"placeholderText": "Введите сообщение",
|
34
|
+
"textTooLong": "Длина сообщения превышает максимально допустимую.",
|
35
|
+
"sendButtonAriaLabel": "Отправить сообщение",
|
36
|
+
"fileUploadsPendingError": "Производится отправка... Подождите.",
|
37
|
+
"removeFile": "Удалить файл",
|
38
|
+
"uploading": "Отправка",
|
39
|
+
"uploadCompleted": "Отправка завершена",
|
40
|
+
"boldTooltip": "Полужирный",
|
41
|
+
"italicTooltip": "Курсив",
|
42
|
+
"underlineTooltip": "Подчеркнуть",
|
43
|
+
"bulletListTooltip": "Маркированный список",
|
44
|
+
"numberListTooltip": "Нумерованный список",
|
45
|
+
"increaseIndentTooltip": "Увеличить отступ",
|
46
|
+
"decreaseIndentTooltip": "Уменьшить отступ",
|
47
|
+
"richTextFormatButtonTooltip": "Формат"
|
48
|
+
},
|
31
49
|
"mentionPopover": {
|
32
50
|
"mentionPopoverHeader": "Рекомендации"
|
33
51
|
},
|
@@ -125,6 +143,7 @@
|
|
125
143
|
},
|
126
144
|
"reactionButton": {
|
127
145
|
"label": "Отреагировать",
|
146
|
+
"ariaLabel": "Кнопка \"Отреагировать\", отправить реакцию",
|
128
147
|
"tooltipDisabledContent": "Действие реакции отключено",
|
129
148
|
"tooltipContent": "Отправка реакции",
|
130
149
|
"likeReactionTooltipContent": "Нравится",
|
@@ -224,7 +243,8 @@
|
|
224
243
|
"addSpotlightVideoTileMenuLabel": "Добавить закрепление",
|
225
244
|
"spotlightLimitReachedMenuTitle": "Достигнуто предельное число закреплений",
|
226
245
|
"stopSpotlightVideoTileMenuLabel": "Не закреплять",
|
227
|
-
"stopSpotlightOnSelfVideoTileMenuLabel": "Открепить"
|
246
|
+
"stopSpotlightOnSelfVideoTileMenuLabel": "Открепить",
|
247
|
+
"attendeeRole": "Участник"
|
228
248
|
},
|
229
249
|
"dialpad": {
|
230
250
|
"placeholderText": "Введите номер телефона",
|
@@ -358,6 +378,5 @@
|
|
358
378
|
"verticalGallery": {
|
359
379
|
"leftNavButtonAriaLabel": "предыдущая страница",
|
360
380
|
"rightNavButtonAriaLabel": "следующая страница"
|
361
|
-
}
|
362
|
-
"AttendeeRole": "Участник"
|
381
|
+
}
|
363
382
|
}
|
@@ -7,7 +7,8 @@
|
|
7
7
|
"mutedIconLabel": "Ljudet är avstängt",
|
8
8
|
"displayNamePlaceholder": "Namnlös deltagare",
|
9
9
|
"participantStateRinging": "Ringer...",
|
10
|
-
"participantStateHold": "Parkerat"
|
10
|
+
"participantStateHold": "Parkerat",
|
11
|
+
"attendeeRole": "Deltagare"
|
11
12
|
},
|
12
13
|
"ParticipantList": {
|
13
14
|
"overflowParticipantCount": "+{overflowCount} till"
|
@@ -28,6 +29,23 @@
|
|
28
29
|
"uploading": "Laddar upp",
|
29
30
|
"uploadCompleted": "Uppladdningen har slutförts"
|
30
31
|
},
|
32
|
+
"richTextSendBox": {
|
33
|
+
"placeholderText": "Skriv ett meddelande",
|
34
|
+
"textTooLong": "Meddelandelängden överskrider maxgränsen.",
|
35
|
+
"sendButtonAriaLabel": "Skicka meddelande",
|
36
|
+
"fileUploadsPendingError": "Laddar upp... Var god vänta.",
|
37
|
+
"removeFile": "Ta bort fil",
|
38
|
+
"uploading": "Laddar upp",
|
39
|
+
"uploadCompleted": "Uppladdningen har slutförts",
|
40
|
+
"boldTooltip": "Fet",
|
41
|
+
"italicTooltip": "Kursiv",
|
42
|
+
"underlineTooltip": "Understruken",
|
43
|
+
"bulletListTooltip": "Punktlista",
|
44
|
+
"numberListTooltip": "Numrerad lista",
|
45
|
+
"increaseIndentTooltip": "Öka indrag",
|
46
|
+
"decreaseIndentTooltip": "Minska indrag",
|
47
|
+
"richTextFormatButtonTooltip": "Format"
|
48
|
+
},
|
31
49
|
"mentionPopover": {
|
32
50
|
"mentionPopoverHeader": "Förslag"
|
33
51
|
},
|
@@ -125,6 +143,7 @@
|
|
125
143
|
},
|
126
144
|
"reactionButton": {
|
127
145
|
"label": "Reagera",
|
146
|
+
"ariaLabel": "React-knapp, skicka en reaktion",
|
128
147
|
"tooltipDisabledContent": "Reaktionsåtgärden är inaktiverad",
|
129
148
|
"tooltipContent": "Skicka en reaktion",
|
130
149
|
"likeReactionTooltipContent": "Gilla",
|
@@ -224,7 +243,8 @@
|
|
224
243
|
"addSpotlightVideoTileMenuLabel": "Lägg till uppmärksammande",
|
225
244
|
"spotlightLimitReachedMenuTitle": "Spotlight-gränsen har nåtts",
|
226
245
|
"stopSpotlightVideoTileMenuLabel": "Sluta uppmärksamma",
|
227
|
-
"stopSpotlightOnSelfVideoTileMenuLabel": "Spotlight"
|
246
|
+
"stopSpotlightOnSelfVideoTileMenuLabel": "Spotlight",
|
247
|
+
"attendeeRole": "Deltagare"
|
228
248
|
},
|
229
249
|
"dialpad": {
|
230
250
|
"placeholderText": "Ange telefonnummer",
|
@@ -358,6 +378,5 @@
|
|
358
378
|
"verticalGallery": {
|
359
379
|
"leftNavButtonAriaLabel": "föregående sida",
|
360
380
|
"rightNavButtonAriaLabel": "nästa sida"
|
361
|
-
}
|
362
|
-
"AttendeeRole": "Deltagare"
|
381
|
+
}
|
363
382
|
}
|
@@ -7,7 +7,8 @@
|
|
7
7
|
"mutedIconLabel": "Ses kapatıldı",
|
8
8
|
"displayNamePlaceholder": "Adsız katılımcı",
|
9
9
|
"participantStateRinging": "Arıyor...",
|
10
|
-
"participantStateHold": "Beklemede"
|
10
|
+
"participantStateHold": "Beklemede",
|
11
|
+
"attendeeRole": "Katılımcı"
|
11
12
|
},
|
12
13
|
"ParticipantList": {
|
13
14
|
"overflowParticipantCount": "{overflowCount} tane daha"
|
@@ -28,6 +29,23 @@
|
|
28
29
|
"uploading": "Karşıya yükleniyor",
|
29
30
|
"uploadCompleted": "Karşıya yükleme tamamlandı"
|
30
31
|
},
|
32
|
+
"richTextSendBox": {
|
33
|
+
"placeholderText": "Bir mesaj girin",
|
34
|
+
"textTooLong": "İletinizin uzunluğu üst sınırı aşıyor.",
|
35
|
+
"sendButtonAriaLabel": "Mesaj gönder",
|
36
|
+
"fileUploadsPendingError": "Karşıya yükleniyor... Lütfen bekleyin.",
|
37
|
+
"removeFile": "Dosyayı kaldır",
|
38
|
+
"uploading": "Yükleniyor",
|
39
|
+
"uploadCompleted": "Karşıya yükleme tamamlandı",
|
40
|
+
"boldTooltip": "Kalın",
|
41
|
+
"italicTooltip": "İtalik",
|
42
|
+
"underlineTooltip": "Altı çizili",
|
43
|
+
"bulletListTooltip": "Madde işaretli liste",
|
44
|
+
"numberListTooltip": "Numaralandırılmış liste",
|
45
|
+
"increaseIndentTooltip": "Girintiyi artır",
|
46
|
+
"decreaseIndentTooltip": "Girintiyi azalt",
|
47
|
+
"richTextFormatButtonTooltip": "Biçim"
|
48
|
+
},
|
31
49
|
"mentionPopover": {
|
32
50
|
"mentionPopoverHeader": "Öneriler"
|
33
51
|
},
|
@@ -125,6 +143,7 @@
|
|
125
143
|
},
|
126
144
|
"reactionButton": {
|
127
145
|
"label": "Tepki ver",
|
146
|
+
"ariaLabel": "Tepki Düğmesi, Bir tepki gönder",
|
128
147
|
"tooltipDisabledContent": "Tepki eylemi devre dışı bırakıldı",
|
129
148
|
"tooltipContent": "Tepki gönder",
|
130
149
|
"likeReactionTooltipContent": "Beğen",
|
@@ -224,7 +243,8 @@
|
|
224
243
|
"addSpotlightVideoTileMenuLabel": "Öne çıkarma ekle",
|
225
244
|
"spotlightLimitReachedMenuTitle": "Öne çıkarma sınırına ulaşıldı",
|
226
245
|
"stopSpotlightVideoTileMenuLabel": "Öne çıkarmayı durdur",
|
227
|
-
"stopSpotlightOnSelfVideoTileMenuLabel": "Öne çıkarmadan çık"
|
246
|
+
"stopSpotlightOnSelfVideoTileMenuLabel": "Öne çıkarmadan çık",
|
247
|
+
"attendeeRole": "Katılımcı"
|
228
248
|
},
|
229
249
|
"dialpad": {
|
230
250
|
"placeholderText": "Telefon numarası gir",
|
@@ -358,6 +378,5 @@
|
|
358
378
|
"verticalGallery": {
|
359
379
|
"leftNavButtonAriaLabel": "önceki sayfa",
|
360
380
|
"rightNavButtonAriaLabel": "sonraki sayfa"
|
361
|
-
}
|
362
|
-
"AttendeeRole": "Katılımcı"
|
381
|
+
}
|
363
382
|
}
|