@box/unified-share-modal 1.23.0 → 1.24.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/bn-IN.js +4 -4
- package/dist/i18n/bn-IN.properties +18 -0
- package/dist/i18n/da-DK.js +3 -3
- package/dist/i18n/da-DK.properties +18 -0
- package/dist/i18n/de-DE.js +4 -4
- package/dist/i18n/de-DE.properties +18 -0
- package/dist/i18n/en-AU.properties +18 -0
- package/dist/i18n/en-CA.properties +18 -0
- package/dist/i18n/en-GB.properties +18 -0
- package/dist/i18n/en-x-pseudo.js +136 -136
- package/dist/i18n/en-x-pseudo.properties +145 -127
- package/dist/i18n/es-419.js +4 -4
- package/dist/i18n/es-419.properties +18 -0
- package/dist/i18n/es-ES.js +4 -4
- package/dist/i18n/es-ES.properties +18 -0
- package/dist/i18n/fi-FI.js +4 -4
- package/dist/i18n/fi-FI.properties +18 -0
- package/dist/i18n/fr-CA.js +4 -4
- package/dist/i18n/fr-CA.properties +18 -0
- package/dist/i18n/fr-FR.js +4 -4
- package/dist/i18n/fr-FR.properties +18 -0
- package/dist/i18n/hi-IN.js +4 -4
- package/dist/i18n/hi-IN.properties +18 -0
- package/dist/i18n/it-IT.js +4 -4
- package/dist/i18n/it-IT.properties +18 -0
- package/dist/i18n/ja-JP.js +4 -4
- package/dist/i18n/ja-JP.properties +18 -0
- package/dist/i18n/ko-KR.js +4 -4
- package/dist/i18n/ko-KR.properties +18 -0
- package/dist/i18n/nb-NO.js +4 -4
- package/dist/i18n/nb-NO.properties +18 -0
- package/dist/i18n/nl-NL.js +4 -4
- package/dist/i18n/nl-NL.properties +18 -0
- package/dist/i18n/pl-PL.js +4 -4
- package/dist/i18n/pl-PL.properties +18 -0
- package/dist/i18n/pt-BR.js +4 -4
- package/dist/i18n/pt-BR.properties +18 -0
- package/dist/i18n/ru-RU.js +4 -4
- package/dist/i18n/ru-RU.properties +18 -0
- package/dist/i18n/sv-SE.js +4 -4
- package/dist/i18n/sv-SE.properties +18 -0
- package/dist/i18n/tr-TR.js +4 -4
- package/dist/i18n/tr-TR.properties +18 -0
- package/dist/i18n/zh-CN.js +4 -4
- package/dist/i18n/zh-CN.properties +18 -0
- package/dist/i18n/zh-TW.js +4 -4
- package/dist/i18n/zh-TW.properties +18 -0
- package/package.json +9 -9
|
@@ -34,6 +34,22 @@ groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage = Lösen
|
|
|
34
34
|
groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage = Lösenordet måste innehålla minst 8 tecken
|
|
35
35
|
# Error message for the password field when password is not provided
|
|
36
36
|
groupSharedFeatures.usm.passwordRequiredErrorMessage = Ange ett lösenord
|
|
37
|
+
# Body text of the Remove Collaborator modal
|
|
38
|
+
groupSharedFeatures.usm.removeCollaborator.bodyText = Are you sure you want to remove {name} as a collaborator?
|
|
39
|
+
# Button text to cancel removing a collaborator
|
|
40
|
+
groupSharedFeatures.usm.removeCollaborator.cancelButton = Avbryt
|
|
41
|
+
# Aria label for the button to close the Remove Collaborator modal
|
|
42
|
+
groupSharedFeatures.usm.removeCollaborator.closeButton = Stäng
|
|
43
|
+
# Button aria label when the collaborator is being removed
|
|
44
|
+
groupSharedFeatures.usm.removeCollaborator.loadingLabel = Läser in
|
|
45
|
+
# Button text to confirm removing a collaborator
|
|
46
|
+
groupSharedFeatures.usm.removeCollaborator.okayButton = Okej
|
|
47
|
+
# Title of the Remove Collaborator modal
|
|
48
|
+
groupSharedFeatures.usm.removeCollaborator.title = Remove Collaborator
|
|
49
|
+
# Notification text when a collaborator failed to be removed
|
|
50
|
+
groupSharedFeatures.usm.removeCollaboratorErrorNoticeText = Unable to remove the collaborator. Please try again later.
|
|
51
|
+
# Notification text when a collaborator is successfully removed
|
|
52
|
+
groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText = The collaborator has been removed successfully.
|
|
37
53
|
# Body text of the Remove Shared Link modal
|
|
38
54
|
groupSharedFeatures.usm.removeSharedLinkModal.bodyText = Detta kommer att ta bort den delade länken permanent. Om det här objektet är inbäddat på andra webbplatser kommer det också att bli otillgängligt. Eventuella anpassade egenskaper, inställningar och utgångsdatum kommer också att tas bort. Vill du fortsätta?
|
|
39
55
|
# Button text to cancel removing a shared link
|
|
@@ -166,6 +182,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.manageAllLink =
|
|
|
166
182
|
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.nameColumn = Namn
|
|
167
183
|
# Label for the role of a collaborator who has a pending collaboration invitation
|
|
168
184
|
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.pendingRole = Väntande
|
|
185
|
+
# Aria label for the button to remove a collaborator on the item
|
|
186
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton = Remove
|
|
169
187
|
# Label for the column in the collaborators list for the role of the collaborator
|
|
170
188
|
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.roleColumn = Roll
|
|
171
189
|
# Label for the role of a collaborator who can edit and delete the item
|
package/dist/i18n/tr-TR.js
CHANGED
|
@@ -18,10 +18,10 @@ export default {
|
|
|
18
18
|
"groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "Parola en az 8 karakter içermelidir",
|
|
19
19
|
"groupSharedFeatures.usm.passwordRequiredErrorMessage": "Lütfen bir parola girin",
|
|
20
20
|
"groupSharedFeatures.usm.removeCollaborator.bodyText": "Are you sure you want to remove {name} as a collaborator?",
|
|
21
|
-
"groupSharedFeatures.usm.removeCollaborator.cancelButton": "
|
|
22
|
-
"groupSharedFeatures.usm.removeCollaborator.closeButton": "
|
|
23
|
-
"groupSharedFeatures.usm.removeCollaborator.loadingLabel": "
|
|
24
|
-
"groupSharedFeatures.usm.removeCollaborator.okayButton": "
|
|
21
|
+
"groupSharedFeatures.usm.removeCollaborator.cancelButton": "İptal Et",
|
|
22
|
+
"groupSharedFeatures.usm.removeCollaborator.closeButton": "Kapat",
|
|
23
|
+
"groupSharedFeatures.usm.removeCollaborator.loadingLabel": "Yükleniyor",
|
|
24
|
+
"groupSharedFeatures.usm.removeCollaborator.okayButton": "Tamam",
|
|
25
25
|
"groupSharedFeatures.usm.removeCollaborator.title": "Remove Collaborator",
|
|
26
26
|
"groupSharedFeatures.usm.removeCollaboratorErrorNoticeText": "Unable to remove the collaborator. Please try again later.",
|
|
27
27
|
"groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText": "The collaborator has been removed successfully.",
|
|
@@ -34,6 +34,22 @@ groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage = Parola
|
|
|
34
34
|
groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage = Parola en az 8 karakter içermelidir
|
|
35
35
|
# Error message for the password field when password is not provided
|
|
36
36
|
groupSharedFeatures.usm.passwordRequiredErrorMessage = Lütfen bir parola girin
|
|
37
|
+
# Body text of the Remove Collaborator modal
|
|
38
|
+
groupSharedFeatures.usm.removeCollaborator.bodyText = Are you sure you want to remove {name} as a collaborator?
|
|
39
|
+
# Button text to cancel removing a collaborator
|
|
40
|
+
groupSharedFeatures.usm.removeCollaborator.cancelButton = İptal Et
|
|
41
|
+
# Aria label for the button to close the Remove Collaborator modal
|
|
42
|
+
groupSharedFeatures.usm.removeCollaborator.closeButton = Kapat
|
|
43
|
+
# Button aria label when the collaborator is being removed
|
|
44
|
+
groupSharedFeatures.usm.removeCollaborator.loadingLabel = Yükleniyor
|
|
45
|
+
# Button text to confirm removing a collaborator
|
|
46
|
+
groupSharedFeatures.usm.removeCollaborator.okayButton = Tamam
|
|
47
|
+
# Title of the Remove Collaborator modal
|
|
48
|
+
groupSharedFeatures.usm.removeCollaborator.title = Remove Collaborator
|
|
49
|
+
# Notification text when a collaborator failed to be removed
|
|
50
|
+
groupSharedFeatures.usm.removeCollaboratorErrorNoticeText = Unable to remove the collaborator. Please try again later.
|
|
51
|
+
# Notification text when a collaborator is successfully removed
|
|
52
|
+
groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText = The collaborator has been removed successfully.
|
|
37
53
|
# Body text of the Remove Shared Link modal
|
|
38
54
|
groupSharedFeatures.usm.removeSharedLinkModal.bodyText = Bu, paylaşılan bağlantıyı kalıcı olarak kaldıracaktır. Bu öğe diğer sitelere gömülü ise bu öğe de erişilemez hale gelir. Tüm özel özellikler, ayarlar ve son kullanma tarihleri de kaldırılacaktır. Devam etmek istiyor musunuz?
|
|
39
55
|
# Button text to cancel removing a shared link
|
|
@@ -166,6 +182,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.manageAllLink =
|
|
|
166
182
|
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.nameColumn = Ad
|
|
167
183
|
# Label for the role of a collaborator who has a pending collaboration invitation
|
|
168
184
|
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.pendingRole = Bekliyor
|
|
185
|
+
# Aria label for the button to remove a collaborator on the item
|
|
186
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton = Remove
|
|
169
187
|
# Label for the column in the collaborators list for the role of the collaborator
|
|
170
188
|
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.roleColumn = Rol
|
|
171
189
|
# Label for the role of a collaborator who can edit and delete the item
|
package/dist/i18n/zh-CN.js
CHANGED
|
@@ -18,10 +18,10 @@ export default {
|
|
|
18
18
|
"groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "密码必须至少包含 8 个字符",
|
|
19
19
|
"groupSharedFeatures.usm.passwordRequiredErrorMessage": "请输入密码",
|
|
20
20
|
"groupSharedFeatures.usm.removeCollaborator.bodyText": "Are you sure you want to remove {name} as a collaborator?",
|
|
21
|
-
"groupSharedFeatures.usm.removeCollaborator.cancelButton": "
|
|
22
|
-
"groupSharedFeatures.usm.removeCollaborator.closeButton": "
|
|
23
|
-
"groupSharedFeatures.usm.removeCollaborator.loadingLabel": "
|
|
24
|
-
"groupSharedFeatures.usm.removeCollaborator.okayButton": "
|
|
21
|
+
"groupSharedFeatures.usm.removeCollaborator.cancelButton": "取消",
|
|
22
|
+
"groupSharedFeatures.usm.removeCollaborator.closeButton": "关闭",
|
|
23
|
+
"groupSharedFeatures.usm.removeCollaborator.loadingLabel": "正在加载",
|
|
24
|
+
"groupSharedFeatures.usm.removeCollaborator.okayButton": "确定",
|
|
25
25
|
"groupSharedFeatures.usm.removeCollaborator.title": "Remove Collaborator",
|
|
26
26
|
"groupSharedFeatures.usm.removeCollaboratorErrorNoticeText": "Unable to remove the collaborator. Please try again later.",
|
|
27
27
|
"groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText": "The collaborator has been removed successfully.",
|
|
@@ -34,6 +34,22 @@ groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage = 密码
|
|
|
34
34
|
groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage = 密码必须至少包含 8 个字符
|
|
35
35
|
# Error message for the password field when password is not provided
|
|
36
36
|
groupSharedFeatures.usm.passwordRequiredErrorMessage = 请输入密码
|
|
37
|
+
# Body text of the Remove Collaborator modal
|
|
38
|
+
groupSharedFeatures.usm.removeCollaborator.bodyText = Are you sure you want to remove {name} as a collaborator?
|
|
39
|
+
# Button text to cancel removing a collaborator
|
|
40
|
+
groupSharedFeatures.usm.removeCollaborator.cancelButton = 取消
|
|
41
|
+
# Aria label for the button to close the Remove Collaborator modal
|
|
42
|
+
groupSharedFeatures.usm.removeCollaborator.closeButton = 关闭
|
|
43
|
+
# Button aria label when the collaborator is being removed
|
|
44
|
+
groupSharedFeatures.usm.removeCollaborator.loadingLabel = 正在加载
|
|
45
|
+
# Button text to confirm removing a collaborator
|
|
46
|
+
groupSharedFeatures.usm.removeCollaborator.okayButton = 确定
|
|
47
|
+
# Title of the Remove Collaborator modal
|
|
48
|
+
groupSharedFeatures.usm.removeCollaborator.title = Remove Collaborator
|
|
49
|
+
# Notification text when a collaborator failed to be removed
|
|
50
|
+
groupSharedFeatures.usm.removeCollaboratorErrorNoticeText = Unable to remove the collaborator. Please try again later.
|
|
51
|
+
# Notification text when a collaborator is successfully removed
|
|
52
|
+
groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText = The collaborator has been removed successfully.
|
|
37
53
|
# Body text of the Remove Shared Link modal
|
|
38
54
|
groupSharedFeatures.usm.removeSharedLinkModal.bodyText = 这会永久移除共享链接。如果此项目嵌入在其他站点上,它也将变得不可访问。还会移除任何自定义属性、设置和到期时间。是否要继续?
|
|
39
55
|
# Button text to cancel removing a shared link
|
|
@@ -166,6 +182,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.manageAllLink =
|
|
|
166
182
|
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.nameColumn = 名称
|
|
167
183
|
# Label for the role of a collaborator who has a pending collaboration invitation
|
|
168
184
|
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.pendingRole = 未决
|
|
185
|
+
# Aria label for the button to remove a collaborator on the item
|
|
186
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton = Remove
|
|
169
187
|
# Label for the column in the collaborators list for the role of the collaborator
|
|
170
188
|
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.roleColumn = 角色
|
|
171
189
|
# Label for the role of a collaborator who can edit and delete the item
|
package/dist/i18n/zh-TW.js
CHANGED
|
@@ -18,10 +18,10 @@ export default {
|
|
|
18
18
|
"groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "密碼必須至少包含 8 個字元",
|
|
19
19
|
"groupSharedFeatures.usm.passwordRequiredErrorMessage": "請輸入密碼",
|
|
20
20
|
"groupSharedFeatures.usm.removeCollaborator.bodyText": "Are you sure you want to remove {name} as a collaborator?",
|
|
21
|
-
"groupSharedFeatures.usm.removeCollaborator.cancelButton": "
|
|
22
|
-
"groupSharedFeatures.usm.removeCollaborator.closeButton": "
|
|
23
|
-
"groupSharedFeatures.usm.removeCollaborator.loadingLabel": "
|
|
24
|
-
"groupSharedFeatures.usm.removeCollaborator.okayButton": "
|
|
21
|
+
"groupSharedFeatures.usm.removeCollaborator.cancelButton": "取消",
|
|
22
|
+
"groupSharedFeatures.usm.removeCollaborator.closeButton": "關閉",
|
|
23
|
+
"groupSharedFeatures.usm.removeCollaborator.loadingLabel": "載入中",
|
|
24
|
+
"groupSharedFeatures.usm.removeCollaborator.okayButton": "好的",
|
|
25
25
|
"groupSharedFeatures.usm.removeCollaborator.title": "Remove Collaborator",
|
|
26
26
|
"groupSharedFeatures.usm.removeCollaboratorErrorNoticeText": "Unable to remove the collaborator. Please try again later.",
|
|
27
27
|
"groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText": "The collaborator has been removed successfully.",
|
|
@@ -34,6 +34,22 @@ groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage = 密碼
|
|
|
34
34
|
groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage = 密碼必須至少包含 8 個字元
|
|
35
35
|
# Error message for the password field when password is not provided
|
|
36
36
|
groupSharedFeatures.usm.passwordRequiredErrorMessage = 請輸入密碼
|
|
37
|
+
# Body text of the Remove Collaborator modal
|
|
38
|
+
groupSharedFeatures.usm.removeCollaborator.bodyText = Are you sure you want to remove {name} as a collaborator?
|
|
39
|
+
# Button text to cancel removing a collaborator
|
|
40
|
+
groupSharedFeatures.usm.removeCollaborator.cancelButton = 取消
|
|
41
|
+
# Aria label for the button to close the Remove Collaborator modal
|
|
42
|
+
groupSharedFeatures.usm.removeCollaborator.closeButton = 關閉
|
|
43
|
+
# Button aria label when the collaborator is being removed
|
|
44
|
+
groupSharedFeatures.usm.removeCollaborator.loadingLabel = 載入中
|
|
45
|
+
# Button text to confirm removing a collaborator
|
|
46
|
+
groupSharedFeatures.usm.removeCollaborator.okayButton = 好的
|
|
47
|
+
# Title of the Remove Collaborator modal
|
|
48
|
+
groupSharedFeatures.usm.removeCollaborator.title = Remove Collaborator
|
|
49
|
+
# Notification text when a collaborator failed to be removed
|
|
50
|
+
groupSharedFeatures.usm.removeCollaboratorErrorNoticeText = Unable to remove the collaborator. Please try again later.
|
|
51
|
+
# Notification text when a collaborator is successfully removed
|
|
52
|
+
groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText = The collaborator has been removed successfully.
|
|
37
53
|
# Body text of the Remove Shared Link modal
|
|
38
54
|
groupSharedFeatures.usm.removeSharedLinkModal.bodyText = 這將永久移除共用的連結。 如果此項目嵌入其他網站,則也會變得無法存取。任何自訂屬性、設定和到期日也會移除。 是否要繼續?
|
|
39
55
|
# Button text to cancel removing a shared link
|
|
@@ -166,6 +182,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.manageAllLink =
|
|
|
166
182
|
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.nameColumn = 名稱
|
|
167
183
|
# Label for the role of a collaborator who has a pending collaboration invitation
|
|
168
184
|
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.pendingRole = 待確認
|
|
185
|
+
# Aria label for the button to remove a collaborator on the item
|
|
186
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton = Remove
|
|
169
187
|
# Label for the column in the collaborators list for the role of the collaborator
|
|
170
188
|
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.roleColumn = 角色
|
|
171
189
|
# Label for the role of a collaborator who can edit and delete the item
|
package/package.json
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/unified-share-modal",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.24.1",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"peerDependencies": {
|
|
6
|
-
"@box/blueprint-web": "^12.
|
|
7
|
-
"@box/blueprint-web-assets": "^4.
|
|
8
|
-
"@box/copy-input": "^1.
|
|
9
|
-
"@box/user-selector": "^1.
|
|
6
|
+
"@box/blueprint-web": "^12.108.1",
|
|
7
|
+
"@box/blueprint-web-assets": "^4.89.0",
|
|
8
|
+
"@box/copy-input": "^1.19.1",
|
|
9
|
+
"@box/user-selector": "^1.51.1",
|
|
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": "^12.
|
|
17
|
-
"@box/blueprint-web-assets": "^4.
|
|
18
|
-
"@box/copy-input": "^1.
|
|
19
|
-
"@box/storybook-utils": "0.14.
|
|
16
|
+
"@box/blueprint-web": "^12.108.1",
|
|
17
|
+
"@box/blueprint-web-assets": "^4.89.0",
|
|
18
|
+
"@box/copy-input": "^1.19.1",
|
|
19
|
+
"@box/storybook-utils": "0.14.34",
|
|
20
20
|
"@box/eslint-plugin-blueprint": "1.0.5",
|
|
21
21
|
"react-intl": "^6.4.2"
|
|
22
22
|
},
|