@box/unified-share-modal 0.50.1 → 0.51.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 (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 +4 -4
@@ -12,22 +12,24 @@ groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText = Kunde inte ta bort den
12
12
  groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText = Den delade länken för "{itemName}" har tagits bort.
13
13
  # Error message for the email field when email is not provided
14
14
  groupSharedFeatures.usm.emailRequiredErrorMessage = Ange minst en giltig e‑postadress
15
+ # Notification text when the shared link was sent successfully
16
+ groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText = Den delade länken för ”{itemName}” skickades.
15
17
  # Icon label for the error notifications
16
18
  groupSharedFeatures.usm.errorNoticeIcon = Fel
17
19
  # Error message for the expiration date field when expiration date is in the past
18
20
  groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage = Utgångsdatum måste vara i framtiden
19
21
  # Error message for the expiration date field when expiration date is not provided
20
- groupSharedFeatures.usm.expirationRequiredErrorMessage = Välj ett datum
22
+ groupSharedFeatures.usm.expirationRequiredErrorMessage = Välj ett utgångsdatum
21
23
  # Error message for the email field when email is invalid
22
24
  groupSharedFeatures.usm.invalidEmailErrorMessage = Ogiltig e-postadress
23
25
  # Close button aria label for the notifications
24
26
  groupSharedFeatures.usm.noticeCloseLabel = Stäng
25
27
  # Error message for the password field when password contains forbidden characters.
26
- groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage = Lösenordet får inte innehålla mellanslag, "<" eller ">"
28
+ groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage = Lösenord kan inte innehålla ett mellanslag, "<" eller ">"
27
29
  # Error message for the password field when password does not contain at least one letter, number, or symbol
28
- groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage = Lösenordet ska innehålla minst en stor bokstav, en siffra eller ett specialtecken.
30
+ groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage = Lösenord måste innehålla minst en stor bokstav, siffra eller specialtecken
29
31
  # Error message for the password field when password does not contain at least 8 characters.
30
- groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage = Lösenord bör innehålla minst 8 tecken
32
+ groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage = Lösenord måste innehålla minst 8 tecken
31
33
  # Error message for the password field when password is not provided
32
34
  groupSharedFeatures.usm.passwordRequiredErrorMessage = Ange ett lösenord
33
35
  # Body text of the Remove Shared Link modal
@@ -51,7 +53,7 @@ groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText = Til
51
53
  # Link to learn more about shared link settings
52
54
  groupSharedFeatures.usm.sharedLinkSettingsModal.learnSharedLinkSettingsLink = Läs mer om inställningar för delade länkar.
53
55
  # Aria label for the calendar in the link expiration settings
54
- groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel = Välj utgångsdatum för din delade länk
56
+ groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel = Välj ett utgångsdatum
55
57
  # Aria label for the clear date picker button in the link expiration settings
56
58
  groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationClearDatePickerAriaLabel = Rensa datumväljare
57
59
  # Label for the date picker in the link expiration settings
@@ -71,7 +73,7 @@ groupSharedFeatures.usm.sharedLinkSettingsModal.passwordInputPlaceholder = Ange
71
73
  # Label for the password protection toggle
72
74
  groupSharedFeatures.usm.sharedLinkSettingsModal.passwordToggleText = Lösenordsskydd
73
75
  # Text for the password settings warning
74
- groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText = Ditt lösenord bör innehålla minst 8 tecken och bör innehålla minst en versal, siffra eller specialtecken.
76
+ groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText = Lösenord måste innehålla minst 8 tecken och måste innehålla minst en stor bokstav, en siffra eller ett specialtecken.
75
77
  # Button text to confirm saving the shared link settings
76
78
  groupSharedFeatures.usm.sharedLinkSettingsModal.saveButton = Spara
77
79
  # subtitle of the Shared Link settings modal
@@ -84,8 +86,6 @@ groupSharedFeatures.usm.sharedLinkSettingsModal.vanityDomainSettingsWarningText
84
86
  groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputLabel = Anpassad sökväg
85
87
  # Placeholder text for the vanity name input
86
88
  groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputPlaceholder = Ange en anpassad sökväg (12 eller fler tecken)
87
- # Text for the vanity name invalid error
88
- groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError = Anpassade URL-adresser ska vara mellan 12–30 tecken och kan innehålla bokstäver, siffror och bindestreck.
89
89
  # Label for the vanity name toggle
90
90
  groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameToggleText = Publicera innehåll brett med en anpassad, icke-privat 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 = Skicka e-post med delad länk
113
113
  # Label for the button to select the collaboration role of the new collaborator
114
114
  groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel = Bjud in som {role}
115
+ # Tooltip on the collaboration form when the user does not have permission to invite collaborators
116
+ groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip = Du har inte behörighet att bjuda in medarbetare
115
117
  # Label for the field to select users to collaborate with on an item
116
118
  groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel = Bjud in personer
117
119
  # Placeholder for the field to select users to collaborate with on an item
118
120
  groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder = Ange namn eller e-postadresser
121
+ # Tooltip on the collaboration form when the item is a bookmark
122
+ groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip = Medarbetare kan inte läggas till i bokmärken
119
123
  # Aria label for the loading indicator of the Unified Share Modal
120
124
  groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel = Läser in
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 = Vem som helst i ditt företag med länken eller personer inbjudna till det här {item} har åtkomst
185
189
  # Label for the access level where users in the company can access the item
186
190
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelLabel = Personer i ditt företag
191
+ # Tooltip on the shared link toggle when the user does not have permission to create the link
192
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.createLinkDisabledTooltip = Du har inte behörighet att skapa länken
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 = Det här alternativet är inte tillgängligt på grund av en säkerhetspolicy
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 = Offentligt tillgänglig och inloggning inte obligatoriskt
205
211
  # Label for the access level where anyone with the URL can access the item
206
212
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel = Personer med länken
213
+ # Tooltip on the shared link toggle when the user does not have permission to remove the link
214
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip = Du har inte behörighet att ta bort länken
207
215
  # Label for the section to manage the shared link of the file / folder
208
216
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel = Dela länk
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 = Skapa och kopiera länk
217
225
  # Label for the text field of the URL for sharing the file / folder
218
226
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkUrlLabel = URL för delad länk
227
+ # Text inserted in the access level descriptions when the type of the item is a bookmark
228
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.webLinkAccessLevelItem = bokmärke
219
229
  # Title of the Unified Share Modal. {itemName} is the name of the file / folder being shared
220
230
  groupSharedFeatures.usm.unifiedShareFormModal.title = Dela "{itemName}"
221
231
  # Label for the role of a collaborator who can upload to the item
@@ -225,8 +235,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.viewerRole = Visning
225
235
  # Label for the role of a collaborator who can view and upload to the item
226
236
  groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole = Läsare/Uppladdare
227
237
  # Notification text when the shared link settings are successfully saved
228
- groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText = Dina inställningar sparades.
238
+ groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText = Inställningarna för delad länk sparades.
229
239
  # Text for the vanity name invalid error
230
- groupSharedFeatures.usm.vanityNameInvalidErrorMessage = Anpassade URL:er ska vara 12–30 tecken och kan inkludera bokstäver, siffror och bindestreck.
240
+ groupSharedFeatures.usm.vanityNameInvalidErrorMessage = Anpassade URL:er måste vara 12–30 tecken och kan innehålla bokstäver, siffror och bindestreck
231
241
  # Error message for the vanity name field when custom URL is not provided
232
242
  groupSharedFeatures.usm.vanityNameRequiredErrorMessage = Ange en anpassad URL
@@ -6,14 +6,14 @@ export default {
6
6
  "groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText": "Paylaşılan bağlantı kaldırılamadı. Lütfen daha sonra tekrar deneyin.",
7
7
  "groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText": "“{itemName}” için paylaşılan bağlantı başarıyla kaldırıldı.",
8
8
  "groupSharedFeatures.usm.emailRequiredErrorMessage": "En az bir geçerli e-posta adresi girin",
9
- "groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "The shared link for “{itemName}” was sent successfully.",
9
+ "groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "“{itemName}” için paylaşılan bağlantı başarıyla gönderildi.",
10
10
  "groupSharedFeatures.usm.errorNoticeIcon": "Hata",
11
11
  "groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "Sona erme tarihi gelecekte olmalıdır",
12
- "groupSharedFeatures.usm.expirationRequiredErrorMessage": "Lütfen bir tarih seçin",
12
+ "groupSharedFeatures.usm.expirationRequiredErrorMessage": "Lütfen bir sona erme tarihi seçin",
13
13
  "groupSharedFeatures.usm.invalidEmailErrorMessage": "Geçersiz e-posta adresi",
14
14
  "groupSharedFeatures.usm.noticeCloseLabel": "Kapat",
15
- "groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "Parolanız; boşluk, \"<\" veya \">\" karakterini içeremez",
16
- "groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "Parolanız en az bir büyük harf, rakam veya özel karakter içermelidir.",
15
+ "groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "Parola boşluk, \"<\" veya \">\" içeremez",
16
+ "groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "Parola en az bir büyük harf, rakam veya özel karakter içermelidir",
17
17
  "groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "Parola en az 8 karakter içermelidir",
18
18
  "groupSharedFeatures.usm.passwordRequiredErrorMessage": "Lütfen bir parola girin",
19
19
  "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?",
@@ -26,7 +26,7 @@ export default {
26
26
  "groupSharedFeatures.usm.sharedLinkSettingsModal.closeButton": "Kapat",
27
27
  "groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText": "Paylaşılmış bağlantıya sahip kullanıcıların bu öğeyi indirmesine izin ver",
28
28
  "groupSharedFeatures.usm.sharedLinkSettingsModal.learnSharedLinkSettingsLink": "Paylaşılmış bağlantı ayarları hakkında daha fazla bilgi alın.",
29
- "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel": "Paylaşılan bağlantınızın sona erme tarihini seçin",
29
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel": "Bir sona erme tarihi seçin",
30
30
  "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationClearDatePickerAriaLabel": "Tarih seçiciyi temizle",
31
31
  "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationDatePickerLabel": "Sona erme tarihi",
32
32
  "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationNextMonthAriaLabel": "Bir sonraki aya geçin",
@@ -36,7 +36,7 @@ export default {
36
36
  "groupSharedFeatures.usm.sharedLinkSettingsModal.loadingLabel": "Yükleniyor",
37
37
  "groupSharedFeatures.usm.sharedLinkSettingsModal.passwordInputPlaceholder": "Parola girin",
38
38
  "groupSharedFeatures.usm.sharedLinkSettingsModal.passwordToggleText": "Parola koruması",
39
- "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.",
39
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText": "Parolalar en az 8 karakter içermelidir ve en az bir büyük harf, rakam veya özel karakter içermelidir.",
40
40
  "groupSharedFeatures.usm.sharedLinkSettingsModal.saveButton": "Kaydet",
41
41
  "groupSharedFeatures.usm.sharedLinkSettingsModal.subtitle": "Bu içeriğe şirketinizdeki bağlantıya sahip herkes erişebilir ve içerik görüntülenebilir veya indirilebilir. {learnSharedLinkSettingsLink}",
42
42
  "groupSharedFeatures.usm.sharedLinkSettingsModal.title": "Paylaşılmış Bağlantı Ayarları",
@@ -56,10 +56,10 @@ export default {
56
56
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Yükleme, indirme, önizleme, paylaşma, düzenleme ve silme",
57
57
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "Paylaşılan Bağlantıyı E-posta ile Gönder",
58
58
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel": "{role} olarak davet et",
59
- "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip": "You do not have permission to invite collaborators",
59
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip": "İşbirlikçiler davet etme izniniz yok",
60
60
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel": "Kişileri Davet Et",
61
61
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder": "Adlar veya e-posta adresleri ekleyin",
62
- "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip": "Collaborators cannot be added to bookmarks",
62
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip": "İşbirlikçiler yer işaretlerine eklenemez",
63
63
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel": "Yükleniyor",
64
64
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerDescription": "Preview-only",
65
65
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerUploaderDescription": "Karşıya yükle ve önizle",
@@ -94,7 +94,7 @@ export default {
94
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "Yalnızca davetli kişiler",
95
95
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "Şirketinizde bağlantıya sahip herkes veya bu {item} öğesine davet edilen kişiler erişebilir",
96
96
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelLabel": "Şirketinizdeki kişiler",
97
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.createLinkDisabledTooltip": "You do not have permission to create the link",
97
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.createLinkDisabledTooltip": "Bağlantıyı oluşturma izniniz yok",
98
98
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.disabledAccessLevelTooltip": "Bu seçenek bir güvenlik politikası nedeniyle kullanılamıyor",
99
99
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelDescription": "{enterprise} kuruluşunda bağlantıya sahip herkes veya bu {item} öğesine davet edilen kişiler erişebilir",
100
100
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelLabel": "{enterprise} kuruluşundaki kişiler",
@@ -105,20 +105,19 @@ export default {
105
105
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem": "hub",
106
106
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription": "Herkes erişebilir ve oturum açmak gerekmez",
107
107
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "Bağlantıya sahip herkes",
108
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "You do not have permission to remove the link",
108
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "Bağlantıyı kaldırma izniniz yok",
109
109
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "Paylaşım Bağlantısı",
110
110
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "Paylaşılmış Bağlantıyı Gönder",
111
111
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "Bağlantı Ayarları",
112
112
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "Paylaşılan bağlantı",
113
113
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "Bağlantı oluşturun ve kopyalayın",
114
114
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkUrlLabel": "Paylaşılmış Bağlantı URL'si",
115
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.webLinkAccessLevelItem": "bookmark",
115
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.webLinkAccessLevelItem": "yer işareti",
116
116
  "groupSharedFeatures.usm.unifiedShareFormModal.title": "‘{itemName}’ Öğesini Paylaşın",
117
117
  "groupSharedFeatures.usm.unifiedShareFormModal.uploaderRole": "Yükleyici",
118
118
  "groupSharedFeatures.usm.unifiedShareFormModal.viewerRole": "Görüntüleyici",
119
119
  "groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "Görüntüleyici - Yükleyici",
120
- "groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "Ayarlarınız başarıyla kaydedildi.",
121
- "groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "Özel URL'ler 12 ila 30 karakter uzunluğunda olmalıdır ve harf, sayı ve tire içerebilir.",
122
- "groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Lütfen özel bir URL girin",
123
- "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError": "Özel URL'ler 12 ila 30 karakter uzunluğunda olmalıdır ve harf, sayı ve tire içerebilir."
120
+ "groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "Paylaşılan bağlantı ayarları başarıyla kaydedildi.",
121
+ "groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "Özel URL'ler 12 ila 30 karakter uzunluğunda olmalıdır ve harf, sayı ve tire içerebilir",
122
+ "groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Lütfen özel bir URL girin"
124
123
  }
@@ -12,20 +12,22 @@ groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText = Paylaşılan bağlant
12
12
  groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText = “{itemName}” için paylaşılan bağlantı başarıyla kaldırıldı.
13
13
  # Error message for the email field when email is not provided
14
14
  groupSharedFeatures.usm.emailRequiredErrorMessage = En az bir geçerli e-posta adresi girin
15
+ # Notification text when the shared link was sent successfully
16
+ groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText = “{itemName}” için paylaşılan bağlantı başarıyla gönderildi.
15
17
  # Icon label for the error notifications
16
18
  groupSharedFeatures.usm.errorNoticeIcon = Hata
17
19
  # Error message for the expiration date field when expiration date is in the past
18
20
  groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage = Sona erme tarihi gelecekte olmalıdır
19
21
  # Error message for the expiration date field when expiration date is not provided
20
- groupSharedFeatures.usm.expirationRequiredErrorMessage = Lütfen bir tarih seçin
22
+ groupSharedFeatures.usm.expirationRequiredErrorMessage = Lütfen bir sona erme tarihi seçin
21
23
  # Error message for the email field when email is invalid
22
24
  groupSharedFeatures.usm.invalidEmailErrorMessage = Geçersiz e-posta adresi
23
25
  # Close button aria label for the notifications
24
26
  groupSharedFeatures.usm.noticeCloseLabel = Kapat
25
27
  # Error message for the password field when password contains forbidden characters.
26
- groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage = Parolanız; boşluk, "<" veya ">" karakterini içeremez
28
+ groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage = Parola boşluk, "<" veya ">" içeremez
27
29
  # Error message for the password field when password does not contain at least one letter, number, or symbol
28
- groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage = Parolanız en az bir büyük harf, rakam veya özel karakter içermelidir.
30
+ groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage = Parola en az bir büyük harf, rakam veya özel karakter içermelidir
29
31
  # Error message for the password field when password does not contain at least 8 characters.
30
32
  groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage = Parola en az 8 karakter içermelidir
31
33
  # Error message for the password field when password is not provided
@@ -51,7 +53,7 @@ groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText = Pay
51
53
  # Link to learn more about shared link settings
52
54
  groupSharedFeatures.usm.sharedLinkSettingsModal.learnSharedLinkSettingsLink = Paylaşılmış bağlantı ayarları hakkında daha fazla bilgi alın.
53
55
  # Aria label for the calendar in the link expiration settings
54
- groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel = Paylaşılan bağlantınızın sona erme tarihini seçin
56
+ groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel = Bir sona erme tarihi seçin
55
57
  # Aria label for the clear date picker button in the link expiration settings
56
58
  groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationClearDatePickerAriaLabel = Tarih seçiciyi temizle
57
59
  # Label for the date picker in the link expiration settings
@@ -71,7 +73,7 @@ groupSharedFeatures.usm.sharedLinkSettingsModal.passwordInputPlaceholder = Parol
71
73
  # Label for the password protection toggle
72
74
  groupSharedFeatures.usm.sharedLinkSettingsModal.passwordToggleText = Parola koruması
73
75
  # Text for the password settings warning
74
- 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.
76
+ groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText = Parolalar en az 8 karakter içermelidir ve en az bir büyük harf, rakam veya özel karakter içermelidir.
75
77
  # Button text to confirm saving the shared link settings
76
78
  groupSharedFeatures.usm.sharedLinkSettingsModal.saveButton = Kaydet
77
79
  # subtitle of the Shared Link settings modal
@@ -84,8 +86,6 @@ groupSharedFeatures.usm.sharedLinkSettingsModal.vanityDomainSettingsWarningText
84
86
  groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputLabel = Özel yol
85
87
  # Placeholder text for the vanity name input
86
88
  groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputPlaceholder = Özel bir yol girin (12 veya daha fazla karakter)
87
- # Text for the vanity name invalid error
88
- groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError = Özel URL'ler 12 ila 30 karakter uzunluğunda olmalıdır ve harf, sayı ve tire içerebilir.
89
89
  # Label for the vanity name toggle
90
90
  groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameToggleText = Gizli olmayan, özel bir URL ile geniş kapsamlı olarak içerik yayınlayın
91
91
  # Label for the warning notification icon
@@ -112,10 +112,14 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderD
112
112
  groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel = Paylaşılan Bağlantıyı E-posta ile Gönder
113
113
  # Label for the button to select the collaboration role of the new collaborator
114
114
  groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel = {role} olarak davet et
115
+ # Tooltip on the collaboration form when the user does not have permission to invite collaborators
116
+ groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip = İşbirlikçiler davet etme izniniz yok
115
117
  # Label for the field to select users to collaborate with on an item
116
118
  groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel = Kişileri Davet Et
117
119
  # Placeholder for the field to select users to collaborate with on an item
118
120
  groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder = Adlar veya e-posta adresleri ekleyin
121
+ # Tooltip on the collaboration form when the item is a bookmark
122
+ groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip = İşbirlikçiler yer işaretlerine eklenemez
119
123
  # Aria label for the loading indicator of the Unified Share Modal
120
124
  groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel = Yükleniyor
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 = Şirketinizde bağlantıya sahip herkes veya bu {item} öğesine davet edilen kişiler erişebilir
185
189
  # Label for the access level where users in the company can access the item
186
190
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelLabel = Şirketinizdeki kişiler
191
+ # Tooltip on the shared link toggle when the user does not have permission to create the link
192
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.createLinkDisabledTooltip = Bağlantıyı oluşturma izniniz yok
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 = Bu seçenek bir güvenlik politikası nedeniyle kullanılamıyor
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 = Herkes erişebilir ve oturum açmak gerekmez
205
211
  # Label for the access level where anyone with the URL can access the item
206
212
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel = Bağlantıya sahip herkes
213
+ # Tooltip on the shared link toggle when the user does not have permission to remove the link
214
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip = Bağlantıyı kaldırma izniniz yok
207
215
  # Label for the section to manage the shared link of the file / folder
208
216
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel = Paylaşım Bağlantısı
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 = Bağlantı oluşturun ve kopyalayın
217
225
  # Label for the text field of the URL for sharing the file / folder
218
226
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkUrlLabel = Paylaşılmış Bağlantı URL'si
227
+ # Text inserted in the access level descriptions when the type of the item is a bookmark
228
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.webLinkAccessLevelItem = yer işareti
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}’ Öğesini Paylaşın
221
231
  # Label for the role of a collaborator who can upload to the item
@@ -225,8 +235,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.viewerRole = Görüntüleyici
225
235
  # Label for the role of a collaborator who can view and upload to the item
226
236
  groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole = Görüntüleyici - Yükleyici
227
237
  # Notification text when the shared link settings are successfully saved
228
- groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText = Ayarlarınız başarıyla kaydedildi.
238
+ groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText = Paylaşılan bağlantı ayarları başarıyla kaydedildi.
229
239
  # Text for the vanity name invalid error
230
- groupSharedFeatures.usm.vanityNameInvalidErrorMessage = Özel URL'ler 12 ila 30 karakter uzunluğunda olmalıdır ve harf, sayı ve tire içerebilir.
240
+ groupSharedFeatures.usm.vanityNameInvalidErrorMessage = Özel URL'ler 12 ila 30 karakter uzunluğunda olmalıdır ve harf, sayı ve tire içerebilir
231
241
  # Error message for the vanity name field when custom URL is not provided
232
242
  groupSharedFeatures.usm.vanityNameRequiredErrorMessage = Lütfen özel bir URL girin
@@ -6,15 +6,15 @@ export default {
6
6
  "groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText": "无法删除共享链接。请稍后重试。",
7
7
  "groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText": "已成功删除“{itemName}”的共享链接。",
8
8
  "groupSharedFeatures.usm.emailRequiredErrorMessage": "输入至少一个有效的电子邮件",
9
- "groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "The shared link for “{itemName}” was sent successfully.",
9
+ "groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "已成功发送”{itemName}”的共享链接。",
10
10
  "groupSharedFeatures.usm.errorNoticeIcon": "错误",
11
11
  "groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "过期日期必须为未来日期",
12
- "groupSharedFeatures.usm.expirationRequiredErrorMessage": "请选择日期",
12
+ "groupSharedFeatures.usm.expirationRequiredErrorMessage": "请选择过期日期",
13
13
  "groupSharedFeatures.usm.invalidEmailErrorMessage": "无效电邮地址",
14
14
  "groupSharedFeatures.usm.noticeCloseLabel": "关闭",
15
- "groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "您的密码不能包含空格、“<”或“>“",
16
- "groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "您的密码应至少包含一个大写字母、数字或特殊字符。",
17
- "groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "密码应至少包含 8 个字符",
15
+ "groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "密码不能包含空格、”<”或“>”",
16
+ "groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "密码必须至少包含一个大写字母、数字或特殊字符",
17
+ "groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "密码必须至少包含 8 个字符",
18
18
  "groupSharedFeatures.usm.passwordRequiredErrorMessage": "请输入密码",
19
19
  "groupSharedFeatures.usm.removeSharedLinkModal.bodyText": "这会永久移除共享链接。如果此项目嵌入在其他站点上,它也将变得不可访问。还会移除任何自定义属性、设置和到期时间。是否要继续?",
20
20
  "groupSharedFeatures.usm.removeSharedLinkModal.cancelButton": "取消",
@@ -26,7 +26,7 @@ export default {
26
26
  "groupSharedFeatures.usm.sharedLinkSettingsModal.closeButton": "关闭",
27
27
  "groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText": "允许拥有共享链接的用户下载该项目",
28
28
  "groupSharedFeatures.usm.sharedLinkSettingsModal.learnSharedLinkSettingsLink": "了解有关共享链接设置的更多信息。",
29
- "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel": "选择共享链接过期日期",
29
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel": "选择过期日期",
30
30
  "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationClearDatePickerAriaLabel": "清除日期选择器",
31
31
  "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationDatePickerLabel": "过期日期",
32
32
  "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationNextMonthAriaLabel": "切换到下个月",
@@ -36,7 +36,7 @@ export default {
36
36
  "groupSharedFeatures.usm.sharedLinkSettingsModal.loadingLabel": "正在加载",
37
37
  "groupSharedFeatures.usm.sharedLinkSettingsModal.passwordInputPlaceholder": "输入密码",
38
38
  "groupSharedFeatures.usm.sharedLinkSettingsModal.passwordToggleText": "密码保护",
39
- "groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText": "您的密码应至少包含 8 个字符,并且应至少包含一个大写字母、数字或特殊字符。",
39
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText": "密码必须至少包含 8 个字符,并且必须至少包含一个大写字母、数字或特殊字符。",
40
40
  "groupSharedFeatures.usm.sharedLinkSettingsModal.saveButton": "保存",
41
41
  "groupSharedFeatures.usm.sharedLinkSettingsModal.subtitle": "您公司的任何人均可通过该链接查看或下载此内容。{learnSharedLinkSettingsLink}",
42
42
  "groupSharedFeatures.usm.sharedLinkSettingsModal.title": "共享链接设置",
@@ -56,10 +56,10 @@ export default {
56
56
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "上传、下载、预览、共享、编辑和删除",
57
57
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "以电子邮件形式发送共享链接",
58
58
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel": "邀请为{role}",
59
- "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip": "You do not have permission to invite collaborators",
59
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip": "您无权邀请协作者",
60
60
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel": "邀请人员",
61
61
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder": "添加姓名或电子邮件地址",
62
- "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip": "Collaborators cannot be added to bookmarks",
62
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip": "无法将协作者添加到书签",
63
63
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel": "正在加载",
64
64
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerDescription": "Preview-only",
65
65
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerUploaderDescription": "上传并预览",
@@ -94,7 +94,7 @@ export default {
94
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "仅受邀人员",
95
95
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "贵公司中拥有链接的任何人员或受邀人员均可访问此 {item}",
96
96
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelLabel": "公司人员",
97
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.createLinkDisabledTooltip": "You do not have permission to create the link",
97
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.createLinkDisabledTooltip": "您无权创建链接",
98
98
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.disabledAccessLevelTooltip": "由于安全策略,此选项不可用",
99
99
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelDescription": "{enterprise} 中拥有链接的任何人员或受邀人员均可访问此 {item}",
100
100
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelLabel": "{enterprise} 中的人员",
@@ -105,20 +105,19 @@ export default {
105
105
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem": "Hub",
106
106
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription": "可公开访问;无需登录",
107
107
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "拥有链接的人员",
108
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "You do not have permission to remove the link",
108
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "您无权删除链接",
109
109
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "分享链接",
110
110
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "发送共享链接",
111
111
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "链接设置",
112
112
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "共享链接",
113
113
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "创建并复制链接",
114
114
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkUrlLabel": "共享链接 URL",
115
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.webLinkAccessLevelItem": "bookmark",
115
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.webLinkAccessLevelItem": "书签",
116
116
  "groupSharedFeatures.usm.unifiedShareFormModal.title": "共享‘{itemName}’",
117
117
  "groupSharedFeatures.usm.unifiedShareFormModal.uploaderRole": "上传者",
118
118
  "groupSharedFeatures.usm.unifiedShareFormModal.viewerRole": "查看者",
119
119
  "groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "上传者(查看者",
120
- "groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "已成功保存您的设置。",
121
- "groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "自定义 URL 应介于 12-30 个字符之间,并可包括字母、数字和连字符。",
122
- "groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "请输入自定义 URL",
123
- "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError": "自定义 URL 应介于 12-30 个字符之间,并可包括字母、数字和连字符。"
120
+ "groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "已成功保存共享链接设置。",
121
+ "groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "自定义 URL 必须介于 12-30 个字符之间,并可包括字母、数字和连字符",
122
+ "groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "请输入自定义 URL"
124
123
  }
@@ -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
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
@@ -6,15 +6,15 @@ export default {
6
6
  "groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText": "無法移除共用連結。 請稍後再試一次。",
7
7
  "groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText": "已成功移除「{itemName}」的共用連結。",
8
8
  "groupSharedFeatures.usm.emailRequiredErrorMessage": "請輸入至少一個有效的電子郵件",
9
- "groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "The shared link for “{itemName}” was sent successfully.",
9
+ "groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "已成功傳送「{itemName}」的共用連結。",
10
10
  "groupSharedFeatures.usm.errorNoticeIcon": "錯誤",
11
- "groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "到期日必須為未來的日期",
12
- "groupSharedFeatures.usm.expirationRequiredErrorMessage": "請選取日期",
11
+ "groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "到期日期必須為未來日期",
12
+ "groupSharedFeatures.usm.expirationRequiredErrorMessage": "請選取到期日期",
13
13
  "groupSharedFeatures.usm.invalidEmailErrorMessage": "無效的電子郵件地址",
14
14
  "groupSharedFeatures.usm.noticeCloseLabel": "關閉",
15
- "groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "您的密碼不能包含空格、「<」、或「>」",
16
- "groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "您的密碼應至少包含一個大寫字母、數字或特殊字元。",
17
- "groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "密碼應至少包含 8 個字元",
15
+ "groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "密碼不能包含空格、「<」或「>」",
16
+ "groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "密碼必須至少包含一個大寫字母、數字或特殊字元",
17
+ "groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "密碼必須至少包含 8 個字元",
18
18
  "groupSharedFeatures.usm.passwordRequiredErrorMessage": "請輸入密碼",
19
19
  "groupSharedFeatures.usm.removeSharedLinkModal.bodyText": "這將永久移除共用的連結。 如果此項目嵌入其他網站,則也會變得無法存取。任何自訂屬性、設定和到期日也會移除。 是否要繼續?",
20
20
  "groupSharedFeatures.usm.removeSharedLinkModal.cancelButton": "取消",
@@ -26,7 +26,7 @@ export default {
26
26
  "groupSharedFeatures.usm.sharedLinkSettingsModal.closeButton": "關閉",
27
27
  "groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText": "允許擁有共用連結的使用者下載此項目",
28
28
  "groupSharedFeatures.usm.sharedLinkSettingsModal.learnSharedLinkSettingsLink": "深入瞭解共用的連結設定。",
29
- "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel": "選取您的共用連結到期日期",
29
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel": "選取到期日期",
30
30
  "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationClearDatePickerAriaLabel": "清除日期選擇工具",
31
31
  "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationDatePickerLabel": "到期日期",
32
32
  "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationNextMonthAriaLabel": "切換至下個月",
@@ -36,7 +36,7 @@ export default {
36
36
  "groupSharedFeatures.usm.sharedLinkSettingsModal.loadingLabel": "載入中",
37
37
  "groupSharedFeatures.usm.sharedLinkSettingsModal.passwordInputPlaceholder": "輸入密碼",
38
38
  "groupSharedFeatures.usm.sharedLinkSettingsModal.passwordToggleText": "密碼保護",
39
- "groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText": "您的密碼至少必須包括 8 個字元,且應至少包含一個大寫字母、數字或特殊字元。",
39
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText": "密碼必須至少包含 8 個字元,且必須至少包含一個大寫字母、數字或特殊字元。",
40
40
  "groupSharedFeatures.usm.sharedLinkSettingsModal.saveButton": "儲存",
41
41
  "groupSharedFeatures.usm.sharedLinkSettingsModal.subtitle": "此內容可供您公司中任何有此連結的人使用,且可檢視或下載。{learnSharedLinkSettingsLink}",
42
42
  "groupSharedFeatures.usm.sharedLinkSettingsModal.title": "共用的連結設定",
@@ -56,10 +56,10 @@ export default {
56
56
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "上傳、下載、預覽、共用、編輯和刪除",
57
57
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "透過電子郵件傳送共用的連結",
58
58
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel": "受邀身分為 {role}",
59
- "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip": "You do not have permission to invite collaborators",
59
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip": "您沒有邀請共同作業者的權限",
60
60
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel": "邀請人員",
61
61
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder": "新增名稱或電子郵件地址",
62
- "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip": "Collaborators cannot be added to bookmarks",
62
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip": "共同作業者無法新增至書籤",
63
63
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel": "載入中",
64
64
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerDescription": "Preview-only",
65
65
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerUploaderDescription": "上傳和預覽",
@@ -94,7 +94,7 @@ export default {
94
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "僅限受邀的人員",
95
95
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "您公司中任何有此連結的任何人,或受邀共用此 {item} 的人員,都可以存取",
96
96
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelLabel": "公司人員",
97
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.createLinkDisabledTooltip": "You do not have permission to create the link",
97
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.createLinkDisabledTooltip": "您沒有建立連結的權限",
98
98
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.disabledAccessLevelTooltip": "基於安全原則,無法使用此選項",
99
99
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelDescription": "{enterprise} 有連結的任何人,或受邀共用此 {item} 的人員,都可以存取",
100
100
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelLabel": "{enterprise} 的人員",
@@ -105,20 +105,19 @@ export default {
105
105
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem": "中樞",
106
106
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription": "公開供人員存取,不需要登入",
107
107
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "擁有連結的人員",
108
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "You do not have permission to remove the link",
108
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "您沒有移除連結的權限",
109
109
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "共用連結",
110
110
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "傳送共用的連結",
111
111
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "連結設定",
112
112
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "共用的連結",
113
113
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "建立與複製連結",
114
114
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkUrlLabel": "共用連結的 URL",
115
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.webLinkAccessLevelItem": "bookmark",
115
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.webLinkAccessLevelItem": "書籤",
116
116
  "groupSharedFeatures.usm.unifiedShareFormModal.title": "共用『{itemName}』",
117
117
  "groupSharedFeatures.usm.unifiedShareFormModal.uploaderRole": "上傳者",
118
118
  "groupSharedFeatures.usm.unifiedShareFormModal.viewerRole": "檢視者",
119
119
  "groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "具檢視權限的上傳者",
120
- "groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "您的設定已成功儲存。",
121
- "groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "自訂 URL 應該在 12-30 個字元之間,且可包含字母、數字和連字號。",
122
- "groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "請輸入自訂 URL",
123
- "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInvalidError": "自訂 URL 應該在 12-30 個字元之間,且可包含字母、數字和連字號。"
120
+ "groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "已成功儲存共用的連結設定。",
121
+ "groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "自訂 URL 必須在 12-30 個字元之間,且可包含字母、數字和連字號",
122
+ "groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "請輸入自訂 URL"
124
123
  }