@box/unified-share-modal 0.50.1 → 0.51.0

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.
Files changed (51) hide show
  1. package/dist/i18n/bn-IN.js +15 -16
  2. package/dist/i18n/bn-IN.properties +20 -10
  3. package/dist/i18n/da-DK.js +15 -16
  4. package/dist/i18n/da-DK.properties +20 -10
  5. package/dist/i18n/de-DE.js +15 -16
  6. package/dist/i18n/de-DE.properties +20 -10
  7. package/dist/i18n/en-AU.js +11 -12
  8. package/dist/i18n/en-AU.properties +21 -11
  9. package/dist/i18n/en-CA.js +10 -11
  10. package/dist/i18n/en-CA.properties +21 -11
  11. package/dist/i18n/en-GB.js +11 -12
  12. package/dist/i18n/en-GB.properties +21 -11
  13. package/dist/i18n/en-x-pseudo.js +121 -122
  14. package/dist/i18n/en-x-pseudo.properties +127 -117
  15. package/dist/i18n/es-419.js +14 -15
  16. package/dist/i18n/es-419.properties +19 -9
  17. package/dist/i18n/es-ES.js +14 -15
  18. package/dist/i18n/es-ES.properties +19 -9
  19. package/dist/i18n/fi-FI.js +15 -16
  20. package/dist/i18n/fi-FI.properties +20 -10
  21. package/dist/i18n/fr-CA.js +14 -15
  22. package/dist/i18n/fr-CA.properties +19 -9
  23. package/dist/i18n/fr-FR.js +14 -15
  24. package/dist/i18n/fr-FR.properties +19 -9
  25. package/dist/i18n/hi-IN.js +15 -16
  26. package/dist/i18n/hi-IN.properties +20 -10
  27. package/dist/i18n/it-IT.js +13 -14
  28. package/dist/i18n/it-IT.properties +18 -8
  29. package/dist/i18n/ja-JP.js +13 -14
  30. package/dist/i18n/ja-JP.properties +18 -8
  31. package/dist/i18n/ko-KR.js +12 -13
  32. package/dist/i18n/ko-KR.properties +17 -7
  33. package/dist/i18n/nb-NO.js +15 -16
  34. package/dist/i18n/nb-NO.properties +20 -10
  35. package/dist/i18n/nl-NL.js +15 -16
  36. package/dist/i18n/nl-NL.properties +20 -10
  37. package/dist/i18n/pl-PL.js +14 -15
  38. package/dist/i18n/pl-PL.properties +19 -9
  39. package/dist/i18n/pt-BR.js +15 -16
  40. package/dist/i18n/pt-BR.properties +20 -10
  41. package/dist/i18n/ru-RU.js +14 -15
  42. package/dist/i18n/ru-RU.properties +19 -9
  43. package/dist/i18n/sv-SE.js +15 -16
  44. package/dist/i18n/sv-SE.properties +20 -10
  45. package/dist/i18n/tr-TR.js +14 -15
  46. package/dist/i18n/tr-TR.properties +19 -9
  47. package/dist/i18n/zh-CN.js +15 -16
  48. package/dist/i18n/zh-CN.properties +20 -10
  49. package/dist/i18n/zh-TW.js +16 -17
  50. package/dist/i18n/zh-TW.properties +21 -11
  51. package/package.json +2 -2
@@ -12,22 +12,24 @@ groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText = 無法移除共用連
12
12
  groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText = 已成功移除「{itemName}」的共用連結。
13
13
  # Error message for the email field when email is not provided
14
14
  groupSharedFeatures.usm.emailRequiredErrorMessage = 請輸入至少一個有效的電子郵件
15
+ # Notification text when the shared link was sent successfully
16
+ groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText = 已成功傳送「{itemName}」的共用連結。
15
17
  # Icon label for the error notifications
16
18
  groupSharedFeatures.usm.errorNoticeIcon = 錯誤
17
19
  # Error message for the expiration date field when expiration date is in the past
18
- groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage = 到期日必須為未來的日期
20
+ groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage = 到期日期必須為未來日期
19
21
  # Error message for the expiration date field when expiration date is not provided
20
- groupSharedFeatures.usm.expirationRequiredErrorMessage = 請選取日期
22
+ groupSharedFeatures.usm.expirationRequiredErrorMessage = 請選取到期日期
21
23
  # Error message for the email field when email is invalid
22
24
  groupSharedFeatures.usm.invalidEmailErrorMessage = 無效的電子郵件地址
23
25
  # Close button aria label for the notifications
24
26
  groupSharedFeatures.usm.noticeCloseLabel = 關閉
25
27
  # Error message for the password field when password contains forbidden characters.
26
- groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage = 您的密碼不能包含空格、「<」、或「>」
28
+ groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage = 密碼不能包含空格、「<」或「>」
27
29
  # Error message for the password field when password does not contain at least one letter, number, or symbol
28
- groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage = 您的密碼應至少包含一個大寫字母、數字或特殊字元。
30
+ groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage = 密碼必須至少包含一個大寫字母、數字或特殊字元
29
31
  # Error message for the password field when password does not contain at least 8 characters.
30
- groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage = 密碼應至少包含 8 個字元
32
+ groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage = 密碼必須至少包含 8 個字元
31
33
  # Error message for the password field when password is not provided
32
34
  groupSharedFeatures.usm.passwordRequiredErrorMessage = 請輸入密碼
33
35
  # Body text of the Remove Shared Link modal
@@ -51,7 +53,7 @@ groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText = 允
51
53
  # Link to learn more about shared link settings
52
54
  groupSharedFeatures.usm.sharedLinkSettingsModal.learnSharedLinkSettingsLink = 深入瞭解共用的連結設定。
53
55
  # Aria label for the calendar in the link expiration settings
54
- groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel = 選取您的共用連結到期日期
56
+ groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel = 選取到期日期
55
57
  # Aria label for the clear date picker button in the link expiration settings
56
58
  groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationClearDatePickerAriaLabel = 清除日期選擇工具
57
59
  # Label for the date picker in the link expiration settings
@@ -71,7 +73,7 @@ groupSharedFeatures.usm.sharedLinkSettingsModal.passwordInputPlaceholder = 輸
71
73
  # Label for the password protection toggle
72
74
  groupSharedFeatures.usm.sharedLinkSettingsModal.passwordToggleText = 密碼保護
73
75
  # Text for the password settings warning
74
- groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText = 您的密碼至少必須包括 8 個字元,且應至少包含一個大寫字母、數字或特殊字元。
76
+ groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText = 密碼必須至少包含 8 個字元,且必須至少包含一個大寫字母、數字或特殊字元。
75
77
  # Button text to confirm saving the shared link settings
76
78
  groupSharedFeatures.usm.sharedLinkSettingsModal.saveButton = 儲存
77
79
  # subtitle of the Shared Link settings modal
@@ -84,8 +86,6 @@ groupSharedFeatures.usm.sharedLinkSettingsModal.vanityDomainSettingsWarningText
84
86
  groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputLabel = 自訂路徑
85
87
  # Placeholder text for the vanity name input
86
88
  groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputPlaceholder = 輸入自訂路徑 (12 或更多個字元)
87
- # Text for the vanity name invalid error
88
- groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError = 自訂 URL 應該在 12-30 個字元之間,且可包含字母、數字和連字號。
89
89
  # Label for the vanity name toggle
90
90
  groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameToggleText = 以自訂非私人 URL 廣泛發佈內容
91
91
  # Label for the warning notification icon
@@ -112,10 +112,14 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderD
112
112
  groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel = 透過電子郵件傳送共用的連結
113
113
  # Label for the button to select the collaboration role of the new collaborator
114
114
  groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel = 受邀身分為 {role}
115
+ # Tooltip on the collaboration form when the user does not have permission to invite collaborators
116
+ groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip = 您沒有邀請共同作業者的權限
115
117
  # Label for the field to select users to collaborate with on an item
116
118
  groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel = 邀請人員
117
119
  # Placeholder for the field to select users to collaborate with on an item
118
120
  groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder = 新增名稱或電子郵件地址
121
+ # Tooltip on the collaboration form when the item is a bookmark
122
+ groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip = 共同作業者無法新增至書籤
119
123
  # Aria label for the loading indicator of the Unified Share Modal
120
124
  groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel = 載入中
121
125
  # Description for the collaboration role with "Previewer" permissions to the item
@@ -184,6 +188,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAcc
184
188
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription = 您公司中任何有此連結的任何人,或受邀共用此 {item} 的人員,都可以存取
185
189
  # Label for the access level where users in the company can access the item
186
190
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelLabel = 公司人員
191
+ # Tooltip on the shared link toggle when the user does not have permission to create the link
192
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.createLinkDisabledTooltip = 您沒有建立連結的權限
187
193
  # Tooltip on an access level that has been disabled due to a security policy in the enterprise
188
194
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.disabledAccessLevelTooltip = 基於安全原則,無法使用此選項
189
195
  # Description for the access level where users in the enterprise can access the item
@@ -204,6 +210,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelI
204
210
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription = 公開供人員存取,不需要登入
205
211
  # Label for the access level where anyone with the URL can access the item
206
212
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel = 擁有連結的人員
213
+ # Tooltip on the shared link toggle when the user does not have permission to remove the link
214
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip = 您沒有移除連結的權限
207
215
  # Label for the section to manage the shared link of the file / folder
208
216
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel = 共用連結
209
217
  # Aria label and tooltip for the icon button to email the shared link
@@ -216,6 +224,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggle
216
224
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip = 建立與複製連結
217
225
  # Label for the text field of the URL for sharing the file / folder
218
226
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkUrlLabel = 共用連結的 URL
227
+ # Text inserted in the access level descriptions when the type of the item is a bookmark
228
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.webLinkAccessLevelItem = 書籤
219
229
  # Title of the Unified Share Modal. {itemName} is the name of the file / folder being shared
220
230
  groupSharedFeatures.usm.unifiedShareFormModal.title = 共用『{itemName}』
221
231
  # Label for the role of a collaborator who can upload to the item
@@ -225,8 +235,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.viewerRole = 檢視者
225
235
  # Label for the role of a collaborator who can view and upload to the item
226
236
  groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole = 具檢視權限的上傳者
227
237
  # Notification text when the shared link settings are successfully saved
228
- groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText = 您的設定已成功儲存。
238
+ groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText = 已成功儲存共用的連結設定。
229
239
  # Text for the vanity name invalid error
230
- groupSharedFeatures.usm.vanityNameInvalidErrorMessage = 自訂 URL 應該在 12-30 個字元之間,且可包含字母、數字和連字號。
240
+ groupSharedFeatures.usm.vanityNameInvalidErrorMessage = 自訂 URL 必須在 12-30 個字元之間,且可包含字母、數字和連字號
231
241
  # Error message for the vanity name field when custom URL is not provided
232
242
  groupSharedFeatures.usm.vanityNameRequiredErrorMessage = 請輸入自訂 URL
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/unified-share-modal",
3
- "version": "0.50.1",
3
+ "version": "0.51.0",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "peerDependencies": {
6
6
  "@box/blueprint-web": "^9.18.13",
@@ -15,7 +15,7 @@
15
15
  "devDependencies": {
16
16
  "@box/blueprint-web": "^12.76.1",
17
17
  "@box/blueprint-web-assets": "^4.68.0",
18
- "@box/copy-input": "^0.24.1",
18
+ "@box/copy-input": "^0.25.0",
19
19
  "@box/storybook-utils": "0.14.4",
20
20
  "@box/eslint-plugin-blueprint": "1.0.4",
21
21
  "react-intl": "^6.4.2"