@box/unified-share-modal 1.30.1 → 1.31.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 +151 -109
- package/dist/esm/lib/components/unified-share-form-modal/collaboration-section/messages.js +38 -2
- package/dist/esm/lib/components/unified-share-form-modal/collaboration-section/shield-restriction-notice.js +128 -0
- package/dist/esm/lib/contexts/unified-share-form-context.js +36 -29
- package/dist/esm/lib/hooks/use-collaboration-form.js +51 -50
- package/dist/esm/lib/hooks/use-form-validation.js +38 -27
- package/dist/esm/lib/messages.js +8 -0
- package/dist/esm/lib/unified-share-modal.js +57 -55
- package/dist/esm/lib/utils/collaborator.js +7 -6
- package/dist/esm/lib/utils/index.js +24 -23
- package/dist/i18n/bn-IN.js +11 -0
- package/dist/i18n/da-DK.js +11 -0
- package/dist/i18n/de-DE.js +11 -0
- package/dist/i18n/en-AU.js +11 -0
- package/dist/i18n/en-CA.js +11 -0
- package/dist/i18n/en-GB.js +11 -0
- package/dist/i18n/en-US.js +11 -0
- package/dist/i18n/en-US.properties +22 -0
- package/dist/i18n/en-x-pseudo.js +11 -0
- package/dist/i18n/es-419.js +11 -0
- package/dist/i18n/es-ES.js +11 -0
- package/dist/i18n/fi-FI.js +11 -0
- package/dist/i18n/fr-CA.js +11 -0
- package/dist/i18n/fr-FR.js +11 -0
- package/dist/i18n/hi-IN.js +11 -0
- package/dist/i18n/it-IT.js +11 -0
- package/dist/i18n/ja-JP.js +11 -0
- package/dist/i18n/json/src/lib/components/unified-share-form-modal/collaboration-section/messages.json +1 -1
- package/dist/i18n/json/src/lib/messages.json +1 -1
- package/dist/i18n/ko-KR.js +11 -0
- package/dist/i18n/nb-NO.js +11 -0
- package/dist/i18n/nl-NL.js +11 -0
- package/dist/i18n/pl-PL.js +11 -0
- package/dist/i18n/pt-BR.js +11 -0
- package/dist/i18n/ru-RU.js +11 -0
- package/dist/i18n/sv-SE.js +11 -0
- package/dist/i18n/tr-TR.js +11 -0
- package/dist/i18n/zh-CN.js +11 -0
- package/dist/i18n/zh-TW.js +11 -0
- package/dist/styles/shield-restriction-notice.css +1 -0
- package/dist/types/lib/components/unified-share-form-modal/collaboration-section/messages.d.ts +45 -0
- package/dist/types/lib/components/unified-share-form-modal/collaboration-section/shield-restriction-notice.d.ts +8 -0
- package/dist/types/lib/contexts/unified-share-form-context.d.ts +3 -1
- package/dist/types/lib/contexts/unified-share-modal-context.d.ts +2 -1
- package/dist/types/lib/hooks/use-form-validation.d.ts +1 -0
- package/dist/types/lib/messages.d.ts +10 -0
- package/dist/types/lib/types.d.ts +83 -7
- package/dist/types/lib/unified-share-modal.d.ts +2 -1
- package/dist/types/lib/utils/collaborator.d.ts +3 -1
- package/package.json +2 -2
package/dist/i18n/hi-IN.js
CHANGED
|
@@ -12,6 +12,7 @@ export default {
|
|
|
12
12
|
"groupSharedFeatures.usm.expirationFutureDateErrorMessage": "समापन तारीख़, भविष्य की होनी चाहिए",
|
|
13
13
|
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "कृपया एक समापन तारीख़ चुनें",
|
|
14
14
|
"groupSharedFeatures.usm.invalidEmailErrorMessage": "अमान्य ईमेल पता",
|
|
15
|
+
"groupSharedFeatures.usm.justificationRequiredError": "Please select a justification or remove the {count, plural, one {{count} restricted user} other {{count} restricted users}} to continue.",
|
|
15
16
|
"groupSharedFeatures.usm.noticeCloseLabel": "बंद करें",
|
|
16
17
|
"groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "पासवर्ड में खाली स्थान, \"<\" या \">\" नहीं हो सकता है",
|
|
17
18
|
"groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "पासवर्ड में कम से कम एक बड़ा अक्षर, संख्या, या विशेष वर्ण होना चाहिए",
|
|
@@ -31,6 +32,7 @@ export default {
|
|
|
31
32
|
"groupSharedFeatures.usm.removeSharedLinkModal.loadingLabel": "लोड हो रहा है",
|
|
32
33
|
"groupSharedFeatures.usm.removeSharedLinkModal.okayButton": "ठीक है",
|
|
33
34
|
"groupSharedFeatures.usm.removeSharedLinkModal.title": "शेयर्ड लिंक निकालें",
|
|
35
|
+
"groupSharedFeatures.usm.restrictedContactsError": "Please remove the {count, plural, one {{count} restricted user} other {{count} restricted users}} to continue.",
|
|
34
36
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.cancelButton": "रद्द करें",
|
|
35
37
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.closeButton": "बंद करें",
|
|
36
38
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithClassification": "वर्गीकरण के कारण सामग्री के लिए डाउनलोड अक्षम किया गया।",
|
|
@@ -63,18 +65,27 @@ export default {
|
|
|
63
65
|
"groupSharedFeatures.usm.successNoticeIcon": "सफलता",
|
|
64
66
|
"groupSharedFeatures.usm.unifiedShareFormModal.closeButton": "बंद करें",
|
|
65
67
|
"groupSharedFeatures.usm.unifiedShareFormModal.coOwnerRole": "Co-owner",
|
|
68
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.businessJustification": "Business Justification",
|
|
66
69
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.cancelButton": "रद्द करें",
|
|
67
70
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.clearButton": "साफ़ करें",
|
|
68
71
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.closeButton": "बंद करें",
|
|
69
72
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.coOwnerDescription": "सुरक्षा प्रबंधित करें, अपलोड करें, डाउनलोड करें, पूर्वावलोकन करें, शेयर करें, संपादित करें, और हटाएं",
|
|
73
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionInformationBarrierNotice": "{count, plural, one {{count} invitation} other {{count} invitations}} cannot be sent due to a security policy. {removeLink}",
|
|
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
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel": "Remove to continue",
|
|
70
76
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription": "अपलोड करें, डाउनलोड करें, पूर्वावलोकन करें, शेयर करें, और संपादित करें",
|
|
71
77
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "अपलोड करें, डाउनलोड करें, पूर्वावलोकन करें, शेयर करें, संपादित करें और हटाएं",
|
|
72
78
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "शेयर्ड लिंक ईमेल करें",
|
|
79
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.errorNoticeIconAriaLabel": "Error",
|
|
73
80
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel": "{role} के रूप में आमंत्रित करें",
|
|
74
81
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip": "आपके पास सहयोगियों को आमंत्रित करने की अनुमति नहीं है",
|
|
75
82
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel": "लोगों को आमंत्रित करें",
|
|
76
83
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder": "नाम या ईमेल पते जोड़ें",
|
|
77
84
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip": "सहयोगियों को बुकमार्क्स में नहीं जोड़ा जा सकता है",
|
|
85
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justifiableContactRestrictionNotice": "This content requires a business justification for {count, plural, one {{count} invitation} other {{count} invitations}}. Please select a business justification below. {justificationSelect} {removeLink}",
|
|
86
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justifiableContactRestrictionRemoveButtonLabel": "Alternatively, remove to continue",
|
|
87
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justificationSelectPlaceholder": "Select Justification",
|
|
88
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingJustificationReasonsLabel": "Loading justification reasons",
|
|
78
89
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel": "लोड हो रहा है",
|
|
79
90
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerDescription": "Preview-only",
|
|
80
91
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerUploaderDescription": "अपलोड करें और पूर्वावलोकन करें",
|
package/dist/i18n/it-IT.js
CHANGED
|
@@ -12,6 +12,7 @@ export default {
|
|
|
12
12
|
"groupSharedFeatures.usm.expirationFutureDateErrorMessage": "La data di scadenza deve essere nel futuro",
|
|
13
13
|
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "Seleziona una data di scadenza",
|
|
14
14
|
"groupSharedFeatures.usm.invalidEmailErrorMessage": "Indirizzo e-mail non valido",
|
|
15
|
+
"groupSharedFeatures.usm.justificationRequiredError": "Please select a justification or remove the {count, plural, one {{count} restricted user} other {{count} restricted users}} to continue.",
|
|
15
16
|
"groupSharedFeatures.usm.noticeCloseLabel": "Chiudi",
|
|
16
17
|
"groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "La password non può contenere spazi, \"<\" o \">\"",
|
|
17
18
|
"groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "La password deve contenere almeno una lettera maiuscola, un numero o un carattere speciale",
|
|
@@ -31,6 +32,7 @@ export default {
|
|
|
31
32
|
"groupSharedFeatures.usm.removeSharedLinkModal.loadingLabel": "Caricamento in corso",
|
|
32
33
|
"groupSharedFeatures.usm.removeSharedLinkModal.okayButton": "OK",
|
|
33
34
|
"groupSharedFeatures.usm.removeSharedLinkModal.title": "Rimuovi collegamento condiviso",
|
|
35
|
+
"groupSharedFeatures.usm.restrictedContactsError": "Please remove the {count, plural, one {{count} restricted user} other {{count} restricted users}} to continue.",
|
|
34
36
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.cancelButton": "Annulla",
|
|
35
37
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.closeButton": "Chiudi",
|
|
36
38
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithClassification": "Il download del contenuto è stato disabilitato a causa della classificazione.",
|
|
@@ -63,18 +65,27 @@ export default {
|
|
|
63
65
|
"groupSharedFeatures.usm.successNoticeIcon": "Operazione completata",
|
|
64
66
|
"groupSharedFeatures.usm.unifiedShareFormModal.closeButton": "Chiudi",
|
|
65
67
|
"groupSharedFeatures.usm.unifiedShareFormModal.coOwnerRole": "Utente coproprietario",
|
|
68
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.businessJustification": "Business Justification",
|
|
66
69
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.cancelButton": "Annulla",
|
|
67
70
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.clearButton": "Cancella",
|
|
68
71
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.closeButton": "Chiudi",
|
|
69
72
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.coOwnerDescription": "Gestisce sicurezza, upload, download, anteprima, condivisione, modifica ed eliminazione",
|
|
73
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionInformationBarrierNotice": "{count, plural, one {{count} invitation} other {{count} invitations}} cannot be sent due to a security policy. {removeLink}",
|
|
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
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel": "Remove to continue",
|
|
70
76
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription": "Upload, download, anteprima, condivisione e modifica",
|
|
71
77
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Upload, download, anteprima, condivisione, modifica ed eliminazione",
|
|
72
78
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "E-mail per collegamento condiviso",
|
|
79
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.errorNoticeIconAriaLabel": "Error",
|
|
73
80
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel": "Invita come {role}",
|
|
74
81
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip": "Non hai l'autorizzazione per invitare collaboratori",
|
|
75
82
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel": "Invita persone",
|
|
76
83
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder": "Aggiungi nomi o indirizzi e-mail",
|
|
77
84
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip": "I collaboratori non possono essere aggiunti ai segnalibri",
|
|
85
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justifiableContactRestrictionNotice": "This content requires a business justification for {count, plural, one {{count} invitation} other {{count} invitations}}. Please select a business justification below. {justificationSelect} {removeLink}",
|
|
86
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justifiableContactRestrictionRemoveButtonLabel": "Alternatively, remove to continue",
|
|
87
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justificationSelectPlaceholder": "Select Justification",
|
|
88
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingJustificationReasonsLabel": "Loading justification reasons",
|
|
78
89
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel": "Caricamento in corso",
|
|
79
90
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerDescription": "Preview-only",
|
|
80
91
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerUploaderDescription": "Consente upload e anteprima",
|
package/dist/i18n/ja-JP.js
CHANGED
|
@@ -12,6 +12,7 @@ export default {
|
|
|
12
12
|
"groupSharedFeatures.usm.expirationFutureDateErrorMessage": "有効期限は現在より先の日時に設定する必要があります",
|
|
13
13
|
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "有効期限を選択してください",
|
|
14
14
|
"groupSharedFeatures.usm.invalidEmailErrorMessage": "メールアドレスが無効です",
|
|
15
|
+
"groupSharedFeatures.usm.justificationRequiredError": "Please select a justification or remove the {count, plural, one {{count} restricted user} other {{count} restricted users}} to continue.",
|
|
15
16
|
"groupSharedFeatures.usm.noticeCloseLabel": "閉じる",
|
|
16
17
|
"groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "パスワードにスペース、「<」または「>」を含めることはできません",
|
|
17
18
|
"groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "パスワードには大文字、数字、または特殊文字を1つ以上使用する必要があります",
|
|
@@ -31,6 +32,7 @@ export default {
|
|
|
31
32
|
"groupSharedFeatures.usm.removeSharedLinkModal.loadingLabel": "読み込み中",
|
|
32
33
|
"groupSharedFeatures.usm.removeSharedLinkModal.okayButton": "OK",
|
|
33
34
|
"groupSharedFeatures.usm.removeSharedLinkModal.title": "共有リンクの削除",
|
|
35
|
+
"groupSharedFeatures.usm.restrictedContactsError": "Please remove the {count, plural, one {{count} restricted user} other {{count} restricted users}} to continue.",
|
|
34
36
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.cancelButton": "キャンセル",
|
|
35
37
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.closeButton": "閉じる",
|
|
36
38
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithClassification": "分類によりコンテンツのダウンロードは無効化されました。",
|
|
@@ -63,18 +65,27 @@ export default {
|
|
|
63
65
|
"groupSharedFeatures.usm.successNoticeIcon": "成功",
|
|
64
66
|
"groupSharedFeatures.usm.unifiedShareFormModal.closeButton": "閉じる",
|
|
65
67
|
"groupSharedFeatures.usm.unifiedShareFormModal.coOwnerRole": "共同所有者",
|
|
68
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.businessJustification": "Business Justification",
|
|
66
69
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.cancelButton": "キャンセル",
|
|
67
70
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.clearButton": "クリア",
|
|
68
71
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.closeButton": "閉じる",
|
|
69
72
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.coOwnerDescription": "セキュリティの管理、アップロード、ダウンロード、プレビュー、共有、編集、削除が可能です",
|
|
73
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionInformationBarrierNotice": "{count, plural, one {{count} invitation} other {{count} invitations}} cannot be sent due to a security policy. {removeLink}",
|
|
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
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel": "Remove to continue",
|
|
70
76
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription": "アップロード、ダウンロード、プレビュー、共有、編集が可能です",
|
|
71
77
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "アップロード、ダウンロード、プレビュー、共有、編集、削除が可能です",
|
|
72
78
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "共有リンクをメールで送信",
|
|
79
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.errorNoticeIconAriaLabel": "Error",
|
|
73
80
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel": "{role}として招待",
|
|
74
81
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip": "コラボレータを招待する権限がありません",
|
|
75
82
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel": "ユーザーを招待",
|
|
76
83
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder": "名前またはメールアドレスを追加",
|
|
77
84
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip": "ブックマークにコラボレータを追加することはできません",
|
|
85
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justifiableContactRestrictionNotice": "This content requires a business justification for {count, plural, one {{count} invitation} other {{count} invitations}}. Please select a business justification below. {justificationSelect} {removeLink}",
|
|
86
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justifiableContactRestrictionRemoveButtonLabel": "Alternatively, remove to continue",
|
|
87
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justificationSelectPlaceholder": "Select Justification",
|
|
88
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingJustificationReasonsLabel": "Loading justification reasons",
|
|
78
89
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel": "読み込み中",
|
|
79
90
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerDescription": "プレビューのみ可能です",
|
|
80
91
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerUploaderDescription": "アップロードとプレビュー",
|
|
@@ -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"}]
|
|
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 +1 @@
|
|
|
1
|
-
[{"id":"groupSharedFeatures.usm.contactsExceedLimitError","description":"Error message when more than the maximum number of contacts is entered","defaultMessage":"Oops! The maximum number of collaborators that can be added at once is {maxContacts} collaborators. Please try again by splitting your invitations into batches."},{"id":"groupSharedFeatures.usm.noticeCloseLabel","description":"Close button aria label for the notifications","defaultMessage":"Close"},{"id":"groupSharedFeatures.usm.successNoticeIcon","description":"Icon label for the success notifications","defaultMessage":"Success"},{"id":"groupSharedFeatures.usm.errorNoticeIcon","description":"Icon label for the error notifications","defaultMessage":"Error"},{"id":"groupSharedFeatures.usm.defaultErrorNoticeText","description":"Default error notification text rendered when API fails","defaultMessage":"Something went wrong. Please try again later."},{"id":"groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText","description":"Notification text when a collaborator is successfully removed","defaultMessage":"The collaborator has been removed successfully."},{"id":"groupSharedFeatures.usm.removeCollaboratorErrorNoticeText","description":"Notification text when a collaborator failed to be removed","defaultMessage":"Unable to remove the collaborator. Please try again later."},{"id":"groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText","description":"Notification text when the shared link is successfully removed","defaultMessage":"The shared link for “{itemName}” has been removed successfully."},{"id":"groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText","description":"Notification text when the shared link failed to be removed","defaultMessage":"Unable to remove the shared link. Please try again later."},{"id":"groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText","description":"Notification text when the shared link settings are successfully saved","defaultMessage":"The shared link settings were saved successfully."},{"id":"groupSharedFeatures.usm.createSharedLinkSuccessNoticeText","description":"Notification text when the shared link is successfully created","defaultMessage":"Shared link created."},{"id":"groupSharedFeatures.usm.createSharedLinkErrorNoticeText","description":"Notification text when the shared link failed to be created","defaultMessage":"Unable to create a shared link. Please try again later."},{"id":"groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText","description":"Notification text when the shared link was sent successfully","defaultMessage":"The shared link for “{itemName}” was sent successfully."},{"id":"groupSharedFeatures.usm.autoCopySharedLinkErrorNoticeText","description":"Notification text when the shared link is failed to be created","defaultMessage":"Unable to create a shared link. Please try again later."},{"id":"groupSharedFeatures.usm.vanityNameInvalidErrorMessage","description":"Text for the vanity name invalid error","defaultMessage":"Custom URLs must be between 12-30 characters, and can include letters, numbers, and hyphens"},{"id":"groupSharedFeatures.usm.vanityNameRequiredErrorMessage","description":"Error message for the vanity name field when custom URL is not provided","defaultMessage":"Please enter a custom URL"},{"id":"groupSharedFeatures.usm.expirationRequiredErrorMessage","description":"Error message for the expiration date field when expiration date is not provided","defaultMessage":"Please select an expiration date"},{"id":"groupSharedFeatures.usm.expirationFutureDateErrorMessage","description":"Error message for the expiration date field when expiration date is in the past","defaultMessage":"Expiration date must be in the future"},{"id":"groupSharedFeatures.usm.invalidEmailErrorMessage","description":"Error message for the email field when email is invalid","defaultMessage":"Invalid email address"},{"id":"groupSharedFeatures.usm.emailRequiredErrorMessage","description":"Error message for the email field when email is not provided","defaultMessage":"Enter at least one valid email"},{"id":"groupSharedFeatures.usm.passwordRequiredErrorMessage","description":"Error message for the password field when password is not provided","defaultMessage":"Please enter a password"},{"id":"groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage","description":"Error message for the password field when password does not contain at least 8 characters.","defaultMessage":"Password must contain at least 8 characters"},{"id":"groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage","description":"Error message for the password field when password contains forbidden characters.","defaultMessage":"Password cannot contain a space, \"<\" or \">\""},{"id":"groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage","description":"Error message for the password field when password does not contain at least one letter, number, or symbol","defaultMessage":"Password must contain at least one upper case letter, number, or special character"}]
|
|
1
|
+
[{"id":"groupSharedFeatures.usm.contactsExceedLimitError","description":"Error message when more than the maximum number of contacts is entered","defaultMessage":"Oops! The maximum number of collaborators that can be added at once is {maxContacts} collaborators. Please try again by splitting your invitations into batches."},{"id":"groupSharedFeatures.usm.noticeCloseLabel","description":"Close button aria label for the notifications","defaultMessage":"Close"},{"id":"groupSharedFeatures.usm.successNoticeIcon","description":"Icon label for the success notifications","defaultMessage":"Success"},{"id":"groupSharedFeatures.usm.errorNoticeIcon","description":"Icon label for the error notifications","defaultMessage":"Error"},{"id":"groupSharedFeatures.usm.defaultErrorNoticeText","description":"Default error notification text rendered when API fails","defaultMessage":"Something went wrong. Please try again later."},{"id":"groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText","description":"Notification text when a collaborator is successfully removed","defaultMessage":"The collaborator has been removed successfully."},{"id":"groupSharedFeatures.usm.removeCollaboratorErrorNoticeText","description":"Notification text when a collaborator failed to be removed","defaultMessage":"Unable to remove the collaborator. Please try again later."},{"id":"groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText","description":"Notification text when the shared link is successfully removed","defaultMessage":"The shared link for “{itemName}” has been removed successfully."},{"id":"groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText","description":"Notification text when the shared link failed to be removed","defaultMessage":"Unable to remove the shared link. Please try again later."},{"id":"groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText","description":"Notification text when the shared link settings are successfully saved","defaultMessage":"The shared link settings were saved successfully."},{"id":"groupSharedFeatures.usm.createSharedLinkSuccessNoticeText","description":"Notification text when the shared link is successfully created","defaultMessage":"Shared link created."},{"id":"groupSharedFeatures.usm.createSharedLinkErrorNoticeText","description":"Notification text when the shared link failed to be created","defaultMessage":"Unable to create a shared link. Please try again later."},{"id":"groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText","description":"Notification text when the shared link was sent successfully","defaultMessage":"The shared link for “{itemName}” was sent successfully."},{"id":"groupSharedFeatures.usm.autoCopySharedLinkErrorNoticeText","description":"Notification text when the shared link is failed to be created","defaultMessage":"Unable to create a shared link. Please try again later."},{"id":"groupSharedFeatures.usm.vanityNameInvalidErrorMessage","description":"Text for the vanity name invalid error","defaultMessage":"Custom URLs must be between 12-30 characters, and can include letters, numbers, and hyphens"},{"id":"groupSharedFeatures.usm.vanityNameRequiredErrorMessage","description":"Error message for the vanity name field when custom URL is not provided","defaultMessage":"Please enter a custom URL"},{"id":"groupSharedFeatures.usm.expirationRequiredErrorMessage","description":"Error message for the expiration date field when expiration date is not provided","defaultMessage":"Please select an expiration date"},{"id":"groupSharedFeatures.usm.expirationFutureDateErrorMessage","description":"Error message for the expiration date field when expiration date is in the past","defaultMessage":"Expiration date must be in the future"},{"id":"groupSharedFeatures.usm.invalidEmailErrorMessage","description":"Error message for the email field when email is invalid","defaultMessage":"Invalid email address"},{"id":"groupSharedFeatures.usm.emailRequiredErrorMessage","description":"Error message for the email field when email is not provided","defaultMessage":"Enter at least one valid email"},{"id":"groupSharedFeatures.usm.passwordRequiredErrorMessage","description":"Error message for the password field when password is not provided","defaultMessage":"Please enter a password"},{"id":"groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage","description":"Error message for the password field when password does not contain at least 8 characters.","defaultMessage":"Password must contain at least 8 characters"},{"id":"groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage","description":"Error message for the password field when password contains forbidden characters.","defaultMessage":"Password cannot contain a space, \"<\" or \">\""},{"id":"groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage","description":"Error message for the password field when password does not contain at least one letter, number, or symbol","defaultMessage":"Password must contain at least one upper case letter, number, or special character"},{"id":"groupSharedFeatures.usm.justificationRequiredError","description":"Error message when a user tries to send invitations but a business justification is required before proceeding","defaultMessage":"Please select a justification or remove the {count, plural, one {{count} restricted user} other {{count} restricted users}} to continue."},{"id":"groupSharedFeatures.usm.restrictedContactsError","description":"Error notification when a user tries to send invitations to restricted users","defaultMessage":"Please remove the {count, plural, one {{count} restricted user} other {{count} restricted users}} to continue."}]
|
package/dist/i18n/ko-KR.js
CHANGED
|
@@ -12,6 +12,7 @@ export default {
|
|
|
12
12
|
"groupSharedFeatures.usm.expirationFutureDateErrorMessage": "만료 날짜는 미래여야 합니다",
|
|
13
13
|
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "만료 날짜를 선택하세요",
|
|
14
14
|
"groupSharedFeatures.usm.invalidEmailErrorMessage": "올바르지 않은 이메일 주소",
|
|
15
|
+
"groupSharedFeatures.usm.justificationRequiredError": "Please select a justification or remove the {count, plural, one {{count} restricted user} other {{count} restricted users}} to continue.",
|
|
15
16
|
"groupSharedFeatures.usm.noticeCloseLabel": "닫기",
|
|
16
17
|
"groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "암호에는 공백, \"<\" 또는 \">\"를 포함할 수 없습니다",
|
|
17
18
|
"groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "암호는 대문자, 숫자 또는 특수 문자가 하나 이상 포함되어야 합니다",
|
|
@@ -31,6 +32,7 @@ export default {
|
|
|
31
32
|
"groupSharedFeatures.usm.removeSharedLinkModal.loadingLabel": "로드 중",
|
|
32
33
|
"groupSharedFeatures.usm.removeSharedLinkModal.okayButton": "확인",
|
|
33
34
|
"groupSharedFeatures.usm.removeSharedLinkModal.title": "공유 링크 제거",
|
|
35
|
+
"groupSharedFeatures.usm.restrictedContactsError": "Please remove the {count, plural, one {{count} restricted user} other {{count} restricted users}} to continue.",
|
|
34
36
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.cancelButton": "취소",
|
|
35
37
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.closeButton": "닫기",
|
|
36
38
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithClassification": "분류로 인해 콘텐츠에 대한 다운로드가 비활성화되었습니다.",
|
|
@@ -63,18 +65,27 @@ export default {
|
|
|
63
65
|
"groupSharedFeatures.usm.successNoticeIcon": "성공",
|
|
64
66
|
"groupSharedFeatures.usm.unifiedShareFormModal.closeButton": "닫기",
|
|
65
67
|
"groupSharedFeatures.usm.unifiedShareFormModal.coOwnerRole": "Co-owner",
|
|
68
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.businessJustification": "Business Justification",
|
|
66
69
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.cancelButton": "취소",
|
|
67
70
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.clearButton": "지우기",
|
|
68
71
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.closeButton": "닫기",
|
|
69
72
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.coOwnerDescription": "보안, 업로드, 다운로드, 미리 보기, 공유, 편집, 삭제 관리",
|
|
73
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionInformationBarrierNotice": "{count, plural, one {{count} invitation} other {{count} invitations}} cannot be sent due to a security policy. {removeLink}",
|
|
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
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel": "Remove to continue",
|
|
70
76
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription": "업로드, 다운로드, 미리 보기, 공유, 편집",
|
|
71
77
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "업로드, 다운로드, 미리 보기, 공유, 편집, 삭제",
|
|
72
78
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "공유 링크 이메일 전송",
|
|
79
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.errorNoticeIconAriaLabel": "Error",
|
|
73
80
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel": "{role}(으)로 초대",
|
|
74
81
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip": "공동 작업자를 초대할 수 있는 권한이 없습니다",
|
|
75
82
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel": "사용자 초대",
|
|
76
83
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder": "이름 또는 이메일 주소 추가",
|
|
77
84
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip": "공동 작업자는 북마크에 추가될 수 없습니다",
|
|
85
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justifiableContactRestrictionNotice": "This content requires a business justification for {count, plural, one {{count} invitation} other {{count} invitations}}. Please select a business justification below. {justificationSelect} {removeLink}",
|
|
86
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justifiableContactRestrictionRemoveButtonLabel": "Alternatively, remove to continue",
|
|
87
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justificationSelectPlaceholder": "Select Justification",
|
|
88
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingJustificationReasonsLabel": "Loading justification reasons",
|
|
78
89
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel": "로드 중",
|
|
79
90
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerDescription": "Preview-only",
|
|
80
91
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerUploaderDescription": "업로드 및 미리 보기",
|
package/dist/i18n/nb-NO.js
CHANGED
|
@@ -12,6 +12,7 @@ export default {
|
|
|
12
12
|
"groupSharedFeatures.usm.expirationFutureDateErrorMessage": "Utløpsdato må være i fremtiden",
|
|
13
13
|
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "Velg en utløpsdato",
|
|
14
14
|
"groupSharedFeatures.usm.invalidEmailErrorMessage": "Ugyldig e-postadresse",
|
|
15
|
+
"groupSharedFeatures.usm.justificationRequiredError": "Please select a justification or remove the {count, plural, one {{count} restricted user} other {{count} restricted users}} to continue.",
|
|
15
16
|
"groupSharedFeatures.usm.noticeCloseLabel": "Lukk",
|
|
16
17
|
"groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "Passord kan ikke inneholde mellomrom, «<» eller «>»",
|
|
17
18
|
"groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "Passord må inneholde minst en stor bokstav, tall eller spesialtegn",
|
|
@@ -31,6 +32,7 @@ export default {
|
|
|
31
32
|
"groupSharedFeatures.usm.removeSharedLinkModal.loadingLabel": "Laster inn",
|
|
32
33
|
"groupSharedFeatures.usm.removeSharedLinkModal.okayButton": "Ok",
|
|
33
34
|
"groupSharedFeatures.usm.removeSharedLinkModal.title": "Fjern delt kobling",
|
|
35
|
+
"groupSharedFeatures.usm.restrictedContactsError": "Please remove the {count, plural, one {{count} restricted user} other {{count} restricted users}} to continue.",
|
|
34
36
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.cancelButton": "Avbryt",
|
|
35
37
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.closeButton": "Lukk",
|
|
36
38
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithClassification": "Nedlasting er deaktivert for innholdet på grunn av klassifiseringen.",
|
|
@@ -63,18 +65,27 @@ export default {
|
|
|
63
65
|
"groupSharedFeatures.usm.successNoticeIcon": "Suksess",
|
|
64
66
|
"groupSharedFeatures.usm.unifiedShareFormModal.closeButton": "Lukk",
|
|
65
67
|
"groupSharedFeatures.usm.unifiedShareFormModal.coOwnerRole": "Co-owner",
|
|
68
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.businessJustification": "Business Justification",
|
|
66
69
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.cancelButton": "Avbryt",
|
|
67
70
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.clearButton": "Tøm",
|
|
68
71
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.closeButton": "Lukk",
|
|
69
72
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.coOwnerDescription": "Administrer sikkerhet, opplasting, nedlasting, forhåndsvisning, deling, redigering og sletting",
|
|
73
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionInformationBarrierNotice": "{count, plural, one {{count} invitation} other {{count} invitations}} cannot be sent due to a security policy. {removeLink}",
|
|
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
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel": "Remove to continue",
|
|
70
76
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription": "Opplasting, nedlasting, forhåndsvisning, deling og redigering",
|
|
71
77
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Opplasting, nedlasting, forhåndsvisning, deling, redigering og sletting",
|
|
72
78
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "Send delt kobling via e-post",
|
|
79
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.errorNoticeIconAriaLabel": "Error",
|
|
73
80
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel": "Inviter som {role}",
|
|
74
81
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip": "Du har ikke tillatelse til å invitere samarbeidspartnere",
|
|
75
82
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel": "Inviter personer",
|
|
76
83
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder": "Legg til navn eller e-postadresser",
|
|
77
84
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip": "Du kan ikke legge til samarbeidspartnere i bokmerker",
|
|
85
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justifiableContactRestrictionNotice": "This content requires a business justification for {count, plural, one {{count} invitation} other {{count} invitations}}. Please select a business justification below. {justificationSelect} {removeLink}",
|
|
86
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justifiableContactRestrictionRemoveButtonLabel": "Alternatively, remove to continue",
|
|
87
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justificationSelectPlaceholder": "Select Justification",
|
|
88
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingJustificationReasonsLabel": "Loading justification reasons",
|
|
78
89
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel": "Laster inn",
|
|
79
90
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerDescription": "Preview-only",
|
|
80
91
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerUploaderDescription": "Laste opp og forhåndsvise",
|
package/dist/i18n/nl-NL.js
CHANGED
|
@@ -12,6 +12,7 @@ export default {
|
|
|
12
12
|
"groupSharedFeatures.usm.expirationFutureDateErrorMessage": "Vervaldatum moet in de toekomst liggen",
|
|
13
13
|
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "Selecteer een vervaldatum",
|
|
14
14
|
"groupSharedFeatures.usm.invalidEmailErrorMessage": "Ongeldig e-mailadres",
|
|
15
|
+
"groupSharedFeatures.usm.justificationRequiredError": "Please select a justification or remove the {count, plural, one {{count} restricted user} other {{count} restricted users}} to continue.",
|
|
15
16
|
"groupSharedFeatures.usm.noticeCloseLabel": "Sluiten",
|
|
16
17
|
"groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "Wachtwoord mag geen spatie, \"<\" of \">\" bevatten",
|
|
17
18
|
"groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "Wachtwoord moet ten minste één hoofdletter, cijfer of speciaal teken bevatten",
|
|
@@ -31,6 +32,7 @@ export default {
|
|
|
31
32
|
"groupSharedFeatures.usm.removeSharedLinkModal.loadingLabel": "Laden",
|
|
32
33
|
"groupSharedFeatures.usm.removeSharedLinkModal.okayButton": "OK",
|
|
33
34
|
"groupSharedFeatures.usm.removeSharedLinkModal.title": "Verwijder gedeelde link",
|
|
35
|
+
"groupSharedFeatures.usm.restrictedContactsError": "Please remove the {count, plural, one {{count} restricted user} other {{count} restricted users}} to continue.",
|
|
34
36
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.cancelButton": "Annuleren",
|
|
35
37
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.closeButton": "Sluiten",
|
|
36
38
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithClassification": "Downloaden is uitgeschakeld voor inhoud vanwege de classificatie.",
|
|
@@ -63,18 +65,27 @@ export default {
|
|
|
63
65
|
"groupSharedFeatures.usm.successNoticeIcon": "Geslaagd",
|
|
64
66
|
"groupSharedFeatures.usm.unifiedShareFormModal.closeButton": "Sluiten",
|
|
65
67
|
"groupSharedFeatures.usm.unifiedShareFormModal.coOwnerRole": "Co-owner",
|
|
68
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.businessJustification": "Business Justification",
|
|
66
69
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.cancelButton": "Annuleren",
|
|
67
70
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.clearButton": "Wissen",
|
|
68
71
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.closeButton": "Sluiten",
|
|
69
72
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.coOwnerDescription": "De beveiliging beheren, uploaden, downloaden, voorbeelden bekijken, delen, bewerken en verwijderen",
|
|
73
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionInformationBarrierNotice": "{count, plural, one {{count} invitation} other {{count} invitations}} cannot be sent due to a security policy. {removeLink}",
|
|
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
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel": "Remove to continue",
|
|
70
76
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription": "Uploaden, downloaden, voorbeelden bekijken, delen en bewerken",
|
|
71
77
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Uploaden, downloaden, voorbeelden bekijken, delen, bewerken en verwijderen",
|
|
72
78
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "Gedeelde link e-mailen",
|
|
79
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.errorNoticeIconAriaLabel": "Error",
|
|
73
80
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel": "Uitnodigen als {role}",
|
|
74
81
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip": "U hebt geen machtiging om medebewerkers uit te nodigen",
|
|
75
82
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel": "Mensen uitnodigen",
|
|
76
83
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder": "Namen of e-mailadressen toevoegen",
|
|
77
84
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip": "Medebewerkers kunnen niet worden toegevoegd aan bladwijzers",
|
|
85
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justifiableContactRestrictionNotice": "This content requires a business justification for {count, plural, one {{count} invitation} other {{count} invitations}}. Please select a business justification below. {justificationSelect} {removeLink}",
|
|
86
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justifiableContactRestrictionRemoveButtonLabel": "Alternatively, remove to continue",
|
|
87
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justificationSelectPlaceholder": "Select Justification",
|
|
88
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingJustificationReasonsLabel": "Loading justification reasons",
|
|
78
89
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel": "Laden",
|
|
79
90
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerDescription": "Alleen bekijken",
|
|
80
91
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerUploaderDescription": "Uploaden en voorbeeld bekijken",
|
package/dist/i18n/pl-PL.js
CHANGED
|
@@ -12,6 +12,7 @@ export default {
|
|
|
12
12
|
"groupSharedFeatures.usm.expirationFutureDateErrorMessage": "Data wygaśnięcia musi być datą w przyszłości",
|
|
13
13
|
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "Proszę wybrać datę wygaśnięcia",
|
|
14
14
|
"groupSharedFeatures.usm.invalidEmailErrorMessage": "Nieprawidłowy adres e-mail",
|
|
15
|
+
"groupSharedFeatures.usm.justificationRequiredError": "Please select a justification or remove the {count, plural, one {{count} restricted user} other {{count} restricted users}} to continue.",
|
|
15
16
|
"groupSharedFeatures.usm.noticeCloseLabel": "Zamknij",
|
|
16
17
|
"groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "Hasło nie może zawierać spacji, „<” ani „>”",
|
|
17
18
|
"groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "Hasło musi zawierać co najmniej jedną wielką literę, cyfrę lub znak specjalny",
|
|
@@ -31,6 +32,7 @@ export default {
|
|
|
31
32
|
"groupSharedFeatures.usm.removeSharedLinkModal.loadingLabel": "Wczytywanie",
|
|
32
33
|
"groupSharedFeatures.usm.removeSharedLinkModal.okayButton": "OK",
|
|
33
34
|
"groupSharedFeatures.usm.removeSharedLinkModal.title": "Usuń łącze udostępnione",
|
|
35
|
+
"groupSharedFeatures.usm.restrictedContactsError": "Please remove the {count, plural, one {{count} restricted user} other {{count} restricted users}} to continue.",
|
|
34
36
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.cancelButton": "Anuluj",
|
|
35
37
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.closeButton": "Zamknij",
|
|
36
38
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithClassification": "Pobieranie treści zostało wyłączone w oparciu o klasyfikację.",
|
|
@@ -63,18 +65,27 @@ export default {
|
|
|
63
65
|
"groupSharedFeatures.usm.successNoticeIcon": "Powodzenie",
|
|
64
66
|
"groupSharedFeatures.usm.unifiedShareFormModal.closeButton": "Zamknij",
|
|
65
67
|
"groupSharedFeatures.usm.unifiedShareFormModal.coOwnerRole": "Co-owner",
|
|
68
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.businessJustification": "Business Justification",
|
|
66
69
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.cancelButton": "Anuluj",
|
|
67
70
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.clearButton": "Wyczyść",
|
|
68
71
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.closeButton": "Zamknij",
|
|
69
72
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.coOwnerDescription": "Zarządzanie bezpieczeństwem, przekazywanie, pobieranie, wyświetlanie podglądu, udostępnianie, edytowanie i usuwanie",
|
|
73
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionInformationBarrierNotice": "{count, plural, one {{count} invitation} other {{count} invitations}} cannot be sent due to a security policy. {removeLink}",
|
|
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
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel": "Remove to continue",
|
|
70
76
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription": "Przekazywanie, pobieranie, wyświetlanie podglądu, udostępnianie i edytowanie",
|
|
71
77
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Przekazywanie, pobieranie, wyświetlanie podglądu, udostępnianie, edytowanie i usuwanie",
|
|
72
78
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "Wyślij łącze udostępnione w wiadomości e-mail",
|
|
79
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.errorNoticeIconAriaLabel": "Error",
|
|
73
80
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel": "Zaproś jako: {role}",
|
|
74
81
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip": "Nie masz uprawnień do zapraszania współpracowników",
|
|
75
82
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel": "Zaproś osoby",
|
|
76
83
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder": "Dodaj nazwy lub adresy e-mail",
|
|
77
84
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip": "Współpracowników nie można dodać do zakładek",
|
|
85
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justifiableContactRestrictionNotice": "This content requires a business justification for {count, plural, one {{count} invitation} other {{count} invitations}}. Please select a business justification below. {justificationSelect} {removeLink}",
|
|
86
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justifiableContactRestrictionRemoveButtonLabel": "Alternatively, remove to continue",
|
|
87
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justificationSelectPlaceholder": "Select Justification",
|
|
88
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingJustificationReasonsLabel": "Loading justification reasons",
|
|
78
89
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel": "Wczytywanie",
|
|
79
90
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerDescription": "Preview-only",
|
|
80
91
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerUploaderDescription": "Przekazywanie i wyświetlanie podglądu",
|
package/dist/i18n/pt-BR.js
CHANGED
|
@@ -12,6 +12,7 @@ export default {
|
|
|
12
12
|
"groupSharedFeatures.usm.expirationFutureDateErrorMessage": "A data de vencimento deve estar no futuro",
|
|
13
13
|
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "Selecione uma data de vencimento",
|
|
14
14
|
"groupSharedFeatures.usm.invalidEmailErrorMessage": "Endereço de e-mail inválido",
|
|
15
|
+
"groupSharedFeatures.usm.justificationRequiredError": "Please select a justification or remove the {count, plural, one {{count} restricted user} other {{count} restricted users}} to continue.",
|
|
15
16
|
"groupSharedFeatures.usm.noticeCloseLabel": "Fechar",
|
|
16
17
|
"groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "A senha não pode conter espaços, ’<’ ou ’>’",
|
|
17
18
|
"groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "A senha deve conter pelo menos uma letra maiúscula, um número ou um caractere especial",
|
|
@@ -31,6 +32,7 @@ export default {
|
|
|
31
32
|
"groupSharedFeatures.usm.removeSharedLinkModal.loadingLabel": "Carregando",
|
|
32
33
|
"groupSharedFeatures.usm.removeSharedLinkModal.okayButton": "Ok",
|
|
33
34
|
"groupSharedFeatures.usm.removeSharedLinkModal.title": "Remover link compartilhado",
|
|
35
|
+
"groupSharedFeatures.usm.restrictedContactsError": "Please remove the {count, plural, one {{count} restricted user} other {{count} restricted users}} to continue.",
|
|
34
36
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.cancelButton": "Cancelar",
|
|
35
37
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.closeButton": "Fechar",
|
|
36
38
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithClassification": "O download foi desativado para esse conteúdo devido à sua classificação.",
|
|
@@ -63,18 +65,27 @@ export default {
|
|
|
63
65
|
"groupSharedFeatures.usm.successNoticeIcon": "Sucesso",
|
|
64
66
|
"groupSharedFeatures.usm.unifiedShareFormModal.closeButton": "Fechar",
|
|
65
67
|
"groupSharedFeatures.usm.unifiedShareFormModal.coOwnerRole": "Co-owner",
|
|
68
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.businessJustification": "Business Justification",
|
|
66
69
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.cancelButton": "Cancelar",
|
|
67
70
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.clearButton": "Limpar",
|
|
68
71
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.closeButton": "Fechar",
|
|
69
72
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.coOwnerDescription": "Gerenciar a segurança, carregar, baixar, pré-visualizar, compartilhar, editar e excluir",
|
|
73
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionInformationBarrierNotice": "{count, plural, one {{count} invitation} other {{count} invitations}} cannot be sent due to a security policy. {removeLink}",
|
|
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
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel": "Remove to continue",
|
|
70
76
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription": "Carregar, baixar, pré-visualizar, compartilhar e editar",
|
|
71
77
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Carregar, baixar, pré-visualizar, compartilhar, editar e excluir",
|
|
72
78
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "Enviar link compartilhado por e-mail",
|
|
79
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.errorNoticeIconAriaLabel": "Error",
|
|
73
80
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel": "Convidar como {role}",
|
|
74
81
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip": "Você não tem permissão para convidar colaboradores",
|
|
75
82
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel": "Convidar pessoas",
|
|
76
83
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder": "Adicione nomes ou endereços de e-mail",
|
|
77
84
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip": "Colaboradores não podem ser adicionados a marcadores",
|
|
85
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justifiableContactRestrictionNotice": "This content requires a business justification for {count, plural, one {{count} invitation} other {{count} invitations}}. Please select a business justification below. {justificationSelect} {removeLink}",
|
|
86
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justifiableContactRestrictionRemoveButtonLabel": "Alternatively, remove to continue",
|
|
87
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justificationSelectPlaceholder": "Select Justification",
|
|
88
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingJustificationReasonsLabel": "Loading justification reasons",
|
|
78
89
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel": "Carregando",
|
|
79
90
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerDescription": "Preview-only",
|
|
80
91
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerUploaderDescription": "Carregar e pré-visualizar",
|
package/dist/i18n/ru-RU.js
CHANGED
|
@@ -12,6 +12,7 @@ export default {
|
|
|
12
12
|
"groupSharedFeatures.usm.expirationFutureDateErrorMessage": "Дата истечения срока действия должна быть в будущем",
|
|
13
13
|
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "Выберите дату истечения срока действия",
|
|
14
14
|
"groupSharedFeatures.usm.invalidEmailErrorMessage": "Неверный адрес эл. почты",
|
|
15
|
+
"groupSharedFeatures.usm.justificationRequiredError": "Please select a justification or remove the {count, plural, one {{count} restricted user} other {{count} restricted users}} to continue.",
|
|
15
16
|
"groupSharedFeatures.usm.noticeCloseLabel": "Закрыть",
|
|
16
17
|
"groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "Пароль не может содержать пробелы, а также символы «<» или «>»",
|
|
17
18
|
"groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "Пароль должен содержать не менее одной заглавной буквы, цифры или специального символа",
|
|
@@ -31,6 +32,7 @@ export default {
|
|
|
31
32
|
"groupSharedFeatures.usm.removeSharedLinkModal.loadingLabel": "Загрузка",
|
|
32
33
|
"groupSharedFeatures.usm.removeSharedLinkModal.okayButton": "ОК",
|
|
33
34
|
"groupSharedFeatures.usm.removeSharedLinkModal.title": "Удалить общую ссылку",
|
|
35
|
+
"groupSharedFeatures.usm.restrictedContactsError": "Please remove the {count, plural, one {{count} restricted user} other {{count} restricted users}} to continue.",
|
|
34
36
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.cancelButton": "Отмена",
|
|
35
37
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.closeButton": "Закрыть",
|
|
36
38
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithClassification": "Скачивание контента отключено в соответствии с классификацией.",
|
|
@@ -63,18 +65,27 @@ export default {
|
|
|
63
65
|
"groupSharedFeatures.usm.successNoticeIcon": "Успешно",
|
|
64
66
|
"groupSharedFeatures.usm.unifiedShareFormModal.closeButton": "Закрыть",
|
|
65
67
|
"groupSharedFeatures.usm.unifiedShareFormModal.coOwnerRole": "Co-owner",
|
|
68
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.businessJustification": "Business Justification",
|
|
66
69
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.cancelButton": "Отмена",
|
|
67
70
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.clearButton": "Очистить",
|
|
68
71
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.closeButton": "Закрыть",
|
|
69
72
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.coOwnerDescription": "Управление безопасностью, загрузка, скачивание, предпросмотр, предоставление общего доступа, редактирование и удаление",
|
|
73
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionInformationBarrierNotice": "{count, plural, one {{count} invitation} other {{count} invitations}} cannot be sent due to a security policy. {removeLink}",
|
|
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
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel": "Remove to continue",
|
|
70
76
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription": "Загрузка, скачивание, предпросмотр, предоставление общего доступа и редактирование",
|
|
71
77
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Загрузка, скачивание, предпросмотр, предоставление общего доступа, редактирование и удаление",
|
|
72
78
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "Отправить общую ссылку по электронной почте",
|
|
79
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.errorNoticeIconAriaLabel": "Error",
|
|
73
80
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel": "Пригласить в качестве {role}",
|
|
74
81
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip": "У вас нет прав на приглашение соавторов",
|
|
75
82
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel": "Пригласите пользователей",
|
|
76
83
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder": "Введите имена или адреса электронной почты",
|
|
77
84
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip": "Соавторов невозможно добавлять в закладки",
|
|
85
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justifiableContactRestrictionNotice": "This content requires a business justification for {count, plural, one {{count} invitation} other {{count} invitations}}. Please select a business justification below. {justificationSelect} {removeLink}",
|
|
86
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justifiableContactRestrictionRemoveButtonLabel": "Alternatively, remove to continue",
|
|
87
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justificationSelectPlaceholder": "Select Justification",
|
|
88
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingJustificationReasonsLabel": "Loading justification reasons",
|
|
78
89
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel": "Загрузка",
|
|
79
90
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerDescription": "Preview-only",
|
|
80
91
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerUploaderDescription": "Загрузка и предпросмотр",
|
package/dist/i18n/sv-SE.js
CHANGED
|
@@ -12,6 +12,7 @@ export default {
|
|
|
12
12
|
"groupSharedFeatures.usm.expirationFutureDateErrorMessage": "Utgångsdatum måste vara i framtiden",
|
|
13
13
|
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "Välj ett utgångsdatum",
|
|
14
14
|
"groupSharedFeatures.usm.invalidEmailErrorMessage": "Ogiltig e-postadress",
|
|
15
|
+
"groupSharedFeatures.usm.justificationRequiredError": "Please select a justification or remove the {count, plural, one {{count} restricted user} other {{count} restricted users}} to continue.",
|
|
15
16
|
"groupSharedFeatures.usm.noticeCloseLabel": "Stäng",
|
|
16
17
|
"groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "Lösenordet kan inte innehålla ett mellanslag, \"<\" eller \">\"",
|
|
17
18
|
"groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "Lösenordet måste innehålla minst en stor bokstav, en siffra eller ett specialtecken",
|
|
@@ -31,6 +32,7 @@ export default {
|
|
|
31
32
|
"groupSharedFeatures.usm.removeSharedLinkModal.loadingLabel": "Läser in",
|
|
32
33
|
"groupSharedFeatures.usm.removeSharedLinkModal.okayButton": "Okej",
|
|
33
34
|
"groupSharedFeatures.usm.removeSharedLinkModal.title": "Ta bort delad länk",
|
|
35
|
+
"groupSharedFeatures.usm.restrictedContactsError": "Please remove the {count, plural, one {{count} restricted user} other {{count} restricted users}} to continue.",
|
|
34
36
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.cancelButton": "Avbryt",
|
|
35
37
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.closeButton": "Stäng",
|
|
36
38
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithClassification": "Hämtning har avaktiverats för innehåll på grund av klassificeringen.",
|
|
@@ -63,18 +65,27 @@ export default {
|
|
|
63
65
|
"groupSharedFeatures.usm.successNoticeIcon": "Lyckades",
|
|
64
66
|
"groupSharedFeatures.usm.unifiedShareFormModal.closeButton": "Stäng",
|
|
65
67
|
"groupSharedFeatures.usm.unifiedShareFormModal.coOwnerRole": "Medägare",
|
|
68
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.businessJustification": "Business Justification",
|
|
66
69
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.cancelButton": "Avbryt",
|
|
67
70
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.clearButton": "Rensa",
|
|
68
71
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.closeButton": "Stäng",
|
|
69
72
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.coOwnerDescription": "Hantera säkerhet, ladda upp, hämta, förhandsgranska, dela, redigera och radera",
|
|
73
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionInformationBarrierNotice": "{count, plural, one {{count} invitation} other {{count} invitations}} cannot be sent due to a security policy. {removeLink}",
|
|
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
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel": "Remove to continue",
|
|
70
76
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription": "Ladda upp, hämta, förhandsgranska, dela och redigera",
|
|
71
77
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Ladda upp, hämta, förhandsgranska, dela, redigera och radera",
|
|
72
78
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "Skicka e-post med delad länk",
|
|
79
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.errorNoticeIconAriaLabel": "Error",
|
|
73
80
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel": "Bjud in som {role}",
|
|
74
81
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip": "Du har inte behörighet att bjuda in medarbetare",
|
|
75
82
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel": "Bjud in personer",
|
|
76
83
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder": "Ange namn eller e-postadresser",
|
|
77
84
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip": "Medarbetare kan inte läggas till i bokmärken",
|
|
85
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justifiableContactRestrictionNotice": "This content requires a business justification for {count, plural, one {{count} invitation} other {{count} invitations}}. Please select a business justification below. {justificationSelect} {removeLink}",
|
|
86
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justifiableContactRestrictionRemoveButtonLabel": "Alternatively, remove to continue",
|
|
87
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justificationSelectPlaceholder": "Select Justification",
|
|
88
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingJustificationReasonsLabel": "Loading justification reasons",
|
|
78
89
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel": "Läser in",
|
|
79
90
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerDescription": "Preview-only",
|
|
80
91
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerUploaderDescription": "Ladda upp och förhandsgranska",
|