@box/unified-share-modal 3.4.45 → 3.4.46
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/ja-JP.js +1 -1
- package/package.json +9 -9
package/dist/i18n/ja-JP.js
CHANGED
|
@@ -53,7 +53,7 @@ export default {
|
|
|
53
53
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationPreviousMonthAriaLabel": "前月に切り替え",
|
|
54
54
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationToggleText": "リンクの有効期限",
|
|
55
55
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.loadingLabel": "読み込み中",
|
|
56
|
-
"groupSharedFeatures.usm.sharedLinkSettingsModal.otpAccessListCountBadge": "
|
|
56
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.otpAccessListCountBadge": "{count,plural,one{#項目} other{#項目}}",
|
|
57
57
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.otpAccessListLabel": "アクセス権限リスト",
|
|
58
58
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.otpConfigureButton": "構成",
|
|
59
59
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.otpModeAccessListLabel": "リンクのアクセス権限リストに追加されたユーザーのみ",
|
package/package.json
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/unified-share-modal",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.46",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"peerDependencies": {
|
|
6
|
-
"@box/blueprint-web": "^17.12.
|
|
7
|
-
"@box/blueprint-web-assets": "^5.10.
|
|
8
|
-
"@box/copy-input": "^2.2.
|
|
9
|
-
"@box/user-selector": "^3.0.
|
|
6
|
+
"@box/blueprint-web": "^17.12.2",
|
|
7
|
+
"@box/blueprint-web-assets": "^5.10.15",
|
|
8
|
+
"@box/copy-input": "^2.2.59",
|
|
9
|
+
"@box/user-selector": "^3.0.39",
|
|
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": "^17.12.
|
|
17
|
-
"@box/blueprint-web-assets": "^5.10.
|
|
18
|
-
"@box/copy-input": "^2.2.
|
|
16
|
+
"@box/blueprint-web": "^17.12.2",
|
|
17
|
+
"@box/blueprint-web-assets": "^5.10.15",
|
|
18
|
+
"@box/copy-input": "^2.2.59",
|
|
19
19
|
"@box/eslint-plugin-blueprint": "2.2.20",
|
|
20
|
-
"@box/storybook-utils": "1.2.
|
|
20
|
+
"@box/storybook-utils": "1.2.59",
|
|
21
21
|
"react-intl": "^6.4.2"
|
|
22
22
|
},
|
|
23
23
|
"publishConfig": {
|