@box/unified-share-modal 1.35.2 → 1.36.1
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/esm/lib/components/shared-link-settings-modal/shared-link-settings-modal.js +68 -69
- package/dist/esm/lib/components/unified-share-form-modal/collaboration-section/collaboration-role.js +32 -32
- package/dist/esm/lib/components/unified-share-form-modal/collaboration-section/collaboration-section.js +24 -24
- package/dist/esm/lib/components/unified-share-form-modal/collaborators-view/collaborator-list-item.js +39 -38
- package/dist/esm/lib/components/unified-share-form-modal/collaborators-view/collaborators-view.js +61 -61
- package/dist/esm/lib/components/unified-share-form-modal/shared-link-section/shared-link-access.js +32 -32
- package/dist/esm/lib/components/unified-share-form-modal/shared-link-section/shared-link-permission.js +25 -25
- package/dist/i18n/bn-IN.js +4 -4
- package/dist/i18n/bn-IN.properties +4 -4
- package/dist/i18n/da-DK.js +4 -4
- package/dist/i18n/da-DK.properties +4 -4
- package/dist/i18n/de-DE.js +4 -4
- package/dist/i18n/de-DE.properties +4 -4
- package/dist/i18n/en-AU.js +1 -1
- package/dist/i18n/en-AU.properties +1 -1
- package/dist/i18n/en-GB.js +1 -1
- package/dist/i18n/en-GB.properties +1 -1
- package/dist/i18n/es-419.js +4 -4
- package/dist/i18n/es-419.properties +4 -4
- package/dist/i18n/es-ES.js +4 -4
- package/dist/i18n/es-ES.properties +4 -4
- package/dist/i18n/fi-FI.js +4 -4
- package/dist/i18n/fi-FI.properties +4 -4
- package/dist/i18n/fr-CA.js +4 -4
- package/dist/i18n/fr-CA.properties +4 -4
- package/dist/i18n/fr-FR.js +4 -4
- package/dist/i18n/fr-FR.properties +4 -4
- package/dist/i18n/hi-IN.js +4 -4
- package/dist/i18n/hi-IN.properties +4 -4
- package/dist/i18n/ja-JP.js +4 -4
- package/dist/i18n/ja-JP.properties +4 -4
- package/dist/i18n/ko-KR.js +4 -4
- package/dist/i18n/ko-KR.properties +4 -4
- package/dist/i18n/nl-NL.js +4 -4
- package/dist/i18n/nl-NL.properties +4 -4
- package/dist/i18n/pl-PL.js +4 -4
- package/dist/i18n/pl-PL.properties +4 -4
- package/dist/i18n/pt-BR.js +4 -4
- package/dist/i18n/pt-BR.properties +4 -4
- package/dist/i18n/ru-RU.js +4 -4
- package/dist/i18n/ru-RU.properties +4 -4
- package/dist/i18n/sv-SE.js +4 -4
- package/dist/i18n/sv-SE.properties +4 -4
- package/dist/i18n/tr-TR.js +4 -4
- package/dist/i18n/tr-TR.properties +4 -4
- package/dist/i18n/zh-CN.js +4 -4
- package/dist/i18n/zh-CN.properties +4 -4
- package/dist/i18n/zh-TW.js +4 -4
- package/dist/i18n/zh-TW.properties +4 -4
- package/dist/styles/collaboration-role.css +1 -1
- package/dist/styles/collaboration-section.css +1 -1
- package/dist/styles/collaborator-list-item.css +1 -1
- package/dist/styles/shared-link-access.css +1 -1
- package/dist/types/lib/components/unified-share-form-modal/collaborators-view/collaborator-list-item.d.ts +2 -1
- package/package.json +9 -9
|
@@ -147,7 +147,7 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestri
|
|
|
147
147
|
# Label for the button that removes restricted contacts
|
|
148
148
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel = Eliminar para continuar
|
|
149
149
|
# Text shown in share modal when there is at least one external collaborator
|
|
150
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators =
|
|
150
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators = Este contenido se compartirá con colaboradores externos.
|
|
151
151
|
# Description for the collaboration role with "Editor" permissions to the item
|
|
152
152
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription = Cargar, descargar, previsualizar, compartir y editar
|
|
153
153
|
# Description for the collaboration role with "Editor" permissions to the folder
|
|
@@ -273,13 +273,13 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabl
|
|
|
273
273
|
# Label for the section to manage the shared link of the file / folder
|
|
274
274
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel = Compartir enlace
|
|
275
275
|
# Text shown in share modal when shared link is editable and is open to public access
|
|
276
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable =
|
|
276
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable = Disponible públicamente para que cualquier persona pueda verlo y descargarlo. Cualquier usuario que haya iniciado sesión con el enlace puede editarlo.
|
|
277
277
|
# Text shown in share modal when shared link is editable and is open to company access
|
|
278
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable =
|
|
278
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable = Las personas que tienen acceso a este enlace pueden editarlo.
|
|
279
279
|
# Aria label and tooltip for the icon button to email the shared link
|
|
280
280
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel = Enviar enlace compartido
|
|
281
281
|
# Text shown in share modal when shared link is open to public access
|
|
282
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable =
|
|
282
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable = Este contenido está disponible públicamente para cualquier persona que disponga del enlace.
|
|
283
283
|
# Label for the button link to open the Shared Link Settings modal
|
|
284
284
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel = Configuración del enlace
|
|
285
285
|
# Label for the toggle to create and delete the shared link
|
package/dist/i18n/es-ES.js
CHANGED
|
@@ -73,7 +73,7 @@ export default {
|
|
|
73
73
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionInformationBarrierNotice": "No es posible enviar {count,plural,one{{count} invitación} other{{count} invitaciones} many{{count} invitaciones}} debido a una política de seguridad. {removeLink}",
|
|
74
74
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionNotice": "No es posible enviar {count,plural,one{{count} invitación} other{{count} invitaciones} many{{count} invitaciones}} porque la colaboración externa está restringida debido a la política de seguridad aplicada. {removeLink}",
|
|
75
75
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel": "Eliminar para continuar",
|
|
76
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators": "
|
|
76
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators": "Este contenido se compartirá con colaboradores externos.",
|
|
77
77
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription": "Cargar, descargar, previsualizar, compartir y editar",
|
|
78
78
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Cargar, descargar, previsualizar, compartir, editar y eliminar",
|
|
79
79
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "Enviar enlace compartido por correo electrónico",
|
|
@@ -136,10 +136,10 @@ export default {
|
|
|
136
136
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "Personas con el enlace",
|
|
137
137
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "No tiene permiso para eliminar el enlace",
|
|
138
138
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "Compartir enlace",
|
|
139
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable": "
|
|
140
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "
|
|
139
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable": "Disponible públicamente para que cualquier persona pueda verlo y descargarlo. Cualquier usuario que haya iniciado sesión con el enlace puede editarlo.",
|
|
140
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "Las personas que tienen acceso a este enlace pueden editarlo.",
|
|
141
141
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "Enviar enlace compartido",
|
|
142
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable": "
|
|
142
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable": "Este contenido está disponible públicamente para cualquier persona que disponga del enlace.",
|
|
143
143
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "Configuración del enlace",
|
|
144
144
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "Enlace compartido",
|
|
145
145
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "Crear y copiar el enlace",
|
|
@@ -147,7 +147,7 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestri
|
|
|
147
147
|
# Label for the button that removes restricted contacts
|
|
148
148
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel = Eliminar para continuar
|
|
149
149
|
# Text shown in share modal when there is at least one external collaborator
|
|
150
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators =
|
|
150
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators = Este contenido se compartirá con colaboradores externos.
|
|
151
151
|
# Description for the collaboration role with "Editor" permissions to the item
|
|
152
152
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription = Cargar, descargar, previsualizar, compartir y editar
|
|
153
153
|
# Description for the collaboration role with "Editor" permissions to the folder
|
|
@@ -273,13 +273,13 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabl
|
|
|
273
273
|
# Label for the section to manage the shared link of the file / folder
|
|
274
274
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel = Compartir enlace
|
|
275
275
|
# Text shown in share modal when shared link is editable and is open to public access
|
|
276
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable =
|
|
276
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable = Disponible públicamente para que cualquier persona pueda verlo y descargarlo. Cualquier usuario que haya iniciado sesión con el enlace puede editarlo.
|
|
277
277
|
# Text shown in share modal when shared link is editable and is open to company access
|
|
278
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable =
|
|
278
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable = Las personas que tienen acceso a este enlace pueden editarlo.
|
|
279
279
|
# Aria label and tooltip for the icon button to email the shared link
|
|
280
280
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel = Enviar enlace compartido
|
|
281
281
|
# Text shown in share modal when shared link is open to public access
|
|
282
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable =
|
|
282
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable = Este contenido está disponible públicamente para cualquier persona que disponga del enlace.
|
|
283
283
|
# Label for the button link to open the Shared Link Settings modal
|
|
284
284
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel = Configuración del enlace
|
|
285
285
|
# Label for the toggle to create and delete the shared link
|
package/dist/i18n/fi-FI.js
CHANGED
|
@@ -73,7 +73,7 @@ export default {
|
|
|
73
73
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionInformationBarrierNotice": "{count,plural,one{{count} kutsu} other{{count} kutsut}} ei voi lähettää suojauskäytännön vuoksi. {removeLink}",
|
|
74
74
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionNotice": "{count,plural,one{{count} kutsu} other{{count} kutsut}} ei voi lähettää, koska ulkoista yhteistyötä on rajoitettu käytössä olevan suojauskäytännön vuoksi. {removeLink}",
|
|
75
75
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel": "Jatka poistamalla",
|
|
76
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators": "
|
|
76
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators": "Tämä sisältö jaetaan ulkoisille yhteistyökumppaneille.",
|
|
77
77
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription": "Lataa, hae, jaa, esikatsele ja muokkaa",
|
|
78
78
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Lataa, esikatsele, jaa, muokkaa ja poista tiedostoja",
|
|
79
79
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "Lähetä jaettu linkki",
|
|
@@ -136,10 +136,10 @@ export default {
|
|
|
136
136
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "Käyttäjät, joilla on linkki",
|
|
137
137
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "Sinulla ei ole oikeutta poistaa linkkiä",
|
|
138
138
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "Jakolinkki",
|
|
139
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable": "
|
|
140
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "
|
|
139
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable": "Julkisesti kaikkien tarkasteltavissa ja ladattavissa. Kaikki kirjautuneet käyttäjät, joilla on linkki, voivat muokata.",
|
|
140
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "Henkilöt, joilla on linkki, voivat muokata.",
|
|
141
141
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "Lähetä jaettu linkki",
|
|
142
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable": "
|
|
142
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable": "Tätä sisältöä voivat käyttää kaikki, joilla on linkki.",
|
|
143
143
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "Linkkiasetukset",
|
|
144
144
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "Jaettu linkki",
|
|
145
145
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "Luo ja kopioi linkki",
|
|
@@ -147,7 +147,7 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestri
|
|
|
147
147
|
# Label for the button that removes restricted contacts
|
|
148
148
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel = Jatka poistamalla
|
|
149
149
|
# Text shown in share modal when there is at least one external collaborator
|
|
150
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators =
|
|
150
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators = Tämä sisältö jaetaan ulkoisille yhteistyökumppaneille.
|
|
151
151
|
# Description for the collaboration role with "Editor" permissions to the item
|
|
152
152
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription = Lataa, hae, jaa, esikatsele ja muokkaa
|
|
153
153
|
# Description for the collaboration role with "Editor" permissions to the folder
|
|
@@ -273,13 +273,13 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabl
|
|
|
273
273
|
# Label for the section to manage the shared link of the file / folder
|
|
274
274
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel = Jakolinkki
|
|
275
275
|
# Text shown in share modal when shared link is editable and is open to public access
|
|
276
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable =
|
|
276
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable = Julkisesti kaikkien tarkasteltavissa ja ladattavissa. Kaikki kirjautuneet käyttäjät, joilla on linkki, voivat muokata.
|
|
277
277
|
# Text shown in share modal when shared link is editable and is open to company access
|
|
278
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable =
|
|
278
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable = Henkilöt, joilla on linkki, voivat muokata.
|
|
279
279
|
# Aria label and tooltip for the icon button to email the shared link
|
|
280
280
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel = Lähetä jaettu linkki
|
|
281
281
|
# Text shown in share modal when shared link is open to public access
|
|
282
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable =
|
|
282
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable = Tätä sisältöä voivat käyttää kaikki, joilla on linkki.
|
|
283
283
|
# Label for the button link to open the Shared Link Settings modal
|
|
284
284
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel = Linkkiasetukset
|
|
285
285
|
# Label for the toggle to create and delete the shared link
|
package/dist/i18n/fr-CA.js
CHANGED
|
@@ -73,7 +73,7 @@ export default {
|
|
|
73
73
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionInformationBarrierNotice": "{count,plural,one{{count} invitation} other{{count} invitations} many{{count} invitations}} ne peut/peuvent pas être envoyée(s) en raison d'une politique de sécurité. {removeLink}",
|
|
74
74
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionNotice": "{count,plural,one{{count} invitation} other{{count} invitations} many{{count} invitations}} ne peut/peuvent pas être envoyée(s), car la collaboration externe est restreinte en raison de la politique de sécurité appliquée. {removeLink}",
|
|
75
75
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel": "Supprimer pour continuer",
|
|
76
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators": "
|
|
76
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators": "Ce contenu sera partagé avec des collaborateurs externes.",
|
|
77
77
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription": "Charger, télécharger, prévisualiser, partager et modifier",
|
|
78
78
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Charger, télécharger, prévisualiser, partager, modifier et supprimer",
|
|
79
79
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "Envoyer un lien partagé par e-mail",
|
|
@@ -136,10 +136,10 @@ export default {
|
|
|
136
136
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "Utilisateurs disposant du lien",
|
|
137
137
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "Vous ne disposez pas de l'autorisation nécessaire pour supprimer le lien",
|
|
138
138
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "Lien de partage",
|
|
139
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable": "
|
|
140
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "
|
|
139
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable": "Accessible au public pour consultation et téléchargement. Tout utilisateur connecté disposant du lien peut apporter des modifications.",
|
|
140
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "Les utilisateurs ayant accès à ce lien peuvent effectuer des modifications.",
|
|
141
141
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "Envoyer un lien partagé",
|
|
142
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable": "
|
|
142
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable": "Ce contenu est public et accessible à toute personne disposant du lien.",
|
|
143
143
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "Paramètres du lien",
|
|
144
144
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "Lien partagé",
|
|
145
145
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "Créer et copier le lien",
|
|
@@ -147,7 +147,7 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestri
|
|
|
147
147
|
# Label for the button that removes restricted contacts
|
|
148
148
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel = Supprimer pour continuer
|
|
149
149
|
# Text shown in share modal when there is at least one external collaborator
|
|
150
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators =
|
|
150
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators = Ce contenu sera partagé avec des collaborateurs externes.
|
|
151
151
|
# Description for the collaboration role with "Editor" permissions to the item
|
|
152
152
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription = Charger, télécharger, prévisualiser, partager et modifier
|
|
153
153
|
# Description for the collaboration role with "Editor" permissions to the folder
|
|
@@ -273,13 +273,13 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabl
|
|
|
273
273
|
# Label for the section to manage the shared link of the file / folder
|
|
274
274
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel = Lien de partage
|
|
275
275
|
# Text shown in share modal when shared link is editable and is open to public access
|
|
276
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable =
|
|
276
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable = Accessible au public pour consultation et téléchargement. Tout utilisateur connecté disposant du lien peut apporter des modifications.
|
|
277
277
|
# Text shown in share modal when shared link is editable and is open to company access
|
|
278
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable =
|
|
278
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable = Les utilisateurs ayant accès à ce lien peuvent effectuer des modifications.
|
|
279
279
|
# Aria label and tooltip for the icon button to email the shared link
|
|
280
280
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel = Envoyer un lien partagé
|
|
281
281
|
# Text shown in share modal when shared link is open to public access
|
|
282
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable =
|
|
282
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable = Ce contenu est public et accessible à toute personne disposant du lien.
|
|
283
283
|
# Label for the button link to open the Shared Link Settings modal
|
|
284
284
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel = Paramètres du lien
|
|
285
285
|
# Label for the toggle to create and delete the shared link
|
package/dist/i18n/fr-FR.js
CHANGED
|
@@ -73,7 +73,7 @@ export default {
|
|
|
73
73
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionInformationBarrierNotice": "{count,plural,one{{count} invitation} other{{count} invitations} many{{count} invitations}} ne peut/peuvent pas être envoyée(s) en raison d'une politique de sécurité. {removeLink}",
|
|
74
74
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionNotice": "{count,plural,one{{count} invitation} other{{count} invitations} many{{count} invitations}} ne peut/peuvent pas être envoyée(s), car la collaboration externe est restreinte en raison de la politique de sécurité appliquée. {removeLink}",
|
|
75
75
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel": "Supprimer pour continuer",
|
|
76
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators": "
|
|
76
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators": "Ce contenu sera partagé avec des collaborateurs externes.",
|
|
77
77
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription": "Charger, télécharger, prévisualiser, partager et modifier",
|
|
78
78
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Charger, télécharger, prévisualiser, partager, modifier et supprimer",
|
|
79
79
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "Envoyer un lien partagé par e-mail",
|
|
@@ -136,10 +136,10 @@ export default {
|
|
|
136
136
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "Utilisateurs disposant du lien",
|
|
137
137
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "Vous ne disposez pas de l'autorisation nécessaire pour supprimer le lien",
|
|
138
138
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "Lien de partage",
|
|
139
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable": "
|
|
140
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "
|
|
139
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable": "Accessible au public pour consultation et téléchargement. Tout utilisateur connecté disposant du lien peut apporter des modifications.",
|
|
140
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "Les utilisateurs ayant accès à ce lien peuvent effectuer des modifications.",
|
|
141
141
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "Envoyer un lien partagé",
|
|
142
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable": "
|
|
142
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable": "Ce contenu est public et accessible à toute personne disposant du lien.",
|
|
143
143
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "Paramètres du lien",
|
|
144
144
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "Lien partagé",
|
|
145
145
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "Créer et copier le lien",
|
|
@@ -147,7 +147,7 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestri
|
|
|
147
147
|
# Label for the button that removes restricted contacts
|
|
148
148
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel = Supprimer pour continuer
|
|
149
149
|
# Text shown in share modal when there is at least one external collaborator
|
|
150
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators =
|
|
150
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators = Ce contenu sera partagé avec des collaborateurs externes.
|
|
151
151
|
# Description for the collaboration role with "Editor" permissions to the item
|
|
152
152
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription = Charger, télécharger, prévisualiser, partager et modifier
|
|
153
153
|
# Description for the collaboration role with "Editor" permissions to the folder
|
|
@@ -273,13 +273,13 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabl
|
|
|
273
273
|
# Label for the section to manage the shared link of the file / folder
|
|
274
274
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel = Lien de partage
|
|
275
275
|
# Text shown in share modal when shared link is editable and is open to public access
|
|
276
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable =
|
|
276
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable = Accessible au public pour consultation et téléchargement. Tout utilisateur connecté disposant du lien peut apporter des modifications.
|
|
277
277
|
# Text shown in share modal when shared link is editable and is open to company access
|
|
278
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable =
|
|
278
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable = Les utilisateurs ayant accès à ce lien peuvent effectuer des modifications.
|
|
279
279
|
# Aria label and tooltip for the icon button to email the shared link
|
|
280
280
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel = Envoyer un lien partagé
|
|
281
281
|
# Text shown in share modal when shared link is open to public access
|
|
282
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable =
|
|
282
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable = Ce contenu est public et accessible à toute personne disposant du lien.
|
|
283
283
|
# Label for the button link to open the Shared Link Settings modal
|
|
284
284
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel = Paramètres du lien
|
|
285
285
|
# Label for the toggle to create and delete the shared link
|
package/dist/i18n/hi-IN.js
CHANGED
|
@@ -73,7 +73,7 @@ export default {
|
|
|
73
73
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionInformationBarrierNotice": "सुरक्षा नीति के कारण {count,plural,one{{count} आमंत्रण} other{{count} आमंत्रणों}} को भेजा नहीं जा सकता। {removeLink}",
|
|
74
74
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionNotice": "{count,plural,one{{count} आमंत्रण} other{{count} आमंत्रणों}} को नहीं भेजा जा सकता क्योंकि लागू सुरक्षा नीति के कारण बाहरी सहयोग प्रतिबंधित है। {removeLink}",
|
|
75
75
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel": "जारी रखने के लिए हटाएं",
|
|
76
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators": "
|
|
76
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators": "यह सामग्री बाहरी सहयोगियों के साथ शेयर की जाएगी।",
|
|
77
77
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription": "अपलोड करें, डाउनलोड करें, पूर्वावलोकन करें, शेयर करें, और संपादित करें",
|
|
78
78
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "अपलोड करें, डाउनलोड करें, पूर्वावलोकन करें, शेयर करें, संपादित करें और हटाएं",
|
|
79
79
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "शेयर्ड लिंक ईमेल करें",
|
|
@@ -136,10 +136,10 @@ export default {
|
|
|
136
136
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "लिंक वाले लोग",
|
|
137
137
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "आपके पास लिंक हटाने की अनुमति नहीं है",
|
|
138
138
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "लिंक शेयर करें",
|
|
139
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable": "
|
|
140
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "
|
|
139
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable": "किसी भी व्यक्ति के द्वारा देखने और डाउनलोड करने के लिए सार्वजनिक रूप से उपलब्ध। लिंक से लैस लॉग्ड इन उपयोगकर्ता, संपादित कर सकते हैं।",
|
|
140
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "जिन लोगों के पास इस लिंक का एक्सेस है वे संपादित कर सकते हैं।",
|
|
141
141
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "शेयर्ड लिंक भेजें",
|
|
142
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable": "
|
|
142
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable": "यह सामग्री लिंक के माध्यम से किसी भी व्यक्ति के लिए सार्वजनिक रूप से उपलब्ध है।",
|
|
143
143
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "लिंक सेटिंग",
|
|
144
144
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "शेयर्ड लिंक",
|
|
145
145
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "लिंक बनाएं और कॉपी करें",
|
|
@@ -147,7 +147,7 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestri
|
|
|
147
147
|
# Label for the button that removes restricted contacts
|
|
148
148
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel = जारी रखने के लिए हटाएं
|
|
149
149
|
# Text shown in share modal when there is at least one external collaborator
|
|
150
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators =
|
|
150
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators = यह सामग्री बाहरी सहयोगियों के साथ शेयर की जाएगी।
|
|
151
151
|
# Description for the collaboration role with "Editor" permissions to the item
|
|
152
152
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription = अपलोड करें, डाउनलोड करें, पूर्वावलोकन करें, शेयर करें, और संपादित करें
|
|
153
153
|
# Description for the collaboration role with "Editor" permissions to the folder
|
|
@@ -273,13 +273,13 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabl
|
|
|
273
273
|
# Label for the section to manage the shared link of the file / folder
|
|
274
274
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel = लिंक शेयर करें
|
|
275
275
|
# Text shown in share modal when shared link is editable and is open to public access
|
|
276
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable =
|
|
276
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable = किसी भी व्यक्ति के द्वारा देखने और डाउनलोड करने के लिए सार्वजनिक रूप से उपलब्ध। लिंक से लैस लॉग्ड इन उपयोगकर्ता, संपादित कर सकते हैं।
|
|
277
277
|
# Text shown in share modal when shared link is editable and is open to company access
|
|
278
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable =
|
|
278
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable = जिन लोगों के पास इस लिंक का एक्सेस है वे संपादित कर सकते हैं।
|
|
279
279
|
# Aria label and tooltip for the icon button to email the shared link
|
|
280
280
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel = शेयर्ड लिंक भेजें
|
|
281
281
|
# Text shown in share modal when shared link is open to public access
|
|
282
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable =
|
|
282
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable = यह सामग्री लिंक के माध्यम से किसी भी व्यक्ति के लिए सार्वजनिक रूप से उपलब्ध है।
|
|
283
283
|
# Label for the button link to open the Shared Link Settings modal
|
|
284
284
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel = लिंक सेटिंग
|
|
285
285
|
# Label for the toggle to create and delete the shared link
|
package/dist/i18n/ja-JP.js
CHANGED
|
@@ -73,7 +73,7 @@ export default {
|
|
|
73
73
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionInformationBarrierNotice": "セキュリティポリシーにより、{count, plural, one {{count}件の招待} other {{count}件の招待}}を送信できません。{removeLink}",
|
|
74
74
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionNotice": "適用されているセキュリティポリシーにより外部コラボレーションが制限されているため、{count,plural,one{{count}件の招待} other{{count}件の招待}}を送信できません。{removeLink}",
|
|
75
75
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel": "削除して続行",
|
|
76
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators": "
|
|
76
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators": "このコンテンツは外部コラボレータと共有されます。",
|
|
77
77
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription": "アップロード、ダウンロード、プレビュー、共有、編集が可能です",
|
|
78
78
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "アップロード、ダウンロード、プレビュー、共有、編集、削除が可能です",
|
|
79
79
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "共有リンクをメールで送信",
|
|
@@ -136,10 +136,10 @@ export default {
|
|
|
136
136
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "リンクを知っている全員",
|
|
137
137
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "リンクを削除する権限がありません",
|
|
138
138
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "リンクを共有",
|
|
139
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable": "
|
|
140
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "
|
|
139
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable": "すべてのユーザーに公開され、表示、ダウンロードできます。ログインしたすべてのユーザーはリンクを使用して編集できます。",
|
|
140
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "このリンクへのアクセス権限を持つユーザーが編集できます。",
|
|
141
141
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "共有リンクを送信",
|
|
142
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable": "
|
|
142
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable": "このコンテンツは、リンクを知っている全員に公開されます。",
|
|
143
143
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "リンク設定",
|
|
144
144
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "共有リンク",
|
|
145
145
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "リンクを作成してコピー",
|
|
@@ -147,7 +147,7 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestri
|
|
|
147
147
|
# Label for the button that removes restricted contacts
|
|
148
148
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel = 削除して続行
|
|
149
149
|
# Text shown in share modal when there is at least one external collaborator
|
|
150
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators =
|
|
150
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators = このコンテンツは外部コラボレータと共有されます。
|
|
151
151
|
# Description for the collaboration role with "Editor" permissions to the item
|
|
152
152
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription = アップロード、ダウンロード、プレビュー、共有、編集が可能です
|
|
153
153
|
# Description for the collaboration role with "Editor" permissions to the folder
|
|
@@ -273,13 +273,13 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabl
|
|
|
273
273
|
# Label for the section to manage the shared link of the file / folder
|
|
274
274
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel = リンクを共有
|
|
275
275
|
# Text shown in share modal when shared link is editable and is open to public access
|
|
276
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable =
|
|
276
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable = すべてのユーザーに公開され、表示、ダウンロードできます。ログインしたすべてのユーザーはリンクを使用して編集できます。
|
|
277
277
|
# Text shown in share modal when shared link is editable and is open to company access
|
|
278
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable =
|
|
278
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable = このリンクへのアクセス権限を持つユーザーが編集できます。
|
|
279
279
|
# Aria label and tooltip for the icon button to email the shared link
|
|
280
280
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel = 共有リンクを送信
|
|
281
281
|
# Text shown in share modal when shared link is open to public access
|
|
282
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable =
|
|
282
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable = このコンテンツは、リンクを知っている全員に公開されます。
|
|
283
283
|
# Label for the button link to open the Shared Link Settings modal
|
|
284
284
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel = リンク設定
|
|
285
285
|
# Label for the toggle to create and delete the shared link
|
package/dist/i18n/ko-KR.js
CHANGED
|
@@ -73,7 +73,7 @@ export default {
|
|
|
73
73
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionInformationBarrierNotice": "보안 정책으로 인해 {count,plural,one{{count}개 초대} other{{count}개 초대}}를 보낼 수 없습니다. {removeLink}",
|
|
74
74
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionNotice": "적용된 보안 정책으로 인해 외부 공동 작업이 제한되므로 {count,plural,one{{count}개 초대} other{{count}개 초대}}를 전송할 수 없습니다. {removeLink}",
|
|
75
75
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel": "삭제하고 계속 진행",
|
|
76
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators": "
|
|
76
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators": "이 콘텐츠는 외부 공동 작업자와 공유됩니다.",
|
|
77
77
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription": "업로드, 다운로드, 미리 보기, 공유, 편집",
|
|
78
78
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "업로드, 다운로드, 미리 보기, 공유, 편집, 삭제",
|
|
79
79
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "공유 링크 이메일 전송",
|
|
@@ -136,10 +136,10 @@ export default {
|
|
|
136
136
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "링크를 알려 줄 대상",
|
|
137
137
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "링크를 제거할 수 있는 권한이 없습니다",
|
|
138
138
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "링크 공유",
|
|
139
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable": "
|
|
140
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "
|
|
139
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable": "누구나 보고 다운로드할 수 있도록 공개됩니다. 링크가 있는 모든 로그인 사용자가 편집할 수 있습니다.",
|
|
140
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "이 링크의 액세스 권한이 있는 사용자가 편집할 수 있습니다.",
|
|
141
141
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "공유 링크 전송",
|
|
142
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable": "
|
|
142
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable": "이 콘텐츠는 링크를 아는 모든 사용자가 공개적으로 사용할 수 있습니다.",
|
|
143
143
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "링크 설정",
|
|
144
144
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "공유 링크",
|
|
145
145
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "링크 생성 및 복사",
|
|
@@ -147,7 +147,7 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestri
|
|
|
147
147
|
# Label for the button that removes restricted contacts
|
|
148
148
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel = 삭제하고 계속 진행
|
|
149
149
|
# Text shown in share modal when there is at least one external collaborator
|
|
150
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators =
|
|
150
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators = 이 콘텐츠는 외부 공동 작업자와 공유됩니다.
|
|
151
151
|
# Description for the collaboration role with "Editor" permissions to the item
|
|
152
152
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription = 업로드, 다운로드, 미리 보기, 공유, 편집
|
|
153
153
|
# Description for the collaboration role with "Editor" permissions to the folder
|
|
@@ -273,13 +273,13 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabl
|
|
|
273
273
|
# Label for the section to manage the shared link of the file / folder
|
|
274
274
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel = 링크 공유
|
|
275
275
|
# Text shown in share modal when shared link is editable and is open to public access
|
|
276
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable =
|
|
276
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable = 누구나 보고 다운로드할 수 있도록 공개됩니다. 링크가 있는 모든 로그인 사용자가 편집할 수 있습니다.
|
|
277
277
|
# Text shown in share modal when shared link is editable and is open to company access
|
|
278
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable =
|
|
278
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable = 이 링크의 액세스 권한이 있는 사용자가 편집할 수 있습니다.
|
|
279
279
|
# Aria label and tooltip for the icon button to email the shared link
|
|
280
280
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel = 공유 링크 전송
|
|
281
281
|
# Text shown in share modal when shared link is open to public access
|
|
282
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable =
|
|
282
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable = 이 콘텐츠는 링크를 아는 모든 사용자가 공개적으로 사용할 수 있습니다.
|
|
283
283
|
# Label for the button link to open the Shared Link Settings modal
|
|
284
284
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel = 링크 설정
|
|
285
285
|
# Label for the toggle to create and delete the shared link
|
package/dist/i18n/nl-NL.js
CHANGED
|
@@ -73,7 +73,7 @@ export default {
|
|
|
73
73
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionInformationBarrierNotice": "{count,plural,one{{count} uitnodiging kan} other{{count} uitnodigingen kunnen}} niet worden verzonden vanwege een beveiligingsbeleid. {removeLink}",
|
|
74
74
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionNotice": "{count,plural,one{{count} uitnodiging kan} other{{count} uitnodigingen kunnen}} niet worden verzonden omdat externe samenwerking beperkt is vanwege het toegepaste beveiligingsbeleid. {removeLink}",
|
|
75
75
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel": "Verwijderen om verder te gaan",
|
|
76
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators": "
|
|
76
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators": "Deze inhoud zal worden gedeeld met externe medebewerkers.",
|
|
77
77
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription": "Uploaden, downloaden, voorbeelden bekijken, delen en bewerken",
|
|
78
78
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Uploaden, downloaden, voorbeelden bekijken, delen, bewerken en verwijderen",
|
|
79
79
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "Gedeelde link e-mailen",
|
|
@@ -136,10 +136,10 @@ export default {
|
|
|
136
136
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "Personen met de link",
|
|
137
137
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "U bent niet gemachtigd om de link te verwijderen",
|
|
138
138
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "Link delen",
|
|
139
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable": "
|
|
140
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "
|
|
139
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable": "Openbaar beschikbaar voor iedereen om te bekijken en te downloaden. Alle aangemelde gebruikers met de link kunnen bewerken.",
|
|
140
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "Personen met toegang tot deze link kunnen bewerken.",
|
|
141
141
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "Gedeelde link verzenden",
|
|
142
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable": "
|
|
142
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable": "Deze inhoud is openbaar beschikbaar voor iedereen met de link.",
|
|
143
143
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "Link-instellingen",
|
|
144
144
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "Gedeelde link",
|
|
145
145
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "Link maken en kopiëren",
|
|
@@ -147,7 +147,7 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestri
|
|
|
147
147
|
# Label for the button that removes restricted contacts
|
|
148
148
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel = Verwijderen om verder te gaan
|
|
149
149
|
# Text shown in share modal when there is at least one external collaborator
|
|
150
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators =
|
|
150
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators = Deze inhoud zal worden gedeeld met externe medebewerkers.
|
|
151
151
|
# Description for the collaboration role with "Editor" permissions to the item
|
|
152
152
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription = Uploaden, downloaden, voorbeelden bekijken, delen en bewerken
|
|
153
153
|
# Description for the collaboration role with "Editor" permissions to the folder
|
|
@@ -273,13 +273,13 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabl
|
|
|
273
273
|
# Label for the section to manage the shared link of the file / folder
|
|
274
274
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel = Link delen
|
|
275
275
|
# Text shown in share modal when shared link is editable and is open to public access
|
|
276
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable =
|
|
276
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable = Openbaar beschikbaar voor iedereen om te bekijken en te downloaden. Alle aangemelde gebruikers met de link kunnen bewerken.
|
|
277
277
|
# Text shown in share modal when shared link is editable and is open to company access
|
|
278
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable =
|
|
278
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable = Personen met toegang tot deze link kunnen bewerken.
|
|
279
279
|
# Aria label and tooltip for the icon button to email the shared link
|
|
280
280
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel = Gedeelde link verzenden
|
|
281
281
|
# Text shown in share modal when shared link is open to public access
|
|
282
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable =
|
|
282
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable = Deze inhoud is openbaar beschikbaar voor iedereen met de link.
|
|
283
283
|
# Label for the button link to open the Shared Link Settings modal
|
|
284
284
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel = Link-instellingen
|
|
285
285
|
# Label for the toggle to create and delete the shared link
|
package/dist/i18n/pl-PL.js
CHANGED
|
@@ -73,7 +73,7 @@ export default {
|
|
|
73
73
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionInformationBarrierNotice": "Nie można wysłać {count,plural,one{{count} zaproszenia} other{{count} zaproszenia} few{{count} zaproszeń} many{{count} zaproszeń}} z powodu zasad zabezpieczeń. {removeLink}",
|
|
74
74
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionNotice": "Nie można wysłać {count,plural,one{{count} zaproszenia} other{{count} zaproszenia} few{{count} zaproszeń} many{{count} zaproszeń}} ze względu na ograniczenie współpracy zewnętrznej w wyniku zastosowanych zasad zabezpieczeń. {removeLink}",
|
|
75
75
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel": "Usuń, aby kontynuować",
|
|
76
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators": "
|
|
76
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators": "Ta zawartość zostanie udostępniona zewnętrznym współpracownikom.",
|
|
77
77
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription": "Przekazywanie, pobieranie, wyświetlanie podglądu, udostępnianie i edytowanie",
|
|
78
78
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Przekazywanie, pobieranie, wyświetlanie podglądu, udostępnianie, edytowanie i usuwanie",
|
|
79
79
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "Wyślij łącze udostępnione w wiadomości e-mail",
|
|
@@ -136,10 +136,10 @@ export default {
|
|
|
136
136
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "Osoby dysponujące łączem",
|
|
137
137
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "Nie masz uprawnień do usunięcia łącza",
|
|
138
138
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "Łącze udostępnione",
|
|
139
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable": "
|
|
140
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "
|
|
139
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable": "Publicznie dostępna do wyświetlenia i pobrania przez wszystkich. Wszyscy zalogowani użytkownicy z łączem mogą edytować.",
|
|
140
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "Osoby, które mają dostęp do tego łącza, mogą edytować dokument.",
|
|
141
141
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "Adresy e-mail osób, którym zostanie wysłane łącze udostępnione",
|
|
142
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable": "
|
|
142
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable": "Ta zawartość jest publicznie dostępna dla wszystkich użytkowników dysponujących łączem.",
|
|
143
143
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "Ustawienia łącza",
|
|
144
144
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "Łącze udostępnione",
|
|
145
145
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "Utwórz i skopiuj łącze.",
|
|
@@ -147,7 +147,7 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestri
|
|
|
147
147
|
# Label for the button that removes restricted contacts
|
|
148
148
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel = Usuń, aby kontynuować
|
|
149
149
|
# Text shown in share modal when there is at least one external collaborator
|
|
150
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators =
|
|
150
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators = Ta zawartość zostanie udostępniona zewnętrznym współpracownikom.
|
|
151
151
|
# Description for the collaboration role with "Editor" permissions to the item
|
|
152
152
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription = Przekazywanie, pobieranie, wyświetlanie podglądu, udostępnianie i edytowanie
|
|
153
153
|
# Description for the collaboration role with "Editor" permissions to the folder
|
|
@@ -273,13 +273,13 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabl
|
|
|
273
273
|
# Label for the section to manage the shared link of the file / folder
|
|
274
274
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel = Łącze udostępnione
|
|
275
275
|
# Text shown in share modal when shared link is editable and is open to public access
|
|
276
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable =
|
|
276
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable = Publicznie dostępna do wyświetlenia i pobrania przez wszystkich. Wszyscy zalogowani użytkownicy z łączem mogą edytować.
|
|
277
277
|
# Text shown in share modal when shared link is editable and is open to company access
|
|
278
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable =
|
|
278
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable = Osoby, które mają dostęp do tego łącza, mogą edytować dokument.
|
|
279
279
|
# Aria label and tooltip for the icon button to email the shared link
|
|
280
280
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel = Adresy e-mail osób, którym zostanie wysłane łącze udostępnione
|
|
281
281
|
# Text shown in share modal when shared link is open to public access
|
|
282
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable =
|
|
282
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable = Ta zawartość jest publicznie dostępna dla wszystkich użytkowników dysponujących łączem.
|
|
283
283
|
# Label for the button link to open the Shared Link Settings modal
|
|
284
284
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel = Ustawienia łącza
|
|
285
285
|
# Label for the toggle to create and delete the shared link
|