box-ui-elements 25.2.0-beta.11 → 25.2.0-beta.12

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 (53) hide show
  1. package/dist/explorer.js +1 -1
  2. package/dist/openwith.js +1 -1
  3. package/dist/picker.js +1 -1
  4. package/dist/preview.js +1 -1
  5. package/dist/sharing.js +1 -1
  6. package/dist/sidebar.js +1 -1
  7. package/dist/uploader.js +1 -1
  8. package/es/constants.js +1 -1
  9. package/i18n/bn-IN.js +2 -2
  10. package/i18n/bn-IN.properties +2 -2
  11. package/i18n/da-DK.js +2 -2
  12. package/i18n/da-DK.properties +2 -2
  13. package/i18n/de-DE.js +2 -2
  14. package/i18n/de-DE.properties +2 -2
  15. package/i18n/en-AU.js +2 -2
  16. package/i18n/en-AU.properties +2 -2
  17. package/i18n/en-GB.js +2 -2
  18. package/i18n/en-GB.properties +2 -2
  19. package/i18n/es-419.js +2 -2
  20. package/i18n/es-419.properties +2 -2
  21. package/i18n/es-ES.js +2 -2
  22. package/i18n/es-ES.properties +2 -2
  23. package/i18n/fi-FI.js +2 -2
  24. package/i18n/fi-FI.properties +2 -2
  25. package/i18n/fr-CA.js +2 -2
  26. package/i18n/fr-CA.properties +2 -2
  27. package/i18n/fr-FR.js +2 -2
  28. package/i18n/fr-FR.properties +2 -2
  29. package/i18n/hi-IN.js +2 -2
  30. package/i18n/hi-IN.properties +2 -2
  31. package/i18n/it-IT.js +2 -2
  32. package/i18n/it-IT.properties +2 -2
  33. package/i18n/ko-KR.js +2 -2
  34. package/i18n/ko-KR.properties +2 -2
  35. package/i18n/nb-NO.js +2 -2
  36. package/i18n/nb-NO.properties +2 -2
  37. package/i18n/nl-NL.js +2 -2
  38. package/i18n/nl-NL.properties +2 -2
  39. package/i18n/pl-PL.js +2 -2
  40. package/i18n/pl-PL.properties +2 -2
  41. package/i18n/pt-BR.js +2 -2
  42. package/i18n/pt-BR.properties +2 -2
  43. package/i18n/ru-RU.js +2 -2
  44. package/i18n/ru-RU.properties +2 -2
  45. package/i18n/sv-SE.js +2 -2
  46. package/i18n/sv-SE.properties +2 -2
  47. package/i18n/tr-TR.js +2 -2
  48. package/i18n/tr-TR.properties +2 -2
  49. package/i18n/zh-CN.js +2 -2
  50. package/i18n/zh-CN.properties +2 -2
  51. package/i18n/zh-TW.js +2 -2
  52. package/i18n/zh-TW.properties +2 -2
  53. package/package.json +1 -1
package/es/constants.js CHANGED
@@ -238,7 +238,7 @@ export const CLIENT_NAME_CONTENT_SIDEBAR = 'ContentSidebar';
238
238
  export const CLIENT_NAME_CONTENT_UPLOADER = 'ContentUploader';
239
239
  export const CLIENT_NAME_FILE_PICKER = 'FilePicker';
240
240
  export const CLIENT_NAME_FOLDER_PICKER = 'FolderPicker';
241
- export const CLIENT_VERSION = '25.2.0-beta.11';
241
+ export const CLIENT_VERSION = '25.2.0-beta.12';
242
242
 
243
243
  /* ---------------------- Statuses -------------------------- */
244
244
  export const STATUS_PENDING = 'pending';
package/i18n/bn-IN.js CHANGED
@@ -77,8 +77,8 @@ export default {
77
77
  "be.contentSharing.noAccessError": "আপনি এই আইটেমটি অ্যাক্সেস করতে পারবেন না।",
78
78
  "be.contentSharing.notFoundError": "এই আইটেমটির জন্য শেয়ারকৃত লিঙ্কটি খোঁজা যায়নি।",
79
79
  "be.contentSharing.noticeCloseLabel": "বন্ধ করুন",
80
- "be.contentSharing.sendInvitationsError": "{count, plural, one {Failed to invite a collaborator.} other {Failed to invite {count} collaborators.}}",
81
- "be.contentSharing.sendInvitationsSuccess": "{count, plural, one {Successfully invited a collaborator.} other {Successfully invited {count} collaborators.}}",
80
+ "be.contentSharing.sendInvitationsError": "{count,plural,one{সহযোগীকে আমন্ত্রণ জানানো যায়নি।} other{{count} জন সহযোগীকে আমন্ত্রণ জানানো যায়নি।}}",
81
+ "be.contentSharing.sendInvitationsSuccess": "{count,plural,one{সফলভাবে একজন সহযোগীকে আমন্ত্রণ জানানো হয়েছে।} other{সফলভাবে {count} জন সহযোগীকে আমন্ত্রণ জানানো হয়েছে।}}",
82
82
  "be.contentSharing.sendInvitesError": "আমন্ত্রণগুলি পাঠাতে পারেনি।",
83
83
  "be.contentSharing.sendInvitesSuccess": "সহযোগীদের সফলভাবে আমন্ত্রণ করা হয়েছে।",
84
84
  "be.contentSharing.sharedLinkRemovalSuccess": "এই আইটেমটির জন্য শেয়ারকৃত লিঙ্কটি সরানো হয়েছে।",
@@ -155,9 +155,9 @@ be.contentSharing.notFoundError = এই আইটেমটির জন্য
155
155
  # Close button aria label for the notifications
156
156
  be.contentSharing.noticeCloseLabel = বন্ধ করুন
157
157
  # Message that appears when collaborators cannot be added to the shared link in the ContentSharing Element.
158
- be.contentSharing.sendInvitationsError = {count, plural, one {Failed to invite a collaborator.} other {Failed to invite {count} collaborators.}}
158
+ be.contentSharing.sendInvitationsError = {count,plural,one{সহযোগীকে আমন্ত্রণ জানানো যায়নি।} other{{count} জন সহযোগীকে আমন্ত্রণ জানানো যায়নি।}}
159
159
  # Message that appears when collaborators were added to the shared link in the ContentSharing Element.
160
- be.contentSharing.sendInvitationsSuccess = {count, plural, one {Successfully invited a collaborator.} other {Successfully invited {count} collaborators.}}
160
+ be.contentSharing.sendInvitationsSuccess = {count,plural,one{সফলভাবে একজন সহযোগীকে আমন্ত্রণ জানানো হয়েছে।} other{সফলভাবে {count} জন সহযোগীকে আমন্ত্রণ জানানো হয়েছে।}}
161
161
  # Message that appears when collaborators cannot be added to the shared link in the ContentSharing Element.
162
162
  be.contentSharing.sendInvitesError = আমন্ত্রণগুলি পাঠাতে পারেনি।
163
163
  # Message that appears when collaborators were added to the shared link in the ContentSharing Element.
package/i18n/da-DK.js CHANGED
@@ -77,8 +77,8 @@ export default {
77
77
  "be.contentSharing.noAccessError": "Du har ikke adgang til dette element.",
78
78
  "be.contentSharing.notFoundError": "Kunne ikke finde delt link for dette element.",
79
79
  "be.contentSharing.noticeCloseLabel": "Luk",
80
- "be.contentSharing.sendInvitationsError": "{count, plural, one {Failed to invite a collaborator.} other {Failed to invite {count} collaborators.}}",
81
- "be.contentSharing.sendInvitationsSuccess": "{count, plural, one {Successfully invited a collaborator.} other {Successfully invited {count} collaborators.}}",
80
+ "be.contentSharing.sendInvitationsError": "{count,plural,one{Mislykkedes med at invitere en samarbejdspartner.} other{Mislykkedes med at invitere {count} samarbejdspartnere.}}",
81
+ "be.contentSharing.sendInvitationsSuccess": "{count,plural,one{Succesfuldt inviteret en samarbejdspartner.} other{Succesfuldt inviteret {count} samarbejdspartnere.}}",
82
82
  "be.contentSharing.sendInvitesError": "Kunne ikke sende invitationer.",
83
83
  "be.contentSharing.sendInvitesSuccess": "Samarbejdspartnere blev inviteret.",
84
84
  "be.contentSharing.sharedLinkRemovalSuccess": "Det delte link for dette element blev fjernet.",
@@ -155,9 +155,9 @@ be.contentSharing.notFoundError = Kunne ikke finde delt link for dette element.
155
155
  # Close button aria label for the notifications
156
156
  be.contentSharing.noticeCloseLabel = Luk
157
157
  # Message that appears when collaborators cannot be added to the shared link in the ContentSharing Element.
158
- be.contentSharing.sendInvitationsError = {count, plural, one {Failed to invite a collaborator.} other {Failed to invite {count} collaborators.}}
158
+ be.contentSharing.sendInvitationsError = {count,plural,one{Mislykkedes med at invitere en samarbejdspartner.} other{Mislykkedes med at invitere {count} samarbejdspartnere.}}
159
159
  # Message that appears when collaborators were added to the shared link in the ContentSharing Element.
160
- be.contentSharing.sendInvitationsSuccess = {count, plural, one {Successfully invited a collaborator.} other {Successfully invited {count} collaborators.}}
160
+ be.contentSharing.sendInvitationsSuccess = {count,plural,one{Succesfuldt inviteret en samarbejdspartner.} other{Succesfuldt inviteret {count} samarbejdspartnere.}}
161
161
  # Message that appears when collaborators cannot be added to the shared link in the ContentSharing Element.
162
162
  be.contentSharing.sendInvitesError = Kunne ikke sende invitationer.
163
163
  # Message that appears when collaborators were added to the shared link in the ContentSharing Element.
package/i18n/de-DE.js CHANGED
@@ -77,8 +77,8 @@ export default {
77
77
  "be.contentSharing.noAccessError": "Sie haben keinen Zugriff auf dieses Element.",
78
78
  "be.contentSharing.notFoundError": "Der Freigabe-Link dieses Elements konnte nicht gefunden werden.",
79
79
  "be.contentSharing.noticeCloseLabel": "Schließen",
80
- "be.contentSharing.sendInvitationsError": "{count, plural, one {Failed to invite a collaborator.} other {Failed to invite {count} collaborators.}}",
81
- "be.contentSharing.sendInvitationsSuccess": "{count, plural, one {Successfully invited a collaborator.} other {Successfully invited {count} collaborators.}}",
80
+ "be.contentSharing.sendInvitationsError": "{count,plural,one{Fehler beim Einladen eines Mitwirkenden.} other{Fehler beim Einladen von {count} Mitwirkenden.}}",
81
+ "be.contentSharing.sendInvitationsSuccess": "{count,plural,one{Mitwirkende(r) wurde eingeladen.} other{{count} Mitwirkende wurden eingeladen.}}",
82
82
  "be.contentSharing.sendInvitesError": "Einladungen konnten nicht versendet werden.",
83
83
  "be.contentSharing.sendInvitesSuccess": "Mitarbeiter wurden erfolgreich eingeladen.",
84
84
  "be.contentSharing.sharedLinkRemovalSuccess": "Der Freigabe-Link zu diesem Element wurde entfernt.",
@@ -155,9 +155,9 @@ be.contentSharing.notFoundError = Der Freigabe-Link dieses Elements konnte nicht
155
155
  # Close button aria label for the notifications
156
156
  be.contentSharing.noticeCloseLabel = Schließen
157
157
  # Message that appears when collaborators cannot be added to the shared link in the ContentSharing Element.
158
- be.contentSharing.sendInvitationsError = {count, plural, one {Failed to invite a collaborator.} other {Failed to invite {count} collaborators.}}
158
+ be.contentSharing.sendInvitationsError = {count,plural,one{Fehler beim Einladen eines Mitwirkenden.} other{Fehler beim Einladen von {count} Mitwirkenden.}}
159
159
  # Message that appears when collaborators were added to the shared link in the ContentSharing Element.
160
- be.contentSharing.sendInvitationsSuccess = {count, plural, one {Successfully invited a collaborator.} other {Successfully invited {count} collaborators.}}
160
+ be.contentSharing.sendInvitationsSuccess = {count,plural,one{Mitwirkende(r) wurde eingeladen.} other{{count} Mitwirkende wurden eingeladen.}}
161
161
  # Message that appears when collaborators cannot be added to the shared link in the ContentSharing Element.
162
162
  be.contentSharing.sendInvitesError = Einladungen konnten nicht versendet werden.
163
163
  # Message that appears when collaborators were added to the shared link in the ContentSharing Element.
package/i18n/en-AU.js CHANGED
@@ -77,8 +77,8 @@ export default {
77
77
  "be.contentSharing.noAccessError": "You do not have access to this item.",
78
78
  "be.contentSharing.notFoundError": "Could not find shared link for this item.",
79
79
  "be.contentSharing.noticeCloseLabel": "Close",
80
- "be.contentSharing.sendInvitationsError": "{count, plural, one {Failed to invite a collaborator.} other {Failed to invite {count} collaborators.}}",
81
- "be.contentSharing.sendInvitationsSuccess": "{count, plural, one {Successfully invited a collaborator.} other {Successfully invited {count} collaborators.}}",
80
+ "be.contentSharing.sendInvitationsError": "{count,plural,one{Failed to invite a collaborator.} other{Failed to invite {count} collaborators.}}",
81
+ "be.contentSharing.sendInvitationsSuccess": "{count,plural,one{Successfully invited a collaborator.} other{Successfully invited {count} collaborators.}}",
82
82
  "be.contentSharing.sendInvitesError": "Could not send invitations.",
83
83
  "be.contentSharing.sendInvitesSuccess": "Successfully invited collaborators.",
84
84
  "be.contentSharing.sharedLinkRemovalSuccess": "The shared link for this item was removed.",
@@ -155,9 +155,9 @@ be.contentSharing.notFoundError = Could not find shared link for this item.
155
155
  # Close button aria label for the notifications
156
156
  be.contentSharing.noticeCloseLabel = Close
157
157
  # Message that appears when collaborators cannot be added to the shared link in the ContentSharing Element.
158
- be.contentSharing.sendInvitationsError = {count, plural, one {Failed to invite a collaborator.} other {Failed to invite {count} collaborators.}}
158
+ be.contentSharing.sendInvitationsError = {count,plural,one{Failed to invite a collaborator.} other{Failed to invite {count} collaborators.}}
159
159
  # Message that appears when collaborators were added to the shared link in the ContentSharing Element.
160
- be.contentSharing.sendInvitationsSuccess = {count, plural, one {Successfully invited a collaborator.} other {Successfully invited {count} collaborators.}}
160
+ be.contentSharing.sendInvitationsSuccess = {count,plural,one{Successfully invited a collaborator.} other{Successfully invited {count} collaborators.}}
161
161
  # Message that appears when collaborators cannot be added to the shared link in the ContentSharing Element.
162
162
  be.contentSharing.sendInvitesError = Could not send invitations.
163
163
  # Message that appears when collaborators were added to the shared link in the ContentSharing Element.
package/i18n/en-GB.js CHANGED
@@ -77,8 +77,8 @@ export default {
77
77
  "be.contentSharing.noAccessError": "You do not have access to this item.",
78
78
  "be.contentSharing.notFoundError": "Could not find shared link for this item.",
79
79
  "be.contentSharing.noticeCloseLabel": "Close",
80
- "be.contentSharing.sendInvitationsError": "{count, plural, one {Failed to invite a collaborator.} other {Failed to invite {count} collaborators.}}",
81
- "be.contentSharing.sendInvitationsSuccess": "{count, plural, one {Successfully invited a collaborator.} other {Successfully invited {count} collaborators.}}",
80
+ "be.contentSharing.sendInvitationsError": "{count,plural,one{Failed to invite a collaborator.} other{Failed to invite {count} collaborators.}}",
81
+ "be.contentSharing.sendInvitationsSuccess": "{count,plural,one{Successfully invited a collaborator.} other{Successfully invited {count} collaborators.}}",
82
82
  "be.contentSharing.sendInvitesError": "Could not send invitations.",
83
83
  "be.contentSharing.sendInvitesSuccess": "Successfully invited collaborators.",
84
84
  "be.contentSharing.sharedLinkRemovalSuccess": "The shared link for this item was removed.",
@@ -155,9 +155,9 @@ be.contentSharing.notFoundError = Could not find shared link for this item.
155
155
  # Close button aria label for the notifications
156
156
  be.contentSharing.noticeCloseLabel = Close
157
157
  # Message that appears when collaborators cannot be added to the shared link in the ContentSharing Element.
158
- be.contentSharing.sendInvitationsError = {count, plural, one {Failed to invite a collaborator.} other {Failed to invite {count} collaborators.}}
158
+ be.contentSharing.sendInvitationsError = {count,plural,one{Failed to invite a collaborator.} other{Failed to invite {count} collaborators.}}
159
159
  # Message that appears when collaborators were added to the shared link in the ContentSharing Element.
160
- be.contentSharing.sendInvitationsSuccess = {count, plural, one {Successfully invited a collaborator.} other {Successfully invited {count} collaborators.}}
160
+ be.contentSharing.sendInvitationsSuccess = {count,plural,one{Successfully invited a collaborator.} other{Successfully invited {count} collaborators.}}
161
161
  # Message that appears when collaborators cannot be added to the shared link in the ContentSharing Element.
162
162
  be.contentSharing.sendInvitesError = Could not send invitations.
163
163
  # Message that appears when collaborators were added to the shared link in the ContentSharing Element.
package/i18n/es-419.js CHANGED
@@ -77,8 +77,8 @@ export default {
77
77
  "be.contentSharing.noAccessError": "No tiene acceso a este elemento.",
78
78
  "be.contentSharing.notFoundError": "No se ha encontrado el enlace compartido para este elemento.",
79
79
  "be.contentSharing.noticeCloseLabel": "Cerrar",
80
- "be.contentSharing.sendInvitationsError": "{count, plural, one {Failed to invite a collaborator.} other {Failed to invite {count} collaborators.}}",
81
- "be.contentSharing.sendInvitationsSuccess": "{count, plural, one {Successfully invited a collaborator.} other {Successfully invited {count} collaborators.}}",
80
+ "be.contentSharing.sendInvitationsError": "{count,plural,one{No se pudo invitar a un colaborador.} other{No se pudo invitar a {count} colaboradores.} many{No se pudo invitar a {count} colaboradores.}}",
81
+ "be.contentSharing.sendInvitationsSuccess": "{count,plural,one{Se invitó con éxito a un colaborador.} other{Se invitó con éxito a {count} colaboradores.} many{Se invitó con éxito a {count} colaboradores.}}",
82
82
  "be.contentSharing.sendInvitesError": "No se han podido enviar las invitaciones.",
83
83
  "be.contentSharing.sendInvitesSuccess": "Se ha invitado correctamente a los colaboradores.",
84
84
  "be.contentSharing.sharedLinkRemovalSuccess": "Se ha eliminado el enlace compartido correspondiente a este elemento.",
@@ -155,9 +155,9 @@ be.contentSharing.notFoundError = No se ha encontrado el enlace compartido para
155
155
  # Close button aria label for the notifications
156
156
  be.contentSharing.noticeCloseLabel = Cerrar
157
157
  # Message that appears when collaborators cannot be added to the shared link in the ContentSharing Element.
158
- be.contentSharing.sendInvitationsError = {count, plural, one {Failed to invite a collaborator.} other {Failed to invite {count} collaborators.}}
158
+ be.contentSharing.sendInvitationsError = {count,plural,one{No se pudo invitar a un colaborador.} other{No se pudo invitar a {count} colaboradores.} many{No se pudo invitar a {count} colaboradores.}}
159
159
  # Message that appears when collaborators were added to the shared link in the ContentSharing Element.
160
- be.contentSharing.sendInvitationsSuccess = {count, plural, one {Successfully invited a collaborator.} other {Successfully invited {count} collaborators.}}
160
+ be.contentSharing.sendInvitationsSuccess = {count,plural,one{Se invitó con éxito a un colaborador.} other{Se invitó con éxito a {count} colaboradores.} many{Se invitó con éxito a {count} colaboradores.}}
161
161
  # Message that appears when collaborators cannot be added to the shared link in the ContentSharing Element.
162
162
  be.contentSharing.sendInvitesError = No se han podido enviar las invitaciones.
163
163
  # Message that appears when collaborators were added to the shared link in the ContentSharing Element.
package/i18n/es-ES.js CHANGED
@@ -77,8 +77,8 @@ export default {
77
77
  "be.contentSharing.noAccessError": "No tiene acceso a este elemento.",
78
78
  "be.contentSharing.notFoundError": "No se ha encontrado el enlace compartido para este elemento.",
79
79
  "be.contentSharing.noticeCloseLabel": "Cerrar",
80
- "be.contentSharing.sendInvitationsError": "{count, plural, one {Failed to invite a collaborator.} other {Failed to invite {count} collaborators.}}",
81
- "be.contentSharing.sendInvitationsSuccess": "{count, plural, one {Successfully invited a collaborator.} other {Successfully invited {count} collaborators.}}",
80
+ "be.contentSharing.sendInvitationsError": "{count,plural,one{No se pudo invitar a un colaborador.} other{No se pudo invitar a {count} colaboradores.} many{No se pudo invitar a {count} colaboradores.}}",
81
+ "be.contentSharing.sendInvitationsSuccess": "{count,plural,one{Se invitó con éxito a un colaborador.} other{Se invitó con éxito a {count} colaboradores.} many{Se invitó con éxito a {count} colaboradores.}}",
82
82
  "be.contentSharing.sendInvitesError": "No se han podido enviar las invitaciones.",
83
83
  "be.contentSharing.sendInvitesSuccess": "Se ha invitado correctamente a los colaboradores.",
84
84
  "be.contentSharing.sharedLinkRemovalSuccess": "Se ha eliminado el enlace compartido correspondiente a este elemento.",
@@ -155,9 +155,9 @@ be.contentSharing.notFoundError = No se ha encontrado el enlace compartido para
155
155
  # Close button aria label for the notifications
156
156
  be.contentSharing.noticeCloseLabel = Cerrar
157
157
  # Message that appears when collaborators cannot be added to the shared link in the ContentSharing Element.
158
- be.contentSharing.sendInvitationsError = {count, plural, one {Failed to invite a collaborator.} other {Failed to invite {count} collaborators.}}
158
+ be.contentSharing.sendInvitationsError = {count,plural,one{No se pudo invitar a un colaborador.} other{No se pudo invitar a {count} colaboradores.} many{No se pudo invitar a {count} colaboradores.}}
159
159
  # Message that appears when collaborators were added to the shared link in the ContentSharing Element.
160
- be.contentSharing.sendInvitationsSuccess = {count, plural, one {Successfully invited a collaborator.} other {Successfully invited {count} collaborators.}}
160
+ be.contentSharing.sendInvitationsSuccess = {count,plural,one{Se invitó con éxito a un colaborador.} other{Se invitó con éxito a {count} colaboradores.} many{Se invitó con éxito a {count} colaboradores.}}
161
161
  # Message that appears when collaborators cannot be added to the shared link in the ContentSharing Element.
162
162
  be.contentSharing.sendInvitesError = No se han podido enviar las invitaciones.
163
163
  # Message that appears when collaborators were added to the shared link in the ContentSharing Element.
package/i18n/fi-FI.js CHANGED
@@ -77,8 +77,8 @@ export default {
77
77
  "be.contentSharing.noAccessError": "Sinulla ei ole tämän kohteen käyttöoikeutta.",
78
78
  "be.contentSharing.notFoundError": "Tämän kohteen jaettua linkkiä ei löydy.",
79
79
  "be.contentSharing.noticeCloseLabel": "Sulje",
80
- "be.contentSharing.sendInvitationsError": "{count, plural, one {Failed to invite a collaborator.} other {Failed to invite {count} collaborators.}}",
81
- "be.contentSharing.sendInvitationsSuccess": "{count, plural, one {Successfully invited a collaborator.} other {Successfully invited {count} collaborators.}}",
80
+ "be.contentSharing.sendInvitationsError": "{count,plural,one{Yhteistyökumppanin kutsuminen epäonnistui.} other{{count} yhteistyökumppanin kutsuminen epäonnistui.}}",
81
+ "be.contentSharing.sendInvitationsSuccess": "{count,plural,one{Yhteistyökumppani kutsuttiin onnistuneesti.} other{{count} yhteityökumppania kutsuttiin onnistuneesti.}}",
82
82
  "be.contentSharing.sendInvitesError": "Kutsuja ei voitu lähettää.",
83
83
  "be.contentSharing.sendInvitesSuccess": "Yhteistyökumppanit kutsuttu.",
84
84
  "be.contentSharing.sharedLinkRemovalSuccess": "Tämän kohteen jaettu linkki on poistettu.",
@@ -155,9 +155,9 @@ be.contentSharing.notFoundError = Tämän kohteen jaettua linkkiä ei löydy.
155
155
  # Close button aria label for the notifications
156
156
  be.contentSharing.noticeCloseLabel = Sulje
157
157
  # Message that appears when collaborators cannot be added to the shared link in the ContentSharing Element.
158
- be.contentSharing.sendInvitationsError = {count, plural, one {Failed to invite a collaborator.} other {Failed to invite {count} collaborators.}}
158
+ be.contentSharing.sendInvitationsError = {count,plural,one{Yhteistyökumppanin kutsuminen epäonnistui.} other{{count} yhteistyökumppanin kutsuminen epäonnistui.}}
159
159
  # Message that appears when collaborators were added to the shared link in the ContentSharing Element.
160
- be.contentSharing.sendInvitationsSuccess = {count, plural, one {Successfully invited a collaborator.} other {Successfully invited {count} collaborators.}}
160
+ be.contentSharing.sendInvitationsSuccess = {count,plural,one{Yhteistyökumppani kutsuttiin onnistuneesti.} other{{count} yhteityökumppania kutsuttiin onnistuneesti.}}
161
161
  # Message that appears when collaborators cannot be added to the shared link in the ContentSharing Element.
162
162
  be.contentSharing.sendInvitesError = Kutsuja ei voitu lähettää.
163
163
  # Message that appears when collaborators were added to the shared link in the ContentSharing Element.
package/i18n/fr-CA.js CHANGED
@@ -77,8 +77,8 @@ export default {
77
77
  "be.contentSharing.noAccessError": "Vous n'avez pas accès à cet élément.",
78
78
  "be.contentSharing.notFoundError": "Impossible de trouver le lien partagé pour cet élément.",
79
79
  "be.contentSharing.noticeCloseLabel": "Fermer",
80
- "be.contentSharing.sendInvitationsError": "{count, plural, one {Failed to invite a collaborator.} other {Failed to invite {count} collaborators.}}",
81
- "be.contentSharing.sendInvitationsSuccess": "{count, plural, one {Successfully invited a collaborator.} other {Successfully invited {count} collaborators.}}",
80
+ "be.contentSharing.sendInvitationsError": "{count,plural,one{Échec de l''''invitation d''''un collaborateur.} other{Échec de l''''invitation de {count} collaborateurs.} many{Échec de l''''invitation de {count} collaborateurs.}}",
81
+ "be.contentSharing.sendInvitationsSuccess": "{count,plural,one{Invitation réussie d''''un collaborateur.} other{Invitation réussie de {count} collaborateurs.} many{Invitation réussie de {count} collaborateurs.}}",
82
82
  "be.contentSharing.sendInvitesError": "Échec de l'envoi des invitations.",
83
83
  "be.contentSharing.sendInvitesSuccess": "Envoi des invitations aux collaborateurs réussi.",
84
84
  "be.contentSharing.sharedLinkRemovalSuccess": "Le lien partagé de cet élément a été supprimé.",
@@ -155,9 +155,9 @@ be.contentSharing.notFoundError = Impossible de trouver le lien partagé pour ce
155
155
  # Close button aria label for the notifications
156
156
  be.contentSharing.noticeCloseLabel = Fermer
157
157
  # Message that appears when collaborators cannot be added to the shared link in the ContentSharing Element.
158
- be.contentSharing.sendInvitationsError = {count, plural, one {Failed to invite a collaborator.} other {Failed to invite {count} collaborators.}}
158
+ be.contentSharing.sendInvitationsError = {count,plural,one{Échec de l''''invitation d''''un collaborateur.} other{Échec de l''''invitation de {count} collaborateurs.} many{Échec de l''''invitation de {count} collaborateurs.}}
159
159
  # Message that appears when collaborators were added to the shared link in the ContentSharing Element.
160
- be.contentSharing.sendInvitationsSuccess = {count, plural, one {Successfully invited a collaborator.} other {Successfully invited {count} collaborators.}}
160
+ be.contentSharing.sendInvitationsSuccess = {count,plural,one{Invitation réussie d''''un collaborateur.} other{Invitation réussie de {count} collaborateurs.} many{Invitation réussie de {count} collaborateurs.}}
161
161
  # Message that appears when collaborators cannot be added to the shared link in the ContentSharing Element.
162
162
  be.contentSharing.sendInvitesError = Échec de l'envoi des invitations.
163
163
  # Message that appears when collaborators were added to the shared link in the ContentSharing Element.
package/i18n/fr-FR.js CHANGED
@@ -77,8 +77,8 @@ export default {
77
77
  "be.contentSharing.noAccessError": "Vous n'avez pas accès à cet élément.",
78
78
  "be.contentSharing.notFoundError": "Impossible de trouver le lien partagé pour cet élément.",
79
79
  "be.contentSharing.noticeCloseLabel": "Fermer",
80
- "be.contentSharing.sendInvitationsError": "{count, plural, one {Failed to invite a collaborator.} other {Failed to invite {count} collaborators.}}",
81
- "be.contentSharing.sendInvitationsSuccess": "{count, plural, one {Successfully invited a collaborator.} other {Successfully invited {count} collaborators.}}",
80
+ "be.contentSharing.sendInvitationsError": "{count,plural,one{Échec de l''''invitation d''''un collaborateur.} other{Échec de l''''invitation de {count} collaborateurs.} many{Échec de l''''invitation de {count} collaborateurs.}}",
81
+ "be.contentSharing.sendInvitationsSuccess": "{count,plural,one{Invitation réussie d''''un collaborateur.} other{Invitation réussie de {count} collaborateurs.} many{Invitation réussie de {count} collaborateurs.}}",
82
82
  "be.contentSharing.sendInvitesError": "Échec de l'envoi des invitations.",
83
83
  "be.contentSharing.sendInvitesSuccess": "Envoi des invitations aux collaborateurs réussi.",
84
84
  "be.contentSharing.sharedLinkRemovalSuccess": "Le lien partagé de cet élément a été supprimé.",
@@ -155,9 +155,9 @@ be.contentSharing.notFoundError = Impossible de trouver le lien partagé pour ce
155
155
  # Close button aria label for the notifications
156
156
  be.contentSharing.noticeCloseLabel = Fermer
157
157
  # Message that appears when collaborators cannot be added to the shared link in the ContentSharing Element.
158
- be.contentSharing.sendInvitationsError = {count, plural, one {Failed to invite a collaborator.} other {Failed to invite {count} collaborators.}}
158
+ be.contentSharing.sendInvitationsError = {count,plural,one{Échec de l''''invitation d''''un collaborateur.} other{Échec de l''''invitation de {count} collaborateurs.} many{Échec de l''''invitation de {count} collaborateurs.}}
159
159
  # Message that appears when collaborators were added to the shared link in the ContentSharing Element.
160
- be.contentSharing.sendInvitationsSuccess = {count, plural, one {Successfully invited a collaborator.} other {Successfully invited {count} collaborators.}}
160
+ be.contentSharing.sendInvitationsSuccess = {count,plural,one{Invitation réussie d''''un collaborateur.} other{Invitation réussie de {count} collaborateurs.} many{Invitation réussie de {count} collaborateurs.}}
161
161
  # Message that appears when collaborators cannot be added to the shared link in the ContentSharing Element.
162
162
  be.contentSharing.sendInvitesError = Échec de l'envoi des invitations.
163
163
  # Message that appears when collaborators were added to the shared link in the ContentSharing Element.
package/i18n/hi-IN.js CHANGED
@@ -77,8 +77,8 @@ export default {
77
77
  "be.contentSharing.noAccessError": "आपके पास इस आइटम के लिए एक्सेस नहीं है.",
78
78
  "be.contentSharing.notFoundError": "इस आइटम के लिए शेयर्ड लिंक ढूंढा नहीं जा सका.",
79
79
  "be.contentSharing.noticeCloseLabel": "बंद करें",
80
- "be.contentSharing.sendInvitationsError": "{count, plural, one {Failed to invite a collaborator.} other {Failed to invite {count} collaborators.}}",
81
- "be.contentSharing.sendInvitationsSuccess": "{count, plural, one {Successfully invited a collaborator.} other {Successfully invited {count} collaborators.}}",
80
+ "be.contentSharing.sendInvitationsError": "{count,plural,one{एक सहयोगी को आमंत्रित करने में विफल।} other{{count} सहयोगियों को आमंत्रित करने में विफल।}}",
81
+ "be.contentSharing.sendInvitationsSuccess": "{count,plural,one{एक सहयोगी को सफलतापूर्वक आमंत्रित किया।} other{{count} सहयोगियों को सफलतापूर्वक आमंत्रित किया।}}",
82
82
  "be.contentSharing.sendInvitesError": "आमंत्रण नहीं भेजे जा सके.",
83
83
  "be.contentSharing.sendInvitesSuccess": "सहयोगियों को सफलतापूर्वक आमंत्रित किया गया.",
84
84
  "be.contentSharing.sharedLinkRemovalSuccess": "इस आइटम का शेयर्ड लिंक सफलतापूर्वक हटा दिया गया था.",
@@ -155,9 +155,9 @@ be.contentSharing.notFoundError = इस आइटम के लिए शेय
155
155
  # Close button aria label for the notifications
156
156
  be.contentSharing.noticeCloseLabel = बंद करें
157
157
  # Message that appears when collaborators cannot be added to the shared link in the ContentSharing Element.
158
- be.contentSharing.sendInvitationsError = {count, plural, one {Failed to invite a collaborator.} other {Failed to invite {count} collaborators.}}
158
+ be.contentSharing.sendInvitationsError = {count,plural,one{एक सहयोगी को आमंत्रित करने में विफल।} other{{count} सहयोगियों को आमंत्रित करने में विफल।}}
159
159
  # Message that appears when collaborators were added to the shared link in the ContentSharing Element.
160
- be.contentSharing.sendInvitationsSuccess = {count, plural, one {Successfully invited a collaborator.} other {Successfully invited {count} collaborators.}}
160
+ be.contentSharing.sendInvitationsSuccess = {count,plural,one{एक सहयोगी को सफलतापूर्वक आमंत्रित किया।} other{{count} सहयोगियों को सफलतापूर्वक आमंत्रित किया।}}
161
161
  # Message that appears when collaborators cannot be added to the shared link in the ContentSharing Element.
162
162
  be.contentSharing.sendInvitesError = आमंत्रण नहीं भेजे जा सके.
163
163
  # Message that appears when collaborators were added to the shared link in the ContentSharing Element.
package/i18n/it-IT.js CHANGED
@@ -77,8 +77,8 @@ export default {
77
77
  "be.contentSharing.noAccessError": "Non disponi dell'accesso a questo elemento.",
78
78
  "be.contentSharing.notFoundError": "Impossibile trovare il collegamento condiviso per questo elemento.",
79
79
  "be.contentSharing.noticeCloseLabel": "Chiudi",
80
- "be.contentSharing.sendInvitationsError": "{count, plural, one {Failed to invite a collaborator.} other {Failed to invite {count} collaborators.}}",
81
- "be.contentSharing.sendInvitationsSuccess": "{count, plural, one {Successfully invited a collaborator.} other {Successfully invited {count} collaborators.}}",
80
+ "be.contentSharing.sendInvitationsError": "{count,plural,one{Impossibile invitare un collaboratore.} other{Impossibile invitare {count} collaboratori.} many{Impossibile invitare {count} collaboratori.}}",
81
+ "be.contentSharing.sendInvitationsSuccess": "{count,plural,one{Collaboratore invitato con successo.} other{Collaboratori invitati con successo: {count}.} many{Collaboratori invitati con successo: {count}.}}",
82
82
  "be.contentSharing.sendInvitesError": "Impossibile inviare inviti.",
83
83
  "be.contentSharing.sendInvitesSuccess": "I collaboratori sono stati invitati.",
84
84
  "be.contentSharing.sharedLinkRemovalSuccess": "Il collegamento condiviso per questo elemento è stato rimosso.",
@@ -155,9 +155,9 @@ be.contentSharing.notFoundError = Impossibile trovare il collegamento condiviso
155
155
  # Close button aria label for the notifications
156
156
  be.contentSharing.noticeCloseLabel = Chiudi
157
157
  # Message that appears when collaborators cannot be added to the shared link in the ContentSharing Element.
158
- be.contentSharing.sendInvitationsError = {count, plural, one {Failed to invite a collaborator.} other {Failed to invite {count} collaborators.}}
158
+ be.contentSharing.sendInvitationsError = {count,plural,one{Impossibile invitare un collaboratore.} other{Impossibile invitare {count} collaboratori.} many{Impossibile invitare {count} collaboratori.}}
159
159
  # Message that appears when collaborators were added to the shared link in the ContentSharing Element.
160
- be.contentSharing.sendInvitationsSuccess = {count, plural, one {Successfully invited a collaborator.} other {Successfully invited {count} collaborators.}}
160
+ be.contentSharing.sendInvitationsSuccess = {count,plural,one{Collaboratore invitato con successo.} other{Collaboratori invitati con successo: {count}.} many{Collaboratori invitati con successo: {count}.}}
161
161
  # Message that appears when collaborators cannot be added to the shared link in the ContentSharing Element.
162
162
  be.contentSharing.sendInvitesError = Impossibile inviare inviti.
163
163
  # Message that appears when collaborators were added to the shared link in the ContentSharing Element.
package/i18n/ko-KR.js CHANGED
@@ -77,8 +77,8 @@ export default {
77
77
  "be.contentSharing.noAccessError": "이 항목에 액세스할 권한이 없습니다.",
78
78
  "be.contentSharing.notFoundError": "이 항목에 대한 공유 링크를 찾을 수 없습니다.",
79
79
  "be.contentSharing.noticeCloseLabel": "닫기",
80
- "be.contentSharing.sendInvitationsError": "{count, plural, one {Failed to invite a collaborator.} other {Failed to invite {count} collaborators.}}",
81
- "be.contentSharing.sendInvitationsSuccess": "{count, plural, one {Successfully invited a collaborator.} other {Successfully invited {count} collaborators.}}",
80
+ "be.contentSharing.sendInvitationsError": "{count,plural,one{공동 작업자 초대에 실패했습니다.} other{{count}명의 공동 작업자 초대에 실패했습니다.}}",
81
+ "be.contentSharing.sendInvitationsSuccess": "{count,plural,one{공동 작업자 초대에 성공했습니다.} other{{count}명의 공동 작업자 초대에 성공했습니다.}}",
82
82
  "be.contentSharing.sendInvitesError": "초대를 전송할 수 없습니다.",
83
83
  "be.contentSharing.sendInvitesSuccess": "공동 작업자를 성공적으로 초대했습니다.",
84
84
  "be.contentSharing.sharedLinkRemovalSuccess": "이 항목의 공유 링크가 제거되었습니다.",
@@ -155,9 +155,9 @@ be.contentSharing.notFoundError = 이 항목에 대한 공유 링크를 찾을
155
155
  # Close button aria label for the notifications
156
156
  be.contentSharing.noticeCloseLabel = 닫기
157
157
  # Message that appears when collaborators cannot be added to the shared link in the ContentSharing Element.
158
- be.contentSharing.sendInvitationsError = {count, plural, one {Failed to invite a collaborator.} other {Failed to invite {count} collaborators.}}
158
+ be.contentSharing.sendInvitationsError = {count,plural,one{공동 작업자 초대에 실패했습니다.} other{{count}명의 공동 작업자 초대에 실패했습니다.}}
159
159
  # Message that appears when collaborators were added to the shared link in the ContentSharing Element.
160
- be.contentSharing.sendInvitationsSuccess = {count, plural, one {Successfully invited a collaborator.} other {Successfully invited {count} collaborators.}}
160
+ be.contentSharing.sendInvitationsSuccess = {count,plural,one{공동 작업자 초대에 성공했습니다.} other{{count}명의 공동 작업자 초대에 성공했습니다.}}
161
161
  # Message that appears when collaborators cannot be added to the shared link in the ContentSharing Element.
162
162
  be.contentSharing.sendInvitesError = 초대를 전송할 수 없습니다.
163
163
  # Message that appears when collaborators were added to the shared link in the ContentSharing Element.
package/i18n/nb-NO.js CHANGED
@@ -77,8 +77,8 @@ export default {
77
77
  "be.contentSharing.noAccessError": "Du har ikke tilgang til dette elementet.",
78
78
  "be.contentSharing.notFoundError": "Finner ikke delt kobling for dette elementet.",
79
79
  "be.contentSharing.noticeCloseLabel": "Lukk",
80
- "be.contentSharing.sendInvitationsError": "{count, plural, one {Failed to invite a collaborator.} other {Failed to invite {count} collaborators.}}",
81
- "be.contentSharing.sendInvitationsSuccess": "{count, plural, one {Successfully invited a collaborator.} other {Successfully invited {count} collaborators.}}",
80
+ "be.contentSharing.sendInvitationsError": "{count,plural,one{Kunne ikke invitere en samarbeidspartner.} other{Kunne ikke invitere {count} samarbeidspartnere.}}",
81
+ "be.contentSharing.sendInvitationsSuccess": "{count,plural,one{Vellykket invitert en samarbeidspartner.} other{Vellykket invitert {count} samarbeidspartnere.}}",
82
82
  "be.contentSharing.sendInvitesError": "Kan ikke sende invitasjoner.",
83
83
  "be.contentSharing.sendInvitesSuccess": "Inviterte samarbeidspartnere.",
84
84
  "be.contentSharing.sharedLinkRemovalSuccess": "Den delte koblingen for dette elementet er fjernet.",
@@ -155,9 +155,9 @@ be.contentSharing.notFoundError = Finner ikke delt kobling for dette elementet.
155
155
  # Close button aria label for the notifications
156
156
  be.contentSharing.noticeCloseLabel = Lukk
157
157
  # Message that appears when collaborators cannot be added to the shared link in the ContentSharing Element.
158
- be.contentSharing.sendInvitationsError = {count, plural, one {Failed to invite a collaborator.} other {Failed to invite {count} collaborators.}}
158
+ be.contentSharing.sendInvitationsError = {count,plural,one{Kunne ikke invitere en samarbeidspartner.} other{Kunne ikke invitere {count} samarbeidspartnere.}}
159
159
  # Message that appears when collaborators were added to the shared link in the ContentSharing Element.
160
- be.contentSharing.sendInvitationsSuccess = {count, plural, one {Successfully invited a collaborator.} other {Successfully invited {count} collaborators.}}
160
+ be.contentSharing.sendInvitationsSuccess = {count,plural,one{Vellykket invitert en samarbeidspartner.} other{Vellykket invitert {count} samarbeidspartnere.}}
161
161
  # Message that appears when collaborators cannot be added to the shared link in the ContentSharing Element.
162
162
  be.contentSharing.sendInvitesError = Kan ikke sende invitasjoner.
163
163
  # Message that appears when collaborators were added to the shared link in the ContentSharing Element.
package/i18n/nl-NL.js CHANGED
@@ -77,8 +77,8 @@ export default {
77
77
  "be.contentSharing.noAccessError": "U hebt geen toegang tot dit item.",
78
78
  "be.contentSharing.notFoundError": "Kan gedeelde link voor dit item niet vinden.",
79
79
  "be.contentSharing.noticeCloseLabel": "Sluiten",
80
- "be.contentSharing.sendInvitationsError": "{count, plural, one {Failed to invite a collaborator.} other {Failed to invite {count} collaborators.}}",
81
- "be.contentSharing.sendInvitationsSuccess": "{count, plural, one {Successfully invited a collaborator.} other {Successfully invited {count} collaborators.}}",
80
+ "be.contentSharing.sendInvitationsError": "{count,plural,one{Het uitnodigen van de medebewerker is mislukt.} other{Het uitnodigen van de {count} medebewerkers is mislukt.}}",
81
+ "be.contentSharing.sendInvitationsSuccess": "{count,plural,one{Het uitnodigen van de medebewerker is geslaagd.} other{Het uitnodigen van de {count} medebewerkers is geslaagd.}}",
82
82
  "be.contentSharing.sendInvitesError": "Kan uitnodigingen niet verzenden.",
83
83
  "be.contentSharing.sendInvitesSuccess": "Medebewerkers uitgenodigd.",
84
84
  "be.contentSharing.sharedLinkRemovalSuccess": "De gedeelde link voor dit item is verwijderd.",
@@ -155,9 +155,9 @@ be.contentSharing.notFoundError = Kan gedeelde link voor dit item niet vinden.
155
155
  # Close button aria label for the notifications
156
156
  be.contentSharing.noticeCloseLabel = Sluiten
157
157
  # Message that appears when collaborators cannot be added to the shared link in the ContentSharing Element.
158
- be.contentSharing.sendInvitationsError = {count, plural, one {Failed to invite a collaborator.} other {Failed to invite {count} collaborators.}}
158
+ be.contentSharing.sendInvitationsError = {count,plural,one{Het uitnodigen van de medebewerker is mislukt.} other{Het uitnodigen van de {count} medebewerkers is mislukt.}}
159
159
  # Message that appears when collaborators were added to the shared link in the ContentSharing Element.
160
- be.contentSharing.sendInvitationsSuccess = {count, plural, one {Successfully invited a collaborator.} other {Successfully invited {count} collaborators.}}
160
+ be.contentSharing.sendInvitationsSuccess = {count,plural,one{Het uitnodigen van de medebewerker is geslaagd.} other{Het uitnodigen van de {count} medebewerkers is geslaagd.}}
161
161
  # Message that appears when collaborators cannot be added to the shared link in the ContentSharing Element.
162
162
  be.contentSharing.sendInvitesError = Kan uitnodigingen niet verzenden.
163
163
  # Message that appears when collaborators were added to the shared link in the ContentSharing Element.
package/i18n/pl-PL.js CHANGED
@@ -77,8 +77,8 @@ export default {
77
77
  "be.contentSharing.noAccessError": "Nie masz dostępu do tego elementu.",
78
78
  "be.contentSharing.notFoundError": "Nie można znaleźć łącza udostępnionego do tego elementu.",
79
79
  "be.contentSharing.noticeCloseLabel": "Zamknij",
80
- "be.contentSharing.sendInvitationsError": "{count, plural, one {Failed to invite a collaborator.} other {Failed to invite {count} collaborators.}}",
81
- "be.contentSharing.sendInvitationsSuccess": "{count, plural, one {Successfully invited a collaborator.} other {Successfully invited {count} collaborators.}}",
80
+ "be.contentSharing.sendInvitationsError": "{count,plural,one{Nie udało się zaprosić współpracownika.} other{Nie udało się zaprosić {count} współpracownika.} many{Nie udało się zaprosić {count} współpracowników.} few{Nie udało się zaprosić {count} współpracowników.}}",
81
+ "be.contentSharing.sendInvitationsSuccess": "{count,plural,one{Pomyślnie zaproszono współpracownika.} other{Pomyślnie zaproszono {count} współpracownika.} few{Pomyślnie zaproszono {count} współpracowników.} many{Pomyślnie zaproszono {count} współpracowników.}}",
82
82
  "be.contentSharing.sendInvitesError": "Nie można wysłać zaproszeń.",
83
83
  "be.contentSharing.sendInvitesSuccess": "Pomyślnie zaproszono współpracowników.",
84
84
  "be.contentSharing.sharedLinkRemovalSuccess": "Usunięto łącze udostępnione dla tego elementu.",
@@ -155,9 +155,9 @@ be.contentSharing.notFoundError = Nie można znaleźć łącza udostępnionego d
155
155
  # Close button aria label for the notifications
156
156
  be.contentSharing.noticeCloseLabel = Zamknij
157
157
  # Message that appears when collaborators cannot be added to the shared link in the ContentSharing Element.
158
- be.contentSharing.sendInvitationsError = {count, plural, one {Failed to invite a collaborator.} other {Failed to invite {count} collaborators.}}
158
+ be.contentSharing.sendInvitationsError = {count,plural,one{Nie udało się zaprosić współpracownika.} other{Nie udało się zaprosić {count} współpracownika.} many{Nie udało się zaprosić {count} współpracowników.} few{Nie udało się zaprosić {count} współpracowników.}}
159
159
  # Message that appears when collaborators were added to the shared link in the ContentSharing Element.
160
- be.contentSharing.sendInvitationsSuccess = {count, plural, one {Successfully invited a collaborator.} other {Successfully invited {count} collaborators.}}
160
+ be.contentSharing.sendInvitationsSuccess = {count,plural,one{Pomyślnie zaproszono współpracownika.} other{Pomyślnie zaproszono {count} współpracownika.} few{Pomyślnie zaproszono {count} współpracowników.} many{Pomyślnie zaproszono {count} współpracowników.}}
161
161
  # Message that appears when collaborators cannot be added to the shared link in the ContentSharing Element.
162
162
  be.contentSharing.sendInvitesError = Nie można wysłać zaproszeń.
163
163
  # Message that appears when collaborators were added to the shared link in the ContentSharing Element.
package/i18n/pt-BR.js CHANGED
@@ -77,8 +77,8 @@ export default {
77
77
  "be.contentSharing.noAccessError": "Você não tem acesso a este item.",
78
78
  "be.contentSharing.notFoundError": "Não foi possível encontrar o link compartilhado deste item.",
79
79
  "be.contentSharing.noticeCloseLabel": "Fechar",
80
- "be.contentSharing.sendInvitationsError": "{count, plural, one {Failed to invite a collaborator.} other {Failed to invite {count} collaborators.}}",
81
- "be.contentSharing.sendInvitationsSuccess": "{count, plural, one {Successfully invited a collaborator.} other {Successfully invited {count} collaborators.}}",
80
+ "be.contentSharing.sendInvitationsError": "{count,plural,one{Falha ao convidar um colaborador.} other{Falha ao convidar {count} colaboradores.} many{Falha ao convidar {count} colaboradores.}}",
81
+ "be.contentSharing.sendInvitationsSuccess": "{count,plural,one{Convidou com sucesso um colaborador.} other{Convidou com sucesso {count} colaboradores.} many{Convidou com sucesso {count} colaboradores.}}",
82
82
  "be.contentSharing.sendInvitesError": "Não foi possível enviar os convites.",
83
83
  "be.contentSharing.sendInvitesSuccess": "Os colaboradores foram convidados com sucesso.",
84
84
  "be.contentSharing.sharedLinkRemovalSuccess": "O link compartilhado deste item foi removido.",
@@ -155,9 +155,9 @@ be.contentSharing.notFoundError = Não foi possível encontrar o link compartilh
155
155
  # Close button aria label for the notifications
156
156
  be.contentSharing.noticeCloseLabel = Fechar
157
157
  # Message that appears when collaborators cannot be added to the shared link in the ContentSharing Element.
158
- be.contentSharing.sendInvitationsError = {count, plural, one {Failed to invite a collaborator.} other {Failed to invite {count} collaborators.}}
158
+ be.contentSharing.sendInvitationsError = {count,plural,one{Falha ao convidar um colaborador.} other{Falha ao convidar {count} colaboradores.} many{Falha ao convidar {count} colaboradores.}}
159
159
  # Message that appears when collaborators were added to the shared link in the ContentSharing Element.
160
- be.contentSharing.sendInvitationsSuccess = {count, plural, one {Successfully invited a collaborator.} other {Successfully invited {count} collaborators.}}
160
+ be.contentSharing.sendInvitationsSuccess = {count,plural,one{Convidou com sucesso um colaborador.} other{Convidou com sucesso {count} colaboradores.} many{Convidou com sucesso {count} colaboradores.}}
161
161
  # Message that appears when collaborators cannot be added to the shared link in the ContentSharing Element.
162
162
  be.contentSharing.sendInvitesError = Não foi possível enviar os convites.
163
163
  # Message that appears when collaborators were added to the shared link in the ContentSharing Element.
package/i18n/ru-RU.js CHANGED
@@ -77,8 +77,8 @@ export default {
77
77
  "be.contentSharing.noAccessError": "У вас нет доступа к этому элементу.",
78
78
  "be.contentSharing.notFoundError": "Не удалось найти общую ссылку для этого элемента.",
79
79
  "be.contentSharing.noticeCloseLabel": "Закрыть",
80
- "be.contentSharing.sendInvitationsError": "{count, plural, one {Failed to invite a collaborator.} other {Failed to invite {count} collaborators.}}",
81
- "be.contentSharing.sendInvitationsSuccess": "{count, plural, one {Successfully invited a collaborator.} other {Successfully invited {count} collaborators.}}",
80
+ "be.contentSharing.sendInvitationsError": "{count,plural,one{Не удалось пригласить соавтора.} other{Не удалось пригласить {count} соавторов.} few{Не удалось пригласить {count} соавторов.} many{Не удалось пригласить {count} соавторов.}}",
81
+ "be.contentSharing.sendInvitationsSuccess": "{count,plural,one{Соавтор приглашен.} other{{count} соавтора приглашены.} few{{count} соавтора приглашены.} many{{count} соавторов приглашено.}}",
82
82
  "be.contentSharing.sendInvitesError": "Не удалось отправить приглашения.",
83
83
  "be.contentSharing.sendInvitesSuccess": "Соавторы приглашены.",
84
84
  "be.contentSharing.sharedLinkRemovalSuccess": "Общая ссылка на этот элемент удалена.",
@@ -155,9 +155,9 @@ be.contentSharing.notFoundError = Не удалось найти общую сс
155
155
  # Close button aria label for the notifications
156
156
  be.contentSharing.noticeCloseLabel = Закрыть
157
157
  # Message that appears when collaborators cannot be added to the shared link in the ContentSharing Element.
158
- be.contentSharing.sendInvitationsError = {count, plural, one {Failed to invite a collaborator.} other {Failed to invite {count} collaborators.}}
158
+ be.contentSharing.sendInvitationsError = {count,plural,one{Не удалось пригласить соавтора.} other{Не удалось пригласить {count} соавторов.} few{Не удалось пригласить {count} соавторов.} many{Не удалось пригласить {count} соавторов.}}
159
159
  # Message that appears when collaborators were added to the shared link in the ContentSharing Element.
160
- be.contentSharing.sendInvitationsSuccess = {count, plural, one {Successfully invited a collaborator.} other {Successfully invited {count} collaborators.}}
160
+ be.contentSharing.sendInvitationsSuccess = {count,plural,one{Соавтор приглашен.} other{{count} соавтора приглашены.} few{{count} соавтора приглашены.} many{{count} соавторов приглашено.}}
161
161
  # Message that appears when collaborators cannot be added to the shared link in the ContentSharing Element.
162
162
  be.contentSharing.sendInvitesError = Не удалось отправить приглашения.
163
163
  # Message that appears when collaborators were added to the shared link in the ContentSharing Element.
package/i18n/sv-SE.js CHANGED
@@ -77,8 +77,8 @@ export default {
77
77
  "be.contentSharing.noAccessError": "Du har inte åtkomst till det här objektet.",
78
78
  "be.contentSharing.notFoundError": "Det gick inte att hitta den delade länken för det här objektet.",
79
79
  "be.contentSharing.noticeCloseLabel": "Stäng",
80
- "be.contentSharing.sendInvitationsError": "{count, plural, one {Failed to invite a collaborator.} other {Failed to invite {count} collaborators.}}",
81
- "be.contentSharing.sendInvitationsSuccess": "{count, plural, one {Successfully invited a collaborator.} other {Successfully invited {count} collaborators.}}",
80
+ "be.contentSharing.sendInvitationsError": "{count,plural,one{Det gick inte att bjuda in en medarbetare.} other{Det gick inte att bjuda in {count} medarbetare.}}",
81
+ "be.contentSharing.sendInvitationsSuccess": "{count,plural,one{Det gick att bjuda in en medarbetare.} other{Det gick att bjuda in {count} medarbetare.}}",
82
82
  "be.contentSharing.sendInvitesError": "Det gick inte att skicka inbjudningar.",
83
83
  "be.contentSharing.sendInvitesSuccess": "Inbjudna medarbetare har bjudits in.",
84
84
  "be.contentSharing.sharedLinkRemovalSuccess": "Den delade länken för det här objektet har tagits bort.",
@@ -155,9 +155,9 @@ be.contentSharing.notFoundError = Det gick inte att hitta den delade länken fö
155
155
  # Close button aria label for the notifications
156
156
  be.contentSharing.noticeCloseLabel = Stäng
157
157
  # Message that appears when collaborators cannot be added to the shared link in the ContentSharing Element.
158
- be.contentSharing.sendInvitationsError = {count, plural, one {Failed to invite a collaborator.} other {Failed to invite {count} collaborators.}}
158
+ be.contentSharing.sendInvitationsError = {count,plural,one{Det gick inte att bjuda in en medarbetare.} other{Det gick inte att bjuda in {count} medarbetare.}}
159
159
  # Message that appears when collaborators were added to the shared link in the ContentSharing Element.
160
- be.contentSharing.sendInvitationsSuccess = {count, plural, one {Successfully invited a collaborator.} other {Successfully invited {count} collaborators.}}
160
+ be.contentSharing.sendInvitationsSuccess = {count,plural,one{Det gick att bjuda in en medarbetare.} other{Det gick att bjuda in {count} medarbetare.}}
161
161
  # Message that appears when collaborators cannot be added to the shared link in the ContentSharing Element.
162
162
  be.contentSharing.sendInvitesError = Det gick inte att skicka inbjudningar.
163
163
  # Message that appears when collaborators were added to the shared link in the ContentSharing Element.
package/i18n/tr-TR.js CHANGED
@@ -77,8 +77,8 @@ export default {
77
77
  "be.contentSharing.noAccessError": "Bu öğeye erişiminiz yok.",
78
78
  "be.contentSharing.notFoundError": "Bu öğe için paylaşılmış bağlantı bulunamadı.",
79
79
  "be.contentSharing.noticeCloseLabel": "Kapat",
80
- "be.contentSharing.sendInvitationsError": "{count, plural, one {Failed to invite a collaborator.} other {Failed to invite {count} collaborators.}}",
81
- "be.contentSharing.sendInvitationsSuccess": "{count, plural, one {Successfully invited a collaborator.} other {Successfully invited {count} collaborators.}}",
80
+ "be.contentSharing.sendInvitationsError": "{count,plural,one{Failed to invite a collaborator.} other{Failed to invite {count} collaborators.}}",
81
+ "be.contentSharing.sendInvitationsSuccess": "{count,plural,one{Successfully invited a collaborator.} other{Successfully invited {count} collaborators.}}",
82
82
  "be.contentSharing.sendInvitesError": "Davetler gönderilemedi.",
83
83
  "be.contentSharing.sendInvitesSuccess": "İşbirlikçiler başarıyla davet edildi.",
84
84
  "be.contentSharing.sharedLinkRemovalSuccess": "Bu öğe için paylaşılmış bağlantı kaldırıldı.",