@box/unified-share-modal 1.23.0 → 1.24.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. package/dist/i18n/bn-IN.js +4 -4
  2. package/dist/i18n/bn-IN.properties +18 -0
  3. package/dist/i18n/da-DK.js +3 -3
  4. package/dist/i18n/da-DK.properties +18 -0
  5. package/dist/i18n/de-DE.js +4 -4
  6. package/dist/i18n/de-DE.properties +18 -0
  7. package/dist/i18n/en-AU.properties +18 -0
  8. package/dist/i18n/en-CA.properties +18 -0
  9. package/dist/i18n/en-GB.properties +18 -0
  10. package/dist/i18n/en-x-pseudo.js +136 -136
  11. package/dist/i18n/en-x-pseudo.properties +145 -127
  12. package/dist/i18n/es-419.js +4 -4
  13. package/dist/i18n/es-419.properties +18 -0
  14. package/dist/i18n/es-ES.js +4 -4
  15. package/dist/i18n/es-ES.properties +18 -0
  16. package/dist/i18n/fi-FI.js +4 -4
  17. package/dist/i18n/fi-FI.properties +18 -0
  18. package/dist/i18n/fr-CA.js +4 -4
  19. package/dist/i18n/fr-CA.properties +18 -0
  20. package/dist/i18n/fr-FR.js +4 -4
  21. package/dist/i18n/fr-FR.properties +18 -0
  22. package/dist/i18n/hi-IN.js +4 -4
  23. package/dist/i18n/hi-IN.properties +18 -0
  24. package/dist/i18n/it-IT.js +4 -4
  25. package/dist/i18n/it-IT.properties +18 -0
  26. package/dist/i18n/ja-JP.js +4 -4
  27. package/dist/i18n/ja-JP.properties +18 -0
  28. package/dist/i18n/ko-KR.js +4 -4
  29. package/dist/i18n/ko-KR.properties +18 -0
  30. package/dist/i18n/nb-NO.js +4 -4
  31. package/dist/i18n/nb-NO.properties +18 -0
  32. package/dist/i18n/nl-NL.js +4 -4
  33. package/dist/i18n/nl-NL.properties +18 -0
  34. package/dist/i18n/pl-PL.js +4 -4
  35. package/dist/i18n/pl-PL.properties +18 -0
  36. package/dist/i18n/pt-BR.js +4 -4
  37. package/dist/i18n/pt-BR.properties +18 -0
  38. package/dist/i18n/ru-RU.js +4 -4
  39. package/dist/i18n/ru-RU.properties +18 -0
  40. package/dist/i18n/sv-SE.js +4 -4
  41. package/dist/i18n/sv-SE.properties +18 -0
  42. package/dist/i18n/tr-TR.js +4 -4
  43. package/dist/i18n/tr-TR.properties +18 -0
  44. package/dist/i18n/zh-CN.js +4 -4
  45. package/dist/i18n/zh-CN.properties +18 -0
  46. package/dist/i18n/zh-TW.js +4 -4
  47. package/dist/i18n/zh-TW.properties +18 -0
  48. package/package.json +9 -9
@@ -34,6 +34,22 @@ groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage = Salasa
34
34
  groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage = Salasanassa on oltava vähintään 8 merkkiä
35
35
  # Error message for the password field when password is not provided
36
36
  groupSharedFeatures.usm.passwordRequiredErrorMessage = Anna salasana
37
+ # Body text of the Remove Collaborator modal
38
+ groupSharedFeatures.usm.removeCollaborator.bodyText = Are you sure you want to remove {name} as a collaborator?
39
+ # Button text to cancel removing a collaborator
40
+ groupSharedFeatures.usm.removeCollaborator.cancelButton = Peruuta
41
+ # Aria label for the button to close the Remove Collaborator modal
42
+ groupSharedFeatures.usm.removeCollaborator.closeButton = Sulje
43
+ # Button aria label when the collaborator is being removed
44
+ groupSharedFeatures.usm.removeCollaborator.loadingLabel = Ladataan
45
+ # Button text to confirm removing a collaborator
46
+ groupSharedFeatures.usm.removeCollaborator.okayButton = OK
47
+ # Title of the Remove Collaborator modal
48
+ groupSharedFeatures.usm.removeCollaborator.title = Remove Collaborator
49
+ # Notification text when a collaborator failed to be removed
50
+ groupSharedFeatures.usm.removeCollaboratorErrorNoticeText = Unable to remove the collaborator. Please try again later.
51
+ # Notification text when a collaborator is successfully removed
52
+ groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText = The collaborator has been removed successfully.
37
53
  # Body text of the Remove Shared Link modal
38
54
  groupSharedFeatures.usm.removeSharedLinkModal.bodyText = Tämä poistaa jaetun linkin pysyvästi. Jos tämä kohde on upotettu muihin sivustoihin, siitä tulee myös käyttökelvoton. Myös kaikki mukautetut ominaisuudet, asetukset ja vanhentumisajat poistetaan. Haluatko jatkaa?
39
55
  # Button text to cancel removing a shared link
@@ -166,6 +182,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.manageAllLink =
166
182
  groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.nameColumn = Nimi
167
183
  # Label for the role of a collaborator who has a pending collaboration invitation
168
184
  groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.pendingRole = Odottaa
185
+ # Aria label for the button to remove a collaborator on the item
186
+ groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton = Remove
169
187
  # Label for the column in the collaborators list for the role of the collaborator
170
188
  groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.roleColumn = Rooli
171
189
  # Label for the role of a collaborator who can edit and delete the item
@@ -18,10 +18,10 @@ export default {
18
18
  "groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "Le mot de passe doit contenir au moins huit caractères",
19
19
  "groupSharedFeatures.usm.passwordRequiredErrorMessage": "Veuillez saisir un mot de passe",
20
20
  "groupSharedFeatures.usm.removeCollaborator.bodyText": "Are you sure you want to remove {name} as a collaborator?",
21
- "groupSharedFeatures.usm.removeCollaborator.cancelButton": "Cancel",
22
- "groupSharedFeatures.usm.removeCollaborator.closeButton": "Close",
23
- "groupSharedFeatures.usm.removeCollaborator.loadingLabel": "Loading",
24
- "groupSharedFeatures.usm.removeCollaborator.okayButton": "Okay",
21
+ "groupSharedFeatures.usm.removeCollaborator.cancelButton": "Annuler",
22
+ "groupSharedFeatures.usm.removeCollaborator.closeButton": "Fermer",
23
+ "groupSharedFeatures.usm.removeCollaborator.loadingLabel": "En cours de chargement",
24
+ "groupSharedFeatures.usm.removeCollaborator.okayButton": "D'accord",
25
25
  "groupSharedFeatures.usm.removeCollaborator.title": "Remove Collaborator",
26
26
  "groupSharedFeatures.usm.removeCollaboratorErrorNoticeText": "Unable to remove the collaborator. Please try again later.",
27
27
  "groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText": "The collaborator has been removed successfully.",
@@ -34,6 +34,22 @@ groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage = Le mot
34
34
  groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage = Le mot de passe doit contenir au moins huit caractères
35
35
  # Error message for the password field when password is not provided
36
36
  groupSharedFeatures.usm.passwordRequiredErrorMessage = Veuillez saisir un mot de passe
37
+ # Body text of the Remove Collaborator modal
38
+ groupSharedFeatures.usm.removeCollaborator.bodyText = Are you sure you want to remove {name} as a collaborator?
39
+ # Button text to cancel removing a collaborator
40
+ groupSharedFeatures.usm.removeCollaborator.cancelButton = Annuler
41
+ # Aria label for the button to close the Remove Collaborator modal
42
+ groupSharedFeatures.usm.removeCollaborator.closeButton = Fermer
43
+ # Button aria label when the collaborator is being removed
44
+ groupSharedFeatures.usm.removeCollaborator.loadingLabel = En cours de chargement
45
+ # Button text to confirm removing a collaborator
46
+ groupSharedFeatures.usm.removeCollaborator.okayButton = D'accord
47
+ # Title of the Remove Collaborator modal
48
+ groupSharedFeatures.usm.removeCollaborator.title = Remove Collaborator
49
+ # Notification text when a collaborator failed to be removed
50
+ groupSharedFeatures.usm.removeCollaboratorErrorNoticeText = Unable to remove the collaborator. Please try again later.
51
+ # Notification text when a collaborator is successfully removed
52
+ groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText = The collaborator has been removed successfully.
37
53
  # Body text of the Remove Shared Link modal
38
54
  groupSharedFeatures.usm.removeSharedLinkModal.bodyText = Cela supprimera définitivement le lien partagé. Si cet élément est intégré sur d'autres sites, il deviendra également inaccessible. Toutes les propriétés personnalisées, paramètres et expirations seront également supprimés. Souhaitez-vous continuer ?
39
55
  # Button text to cancel removing a shared link
@@ -166,6 +182,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.manageAllLink =
166
182
  groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.nameColumn = Nom
167
183
  # Label for the role of a collaborator who has a pending collaboration invitation
168
184
  groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.pendingRole = En attente
185
+ # Aria label for the button to remove a collaborator on the item
186
+ groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton = Remove
169
187
  # Label for the column in the collaborators list for the role of the collaborator
170
188
  groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.roleColumn = Rôle
171
189
  # Label for the role of a collaborator who can edit and delete the item
@@ -18,10 +18,10 @@ export default {
18
18
  "groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "Le mot de passe doit contenir au moins huit caractères",
19
19
  "groupSharedFeatures.usm.passwordRequiredErrorMessage": "Veuillez saisir un mot de passe",
20
20
  "groupSharedFeatures.usm.removeCollaborator.bodyText": "Are you sure you want to remove {name} as a collaborator?",
21
- "groupSharedFeatures.usm.removeCollaborator.cancelButton": "Cancel",
22
- "groupSharedFeatures.usm.removeCollaborator.closeButton": "Close",
23
- "groupSharedFeatures.usm.removeCollaborator.loadingLabel": "Loading",
24
- "groupSharedFeatures.usm.removeCollaborator.okayButton": "Okay",
21
+ "groupSharedFeatures.usm.removeCollaborator.cancelButton": "Annuler",
22
+ "groupSharedFeatures.usm.removeCollaborator.closeButton": "Fermer",
23
+ "groupSharedFeatures.usm.removeCollaborator.loadingLabel": "En cours de chargement",
24
+ "groupSharedFeatures.usm.removeCollaborator.okayButton": "D'accord",
25
25
  "groupSharedFeatures.usm.removeCollaborator.title": "Remove Collaborator",
26
26
  "groupSharedFeatures.usm.removeCollaboratorErrorNoticeText": "Unable to remove the collaborator. Please try again later.",
27
27
  "groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText": "The collaborator has been removed successfully.",
@@ -34,6 +34,22 @@ groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage = Le mot
34
34
  groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage = Le mot de passe doit contenir au moins huit caractères
35
35
  # Error message for the password field when password is not provided
36
36
  groupSharedFeatures.usm.passwordRequiredErrorMessage = Veuillez saisir un mot de passe
37
+ # Body text of the Remove Collaborator modal
38
+ groupSharedFeatures.usm.removeCollaborator.bodyText = Are you sure you want to remove {name} as a collaborator?
39
+ # Button text to cancel removing a collaborator
40
+ groupSharedFeatures.usm.removeCollaborator.cancelButton = Annuler
41
+ # Aria label for the button to close the Remove Collaborator modal
42
+ groupSharedFeatures.usm.removeCollaborator.closeButton = Fermer
43
+ # Button aria label when the collaborator is being removed
44
+ groupSharedFeatures.usm.removeCollaborator.loadingLabel = En cours de chargement
45
+ # Button text to confirm removing a collaborator
46
+ groupSharedFeatures.usm.removeCollaborator.okayButton = D'accord
47
+ # Title of the Remove Collaborator modal
48
+ groupSharedFeatures.usm.removeCollaborator.title = Remove Collaborator
49
+ # Notification text when a collaborator failed to be removed
50
+ groupSharedFeatures.usm.removeCollaboratorErrorNoticeText = Unable to remove the collaborator. Please try again later.
51
+ # Notification text when a collaborator is successfully removed
52
+ groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText = The collaborator has been removed successfully.
37
53
  # Body text of the Remove Shared Link modal
38
54
  groupSharedFeatures.usm.removeSharedLinkModal.bodyText = Cela supprimera définitivement le lien partagé. Si cet élément est intégré sur d'autres sites, il deviendra également inaccessible. Toutes les propriétés personnalisées, paramètres et expirations seront également supprimés. Souhaitez-vous continuer ?
39
55
  # Button text to cancel removing a shared link
@@ -166,6 +182,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.manageAllLink =
166
182
  groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.nameColumn = Nom
167
183
  # Label for the role of a collaborator who has a pending collaboration invitation
168
184
  groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.pendingRole = En attente
185
+ # Aria label for the button to remove a collaborator on the item
186
+ groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton = Remove
169
187
  # Label for the column in the collaborators list for the role of the collaborator
170
188
  groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.roleColumn = Rôle
171
189
  # Label for the role of a collaborator who can edit and delete the item
@@ -18,10 +18,10 @@ export default {
18
18
  "groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "पासवर्ड में कम से कम 8 वर्ण होने चाहिए",
19
19
  "groupSharedFeatures.usm.passwordRequiredErrorMessage": "कृपया एक पासवर्ड दर्ज करें",
20
20
  "groupSharedFeatures.usm.removeCollaborator.bodyText": "Are you sure you want to remove {name} as a collaborator?",
21
- "groupSharedFeatures.usm.removeCollaborator.cancelButton": "Cancel",
22
- "groupSharedFeatures.usm.removeCollaborator.closeButton": "Close",
23
- "groupSharedFeatures.usm.removeCollaborator.loadingLabel": "Loading",
24
- "groupSharedFeatures.usm.removeCollaborator.okayButton": "Okay",
21
+ "groupSharedFeatures.usm.removeCollaborator.cancelButton": "रद्द करें",
22
+ "groupSharedFeatures.usm.removeCollaborator.closeButton": "बंद करें",
23
+ "groupSharedFeatures.usm.removeCollaborator.loadingLabel": "लोड हो रहा है",
24
+ "groupSharedFeatures.usm.removeCollaborator.okayButton": "ठीक है",
25
25
  "groupSharedFeatures.usm.removeCollaborator.title": "Remove Collaborator",
26
26
  "groupSharedFeatures.usm.removeCollaboratorErrorNoticeText": "Unable to remove the collaborator. Please try again later.",
27
27
  "groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText": "The collaborator has been removed successfully.",
@@ -34,6 +34,22 @@ groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage = पा
34
34
  groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage = पासवर्ड में कम से कम 8 वर्ण होने चाहिए
35
35
  # Error message for the password field when password is not provided
36
36
  groupSharedFeatures.usm.passwordRequiredErrorMessage = कृपया एक पासवर्ड दर्ज करें
37
+ # Body text of the Remove Collaborator modal
38
+ groupSharedFeatures.usm.removeCollaborator.bodyText = Are you sure you want to remove {name} as a collaborator?
39
+ # Button text to cancel removing a collaborator
40
+ groupSharedFeatures.usm.removeCollaborator.cancelButton = रद्द करें
41
+ # Aria label for the button to close the Remove Collaborator modal
42
+ groupSharedFeatures.usm.removeCollaborator.closeButton = बंद करें
43
+ # Button aria label when the collaborator is being removed
44
+ groupSharedFeatures.usm.removeCollaborator.loadingLabel = लोड हो रहा है
45
+ # Button text to confirm removing a collaborator
46
+ groupSharedFeatures.usm.removeCollaborator.okayButton = ठीक है
47
+ # Title of the Remove Collaborator modal
48
+ groupSharedFeatures.usm.removeCollaborator.title = Remove Collaborator
49
+ # Notification text when a collaborator failed to be removed
50
+ groupSharedFeatures.usm.removeCollaboratorErrorNoticeText = Unable to remove the collaborator. Please try again later.
51
+ # Notification text when a collaborator is successfully removed
52
+ groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText = The collaborator has been removed successfully.
37
53
  # Body text of the Remove Shared Link modal
38
54
  groupSharedFeatures.usm.removeSharedLinkModal.bodyText = ऐसा करने से शेयर्ड लिंक स्थायी रूप से हट जाएगा। यदि इस आइटम को अन्य साइटों पर एम्बेड किया गया है, तो यह भी अनुपलब्ध हो जाएगा। कस्टम प्रॉपर्टी, सेटिंग्स और एक्सपायरी भी हट जाएगी। क्या आप जारी रखना चाहते हैं?
39
55
  # Button text to cancel removing a shared link
@@ -166,6 +182,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.manageAllLink =
166
182
  groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.nameColumn = नाम
167
183
  # Label for the role of a collaborator who has a pending collaboration invitation
168
184
  groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.pendingRole = लंबित
185
+ # Aria label for the button to remove a collaborator on the item
186
+ groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton = Remove
169
187
  # Label for the column in the collaborators list for the role of the collaborator
170
188
  groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.roleColumn = भूमिका
171
189
  # Label for the role of a collaborator who can edit and delete the item
@@ -18,10 +18,10 @@ export default {
18
18
  "groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "La password deve contenere almeno 8 caratteri",
19
19
  "groupSharedFeatures.usm.passwordRequiredErrorMessage": "Inserisci una password",
20
20
  "groupSharedFeatures.usm.removeCollaborator.bodyText": "Are you sure you want to remove {name} as a collaborator?",
21
- "groupSharedFeatures.usm.removeCollaborator.cancelButton": "Cancel",
22
- "groupSharedFeatures.usm.removeCollaborator.closeButton": "Close",
23
- "groupSharedFeatures.usm.removeCollaborator.loadingLabel": "Loading",
24
- "groupSharedFeatures.usm.removeCollaborator.okayButton": "Okay",
21
+ "groupSharedFeatures.usm.removeCollaborator.cancelButton": "Annulla",
22
+ "groupSharedFeatures.usm.removeCollaborator.closeButton": "Chiudi",
23
+ "groupSharedFeatures.usm.removeCollaborator.loadingLabel": "Caricamento in corso",
24
+ "groupSharedFeatures.usm.removeCollaborator.okayButton": "OK",
25
25
  "groupSharedFeatures.usm.removeCollaborator.title": "Remove Collaborator",
26
26
  "groupSharedFeatures.usm.removeCollaboratorErrorNoticeText": "Unable to remove the collaborator. Please try again later.",
27
27
  "groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText": "The collaborator has been removed successfully.",
@@ -34,6 +34,22 @@ groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage = La pas
34
34
  groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage = La password deve contenere almeno 8 caratteri
35
35
  # Error message for the password field when password is not provided
36
36
  groupSharedFeatures.usm.passwordRequiredErrorMessage = Inserisci una password
37
+ # Body text of the Remove Collaborator modal
38
+ groupSharedFeatures.usm.removeCollaborator.bodyText = Are you sure you want to remove {name} as a collaborator?
39
+ # Button text to cancel removing a collaborator
40
+ groupSharedFeatures.usm.removeCollaborator.cancelButton = Annulla
41
+ # Aria label for the button to close the Remove Collaborator modal
42
+ groupSharedFeatures.usm.removeCollaborator.closeButton = Chiudi
43
+ # Button aria label when the collaborator is being removed
44
+ groupSharedFeatures.usm.removeCollaborator.loadingLabel = Caricamento in corso
45
+ # Button text to confirm removing a collaborator
46
+ groupSharedFeatures.usm.removeCollaborator.okayButton = OK
47
+ # Title of the Remove Collaborator modal
48
+ groupSharedFeatures.usm.removeCollaborator.title = Remove Collaborator
49
+ # Notification text when a collaborator failed to be removed
50
+ groupSharedFeatures.usm.removeCollaboratorErrorNoticeText = Unable to remove the collaborator. Please try again later.
51
+ # Notification text when a collaborator is successfully removed
52
+ groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText = The collaborator has been removed successfully.
37
53
  # Body text of the Remove Shared Link modal
38
54
  groupSharedFeatures.usm.removeSharedLinkModal.bodyText = Questo rimuoverà in modo permanente il collegamento condiviso. Se questo elemento è incorporato su altri siti, diventerà anche inaccessibile. Anche tutte le proprietà personalizzate, le impostazioni e le scadenze verranno rimosse. Vuoi continuare?
39
55
  # Button text to cancel removing a shared link
@@ -166,6 +182,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.manageAllLink =
166
182
  groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.nameColumn = Nome
167
183
  # Label for the role of a collaborator who has a pending collaboration invitation
168
184
  groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.pendingRole = In sospeso
185
+ # Aria label for the button to remove a collaborator on the item
186
+ groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton = Remove
169
187
  # Label for the column in the collaborators list for the role of the collaborator
170
188
  groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.roleColumn = Ruolo
171
189
  # Label for the role of a collaborator who can edit and delete the item
@@ -18,10 +18,10 @@ export default {
18
18
  "groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "パスワードは8文字以上にする必要があります",
19
19
  "groupSharedFeatures.usm.passwordRequiredErrorMessage": "パスワードを入力してください",
20
20
  "groupSharedFeatures.usm.removeCollaborator.bodyText": "Are you sure you want to remove {name} as a collaborator?",
21
- "groupSharedFeatures.usm.removeCollaborator.cancelButton": "Cancel",
22
- "groupSharedFeatures.usm.removeCollaborator.closeButton": "Close",
23
- "groupSharedFeatures.usm.removeCollaborator.loadingLabel": "Loading",
24
- "groupSharedFeatures.usm.removeCollaborator.okayButton": "Okay",
21
+ "groupSharedFeatures.usm.removeCollaborator.cancelButton": "キャンセル",
22
+ "groupSharedFeatures.usm.removeCollaborator.closeButton": "閉じる",
23
+ "groupSharedFeatures.usm.removeCollaborator.loadingLabel": "読み込み中",
24
+ "groupSharedFeatures.usm.removeCollaborator.okayButton": "OK",
25
25
  "groupSharedFeatures.usm.removeCollaborator.title": "Remove Collaborator",
26
26
  "groupSharedFeatures.usm.removeCollaboratorErrorNoticeText": "Unable to remove the collaborator. Please try again later.",
27
27
  "groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText": "The collaborator has been removed successfully.",
@@ -34,6 +34,22 @@ groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage = パス
34
34
  groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage = パスワードは8文字以上にする必要があります
35
35
  # Error message for the password field when password is not provided
36
36
  groupSharedFeatures.usm.passwordRequiredErrorMessage = パスワードを入力してください
37
+ # Body text of the Remove Collaborator modal
38
+ groupSharedFeatures.usm.removeCollaborator.bodyText = Are you sure you want to remove {name} as a collaborator?
39
+ # Button text to cancel removing a collaborator
40
+ groupSharedFeatures.usm.removeCollaborator.cancelButton = キャンセル
41
+ # Aria label for the button to close the Remove Collaborator modal
42
+ groupSharedFeatures.usm.removeCollaborator.closeButton = 閉じる
43
+ # Button aria label when the collaborator is being removed
44
+ groupSharedFeatures.usm.removeCollaborator.loadingLabel = 読み込み中
45
+ # Button text to confirm removing a collaborator
46
+ groupSharedFeatures.usm.removeCollaborator.okayButton = OK
47
+ # Title of the Remove Collaborator modal
48
+ groupSharedFeatures.usm.removeCollaborator.title = Remove Collaborator
49
+ # Notification text when a collaborator failed to be removed
50
+ groupSharedFeatures.usm.removeCollaboratorErrorNoticeText = Unable to remove the collaborator. Please try again later.
51
+ # Notification text when a collaborator is successfully removed
52
+ groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText = The collaborator has been removed successfully.
37
53
  # Body text of the Remove Shared Link modal
38
54
  groupSharedFeatures.usm.removeSharedLinkModal.bodyText = これにより、共有リンクが完全に削除されます。この項目が他のサイトに埋め込まれている場合は、そのサイトでもアクセスできなくなります。カスタムプロパティ、設定、有効期限も削除されます。続行しますか?
39
55
  # Button text to cancel removing a shared link
@@ -166,6 +182,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.manageAllLink =
166
182
  groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.nameColumn = 名前
167
183
  # Label for the role of a collaborator who has a pending collaboration invitation
168
184
  groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.pendingRole = 保留中
185
+ # Aria label for the button to remove a collaborator on the item
186
+ groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton = Remove
169
187
  # Label for the column in the collaborators list for the role of the collaborator
170
188
  groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.roleColumn = 役割
171
189
  # Label for the role of a collaborator who can edit and delete the item
@@ -18,10 +18,10 @@ export default {
18
18
  "groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "암호는 8자 이상이어야 합니다",
19
19
  "groupSharedFeatures.usm.passwordRequiredErrorMessage": "암호를 입력하세요",
20
20
  "groupSharedFeatures.usm.removeCollaborator.bodyText": "Are you sure you want to remove {name} as a collaborator?",
21
- "groupSharedFeatures.usm.removeCollaborator.cancelButton": "Cancel",
22
- "groupSharedFeatures.usm.removeCollaborator.closeButton": "Close",
23
- "groupSharedFeatures.usm.removeCollaborator.loadingLabel": "Loading",
24
- "groupSharedFeatures.usm.removeCollaborator.okayButton": "Okay",
21
+ "groupSharedFeatures.usm.removeCollaborator.cancelButton": "취소",
22
+ "groupSharedFeatures.usm.removeCollaborator.closeButton": "닫기",
23
+ "groupSharedFeatures.usm.removeCollaborator.loadingLabel": "로드 중",
24
+ "groupSharedFeatures.usm.removeCollaborator.okayButton": "확인",
25
25
  "groupSharedFeatures.usm.removeCollaborator.title": "Remove Collaborator",
26
26
  "groupSharedFeatures.usm.removeCollaboratorErrorNoticeText": "Unable to remove the collaborator. Please try again later.",
27
27
  "groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText": "The collaborator has been removed successfully.",
@@ -34,6 +34,22 @@ groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage = 암호
34
34
  groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage = 암호는 8자 이상이어야 합니다
35
35
  # Error message for the password field when password is not provided
36
36
  groupSharedFeatures.usm.passwordRequiredErrorMessage = 암호를 입력하세요
37
+ # Body text of the Remove Collaborator modal
38
+ groupSharedFeatures.usm.removeCollaborator.bodyText = Are you sure you want to remove {name} as a collaborator?
39
+ # Button text to cancel removing a collaborator
40
+ groupSharedFeatures.usm.removeCollaborator.cancelButton = 취소
41
+ # Aria label for the button to close the Remove Collaborator modal
42
+ groupSharedFeatures.usm.removeCollaborator.closeButton = 닫기
43
+ # Button aria label when the collaborator is being removed
44
+ groupSharedFeatures.usm.removeCollaborator.loadingLabel = 로드 중
45
+ # Button text to confirm removing a collaborator
46
+ groupSharedFeatures.usm.removeCollaborator.okayButton = 확인
47
+ # Title of the Remove Collaborator modal
48
+ groupSharedFeatures.usm.removeCollaborator.title = Remove Collaborator
49
+ # Notification text when a collaborator failed to be removed
50
+ groupSharedFeatures.usm.removeCollaboratorErrorNoticeText = Unable to remove the collaborator. Please try again later.
51
+ # Notification text when a collaborator is successfully removed
52
+ groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText = The collaborator has been removed successfully.
37
53
  # Body text of the Remove Shared Link modal
38
54
  groupSharedFeatures.usm.removeSharedLinkModal.bodyText = 공유 링크가 영구적으로 제거됩니다. 이 항목이 다른 사이트에 포함되어 있으면 이어지지 않습니다. 지정 속성, 설정 및 만료 등이 제거됩니다. 계속하시겠습니까?
39
55
  # Button text to cancel removing a shared link
@@ -166,6 +182,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.manageAllLink =
166
182
  groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.nameColumn = 이름
167
183
  # Label for the role of a collaborator who has a pending collaboration invitation
168
184
  groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.pendingRole = 대기 중
185
+ # Aria label for the button to remove a collaborator on the item
186
+ groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton = Remove
169
187
  # Label for the column in the collaborators list for the role of the collaborator
170
188
  groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.roleColumn = 역할
171
189
  # Label for the role of a collaborator who can edit and delete the item
@@ -18,10 +18,10 @@ export default {
18
18
  "groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "Passord bør inneholde minst åtte tegn",
19
19
  "groupSharedFeatures.usm.passwordRequiredErrorMessage": "Skriv inn passord",
20
20
  "groupSharedFeatures.usm.removeCollaborator.bodyText": "Are you sure you want to remove {name} as a collaborator?",
21
- "groupSharedFeatures.usm.removeCollaborator.cancelButton": "Cancel",
22
- "groupSharedFeatures.usm.removeCollaborator.closeButton": "Close",
23
- "groupSharedFeatures.usm.removeCollaborator.loadingLabel": "Loading",
24
- "groupSharedFeatures.usm.removeCollaborator.okayButton": "Okay",
21
+ "groupSharedFeatures.usm.removeCollaborator.cancelButton": "Avbryt",
22
+ "groupSharedFeatures.usm.removeCollaborator.closeButton": "Lukk",
23
+ "groupSharedFeatures.usm.removeCollaborator.loadingLabel": "Laster inn",
24
+ "groupSharedFeatures.usm.removeCollaborator.okayButton": "Ok",
25
25
  "groupSharedFeatures.usm.removeCollaborator.title": "Remove Collaborator",
26
26
  "groupSharedFeatures.usm.removeCollaboratorErrorNoticeText": "Unable to remove the collaborator. Please try again later.",
27
27
  "groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText": "The collaborator has been removed successfully.",
@@ -34,6 +34,22 @@ groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage = Passor
34
34
  groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage = Passord bør inneholde minst åtte tegn
35
35
  # Error message for the password field when password is not provided
36
36
  groupSharedFeatures.usm.passwordRequiredErrorMessage = Skriv inn passord
37
+ # Body text of the Remove Collaborator modal
38
+ groupSharedFeatures.usm.removeCollaborator.bodyText = Are you sure you want to remove {name} as a collaborator?
39
+ # Button text to cancel removing a collaborator
40
+ groupSharedFeatures.usm.removeCollaborator.cancelButton = Avbryt
41
+ # Aria label for the button to close the Remove Collaborator modal
42
+ groupSharedFeatures.usm.removeCollaborator.closeButton = Lukk
43
+ # Button aria label when the collaborator is being removed
44
+ groupSharedFeatures.usm.removeCollaborator.loadingLabel = Laster inn
45
+ # Button text to confirm removing a collaborator
46
+ groupSharedFeatures.usm.removeCollaborator.okayButton = Ok
47
+ # Title of the Remove Collaborator modal
48
+ groupSharedFeatures.usm.removeCollaborator.title = Remove Collaborator
49
+ # Notification text when a collaborator failed to be removed
50
+ groupSharedFeatures.usm.removeCollaboratorErrorNoticeText = Unable to remove the collaborator. Please try again later.
51
+ # Notification text when a collaborator is successfully removed
52
+ groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText = The collaborator has been removed successfully.
37
53
  # Body text of the Remove Shared Link modal
38
54
  groupSharedFeatures.usm.removeSharedLinkModal.bodyText = Dette vil fjerne den delte koblingen for godt. Hvis dette elementet er innebygd på andre nettsteder, vil det også bli utilgjengelig. Alle egendefinerte egenskaper, innstillinger og utløpsdatoer vil også bli fjernet. Vil du fortsette?
39
55
  # Button text to cancel removing a shared link
@@ -166,6 +182,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.manageAllLink =
166
182
  groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.nameColumn = Navn
167
183
  # Label for the role of a collaborator who has a pending collaboration invitation
168
184
  groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.pendingRole = Ventende
185
+ # Aria label for the button to remove a collaborator on the item
186
+ groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton = Remove
169
187
  # Label for the column in the collaborators list for the role of the collaborator
170
188
  groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.roleColumn = Rolle
171
189
  # Label for the role of a collaborator who can edit and delete the item
@@ -18,10 +18,10 @@ export default {
18
18
  "groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "Wachtwoord moet ten minste 8 tekens bevatten",
19
19
  "groupSharedFeatures.usm.passwordRequiredErrorMessage": "Voer een wachtwoord in",
20
20
  "groupSharedFeatures.usm.removeCollaborator.bodyText": "Are you sure you want to remove {name} as a collaborator?",
21
- "groupSharedFeatures.usm.removeCollaborator.cancelButton": "Cancel",
22
- "groupSharedFeatures.usm.removeCollaborator.closeButton": "Close",
23
- "groupSharedFeatures.usm.removeCollaborator.loadingLabel": "Loading",
24
- "groupSharedFeatures.usm.removeCollaborator.okayButton": "Okay",
21
+ "groupSharedFeatures.usm.removeCollaborator.cancelButton": "Annuleren",
22
+ "groupSharedFeatures.usm.removeCollaborator.closeButton": "Sluiten",
23
+ "groupSharedFeatures.usm.removeCollaborator.loadingLabel": "Laden",
24
+ "groupSharedFeatures.usm.removeCollaborator.okayButton": "OK",
25
25
  "groupSharedFeatures.usm.removeCollaborator.title": "Remove Collaborator",
26
26
  "groupSharedFeatures.usm.removeCollaboratorErrorNoticeText": "Unable to remove the collaborator. Please try again later.",
27
27
  "groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText": "The collaborator has been removed successfully.",
@@ -34,6 +34,22 @@ groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage = Wachtw
34
34
  groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage = Wachtwoord moet ten minste 8 tekens bevatten
35
35
  # Error message for the password field when password is not provided
36
36
  groupSharedFeatures.usm.passwordRequiredErrorMessage = Voer een wachtwoord in
37
+ # Body text of the Remove Collaborator modal
38
+ groupSharedFeatures.usm.removeCollaborator.bodyText = Are you sure you want to remove {name} as a collaborator?
39
+ # Button text to cancel removing a collaborator
40
+ groupSharedFeatures.usm.removeCollaborator.cancelButton = Annuleren
41
+ # Aria label for the button to close the Remove Collaborator modal
42
+ groupSharedFeatures.usm.removeCollaborator.closeButton = Sluiten
43
+ # Button aria label when the collaborator is being removed
44
+ groupSharedFeatures.usm.removeCollaborator.loadingLabel = Laden
45
+ # Button text to confirm removing a collaborator
46
+ groupSharedFeatures.usm.removeCollaborator.okayButton = OK
47
+ # Title of the Remove Collaborator modal
48
+ groupSharedFeatures.usm.removeCollaborator.title = Remove Collaborator
49
+ # Notification text when a collaborator failed to be removed
50
+ groupSharedFeatures.usm.removeCollaboratorErrorNoticeText = Unable to remove the collaborator. Please try again later.
51
+ # Notification text when a collaborator is successfully removed
52
+ groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText = The collaborator has been removed successfully.
37
53
  # Body text of the Remove Shared Link modal
38
54
  groupSharedFeatures.usm.removeSharedLinkModal.bodyText = Hiermee wordt de gedeelde link permanent verwijderd. Als dit item is ingesloten op andere sites, zal het daar ook niet meer toegankelijk zijn. Aangepaste eigenschappen, instellingen en vervaldatums worden ook verwijderd. Wilt u doorgaan?
39
55
  # Button text to cancel removing a shared link
@@ -166,6 +182,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.manageAllLink =
166
182
  groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.nameColumn = Naam
167
183
  # Label for the role of a collaborator who has a pending collaboration invitation
168
184
  groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.pendingRole = In behandeling
185
+ # Aria label for the button to remove a collaborator on the item
186
+ groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton = Remove
169
187
  # Label for the column in the collaborators list for the role of the collaborator
170
188
  groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.roleColumn = Rol
171
189
  # Label for the role of a collaborator who can edit and delete the item
@@ -18,10 +18,10 @@ export default {
18
18
  "groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "Hasło musi zawierać co najmniej 8 znaków",
19
19
  "groupSharedFeatures.usm.passwordRequiredErrorMessage": "Wprowadź hasło",
20
20
  "groupSharedFeatures.usm.removeCollaborator.bodyText": "Are you sure you want to remove {name} as a collaborator?",
21
- "groupSharedFeatures.usm.removeCollaborator.cancelButton": "Cancel",
22
- "groupSharedFeatures.usm.removeCollaborator.closeButton": "Close",
23
- "groupSharedFeatures.usm.removeCollaborator.loadingLabel": "Loading",
24
- "groupSharedFeatures.usm.removeCollaborator.okayButton": "Okay",
21
+ "groupSharedFeatures.usm.removeCollaborator.cancelButton": "Anuluj",
22
+ "groupSharedFeatures.usm.removeCollaborator.closeButton": "Zamknij",
23
+ "groupSharedFeatures.usm.removeCollaborator.loadingLabel": "Wczytywanie",
24
+ "groupSharedFeatures.usm.removeCollaborator.okayButton": "OK",
25
25
  "groupSharedFeatures.usm.removeCollaborator.title": "Remove Collaborator",
26
26
  "groupSharedFeatures.usm.removeCollaboratorErrorNoticeText": "Unable to remove the collaborator. Please try again later.",
27
27
  "groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText": "The collaborator has been removed successfully.",
@@ -34,6 +34,22 @@ groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage = Hasło
34
34
  groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage = Hasło musi zawierać co najmniej 8 znaków
35
35
  # Error message for the password field when password is not provided
36
36
  groupSharedFeatures.usm.passwordRequiredErrorMessage = Wprowadź hasło
37
+ # Body text of the Remove Collaborator modal
38
+ groupSharedFeatures.usm.removeCollaborator.bodyText = Are you sure you want to remove {name} as a collaborator?
39
+ # Button text to cancel removing a collaborator
40
+ groupSharedFeatures.usm.removeCollaborator.cancelButton = Anuluj
41
+ # Aria label for the button to close the Remove Collaborator modal
42
+ groupSharedFeatures.usm.removeCollaborator.closeButton = Zamknij
43
+ # Button aria label when the collaborator is being removed
44
+ groupSharedFeatures.usm.removeCollaborator.loadingLabel = Wczytywanie
45
+ # Button text to confirm removing a collaborator
46
+ groupSharedFeatures.usm.removeCollaborator.okayButton = OK
47
+ # Title of the Remove Collaborator modal
48
+ groupSharedFeatures.usm.removeCollaborator.title = Remove Collaborator
49
+ # Notification text when a collaborator failed to be removed
50
+ groupSharedFeatures.usm.removeCollaboratorErrorNoticeText = Unable to remove the collaborator. Please try again later.
51
+ # Notification text when a collaborator is successfully removed
52
+ groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText = The collaborator has been removed successfully.
37
53
  # Body text of the Remove Shared Link modal
38
54
  groupSharedFeatures.usm.removeSharedLinkModal.bodyText = Spowoduje to trwałe usunięcie udostępnionego łącza. Jeśli ten element jest osadzony na innych stronach, również stanie się niedostępny. Wszelkie niestandardowe właściwości, ustawienia i wygasania również zostaną usunięte. Czy chcesz kontynuować?
39
55
  # Button text to cancel removing a shared link
@@ -166,6 +182,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.manageAllLink =
166
182
  groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.nameColumn = Nazwa
167
183
  # Label for the role of a collaborator who has a pending collaboration invitation
168
184
  groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.pendingRole = Oczekujący
185
+ # Aria label for the button to remove a collaborator on the item
186
+ groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton = Remove
169
187
  # Label for the column in the collaborators list for the role of the collaborator
170
188
  groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.roleColumn = Rola
171
189
  # Label for the role of a collaborator who can edit and delete the item
@@ -18,10 +18,10 @@ export default {
18
18
  "groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "A senha deve conter pelo menos oito caracteres",
19
19
  "groupSharedFeatures.usm.passwordRequiredErrorMessage": "Insira uma senha",
20
20
  "groupSharedFeatures.usm.removeCollaborator.bodyText": "Are you sure you want to remove {name} as a collaborator?",
21
- "groupSharedFeatures.usm.removeCollaborator.cancelButton": "Cancel",
22
- "groupSharedFeatures.usm.removeCollaborator.closeButton": "Close",
23
- "groupSharedFeatures.usm.removeCollaborator.loadingLabel": "Loading",
24
- "groupSharedFeatures.usm.removeCollaborator.okayButton": "Okay",
21
+ "groupSharedFeatures.usm.removeCollaborator.cancelButton": "Cancelar",
22
+ "groupSharedFeatures.usm.removeCollaborator.closeButton": "Fechar",
23
+ "groupSharedFeatures.usm.removeCollaborator.loadingLabel": "Carregando",
24
+ "groupSharedFeatures.usm.removeCollaborator.okayButton": "Ok",
25
25
  "groupSharedFeatures.usm.removeCollaborator.title": "Remove Collaborator",
26
26
  "groupSharedFeatures.usm.removeCollaboratorErrorNoticeText": "Unable to remove the collaborator. Please try again later.",
27
27
  "groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText": "The collaborator has been removed successfully.",
@@ -34,6 +34,22 @@ groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage = A senh
34
34
  groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage = A senha deve conter pelo menos oito caracteres
35
35
  # Error message for the password field when password is not provided
36
36
  groupSharedFeatures.usm.passwordRequiredErrorMessage = Insira uma senha
37
+ # Body text of the Remove Collaborator modal
38
+ groupSharedFeatures.usm.removeCollaborator.bodyText = Are you sure you want to remove {name} as a collaborator?
39
+ # Button text to cancel removing a collaborator
40
+ groupSharedFeatures.usm.removeCollaborator.cancelButton = Cancelar
41
+ # Aria label for the button to close the Remove Collaborator modal
42
+ groupSharedFeatures.usm.removeCollaborator.closeButton = Fechar
43
+ # Button aria label when the collaborator is being removed
44
+ groupSharedFeatures.usm.removeCollaborator.loadingLabel = Carregando
45
+ # Button text to confirm removing a collaborator
46
+ groupSharedFeatures.usm.removeCollaborator.okayButton = Ok
47
+ # Title of the Remove Collaborator modal
48
+ groupSharedFeatures.usm.removeCollaborator.title = Remove Collaborator
49
+ # Notification text when a collaborator failed to be removed
50
+ groupSharedFeatures.usm.removeCollaboratorErrorNoticeText = Unable to remove the collaborator. Please try again later.
51
+ # Notification text when a collaborator is successfully removed
52
+ groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText = The collaborator has been removed successfully.
37
53
  # Body text of the Remove Shared Link modal
38
54
  groupSharedFeatures.usm.removeSharedLinkModal.bodyText = Isso removerá permanentemente o link compartilhado. Se esse item estiver incorporado em outros sites, ele também se tornará inacessível. Quaisquer propriedades, configurações e expirações personalizadas também serão removidas. Você deseja continuar?
39
55
  # Button text to cancel removing a shared link
@@ -166,6 +182,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.manageAllLink =
166
182
  groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.nameColumn = Nome
167
183
  # Label for the role of a collaborator who has a pending collaboration invitation
168
184
  groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.pendingRole = Pendente
185
+ # Aria label for the button to remove a collaborator on the item
186
+ groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton = Remove
169
187
  # Label for the column in the collaborators list for the role of the collaborator
170
188
  groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.roleColumn = Função
171
189
  # Label for the role of a collaborator who can edit and delete the item
@@ -18,10 +18,10 @@ export default {
18
18
  "groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "Пароль должен содержать не менее 8 символов",
19
19
  "groupSharedFeatures.usm.passwordRequiredErrorMessage": "Введите пароль",
20
20
  "groupSharedFeatures.usm.removeCollaborator.bodyText": "Are you sure you want to remove {name} as a collaborator?",
21
- "groupSharedFeatures.usm.removeCollaborator.cancelButton": "Cancel",
22
- "groupSharedFeatures.usm.removeCollaborator.closeButton": "Close",
23
- "groupSharedFeatures.usm.removeCollaborator.loadingLabel": "Loading",
24
- "groupSharedFeatures.usm.removeCollaborator.okayButton": "Okay",
21
+ "groupSharedFeatures.usm.removeCollaborator.cancelButton": "Отмена",
22
+ "groupSharedFeatures.usm.removeCollaborator.closeButton": "Закрыть",
23
+ "groupSharedFeatures.usm.removeCollaborator.loadingLabel": "Загрузка",
24
+ "groupSharedFeatures.usm.removeCollaborator.okayButton": "ОК",
25
25
  "groupSharedFeatures.usm.removeCollaborator.title": "Remove Collaborator",
26
26
  "groupSharedFeatures.usm.removeCollaboratorErrorNoticeText": "Unable to remove the collaborator. Please try again later.",
27
27
  "groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText": "The collaborator has been removed successfully.",
@@ -34,6 +34,22 @@ groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage = Пар
34
34
  groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage = Пароль должен содержать не менее 8 символов
35
35
  # Error message for the password field when password is not provided
36
36
  groupSharedFeatures.usm.passwordRequiredErrorMessage = Введите пароль
37
+ # Body text of the Remove Collaborator modal
38
+ groupSharedFeatures.usm.removeCollaborator.bodyText = Are you sure you want to remove {name} as a collaborator?
39
+ # Button text to cancel removing a collaborator
40
+ groupSharedFeatures.usm.removeCollaborator.cancelButton = Отмена
41
+ # Aria label for the button to close the Remove Collaborator modal
42
+ groupSharedFeatures.usm.removeCollaborator.closeButton = Закрыть
43
+ # Button aria label when the collaborator is being removed
44
+ groupSharedFeatures.usm.removeCollaborator.loadingLabel = Загрузка
45
+ # Button text to confirm removing a collaborator
46
+ groupSharedFeatures.usm.removeCollaborator.okayButton = ОК
47
+ # Title of the Remove Collaborator modal
48
+ groupSharedFeatures.usm.removeCollaborator.title = Remove Collaborator
49
+ # Notification text when a collaborator failed to be removed
50
+ groupSharedFeatures.usm.removeCollaboratorErrorNoticeText = Unable to remove the collaborator. Please try again later.
51
+ # Notification text when a collaborator is successfully removed
52
+ groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText = The collaborator has been removed successfully.
37
53
  # Body text of the Remove Shared Link modal
38
54
  groupSharedFeatures.usm.removeSharedLinkModal.bodyText = Это приведет к окончательному удалению общей ссылки. Если этот элемент встроен в другие веб-сайты, он также станет недоступным. Любые пользовательские свойства, настройки и сроки действия также будут удалены. Продолжить?
39
55
  # Button text to cancel removing a shared link
@@ -166,6 +182,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.manageAllLink =
166
182
  groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.nameColumn = Название
167
183
  # Label for the role of a collaborator who has a pending collaboration invitation
168
184
  groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.pendingRole = Ожидает
185
+ # Aria label for the button to remove a collaborator on the item
186
+ groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton = Remove
169
187
  # Label for the column in the collaborators list for the role of the collaborator
170
188
  groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.roleColumn = Роль
171
189
  # Label for the role of a collaborator who can edit and delete the item
@@ -18,10 +18,10 @@ export default {
18
18
  "groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "Lösenordet måste innehålla minst 8 tecken",
19
19
  "groupSharedFeatures.usm.passwordRequiredErrorMessage": "Ange ett lösenord",
20
20
  "groupSharedFeatures.usm.removeCollaborator.bodyText": "Are you sure you want to remove {name} as a collaborator?",
21
- "groupSharedFeatures.usm.removeCollaborator.cancelButton": "Cancel",
22
- "groupSharedFeatures.usm.removeCollaborator.closeButton": "Close",
23
- "groupSharedFeatures.usm.removeCollaborator.loadingLabel": "Loading",
24
- "groupSharedFeatures.usm.removeCollaborator.okayButton": "Okay",
21
+ "groupSharedFeatures.usm.removeCollaborator.cancelButton": "Avbryt",
22
+ "groupSharedFeatures.usm.removeCollaborator.closeButton": "Stäng",
23
+ "groupSharedFeatures.usm.removeCollaborator.loadingLabel": "Läser in",
24
+ "groupSharedFeatures.usm.removeCollaborator.okayButton": "Okej",
25
25
  "groupSharedFeatures.usm.removeCollaborator.title": "Remove Collaborator",
26
26
  "groupSharedFeatures.usm.removeCollaboratorErrorNoticeText": "Unable to remove the collaborator. Please try again later.",
27
27
  "groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText": "The collaborator has been removed successfully.",