@box/unified-share-modal 3.1.18 → 3.1.20
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/i18n/hi-IN.js +3 -0
- package/dist/i18n/it-IT.js +3 -0
- package/dist/i18n/ja-JP.js +6 -6
- package/package.json +9 -9
package/dist/i18n/hi-IN.js
CHANGED
|
@@ -71,6 +71,7 @@ export default {
|
|
|
71
71
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.warningNoticeIconAriaLabel": "चेतावनी",
|
|
72
72
|
"groupSharedFeatures.usm.successNoticeIcon": "सफलता",
|
|
73
73
|
"groupSharedFeatures.usm.unifiedShareFormModal.closeButton": "बंद करें",
|
|
74
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.coOwnerRole": "सह-स्वामी",
|
|
74
75
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.businessJustification": "व्यवसाय प्रामाणिकता",
|
|
75
76
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.cancelButton": "रद्द करें",
|
|
76
77
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.clearButton": "साफ़ करें",
|
|
@@ -94,12 +95,14 @@ export default {
|
|
|
94
95
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justificationSelectPlaceholder": "प्रामाणिकता चुनें",
|
|
95
96
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingJustificationReasonsLabel": "प्रमाणिकता संबंधी कारण लोड हो रहे हैं",
|
|
96
97
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel": "लोड हो रहा है",
|
|
98
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerDescription": "केवल-पूर्वालोकन",
|
|
97
99
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerUploaderDescription": "अपलोड करें और पूर्वावलोकन करें",
|
|
98
100
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.sendButton": "भेजें",
|
|
99
101
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.shareMessageCharacterCountAriaLabel": "{count} वर्ण बचे हैं",
|
|
100
102
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.shareMessageLabel": "संदेश (वैकल्पिक)",
|
|
101
103
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.shareMessagePlaceholder": "कोई संदेश जोड़ें",
|
|
102
104
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.sharedWithLabel": "इनके साथ शेयर किया गया",
|
|
105
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.uploaderDescription": "केवल-अपलोड",
|
|
103
106
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.viewerDescription": "डाउनलोड करें, पूर्वावलोकन करें, और शेयर करें",
|
|
104
107
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.viewerUploaderDescription": "अपलोड करें, डाउनलोड करें, पूर्वावलोकन करें, शेयर करें, और संपादित करें",
|
|
105
108
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorList.closeButton": "बंद करें",
|
package/dist/i18n/it-IT.js
CHANGED
|
@@ -95,12 +95,14 @@ export default {
|
|
|
95
95
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justificationSelectPlaceholder": "Seleziona giustificazione",
|
|
96
96
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingJustificationReasonsLabel": "Caricamento dei motivi della giustificazione in corso",
|
|
97
97
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel": "Caricamento in corso…",
|
|
98
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerDescription": "Solo anteprima",
|
|
98
99
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerUploaderDescription": "Consente upload e anteprima",
|
|
99
100
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.sendButton": "Invia",
|
|
100
101
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.shareMessageCharacterCountAriaLabel": "{count} caratteri rimanenti",
|
|
101
102
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.shareMessageLabel": "Messaggio (opzionale)",
|
|
102
103
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.shareMessagePlaceholder": "Aggiungi un messaggio",
|
|
103
104
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.sharedWithLabel": "Condivisione con",
|
|
105
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.uploaderDescription": "Solo upload",
|
|
104
106
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.viewerDescription": "Download, anteprima e condivisione",
|
|
105
107
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.viewerUploaderDescription": "Upload, download, anteprima, condivisione e modifica",
|
|
106
108
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorList.closeButton": "Chiudi",
|
|
@@ -112,6 +114,7 @@ export default {
|
|
|
112
114
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorList.pendingRole": "In sospeso",
|
|
113
115
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorList.removeButton": "Rimuovi",
|
|
114
116
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorList.roleColumn": "Ruolo",
|
|
117
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.editorRole": "Modifica",
|
|
115
118
|
"groupSharedFeatures.usm.unifiedShareFormModal.loadingLabel": "Caricamento in corso…",
|
|
116
119
|
"groupSharedFeatures.usm.unifiedShareFormModal.ownerRole": "Proprietà",
|
|
117
120
|
"groupSharedFeatures.usm.unifiedShareFormModal.previewerRole": "Anteprima",
|
package/dist/i18n/ja-JP.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// THIS IS A GENERATED FILE. DO NOT EDIT MANUALLY OR YOUR CHANGES WILL BE OVERWRITTEN
|
|
2
2
|
export default {
|
|
3
3
|
"groupSharedFeatures.usm.classificationStatus.definitionLabel": "定義",
|
|
4
|
-
"groupSharedFeatures.usm.classificationStatus.restrictionsLabel": "
|
|
4
|
+
"groupSharedFeatures.usm.classificationStatus.restrictionsLabel": "制限事項",
|
|
5
5
|
"groupSharedFeatures.usm.contactsLimitErrorMessage": "一度に追加できるコラボレータは最大{maxContacts}人までです。招待を何回かに分けて、もう一度やり直してください。",
|
|
6
6
|
"groupSharedFeatures.usm.createSharedLinkErrorNoticeText": "共有リンクを作成できません。後でもう一度やり直してください。",
|
|
7
7
|
"groupSharedFeatures.usm.createSharedLinkSuccessNoticeText": "共有リンクを作成しました",
|
|
@@ -12,7 +12,7 @@ export default {
|
|
|
12
12
|
"groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "「{itemName}」の共有リンクを送信しました。",
|
|
13
13
|
"groupSharedFeatures.usm.errorNoticeIcon": "エラー",
|
|
14
14
|
"groupSharedFeatures.usm.expirationFutureDateErrorMessage": "有効期限は現在より先の日時に設定する必要があります",
|
|
15
|
-
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "
|
|
15
|
+
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "有効期限を選択してください",
|
|
16
16
|
"groupSharedFeatures.usm.invalidEmailErrorMessage": "メールアドレスが無効です",
|
|
17
17
|
"groupSharedFeatures.usm.justificationRequiredErrorNotice": "続行するには正当な理由を選択するか、{count,plural,one{{count}人の制限されているユーザー} other{{count}人の制限されているユーザー}}を削除してください。",
|
|
18
18
|
"groupSharedFeatures.usm.noticeCloseLabel": "閉じる",
|
|
@@ -26,7 +26,7 @@ export default {
|
|
|
26
26
|
"groupSharedFeatures.usm.removeCollaboratorModal.closeButton": "閉じる",
|
|
27
27
|
"groupSharedFeatures.usm.removeCollaboratorModal.loadingLabel": "読み込み中",
|
|
28
28
|
"groupSharedFeatures.usm.removeCollaboratorModal.okayButton": "OK",
|
|
29
|
-
"groupSharedFeatures.usm.removeCollaboratorModal.title": "
|
|
29
|
+
"groupSharedFeatures.usm.removeCollaboratorModal.title": "コラボレータの削除",
|
|
30
30
|
"groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText": "コラボレータを削除しました。",
|
|
31
31
|
"groupSharedFeatures.usm.removeSharedLinkModal.bodyText": "これにより、共有リンクが完全に削除されます。この項目が他のサイトに埋め込まれている場合は、そのサイトでもアクセスできなくなります。カスタムプロパティ、設定、有効期限も削除されます。続行しますか?",
|
|
32
32
|
"groupSharedFeatures.usm.removeSharedLinkModal.cancelButton": "キャンセル",
|
|
@@ -45,9 +45,9 @@ export default {
|
|
|
45
45
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.hidePasswordAriaLabel": "パスワードを非表示",
|
|
46
46
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.inaccessibleSettingsNotice": "権限の理由により、この項目の特定の設定は利用できない場合があります。",
|
|
47
47
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.learnSharedLinkSettingsLink": "共有リンクの設定について詳細を表示。",
|
|
48
|
-
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel": "
|
|
48
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel": "有効期限を選択",
|
|
49
49
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationClearDatePickerAriaLabel": "日付選択をクリア",
|
|
50
|
-
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationDatePickerLabel": "
|
|
50
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationDatePickerLabel": "有効期限",
|
|
51
51
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationNextMonthAriaLabel": "翌月に切り替え",
|
|
52
52
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationOpenCalendarDropdownAriaLabel": "カレンダーを開く",
|
|
53
53
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationPreviousMonthAriaLabel": "前月に切り替え",
|
|
@@ -158,7 +158,7 @@ export default {
|
|
|
158
158
|
"groupSharedFeatures.usm.unifiedShareFormModal.uploaderRole": "アップローダー",
|
|
159
159
|
"groupSharedFeatures.usm.unifiedShareFormModal.viewerRole": "ビューアー",
|
|
160
160
|
"groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "ビューアー/アップローダー",
|
|
161
|
-
"groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "
|
|
161
|
+
"groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "共有リンクの設定を保存しました。",
|
|
162
162
|
"groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "カスタムURLは12~30文字で、文字、数字、ハイフンを含めることができます。",
|
|
163
163
|
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "カスタムURLを入力してください",
|
|
164
164
|
"groupSharedFeatures.usm.warningNoticeIcon": "警告"
|
package/package.json
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/unified-share-modal",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.20",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"peerDependencies": {
|
|
6
|
-
"@box/blueprint-web": "^16.6.
|
|
7
|
-
"@box/blueprint-web-assets": "^5.3.
|
|
8
|
-
"@box/copy-input": "^2.1.
|
|
9
|
-
"@box/user-selector": "^2.1.
|
|
6
|
+
"@box/blueprint-web": "^16.6.4",
|
|
7
|
+
"@box/blueprint-web-assets": "^5.3.2",
|
|
8
|
+
"@box/copy-input": "^2.1.19",
|
|
9
|
+
"@box/user-selector": "^2.1.20",
|
|
10
10
|
"lodash": "^4.17.15",
|
|
11
11
|
"react": "^18.0.0",
|
|
12
12
|
"react-dom": "^18.0.0",
|
|
13
13
|
"react-intl": "^6.4.2"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
|
-
"@box/blueprint-web": "^16.6.
|
|
17
|
-
"@box/blueprint-web-assets": "^5.3.
|
|
18
|
-
"@box/copy-input": "^2.1.
|
|
16
|
+
"@box/blueprint-web": "^16.6.4",
|
|
17
|
+
"@box/blueprint-web-assets": "^5.3.2",
|
|
18
|
+
"@box/copy-input": "^2.1.19",
|
|
19
19
|
"@box/eslint-plugin-blueprint": "2.1.9",
|
|
20
|
-
"@box/storybook-utils": "1.1.
|
|
20
|
+
"@box/storybook-utils": "1.1.18",
|
|
21
21
|
"react-intl": "^6.4.2"
|
|
22
22
|
},
|
|
23
23
|
"publishConfig": {
|