@box/unified-share-modal 2.5.0 → 2.6.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/dist/i18n/ja-JP.js +1 -1
- package/dist/i18n/ja-JP.properties +1 -1
- package/package.json +10 -10
package/dist/i18n/ja-JP.js
CHANGED
|
@@ -2,7 +2,7 @@ export default {
|
|
|
2
2
|
"groupSharedFeatures.usm.autoCopySharedLinkErrorNoticeText": "共有リンクを作成できません。後でもう一度やり直してください。",
|
|
3
3
|
"groupSharedFeatures.usm.classificationStatus.definitionLabel": "定義",
|
|
4
4
|
"groupSharedFeatures.usm.classificationStatus.restrictionsLabel": "制約事項",
|
|
5
|
-
"groupSharedFeatures.usm.contactsLimitErrorMessage": "一度に追加できるコラボレータは最大{maxContacts}
|
|
5
|
+
"groupSharedFeatures.usm.contactsLimitErrorMessage": "一度に追加できるコラボレータは最大{maxContacts}人までです。招待を何回かに分けて、もう一度やり直してください。",
|
|
6
6
|
"groupSharedFeatures.usm.createSharedLinkErrorNoticeText": "共有リンクを作成できません。後でもう一度やり直してください。",
|
|
7
7
|
"groupSharedFeatures.usm.createSharedLinkSuccessNoticeText": "共有リンクを作成しました。",
|
|
8
8
|
"groupSharedFeatures.usm.defaultErrorNoticeText": "問題が発生しました。後でもう一度やり直してください。",
|
|
@@ -5,7 +5,7 @@ groupSharedFeatures.usm.classificationStatus.definitionLabel = 定義
|
|
|
5
5
|
# Label for the section to show the restrictions of the classification label
|
|
6
6
|
groupSharedFeatures.usm.classificationStatus.restrictionsLabel = 制約事項
|
|
7
7
|
# Error message when more than the maximum number of contacts is entered
|
|
8
|
-
groupSharedFeatures.usm.contactsLimitErrorMessage = 一度に追加できるコラボレータは最大{maxContacts}
|
|
8
|
+
groupSharedFeatures.usm.contactsLimitErrorMessage = 一度に追加できるコラボレータは最大{maxContacts}人までです。招待を何回かに分けて、もう一度やり直してください。
|
|
9
9
|
# Notification text when the shared link failed to be created
|
|
10
10
|
groupSharedFeatures.usm.createSharedLinkErrorNoticeText = 共有リンクを作成できません。後でもう一度やり直してください。
|
|
11
11
|
# Notification text when the shared link is successfully created
|
package/package.json
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/unified-share-modal",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.6.1",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"peerDependencies": {
|
|
6
|
-
"@box/blueprint-web": "^13.3.
|
|
7
|
-
"@box/blueprint-web-assets": "^4.101.
|
|
8
|
-
"@box/copy-input": "^1.39.
|
|
9
|
-
"@box/user-selector": "^1.73.
|
|
6
|
+
"@box/blueprint-web": "^13.3.1",
|
|
7
|
+
"@box/blueprint-web-assets": "^4.101.15",
|
|
8
|
+
"@box/copy-input": "^1.39.1",
|
|
9
|
+
"@box/user-selector": "^1.73.2",
|
|
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": "^13.3.
|
|
17
|
-
"@box/blueprint-web-assets": "^4.101.
|
|
18
|
-
"@box/copy-input": "^1.39.
|
|
19
|
-
"@box/storybook-utils": "0.16.
|
|
20
|
-
"@box/eslint-plugin-blueprint": "1.0
|
|
16
|
+
"@box/blueprint-web": "^13.3.1",
|
|
17
|
+
"@box/blueprint-web-assets": "^4.101.15",
|
|
18
|
+
"@box/copy-input": "^1.39.1",
|
|
19
|
+
"@box/storybook-utils": "0.16.52",
|
|
20
|
+
"@box/eslint-plugin-blueprint": "1.1.0",
|
|
21
21
|
"react-intl": "^6.4.2"
|
|
22
22
|
},
|
|
23
23
|
"publishConfig": {
|