@azure/communication-react 1.19.0-alpha-202407270014 → 1.19.0-alpha-202407310012
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 +68 -5
- package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-BueeC-ud.js → ChatMessageComponentAsRichTextEditBox-CsHqT8dY.js} +7 -5
- package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-BueeC-ud.js.map → ChatMessageComponentAsRichTextEditBox-CsHqT8dY.js.map} +1 -1
- package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-Br441vhG.js → RichTextSendBoxWrapper-TGDmjXvl.js} +2 -2
- package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-Br441vhG.js.map → RichTextSendBoxWrapper-TGDmjXvl.js.map} +1 -1
- package/dist/dist-cjs/communication-react/{index-DznlW8XT.js → index-BBPqvw4B.js} +698 -550
- package/dist/dist-cjs/communication-react/index-BBPqvw4B.js.map +1 -0
- package/dist/dist-cjs/communication-react/index.js +3 -1
- package/dist/dist-cjs/communication-react/index.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/callCompositeLoader.d.ts +2 -2
- package/dist/dist-esm/acs-ui-javascript-loaders/src/callCompositeLoader.js +3 -10
- package/dist/dist-esm/acs-ui-javascript-loaders/src/callCompositeLoader.js.map +1 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/callWithChatCompositeLoader.d.ts +18 -0
- package/dist/dist-esm/acs-ui-javascript-loaders/src/callWithChatCompositeLoader.js +43 -0
- package/dist/dist-esm/acs-ui-javascript-loaders/src/callWithChatCompositeLoader.js.map +1 -0
- package/dist/dist-esm/acs-ui-javascript-loaders/src/chatCompositeLoader.d.ts +18 -0
- package/dist/dist-esm/acs-ui-javascript-loaders/src/chatCompositeLoader.js +43 -0
- package/dist/dist-esm/acs-ui-javascript-loaders/src/chatCompositeLoader.js.map +1 -0
- package/dist/dist-esm/acs-ui-javascript-loaders/src/index.d.ts +4 -0
- package/dist/dist-esm/acs-ui-javascript-loaders/src/index.js +2 -0
- package/dist/dist-esm/acs-ui-javascript-loaders/src/index.js.map +1 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/outboundCallCompositeLoader.d.ts +2 -2
- package/dist/dist-esm/acs-ui-javascript-loaders/src/outboundCallCompositeLoader.js +3 -10
- package/dist/dist-esm/acs-ui-javascript-loaders/src/outboundCallCompositeLoader.js.map +1 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/utils.d.ts +7 -0
- package/dist/dist-esm/acs-ui-javascript-loaders/src/utils.js +17 -0
- package/dist/dist-esm/acs-ui-javascript-loaders/src/utils.js.map +1 -0
- package/dist/dist-esm/calling-stateful-client/src/BreakoutRoomsSubscriber.d.ts +18 -0
- package/dist/dist-esm/calling-stateful-client/src/BreakoutRoomsSubscriber.js +36 -0
- package/dist/dist-esm/calling-stateful-client/src/BreakoutRoomsSubscriber.js.map +1 -0
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +14 -0
- 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 -0
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js +18 -0
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.d.ts +1 -0
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +6 -0
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/index-public.d.ts +1 -0
- package/dist/dist-esm/calling-stateful-client/src/index-public.js.map +1 -1
- package/dist/dist-esm/communication-react/src/index.d.ts +2 -2
- package/dist/dist-esm/communication-react/src/index.js +1 -1
- package/dist/dist-esm/communication-react/src/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js +5 -3
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.js +3 -0
- package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js +3 -1
- package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ar-SA/strings.json +14 -4
- package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/strings.json +14 -4
- package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +14 -4
- package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +14 -4
- package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +14 -4
- package/dist/dist-esm/react-components/src/localization/locales/fi-FI/strings.json +13 -3
- package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +14 -4
- package/dist/dist-esm/react-components/src/localization/locales/he-IL/strings.json +14 -4
- package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +14 -4
- package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +14 -4
- package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +14 -4
- package/dist/dist-esm/react-components/src/localization/locales/nb-NO/strings.json +14 -4
- package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +14 -4
- package/dist/dist-esm/react-components/src/localization/locales/pl-PL/strings.json +14 -4
- package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +14 -4
- package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +14 -4
- package/dist/dist-esm/react-components/src/localization/locales/sv-SE/strings.json +14 -4
- package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +12 -2
- package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +14 -4
- package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +14 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +4 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +11 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts +9 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +3 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts +4 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/strings.json +5 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/strings.json +5 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +5 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +5 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +5 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/strings.json +5 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +5 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/strings.json +5 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +5 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +5 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +5 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/strings.json +5 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +5 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/strings.json +5 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +5 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +5 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/strings.json +5 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +5 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +5 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +5 -1
- package/dist/tsdoc-metadata.json +1 -1
- package/package.json +3 -3
- package/dist/dist-cjs/communication-react/index-DznlW8XT.js.map +0 -1
@@ -24,7 +24,7 @@
|
|
24
24
|
"placeholderText": "Enter a message",
|
25
25
|
"textTooLong": "Your message length is over the maximum limit.",
|
26
26
|
"sendButtonAriaLabel": "Send message",
|
27
|
-
"attachmentUploadsPendingError": "
|
27
|
+
"attachmentUploadsPendingError": "File is uploading, please wait.",
|
28
28
|
"removeAttachment": "Remove file",
|
29
29
|
"uploading": "Uploading",
|
30
30
|
"uploadCompleted": "Upload completed",
|
@@ -34,7 +34,8 @@
|
|
34
34
|
"placeholderText": "Enter a message",
|
35
35
|
"textTooLong": "Your message length is over the maximum limit.",
|
36
36
|
"sendButtonAriaLabel": "Send message",
|
37
|
-
"attachmentUploadsPendingError": "
|
37
|
+
"attachmentUploadsPendingError": "File is uploading, please wait.",
|
38
|
+
"imageUploadsPendingError": "Image is uploading, please wait.",
|
38
39
|
"removeAttachment": "Remove file",
|
39
40
|
"uploading": "Uploading",
|
40
41
|
"uploadCompleted": "Upload completed",
|
@@ -58,7 +59,11 @@
|
|
58
59
|
"richTextDeleteRowMenu": "Delete row",
|
59
60
|
"richTextDeleteTableMenu": "Delete table",
|
60
61
|
"richTextToolbarMoreButtonAriaLabel": "More options",
|
61
|
-
"attachmentMoreMenu": "More Options"
|
62
|
+
"attachmentMoreMenu": "More Options",
|
63
|
+
"richTextNewBulletedListItemAnnouncement": "Bullet, new line",
|
64
|
+
"richTextNewNumberedListItemAnnouncement": "{0}, new line",
|
65
|
+
"richTextBulletedListAppliedAnnouncement": "Bulleted list applied",
|
66
|
+
"richTextNumberedListAppliedAnnouncement": "Numbered list applied"
|
62
67
|
},
|
63
68
|
"mentionPopover": {
|
64
69
|
"mentionPopoverHeader": "Suggestions"
|
@@ -221,7 +226,12 @@
|
|
221
226
|
"richTextDeleteRowMenu": "Delete row",
|
222
227
|
"richTextDeleteTableMenu": "Delete table",
|
223
228
|
"richTextToolbarMoreButtonAriaLabel": "More options",
|
224
|
-
"attachmentUploadsPendingError": "
|
229
|
+
"attachmentUploadsPendingError": "File is uploading, please wait.",
|
230
|
+
"imageUploadsPendingError": "Image is uploading, please wait.",
|
231
|
+
"richTextNewBulletedListItemAnnouncement": "Bullet, new line",
|
232
|
+
"richTextNewNumberedListItemAnnouncement": "{0}, new line",
|
233
|
+
"richTextBulletedListAppliedAnnouncement": "Bulleted list applied",
|
234
|
+
"richTextNumberedListAppliedAnnouncement": "Numbered list applied"
|
225
235
|
},
|
226
236
|
"errorBar": {
|
227
237
|
"unableToReachChatService": "You are offline",
|
@@ -24,7 +24,7 @@
|
|
24
24
|
"placeholderText": "Escribir un mensaje",
|
25
25
|
"textTooLong": "La longitud del mensaje supera el límite máximo.",
|
26
26
|
"sendButtonAriaLabel": "Enviar mensaje",
|
27
|
-
"attachmentUploadsPendingError": "
|
27
|
+
"attachmentUploadsPendingError": "El archivo se está cargando. Espere.",
|
28
28
|
"removeAttachment": "Quitar archivo",
|
29
29
|
"uploading": "Cargando",
|
30
30
|
"uploadCompleted": "Carga completada",
|
@@ -34,7 +34,8 @@
|
|
34
34
|
"placeholderText": "Escribir un mensaje",
|
35
35
|
"textTooLong": "La longitud del mensaje supera el límite máximo.",
|
36
36
|
"sendButtonAriaLabel": "Enviar mensaje",
|
37
|
-
"attachmentUploadsPendingError": "
|
37
|
+
"attachmentUploadsPendingError": "El archivo se está cargando. Espere.",
|
38
|
+
"imageUploadsPendingError": "La imagen se está cargando. Espere.",
|
38
39
|
"removeAttachment": "Quitar archivo",
|
39
40
|
"uploading": "Cargando",
|
40
41
|
"uploadCompleted": "Carga completada",
|
@@ -58,7 +59,11 @@
|
|
58
59
|
"richTextDeleteRowMenu": "Eliminar fila",
|
59
60
|
"richTextDeleteTableMenu": "Eliminar tabla",
|
60
61
|
"richTextToolbarMoreButtonAriaLabel": "Más opciones",
|
61
|
-
"attachmentMoreMenu": "Más opciones"
|
62
|
+
"attachmentMoreMenu": "Más opciones",
|
63
|
+
"richTextNewBulletedListItemAnnouncement": "Viñeta, nueva línea",
|
64
|
+
"richTextNewNumberedListItemAnnouncement": "{0}, nueva línea",
|
65
|
+
"richTextBulletedListAppliedAnnouncement": "Lista con viñetas aplicada",
|
66
|
+
"richTextNumberedListAppliedAnnouncement": "Lista numerada aplicada"
|
62
67
|
},
|
63
68
|
"mentionPopover": {
|
64
69
|
"mentionPopoverHeader": "Sugerencias"
|
@@ -221,7 +226,12 @@
|
|
221
226
|
"richTextDeleteRowMenu": "Eliminar fila",
|
222
227
|
"richTextDeleteTableMenu": "Eliminar tabla",
|
223
228
|
"richTextToolbarMoreButtonAriaLabel": "Más opciones",
|
224
|
-
"attachmentUploadsPendingError": "
|
229
|
+
"attachmentUploadsPendingError": "El archivo se está cargando. Espere.",
|
230
|
+
"imageUploadsPendingError": "La imagen se está cargando. Espere.",
|
231
|
+
"richTextNewBulletedListItemAnnouncement": "Viñeta, nueva línea",
|
232
|
+
"richTextNewNumberedListItemAnnouncement": "{0}, nueva línea",
|
233
|
+
"richTextBulletedListAppliedAnnouncement": "Lista con viñetas aplicada",
|
234
|
+
"richTextNumberedListAppliedAnnouncement": "Lista numerada aplicada"
|
225
235
|
},
|
226
236
|
"errorBar": {
|
227
237
|
"unableToReachChatService": "Sin conexión",
|
@@ -34,7 +34,8 @@
|
|
34
34
|
"placeholderText": "Kirjoita viesti",
|
35
35
|
"textTooLong": "Viestin pituus ylittää enimmäispituuden.",
|
36
36
|
"sendButtonAriaLabel": "Lähetä viesti",
|
37
|
-
"attachmentUploadsPendingError": "Ladataan... Odota.",
|
37
|
+
"attachmentUploadsPendingError": "Ladataan palvelimeen... Odota hetki.",
|
38
|
+
"imageUploadsPendingError": "Kuvaa ladataan palvelimeen, odota.",
|
38
39
|
"removeAttachment": "Poista tiedosto",
|
39
40
|
"uploading": "Ladataan",
|
40
41
|
"uploadCompleted": "Lataus valmis",
|
@@ -58,7 +59,11 @@
|
|
58
59
|
"richTextDeleteRowMenu": "Poista rivi",
|
59
60
|
"richTextDeleteTableMenu": "Poista taulukko",
|
60
61
|
"richTextToolbarMoreButtonAriaLabel": "Lisää asetuksia",
|
61
|
-
"attachmentMoreMenu": "Lisää asetuksia"
|
62
|
+
"attachmentMoreMenu": "Lisää asetuksia",
|
63
|
+
"richTextNewBulletedListItemAnnouncement": "Luettelomerkki, uusi rivi",
|
64
|
+
"richTextNewNumberedListItemAnnouncement": "{0}, uusi rivi",
|
65
|
+
"richTextBulletedListAppliedAnnouncement": "Luettelomerkeillä varustettu luettelo käytössä",
|
66
|
+
"richTextNumberedListAppliedAnnouncement": "Numeroitu luettelo käytössä"
|
62
67
|
},
|
63
68
|
"mentionPopover": {
|
64
69
|
"mentionPopoverHeader": "Ehdotuksia"
|
@@ -221,7 +226,12 @@
|
|
221
226
|
"richTextDeleteRowMenu": "Poista rivi",
|
222
227
|
"richTextDeleteTableMenu": "Poista taulukko",
|
223
228
|
"richTextToolbarMoreButtonAriaLabel": "Lisää asetuksia",
|
224
|
-
"attachmentUploadsPendingError": "Ladataan palvelimeen... Odota."
|
229
|
+
"attachmentUploadsPendingError": "Ladataan palvelimeen... Odota hetki.",
|
230
|
+
"imageUploadsPendingError": "Kuvaa ladataan palvelimeen, odota.",
|
231
|
+
"richTextNewBulletedListItemAnnouncement": "Luettelomerkki, uusi rivi",
|
232
|
+
"richTextNewNumberedListItemAnnouncement": "{0}, uusi rivi",
|
233
|
+
"richTextBulletedListAppliedAnnouncement": "Luettelomerkeillä varustettu luettelo käytössä",
|
234
|
+
"richTextNumberedListAppliedAnnouncement": "Numeroitu luettelo käytössä"
|
225
235
|
},
|
226
236
|
"errorBar": {
|
227
237
|
"unableToReachChatService": "Olet offline-tilassa",
|
@@ -24,7 +24,7 @@
|
|
24
24
|
"placeholderText": "Saisir un message",
|
25
25
|
"textTooLong": "La longueur de votre message dépasse la limite maximale.",
|
26
26
|
"sendButtonAriaLabel": "Envoyer un message",
|
27
|
-
"attachmentUploadsPendingError": "Chargement en cours
|
27
|
+
"attachmentUploadsPendingError": "Chargement du fichier en cours, veuillez patienter.",
|
28
28
|
"removeAttachment": "Supprimer le fichier",
|
29
29
|
"uploading": "Chargement",
|
30
30
|
"uploadCompleted": "Téléchargement terminé",
|
@@ -34,7 +34,8 @@
|
|
34
34
|
"placeholderText": "Saisir un message",
|
35
35
|
"textTooLong": "La longueur de votre message dépasse la limite maximale.",
|
36
36
|
"sendButtonAriaLabel": "Envoyer un message",
|
37
|
-
"attachmentUploadsPendingError": "Chargement en cours
|
37
|
+
"attachmentUploadsPendingError": "Chargement du fichier en cours, veuillez patienter.",
|
38
|
+
"imageUploadsPendingError": "Chargement de l’image en cours, veuillez patienter.",
|
38
39
|
"removeAttachment": "Supprimer un fichier",
|
39
40
|
"uploading": "Téléchargement",
|
40
41
|
"uploadCompleted": "Chargement terminé",
|
@@ -58,7 +59,11 @@
|
|
58
59
|
"richTextDeleteRowMenu": "Supprimer une ligne",
|
59
60
|
"richTextDeleteTableMenu": "Supprimer le tableau",
|
60
61
|
"richTextToolbarMoreButtonAriaLabel": "Autres options",
|
61
|
-
"attachmentMoreMenu": "Plus d’options"
|
62
|
+
"attachmentMoreMenu": "Plus d’options",
|
63
|
+
"richTextNewBulletedListItemAnnouncement": "Puce, nouvelle ligne",
|
64
|
+
"richTextNewNumberedListItemAnnouncement": "{0}, nouvelle ligne",
|
65
|
+
"richTextBulletedListAppliedAnnouncement": "Liste à puces appliquée",
|
66
|
+
"richTextNumberedListAppliedAnnouncement": "Liste numérotée appliquée"
|
62
67
|
},
|
63
68
|
"mentionPopover": {
|
64
69
|
"mentionPopoverHeader": "Suggestions"
|
@@ -221,7 +226,12 @@
|
|
221
226
|
"richTextDeleteRowMenu": "Supprimer une ligne",
|
222
227
|
"richTextDeleteTableMenu": "Supprimer le tableau",
|
223
228
|
"richTextToolbarMoreButtonAriaLabel": "Autres options",
|
224
|
-
"attachmentUploadsPendingError": "Chargement en cours
|
229
|
+
"attachmentUploadsPendingError": "Chargement du fichier en cours, veuillez patienter.",
|
230
|
+
"imageUploadsPendingError": "Chargement de l’image en cours, veuillez patienter.",
|
231
|
+
"richTextNewBulletedListItemAnnouncement": "Puce, nouvelle ligne",
|
232
|
+
"richTextNewNumberedListItemAnnouncement": "{0}, nouvelle ligne",
|
233
|
+
"richTextBulletedListAppliedAnnouncement": "Liste à puces appliquée",
|
234
|
+
"richTextNumberedListAppliedAnnouncement": "Liste numérotée appliquée"
|
225
235
|
},
|
226
236
|
"errorBar": {
|
227
237
|
"unableToReachChatService": "Vous êtes hors connexion",
|
@@ -24,7 +24,7 @@
|
|
24
24
|
"placeholderText": "הזן הודעה",
|
25
25
|
"textTooLong": "אורך ההודעה שלך חורג מהמגבלה המרבית.",
|
26
26
|
"sendButtonAriaLabel": "שלח הודעה",
|
27
|
-
"attachmentUploadsPendingError": "
|
27
|
+
"attachmentUploadsPendingError": "הקובץ בהעלאה, נא המתן.",
|
28
28
|
"removeAttachment": "הסרת קובץ",
|
29
29
|
"uploading": "מעלה",
|
30
30
|
"uploadCompleted": "ההעלאה הושלמה",
|
@@ -34,7 +34,8 @@
|
|
34
34
|
"placeholderText": "הזן הודעה",
|
35
35
|
"textTooLong": "אורך ההודעה שלך חורג מהמגבלה המרבית.",
|
36
36
|
"sendButtonAriaLabel": "שלח הודעה",
|
37
|
-
"attachmentUploadsPendingError": "
|
37
|
+
"attachmentUploadsPendingError": "הקובץ בהעלאה, נא המתן.",
|
38
|
+
"imageUploadsPendingError": "התמונה בהעלאה, נא המתן.",
|
38
39
|
"removeAttachment": "הסר קובץ",
|
39
40
|
"uploading": "מעלה",
|
40
41
|
"uploadCompleted": "ההעלאה הושלמה",
|
@@ -58,7 +59,11 @@
|
|
58
59
|
"richTextDeleteRowMenu": "מחק שורה",
|
59
60
|
"richTextDeleteTableMenu": "מחק טבלה",
|
60
61
|
"richTextToolbarMoreButtonAriaLabel": "אפשרויות נוספות",
|
61
|
-
"attachmentMoreMenu": "אפשרויות נוספות"
|
62
|
+
"attachmentMoreMenu": "אפשרויות נוספות",
|
63
|
+
"richTextNewBulletedListItemAnnouncement": "תבליט, שורה חדשה",
|
64
|
+
"richTextNewNumberedListItemAnnouncement": "{0}, שורה חדשה",
|
65
|
+
"richTextBulletedListAppliedAnnouncement": "הוחלה רשימה עם תבליטים",
|
66
|
+
"richTextNumberedListAppliedAnnouncement": "רשימה ממוספרת הוחלה"
|
62
67
|
},
|
63
68
|
"mentionPopover": {
|
64
69
|
"mentionPopoverHeader": "הצעות"
|
@@ -221,7 +226,12 @@
|
|
221
226
|
"richTextDeleteRowMenu": "מחק שורה",
|
222
227
|
"richTextDeleteTableMenu": "מחק טבלה",
|
223
228
|
"richTextToolbarMoreButtonAriaLabel": "אפשרויות נוספות",
|
224
|
-
"attachmentUploadsPendingError": "
|
229
|
+
"attachmentUploadsPendingError": "הקובץ בהעלאה, נא המתן.",
|
230
|
+
"imageUploadsPendingError": "התמונה בהעלאה, נא המתן.",
|
231
|
+
"richTextNewBulletedListItemAnnouncement": "תבליט, שורה חדשה",
|
232
|
+
"richTextNewNumberedListItemAnnouncement": "{0}, שורה חדשה",
|
233
|
+
"richTextBulletedListAppliedAnnouncement": "הוחלה רשימה עם תבליטים",
|
234
|
+
"richTextNumberedListAppliedAnnouncement": "רשימה ממוספרת הוחלה"
|
225
235
|
},
|
226
236
|
"errorBar": {
|
227
237
|
"unableToReachChatService": "אתה נמצא במצב לא מקוון",
|
@@ -24,7 +24,7 @@
|
|
24
24
|
"placeholderText": "Immetti un messaggio",
|
25
25
|
"textTooLong": "La lunghezza del messaggio supera il limite massimo.",
|
26
26
|
"sendButtonAriaLabel": "Invio messaggio",
|
27
|
-
"attachmentUploadsPendingError": "
|
27
|
+
"attachmentUploadsPendingError": "È in corso il caricamento del file, attendere.",
|
28
28
|
"removeAttachment": "Rimuovi file",
|
29
29
|
"uploading": "Caricamento in corso",
|
30
30
|
"uploadCompleted": "Caricamento completato",
|
@@ -34,7 +34,8 @@
|
|
34
34
|
"placeholderText": "Immetti un messaggio",
|
35
35
|
"textTooLong": "La lunghezza del messaggio supera il limite massimo.",
|
36
36
|
"sendButtonAriaLabel": "Invia messaggio",
|
37
|
-
"attachmentUploadsPendingError": "
|
37
|
+
"attachmentUploadsPendingError": "È in corso il caricamento del file, attendere.",
|
38
|
+
"imageUploadsPendingError": "È in corso il caricamento dell'immagine, attendere.",
|
38
39
|
"removeAttachment": "Rimuovi file",
|
39
40
|
"uploading": "Caricamento",
|
40
41
|
"uploadCompleted": "Caricamento completato",
|
@@ -58,7 +59,11 @@
|
|
58
59
|
"richTextDeleteRowMenu": "Elimina riga",
|
59
60
|
"richTextDeleteTableMenu": "Elimina tabella",
|
60
61
|
"richTextToolbarMoreButtonAriaLabel": "Altre opzioni",
|
61
|
-
"attachmentMoreMenu": "Altre opzioni"
|
62
|
+
"attachmentMoreMenu": "Altre opzioni",
|
63
|
+
"richTextNewBulletedListItemAnnouncement": "Punto elenco, nuova riga",
|
64
|
+
"richTextNewNumberedListItemAnnouncement": "{0}, nuova riga",
|
65
|
+
"richTextBulletedListAppliedAnnouncement": "Elenco puntato applicato",
|
66
|
+
"richTextNumberedListAppliedAnnouncement": "Elenco numerato applicato"
|
62
67
|
},
|
63
68
|
"mentionPopover": {
|
64
69
|
"mentionPopoverHeader": "Suggerimenti"
|
@@ -221,7 +226,12 @@
|
|
221
226
|
"richTextDeleteRowMenu": "Elimina riga",
|
222
227
|
"richTextDeleteTableMenu": "Elimina tabella",
|
223
228
|
"richTextToolbarMoreButtonAriaLabel": "Altre opzioni",
|
224
|
-
"attachmentUploadsPendingError": "
|
229
|
+
"attachmentUploadsPendingError": "È in corso il caricamento del file, attendere.",
|
230
|
+
"imageUploadsPendingError": "È in corso il caricamento dell'immagine, attendere.",
|
231
|
+
"richTextNewBulletedListItemAnnouncement": "Punto elenco, nuova riga",
|
232
|
+
"richTextNewNumberedListItemAnnouncement": "{0}, nuova riga",
|
233
|
+
"richTextBulletedListAppliedAnnouncement": "Elenco puntato applicato",
|
234
|
+
"richTextNumberedListAppliedAnnouncement": "Elenco numerato applicato"
|
225
235
|
},
|
226
236
|
"errorBar": {
|
227
237
|
"unableToReachChatService": "Sei offline",
|
@@ -24,7 +24,7 @@
|
|
24
24
|
"placeholderText": "メッセージを入力",
|
25
25
|
"textTooLong": "メッセージの長さが上限を超えています。",
|
26
26
|
"sendButtonAriaLabel": "メッセージの送信",
|
27
|
-
"attachmentUploadsPendingError": "
|
27
|
+
"attachmentUploadsPendingError": "ファイルをアップロードしています。お待ちください。",
|
28
28
|
"removeAttachment": "ファイルの削除",
|
29
29
|
"uploading": "アップロード中",
|
30
30
|
"uploadCompleted": "アップロードが完了しました",
|
@@ -34,7 +34,8 @@
|
|
34
34
|
"placeholderText": "メッセージを入力してください",
|
35
35
|
"textTooLong": "メッセージの長さが上限を超えています。",
|
36
36
|
"sendButtonAriaLabel": "メッセージの送信",
|
37
|
-
"attachmentUploadsPendingError": "
|
37
|
+
"attachmentUploadsPendingError": "ファイルをアップロードしています。お待ちください。",
|
38
|
+
"imageUploadsPendingError": "画像をアップロードしています。お待ちください。",
|
38
39
|
"removeAttachment": "ファイルを削除します",
|
39
40
|
"uploading": "アップロード中",
|
40
41
|
"uploadCompleted": "アップロード完了",
|
@@ -58,7 +59,11 @@
|
|
58
59
|
"richTextDeleteRowMenu": "行の削除",
|
59
60
|
"richTextDeleteTableMenu": "表の削除",
|
60
61
|
"richTextToolbarMoreButtonAriaLabel": "その他のオプション",
|
61
|
-
"attachmentMoreMenu": "その他のオプション"
|
62
|
+
"attachmentMoreMenu": "その他のオプション",
|
63
|
+
"richTextNewBulletedListItemAnnouncement": "行頭文字、改行",
|
64
|
+
"richTextNewNumberedListItemAnnouncement": "{0}、改行",
|
65
|
+
"richTextBulletedListAppliedAnnouncement": "箇条書きが適用されました",
|
66
|
+
"richTextNumberedListAppliedAnnouncement": "番号付きリストが適用されました"
|
62
67
|
},
|
63
68
|
"mentionPopover": {
|
64
69
|
"mentionPopoverHeader": "候補"
|
@@ -221,7 +226,12 @@
|
|
221
226
|
"richTextDeleteRowMenu": "行の削除",
|
222
227
|
"richTextDeleteTableMenu": "テーブルの削除",
|
223
228
|
"richTextToolbarMoreButtonAriaLabel": "その他のオプション",
|
224
|
-
"attachmentUploadsPendingError": "
|
229
|
+
"attachmentUploadsPendingError": "ファイルをアップロードしています。お待ちください。",
|
230
|
+
"imageUploadsPendingError": "画像をアップロードしています。お待ちください。",
|
231
|
+
"richTextNewBulletedListItemAnnouncement": "行頭文字、改行",
|
232
|
+
"richTextNewNumberedListItemAnnouncement": "{0}、改行",
|
233
|
+
"richTextBulletedListAppliedAnnouncement": "箇条書きが適用されました",
|
234
|
+
"richTextNumberedListAppliedAnnouncement": "番号付きリストが適用されました"
|
225
235
|
},
|
226
236
|
"errorBar": {
|
227
237
|
"unableToReachChatService": "オフラインです",
|
@@ -24,7 +24,7 @@
|
|
24
24
|
"placeholderText": "메시지를 입력하세요",
|
25
25
|
"textTooLong": "메시지 길이가 최대 제한을 초과했습니다.",
|
26
26
|
"sendButtonAriaLabel": "메시지 보내기",
|
27
|
-
"attachmentUploadsPendingError": "
|
27
|
+
"attachmentUploadsPendingError": "파일을 업로드하는 중입니다. 잠시만 기다려 주세요.",
|
28
28
|
"removeAttachment": "파일 제거",
|
29
29
|
"uploading": "업로드 중",
|
30
30
|
"uploadCompleted": "업로드 완료",
|
@@ -34,7 +34,8 @@
|
|
34
34
|
"placeholderText": "메시지 입력",
|
35
35
|
"textTooLong": "메시지 길이가 최대 제한을 초과했습니다.",
|
36
36
|
"sendButtonAriaLabel": "메시지 보내기",
|
37
|
-
"attachmentUploadsPendingError": "
|
37
|
+
"attachmentUploadsPendingError": "파일을 업로드하는 중입니다. 잠시만 기다려 주세요.",
|
38
|
+
"imageUploadsPendingError": "이미지를 업로드하는 중입니다. 잠시만 기다려 주세요.",
|
38
39
|
"removeAttachment": "파일 제거",
|
39
40
|
"uploading": "업로드 중",
|
40
41
|
"uploadCompleted": "업로드 완료",
|
@@ -58,7 +59,11 @@
|
|
58
59
|
"richTextDeleteRowMenu": "행 삭제",
|
59
60
|
"richTextDeleteTableMenu": "표 삭제",
|
60
61
|
"richTextToolbarMoreButtonAriaLabel": "옵션 더 보기",
|
61
|
-
"attachmentMoreMenu": "옵션 더 보기"
|
62
|
+
"attachmentMoreMenu": "옵션 더 보기",
|
63
|
+
"richTextNewBulletedListItemAnnouncement": "글머리 기호, 새 줄",
|
64
|
+
"richTextNewNumberedListItemAnnouncement": "{0}, 새 줄",
|
65
|
+
"richTextBulletedListAppliedAnnouncement": "글머리 기호 목록 적용됨",
|
66
|
+
"richTextNumberedListAppliedAnnouncement": "번호 매기기 목록 적용됨"
|
62
67
|
},
|
63
68
|
"mentionPopover": {
|
64
69
|
"mentionPopoverHeader": "제안"
|
@@ -221,7 +226,12 @@
|
|
221
226
|
"richTextDeleteRowMenu": "행 삭제",
|
222
227
|
"richTextDeleteTableMenu": "표 삭제",
|
223
228
|
"richTextToolbarMoreButtonAriaLabel": "옵션 더 보기",
|
224
|
-
"attachmentUploadsPendingError": "
|
229
|
+
"attachmentUploadsPendingError": "파일을 업로드하는 중입니다. 잠시만 기다려 주세요.",
|
230
|
+
"imageUploadsPendingError": "이미지를 업로드하는 중입니다. 잠시만 기다려 주세요.",
|
231
|
+
"richTextNewBulletedListItemAnnouncement": "글머리 기호, 새 줄",
|
232
|
+
"richTextNewNumberedListItemAnnouncement": "{0}, 새 줄",
|
233
|
+
"richTextBulletedListAppliedAnnouncement": "글머리 기호 목록 적용됨",
|
234
|
+
"richTextNumberedListAppliedAnnouncement": "번호 매기기 목록 적용됨"
|
225
235
|
},
|
226
236
|
"errorBar": {
|
227
237
|
"unableToReachChatService": "오프라인 상태입니다.",
|
@@ -24,7 +24,7 @@
|
|
24
24
|
"placeholderText": "Skriv en melding",
|
25
25
|
"textTooLong": "Meldingslengden er over maksimumsgrensen.",
|
26
26
|
"sendButtonAriaLabel": "Send melding",
|
27
|
-
"attachmentUploadsPendingError": "
|
27
|
+
"attachmentUploadsPendingError": "Filen lastes opp. Vent litt.",
|
28
28
|
"removeAttachment": "Fjern fil",
|
29
29
|
"uploading": "Laster opp",
|
30
30
|
"uploadCompleted": "Opplasting fullført",
|
@@ -34,7 +34,8 @@
|
|
34
34
|
"placeholderText": "Skriv en melding",
|
35
35
|
"textTooLong": "Meldingslengden er over maksimumsgrensen.",
|
36
36
|
"sendButtonAriaLabel": "Send melding",
|
37
|
-
"attachmentUploadsPendingError": "
|
37
|
+
"attachmentUploadsPendingError": "Filen lastes opp. Vent litt.",
|
38
|
+
"imageUploadsPendingError": "Bildet lastes opp. Vent litt.",
|
38
39
|
"removeAttachment": "Fjern fil",
|
39
40
|
"uploading": "Laster opp",
|
40
41
|
"uploadCompleted": "Opplasting fullført",
|
@@ -58,7 +59,11 @@
|
|
58
59
|
"richTextDeleteRowMenu": "Slett rad",
|
59
60
|
"richTextDeleteTableMenu": "Slett tabell",
|
60
61
|
"richTextToolbarMoreButtonAriaLabel": "Flere alternativer",
|
61
|
-
"attachmentMoreMenu": "Flere alternativer"
|
62
|
+
"attachmentMoreMenu": "Flere alternativer",
|
63
|
+
"richTextNewBulletedListItemAnnouncement": "Punkt, ny linje",
|
64
|
+
"richTextNewNumberedListItemAnnouncement": "{0}, ny linje",
|
65
|
+
"richTextBulletedListAppliedAnnouncement": "Punktliste er brukt",
|
66
|
+
"richTextNumberedListAppliedAnnouncement": "Nummerert liste brukes"
|
62
67
|
},
|
63
68
|
"mentionPopover": {
|
64
69
|
"mentionPopoverHeader": "Forslag"
|
@@ -221,7 +226,12 @@
|
|
221
226
|
"richTextDeleteRowMenu": "Slett rad",
|
222
227
|
"richTextDeleteTableMenu": "Slett tabell",
|
223
228
|
"richTextToolbarMoreButtonAriaLabel": "Flere alternativer",
|
224
|
-
"attachmentUploadsPendingError": "
|
229
|
+
"attachmentUploadsPendingError": "Filen lastes opp. Vent litt.",
|
230
|
+
"imageUploadsPendingError": "Bildet lastes opp. Vent litt.",
|
231
|
+
"richTextNewBulletedListItemAnnouncement": "Punkt, ny linje",
|
232
|
+
"richTextNewNumberedListItemAnnouncement": "{0}, ny linje",
|
233
|
+
"richTextBulletedListAppliedAnnouncement": "Punktliste er brukt",
|
234
|
+
"richTextNumberedListAppliedAnnouncement": "Nummerert liste brukes"
|
225
235
|
},
|
226
236
|
"errorBar": {
|
227
237
|
"unableToReachChatService": "Du er frakoblet",
|
@@ -24,7 +24,7 @@
|
|
24
24
|
"placeholderText": "Een bericht invoeren",
|
25
25
|
"textTooLong": "De lengte van uw bericht overschrijdt de maximumlimiet.",
|
26
26
|
"sendButtonAriaLabel": "Bericht verzenden",
|
27
|
-
"attachmentUploadsPendingError": "
|
27
|
+
"attachmentUploadsPendingError": "Bestand wordt geüpload, even geduld.",
|
28
28
|
"removeAttachment": "Bestand verwijderen",
|
29
29
|
"uploading": "Uploaden",
|
30
30
|
"uploadCompleted": "Upload voltooid",
|
@@ -34,7 +34,8 @@
|
|
34
34
|
"placeholderText": "Een bericht invoeren",
|
35
35
|
"textTooLong": "De lengte van uw bericht overschrijdt de maximumlimiet.",
|
36
36
|
"sendButtonAriaLabel": "Bericht verzenden",
|
37
|
-
"attachmentUploadsPendingError": "
|
37
|
+
"attachmentUploadsPendingError": "Bestand wordt geüpload, even geduld.",
|
38
|
+
"imageUploadsPendingError": "Afbeelding wordt geüpload, even geduld.",
|
38
39
|
"removeAttachment": "Bestand verwijderen",
|
39
40
|
"uploading": "Uploaden",
|
40
41
|
"uploadCompleted": "Upload voltooid",
|
@@ -58,7 +59,11 @@
|
|
58
59
|
"richTextDeleteRowMenu": "Rij verwijderen",
|
59
60
|
"richTextDeleteTableMenu": "Tabel verwijderen",
|
60
61
|
"richTextToolbarMoreButtonAriaLabel": "Meer opties",
|
61
|
-
"attachmentMoreMenu": "Meer opties"
|
62
|
+
"attachmentMoreMenu": "Meer opties",
|
63
|
+
"richTextNewBulletedListItemAnnouncement": "Opsommingsteken, nieuwe regel",
|
64
|
+
"richTextNewNumberedListItemAnnouncement": "{0}, nieuwe regel",
|
65
|
+
"richTextBulletedListAppliedAnnouncement": "Lijst met opsommingstekens toegepast",
|
66
|
+
"richTextNumberedListAppliedAnnouncement": "Genummerde lijst is toegepast"
|
62
67
|
},
|
63
68
|
"mentionPopover": {
|
64
69
|
"mentionPopoverHeader": "Suggesties"
|
@@ -221,7 +226,12 @@
|
|
221
226
|
"richTextDeleteRowMenu": "Rij verwijderen",
|
222
227
|
"richTextDeleteTableMenu": "Tabel verwijderen",
|
223
228
|
"richTextToolbarMoreButtonAriaLabel": "Meer opties",
|
224
|
-
"attachmentUploadsPendingError": "
|
229
|
+
"attachmentUploadsPendingError": "Bestand wordt geüpload, even geduld.",
|
230
|
+
"imageUploadsPendingError": "Afbeelding wordt geüpload, even geduld.",
|
231
|
+
"richTextNewBulletedListItemAnnouncement": "Opsommingsteken, nieuwe regel",
|
232
|
+
"richTextNewNumberedListItemAnnouncement": "{0}, nieuwe regel",
|
233
|
+
"richTextBulletedListAppliedAnnouncement": "Lijst met opsommingstekens toegepast",
|
234
|
+
"richTextNumberedListAppliedAnnouncement": "Genummerde lijst is toegepast"
|
225
235
|
},
|
226
236
|
"errorBar": {
|
227
237
|
"unableToReachChatService": "U bent offline",
|
@@ -24,7 +24,7 @@
|
|
24
24
|
"placeholderText": "Wprowadź wiadomość",
|
25
25
|
"textTooLong": "Długość wiadomości przekracza maksymalny limit.",
|
26
26
|
"sendButtonAriaLabel": "Wyślij wiadomość",
|
27
|
-
"attachmentUploadsPendingError": "Trwa przekazywanie
|
27
|
+
"attachmentUploadsPendingError": "Trwa przekazywanie pliku. Czekaj.",
|
28
28
|
"removeAttachment": "Usuń plik",
|
29
29
|
"uploading": "Przekazywanie",
|
30
30
|
"uploadCompleted": "Zakończono przekazywanie",
|
@@ -34,7 +34,8 @@
|
|
34
34
|
"placeholderText": "Wprowadź wiadomość",
|
35
35
|
"textTooLong": "Długość wiadomości przekracza maksymalny limit.",
|
36
36
|
"sendButtonAriaLabel": "Wyślij wiadomość",
|
37
|
-
"attachmentUploadsPendingError": "Trwa przekazywanie
|
37
|
+
"attachmentUploadsPendingError": "Trwa przekazywanie pliku. Czekaj.",
|
38
|
+
"imageUploadsPendingError": "Trwa przekazywanie obrazu. Czekaj.",
|
38
39
|
"removeAttachment": "Usuwanie pliku",
|
39
40
|
"uploading": "Przekazywanie",
|
40
41
|
"uploadCompleted": "Zakończono przekazywanie",
|
@@ -58,7 +59,11 @@
|
|
58
59
|
"richTextDeleteRowMenu": "Usuń wiersz",
|
59
60
|
"richTextDeleteTableMenu": "Usuń tabelę",
|
60
61
|
"richTextToolbarMoreButtonAriaLabel": "Więcej opcji",
|
61
|
-
"attachmentMoreMenu": "Więcej opcji"
|
62
|
+
"attachmentMoreMenu": "Więcej opcji",
|
63
|
+
"richTextNewBulletedListItemAnnouncement": "Punktor, nowy wiersz",
|
64
|
+
"richTextNewNumberedListItemAnnouncement": "{0}, nowy wiersz",
|
65
|
+
"richTextBulletedListAppliedAnnouncement": "Zastosowano listę punktowaną",
|
66
|
+
"richTextNumberedListAppliedAnnouncement": "Zastosowano listę numerowaną"
|
62
67
|
},
|
63
68
|
"mentionPopover": {
|
64
69
|
"mentionPopoverHeader": "Sugestie"
|
@@ -221,7 +226,12 @@
|
|
221
226
|
"richTextDeleteRowMenu": "Usuń wiersz",
|
222
227
|
"richTextDeleteTableMenu": "Usuń tabelę",
|
223
228
|
"richTextToolbarMoreButtonAriaLabel": "Więcej opcji",
|
224
|
-
"attachmentUploadsPendingError": "Trwa przekazywanie
|
229
|
+
"attachmentUploadsPendingError": "Trwa przekazywanie pliku. Czekaj.",
|
230
|
+
"imageUploadsPendingError": "Trwa przekazywanie obrazu. Czekaj.",
|
231
|
+
"richTextNewBulletedListItemAnnouncement": "Punktor, nowy wiersz",
|
232
|
+
"richTextNewNumberedListItemAnnouncement": "{0}, nowy wiersz",
|
233
|
+
"richTextBulletedListAppliedAnnouncement": "Zastosowano listę punktowaną",
|
234
|
+
"richTextNumberedListAppliedAnnouncement": "Zastosowano listę numerowaną"
|
225
235
|
},
|
226
236
|
"errorBar": {
|
227
237
|
"unableToReachChatService": "Jesteś w trybie offline",
|
@@ -24,7 +24,7 @@
|
|
24
24
|
"placeholderText": "Inserir uma mensagem",
|
25
25
|
"textTooLong": "O comprimento da mensagem está acima do limite máximo.",
|
26
26
|
"sendButtonAriaLabel": "Enviar mensagem",
|
27
|
-
"attachmentUploadsPendingError": "
|
27
|
+
"attachmentUploadsPendingError": "O arquivo está sendo carregado, aguarde.",
|
28
28
|
"removeAttachment": "Remover arquivo",
|
29
29
|
"uploading": "Carregando",
|
30
30
|
"uploadCompleted": "Carregamento concluído",
|
@@ -34,7 +34,8 @@
|
|
34
34
|
"placeholderText": "Inserir uma mensagem",
|
35
35
|
"textTooLong": "O comprimento da mensagem está acima do limite máximo.",
|
36
36
|
"sendButtonAriaLabel": "Enviar mensagem",
|
37
|
-
"attachmentUploadsPendingError": "
|
37
|
+
"attachmentUploadsPendingError": "O arquivo está sendo carregado, aguarde.",
|
38
|
+
"imageUploadsPendingError": "A imagem está sendo carregada, aguarde.",
|
38
39
|
"removeAttachment": "Remover arquivo",
|
39
40
|
"uploading": "Carregando",
|
40
41
|
"uploadCompleted": "Carregamento concluído",
|
@@ -58,7 +59,11 @@
|
|
58
59
|
"richTextDeleteRowMenu": "Excluir linha",
|
59
60
|
"richTextDeleteTableMenu": "Excluir tabela",
|
60
61
|
"richTextToolbarMoreButtonAriaLabel": "Mais opções",
|
61
|
-
"attachmentMoreMenu": "Mais Opções"
|
62
|
+
"attachmentMoreMenu": "Mais Opções",
|
63
|
+
"richTextNewBulletedListItemAnnouncement": "Com marcadores, nova linha",
|
64
|
+
"richTextNewNumberedListItemAnnouncement": "{0}, Nova linha",
|
65
|
+
"richTextBulletedListAppliedAnnouncement": "Lista com marcadores aplicada",
|
66
|
+
"richTextNumberedListAppliedAnnouncement": "Lista numerada aplicada"
|
62
67
|
},
|
63
68
|
"mentionPopover": {
|
64
69
|
"mentionPopoverHeader": "Sugestões"
|
@@ -221,7 +226,12 @@
|
|
221
226
|
"richTextDeleteRowMenu": "Excluir linha",
|
222
227
|
"richTextDeleteTableMenu": "Excluir tabela",
|
223
228
|
"richTextToolbarMoreButtonAriaLabel": "Mais opções",
|
224
|
-
"attachmentUploadsPendingError": "
|
229
|
+
"attachmentUploadsPendingError": "O arquivo está sendo carregado, aguarde.",
|
230
|
+
"imageUploadsPendingError": "A imagem está sendo carregada, aguarde.",
|
231
|
+
"richTextNewBulletedListItemAnnouncement": "Com marcadores, nova linha",
|
232
|
+
"richTextNewNumberedListItemAnnouncement": "{0}, Nova linha",
|
233
|
+
"richTextBulletedListAppliedAnnouncement": "Lista com marcadores aplicada",
|
234
|
+
"richTextNumberedListAppliedAnnouncement": "Lista numerada aplicada"
|
225
235
|
},
|
226
236
|
"errorBar": {
|
227
237
|
"unableToReachChatService": "Você está offline",
|
@@ -24,7 +24,7 @@
|
|
24
24
|
"placeholderText": "Введите сообщение",
|
25
25
|
"textTooLong": "Длина сообщения превышает максимально допустимую.",
|
26
26
|
"sendButtonAriaLabel": "Отправить сообщение",
|
27
|
-
"attachmentUploadsPendingError": "Выполняется
|
27
|
+
"attachmentUploadsPendingError": "Выполняется отправка файла. Подождите.",
|
28
28
|
"removeAttachment": "Удалить файл",
|
29
29
|
"uploading": "Отправка",
|
30
30
|
"uploadCompleted": "Отправка завершена",
|
@@ -34,7 +34,8 @@
|
|
34
34
|
"placeholderText": "Введите сообщение",
|
35
35
|
"textTooLong": "Длина сообщения превышает максимально допустимую.",
|
36
36
|
"sendButtonAriaLabel": "Отправить сообщение",
|
37
|
-
"attachmentUploadsPendingError": "
|
37
|
+
"attachmentUploadsPendingError": "Выполняется отправка файла. Подождите.",
|
38
|
+
"imageUploadsPendingError": "Выполняется отправка изображения. Подождите.",
|
38
39
|
"removeAttachment": "Удалить файл",
|
39
40
|
"uploading": "Отправка",
|
40
41
|
"uploadCompleted": "Отправка завершена",
|
@@ -58,7 +59,11 @@
|
|
58
59
|
"richTextDeleteRowMenu": "Удалить строку",
|
59
60
|
"richTextDeleteTableMenu": "Удалить таблицу",
|
60
61
|
"richTextToolbarMoreButtonAriaLabel": "Дополнительные параметры",
|
61
|
-
"attachmentMoreMenu": "Дополнительные параметры"
|
62
|
+
"attachmentMoreMenu": "Дополнительные параметры",
|
63
|
+
"richTextNewBulletedListItemAnnouncement": "Маркер, новая строка",
|
64
|
+
"richTextNewNumberedListItemAnnouncement": "{0}, новая строка",
|
65
|
+
"richTextBulletedListAppliedAnnouncement": "Применен маркированный список",
|
66
|
+
"richTextNumberedListAppliedAnnouncement": "Применен нумерованный список"
|
62
67
|
},
|
63
68
|
"mentionPopover": {
|
64
69
|
"mentionPopoverHeader": "Рекомендации"
|
@@ -221,7 +226,12 @@
|
|
221
226
|
"richTextDeleteRowMenu": "Удалить строку",
|
222
227
|
"richTextDeleteTableMenu": "Удалить таблицу",
|
223
228
|
"richTextToolbarMoreButtonAriaLabel": "Дополнительные параметры",
|
224
|
-
"attachmentUploadsPendingError": "
|
229
|
+
"attachmentUploadsPendingError": "Выполняется отправка файла. Подождите.",
|
230
|
+
"imageUploadsPendingError": "Выполняется отправка изображения. Подождите.",
|
231
|
+
"richTextNewBulletedListItemAnnouncement": "Маркер, новая строка",
|
232
|
+
"richTextNewNumberedListItemAnnouncement": "{0}, новая строка",
|
233
|
+
"richTextBulletedListAppliedAnnouncement": "Применен маркированный список",
|
234
|
+
"richTextNumberedListAppliedAnnouncement": "Применен нумерованный список"
|
225
235
|
},
|
226
236
|
"errorBar": {
|
227
237
|
"unableToReachChatService": "Вы не в сети",
|