@box/unified-share-modal 1.31.3 → 1.32.0
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/unified-share-form-modal/collaboration-section/collaboration-section.js +106 -97
- package/dist/esm/lib/components/unified-share-form-modal/collaboration-section/messages.js +4 -0
- package/dist/esm/lib/components/unified-share-form-modal/shared-link-section/messages.js +12 -0
- package/dist/esm/lib/components/unified-share-form-modal/shared-link-section/shared-link-section.js +127 -112
- package/dist/i18n/bn-IN.js +4 -0
- package/dist/i18n/da-DK.js +4 -0
- package/dist/i18n/de-DE.js +4 -0
- package/dist/i18n/en-AU.js +4 -0
- package/dist/i18n/en-CA.js +4 -0
- package/dist/i18n/en-GB.js +4 -0
- package/dist/i18n/en-US.js +4 -0
- package/dist/i18n/en-US.properties +8 -0
- package/dist/i18n/en-x-pseudo.js +4 -0
- package/dist/i18n/es-419.js +4 -0
- package/dist/i18n/es-ES.js +4 -0
- package/dist/i18n/fi-FI.js +4 -0
- package/dist/i18n/fr-CA.js +4 -0
- package/dist/i18n/fr-FR.js +4 -0
- package/dist/i18n/hi-IN.js +4 -0
- package/dist/i18n/it-IT.js +4 -0
- package/dist/i18n/ja-JP.js +4 -0
- package/dist/i18n/json/src/lib/components/unified-share-form-modal/collaboration-section/messages.json +1 -1
- package/dist/i18n/json/src/lib/components/unified-share-form-modal/shared-link-section/messages.json +1 -1
- package/dist/i18n/ko-KR.js +4 -0
- package/dist/i18n/nb-NO.js +4 -0
- package/dist/i18n/nl-NL.js +4 -0
- package/dist/i18n/pl-PL.js +4 -0
- package/dist/i18n/pt-BR.js +4 -0
- package/dist/i18n/ru-RU.js +4 -0
- package/dist/i18n/sv-SE.js +4 -0
- package/dist/i18n/tr-TR.js +4 -0
- package/dist/i18n/zh-CN.js +4 -0
- package/dist/i18n/zh-TW.js +4 -0
- package/dist/styles/collaboration-section.css +1 -1
- package/dist/styles/shared-link-section.css +1 -1
- package/dist/types/lib/components/unified-share-form-modal/collaboration-section/messages.d.ts +5 -0
- package/dist/types/lib/components/unified-share-form-modal/shared-link-section/messages.d.ts +15 -0
- package/package.json +1 -1
package/dist/i18n/de-DE.js
CHANGED
|
@@ -73,6 +73,7 @@ export default {
|
|
|
73
73
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionInformationBarrierNotice": "{count, plural, one {{count} invitation} other {{count} invitations}} cannot be sent due to a security policy. {removeLink}",
|
|
74
74
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionNotice": "{count, plural, one {{count} invitation} other {{count} invitations}} cannot be sent because external collaboration is restricted due to the applied security policy. {removeLink}",
|
|
75
75
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel": "Remove to continue",
|
|
76
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators": "This content will be shared with external collaborators.",
|
|
76
77
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription": "Hochladen, herunterladen, in Vorschau anzeigen, freigeben und bearbeiten",
|
|
77
78
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Hochladen, herunterladen, in der Vorschau anzeigen, freigeben, bearbeiten und löschen",
|
|
78
79
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "Freigabe-Link versenden",
|
|
@@ -135,7 +136,10 @@ export default {
|
|
|
135
136
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "Personen mit diesem Link",
|
|
136
137
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "Sie sind nicht berechtigt, den Link zu entfernen",
|
|
137
138
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "Link freigeben",
|
|
139
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable": "Publicly available for anyone to view and download. Any logged in users with the link can edit.",
|
|
140
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "People who have access to this link can edit.",
|
|
138
141
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "Freigabe-Link senden",
|
|
142
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable": "This content is publicly available to anyone with the link.",
|
|
139
143
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "Link-Einstellungen",
|
|
140
144
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "Freigabe-Link",
|
|
141
145
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "Link erstellen und kopieren",
|
package/dist/i18n/en-AU.js
CHANGED
|
@@ -73,6 +73,7 @@ export default {
|
|
|
73
73
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionInformationBarrierNotice": "{count, plural, one {{count} invitation} other {{count} invitations}} cannot be sent due to a security policy. {removeLink}",
|
|
74
74
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionNotice": "{count, plural, one {{count} invitation} other {{count} invitations}} cannot be sent because external collaboration is restricted due to the applied security policy. {removeLink}",
|
|
75
75
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel": "Remove to continue",
|
|
76
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators": "This content will be shared with external collaborators.",
|
|
76
77
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription": "Upload, download, preview, share, and edit",
|
|
77
78
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Upload, download, preview, share, edit, and delete",
|
|
78
79
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "Email Shared Link",
|
|
@@ -135,7 +136,10 @@ export default {
|
|
|
135
136
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "People with the link",
|
|
136
137
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "You do not have permission to remove the link",
|
|
137
138
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "Share Link",
|
|
139
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable": "Publicly available for anyone to view and download. Any logged in users with the link can edit.",
|
|
140
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "People who have access to this link can edit.",
|
|
138
141
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "Send shared link",
|
|
142
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable": "This content is publicly available to anyone with the link.",
|
|
139
143
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "Link Settings",
|
|
140
144
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "Shared link",
|
|
141
145
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "Create and copy link",
|
package/dist/i18n/en-CA.js
CHANGED
|
@@ -73,6 +73,7 @@ export default {
|
|
|
73
73
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionInformationBarrierNotice": "{count, plural, one {{count} invitation} other {{count} invitations}} cannot be sent due to a security policy. {removeLink}",
|
|
74
74
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionNotice": "{count, plural, one {{count} invitation} other {{count} invitations}} cannot be sent because external collaboration is restricted due to the applied security policy. {removeLink}",
|
|
75
75
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel": "Remove to continue",
|
|
76
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators": "This content will be shared with external collaborators.",
|
|
76
77
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription": "Upload, download, preview, share, and edit",
|
|
77
78
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Upload, download, preview, share, edit, and delete",
|
|
78
79
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "Email Shared Link",
|
|
@@ -135,7 +136,10 @@ export default {
|
|
|
135
136
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "People with the link",
|
|
136
137
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "You do not have permission to remove the link",
|
|
137
138
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "Share Link",
|
|
139
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable": "Publicly available for anyone to view and download. Any logged in users with the link can edit.",
|
|
140
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "People who have access to this link can edit.",
|
|
138
141
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "Send Shared Link",
|
|
142
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable": "This content is publicly available to anyone with the link.",
|
|
139
143
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "Link Settings",
|
|
140
144
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "Shared link",
|
|
141
145
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "Create and copy link",
|
package/dist/i18n/en-GB.js
CHANGED
|
@@ -73,6 +73,7 @@ export default {
|
|
|
73
73
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionInformationBarrierNotice": "{count, plural, one {{count} invitation} other {{count} invitations}} cannot be sent due to a security policy. {removeLink}",
|
|
74
74
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionNotice": "{count, plural, one {{count} invitation} other {{count} invitations}} cannot be sent because external collaboration is restricted due to the applied security policy. {removeLink}",
|
|
75
75
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel": "Remove to continue",
|
|
76
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators": "This content will be shared with external collaborators.",
|
|
76
77
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription": "Upload, download, preview, share, and edit",
|
|
77
78
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Upload, download, preview, share, edit, and delete",
|
|
78
79
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "Email Shared Link",
|
|
@@ -135,7 +136,10 @@ export default {
|
|
|
135
136
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "People with the link",
|
|
136
137
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "You do not have permission to remove the link",
|
|
137
138
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "Share Link",
|
|
139
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable": "Publicly available for anyone to view and download. Any logged in users with the link can edit.",
|
|
140
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "People who have access to this link can edit.",
|
|
138
141
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "Send shared link",
|
|
142
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable": "This content is publicly available to anyone with the link.",
|
|
139
143
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "Link Settings",
|
|
140
144
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "Shared link",
|
|
141
145
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "Create and copy link",
|
package/dist/i18n/en-US.js
CHANGED
|
@@ -73,6 +73,7 @@ export default {
|
|
|
73
73
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionInformationBarrierNotice": "{count, plural, one {{count} invitation} other {{count} invitations}} cannot be sent due to a security policy. {removeLink}",
|
|
74
74
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionNotice": "{count, plural, one {{count} invitation} other {{count} invitations}} cannot be sent because external collaboration is restricted due to the applied security policy. {removeLink}",
|
|
75
75
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel": "Remove to continue",
|
|
76
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators": "This content will be shared with external collaborators.",
|
|
76
77
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription": "Upload, download, preview, share, and edit",
|
|
77
78
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Upload, download, preview, share, edit, and delete",
|
|
78
79
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "Email Shared Link",
|
|
@@ -135,7 +136,10 @@ export default {
|
|
|
135
136
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "People with the link",
|
|
136
137
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "You do not have permission to remove the link",
|
|
137
138
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "Share Link",
|
|
139
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable": "Publicly available for anyone to view and download. Any logged in users with the link can edit.",
|
|
140
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "People who have access to this link can edit.",
|
|
138
141
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "Send Shared Link",
|
|
142
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable": "This content is publicly available to anyone with the link.",
|
|
139
143
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "Link Settings",
|
|
140
144
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "Shared link",
|
|
141
145
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "Create and copy link",
|
|
@@ -146,6 +146,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestri
|
|
|
146
146
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionNotice = {count, plural, one {{count} invitation} other {{count} invitations}} cannot be sent because external collaboration is restricted due to the applied security policy. {removeLink}
|
|
147
147
|
# Label for the button that removes restricted contacts
|
|
148
148
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel = Remove to continue
|
|
149
|
+
# Text shown in share modal when there is at least one external collaborator
|
|
150
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators = This content will be shared with external collaborators.
|
|
149
151
|
# Description for the collaboration role with "Editor" permissions to the item
|
|
150
152
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription = Upload, download, preview, share, and edit
|
|
151
153
|
# Description for the collaboration role with "Editor" permissions to the folder
|
|
@@ -270,8 +272,14 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelL
|
|
|
270
272
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip = You do not have permission to remove the link
|
|
271
273
|
# Label for the section to manage the shared link of the file / folder
|
|
272
274
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel = Share Link
|
|
275
|
+
# Text shown in share modal when shared link is editable and is open to public access
|
|
276
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable = Publicly available for anyone to view and download. Any logged in users with the link can edit.
|
|
277
|
+
# Text shown in share modal when shared link is editable and is open to company access
|
|
278
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable = People who have access to this link can edit.
|
|
273
279
|
# Aria label and tooltip for the icon button to email the shared link
|
|
274
280
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel = Send Shared Link
|
|
281
|
+
# Text shown in share modal when shared link is open to public access
|
|
282
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable = This content is publicly available to anyone with the link.
|
|
275
283
|
# Label for the button link to open the Shared Link Settings modal
|
|
276
284
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel = Link Settings
|
|
277
285
|
# Label for the toggle to create and delete the shared link
|
package/dist/i18n/en-x-pseudo.js
CHANGED
|
@@ -73,6 +73,7 @@ export default {
|
|
|
73
73
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionInformationBarrierNotice": "{count, plural, one {{count} invitation} other {{count} invitations}} cannot be sent due to a security policy. {removeLink}",
|
|
74
74
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionNotice": "{count, plural, one {{count} invitation} other {{count} invitations}} cannot be sent because external collaboration is restricted due to the applied security policy. {removeLink}",
|
|
75
75
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel": "Remove to continue",
|
|
76
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators": "This content will be shared with external collaborators.",
|
|
76
77
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription": "⟦萬萬萬萬萬萬萬萬萬萬萬萬 ŨΡľοαď, ďόŵлĺôāď, Ρяένϊėш, ѕĥáŕе, ąŋď ëďϊτ 國國國國國國國國國國國國⟧",
|
|
77
78
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ŲΡļοǻď, ďоŵηļòāď, Ρяёνĩêш, ѕнãґé, ěďįτ, äиď ďεļёŧě 國國國國國國國國國國國國國國⟧",
|
|
78
79
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "⟦萬萬萬萬萬 Ĕmâĩĺ Ѕĥαřеď Ļîήκ 國國國國國⟧",
|
|
@@ -135,7 +136,10 @@ export default {
|
|
|
135
136
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "⟦萬萬萬萬萬 PĕόΡļε ẁίţĥ ţĥē ľіňκ 國國國國國⟧",
|
|
136
137
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 Ỳοü ďο ńόŧ ĥανē Ρëŕmϊşşїоŋ ťõ ŗémόνë ţнε ļĭńķ 國國國國國國國國國國國國國⟧",
|
|
137
138
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "⟦萬萬 Ŝħáяε Ļíņк 國國⟧",
|
|
139
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable": "Publicly available for anyone to view and download. Any logged in users with the link can edit.",
|
|
140
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "People who have access to this link can edit.",
|
|
138
141
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "⟦萬萬萬萬 Şéŋď Ŝĥάřеď Ľίлк 國國國國⟧",
|
|
142
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable": "This content is publicly available to anyone with the link.",
|
|
139
143
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "⟦萬萬萬 Ŀĩņκ Ŝєťţїпġŝ 國國國⟧",
|
|
140
144
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "⟦萬萬萬 Ѕнàгεď ľîйκ 國國國⟧",
|
|
141
145
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "⟦萬萬萬萬萬 Ĉѓёąτё ãиď čõΡў ļїйκ 國國國國國⟧",
|
package/dist/i18n/es-419.js
CHANGED
|
@@ -73,6 +73,7 @@ export default {
|
|
|
73
73
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionInformationBarrierNotice": "{count, plural, one {{count} invitation} other {{count} invitations}} cannot be sent due to a security policy. {removeLink}",
|
|
74
74
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionNotice": "{count, plural, one {{count} invitation} other {{count} invitations}} cannot be sent because external collaboration is restricted due to the applied security policy. {removeLink}",
|
|
75
75
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel": "Remove to continue",
|
|
76
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators": "This content will be shared with external collaborators.",
|
|
76
77
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription": "Cargar, descargar, previsualizar, compartir y editar",
|
|
77
78
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Cargar, descargar, previsualizar, compartir, editar y eliminar",
|
|
78
79
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "Enviar enlace compartido por correo electrónico",
|
|
@@ -135,7 +136,10 @@ export default {
|
|
|
135
136
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "Personas con el enlace",
|
|
136
137
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "No tiene permiso para eliminar el enlace",
|
|
137
138
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "Compartir enlace",
|
|
139
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable": "Publicly available for anyone to view and download. Any logged in users with the link can edit.",
|
|
140
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "People who have access to this link can edit.",
|
|
138
141
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "Enviar enlace compartido",
|
|
142
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable": "This content is publicly available to anyone with the link.",
|
|
139
143
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "Configuración del enlace",
|
|
140
144
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "Enlace compartido",
|
|
141
145
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "Crear y copiar el enlace",
|
package/dist/i18n/es-ES.js
CHANGED
|
@@ -73,6 +73,7 @@ export default {
|
|
|
73
73
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionInformationBarrierNotice": "{count, plural, one {{count} invitation} other {{count} invitations}} cannot be sent due to a security policy. {removeLink}",
|
|
74
74
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionNotice": "{count, plural, one {{count} invitation} other {{count} invitations}} cannot be sent because external collaboration is restricted due to the applied security policy. {removeLink}",
|
|
75
75
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel": "Remove to continue",
|
|
76
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators": "This content will be shared with external collaborators.",
|
|
76
77
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription": "Cargar, descargar, previsualizar, compartir y editar",
|
|
77
78
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Cargar, descargar, previsualizar, compartir, editar y eliminar",
|
|
78
79
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "Enviar enlace compartido por correo electrónico",
|
|
@@ -135,7 +136,10 @@ export default {
|
|
|
135
136
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "Personas con el enlace",
|
|
136
137
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "No tiene permiso para eliminar el enlace",
|
|
137
138
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "Compartir enlace",
|
|
139
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable": "Publicly available for anyone to view and download. Any logged in users with the link can edit.",
|
|
140
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "People who have access to this link can edit.",
|
|
138
141
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "Enviar enlace compartido",
|
|
142
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable": "This content is publicly available to anyone with the link.",
|
|
139
143
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "Configuración del enlace",
|
|
140
144
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "Enlace compartido",
|
|
141
145
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "Crear y copiar el enlace",
|
package/dist/i18n/fi-FI.js
CHANGED
|
@@ -73,6 +73,7 @@ export default {
|
|
|
73
73
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionInformationBarrierNotice": "{count, plural, one {{count} invitation} other {{count} invitations}} cannot be sent due to a security policy. {removeLink}",
|
|
74
74
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionNotice": "{count, plural, one {{count} invitation} other {{count} invitations}} cannot be sent because external collaboration is restricted due to the applied security policy. {removeLink}",
|
|
75
75
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel": "Remove to continue",
|
|
76
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators": "This content will be shared with external collaborators.",
|
|
76
77
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription": "Lataa, hae, jaa, esikatsele ja muokkaa",
|
|
77
78
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Lataa, esikatsele, jaa, muokkaa ja poista tiedostoja",
|
|
78
79
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "Lähetä jaettu linkki",
|
|
@@ -135,7 +136,10 @@ export default {
|
|
|
135
136
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "Käyttäjät, joilla on linkki",
|
|
136
137
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "Sinulla ei ole oikeutta poistaa linkkiä",
|
|
137
138
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "Jakolinkki",
|
|
139
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable": "Publicly available for anyone to view and download. Any logged in users with the link can edit.",
|
|
140
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "People who have access to this link can edit.",
|
|
138
141
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "Lähetä jaettu linkki",
|
|
142
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable": "This content is publicly available to anyone with the link.",
|
|
139
143
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "Linkkiasetukset",
|
|
140
144
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "Jaettu linkki",
|
|
141
145
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "Luo ja kopioi linkki",
|
package/dist/i18n/fr-CA.js
CHANGED
|
@@ -73,6 +73,7 @@ export default {
|
|
|
73
73
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionInformationBarrierNotice": "{count, plural, one {{count} invitation} other {{count} invitations}} cannot be sent due to a security policy. {removeLink}",
|
|
74
74
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionNotice": "{count, plural, one {{count} invitation} other {{count} invitations}} cannot be sent because external collaboration is restricted due to the applied security policy. {removeLink}",
|
|
75
75
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel": "Remove to continue",
|
|
76
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators": "This content will be shared with external collaborators.",
|
|
76
77
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription": "Charger, télécharger, prévisualiser, partager et modifier",
|
|
77
78
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Charger, télécharger, prévisualiser, partager, modifier et supprimer",
|
|
78
79
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "Envoyer un lien partagé par e-mail",
|
|
@@ -135,7 +136,10 @@ export default {
|
|
|
135
136
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "Utilisateurs disposant du lien",
|
|
136
137
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "Vous ne disposez pas de l'autorisation nécessaire pour supprimer le lien",
|
|
137
138
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "Lien de partage",
|
|
139
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable": "Publicly available for anyone to view and download. Any logged in users with the link can edit.",
|
|
140
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "People who have access to this link can edit.",
|
|
138
141
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "Envoyer un lien partagé",
|
|
142
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable": "This content is publicly available to anyone with the link.",
|
|
139
143
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "Paramètres du lien",
|
|
140
144
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "Lien partagé",
|
|
141
145
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "Créer et copier le lien",
|
package/dist/i18n/fr-FR.js
CHANGED
|
@@ -73,6 +73,7 @@ export default {
|
|
|
73
73
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionInformationBarrierNotice": "{count, plural, one {{count} invitation} other {{count} invitations}} cannot be sent due to a security policy. {removeLink}",
|
|
74
74
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionNotice": "{count, plural, one {{count} invitation} other {{count} invitations}} cannot be sent because external collaboration is restricted due to the applied security policy. {removeLink}",
|
|
75
75
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel": "Remove to continue",
|
|
76
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators": "This content will be shared with external collaborators.",
|
|
76
77
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription": "Charger, télécharger, prévisualiser, partager et modifier",
|
|
77
78
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Charger, télécharger, prévisualiser, partager, modifier et supprimer",
|
|
78
79
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "Envoyer un lien partagé par e-mail",
|
|
@@ -135,7 +136,10 @@ export default {
|
|
|
135
136
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "Utilisateurs disposant du lien",
|
|
136
137
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "Vous ne disposez pas de l'autorisation nécessaire pour supprimer le lien",
|
|
137
138
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "Lien de partage",
|
|
139
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable": "Publicly available for anyone to view and download. Any logged in users with the link can edit.",
|
|
140
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "People who have access to this link can edit.",
|
|
138
141
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "Envoyer un lien partagé",
|
|
142
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable": "This content is publicly available to anyone with the link.",
|
|
139
143
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "Paramètres du lien",
|
|
140
144
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "Lien partagé",
|
|
141
145
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "Créer et copier le lien",
|
package/dist/i18n/hi-IN.js
CHANGED
|
@@ -73,6 +73,7 @@ export default {
|
|
|
73
73
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionInformationBarrierNotice": "{count, plural, one {{count} invitation} other {{count} invitations}} cannot be sent due to a security policy. {removeLink}",
|
|
74
74
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionNotice": "{count, plural, one {{count} invitation} other {{count} invitations}} cannot be sent because external collaboration is restricted due to the applied security policy. {removeLink}",
|
|
75
75
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel": "Remove to continue",
|
|
76
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators": "This content will be shared with external collaborators.",
|
|
76
77
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription": "अपलोड करें, डाउनलोड करें, पूर्वावलोकन करें, शेयर करें, और संपादित करें",
|
|
77
78
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "अपलोड करें, डाउनलोड करें, पूर्वावलोकन करें, शेयर करें, संपादित करें और हटाएं",
|
|
78
79
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "शेयर्ड लिंक ईमेल करें",
|
|
@@ -135,7 +136,10 @@ export default {
|
|
|
135
136
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "लिंक वाले लोग",
|
|
136
137
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "आपके पास लिंक हटाने की अनुमति नहीं है",
|
|
137
138
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "लिंक शेयर करें",
|
|
139
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable": "Publicly available for anyone to view and download. Any logged in users with the link can edit.",
|
|
140
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "People who have access to this link can edit.",
|
|
138
141
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "शेयर्ड लिंक भेजें",
|
|
142
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable": "This content is publicly available to anyone with the link.",
|
|
139
143
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "लिंक सेटिंग",
|
|
140
144
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "शेयर्ड लिंक",
|
|
141
145
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "लिंक बनाएं और कॉपी करें",
|
package/dist/i18n/it-IT.js
CHANGED
|
@@ -73,6 +73,7 @@ export default {
|
|
|
73
73
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionInformationBarrierNotice": "{count, plural, one {{count} invitation} other {{count} invitations}} cannot be sent due to a security policy. {removeLink}",
|
|
74
74
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionNotice": "{count, plural, one {{count} invitation} other {{count} invitations}} cannot be sent because external collaboration is restricted due to the applied security policy. {removeLink}",
|
|
75
75
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel": "Remove to continue",
|
|
76
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators": "This content will be shared with external collaborators.",
|
|
76
77
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription": "Upload, download, anteprima, condivisione e modifica",
|
|
77
78
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Upload, download, anteprima, condivisione, modifica ed eliminazione",
|
|
78
79
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "E-mail per collegamento condiviso",
|
|
@@ -135,7 +136,10 @@ export default {
|
|
|
135
136
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "Persone che dispongono del collegamento",
|
|
136
137
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "Non hai l'autorizzazione per rimuovere il collegamento",
|
|
137
138
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "Condivisione collegamento",
|
|
139
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable": "Publicly available for anyone to view and download. Any logged in users with the link can edit.",
|
|
140
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "People who have access to this link can edit.",
|
|
138
141
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "Invia collegamento condiviso",
|
|
142
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable": "This content is publicly available to anyone with the link.",
|
|
139
143
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "Impostazioni collegamento",
|
|
140
144
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "Collegamento condiviso",
|
|
141
145
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "Crea e copia il collegamento",
|
package/dist/i18n/ja-JP.js
CHANGED
|
@@ -73,6 +73,7 @@ export default {
|
|
|
73
73
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionInformationBarrierNotice": "{count, plural, one {{count} invitation} other {{count} invitations}} cannot be sent due to a security policy. {removeLink}",
|
|
74
74
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionNotice": "{count, plural, one {{count} invitation} other {{count} invitations}} cannot be sent because external collaboration is restricted due to the applied security policy. {removeLink}",
|
|
75
75
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel": "Remove to continue",
|
|
76
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators": "This content will be shared with external collaborators.",
|
|
76
77
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription": "アップロード、ダウンロード、プレビュー、共有、編集が可能です",
|
|
77
78
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "アップロード、ダウンロード、プレビュー、共有、編集、削除が可能です",
|
|
78
79
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "共有リンクをメールで送信",
|
|
@@ -135,7 +136,10 @@ export default {
|
|
|
135
136
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "リンクを知っている全員",
|
|
136
137
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "リンクを削除する権限がありません",
|
|
137
138
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "リンクを共有",
|
|
139
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable": "Publicly available for anyone to view and download. Any logged in users with the link can edit.",
|
|
140
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "People who have access to this link can edit.",
|
|
138
141
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "共有リンクを送信",
|
|
142
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable": "This content is publicly available to anyone with the link.",
|
|
139
143
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "リンク設定",
|
|
140
144
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "共有リンク",
|
|
141
145
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "リンクを作成してコピー",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
[{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.cancelButton","description":"Button text to cancel inviting collaborators to the file / folder","defaultMessage":"Cancel"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.closeButton","description":"Aria label for the button to close the Unified Share Modal","defaultMessage":"Close"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.clearButton","description":"Aria label for the button to clear the input field for selecting users","defaultMessage":"Clear"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.sendButton","description":"Button text to invite collaborators to the file / folder","defaultMessage":"Send"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel","description":"Aria label for the loading indicator of the Unified Share Modal","defaultMessage":"Loading"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel","description":"Label for the field to select users to collaborate with on an item","defaultMessage":"Invite People"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder","description":"Placeholder for the field to select users to collaborate with on an item","defaultMessage":"Add names or email addresses"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel","description":"Label for the field to select users to email the shared link of the item","defaultMessage":"Email Shared Link"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel","description":"Label for the button to select the collaboration role of the new collaborator","defaultMessage":"Invite as {role}"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.sharedWithLabel","description":"Label for the button to view the list of collaborators shared with on the item","defaultMessage":"Shared with"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.shareMessageLabel","description":"Label for the text field to include a message when sharing an item","defaultMessage":"Message (optional)"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.shareMessagePlaceholder","description":"Placeholder for the text field to include a message when sharing an item","defaultMessage":"Add a message"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.shareMessageCharacterCountAriaLabel","description":"Aria label for the text field to include a message when sharing an item","defaultMessage":"{count} characters remaining"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.coOwnerDescription","description":"Description for the collaboration role with \"Co-owner\" permissions to the item","defaultMessage":"Manage security, upload, download, preview, share, edit, and delete"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription","description":"Description for the collaboration role with \"Editor\" permissions to the item","defaultMessage":"Upload, download, preview, share, and edit"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription","description":"Description for the collaboration role with \"Editor\" permissions to the folder","defaultMessage":"Upload, download, preview, share, edit, and delete"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.viewerUploaderDescription","description":"Description for the collaboration role with \"Viewer Uploader\" permissions to the item","defaultMessage":"Upload, download, preview, share, and edit"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerUploaderDescription","description":"Description for the collaboration role with \"Previewer Uploader\" permissions to the item","defaultMessage":"Upload and preview"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.viewerDescription","description":"Description for the collaboration role with \"Viewer\" permissions to the item","defaultMessage":"Download, preview, and share"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerDescription","description":"Description for the collaboration role with \"Previewer\" permissions to the item","defaultMessage":"Preview-only"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.uploaderDescription","description":"Description for the collaboration role with \"Uploader\" permissions to the item","defaultMessage":"Upload-only"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip","description":"Tooltip on the collaboration form when the user does not have permission to invite collaborators","defaultMessage":"You do not have permission to invite collaborators"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip","description":"Tooltip on the collaboration form when the item is a bookmark","defaultMessage":"Collaborators cannot be added to bookmarks"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justifiableContactRestrictionNotice","description":"Text for the notice when there are collaboration restrictions and business justifications are allowed","defaultMessage":"This content requires a business justification for {count, plural, one {{count} invitation} other {{count} invitations}}. Please select a business justification below. {justificationSelect} {removeLink}"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justifiableContactRestrictionRemoveButtonLabel","description":"Label for the button that removes restricted contacts when justifications are allowed","defaultMessage":"Alternatively, remove to continue"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionNotice","description":"Text for the notice when there are collaboration restrictions","defaultMessage":"{count, plural, one {{count} invitation} other {{count} invitations}} cannot be sent because external collaboration is restricted due to the applied security policy. {removeLink}"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionInformationBarrierNotice","description":"Text for the notice when there are Information Barrier collaboration restrictions","defaultMessage":"{count, plural, one {{count} invitation} other {{count} invitations}} cannot be sent due to a security policy. {removeLink}"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel","description":"Label for the button that removes restricted contacts","defaultMessage":"Remove to continue"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justificationSelectPlaceholder","description":"Placeholder text for the dropdown to select a business justification reason","defaultMessage":"Select Justification"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingJustificationReasonsLabel","description":"Aria label for the loading indicator when fetching justification reasons","defaultMessage":"Loading justification reasons"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.errorNoticeIconAriaLabel","description":"Aria label for the error icon in the inline notice","defaultMessage":"Error"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.businessJustification","description":"Title for the dropdown to select a business justification reason","defaultMessage":"Business Justification"}]
|
|
1
|
+
[{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.cancelButton","description":"Button text to cancel inviting collaborators to the file / folder","defaultMessage":"Cancel"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.closeButton","description":"Aria label for the button to close the Unified Share Modal","defaultMessage":"Close"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.clearButton","description":"Aria label for the button to clear the input field for selecting users","defaultMessage":"Clear"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators","description":"Text shown in share modal when there is at least one external collaborator","defaultMessage":"This content will be shared with external collaborators."},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.sendButton","description":"Button text to invite collaborators to the file / folder","defaultMessage":"Send"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel","description":"Aria label for the loading indicator of the Unified Share Modal","defaultMessage":"Loading"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel","description":"Label for the field to select users to collaborate with on an item","defaultMessage":"Invite People"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder","description":"Placeholder for the field to select users to collaborate with on an item","defaultMessage":"Add names or email addresses"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel","description":"Label for the field to select users to email the shared link of the item","defaultMessage":"Email Shared Link"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel","description":"Label for the button to select the collaboration role of the new collaborator","defaultMessage":"Invite as {role}"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.sharedWithLabel","description":"Label for the button to view the list of collaborators shared with on the item","defaultMessage":"Shared with"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.shareMessageLabel","description":"Label for the text field to include a message when sharing an item","defaultMessage":"Message (optional)"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.shareMessagePlaceholder","description":"Placeholder for the text field to include a message when sharing an item","defaultMessage":"Add a message"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.shareMessageCharacterCountAriaLabel","description":"Aria label for the text field to include a message when sharing an item","defaultMessage":"{count} characters remaining"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.coOwnerDescription","description":"Description for the collaboration role with \"Co-owner\" permissions to the item","defaultMessage":"Manage security, upload, download, preview, share, edit, and delete"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription","description":"Description for the collaboration role with \"Editor\" permissions to the item","defaultMessage":"Upload, download, preview, share, and edit"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription","description":"Description for the collaboration role with \"Editor\" permissions to the folder","defaultMessage":"Upload, download, preview, share, edit, and delete"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.viewerUploaderDescription","description":"Description for the collaboration role with \"Viewer Uploader\" permissions to the item","defaultMessage":"Upload, download, preview, share, and edit"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerUploaderDescription","description":"Description for the collaboration role with \"Previewer Uploader\" permissions to the item","defaultMessage":"Upload and preview"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.viewerDescription","description":"Description for the collaboration role with \"Viewer\" permissions to the item","defaultMessage":"Download, preview, and share"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerDescription","description":"Description for the collaboration role with \"Previewer\" permissions to the item","defaultMessage":"Preview-only"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.uploaderDescription","description":"Description for the collaboration role with \"Uploader\" permissions to the item","defaultMessage":"Upload-only"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip","description":"Tooltip on the collaboration form when the user does not have permission to invite collaborators","defaultMessage":"You do not have permission to invite collaborators"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip","description":"Tooltip on the collaboration form when the item is a bookmark","defaultMessage":"Collaborators cannot be added to bookmarks"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justifiableContactRestrictionNotice","description":"Text for the notice when there are collaboration restrictions and business justifications are allowed","defaultMessage":"This content requires a business justification for {count, plural, one {{count} invitation} other {{count} invitations}}. Please select a business justification below. {justificationSelect} {removeLink}"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justifiableContactRestrictionRemoveButtonLabel","description":"Label for the button that removes restricted contacts when justifications are allowed","defaultMessage":"Alternatively, remove to continue"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionNotice","description":"Text for the notice when there are collaboration restrictions","defaultMessage":"{count, plural, one {{count} invitation} other {{count} invitations}} cannot be sent because external collaboration is restricted due to the applied security policy. {removeLink}"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionInformationBarrierNotice","description":"Text for the notice when there are Information Barrier collaboration restrictions","defaultMessage":"{count, plural, one {{count} invitation} other {{count} invitations}} cannot be sent due to a security policy. {removeLink}"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel","description":"Label for the button that removes restricted contacts","defaultMessage":"Remove to continue"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justificationSelectPlaceholder","description":"Placeholder text for the dropdown to select a business justification reason","defaultMessage":"Select Justification"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingJustificationReasonsLabel","description":"Aria label for the loading indicator when fetching justification reasons","defaultMessage":"Loading justification reasons"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.errorNoticeIconAriaLabel","description":"Aria label for the error icon in the inline notice","defaultMessage":"Error"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.businessJustification","description":"Title for the dropdown to select a business justification reason","defaultMessage":"Business Justification"}]
|
package/dist/i18n/json/src/lib/components/unified-share-form-modal/shared-link-section/messages.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
[{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel","description":"Label for the section to manage the shared link of the file / folder","defaultMessage":"Share Link"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel","description":"Label for the toggle to create and delete the shared link","defaultMessage":"Shared link"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip","description":"Tooltip on the disabled toggle to create a new shared link","defaultMessage":"Create and copy link"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.createLinkDisabledTooltip","description":"Tooltip on the shared link toggle when the user does not have permission to create the link","defaultMessage":"You do not have permission to create the link"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip","description":"Tooltip on the shared link toggle when the user does not have permission to remove the link","defaultMessage":"You do not have permission to remove the link"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel","description":"Label for the button link to open the Shared Link Settings modal","defaultMessage":"Link Settings"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkUrlLabel","description":"Label for the text field of the URL for sharing the file / folder","defaultMessage":"Shared link URL"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel","description":"Aria label and tooltip for the icon button to email the shared link","defaultMessage":"Send Shared Link"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconLabel","description":"Label for the icon button to indicate the shared link has an expiration date","defaultMessage":"Expires"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconTooltip","description":"Tooltip for the icon button to indicate the shared link has an expiration date","defaultMessage":"This link will expire and be inaccessible on {expirationDate}"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel","description":"Label for the access level where anyone with the URL can access the item","defaultMessage":"People with the link"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription","description":"Description for the access level where anyone with the URL can access the item","defaultMessage":"Publicly accessible and no sign-in required"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelLabel","description":"Label for the access level where users in the company can access the item","defaultMessage":"People in your company"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription","description":"Description for the access level where users in the company can access the item","defaultMessage":"Anyone in your company with the link or people invited to this {item} can access"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelLabel","description":"Label for the access level where users in the enterprise can access the item","defaultMessage":"People in {enterprise}"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelDescription","description":"Description for the access level where users in the enterprise can access the item","defaultMessage":"Anyone at {enterprise} with the link or people invited to this {item} can access"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel","description":"Label for the access level where only invited users can access the item","defaultMessage":"Invited people only"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription","description":"Description for the access level where only invited users can access the item","defaultMessage":"Only invited people can access this {item}"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.fileAccessLevelItem","description":"Text inserted in the access level descriptions when the type of the item is a file","defaultMessage":"file"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.folderAccessLevelItem","description":"Text inserted in the access level descriptions when the type of the item is a folder","defaultMessage":"folder"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem","description":"Text inserted in the access level descriptions when the type of the item is a hub","defaultMessage":"hub"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.webLinkAccessLevelItem","description":"Text inserted in the access level descriptions when the type of the item is a bookmark","defaultMessage":"bookmark"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.disabledAccessLevelTooltip","description":"Tooltip on an access level that has been disabled due to a security policy in the enterprise","defaultMessage":"This option is not available due to a security policy"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel","description":"Label for the permission level where shared link users can edit the item","defaultMessage":"Can edit"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel","description":"Label for the permission level where shared link users can download the item","defaultMessage":"Can view and download"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel","description":"Label for the permission level where shared link users can preview the item","defaultMessage":"Can view only"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip","description":"Tooltip on the can edit permission level when it is disabled for Box Notes","defaultMessage":"This permission can only be changed in Box Notes"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText","description":"Text for the create and copy shared link notification when copy failed but creation succeeded.","defaultMessage":"Shared link created. Click Copy to share."},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText","description":"Notification text when the shared link is successfully copied to clipboard after link is created","defaultMessage":"Shared link created and copied to clipboard."},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText","description":"Notification text when the shared link is successfully copied to clipboard","defaultMessage":"Shared link copied to clipboard."}]
|
|
1
|
+
[{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel","description":"Label for the section to manage the shared link of the file / folder","defaultMessage":"Share Link"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel","description":"Label for the toggle to create and delete the shared link","defaultMessage":"Shared link"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip","description":"Tooltip on the disabled toggle to create a new shared link","defaultMessage":"Create and copy link"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.createLinkDisabledTooltip","description":"Tooltip on the shared link toggle when the user does not have permission to create the link","defaultMessage":"You do not have permission to create the link"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip","description":"Tooltip on the shared link toggle when the user does not have permission to remove the link","defaultMessage":"You do not have permission to remove the link"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel","description":"Label for the button link to open the Shared Link Settings modal","defaultMessage":"Link Settings"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkUrlLabel","description":"Label for the text field of the URL for sharing the file / folder","defaultMessage":"Shared link URL"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel","description":"Aria label and tooltip for the icon button to email the shared link","defaultMessage":"Send Shared Link"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable","description":"Text shown in share modal when shared link is open to public access","defaultMessage":"This content is publicly available to anyone with the link."},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable","description":"Text shown in share modal when shared link is editable and is open to public access","defaultMessage":"Publicly available for anyone to view and download. Any logged in users with the link can edit."},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable","description":"Text shown in share modal when shared link is editable and is open to company access","defaultMessage":"People who have access to this link can edit."},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconLabel","description":"Label for the icon button to indicate the shared link has an expiration date","defaultMessage":"Expires"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconTooltip","description":"Tooltip for the icon button to indicate the shared link has an expiration date","defaultMessage":"This link will expire and be inaccessible on {expirationDate}"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel","description":"Label for the access level where anyone with the URL can access the item","defaultMessage":"People with the link"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription","description":"Description for the access level where anyone with the URL can access the item","defaultMessage":"Publicly accessible and no sign-in required"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelLabel","description":"Label for the access level where users in the company can access the item","defaultMessage":"People in your company"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription","description":"Description for the access level where users in the company can access the item","defaultMessage":"Anyone in your company with the link or people invited to this {item} can access"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelLabel","description":"Label for the access level where users in the enterprise can access the item","defaultMessage":"People in {enterprise}"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelDescription","description":"Description for the access level where users in the enterprise can access the item","defaultMessage":"Anyone at {enterprise} with the link or people invited to this {item} can access"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel","description":"Label for the access level where only invited users can access the item","defaultMessage":"Invited people only"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription","description":"Description for the access level where only invited users can access the item","defaultMessage":"Only invited people can access this {item}"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.fileAccessLevelItem","description":"Text inserted in the access level descriptions when the type of the item is a file","defaultMessage":"file"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.folderAccessLevelItem","description":"Text inserted in the access level descriptions when the type of the item is a folder","defaultMessage":"folder"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem","description":"Text inserted in the access level descriptions when the type of the item is a hub","defaultMessage":"hub"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.webLinkAccessLevelItem","description":"Text inserted in the access level descriptions when the type of the item is a bookmark","defaultMessage":"bookmark"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.disabledAccessLevelTooltip","description":"Tooltip on an access level that has been disabled due to a security policy in the enterprise","defaultMessage":"This option is not available due to a security policy"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel","description":"Label for the permission level where shared link users can edit the item","defaultMessage":"Can edit"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel","description":"Label for the permission level where shared link users can download the item","defaultMessage":"Can view and download"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel","description":"Label for the permission level where shared link users can preview the item","defaultMessage":"Can view only"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip","description":"Tooltip on the can edit permission level when it is disabled for Box Notes","defaultMessage":"This permission can only be changed in Box Notes"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText","description":"Text for the create and copy shared link notification when copy failed but creation succeeded.","defaultMessage":"Shared link created. Click Copy to share."},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText","description":"Notification text when the shared link is successfully copied to clipboard after link is created","defaultMessage":"Shared link created and copied to clipboard."},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText","description":"Notification text when the shared link is successfully copied to clipboard","defaultMessage":"Shared link copied to clipboard."}]
|
package/dist/i18n/ko-KR.js
CHANGED
|
@@ -73,6 +73,7 @@ export default {
|
|
|
73
73
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionInformationBarrierNotice": "{count, plural, one {{count} invitation} other {{count} invitations}} cannot be sent due to a security policy. {removeLink}",
|
|
74
74
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionNotice": "{count, plural, one {{count} invitation} other {{count} invitations}} cannot be sent because external collaboration is restricted due to the applied security policy. {removeLink}",
|
|
75
75
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel": "Remove to continue",
|
|
76
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators": "This content will be shared with external collaborators.",
|
|
76
77
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription": "업로드, 다운로드, 미리 보기, 공유, 편집",
|
|
77
78
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "업로드, 다운로드, 미리 보기, 공유, 편집, 삭제",
|
|
78
79
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "공유 링크 이메일 전송",
|
|
@@ -135,7 +136,10 @@ export default {
|
|
|
135
136
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "링크를 알려 줄 대상",
|
|
136
137
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "링크를 제거할 수 있는 권한이 없습니다",
|
|
137
138
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "링크 공유",
|
|
139
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable": "Publicly available for anyone to view and download. Any logged in users with the link can edit.",
|
|
140
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "People who have access to this link can edit.",
|
|
138
141
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "공유 링크 전송",
|
|
142
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable": "This content is publicly available to anyone with the link.",
|
|
139
143
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "링크 설정",
|
|
140
144
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "공유 링크",
|
|
141
145
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "링크 생성 및 복사",
|
package/dist/i18n/nb-NO.js
CHANGED
|
@@ -73,6 +73,7 @@ export default {
|
|
|
73
73
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionInformationBarrierNotice": "{count, plural, one {{count} invitation} other {{count} invitations}} cannot be sent due to a security policy. {removeLink}",
|
|
74
74
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionNotice": "{count, plural, one {{count} invitation} other {{count} invitations}} cannot be sent because external collaboration is restricted due to the applied security policy. {removeLink}",
|
|
75
75
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel": "Remove to continue",
|
|
76
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators": "This content will be shared with external collaborators.",
|
|
76
77
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription": "Opplasting, nedlasting, forhåndsvisning, deling og redigering",
|
|
77
78
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Opplasting, nedlasting, forhåndsvisning, deling, redigering og sletting",
|
|
78
79
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "Send delt kobling via e-post",
|
|
@@ -135,7 +136,10 @@ export default {
|
|
|
135
136
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "Personer med koblingen",
|
|
136
137
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "Du har ikke tillatelse til å fjerne koblingen",
|
|
137
138
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "Delingskobling",
|
|
139
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable": "Publicly available for anyone to view and download. Any logged in users with the link can edit.",
|
|
140
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "People who have access to this link can edit.",
|
|
138
141
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "Send delt kobling",
|
|
142
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable": "This content is publicly available to anyone with the link.",
|
|
139
143
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "Koblingsinnstillinger",
|
|
140
144
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "Delt kobling",
|
|
141
145
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "Opprett og kopier kobling",
|
package/dist/i18n/nl-NL.js
CHANGED
|
@@ -73,6 +73,7 @@ export default {
|
|
|
73
73
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionInformationBarrierNotice": "{count, plural, one {{count} invitation} other {{count} invitations}} cannot be sent due to a security policy. {removeLink}",
|
|
74
74
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionNotice": "{count, plural, one {{count} invitation} other {{count} invitations}} cannot be sent because external collaboration is restricted due to the applied security policy. {removeLink}",
|
|
75
75
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel": "Remove to continue",
|
|
76
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators": "This content will be shared with external collaborators.",
|
|
76
77
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription": "Uploaden, downloaden, voorbeelden bekijken, delen en bewerken",
|
|
77
78
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Uploaden, downloaden, voorbeelden bekijken, delen, bewerken en verwijderen",
|
|
78
79
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "Gedeelde link e-mailen",
|
|
@@ -135,7 +136,10 @@ export default {
|
|
|
135
136
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "Personen met de link",
|
|
136
137
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "U bent niet gemachtigd om de link te verwijderen",
|
|
137
138
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "Link delen",
|
|
139
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable": "Publicly available for anyone to view and download. Any logged in users with the link can edit.",
|
|
140
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "People who have access to this link can edit.",
|
|
138
141
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "Gedeelde link verzenden",
|
|
142
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable": "This content is publicly available to anyone with the link.",
|
|
139
143
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "Link-instellingen",
|
|
140
144
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "Gedeelde link",
|
|
141
145
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "Link maken en kopiëren",
|
package/dist/i18n/pl-PL.js
CHANGED
|
@@ -73,6 +73,7 @@ export default {
|
|
|
73
73
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionInformationBarrierNotice": "{count, plural, one {{count} invitation} other {{count} invitations}} cannot be sent due to a security policy. {removeLink}",
|
|
74
74
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionNotice": "{count, plural, one {{count} invitation} other {{count} invitations}} cannot be sent because external collaboration is restricted due to the applied security policy. {removeLink}",
|
|
75
75
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel": "Remove to continue",
|
|
76
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators": "This content will be shared with external collaborators.",
|
|
76
77
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription": "Przekazywanie, pobieranie, wyświetlanie podglądu, udostępnianie i edytowanie",
|
|
77
78
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Przekazywanie, pobieranie, wyświetlanie podglądu, udostępnianie, edytowanie i usuwanie",
|
|
78
79
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "Wyślij łącze udostępnione w wiadomości e-mail",
|
|
@@ -135,7 +136,10 @@ export default {
|
|
|
135
136
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "Osoby dysponujące łączem",
|
|
136
137
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "Nie masz uprawnień do usunięcia łącza",
|
|
137
138
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "Łącze udostępnione",
|
|
139
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable": "Publicly available for anyone to view and download. Any logged in users with the link can edit.",
|
|
140
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "People who have access to this link can edit.",
|
|
138
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": "This content is publicly available to anyone with the link.",
|
|
139
143
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "Ustawienia łącza",
|
|
140
144
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "Łącze udostępnione",
|
|
141
145
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "Utwórz i skopiuj łącze.",
|
package/dist/i18n/pt-BR.js
CHANGED
|
@@ -73,6 +73,7 @@ export default {
|
|
|
73
73
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionInformationBarrierNotice": "{count, plural, one {{count} invitation} other {{count} invitations}} cannot be sent due to a security policy. {removeLink}",
|
|
74
74
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionNotice": "{count, plural, one {{count} invitation} other {{count} invitations}} cannot be sent because external collaboration is restricted due to the applied security policy. {removeLink}",
|
|
75
75
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel": "Remove to continue",
|
|
76
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators": "This content will be shared with external collaborators.",
|
|
76
77
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription": "Carregar, baixar, pré-visualizar, compartilhar e editar",
|
|
77
78
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Carregar, baixar, pré-visualizar, compartilhar, editar e excluir",
|
|
78
79
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "Enviar link compartilhado por e-mail",
|
|
@@ -135,7 +136,10 @@ export default {
|
|
|
135
136
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "Pessoas com o link",
|
|
136
137
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "Você não tem permissão para remover o link",
|
|
137
138
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "Compartilhar Link",
|
|
139
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable": "Publicly available for anyone to view and download. Any logged in users with the link can edit.",
|
|
140
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "People who have access to this link can edit.",
|
|
138
141
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "Enviar link compartilhado",
|
|
142
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable": "This content is publicly available to anyone with the link.",
|
|
139
143
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "Configurações de links",
|
|
140
144
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "Link compartilhado",
|
|
141
145
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "Criar e copiar link",
|
package/dist/i18n/ru-RU.js
CHANGED
|
@@ -73,6 +73,7 @@ export default {
|
|
|
73
73
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionInformationBarrierNotice": "{count, plural, one {{count} invitation} other {{count} invitations}} cannot be sent due to a security policy. {removeLink}",
|
|
74
74
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionNotice": "{count, plural, one {{count} invitation} other {{count} invitations}} cannot be sent because external collaboration is restricted due to the applied security policy. {removeLink}",
|
|
75
75
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel": "Remove to continue",
|
|
76
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators": "This content will be shared with external collaborators.",
|
|
76
77
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription": "Загрузка, скачивание, предпросмотр, предоставление общего доступа и редактирование",
|
|
77
78
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Загрузка, скачивание, предпросмотр, предоставление общего доступа, редактирование и удаление",
|
|
78
79
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "Отправить общую ссылку по электронной почте",
|
|
@@ -135,7 +136,10 @@ export default {
|
|
|
135
136
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "Пользователи со ссылкой",
|
|
136
137
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "У вас нет прав на удаление ссылки",
|
|
137
138
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "Общая ссылка",
|
|
139
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable": "Publicly available for anyone to view and download. Any logged in users with the link can edit.",
|
|
140
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "People who have access to this link can edit.",
|
|
138
141
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "Отправить общую ссылку",
|
|
142
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable": "This content is publicly available to anyone with the link.",
|
|
139
143
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "Настройки ссылки",
|
|
140
144
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "Общая ссылка",
|
|
141
145
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "Создайте и скопируйте ссылку",
|