@box/unified-share-modal 3.2.9 → 3.2.11
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 +8 -0
- package/package.json +10 -10
package/dist/i18n/ja-JP.js
CHANGED
|
@@ -53,6 +53,14 @@ export default {
|
|
|
53
53
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationPreviousMonthAriaLabel": "前月に切り替え",
|
|
54
54
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationToggleText": "リンクの有効期限",
|
|
55
55
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.loadingLabel": "読み込み中",
|
|
56
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.otpAllowlistCountBadge": "+{count,plural,one{#項目} other{#項目}}",
|
|
57
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.otpAllowlistedLabel": "許可リストに登録済み",
|
|
58
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.otpConfigureButton": "構成",
|
|
59
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.otpModeAllowlistLabel": "リンクの許可リストに追加されたユーザーのみ",
|
|
60
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.otpModeOpenLabel": "メールアドレスを知っているユーザー",
|
|
61
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.otpModeSelectorLegend": "確認後に以下へのアクセスを許可:",
|
|
62
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.otpRecommendedBadge": "推奨",
|
|
63
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.otpToggleText": "ワンタイムパスコードによる保護",
|
|
56
64
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordInputPlaceholder": "パスワードを入力",
|
|
57
65
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordToggleText": "パスワード保護",
|
|
58
66
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText": "パスワードは8文字以上にし、大文字、数字、または特殊文字を1つ以上含める必要があります。",
|
package/package.json
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/unified-share-modal",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.11",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"peerDependencies": {
|
|
6
|
-
"@box/blueprint-web": "^16.18.
|
|
7
|
-
"@box/blueprint-web-assets": "^5.
|
|
8
|
-
"@box/copy-input": "^2.2.
|
|
9
|
-
"@box/user-selector": "^2.2.
|
|
6
|
+
"@box/blueprint-web": "^16.18.2",
|
|
7
|
+
"@box/blueprint-web-assets": "^5.7.1",
|
|
8
|
+
"@box/copy-input": "^2.2.10",
|
|
9
|
+
"@box/user-selector": "^2.2.10",
|
|
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.18.
|
|
17
|
-
"@box/blueprint-web-assets": "^5.
|
|
18
|
-
"@box/copy-input": "^2.2.
|
|
19
|
-
"@box/eslint-plugin-blueprint": "2.2.
|
|
20
|
-
"@box/storybook-utils": "1.2.
|
|
16
|
+
"@box/blueprint-web": "^16.18.2",
|
|
17
|
+
"@box/blueprint-web-assets": "^5.7.1",
|
|
18
|
+
"@box/copy-input": "^2.2.10",
|
|
19
|
+
"@box/eslint-plugin-blueprint": "2.2.2",
|
|
20
|
+
"@box/storybook-utils": "1.2.10",
|
|
21
21
|
"react-intl": "^6.4.2"
|
|
22
22
|
},
|
|
23
23
|
"publishConfig": {
|