@box/unified-share-modal 0.46.1 → 0.47.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.
Files changed (60) hide show
  1. package/dist/esm/lib/components/shared-link-settings-modal/shared-link-settings-modal.js +7 -7
  2. package/dist/esm/lib/hooks/use-collaboration-form.js +43 -44
  3. package/dist/esm/lib/hooks/use-form-validation.js +5 -5
  4. package/dist/esm/lib/hooks/use-link-settings-form.js +27 -27
  5. package/dist/esm/lib/utils/index.js +8 -8
  6. package/dist/esm/lib/utils/validation.js +7 -7
  7. package/dist/i18n/bn-IN.js +15 -61
  8. package/dist/i18n/bn-IN.properties +24 -96
  9. package/dist/i18n/da-DK.js +15 -61
  10. package/dist/i18n/da-DK.properties +24 -96
  11. package/dist/i18n/de-DE.js +15 -61
  12. package/dist/i18n/de-DE.properties +24 -96
  13. package/dist/i18n/en-AU.js +3 -49
  14. package/dist/i18n/en-AU.properties +22 -94
  15. package/dist/i18n/en-CA.js +2 -48
  16. package/dist/i18n/en-CA.properties +21 -93
  17. package/dist/i18n/en-GB.js +3 -49
  18. package/dist/i18n/en-GB.properties +22 -94
  19. package/dist/i18n/en-x-pseudo.js +109 -155
  20. package/dist/i18n/en-x-pseudo.properties +119 -191
  21. package/dist/i18n/es-419.js +14 -60
  22. package/dist/i18n/es-419.properties +24 -96
  23. package/dist/i18n/es-ES.js +14 -60
  24. package/dist/i18n/es-ES.properties +24 -96
  25. package/dist/i18n/fi-FI.js +15 -61
  26. package/dist/i18n/fi-FI.properties +24 -96
  27. package/dist/i18n/fr-CA.js +14 -60
  28. package/dist/i18n/fr-CA.properties +24 -96
  29. package/dist/i18n/fr-FR.js +14 -60
  30. package/dist/i18n/fr-FR.properties +24 -96
  31. package/dist/i18n/hi-IN.js +15 -61
  32. package/dist/i18n/hi-IN.properties +24 -96
  33. package/dist/i18n/it-IT.js +13 -59
  34. package/dist/i18n/it-IT.properties +24 -96
  35. package/dist/i18n/ja-JP.js +17 -63
  36. package/dist/i18n/ja-JP.properties +26 -98
  37. package/dist/i18n/ko-KR.js +15 -61
  38. package/dist/i18n/ko-KR.properties +24 -96
  39. package/dist/i18n/nb-NO.js +15 -61
  40. package/dist/i18n/nb-NO.properties +24 -96
  41. package/dist/i18n/nl-NL.js +14 -60
  42. package/dist/i18n/nl-NL.properties +24 -96
  43. package/dist/i18n/pl-PL.js +15 -61
  44. package/dist/i18n/pl-PL.properties +24 -96
  45. package/dist/i18n/pt-BR.js +14 -60
  46. package/dist/i18n/pt-BR.properties +24 -96
  47. package/dist/i18n/ru-RU.js +15 -61
  48. package/dist/i18n/ru-RU.properties +24 -96
  49. package/dist/i18n/sv-SE.js +15 -61
  50. package/dist/i18n/sv-SE.properties +24 -96
  51. package/dist/i18n/tr-TR.js +14 -60
  52. package/dist/i18n/tr-TR.properties +24 -96
  53. package/dist/i18n/zh-CN.js +15 -61
  54. package/dist/i18n/zh-CN.properties +24 -96
  55. package/dist/i18n/zh-TW.js +15 -61
  56. package/dist/i18n/zh-TW.properties +24 -96
  57. package/dist/types/lib/stories/shared.d.ts +2 -2
  58. package/dist/types/lib/types.d.ts +2 -2
  59. package/dist/types/lib/utils/validation.d.ts +2 -2
  60. package/package.json +3 -3
@@ -1,13 +1,11 @@
1
- # Notification text when copying the shared link fails
2
- groupSharedFeatures.usm.autoCopyErrorNoticeText = Shared link created. Click Copy to share.
3
- # Notification text when the shared link is successfully copied to clipboard when link is created
4
- groupSharedFeatures.usm.autoCopySuccessNoticeText = Paylaşılmış bağlantı oluşturuldu ve panoya kopyalandı.
1
+ # Notification text when the shared link is failed to be created
2
+ groupSharedFeatures.usm.autoCopySharedLinkErrorNoticeText = Paylaşılan bir bağlantı oluşturulamadı. Lütfen daha sonra tekrar deneyin.
5
3
  # Notification text when the shared link failed to be created
6
4
  groupSharedFeatures.usm.createSharedLinkErrorNoticeText = Paylaşılan bir bağlantı oluşturulamadı. Lütfen daha sonra tekrar deneyin.
7
5
  # Notification text when the shared link is successfully created
8
- groupSharedFeatures.usm.createSharedLinkSuccessNoticeText = Paylaşılmış bağlantı oluşturuldu
6
+ groupSharedFeatures.usm.createSharedLinkSuccessNoticeText = Paylaşılan bağlantı oluşturuldu.
9
7
  # Default error notification text rendered when API fails
10
- groupSharedFeatures.usm.defaultErrorNoticeText = Something went wrong. Please try again later.
8
+ groupSharedFeatures.usm.defaultErrorNoticeText = Bir hata oluştu. Lütfen daha sonra tekrar deneyin.
11
9
  # Notification text when the shared link failed to be removed
12
10
  groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText = Paylaşılan bağlantı kaldırılamadı. Lütfen daha sonra tekrar deneyin.
13
11
  # Notification text when the shared link is successfully removed
@@ -17,7 +15,7 @@ groupSharedFeatures.usm.emailRequiredErrorMessage = En az bir geçerli e-posta a
17
15
  # Icon label for the error notifications
18
16
  groupSharedFeatures.usm.errorNoticeIcon = Hata
19
17
  # Error message for the expiration date field when expiration date is in the past
20
- groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage = The expiration date must be in the future
18
+ groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage = Sona erme tarihi gelecekte olmalıdır
21
19
  # Error message for the expiration date field when expiration date is not provided
22
20
  groupSharedFeatures.usm.expirationRequiredErrorMessage = Lütfen bir tarih seçin
23
21
  # Error message for the email field when email is invalid
@@ -49,7 +47,7 @@ groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel
49
47
  # Aria label for the clear date picker button in the link expiration settings
50
48
  groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationClearDatePickerAriaLabel = Tarih seçiciyi temizle
51
49
  # Label for the date picker in the link expiration settings
52
- groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationDatePickerLabel = Bir tarih seçin
50
+ groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationDatePickerLabel = Sona erme tarihi
53
51
  # Aria label for the next month button in the link expiration settings
54
52
  groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationNextMonthAriaLabel = Bir sonraki aya geçin
55
53
  # Aria label for the open calendar dropdown button in the link expiration settings
@@ -60,6 +58,12 @@ groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationPreviousMonthAriaL
60
58
  groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationToggleText = Bağlantının sona erme süresi
61
59
  # Button aria label when the shared link settings are being updated
62
60
  groupSharedFeatures.usm.sharedLinkSettingsModal.loadingLabel = Yükleniyor
61
+ # Placeholder text for the password input
62
+ groupSharedFeatures.usm.sharedLinkSettingsModal.passwordInputPlaceholder = Parola girin
63
+ # Label for the password protection toggle
64
+ groupSharedFeatures.usm.sharedLinkSettingsModal.passwordToggleText = Parola koruması
65
+ # Text for the password settings warning
66
+ groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText = Parolanız en az 8 karakterden oluşmalı ve en az bir büyük harf, bir rakam veya özel karakter içermelidir.
63
67
  # Button text to confirm saving the shared link settings
64
68
  groupSharedFeatures.usm.sharedLinkSettingsModal.saveButton = Kaydet
65
69
  # subtitle of the Shared Link settings modal
@@ -152,12 +156,12 @@ groupSharedFeatures.usm.unifiedShareFormModal.ownerRole = Sahip
152
156
  groupSharedFeatures.usm.unifiedShareFormModal.previewerRole = Önizleyici
153
157
  # Label for the role of a collaborator who can preview and upload to the item
154
158
  groupSharedFeatures.usm.unifiedShareFormModal.previewerUploaderRole = Önizleyici Yükleyici
155
- # Text inserted in the access level descriptions when the type of the item is a file
156
- groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.accessLevelFileItem = dosya
157
- # Text inserted in the access level descriptions when the type of the item is a folder
158
- groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.accessLevelFolderItem = klasör
159
- # Text inserted in the access level descriptions when the type of the item is a hub
160
- groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.accessLevelHubsItem = hub
159
+ # Notification text when the shared link is successfully copied to clipboard
160
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText = Paylaşılan bağlantı panoya kopyalandı.
161
+ # Text for the create and copy shared link notification when copy failed but creation succeeded.
162
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText = Paylaşılan bağlantı oluşturuldu. Paylaşmak için Kopyala'ya tıklayın.
163
+ # Notification text when the shared link is successfully copied to clipboard after link is created
164
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText = Paylaşılan bağlantı oluşturuldu ve panoya kopyalandı.
161
165
  # Description for the access level where only invited users can access the item
162
166
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription = Yalnızca davet edilen kişiler bu {item} öğesine erişebilir
163
167
  # Label for the access level where only invited users can access the item
@@ -176,14 +180,18 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccess
176
180
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconLabel = Sona Erme Tarihi
177
181
  # Tooltip for the icon button to indicate the shared link has an expiration date
178
182
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconTooltip = Bu bağlantının süresi dolacak ve {expirationDate} tarihinde erişilemeyecek
183
+ # Text inserted in the access level descriptions when the type of the item is a file
184
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.fileAccessLevelItem = dosya
185
+ # Text inserted in the access level descriptions when the type of the item is a folder
186
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.folderAccessLevelItem = klasör
187
+ # Text inserted in the access level descriptions when the type of the item is a hub
188
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem = hub
179
189
  # Description for the access level where anyone with the URL can access the item
180
190
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription = Herkes erişebilir ve oturum açmak gerekmez
181
191
  # Label for the access level where anyone with the URL can access the item
182
192
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel = Bağlantıya sahip herkes
183
193
  # Label for the section to manage the shared link of the file / folder
184
194
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel = Paylaşım Bağlantısı
185
- # Success notification displayed when shared link is created and copied to clipboard
186
- groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkCopiedSuccessNoticeText = Paylaşılmış bağlantı oluşturuldu ve panoya kopyalandı.
187
195
  # Aria label and tooltip for the icon button to email the shared link
188
196
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel = Paylaşılmış Bağlantıyı Gönder
189
197
  # Label for the button link to open the Shared Link Settings modal
@@ -208,83 +216,3 @@ groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText = Ayarlarınız başar
208
216
  groupSharedFeatures.usm.vanityNameInvalidErrorMessage = Özel URL'ler 12 ila 30 karakter uzunluğunda olmalıdır ve harf, sayı ve tire içerebilir.
209
217
  # Error message for the vanity name field when custom URL is not provided
210
218
  groupSharedFeatures.usm.vanityNameRequiredErrorMessage = Lütfen özel bir URL girin
211
- # Text displayed when email input is empty
212
- groupSharedFeatures.usmV1.atLeastOneEmailRequired = En az bir geçerli e-posta adresi girin
213
- # Cancel button text
214
- groupSharedFeatures.usmV1.cancel = İptal Et
215
- # Close button text to close the modal
216
- groupSharedFeatures.usmV1.close = Kapat
217
- # Label for the download settings toggle
218
- groupSharedFeatures.usmV1.downloadSettingsToggleText = Paylaşılmış bağlantıya sahip kullanıcıların bu öğeyi indirmesine izin ver
219
- # Aria label for the email shared link button
220
- groupSharedFeatures.usmV1.emailSharedLinkButtonAriaLabel = Paylaşılan bağlantıyı e-postayla gönder
221
- # Label for the error notification type
222
- groupSharedFeatures.usmV1.errorNoticeAriaLabel = hata
223
- # Text displayed when email input is invalid
224
- groupSharedFeatures.usmV1.invalidEmail = Geçersiz e-posta adresi
225
- # Label of the field where a user designates who to invite to collaborate on an item
226
- groupSharedFeatures.usmV1.inviteFieldLabel = Kişileri Davet Et
227
- # Placeholder text for the invite people combobox
228
- groupSharedFeatures.usmV1.invitePeoplePlaceholder = Adlar veya e-posta adresleri ekleyin
229
- # Link to the learn more about shared link settings
230
- groupSharedFeatures.usmV1.learnSharedLinkSettingsLink = Paylaşılmış bağlantı ayarları hakkında daha fazla bilgi alın.
231
- # Label for the link expiration toggle
232
- groupSharedFeatures.usmV1.linkExpirationToggleText = Bağlantının sona erme süresi
233
- # Text for the link settings button
234
- groupSharedFeatures.usmV1.linkSettingsButtonText = Bağlantı Ayarları
235
- # Aria label for loading state
236
- groupSharedFeatures.usmV1.loadingAriaLabel = yükleniyor
237
- # Label for "Message" text box to email the shared Link
238
- groupSharedFeatures.usmV1.message = Mesaj (isteğe bağlı)
239
- # Placeholder text for message section
240
- groupSharedFeatures.usmV1.messageSelectorPlaceholder = Bir mesaj ekleyin
241
- # Title of the Unified Share Modal. {itemName} is the name of the file / folder being shared
242
- groupSharedFeatures.usmV1.modalTitle = ‘{itemName}’ Öğesini Paylaşın
243
- # Label for the close button in the notification
244
- groupSharedFeatures.usmV1.noticeCloseAriaLabel = kapat
245
- # Okay button text
246
- groupSharedFeatures.usmV1.okay = Tamam
247
- # Text for the notification when shared link removal fails
248
- groupSharedFeatures.usmV1.removeSharedLinkFailedNoticeText = Paylaşılan bağlantı kaldırılamadı. Lütfen daha sonra tekrar deneyin.
249
- # Body text of the Remove Shared Link modal
250
- groupSharedFeatures.usmV1.removeSharedLinkModalBodyText = 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?
251
- # Title of the Remove Shared Link modal
252
- groupSharedFeatures.usmV1.removeSharedLinkModalTitle = Paylaşılmış Bağlantıyı Kaldır
253
- # Text for the notification when shared link is removed
254
- groupSharedFeatures.usmV1.removeSharedLinkSuccessNoticeText = "{itemName}" için paylaşılan bağlantı başarıyla kaldırıldı.
255
- # Send button text
256
- groupSharedFeatures.usmV1.send = Gönder
257
- # Aria label for send button when sending invites
258
- groupSharedFeatures.usmV1.sendingInvites = Davetler gönder
259
- # Subtitle of the Shared Link settings modal
260
- groupSharedFeatures.usmV1.shareLinkSettingsModalSubTitleText = Bu içeriğe şirketinizdeki bağlantıya sahip herkes erişebilir ve içerik görüntülenebilir veya indirilebilir. {learnSharedLinkSettingsLink}
261
- # Title of the Shared Link settings modal
262
- groupSharedFeatures.usmV1.shareLinkSettingsModalTitle = Paylaşılmış Bağlantı Ayarları
263
- # Success notification displayed when shared link is created and copied to clipboard
264
- groupSharedFeatures.usmV1.sharedLinkCopiedSuccessNoticeText = Paylaşılmış bağlantı oluşturuldu ve panoya kopyalandı.
265
- # Label for the copy input field
266
- groupSharedFeatures.usmV1.sharedLinkCopyInputLabel = Paylaşım bağlantısını panoya kopyalayın
267
- # Text for the notification when shared link is created
268
- groupSharedFeatures.usmV1.sharedLinkCreatedSuccessNoticeText = Paylaşılmış bağlantı oluşturuldu
269
- # Text for the notification when shared link creation fails
270
- groupSharedFeatures.usmV1.sharedLinkCreationFailedNoticeText = Paylaşılan bir bağlantı oluşturulamadı. Lütfen daha sonra tekrar deneyin.
271
- # This tooltip appears over the shared link toggle, explaining what happens when it is clicked
272
- groupSharedFeatures.usmV1.sharedLinkDisabledTooltip = Bağlantı oluşturun ve kopyalayın
273
- # Label for share link toggle
274
- groupSharedFeatures.usmV1.sharedLinkToggleLabel = Paylaşım Bağlantısı
275
- # Label for share link toggle
276
- groupSharedFeatures.usmV1.sharedLinkToggleText = Paylaşılan bağlantı
277
- # Label for the success notification type
278
- groupSharedFeatures.usmV1.successNoticeAriaLabel = başarılı
279
- # Text for the vanity domain settings warning
280
- groupSharedFeatures.usmV1.vanityDomainSettingsWarningText = Hassas içerikler paylaşılırken Özel URL'ler kullanılmamalıdır.
281
- # Label for the vanity name input
282
- groupSharedFeatures.usmV1.vanityNameInputLabel = Özel giriş
283
- # Placeholder text for the vanity name input
284
- groupSharedFeatures.usmV1.vanityNameInputPlaceholder = Özel bir yol girin (12 veya daha fazla karakter)
285
- # Text for the vanity name invalid error
286
- groupSharedFeatures.usmV1.vanityNameInvalidError = Özel URL'ler 12 ila 30 karakter uzunluğunda olmalıdır ve harf, sayı ve tire içerebilir.
287
- # Label for the vanity name toggle
288
- groupSharedFeatures.usmV1.vanityNameToggleText = Gizli olmayan, özel bir URL ile geniş kapsamlı olarak içerik yayınlayın
289
- # Label for the warning notification icon
290
- groupSharedFeatures.usmV1.warningNoticeIconAriaLabel = uyarı simgei etiketi
@@ -1,13 +1,13 @@
1
1
  export default {
2
- "groupSharedFeatures.usm.autoCopySharedLinkErrorNoticeText": "Unable to create a shared link. Please try again later.",
2
+ "groupSharedFeatures.usm.autoCopySharedLinkErrorNoticeText": "无法创建共享链接。请稍后重试。",
3
3
  "groupSharedFeatures.usm.createSharedLinkErrorNoticeText": "无法创建共享链接。请稍后重试。",
4
- "groupSharedFeatures.usm.createSharedLinkSuccessNoticeText": "已创建共享链接",
5
- "groupSharedFeatures.usm.defaultErrorNoticeText": "Something went wrong. Please try again later.",
4
+ "groupSharedFeatures.usm.createSharedLinkSuccessNoticeText": "已创建共享链接。",
5
+ "groupSharedFeatures.usm.defaultErrorNoticeText": "发生错误。请稍后重试。",
6
6
  "groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText": "无法删除共享链接。请稍后重试。",
7
7
  "groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText": "已成功删除“{itemName}”的共享链接。",
8
8
  "groupSharedFeatures.usm.emailRequiredErrorMessage": "输入至少一个有效的电子邮件",
9
9
  "groupSharedFeatures.usm.errorNoticeIcon": "错误",
10
- "groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "The expiration date must be in the future",
10
+ "groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "过期日期必须为未来日期",
11
11
  "groupSharedFeatures.usm.expirationRequiredErrorMessage": "请选择日期",
12
12
  "groupSharedFeatures.usm.invalidEmailErrorMessage": "无效电邮地址",
13
13
  "groupSharedFeatures.usm.noticeCloseLabel": "关闭",
@@ -27,15 +27,15 @@ export default {
27
27
  "groupSharedFeatures.usm.sharedLinkSettingsModal.learnSharedLinkSettingsLink": "了解有关共享链接设置的更多信息。",
28
28
  "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel": "选择共享链接过期日期",
29
29
  "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationClearDatePickerAriaLabel": "清除日期选择器",
30
- "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationDatePickerLabel": "选择日期",
30
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationDatePickerLabel": "过期日期",
31
31
  "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationNextMonthAriaLabel": "切换到下个月",
32
32
  "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationOpenCalendarDropdownAriaLabel": "打开日历",
33
33
  "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationPreviousMonthAriaLabel": "切换到上个月",
34
34
  "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationToggleText": "链接过期",
35
35
  "groupSharedFeatures.usm.sharedLinkSettingsModal.loadingLabel": "正在加载",
36
- "groupSharedFeatures.usm.sharedLinkSettingsModal.passwordInputPlaceholder": "Enter a password",
37
- "groupSharedFeatures.usm.sharedLinkSettingsModal.passwordToggleText": "Password protection",
38
- "groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText": "Your password should include at least 8 characters, and should contain at least one upper case letter, number, or special character.",
36
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.passwordInputPlaceholder": "输入密码",
37
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.passwordToggleText": "密码保护",
38
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText": "您的密码应至少包含 8 个字符,并且应至少包含一个大写字母、数字或特殊字符。",
39
39
  "groupSharedFeatures.usm.sharedLinkSettingsModal.saveButton": "保存",
40
40
  "groupSharedFeatures.usm.sharedLinkSettingsModal.subtitle": "您公司的任何人均可通过该链接查看或下载此内容。{learnSharedLinkSettingsLink}",
41
41
  "groupSharedFeatures.usm.sharedLinkSettingsModal.title": "共享链接设置",
@@ -82,9 +82,9 @@ export default {
82
82
  "groupSharedFeatures.usm.unifiedShareFormModal.ownerRole": "所有者",
83
83
  "groupSharedFeatures.usm.unifiedShareFormModal.previewerRole": "预览者",
84
84
  "groupSharedFeatures.usm.unifiedShareFormModal.previewerUploaderRole": "上传者(预览者",
85
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText": "Shared link copied to clipboard.",
86
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Shared link created. Click Copy to share.",
87
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "Shared link created and copied to clipboard.",
85
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText": "共享链接已复制到剪贴板。",
86
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "已创建共享链接。单击复制以共享。",
87
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "已创建共享链接并将其复制到剪贴板。",
88
88
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "仅受邀人员可访问此 {item}",
89
89
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "仅受邀人员",
90
90
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "贵公司中拥有链接的任何人员或受邀人员均可访问此 {item}",
@@ -94,9 +94,9 @@ export default {
94
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelLabel": "{enterprise} 中的人员",
95
95
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconLabel": "过期",
96
96
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconTooltip": "此链接将在 {expirationDate} 过期并无法访问",
97
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.fileAccessLevelItem": "file",
98
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.folderAccessLevelItem": "folder",
99
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem": "hub",
97
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.fileAccessLevelItem": "文件",
98
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.folderAccessLevelItem": "文件夹",
99
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem": "Hub",
100
100
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription": "可公开访问;无需登录",
101
101
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "拥有链接的人员",
102
102
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "分享链接",
@@ -111,51 +111,5 @@ export default {
111
111
  "groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "上传者(查看者",
112
112
  "groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "已成功保存您的设置。",
113
113
  "groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "自定义 URL 应介于 12-30 个字符之间,并可包括字母、数字和连字符。",
114
- "groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "请输入自定义 URL",
115
- "groupSharedFeatures.usm.autoCopyErrorNoticeText": "Shared link created. Click Copy to share.",
116
- "groupSharedFeatures.usm.autoCopySuccessNoticeText": "共享链接已创建并复制到剪贴板。",
117
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.accessLevelFileItem": "文件",
118
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.accessLevelFolderItem": "文件夹",
119
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.accessLevelHubsItem": "Hub",
120
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkCopiedSuccessNoticeText": "共享链接已创建并复制到剪贴板。",
121
- "groupSharedFeatures.usmV1.atLeastOneEmailRequired": "输入至少一个有效的电子邮件",
122
- "groupSharedFeatures.usmV1.cancel": "取消",
123
- "groupSharedFeatures.usmV1.close": "关闭",
124
- "groupSharedFeatures.usmV1.downloadSettingsToggleText": "允许拥有共享链接的用户下载该项目",
125
- "groupSharedFeatures.usmV1.emailSharedLinkButtonAriaLabel": "通过电子邮件发送共享链接",
126
- "groupSharedFeatures.usmV1.errorNoticeAriaLabel": "错误",
127
- "groupSharedFeatures.usmV1.invalidEmail": "无效电邮地址",
128
- "groupSharedFeatures.usmV1.inviteFieldLabel": "邀请人员",
129
- "groupSharedFeatures.usmV1.invitePeoplePlaceholder": "添加姓名或电子邮件地址",
130
- "groupSharedFeatures.usmV1.learnSharedLinkSettingsLink": "了解有关共享链接设置的更多信息。",
131
- "groupSharedFeatures.usmV1.linkExpirationToggleText": "链接过期",
132
- "groupSharedFeatures.usmV1.linkSettingsButtonText": "链接设置",
133
- "groupSharedFeatures.usmV1.loadingAriaLabel": "正在加载",
134
- "groupSharedFeatures.usmV1.message": "消息(可选)",
135
- "groupSharedFeatures.usmV1.messageSelectorPlaceholder": "添加消息",
136
- "groupSharedFeatures.usmV1.modalTitle": "共享‘{itemName}’",
137
- "groupSharedFeatures.usmV1.noticeCloseAriaLabel": "关闭",
138
- "groupSharedFeatures.usmV1.okay": "确定",
139
- "groupSharedFeatures.usmV1.removeSharedLinkFailedNoticeText": "无法删除共享链接。请稍后重试。",
140
- "groupSharedFeatures.usmV1.removeSharedLinkModalBodyText": "这会永久移除共享链接。如果此项目嵌入在其他站点上,它也将变得不可访问。还会移除任何自定义属性、设置和到期时间。是否要继续?",
141
- "groupSharedFeatures.usmV1.removeSharedLinkModalTitle": "移除共享链接",
142
- "groupSharedFeatures.usmV1.removeSharedLinkSuccessNoticeText": "已成功移除“{itemName}”的共享链接。",
143
- "groupSharedFeatures.usmV1.send": "发送",
144
- "groupSharedFeatures.usmV1.sendingInvites": "正在发送邀请",
145
- "groupSharedFeatures.usmV1.shareLinkSettingsModalSubTitleText": "您公司的任何人均可通过该链接查看或下载此内容。{learnSharedLinkSettingsLink}",
146
- "groupSharedFeatures.usmV1.shareLinkSettingsModalTitle": "共享链接设置",
147
- "groupSharedFeatures.usmV1.sharedLinkCopiedSuccessNoticeText": "共享链接已创建并复制到剪贴板。",
148
- "groupSharedFeatures.usmV1.sharedLinkCopyInputLabel": "将共享链接复制到剪贴板",
149
- "groupSharedFeatures.usmV1.sharedLinkCreatedSuccessNoticeText": "已创建共享链接",
150
- "groupSharedFeatures.usmV1.sharedLinkCreationFailedNoticeText": "无法创建共享链接。请稍后重试。",
151
- "groupSharedFeatures.usmV1.sharedLinkDisabledTooltip": "创建并复制链接",
152
- "groupSharedFeatures.usmV1.sharedLinkToggleLabel": "分享链接",
153
- "groupSharedFeatures.usmV1.sharedLinkToggleText": "共享链接",
154
- "groupSharedFeatures.usmV1.successNoticeAriaLabel": "成功",
155
- "groupSharedFeatures.usmV1.vanityDomainSettingsWarningText": "共享敏感内容时不应使用自定义 URL。",
156
- "groupSharedFeatures.usmV1.vanityNameInputLabel": "虚拟输入",
157
- "groupSharedFeatures.usmV1.vanityNameInputPlaceholder": "输入自定义路径(12 个或更多字符)",
158
- "groupSharedFeatures.usmV1.vanityNameInvalidError": "自定义 URL 应介于 12-30 个字符之间,并可包括字母、数字和连字符。",
159
- "groupSharedFeatures.usmV1.vanityNameToggleText": "使用自定义非私有 URL 广泛发布内容",
160
- "groupSharedFeatures.usmV1.warningNoticeIconAriaLabel": "警告图标标签"
114
+ "groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "请输入自定义 URL"
161
115
  }
@@ -1,13 +1,11 @@
1
- # Notification text when copying the shared link fails
2
- groupSharedFeatures.usm.autoCopyErrorNoticeText = Shared link created. Click Copy to share.
3
- # Notification text when the shared link is successfully copied to clipboard when link is created
4
- groupSharedFeatures.usm.autoCopySuccessNoticeText = 共享链接已创建并复制到剪贴板。
1
+ # Notification text when the shared link is failed to be created
2
+ groupSharedFeatures.usm.autoCopySharedLinkErrorNoticeText = 无法创建共享链接。请稍后重试。
5
3
  # Notification text when the shared link failed to be created
6
4
  groupSharedFeatures.usm.createSharedLinkErrorNoticeText = 无法创建共享链接。请稍后重试。
7
5
  # Notification text when the shared link is successfully created
8
- groupSharedFeatures.usm.createSharedLinkSuccessNoticeText = 已创建共享链接
6
+ groupSharedFeatures.usm.createSharedLinkSuccessNoticeText = 已创建共享链接。
9
7
  # Default error notification text rendered when API fails
10
- groupSharedFeatures.usm.defaultErrorNoticeText = Something went wrong. Please try again later.
8
+ groupSharedFeatures.usm.defaultErrorNoticeText = 发生错误。请稍后重试。
11
9
  # Notification text when the shared link failed to be removed
12
10
  groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText = 无法删除共享链接。请稍后重试。
13
11
  # Notification text when the shared link is successfully removed
@@ -17,7 +15,7 @@ groupSharedFeatures.usm.emailRequiredErrorMessage = 输入至少一个有效的
17
15
  # Icon label for the error notifications
18
16
  groupSharedFeatures.usm.errorNoticeIcon = 错误
19
17
  # Error message for the expiration date field when expiration date is in the past
20
- groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage = The expiration date must be in the future
18
+ groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage = 过期日期必须为未来日期
21
19
  # Error message for the expiration date field when expiration date is not provided
22
20
  groupSharedFeatures.usm.expirationRequiredErrorMessage = 请选择日期
23
21
  # Error message for the email field when email is invalid
@@ -49,7 +47,7 @@ groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel
49
47
  # Aria label for the clear date picker button in the link expiration settings
50
48
  groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationClearDatePickerAriaLabel = 清除日期选择器
51
49
  # Label for the date picker in the link expiration settings
52
- groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationDatePickerLabel = 选择日期
50
+ groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationDatePickerLabel = 过期日期
53
51
  # Aria label for the next month button in the link expiration settings
54
52
  groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationNextMonthAriaLabel = 切换到下个月
55
53
  # Aria label for the open calendar dropdown button in the link expiration settings
@@ -60,6 +58,12 @@ groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationPreviousMonthAriaL
60
58
  groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationToggleText = 链接过期
61
59
  # Button aria label when the shared link settings are being updated
62
60
  groupSharedFeatures.usm.sharedLinkSettingsModal.loadingLabel = 正在加载
61
+ # Placeholder text for the password input
62
+ groupSharedFeatures.usm.sharedLinkSettingsModal.passwordInputPlaceholder = 输入密码
63
+ # Label for the password protection toggle
64
+ groupSharedFeatures.usm.sharedLinkSettingsModal.passwordToggleText = 密码保护
65
+ # Text for the password settings warning
66
+ groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText = 您的密码应至少包含 8 个字符,并且应至少包含一个大写字母、数字或特殊字符。
63
67
  # Button text to confirm saving the shared link settings
64
68
  groupSharedFeatures.usm.sharedLinkSettingsModal.saveButton = 保存
65
69
  # subtitle of the Shared Link settings modal
@@ -152,12 +156,12 @@ groupSharedFeatures.usm.unifiedShareFormModal.ownerRole = 所有者
152
156
  groupSharedFeatures.usm.unifiedShareFormModal.previewerRole = 预览者
153
157
  # Label for the role of a collaborator who can preview and upload to the item
154
158
  groupSharedFeatures.usm.unifiedShareFormModal.previewerUploaderRole = 上传者(预览者
155
- # Text inserted in the access level descriptions when the type of the item is a file
156
- groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.accessLevelFileItem = 文件
157
- # Text inserted in the access level descriptions when the type of the item is a folder
158
- groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.accessLevelFolderItem = 文件夹
159
- # Text inserted in the access level descriptions when the type of the item is a hub
160
- groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.accessLevelHubsItem = Hub
159
+ # Notification text when the shared link is successfully copied to clipboard
160
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText = 共享链接已复制到剪贴板。
161
+ # Text for the create and copy shared link notification when copy failed but creation succeeded.
162
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText = 已创建共享链接。单击复制以共享。
163
+ # Notification text when the shared link is successfully copied to clipboard after link is created
164
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText = 已创建共享链接并将其复制到剪贴板。
161
165
  # Description for the access level where only invited users can access the item
162
166
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription = 仅受邀人员可访问此 {item}
163
167
  # Label for the access level where only invited users can access the item
@@ -176,14 +180,18 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccess
176
180
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconLabel = 过期
177
181
  # Tooltip for the icon button to indicate the shared link has an expiration date
178
182
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconTooltip = 此链接将在 {expirationDate} 过期并无法访问
183
+ # Text inserted in the access level descriptions when the type of the item is a file
184
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.fileAccessLevelItem = 文件
185
+ # Text inserted in the access level descriptions when the type of the item is a folder
186
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.folderAccessLevelItem = 文件夹
187
+ # Text inserted in the access level descriptions when the type of the item is a hub
188
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem = Hub
179
189
  # Description for the access level where anyone with the URL can access the item
180
190
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription = 可公开访问;无需登录
181
191
  # Label for the access level where anyone with the URL can access the item
182
192
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel = 拥有链接的人员
183
193
  # Label for the section to manage the shared link of the file / folder
184
194
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel = 分享链接
185
- # Success notification displayed when shared link is created and copied to clipboard
186
- groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkCopiedSuccessNoticeText = 共享链接已创建并复制到剪贴板。
187
195
  # Aria label and tooltip for the icon button to email the shared link
188
196
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel = 发送共享链接
189
197
  # Label for the button link to open the Shared Link Settings modal
@@ -208,83 +216,3 @@ groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText = 已成功保存您
208
216
  groupSharedFeatures.usm.vanityNameInvalidErrorMessage = 自定义 URL 应介于 12-30 个字符之间,并可包括字母、数字和连字符。
209
217
  # Error message for the vanity name field when custom URL is not provided
210
218
  groupSharedFeatures.usm.vanityNameRequiredErrorMessage = 请输入自定义 URL
211
- # Text displayed when email input is empty
212
- groupSharedFeatures.usmV1.atLeastOneEmailRequired = 输入至少一个有效的电子邮件
213
- # Cancel button text
214
- groupSharedFeatures.usmV1.cancel = 取消
215
- # Close button text to close the modal
216
- groupSharedFeatures.usmV1.close = 关闭
217
- # Label for the download settings toggle
218
- groupSharedFeatures.usmV1.downloadSettingsToggleText = 允许拥有共享链接的用户下载该项目
219
- # Aria label for the email shared link button
220
- groupSharedFeatures.usmV1.emailSharedLinkButtonAriaLabel = 通过电子邮件发送共享链接
221
- # Label for the error notification type
222
- groupSharedFeatures.usmV1.errorNoticeAriaLabel = 错误
223
- # Text displayed when email input is invalid
224
- groupSharedFeatures.usmV1.invalidEmail = 无效电邮地址
225
- # Label of the field where a user designates who to invite to collaborate on an item
226
- groupSharedFeatures.usmV1.inviteFieldLabel = 邀请人员
227
- # Placeholder text for the invite people combobox
228
- groupSharedFeatures.usmV1.invitePeoplePlaceholder = 添加姓名或电子邮件地址
229
- # Link to the learn more about shared link settings
230
- groupSharedFeatures.usmV1.learnSharedLinkSettingsLink = 了解有关共享链接设置的更多信息。
231
- # Label for the link expiration toggle
232
- groupSharedFeatures.usmV1.linkExpirationToggleText = 链接过期
233
- # Text for the link settings button
234
- groupSharedFeatures.usmV1.linkSettingsButtonText = 链接设置
235
- # Aria label for loading state
236
- groupSharedFeatures.usmV1.loadingAriaLabel = 正在加载
237
- # Label for "Message" text box to email the shared Link
238
- groupSharedFeatures.usmV1.message = 消息(可选)
239
- # Placeholder text for message section
240
- groupSharedFeatures.usmV1.messageSelectorPlaceholder = 添加消息
241
- # Title of the Unified Share Modal. {itemName} is the name of the file / folder being shared
242
- groupSharedFeatures.usmV1.modalTitle = 共享‘{itemName}’
243
- # Label for the close button in the notification
244
- groupSharedFeatures.usmV1.noticeCloseAriaLabel = 关闭
245
- # Okay button text
246
- groupSharedFeatures.usmV1.okay = 确定
247
- # Text for the notification when shared link removal fails
248
- groupSharedFeatures.usmV1.removeSharedLinkFailedNoticeText = 无法删除共享链接。请稍后重试。
249
- # Body text of the Remove Shared Link modal
250
- groupSharedFeatures.usmV1.removeSharedLinkModalBodyText = 这会永久移除共享链接。如果此项目嵌入在其他站点上,它也将变得不可访问。还会移除任何自定义属性、设置和到期时间。是否要继续?
251
- # Title of the Remove Shared Link modal
252
- groupSharedFeatures.usmV1.removeSharedLinkModalTitle = 移除共享链接
253
- # Text for the notification when shared link is removed
254
- groupSharedFeatures.usmV1.removeSharedLinkSuccessNoticeText = 已成功移除“{itemName}”的共享链接。
255
- # Send button text
256
- groupSharedFeatures.usmV1.send = 发送
257
- # Aria label for send button when sending invites
258
- groupSharedFeatures.usmV1.sendingInvites = 正在发送邀请
259
- # Subtitle of the Shared Link settings modal
260
- groupSharedFeatures.usmV1.shareLinkSettingsModalSubTitleText = 您公司的任何人均可通过该链接查看或下载此内容。{learnSharedLinkSettingsLink}
261
- # Title of the Shared Link settings modal
262
- groupSharedFeatures.usmV1.shareLinkSettingsModalTitle = 共享链接设置
263
- # Success notification displayed when shared link is created and copied to clipboard
264
- groupSharedFeatures.usmV1.sharedLinkCopiedSuccessNoticeText = 共享链接已创建并复制到剪贴板。
265
- # Label for the copy input field
266
- groupSharedFeatures.usmV1.sharedLinkCopyInputLabel = 将共享链接复制到剪贴板
267
- # Text for the notification when shared link is created
268
- groupSharedFeatures.usmV1.sharedLinkCreatedSuccessNoticeText = 已创建共享链接
269
- # Text for the notification when shared link creation fails
270
- groupSharedFeatures.usmV1.sharedLinkCreationFailedNoticeText = 无法创建共享链接。请稍后重试。
271
- # This tooltip appears over the shared link toggle, explaining what happens when it is clicked
272
- groupSharedFeatures.usmV1.sharedLinkDisabledTooltip = 创建并复制链接
273
- # Label for share link toggle
274
- groupSharedFeatures.usmV1.sharedLinkToggleLabel = 分享链接
275
- # Label for share link toggle
276
- groupSharedFeatures.usmV1.sharedLinkToggleText = 共享链接
277
- # Label for the success notification type
278
- groupSharedFeatures.usmV1.successNoticeAriaLabel = 成功
279
- # Text for the vanity domain settings warning
280
- groupSharedFeatures.usmV1.vanityDomainSettingsWarningText = 共享敏感内容时不应使用自定义 URL。
281
- # Label for the vanity name input
282
- groupSharedFeatures.usmV1.vanityNameInputLabel = 虚拟输入
283
- # Placeholder text for the vanity name input
284
- groupSharedFeatures.usmV1.vanityNameInputPlaceholder = 输入自定义路径(12 个或更多字符)
285
- # Text for the vanity name invalid error
286
- groupSharedFeatures.usmV1.vanityNameInvalidError = 自定义 URL 应介于 12-30 个字符之间,并可包括字母、数字和连字符。
287
- # Label for the vanity name toggle
288
- groupSharedFeatures.usmV1.vanityNameToggleText = 使用自定义非私有 URL 广泛发布内容
289
- # Label for the warning notification icon
290
- groupSharedFeatures.usmV1.warningNoticeIconAriaLabel = 警告图标标签
@@ -1,13 +1,13 @@
1
1
  export default {
2
- "groupSharedFeatures.usm.autoCopySharedLinkErrorNoticeText": "Unable to create a shared link. Please try again later.",
2
+ "groupSharedFeatures.usm.autoCopySharedLinkErrorNoticeText": "無法建立共用連結。 請稍後再試一次。",
3
3
  "groupSharedFeatures.usm.createSharedLinkErrorNoticeText": "無法建立共用連結。 請稍後再試一次。",
4
- "groupSharedFeatures.usm.createSharedLinkSuccessNoticeText": "共用連結已建立",
5
- "groupSharedFeatures.usm.defaultErrorNoticeText": "Something went wrong. Please try again later.",
4
+ "groupSharedFeatures.usm.createSharedLinkSuccessNoticeText": "已建立共用的連結。",
5
+ "groupSharedFeatures.usm.defaultErrorNoticeText": "發生問題。 請稍後再試一次。",
6
6
  "groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText": "無法移除共用連結。 請稍後再試一次。",
7
7
  "groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText": "已成功移除「{itemName}」的共用連結。",
8
8
  "groupSharedFeatures.usm.emailRequiredErrorMessage": "請輸入至少一個有效的電子郵件",
9
9
  "groupSharedFeatures.usm.errorNoticeIcon": "錯誤",
10
- "groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "The expiration date must be in the future",
10
+ "groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "到期日必須為未來的日期",
11
11
  "groupSharedFeatures.usm.expirationRequiredErrorMessage": "請選取日期",
12
12
  "groupSharedFeatures.usm.invalidEmailErrorMessage": "無效的電子郵件地址",
13
13
  "groupSharedFeatures.usm.noticeCloseLabel": "關閉",
@@ -27,15 +27,15 @@ export default {
27
27
  "groupSharedFeatures.usm.sharedLinkSettingsModal.learnSharedLinkSettingsLink": "深入瞭解共用的連結設定。",
28
28
  "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel": "選取您的共用連結到期日期",
29
29
  "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationClearDatePickerAriaLabel": "清除日期選擇工具",
30
- "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationDatePickerLabel": "選取日期",
30
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationDatePickerLabel": "到期日期",
31
31
  "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationNextMonthAriaLabel": "切換至下個月",
32
32
  "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationOpenCalendarDropdownAriaLabel": "開啟日曆",
33
33
  "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationPreviousMonthAriaLabel": "切換至上個月",
34
34
  "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationToggleText": "連結失效",
35
35
  "groupSharedFeatures.usm.sharedLinkSettingsModal.loadingLabel": "載入中",
36
- "groupSharedFeatures.usm.sharedLinkSettingsModal.passwordInputPlaceholder": "Enter a password",
37
- "groupSharedFeatures.usm.sharedLinkSettingsModal.passwordToggleText": "Password protection",
38
- "groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText": "Your password should include at least 8 characters, and should contain at least one upper case letter, number, or special character.",
36
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.passwordInputPlaceholder": "輸入密碼",
37
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.passwordToggleText": "密碼保護",
38
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText": "您的密碼至少必須包括 8 個字元,且應至少包含一個大寫字母、數字或特殊字元。",
39
39
  "groupSharedFeatures.usm.sharedLinkSettingsModal.saveButton": "儲存",
40
40
  "groupSharedFeatures.usm.sharedLinkSettingsModal.subtitle": "此內容可供您公司中任何有此連結的人使用,且可檢視或下載。{learnSharedLinkSettingsLink}",
41
41
  "groupSharedFeatures.usm.sharedLinkSettingsModal.title": "共用的連結設定",
@@ -82,9 +82,9 @@ export default {
82
82
  "groupSharedFeatures.usm.unifiedShareFormModal.ownerRole": "擁有者",
83
83
  "groupSharedFeatures.usm.unifiedShareFormModal.previewerRole": "預覽者",
84
84
  "groupSharedFeatures.usm.unifiedShareFormModal.previewerUploaderRole": "具預覽權限的上傳者",
85
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText": "Shared link copied to clipboard.",
86
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Shared link created. Click Copy to share.",
87
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "Shared link created and copied to clipboard.",
85
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText": "共用的連結已複製到剪貼簿。",
86
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "已建立共用的連結。 按一下複製以分享。",
87
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "共用的連結已建立並複製到剪貼簿。",
88
88
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "只有受邀的人員才能存取此 {item}",
89
89
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "僅限受邀的人員",
90
90
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "您公司中任何有此連結的任何人,或受邀共用此 {item} 的人員,都可以存取",
@@ -94,9 +94,9 @@ export default {
94
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelLabel": "{enterprise} 的人員",
95
95
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconLabel": "有效期限",
96
96
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconTooltip": "此連結將在 {expirationDate} 到期且無法存取",
97
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.fileAccessLevelItem": "file",
98
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.folderAccessLevelItem": "folder",
99
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem": "hub",
97
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.fileAccessLevelItem": "檔案",
98
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.folderAccessLevelItem": "資料夾",
99
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem": "中樞",
100
100
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription": "公開供人員存取,不需要登入",
101
101
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "擁有連結的人員",
102
102
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "共用連結",
@@ -111,51 +111,5 @@ export default {
111
111
  "groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "具檢視權限的上傳者",
112
112
  "groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "您的設定已成功儲存。",
113
113
  "groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "自訂 URL 應該在 12-30 個字元之間,且可包含字母、數字和連字號。",
114
- "groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "請輸入自訂 URL",
115
- "groupSharedFeatures.usm.autoCopyErrorNoticeText": "Shared link created. Click Copy to share.",
116
- "groupSharedFeatures.usm.autoCopySuccessNoticeText": "共用的連結已建立並複製到剪貼簿。",
117
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.accessLevelFileItem": "檔案",
118
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.accessLevelFolderItem": "資料夾",
119
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.accessLevelHubsItem": "中樞",
120
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkCopiedSuccessNoticeText": "共用的連結已建立並複製到剪貼簿。",
121
- "groupSharedFeatures.usmV1.atLeastOneEmailRequired": "請輸入至少一個有效的電子郵件",
122
- "groupSharedFeatures.usmV1.cancel": "取消",
123
- "groupSharedFeatures.usmV1.close": "關閉",
124
- "groupSharedFeatures.usmV1.downloadSettingsToggleText": "允許擁有共用連結的使用者下載此項目",
125
- "groupSharedFeatures.usmV1.emailSharedLinkButtonAriaLabel": "電子郵件共用連結",
126
- "groupSharedFeatures.usmV1.errorNoticeAriaLabel": "錯誤",
127
- "groupSharedFeatures.usmV1.invalidEmail": "無效的電子郵件地址",
128
- "groupSharedFeatures.usmV1.inviteFieldLabel": "邀請人員",
129
- "groupSharedFeatures.usmV1.invitePeoplePlaceholder": "新增名稱或電子郵件地址",
130
- "groupSharedFeatures.usmV1.learnSharedLinkSettingsLink": "深入瞭解共用的連結設定。",
131
- "groupSharedFeatures.usmV1.linkExpirationToggleText": "連結失效",
132
- "groupSharedFeatures.usmV1.linkSettingsButtonText": "連結設定",
133
- "groupSharedFeatures.usmV1.loadingAriaLabel": "正在載入",
134
- "groupSharedFeatures.usmV1.message": "訊息 (非必填)",
135
- "groupSharedFeatures.usmV1.messageSelectorPlaceholder": "新增訊息",
136
- "groupSharedFeatures.usmV1.modalTitle": "共用『{itemName}』",
137
- "groupSharedFeatures.usmV1.noticeCloseAriaLabel": "關閉",
138
- "groupSharedFeatures.usmV1.okay": "好的",
139
- "groupSharedFeatures.usmV1.removeSharedLinkFailedNoticeText": "無法移除共用連結。 請稍後再試一次。",
140
- "groupSharedFeatures.usmV1.removeSharedLinkModalBodyText": "這將永久移除共用的連結。 如果此項目嵌入其他網站,則也會變得無法存取。任何自訂屬性、設定和到期日也會移除。 是否要繼續?",
141
- "groupSharedFeatures.usmV1.removeSharedLinkModalTitle": "移除共用的連結",
142
- "groupSharedFeatures.usmV1.removeSharedLinkSuccessNoticeText": "已成功移除「{itemName}」的共用連結。",
143
- "groupSharedFeatures.usmV1.send": "傳送",
144
- "groupSharedFeatures.usmV1.sendingInvites": "正在傳送邀請",
145
- "groupSharedFeatures.usmV1.shareLinkSettingsModalSubTitleText": "此內容可供您公司中任何有此連結的人使用,且可檢視或下載。{learnSharedLinkSettingsLink}",
146
- "groupSharedFeatures.usmV1.shareLinkSettingsModalTitle": "共用的連結設定",
147
- "groupSharedFeatures.usmV1.sharedLinkCopiedSuccessNoticeText": "共用的連結已建立並複製到剪貼簿。",
148
- "groupSharedFeatures.usmV1.sharedLinkCopyInputLabel": "複製共享連結至剪貼簿",
149
- "groupSharedFeatures.usmV1.sharedLinkCreatedSuccessNoticeText": "共用連結已建立",
150
- "groupSharedFeatures.usmV1.sharedLinkCreationFailedNoticeText": "無法建立共用連結。 請稍後再試一次。",
151
- "groupSharedFeatures.usmV1.sharedLinkDisabledTooltip": "建立與複製連結",
152
- "groupSharedFeatures.usmV1.sharedLinkToggleLabel": "共用連結",
153
- "groupSharedFeatures.usmV1.sharedLinkToggleText": "共用的連結",
154
- "groupSharedFeatures.usmV1.successNoticeAriaLabel": "成功",
155
- "groupSharedFeatures.usmV1.vanityDomainSettingsWarningText": "在共用機密內容時不應使用自訂 URL。",
156
- "groupSharedFeatures.usmV1.vanityNameInputLabel": "虛名輸入",
157
- "groupSharedFeatures.usmV1.vanityNameInputPlaceholder": "輸入自訂路徑 (12 或更多個字元)",
158
- "groupSharedFeatures.usmV1.vanityNameInvalidError": "自訂 URL 應該在 12-30 個字元之間,且可包含字母、數字和連字號。",
159
- "groupSharedFeatures.usmV1.vanityNameToggleText": "以自訂非私人 URL 廣泛發佈內容",
160
- "groupSharedFeatures.usmV1.warningNoticeIconAriaLabel": "警告圖示標籤"
114
+ "groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "請輸入自訂 URL"
161
115
  }