@box/unified-share-modal 0.45.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +379 -0
- package/README.md +57 -0
- package/dist/esm/index.js +4 -0
- package/dist/esm/lib/components/index.js +8 -0
- package/dist/esm/lib/components/remove-shared-link-modal/index.js +4 -0
- package/dist/esm/lib/components/remove-shared-link-modal/messages.js +30 -0
- package/dist/esm/lib/components/remove-shared-link-modal/remove-shared-link-modal.js +59 -0
- package/dist/esm/lib/components/shared-link-settings-modal/index.js +4 -0
- package/dist/esm/lib/components/shared-link-settings-modal/messages.js +106 -0
- package/dist/esm/lib/components/shared-link-settings-modal/shared-link-settings-modal.js +181 -0
- package/dist/esm/lib/components/unified-share-form-modal/collaboration-section/collaboration-role.js +89 -0
- package/dist/esm/lib/components/unified-share-form-modal/collaboration-section/collaboration-section.js +108 -0
- package/dist/esm/lib/components/unified-share-form-modal/collaboration-section/index.js +4 -0
- package/dist/esm/lib/components/unified-share-form-modal/collaboration-section/messages.js +90 -0
- package/dist/esm/lib/components/unified-share-form-modal/collaboration-section/shared-with-avatars.js +58 -0
- package/dist/esm/lib/components/unified-share-form-modal/collaboration-section/text-area-container.js +58 -0
- package/dist/esm/lib/components/unified-share-form-modal/collaborators-view/collaborator-avatar.js +65 -0
- package/dist/esm/lib/components/unified-share-form-modal/collaborators-view/collaborator-list-item.js +64 -0
- package/dist/esm/lib/components/unified-share-form-modal/collaborators-view/collaborators-view.js +85 -0
- package/dist/esm/lib/components/unified-share-form-modal/collaborators-view/index.js +4 -0
- package/dist/esm/lib/components/unified-share-form-modal/collaborators-view/messages.js +38 -0
- package/dist/esm/lib/components/unified-share-form-modal/index.js +4 -0
- package/dist/esm/lib/components/unified-share-form-modal/messages.js +50 -0
- package/dist/esm/lib/components/unified-share-form-modal/shared-link-section/index.js +4 -0
- package/dist/esm/lib/components/unified-share-form-modal/shared-link-section/messages.js +98 -0
- package/dist/esm/lib/components/unified-share-form-modal/shared-link-section/shared-link-access.js +86 -0
- package/dist/esm/lib/components/unified-share-form-modal/shared-link-section/shared-link-permission.js +19 -0
- package/dist/esm/lib/components/unified-share-form-modal/shared-link-section/shared-link-section.js +144 -0
- package/dist/esm/lib/components/unified-share-form-modal/unified-share-form-modal.js +72 -0
- package/dist/esm/lib/components/unified-share-form-modal/unified-share-form.js +29 -0
- package/dist/esm/lib/constants.js +25 -0
- package/dist/esm/lib/contexts/index.js +9 -0
- package/dist/esm/lib/contexts/unified-share-form-context.js +40 -0
- package/dist/esm/lib/contexts/unified-share-modal-context.js +11 -0
- package/dist/esm/lib/hooks/index.js +12 -0
- package/dist/esm/lib/hooks/use-access-levels.js +51 -0
- package/dist/esm/lib/hooks/use-collaboration-form.js +70 -0
- package/dist/esm/lib/hooks/use-form-validation.js +31 -0
- package/dist/esm/lib/hooks/use-link-settings-form.js +60 -0
- package/dist/esm/lib/hooks/use-sharing-action.js +71 -0
- package/dist/esm/lib/messages.js +70 -0
- package/dist/esm/lib/store.js +30 -0
- package/dist/esm/lib/unified-share-modal.js +65 -0
- package/dist/esm/lib/utils/collaborator.js +26 -0
- package/dist/esm/lib/utils/date.js +14 -0
- package/dist/esm/lib/utils/event.js +14 -0
- package/dist/esm/lib/utils/index.js +19 -0
- package/dist/esm/lib/utils/permission.js +14 -0
- package/dist/esm/lib/utils/validation.js +5 -0
- package/dist/i18n/bn-IN.js +157 -0
- package/dist/i18n/bn-IN.properties +290 -0
- package/dist/i18n/da-DK.js +157 -0
- package/dist/i18n/da-DK.properties +290 -0
- package/dist/i18n/de-DE.js +157 -0
- package/dist/i18n/de-DE.properties +290 -0
- package/dist/i18n/en-AU.js +157 -0
- package/dist/i18n/en-AU.properties +290 -0
- package/dist/i18n/en-CA.js +157 -0
- package/dist/i18n/en-CA.properties +290 -0
- package/dist/i18n/en-GB.js +157 -0
- package/dist/i18n/en-GB.properties +290 -0
- package/dist/i18n/en-US.js +111 -0
- package/dist/i18n/en-US.properties +218 -0
- package/dist/i18n/en-x-pseudo.js +157 -0
- package/dist/i18n/en-x-pseudo.properties +290 -0
- package/dist/i18n/es-419.js +157 -0
- package/dist/i18n/es-419.properties +290 -0
- package/dist/i18n/es-ES.js +157 -0
- package/dist/i18n/es-ES.properties +290 -0
- package/dist/i18n/fi-FI.js +157 -0
- package/dist/i18n/fi-FI.properties +290 -0
- package/dist/i18n/fr-CA.js +157 -0
- package/dist/i18n/fr-CA.properties +290 -0
- package/dist/i18n/fr-FR.js +157 -0
- package/dist/i18n/fr-FR.properties +290 -0
- package/dist/i18n/hi-IN.js +157 -0
- package/dist/i18n/hi-IN.properties +290 -0
- package/dist/i18n/it-IT.js +157 -0
- package/dist/i18n/it-IT.properties +290 -0
- package/dist/i18n/ja-JP.js +157 -0
- package/dist/i18n/ja-JP.properties +290 -0
- package/dist/i18n/json/src/lib/components/remove-shared-link-modal/messages.json +1 -0
- package/dist/i18n/json/src/lib/components/shared-link-settings-modal/messages.json +1 -0
- package/dist/i18n/json/src/lib/components/unified-share-form-modal/collaboration-section/messages.json +1 -0
- package/dist/i18n/json/src/lib/components/unified-share-form-modal/collaborators-view/messages.json +1 -0
- package/dist/i18n/json/src/lib/components/unified-share-form-modal/messages.json +1 -0
- package/dist/i18n/json/src/lib/components/unified-share-form-modal/shared-link-section/messages.json +1 -0
- package/dist/i18n/json/src/lib/messages.json +1 -0
- package/dist/i18n/ko-KR.js +157 -0
- package/dist/i18n/ko-KR.properties +290 -0
- package/dist/i18n/nb-NO.js +157 -0
- package/dist/i18n/nb-NO.properties +290 -0
- package/dist/i18n/nl-NL.js +157 -0
- package/dist/i18n/nl-NL.properties +290 -0
- package/dist/i18n/pl-PL.js +157 -0
- package/dist/i18n/pl-PL.properties +290 -0
- package/dist/i18n/pt-BR.js +157 -0
- package/dist/i18n/pt-BR.properties +290 -0
- package/dist/i18n/ru-RU.js +157 -0
- package/dist/i18n/ru-RU.properties +290 -0
- package/dist/i18n/sv-SE.js +157 -0
- package/dist/i18n/sv-SE.properties +290 -0
- package/dist/i18n/tr-TR.js +157 -0
- package/dist/i18n/tr-TR.properties +290 -0
- package/dist/i18n/zh-CN.js +157 -0
- package/dist/i18n/zh-CN.properties +290 -0
- package/dist/i18n/zh-TW.js +157 -0
- package/dist/i18n/zh-TW.properties +290 -0
- package/dist/styles/collaboration-role.css +1 -0
- package/dist/styles/collaboration-section.css +1 -0
- package/dist/styles/collaborator-avatar.css +1 -0
- package/dist/styles/collaborator-list-item.css +1 -0
- package/dist/styles/collaborators-view.css +1 -0
- package/dist/styles/remove-shared-link-modal.css +1 -0
- package/dist/styles/shared-link-access.css +1 -0
- package/dist/styles/shared-link-permission.css +1 -0
- package/dist/styles/shared-link-section.css +1 -0
- package/dist/styles/shared-link-settings-modal.css +1 -0
- package/dist/styles/shared-with-avatars.css +1 -0
- package/dist/styles/text-area-container.css +1 -0
- package/dist/styles/unified-share-form-modal.css +1 -0
- package/dist/styles/unified-share-form.css +1 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/lib/components/index.d.ts +3 -0
- package/dist/types/lib/components/remove-shared-link-modal/index.d.ts +1 -0
- package/dist/types/lib/components/remove-shared-link-modal/messages.d.ts +33 -0
- package/dist/types/lib/components/remove-shared-link-modal/remove-shared-link-modal.d.ts +5 -0
- package/dist/types/lib/components/remove-shared-link-modal/stories/shared.d.ts +3 -0
- package/dist/types/lib/components/shared-link-settings-modal/index.d.ts +1 -0
- package/dist/types/lib/components/shared-link-settings-modal/messages.d.ts +123 -0
- package/dist/types/lib/components/shared-link-settings-modal/shared-link-settings-modal.d.ts +5 -0
- package/dist/types/lib/components/shared-link-settings-modal/stories/shared.d.ts +36 -0
- package/dist/types/lib/components/unified-share-form-modal/collaboration-section/collaboration-role.d.ts +1 -0
- package/dist/types/lib/components/unified-share-form-modal/collaboration-section/collaboration-section.d.ts +1 -0
- package/dist/types/lib/components/unified-share-form-modal/collaboration-section/index.d.ts +1 -0
- package/dist/types/lib/components/unified-share-form-modal/collaboration-section/messages.d.ts +108 -0
- package/dist/types/lib/components/unified-share-form-modal/collaboration-section/shared-with-avatars.d.ts +1 -0
- package/dist/types/lib/components/unified-share-form-modal/collaboration-section/text-area-container.d.ts +3 -0
- package/dist/types/lib/components/unified-share-form-modal/collaborators-view/collaborator-avatar.d.ts +8 -0
- package/dist/types/lib/components/unified-share-form-modal/collaborators-view/collaborator-list-item.d.ts +5 -0
- package/dist/types/lib/components/unified-share-form-modal/collaborators-view/collaborators-view.d.ts +1 -0
- package/dist/types/lib/components/unified-share-form-modal/collaborators-view/index.d.ts +1 -0
- package/dist/types/lib/components/unified-share-form-modal/collaborators-view/messages.d.ts +43 -0
- package/dist/types/lib/components/unified-share-form-modal/index.d.ts +1 -0
- package/dist/types/lib/components/unified-share-form-modal/messages.d.ts +58 -0
- package/dist/types/lib/components/unified-share-form-modal/shared-link-section/index.d.ts +1 -0
- package/dist/types/lib/components/unified-share-form-modal/shared-link-section/messages.d.ts +118 -0
- package/dist/types/lib/components/unified-share-form-modal/shared-link-section/shared-link-access.d.ts +1 -0
- package/dist/types/lib/components/unified-share-form-modal/shared-link-section/shared-link-permission.d.ts +1 -0
- package/dist/types/lib/components/unified-share-form-modal/shared-link-section/shared-link-section.d.ts +1 -0
- package/dist/types/lib/components/unified-share-form-modal/stories/shared.d.ts +15 -0
- package/dist/types/lib/components/unified-share-form-modal/unified-share-form-modal.d.ts +9 -0
- package/dist/types/lib/components/unified-share-form-modal/unified-share-form.d.ts +1 -0
- package/dist/types/lib/constants.d.ts +7 -0
- package/dist/types/lib/contexts/index.d.ts +2 -0
- package/dist/types/lib/contexts/unified-share-form-context.d.ts +25 -0
- package/dist/types/lib/contexts/unified-share-modal-context.d.ts +16 -0
- package/dist/types/lib/hooks/index.d.ts +5 -0
- package/dist/types/lib/hooks/use-access-levels.d.ts +6 -0
- package/dist/types/lib/hooks/use-collaboration-form.d.ts +10 -0
- package/dist/types/lib/hooks/use-form-validation.d.ts +18 -0
- package/dist/types/lib/hooks/use-link-settings-form.d.ts +10 -0
- package/dist/types/lib/hooks/use-sharing-action.d.ts +7 -0
- package/dist/types/lib/messages.d.ts +83 -0
- package/dist/types/lib/store.d.ts +21 -0
- package/dist/types/lib/stories/shared.d.ts +22 -0
- package/dist/types/lib/types.d.ts +387 -0
- package/dist/types/lib/unified-share-modal.d.ts +20 -0
- package/dist/types/lib/utils/collaborator.d.ts +8 -0
- package/dist/types/lib/utils/date.d.ts +3 -0
- package/dist/types/lib/utils/event.d.ts +13 -0
- package/dist/types/lib/utils/index.d.ts +5 -0
- package/dist/types/lib/utils/permission.d.ts +3 -0
- package/dist/types/lib/utils/validation.d.ts +2 -0
- package/package.json +54 -0
|
@@ -0,0 +1,290 @@
|
|
|
1
|
+
# Notification text when copying the shared link fails
|
|
2
|
+
groupSharedFeatures.usm.autoCopyErrorNoticeText = Shared link created. Click Copy to share.
|
|
3
|
+
# Notification text when the shared link is successfully copied to clipboard when link is created
|
|
4
|
+
groupSharedFeatures.usm.autoCopySuccessNoticeText = 共有リンクを作成してクリップボードにコピーしました。
|
|
5
|
+
# Notification text when the shared link failed to be created
|
|
6
|
+
groupSharedFeatures.usm.createSharedLinkErrorNoticeText = 共有リンクを作成できません。後でもう一度やり直してください。
|
|
7
|
+
# Notification text when the shared link is successfully created
|
|
8
|
+
groupSharedFeatures.usm.createSharedLinkSuccessNoticeText = 共有リンクを作成しました
|
|
9
|
+
# Default error notification text rendered when API fails
|
|
10
|
+
groupSharedFeatures.usm.defaultErrorNoticeText = Something went wrong. Please try again later.
|
|
11
|
+
# Notification text when the shared link failed to be removed
|
|
12
|
+
groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText = 共有リンクを削除できません。後でもう一度やり直してください。
|
|
13
|
+
# Notification text when the shared link is successfully removed
|
|
14
|
+
groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText = 「{itemName}」の共有リンクを削除しました。
|
|
15
|
+
# Error message for the email field when email is not provided
|
|
16
|
+
groupSharedFeatures.usm.emailRequiredErrorMessage = 有効なメールアドレスを少なくとも1つ入力してください
|
|
17
|
+
# Icon label for the error notifications
|
|
18
|
+
groupSharedFeatures.usm.errorNoticeIcon = エラー
|
|
19
|
+
# Error message for the expiration date field when expiration date is in the past
|
|
20
|
+
groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage = The expiration date must be in the future
|
|
21
|
+
# Error message for the expiration date field when expiration date is not provided
|
|
22
|
+
groupSharedFeatures.usm.expirationRequiredErrorMessage = 日付を選択してください
|
|
23
|
+
# Error message for the email field when email is invalid
|
|
24
|
+
groupSharedFeatures.usm.invalidEmailErrorMessage = メールアドレスが無効です
|
|
25
|
+
# Close button aria label for the notifications
|
|
26
|
+
groupSharedFeatures.usm.noticeCloseLabel = 閉じる
|
|
27
|
+
# Body text of the Remove Shared Link modal
|
|
28
|
+
groupSharedFeatures.usm.removeSharedLinkModal.bodyText = これにより、共有リンクが完全に削除されます。この項目が他のサイトに埋め込まれている場合は、そのサイトでもアクセスできなくなります。カスタムプロパティ、設定、有効期限も削除されます。続行しますか?
|
|
29
|
+
# Button text to cancel removing a shared link
|
|
30
|
+
groupSharedFeatures.usm.removeSharedLinkModal.cancelButton = キャンセル
|
|
31
|
+
# Aria label for the button to close the Remove Shared Link modal
|
|
32
|
+
groupSharedFeatures.usm.removeSharedLinkModal.closeButton = 閉じる
|
|
33
|
+
# Button aria label when the shared link is being removed
|
|
34
|
+
groupSharedFeatures.usm.removeSharedLinkModal.loadingLabel = 読み込み中
|
|
35
|
+
# Button text to confirm removing a shared link
|
|
36
|
+
groupSharedFeatures.usm.removeSharedLinkModal.okayButton = OK
|
|
37
|
+
# Title of the Remove Shared Link modal
|
|
38
|
+
groupSharedFeatures.usm.removeSharedLinkModal.title = 共有リンクの削除
|
|
39
|
+
# Button text to cancel updating the shared link settings
|
|
40
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.cancelButton = キャンセル
|
|
41
|
+
# Aria label for the button to close the Shared Link Settings modal
|
|
42
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.closeButton = 閉じる
|
|
43
|
+
# Label for the download settings toggle
|
|
44
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText = 共有リンクを知っているユーザーにこの項目のダウンロードを許可する
|
|
45
|
+
# Link to learn more about shared link settings
|
|
46
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.learnSharedLinkSettingsLink = 共有リンクの設定について詳細を表示。
|
|
47
|
+
# Aria label for the calendar in the link expiration settings
|
|
48
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel = 共有リンクの有効期限を選択
|
|
49
|
+
# Aria label for the clear date picker button in the link expiration settings
|
|
50
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationClearDatePickerAriaLabel = 日付選択をクリア
|
|
51
|
+
# Label for the date picker in the link expiration settings
|
|
52
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationDatePickerLabel = 日付を選択
|
|
53
|
+
# Aria label for the next month button in the link expiration settings
|
|
54
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationNextMonthAriaLabel = 翌月に切り替え
|
|
55
|
+
# Aria label for the open calendar dropdown button in the link expiration settings
|
|
56
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationOpenCalendarDropdownAriaLabel = カレンダーを開く
|
|
57
|
+
# Aria label for the previous month button in the link expiration settings
|
|
58
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationPreviousMonthAriaLabel = 前月に切り替え
|
|
59
|
+
# Label for the link expiration toggle
|
|
60
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationToggleText = リンクの有効期限
|
|
61
|
+
# Button aria label when the shared link settings are being updated
|
|
62
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.loadingLabel = 読み込み中
|
|
63
|
+
# Button text to confirm saving the shared link settings
|
|
64
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.saveButton = 保存
|
|
65
|
+
# subtitle of the Shared Link settings modal
|
|
66
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.subtitle = このコンテンツは、リンクを知っている社内のユーザー全員に公開され、表示、ダウンロードできます。{learnSharedLinkSettingsLink}
|
|
67
|
+
# Title of the Shared Link Settings modal
|
|
68
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.title = 共有リンクの設定
|
|
69
|
+
# Text for the vanity domain settings warning
|
|
70
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.vanityDomainSettingsWarningText = 機密性の高いコンテンツを共有する場合は、カスタムURLを使用しないでください。
|
|
71
|
+
# Label for the vanity name input
|
|
72
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputLabel = カスタムパス
|
|
73
|
+
# Placeholder text for the vanity name input
|
|
74
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputPlaceholder = カスタムパスを入力 (12文字以上)
|
|
75
|
+
# Text for the vanity name invalid error
|
|
76
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError = カスタムURLは12~30文字で、アルファベット、数字、ハイフンを含めることができます。
|
|
77
|
+
# Label for the vanity name toggle
|
|
78
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameToggleText = 非プライベートのカスタムURLでコンテンツを広範囲に公開する
|
|
79
|
+
# Label for the warning notification icon
|
|
80
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.warningNoticeIconAriaLabel = 警告
|
|
81
|
+
# Icon label for the success notifications
|
|
82
|
+
groupSharedFeatures.usm.successNoticeIcon = 成功
|
|
83
|
+
# Aria label for the button to close the Unified Share Modal
|
|
84
|
+
groupSharedFeatures.usm.unifiedShareFormModal.closeButton = 閉じる
|
|
85
|
+
# Label for the role of a collaborator who co-owns the item
|
|
86
|
+
groupSharedFeatures.usm.unifiedShareFormModal.coOwnerRole = 共同所有者
|
|
87
|
+
# Button text to cancel inviting collaborators to the file / folder
|
|
88
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.cancelButton = キャンセル
|
|
89
|
+
# Aria label for the button to clear the input field for selecting users
|
|
90
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.clearButton = クリア
|
|
91
|
+
# Aria label for the button to close the Unified Share Modal
|
|
92
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.closeButton = 閉じる
|
|
93
|
+
# Description for the collaboration role with "Co-owner" permissions to the item
|
|
94
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.coOwnerDescription = セキュリティの管理、アップロード、ダウンロード、プレビュー、共有、編集、削除が可能です
|
|
95
|
+
# Description for the collaboration role with "Editor" permissions to the item
|
|
96
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription = アップロード、ダウンロード、プレビュー、共有、編集が可能です
|
|
97
|
+
# Description for the collaboration role with "Editor" permissions to the folder
|
|
98
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription = アップロード、ダウンロード、プレビュー、共有、編集、削除が可能です
|
|
99
|
+
# Label for the field to select users to email the shared link of the item
|
|
100
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel = 共有リンクをメールで送信
|
|
101
|
+
# Label for the button to select the collaboration role of the new collaborator
|
|
102
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel = {role}として招待
|
|
103
|
+
# Label for the field to select users to collaborate with on an item
|
|
104
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel = ユーザーを招待
|
|
105
|
+
# Placeholder for the field to select users to collaborate with on an item
|
|
106
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder = 名前またはメールアドレスを追加
|
|
107
|
+
# Aria label for the loading indicator of the Unified Share Modal
|
|
108
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel = 読み込み中
|
|
109
|
+
# Description for the collaboration role with "Previewer" permissions to the item
|
|
110
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerDescription = プレビューのみ可能です
|
|
111
|
+
# Description for the collaboration role with "Previewer Uploader" permissions to the item
|
|
112
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerUploaderDescription = アップロードとプレビュー
|
|
113
|
+
# Button text to invite collaborators to the file / folder
|
|
114
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.sendButton = 送信
|
|
115
|
+
# Aria label for the text field to include a message when sharing an item
|
|
116
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.shareMessageCharacterCountAriaLabel = 残り{count}文字
|
|
117
|
+
# Label for the text field to include a message when sharing an item
|
|
118
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.shareMessageLabel = メッセージ (省略可)
|
|
119
|
+
# Placeholder for the text field to include a message when sharing an item
|
|
120
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.shareMessagePlaceholder = メッセージを追加
|
|
121
|
+
# Label for the button to view the list of collaborators shared with on the item
|
|
122
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.sharedWithLabel = 共有先
|
|
123
|
+
# Description for the collaboration role with "Uploader" permissions to the item
|
|
124
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.uploaderDescription = アップロードのみ
|
|
125
|
+
# Description for the collaboration role with "Viewer" permissions to the item
|
|
126
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.viewerDescription = ダウンロード、プレビュー、共有が可能です
|
|
127
|
+
# Description for the collaboration role with "Viewer Uploader" permissions to the item
|
|
128
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.viewerUploaderDescription = アップロード、ダウンロード、プレビュー、共有、編集が可能です
|
|
129
|
+
# Aria label for the button to close the Unified Share Modal
|
|
130
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.closeButton = 閉じる
|
|
131
|
+
# Button text to exit the view of collaborators shared with on the item
|
|
132
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.doneButton = 完了
|
|
133
|
+
# Label for the badge on the avatar of a collaborator who will lose access to the item
|
|
134
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.expiresBadge = アクセスの有効期限が{date}に切れます
|
|
135
|
+
# Aria label for the list of collaborators shared with on the item
|
|
136
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.listLabel = コラボレータ
|
|
137
|
+
# Link text to open the page to view and manage the full list of collaborators
|
|
138
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.manageAllLink = すべてを管理
|
|
139
|
+
# Label for the column in the collaborators list for the name of the collaborator
|
|
140
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.nameColumn = 名前
|
|
141
|
+
# Label for the role of a collaborator who has a pending collaboration invitation
|
|
142
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.pendingRole = 保留中
|
|
143
|
+
# Label for the column in the collaborators list for the role of the collaborator
|
|
144
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.roleColumn = 役割
|
|
145
|
+
# Label for the role of a collaborator who can edit and delete the item
|
|
146
|
+
groupSharedFeatures.usm.unifiedShareFormModal.editorRole = 編集者
|
|
147
|
+
# Aria label for the loading indicator of the Unified Share Modal
|
|
148
|
+
groupSharedFeatures.usm.unifiedShareFormModal.loadingLabel = 読み込み中
|
|
149
|
+
# Label for the role of a collaborator who owns the item
|
|
150
|
+
groupSharedFeatures.usm.unifiedShareFormModal.ownerRole = 所有者
|
|
151
|
+
# Label for the role of a collaborator who can preview the item
|
|
152
|
+
groupSharedFeatures.usm.unifiedShareFormModal.previewerRole = プレビューアー
|
|
153
|
+
# Label for the role of a collaborator who can preview and upload to the item
|
|
154
|
+
groupSharedFeatures.usm.unifiedShareFormModal.previewerUploaderRole = プレビューアー/アップローダー
|
|
155
|
+
# Text inserted in the access level descriptions when the type of the item is a file
|
|
156
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.accessLevelFileItem = ファイル
|
|
157
|
+
# Text inserted in the access level descriptions when the type of the item is a folder
|
|
158
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.accessLevelFolderItem = フォルダ
|
|
159
|
+
# Text inserted in the access level descriptions when the type of the item is a hub
|
|
160
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.accessLevelHubsItem = Hub
|
|
161
|
+
# Description for the access level where only invited users can access the item
|
|
162
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription = 招待されたユーザーのみがこの{item}にアクセスできます
|
|
163
|
+
# Label for the access level where only invited users can access the item
|
|
164
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel = 招待されたユーザーのみ
|
|
165
|
+
# Description for the access level where users in the company can access the item
|
|
166
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription = リンクを知っている社内のユーザー全員、またはこの{item}に招待されたユーザーがアクセスできます
|
|
167
|
+
# Label for the access level where users in the company can access the item
|
|
168
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelLabel = 会社のユーザー
|
|
169
|
+
# Tooltip on an access level that has been disabled due to a security policy in the enterprise
|
|
170
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.disabledAccessLevelTooltip = セキュリティポリシーによって、このオプションは使用不可になっています
|
|
171
|
+
# Description for the access level where users in the enterprise can access the item
|
|
172
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelDescription = リンクを知っている{enterprise}のユーザー、またはこの{item}に招待されたユーザーがアクセスできます
|
|
173
|
+
# Label for the access level where users in the enterprise can access the item
|
|
174
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelLabel = {enterprise}のユーザー
|
|
175
|
+
# Label for the icon button to indicate the shared link has an expiration date
|
|
176
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconLabel = 有効期限
|
|
177
|
+
# Tooltip for the icon button to indicate the shared link has an expiration date
|
|
178
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconTooltip = このリンクは{expirationDate}に期限切れになり、アクセスできなくなります
|
|
179
|
+
# Description for the access level where anyone with the URL can access the item
|
|
180
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription = リンクを知っている全員がアクセスでき、サインインは不要です
|
|
181
|
+
# Label for the access level where anyone with the URL can access the item
|
|
182
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel = リンクを知っている全員
|
|
183
|
+
# Label for the section to manage the shared link of the file / folder
|
|
184
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel = リンクを共有
|
|
185
|
+
# Success notification displayed when shared link is created and copied to clipboard
|
|
186
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkCopiedSuccessNoticeText = 共有リンクを作成してクリップボードにコピーしました。
|
|
187
|
+
# Aria label and tooltip for the icon button to email the shared link
|
|
188
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel = 共有リンクを送信
|
|
189
|
+
# Label for the button link to open the Shared Link Settings modal
|
|
190
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel = リンク設定
|
|
191
|
+
# Label for the toggle to create and delete the shared link
|
|
192
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel = 共有リンク
|
|
193
|
+
# Tooltip on the disabled toggle to create a new shared link
|
|
194
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip = リンクを作成してコピー
|
|
195
|
+
# Label for the text field of the URL for sharing the file / folder
|
|
196
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkUrlLabel = 共有リンクのURL
|
|
197
|
+
# Title of the Unified Share Modal. {itemName} is the name of the file / folder being shared
|
|
198
|
+
groupSharedFeatures.usm.unifiedShareFormModal.title = 「{itemName}」を共有
|
|
199
|
+
# Label for the role of a collaborator who can upload to the item
|
|
200
|
+
groupSharedFeatures.usm.unifiedShareFormModal.uploaderRole = アップローダー
|
|
201
|
+
# Label for the role of a collaborator who can view the item
|
|
202
|
+
groupSharedFeatures.usm.unifiedShareFormModal.viewerRole = ビューアー
|
|
203
|
+
# Label for the role of a collaborator who can view and upload to the item
|
|
204
|
+
groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole = ビューアー/アップローダー
|
|
205
|
+
# Notification text when the shared link settings are successfully saved
|
|
206
|
+
groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText = 設定を保存しました。
|
|
207
|
+
# Text for the vanity name invalid error
|
|
208
|
+
groupSharedFeatures.usm.vanityNameInvalidErrorMessage = カスタムURLは12~30文字で、アルファベット、数字、ハイフンを含めることができます。
|
|
209
|
+
# Error message for the vanity name field when custom URL is not provided
|
|
210
|
+
groupSharedFeatures.usm.vanityNameRequiredErrorMessage = カスタムURLを入力してください
|
|
211
|
+
# Text displayed when email input is empty
|
|
212
|
+
groupSharedFeatures.usmV1.atLeastOneEmailRequired = 有効なメールアドレスを少なくとも1つ入力してください
|
|
213
|
+
# Cancel button text
|
|
214
|
+
groupSharedFeatures.usmV1.cancel = キャンセル
|
|
215
|
+
# Close button text to close the modal
|
|
216
|
+
groupSharedFeatures.usmV1.close = 閉じる
|
|
217
|
+
# Label for the download settings toggle
|
|
218
|
+
groupSharedFeatures.usmV1.downloadSettingsToggleText = 共有リンクを知っているユーザーにこの項目のダウンロードを許可する
|
|
219
|
+
# Aria label for the email shared link button
|
|
220
|
+
groupSharedFeatures.usmV1.emailSharedLinkButtonAriaLabel = 共有リンクをメールで送信
|
|
221
|
+
# Label for the error notification type
|
|
222
|
+
groupSharedFeatures.usmV1.errorNoticeAriaLabel = エラー
|
|
223
|
+
# Text displayed when email input is invalid
|
|
224
|
+
groupSharedFeatures.usmV1.invalidEmail = メールアドレスが無効です
|
|
225
|
+
# Label of the field where a user designates who to invite to collaborate on an item
|
|
226
|
+
groupSharedFeatures.usmV1.inviteFieldLabel = ユーザーを招待
|
|
227
|
+
# Placeholder text for the invite people combobox
|
|
228
|
+
groupSharedFeatures.usmV1.invitePeoplePlaceholder = 名前またはメールアドレスを追加
|
|
229
|
+
# Link to the learn more about shared link settings
|
|
230
|
+
groupSharedFeatures.usmV1.learnSharedLinkSettingsLink = 共有リンクの設定について詳細を表示。
|
|
231
|
+
# Label for the link expiration toggle
|
|
232
|
+
groupSharedFeatures.usmV1.linkExpirationToggleText = リンクの有効期限
|
|
233
|
+
# Text for the link settings button
|
|
234
|
+
groupSharedFeatures.usmV1.linkSettingsButtonText = リンクの設定
|
|
235
|
+
# Aria label for loading state
|
|
236
|
+
groupSharedFeatures.usmV1.loadingAriaLabel = 読み込み中
|
|
237
|
+
# Label for "Message" text box to email the shared Link
|
|
238
|
+
groupSharedFeatures.usmV1.message = メッセージ (省略可)
|
|
239
|
+
# Placeholder text for message section
|
|
240
|
+
groupSharedFeatures.usmV1.messageSelectorPlaceholder = メッセージを追加
|
|
241
|
+
# Title of the Unified Share Modal. {itemName} is the name of the file / folder being shared
|
|
242
|
+
groupSharedFeatures.usmV1.modalTitle = 「{itemName}」を共有
|
|
243
|
+
# Label for the close button in the notification
|
|
244
|
+
groupSharedFeatures.usmV1.noticeCloseAriaLabel = 閉じる
|
|
245
|
+
# Okay button text
|
|
246
|
+
groupSharedFeatures.usmV1.okay = OK
|
|
247
|
+
# Text for the notification when shared link removal fails
|
|
248
|
+
groupSharedFeatures.usmV1.removeSharedLinkFailedNoticeText = 共有リンクを削除できません。後でもう一度やり直してください。
|
|
249
|
+
# Body text of the Remove Shared Link modal
|
|
250
|
+
groupSharedFeatures.usmV1.removeSharedLinkModalBodyText = これにより、共有リンクが完全に削除されます。この項目が他のサイトに埋め込まれている場合は、そのサイトでもアクセスできなくなります。カスタムプロパティ、設定、有効期限も削除されます。続行しますか?
|
|
251
|
+
# Title of the Remove Shared Link modal
|
|
252
|
+
groupSharedFeatures.usmV1.removeSharedLinkModalTitle = 共有リンクの削除
|
|
253
|
+
# Text for the notification when shared link is removed
|
|
254
|
+
groupSharedFeatures.usmV1.removeSharedLinkSuccessNoticeText = 「{itemName}」の共有リンクを削除しました。
|
|
255
|
+
# Send button text
|
|
256
|
+
groupSharedFeatures.usmV1.send = 送信
|
|
257
|
+
# Aria label for send button when sending invites
|
|
258
|
+
groupSharedFeatures.usmV1.sendingInvites = 招待を送信
|
|
259
|
+
# Subtitle of the Shared Link settings modal
|
|
260
|
+
groupSharedFeatures.usmV1.shareLinkSettingsModalSubTitleText = このコンテンツは、リンクを知っている社内のユーザー全員に公開され、表示、ダウンロードできます。{learnSharedLinkSettingsLink}
|
|
261
|
+
# Title of the Shared Link settings modal
|
|
262
|
+
groupSharedFeatures.usmV1.shareLinkSettingsModalTitle = 共有リンクの設定
|
|
263
|
+
# Success notification displayed when shared link is created and copied to clipboard
|
|
264
|
+
groupSharedFeatures.usmV1.sharedLinkCopiedSuccessNoticeText = 共有リンクを作成してクリップボードにコピーしました。
|
|
265
|
+
# Label for the copy input field
|
|
266
|
+
groupSharedFeatures.usmV1.sharedLinkCopyInputLabel = 共有リンクをクリップボードにコピー
|
|
267
|
+
# Text for the notification when shared link is created
|
|
268
|
+
groupSharedFeatures.usmV1.sharedLinkCreatedSuccessNoticeText = 共有リンクを作成しました
|
|
269
|
+
# Text for the notification when shared link creation fails
|
|
270
|
+
groupSharedFeatures.usmV1.sharedLinkCreationFailedNoticeText = 共有リンクを作成できません。後でもう一度やり直してください。
|
|
271
|
+
# This tooltip appears over the shared link toggle, explaining what happens when it is clicked
|
|
272
|
+
groupSharedFeatures.usmV1.sharedLinkDisabledTooltip = リンクを作成してコピー
|
|
273
|
+
# Label for share link toggle
|
|
274
|
+
groupSharedFeatures.usmV1.sharedLinkToggleLabel = リンクを共有
|
|
275
|
+
# Label for share link toggle
|
|
276
|
+
groupSharedFeatures.usmV1.sharedLinkToggleText = 共有リンク
|
|
277
|
+
# Label for the success notification type
|
|
278
|
+
groupSharedFeatures.usmV1.successNoticeAriaLabel = 成功
|
|
279
|
+
# Text for the vanity domain settings warning
|
|
280
|
+
groupSharedFeatures.usmV1.vanityDomainSettingsWarningText = 機密性の高いコンテンツを共有する場合は、カスタムURLを使用しないでください。
|
|
281
|
+
# Label for the vanity name input
|
|
282
|
+
groupSharedFeatures.usmV1.vanityNameInputLabel = バニティ入力
|
|
283
|
+
# Placeholder text for the vanity name input
|
|
284
|
+
groupSharedFeatures.usmV1.vanityNameInputPlaceholder = カスタムパスを入力 (12文字以上)
|
|
285
|
+
# Text for the vanity name invalid error
|
|
286
|
+
groupSharedFeatures.usmV1.vanityNameInvalidError = カスタムURLは12~30文字で、アルファベット、数字、ハイフンを含めることができます。
|
|
287
|
+
# Label for the vanity name toggle
|
|
288
|
+
groupSharedFeatures.usmV1.vanityNameToggleText = 非プライベートのカスタムURLでコンテンツを広範囲に公開する
|
|
289
|
+
# Label for the warning notification icon
|
|
290
|
+
groupSharedFeatures.usmV1.warningNoticeIconAriaLabel = 警告アイコンのラベル
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
[{"id":"groupSharedFeatures.usm.removeSharedLinkModal.title","description":"Title of the Remove Shared Link modal","defaultMessage":"Remove Shared Link"},{"id":"groupSharedFeatures.usm.removeSharedLinkModal.bodyText","description":"Body text of the Remove Shared Link modal","defaultMessage":"This will permanently remove the shared link. If this item is embedded on other sites it will also become inaccessible. Any custom properties, settings and expirations will be removed as well. Do you want to continue?"},{"id":"groupSharedFeatures.usm.removeSharedLinkModal.cancelButton","description":"Button text to cancel removing a shared link","defaultMessage":"Cancel"},{"id":"groupSharedFeatures.usm.removeSharedLinkModal.closeButton","description":"Aria label for the button to close the Remove Shared Link modal","defaultMessage":"Close"},{"id":"groupSharedFeatures.usm.removeSharedLinkModal.loadingLabel","description":"Button aria label when the shared link is being removed","defaultMessage":"Loading"},{"id":"groupSharedFeatures.usm.removeSharedLinkModal.okayButton","description":"Button text to confirm removing a shared link","defaultMessage":"Okay"}]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
[{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.title","description":"Title of the Shared Link Settings modal","defaultMessage":"Shared Link Settings"},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.subtitle","description":"subtitle of the Shared Link settings modal","defaultMessage":"This content is available to anyone within your company with the link, and can be viewed or downloaded. {learnSharedLinkSettingsLink}"},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.cancelButton","description":"Button text to cancel updating the shared link settings","defaultMessage":"Cancel"},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.closeButton","description":"Aria label for the button to close the Shared Link Settings modal","defaultMessage":"Close"},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.loadingLabel","description":"Button aria label when the shared link settings are being updated","defaultMessage":"Loading"},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.saveButton","description":"Button text to confirm saving the shared link settings","defaultMessage":"Save"},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.learnSharedLinkSettingsLink","description":"Link to learn more about shared link settings","defaultMessage":"Learn more about shared link settings."},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel","description":"Aria label for the calendar in the link expiration settings","defaultMessage":"Select your shared link expiration date"},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationClearDatePickerAriaLabel","description":"Aria label for the clear date picker button in the link expiration settings","defaultMessage":"Clear date picker"},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationNextMonthAriaLabel","description":"Aria label for the next month button in the link expiration settings","defaultMessage":"Switch to next month"},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationOpenCalendarDropdownAriaLabel","description":"Aria label for the open calendar dropdown button in the link expiration settings","defaultMessage":"Open calendar"},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationPreviousMonthAriaLabel","description":"Aria label for the previous month button in the link expiration settings","defaultMessage":"Switch to previous month"},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationDatePickerLabel","description":"Label for the date picker in the link expiration settings","defaultMessage":"Expiration date"},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationToggleText","description":"Label for the link expiration toggle","defaultMessage":"Link expiration"},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError","description":"Text for the vanity name invalid error","defaultMessage":"Custom URLs should be between 12-30 characters, and can include letters, numbers, and hyphens."},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameToggleText","description":"Label for the vanity name toggle","defaultMessage":"Publish content broadly with a custom, non-private URL"},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.warningNoticeIconAriaLabel","description":"Label for the warning notification icon","defaultMessage":"Warning"},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.vanityDomainSettingsWarningText","description":"Text for the vanity domain settings warning","defaultMessage":"Custom URLs should not be used when sharing sensitive content."},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputLabel","description":"Label for the vanity name input","defaultMessage":"Custom path"},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputPlaceholder","description":"Placeholder text for the vanity name input","defaultMessage":"Enter a custom path (12 or more characters)"},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText","description":"Label for the download settings toggle","defaultMessage":"Allow users with the shared link to download this item"},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordToggleText","description":"Label for the password protection toggle","defaultMessage":"Password protection"},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordInputPlaceholder","description":"Placeholder text for the password input","defaultMessage":"Enter a password"},{"id":"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText","description":"Text for the password settings warning","defaultMessage":"Your password should include at least 8 characters, and should contain at least one upper case letter, number, or special character."}]
|
|
@@ -0,0 +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"}]
|
package/dist/i18n/json/src/lib/components/unified-share-form-modal/collaborators-view/messages.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
[{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.closeButton","description":"Aria label for the button to close the Unified Share Modal","defaultMessage":"Close"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.doneButton","description":"Button text to exit the view of collaborators shared with on the item","defaultMessage":"Done"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.manageAllLink","description":"Link text to open the page to view and manage the full list of collaborators","defaultMessage":"Manage All"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.listLabel","description":"Aria label for the list of collaborators shared with on the item","defaultMessage":"Collaborators"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.nameColumn","description":"Label for the column in the collaborators list for the name of the collaborator","defaultMessage":"Name"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.roleColumn","description":"Label for the column in the collaborators list for the role of the collaborator","defaultMessage":"Role"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.expiresBadge","description":"Label for the badge on the avatar of a collaborator who will lose access to the item","defaultMessage":"Access expires on {date}"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.pendingRole","description":"Label for the role of a collaborator who has a pending collaboration invitation","defaultMessage":"Pending"}]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
[{"id":"groupSharedFeatures.usm.unifiedShareFormModal.title","description":"Title of the Unified Share Modal. {itemName} is the name of the file / folder being shared","defaultMessage":"Share ‘{itemName}’"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.closeButton","description":"Aria label for the button to close the Unified Share Modal","defaultMessage":"Close"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.loadingLabel","description":"Aria label for the loading indicator of the Unified Share Modal","defaultMessage":"Loading"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.ownerRole","description":"Label for the role of a collaborator who owns the item","defaultMessage":"Owner"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.coOwnerRole","description":"Label for the role of a collaborator who co-owns the item","defaultMessage":"Co-owner"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.editorRole","description":"Label for the role of a collaborator who can edit and delete the item","defaultMessage":"Editor"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole","description":"Label for the role of a collaborator who can view and upload to the item","defaultMessage":"Viewer Uploader"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.previewerUploaderRole","description":"Label for the role of a collaborator who can preview and upload to the item","defaultMessage":"Previewer Uploader"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.viewerRole","description":"Label for the role of a collaborator who can view the item","defaultMessage":"Viewer"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.previewerRole","description":"Label for the role of a collaborator who can preview the item","defaultMessage":"Previewer"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.uploaderRole","description":"Label for the role of a collaborator who can upload to the item","defaultMessage":"Uploader"}]
|
package/dist/i18n/json/src/lib/components/unified-share-form-modal/shared-link-section/messages.json
ADDED
|
@@ -0,0 +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.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.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.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."}]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
[{"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.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":"Your 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.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 should 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 a date"},{"id":"groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage","description":"Error message for the expiration date field when expiration date is in the past","defaultMessage":"The 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"}]
|
|
@@ -0,0 +1,157 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
"groupSharedFeatures.usm.autoCopySharedLinkErrorNoticeText": "Unable to create a shared link. Please try again later.",
|
|
3
|
+
"groupSharedFeatures.usm.createSharedLinkErrorNoticeText": "공유 링크를 생성할 수 없습니다. 잠시 후 다시 시도해 주세요.",
|
|
4
|
+
"groupSharedFeatures.usm.createSharedLinkSuccessNoticeText": "공유 링크 생성됨",
|
|
5
|
+
"groupSharedFeatures.usm.defaultErrorNoticeText": "Something went wrong. Please try again later.",
|
|
6
|
+
"groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText": "공유 링크를 제거할 수 없습니다. 잠시 후 다시 시도해 주세요.",
|
|
7
|
+
"groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText": "“{itemName}”의 공유 링크가 성공적으로 제거되었습니다.",
|
|
8
|
+
"groupSharedFeatures.usm.emailRequiredErrorMessage": "최소 하나 이상의 올바른 이메일 주소를 입력하십시오.",
|
|
9
|
+
"groupSharedFeatures.usm.errorNoticeIcon": "오류",
|
|
10
|
+
"groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "The expiration date must be in the future",
|
|
11
|
+
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "날짜를 선택하세요",
|
|
12
|
+
"groupSharedFeatures.usm.invalidEmailErrorMessage": "올바르지 않은 이메일 주소",
|
|
13
|
+
"groupSharedFeatures.usm.noticeCloseLabel": "닫기",
|
|
14
|
+
"groupSharedFeatures.usm.removeSharedLinkModal.bodyText": "공유 링크가 영구적으로 제거됩니다. 이 항목이 다른 사이트에 포함되어 있으면 이어지지 않습니다. 지정 속성, 설정 및 만료 등이 제거됩니다. 계속하시겠습니까?",
|
|
15
|
+
"groupSharedFeatures.usm.removeSharedLinkModal.cancelButton": "취소",
|
|
16
|
+
"groupSharedFeatures.usm.removeSharedLinkModal.closeButton": "닫기",
|
|
17
|
+
"groupSharedFeatures.usm.removeSharedLinkModal.loadingLabel": "로드 중",
|
|
18
|
+
"groupSharedFeatures.usm.removeSharedLinkModal.okayButton": "확인",
|
|
19
|
+
"groupSharedFeatures.usm.removeSharedLinkModal.title": "공유 링크 제거",
|
|
20
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.cancelButton": "취소",
|
|
21
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.closeButton": "닫기",
|
|
22
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText": "공유 링크를 가진 사용자가 이 항목을 다운로드할 수 있도록 허용",
|
|
23
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.learnSharedLinkSettingsLink": "공유 링크 설정에 대해 자세히 알아보세요.",
|
|
24
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel": "공유 링크 만료 날짜 선택",
|
|
25
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationClearDatePickerAriaLabel": "날짜 선택 도구 초기화",
|
|
26
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationDatePickerLabel": "날짜 선택",
|
|
27
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationNextMonthAriaLabel": "다음 달로 이동",
|
|
28
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationOpenCalendarDropdownAriaLabel": "캘린더 열기",
|
|
29
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationPreviousMonthAriaLabel": "이전 달로 이동",
|
|
30
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationToggleText": "링크 만료",
|
|
31
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.loadingLabel": "로드 중",
|
|
32
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordInputPlaceholder": "Enter a password",
|
|
33
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordToggleText": "Password protection",
|
|
34
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText": "Your password should include at least 8 characters, and should contain at least one upper case letter, number, or special character.",
|
|
35
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.saveButton": "저장",
|
|
36
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.subtitle": "링크를 가진 회사 내 모든 사람이 액세스해 이 콘텐츠를 읽거나 다운로드할 수 있습니다. {learnSharedLinkSettingsLink}",
|
|
37
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.title": "공유 링크 설정",
|
|
38
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.vanityDomainSettingsWarningText": "민감한 콘텐츠를 공유할 때는 사용자 정의 URL을 사용하지 않아야 합니다.",
|
|
39
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputLabel": "사용자 정의 경로",
|
|
40
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputPlaceholder": "사용자 정의 경로 입력(12자 이상)",
|
|
41
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError": "사용자 정의 URL은 12~30자여야 하며, 문자, 숫자, 하이픈을 포함할 수 있습니다.",
|
|
42
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameToggleText": "비공개가 아닌 맞춤형 URL을 사용하여 콘텐츠를 광범위하게 게시하기",
|
|
43
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.warningNoticeIconAriaLabel": "경고",
|
|
44
|
+
"groupSharedFeatures.usm.successNoticeIcon": "성공",
|
|
45
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.closeButton": "닫기",
|
|
46
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.coOwnerRole": "Co-owner",
|
|
47
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.cancelButton": "취소",
|
|
48
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.clearButton": "지우기",
|
|
49
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.closeButton": "닫기",
|
|
50
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.coOwnerDescription": "보안, 업로드, 다운로드, 미리 보기, 공유, 편집, 삭제 관리",
|
|
51
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription": "업로드, 다운로드, 미리 보기, 공유, 편집",
|
|
52
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "업로드, 다운로드, 미리 보기, 공유, 편집, 삭제",
|
|
53
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "공유 링크 이메일 전송",
|
|
54
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel": "{role}(으)로 초대",
|
|
55
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel": "사용자 초대",
|
|
56
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder": "이름 또는 이메일 주소 추가",
|
|
57
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel": "로드 중",
|
|
58
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerDescription": "Preview-only",
|
|
59
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerUploaderDescription": "업로드 및 미리 보기",
|
|
60
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.sendButton": "전송",
|
|
61
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.shareMessageCharacterCountAriaLabel": "{count}자 남음",
|
|
62
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.shareMessageLabel": "메시지(선택 사항)",
|
|
63
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.shareMessagePlaceholder": "메시지 추가",
|
|
64
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.sharedWithLabel": "공유 대상",
|
|
65
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.uploaderDescription": "Upload-only",
|
|
66
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.viewerDescription": "다운로드, 미리 보기, 공유",
|
|
67
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.viewerUploaderDescription": "업로드, 다운로드, 미리 보기, 공유, 편집",
|
|
68
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.closeButton": "닫기",
|
|
69
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.doneButton": "완료",
|
|
70
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.expiresBadge": "액세스 권한이 {date}에 만료됩니다.",
|
|
71
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.listLabel": "공동 작업자",
|
|
72
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.manageAllLink": "모두 관리",
|
|
73
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.nameColumn": "이름",
|
|
74
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.pendingRole": "대기 중",
|
|
75
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.roleColumn": "역할",
|
|
76
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.editorRole": "편집자",
|
|
77
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.loadingLabel": "로드 중",
|
|
78
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.ownerRole": "소유자",
|
|
79
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.previewerRole": "프리뷰어",
|
|
80
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.previewerUploaderRole": "프리뷰어 업로더",
|
|
81
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText": "Shared link copied to clipboard.",
|
|
82
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Shared link created. Click Copy to share.",
|
|
83
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "Shared link created and copied to clipboard.",
|
|
84
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "초대받은 사용자만 이 {item}에 액세스할 수 있습니다",
|
|
85
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "초대받은 사용자만",
|
|
86
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "링크를 가진 회사 내 모든 사용자 또는 이 {item}에 초대된 사용자가 액세스할 수 있습니다",
|
|
87
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelLabel": "회사 내 사용자",
|
|
88
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.disabledAccessLevelTooltip": "이 옵션은 보안 정책으로 인해 사용할 수 없습니다",
|
|
89
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelDescription": "링크를 가진 {enterprise} 내 모든 사용자 또는 이 {item}에 초대된 사용자가 액세스할 수 있습니다",
|
|
90
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelLabel": "{enterprise} 내 사용자",
|
|
91
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconLabel": "만료",
|
|
92
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconTooltip": "이 링크는 {expirationDate}에 만료되어 액세스할 수 없게 됩니다",
|
|
93
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.fileAccessLevelItem": "file",
|
|
94
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.folderAccessLevelItem": "folder",
|
|
95
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem": "hub",
|
|
96
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription": "일반적으로 접근 가능한 정보로, 로그인이 필요하지 않습니다",
|
|
97
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "링크를 알려 줄 대상",
|
|
98
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "링크 공유",
|
|
99
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "공유 링크 전송",
|
|
100
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "링크 설정",
|
|
101
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "공유 링크",
|
|
102
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "링크 생성 및 복사",
|
|
103
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkUrlLabel": "공유 링크 URL",
|
|
104
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.title": "‘{itemName}’ 공유",
|
|
105
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.uploaderRole": "업로더",
|
|
106
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.viewerRole": "뷰어",
|
|
107
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "뷰어 업로더",
|
|
108
|
+
"groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "설정이 성공적으로 저장되었습니다.",
|
|
109
|
+
"groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "사용자 정의 URL은 12~30자여야 하며, 문자, 숫자, 하이픈을 포함할 수 있습니다.",
|
|
110
|
+
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "사용자 지정 URL을 입력하세요",
|
|
111
|
+
"groupSharedFeatures.usm.autoCopyErrorNoticeText": "Shared link created. Click Copy to share.",
|
|
112
|
+
"groupSharedFeatures.usm.autoCopySuccessNoticeText": "공유 링크가 생성되어 클립보드에 복사되었습니다.",
|
|
113
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.accessLevelFileItem": "파일",
|
|
114
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.accessLevelFolderItem": "폴더",
|
|
115
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.accessLevelHubsItem": "허브",
|
|
116
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkCopiedSuccessNoticeText": "공유 링크가 생성되어 클립보드에 복사되었습니다.",
|
|
117
|
+
"groupSharedFeatures.usmV1.atLeastOneEmailRequired": "최소 하나 이상의 올바른 이메일 주소를 입력하십시오.",
|
|
118
|
+
"groupSharedFeatures.usmV1.cancel": "취소",
|
|
119
|
+
"groupSharedFeatures.usmV1.close": "닫기",
|
|
120
|
+
"groupSharedFeatures.usmV1.downloadSettingsToggleText": "공유 링크를 가진 사용자가 이 항목을 다운로드할 수 있도록 허용",
|
|
121
|
+
"groupSharedFeatures.usmV1.emailSharedLinkButtonAriaLabel": "공유 링크 이메일로 보내기",
|
|
122
|
+
"groupSharedFeatures.usmV1.errorNoticeAriaLabel": "오류",
|
|
123
|
+
"groupSharedFeatures.usmV1.invalidEmail": "올바르지 않은 이메일 주소",
|
|
124
|
+
"groupSharedFeatures.usmV1.inviteFieldLabel": "사용자 초대",
|
|
125
|
+
"groupSharedFeatures.usmV1.invitePeoplePlaceholder": "이름 또는 이메일 주소 추가",
|
|
126
|
+
"groupSharedFeatures.usmV1.learnSharedLinkSettingsLink": "공유 링크 설정에 대해 자세히 알아보세요.",
|
|
127
|
+
"groupSharedFeatures.usmV1.linkExpirationToggleText": "링크 만료",
|
|
128
|
+
"groupSharedFeatures.usmV1.linkSettingsButtonText": "링크 설정",
|
|
129
|
+
"groupSharedFeatures.usmV1.loadingAriaLabel": "로드 중",
|
|
130
|
+
"groupSharedFeatures.usmV1.message": "메시지(선택 사항)",
|
|
131
|
+
"groupSharedFeatures.usmV1.messageSelectorPlaceholder": "메시지 추가",
|
|
132
|
+
"groupSharedFeatures.usmV1.modalTitle": "‘{itemName}’ 공유",
|
|
133
|
+
"groupSharedFeatures.usmV1.noticeCloseAriaLabel": "닫기",
|
|
134
|
+
"groupSharedFeatures.usmV1.okay": "확인",
|
|
135
|
+
"groupSharedFeatures.usmV1.removeSharedLinkFailedNoticeText": "공유 링크를 제거할 수 없습니다. 잠시 후 다시 시도해 주세요.",
|
|
136
|
+
"groupSharedFeatures.usmV1.removeSharedLinkModalBodyText": "공유 링크가 영구적으로 제거됩니다. 이 항목이 다른 사이트에 포함되어 있으면 이어지지 않습니다. 지정 속성, 설정 및 만료 등이 제거됩니다. 계속하시겠습니까?",
|
|
137
|
+
"groupSharedFeatures.usmV1.removeSharedLinkModalTitle": "공유 링크 제거",
|
|
138
|
+
"groupSharedFeatures.usmV1.removeSharedLinkSuccessNoticeText": "\"{itemName}\"의 공유 링크가 성공적으로 제거되었습니다.",
|
|
139
|
+
"groupSharedFeatures.usmV1.send": "전송",
|
|
140
|
+
"groupSharedFeatures.usmV1.sendingInvites": "초대 전송",
|
|
141
|
+
"groupSharedFeatures.usmV1.shareLinkSettingsModalSubTitleText": "링크를 가진 회사 내 모든 사람이 액세스해 이 콘텐츠를 읽거나 다운로드할 수 있습니다. {learnSharedLinkSettingsLink}",
|
|
142
|
+
"groupSharedFeatures.usmV1.shareLinkSettingsModalTitle": "공유 링크 설정",
|
|
143
|
+
"groupSharedFeatures.usmV1.sharedLinkCopiedSuccessNoticeText": "공유 링크가 생성되어 클립보드에 복사되었습니다.",
|
|
144
|
+
"groupSharedFeatures.usmV1.sharedLinkCopyInputLabel": "공유 링크를 클립보드에 복사",
|
|
145
|
+
"groupSharedFeatures.usmV1.sharedLinkCreatedSuccessNoticeText": "공유 링크 생성됨",
|
|
146
|
+
"groupSharedFeatures.usmV1.sharedLinkCreationFailedNoticeText": "공유 링크를 생성할 수 없습니다. 잠시 후 다시 시도해 주세요.",
|
|
147
|
+
"groupSharedFeatures.usmV1.sharedLinkDisabledTooltip": "링크 생성 및 복사",
|
|
148
|
+
"groupSharedFeatures.usmV1.sharedLinkToggleLabel": "링크 공유",
|
|
149
|
+
"groupSharedFeatures.usmV1.sharedLinkToggleText": "공유 링크",
|
|
150
|
+
"groupSharedFeatures.usmV1.successNoticeAriaLabel": "성공",
|
|
151
|
+
"groupSharedFeatures.usmV1.vanityDomainSettingsWarningText": "민감한 콘텐츠를 공유할 때는 사용자 정의 URL을 사용하지 않아야 합니다.",
|
|
152
|
+
"groupSharedFeatures.usmV1.vanityNameInputLabel": "배너티 입력",
|
|
153
|
+
"groupSharedFeatures.usmV1.vanityNameInputPlaceholder": "사용자 정의 경로 입력(12자 이상)",
|
|
154
|
+
"groupSharedFeatures.usmV1.vanityNameInvalidError": "사용자 정의 URL은 12~30자여야 하며, 문자, 숫자, 하이픈을 포함할 수 있습니다.",
|
|
155
|
+
"groupSharedFeatures.usmV1.vanityNameToggleText": "비공개가 아닌 맞춤형 URL을 사용하여 콘텐츠를 광범위하게 게시하기",
|
|
156
|
+
"groupSharedFeatures.usmV1.warningNoticeIconAriaLabel": "경고 아이콘 레이블"
|
|
157
|
+
}
|