@box/unified-share-modal 1.26.0 → 1.28.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.
- package/dist/esm/lib/components/unified-share-form-modal/unified-share-form-modal.js +33 -31
- package/dist/esm/lib/contexts/unified-share-form-context.js +15 -14
- package/dist/esm/lib/unified-share-modal.js +40 -38
- package/dist/i18n/bn-IN.js +6 -6
- package/dist/i18n/bn-IN.properties +6 -6
- package/dist/i18n/da-DK.js +5 -5
- package/dist/i18n/da-DK.properties +5 -5
- package/dist/i18n/de-DE.js +6 -6
- package/dist/i18n/de-DE.properties +6 -6
- package/dist/i18n/es-419.js +5 -5
- package/dist/i18n/es-419.properties +5 -5
- package/dist/i18n/es-ES.js +5 -5
- package/dist/i18n/es-ES.properties +5 -5
- package/dist/i18n/fi-FI.js +5 -5
- package/dist/i18n/fi-FI.properties +5 -5
- package/dist/i18n/fr-CA.js +5 -5
- package/dist/i18n/fr-CA.properties +5 -5
- package/dist/i18n/fr-FR.js +5 -5
- package/dist/i18n/fr-FR.properties +5 -5
- package/dist/i18n/hi-IN.js +5 -5
- package/dist/i18n/hi-IN.properties +5 -5
- package/dist/i18n/it-IT.js +6 -6
- package/dist/i18n/it-IT.properties +6 -6
- package/dist/i18n/ja-JP.js +6 -6
- package/dist/i18n/ja-JP.properties +6 -6
- package/dist/i18n/ko-KR.js +5 -5
- package/dist/i18n/ko-KR.properties +5 -5
- package/dist/i18n/nb-NO.js +6 -6
- package/dist/i18n/nb-NO.properties +6 -6
- package/dist/i18n/nl-NL.js +6 -6
- package/dist/i18n/nl-NL.properties +6 -6
- package/dist/i18n/pl-PL.js +6 -6
- package/dist/i18n/pl-PL.properties +6 -6
- package/dist/i18n/pt-BR.js +5 -5
- package/dist/i18n/pt-BR.properties +5 -5
- package/dist/i18n/ru-RU.js +5 -5
- package/dist/i18n/ru-RU.properties +5 -5
- package/dist/i18n/sv-SE.js +5 -5
- package/dist/i18n/sv-SE.properties +5 -5
- package/dist/i18n/tr-TR.js +6 -6
- package/dist/i18n/tr-TR.properties +6 -6
- package/dist/i18n/zh-CN.js +5 -5
- package/dist/i18n/zh-CN.properties +5 -5
- package/dist/i18n/zh-TW.js +5 -5
- package/dist/i18n/zh-TW.properties +5 -5
- package/dist/types/lib/contexts/unified-share-form-context.d.ts +2 -1
- package/dist/types/lib/contexts/unified-share-modal-context.d.ts +2 -0
- package/dist/types/lib/unified-share-modal.d.ts +3 -1
- package/package.json +1 -1
package/dist/i18n/nl-NL.js
CHANGED
|
@@ -17,14 +17,14 @@ export default {
|
|
|
17
17
|
"groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "Wachtwoord moet ten minste één hoofdletter, cijfer of speciaal teken bevatten",
|
|
18
18
|
"groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "Wachtwoord moet ten minste 8 tekens bevatten",
|
|
19
19
|
"groupSharedFeatures.usm.passwordRequiredErrorMessage": "Voer een wachtwoord in",
|
|
20
|
-
"groupSharedFeatures.usm.removeCollaborator.bodyText": "
|
|
20
|
+
"groupSharedFeatures.usm.removeCollaborator.bodyText": "Weet u zeker dat u {name} wilt verwijderen als medebewerker?",
|
|
21
21
|
"groupSharedFeatures.usm.removeCollaborator.cancelButton": "Annuleren",
|
|
22
22
|
"groupSharedFeatures.usm.removeCollaborator.closeButton": "Sluiten",
|
|
23
|
-
"groupSharedFeatures.usm.removeCollaborator.loadingLabel": "
|
|
23
|
+
"groupSharedFeatures.usm.removeCollaborator.loadingLabel": "Aan het laden …",
|
|
24
24
|
"groupSharedFeatures.usm.removeCollaborator.okayButton": "OK",
|
|
25
|
-
"groupSharedFeatures.usm.removeCollaborator.title": "
|
|
26
|
-
"groupSharedFeatures.usm.removeCollaboratorErrorNoticeText": "
|
|
27
|
-
"groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText": "
|
|
25
|
+
"groupSharedFeatures.usm.removeCollaborator.title": "Medebewerker verwijderen",
|
|
26
|
+
"groupSharedFeatures.usm.removeCollaboratorErrorNoticeText": "Kan de medebewerker niet verwijderen. Probeer het later opnieuw.",
|
|
27
|
+
"groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText": "De medebewerker is verwijderd.",
|
|
28
28
|
"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?",
|
|
29
29
|
"groupSharedFeatures.usm.removeSharedLinkModal.cancelButton": "Annuleren",
|
|
30
30
|
"groupSharedFeatures.usm.removeSharedLinkModal.closeButton": "Sluiten",
|
|
@@ -91,7 +91,7 @@ export default {
|
|
|
91
91
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.manageAllLink": "Alles beheren",
|
|
92
92
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.nameColumn": "Naam",
|
|
93
93
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.pendingRole": "In behandeling",
|
|
94
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton": "
|
|
94
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton": "Verwijderen",
|
|
95
95
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.roleColumn": "Rol",
|
|
96
96
|
"groupSharedFeatures.usm.unifiedShareFormModal.editorRole": "Editor",
|
|
97
97
|
"groupSharedFeatures.usm.unifiedShareFormModal.loadingLabel": "Laden",
|
|
@@ -35,21 +35,21 @@ groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage = Wachtwoord mo
|
|
|
35
35
|
# Error message for the password field when password is not provided
|
|
36
36
|
groupSharedFeatures.usm.passwordRequiredErrorMessage = Voer een wachtwoord in
|
|
37
37
|
# Body text of the Remove Collaborator modal
|
|
38
|
-
groupSharedFeatures.usm.removeCollaborator.bodyText =
|
|
38
|
+
groupSharedFeatures.usm.removeCollaborator.bodyText = Weet u zeker dat u {name} wilt verwijderen als medebewerker?
|
|
39
39
|
# Button text to cancel removing a collaborator
|
|
40
40
|
groupSharedFeatures.usm.removeCollaborator.cancelButton = Annuleren
|
|
41
41
|
# Aria label for the button to close the Remove Collaborator modal
|
|
42
42
|
groupSharedFeatures.usm.removeCollaborator.closeButton = Sluiten
|
|
43
43
|
# Button aria label when the collaborator is being removed
|
|
44
|
-
groupSharedFeatures.usm.removeCollaborator.loadingLabel =
|
|
44
|
+
groupSharedFeatures.usm.removeCollaborator.loadingLabel = Aan het laden …
|
|
45
45
|
# Button text to confirm removing a collaborator
|
|
46
46
|
groupSharedFeatures.usm.removeCollaborator.okayButton = OK
|
|
47
47
|
# Title of the Remove Collaborator modal
|
|
48
|
-
groupSharedFeatures.usm.removeCollaborator.title =
|
|
48
|
+
groupSharedFeatures.usm.removeCollaborator.title = Medebewerker verwijderen
|
|
49
49
|
# Notification text when a collaborator failed to be removed
|
|
50
|
-
groupSharedFeatures.usm.removeCollaboratorErrorNoticeText =
|
|
50
|
+
groupSharedFeatures.usm.removeCollaboratorErrorNoticeText = Kan de medebewerker niet verwijderen. Probeer het later opnieuw.
|
|
51
51
|
# Notification text when a collaborator is successfully removed
|
|
52
|
-
groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText =
|
|
52
|
+
groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText = De medebewerker is verwijderd.
|
|
53
53
|
# Body text of the Remove Shared Link modal
|
|
54
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?
|
|
55
55
|
# Button text to cancel removing a shared link
|
|
@@ -183,7 +183,7 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.nameColumn = Naa
|
|
|
183
183
|
# Label for the role of a collaborator who has a pending collaboration invitation
|
|
184
184
|
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.pendingRole = In behandeling
|
|
185
185
|
# Aria label for the button to remove a collaborator on the item
|
|
186
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton =
|
|
186
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton = Verwijderen
|
|
187
187
|
# Label for the column in the collaborators list for the role of the collaborator
|
|
188
188
|
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.roleColumn = Rol
|
|
189
189
|
# Label for the role of a collaborator who can edit and delete the item
|
package/dist/i18n/pl-PL.js
CHANGED
|
@@ -17,14 +17,14 @@ export default {
|
|
|
17
17
|
"groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "Hasło musi zawierać co najmniej jedną wielką literę, cyfrę lub znak specjalny",
|
|
18
18
|
"groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "Hasło musi zawierać co najmniej 8 znaków",
|
|
19
19
|
"groupSharedFeatures.usm.passwordRequiredErrorMessage": "Wprowadź hasło",
|
|
20
|
-
"groupSharedFeatures.usm.removeCollaborator.bodyText": "
|
|
20
|
+
"groupSharedFeatures.usm.removeCollaborator.bodyText": "Czy na pewno chcesz usunąć {name} jako współpracownika?",
|
|
21
21
|
"groupSharedFeatures.usm.removeCollaborator.cancelButton": "Anuluj",
|
|
22
22
|
"groupSharedFeatures.usm.removeCollaborator.closeButton": "Zamknij",
|
|
23
|
-
"groupSharedFeatures.usm.removeCollaborator.loadingLabel": "
|
|
23
|
+
"groupSharedFeatures.usm.removeCollaborator.loadingLabel": "Trwa wczytywanie",
|
|
24
24
|
"groupSharedFeatures.usm.removeCollaborator.okayButton": "OK",
|
|
25
|
-
"groupSharedFeatures.usm.removeCollaborator.title": "
|
|
26
|
-
"groupSharedFeatures.usm.removeCollaboratorErrorNoticeText": "
|
|
27
|
-
"groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText": "
|
|
25
|
+
"groupSharedFeatures.usm.removeCollaborator.title": "Usuń współpracownika",
|
|
26
|
+
"groupSharedFeatures.usm.removeCollaboratorErrorNoticeText": "Nie można usunąć współpracownika. Spróbuj ponownie później.",
|
|
27
|
+
"groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText": "Współpracownik został pomyślnie usunięty.",
|
|
28
28
|
"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ć?",
|
|
29
29
|
"groupSharedFeatures.usm.removeSharedLinkModal.cancelButton": "Anuluj",
|
|
30
30
|
"groupSharedFeatures.usm.removeSharedLinkModal.closeButton": "Zamknij",
|
|
@@ -91,7 +91,7 @@ export default {
|
|
|
91
91
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.manageAllLink": "Zarządzaj wszystkimi",
|
|
92
92
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.nameColumn": "Nazwa",
|
|
93
93
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.pendingRole": "Oczekujący",
|
|
94
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton": "
|
|
94
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton": "Usuń",
|
|
95
95
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.roleColumn": "Rola",
|
|
96
96
|
"groupSharedFeatures.usm.unifiedShareFormModal.editorRole": "Redaktor",
|
|
97
97
|
"groupSharedFeatures.usm.unifiedShareFormModal.loadingLabel": "Wczytywanie",
|
|
@@ -35,21 +35,21 @@ groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage = Hasło musi z
|
|
|
35
35
|
# Error message for the password field when password is not provided
|
|
36
36
|
groupSharedFeatures.usm.passwordRequiredErrorMessage = Wprowadź hasło
|
|
37
37
|
# Body text of the Remove Collaborator modal
|
|
38
|
-
groupSharedFeatures.usm.removeCollaborator.bodyText =
|
|
38
|
+
groupSharedFeatures.usm.removeCollaborator.bodyText = Czy na pewno chcesz usunąć {name} jako współpracownika?
|
|
39
39
|
# Button text to cancel removing a collaborator
|
|
40
40
|
groupSharedFeatures.usm.removeCollaborator.cancelButton = Anuluj
|
|
41
41
|
# Aria label for the button to close the Remove Collaborator modal
|
|
42
42
|
groupSharedFeatures.usm.removeCollaborator.closeButton = Zamknij
|
|
43
43
|
# Button aria label when the collaborator is being removed
|
|
44
|
-
groupSharedFeatures.usm.removeCollaborator.loadingLabel =
|
|
44
|
+
groupSharedFeatures.usm.removeCollaborator.loadingLabel = Trwa wczytywanie
|
|
45
45
|
# Button text to confirm removing a collaborator
|
|
46
46
|
groupSharedFeatures.usm.removeCollaborator.okayButton = OK
|
|
47
47
|
# Title of the Remove Collaborator modal
|
|
48
|
-
groupSharedFeatures.usm.removeCollaborator.title =
|
|
48
|
+
groupSharedFeatures.usm.removeCollaborator.title = Usuń współpracownika
|
|
49
49
|
# Notification text when a collaborator failed to be removed
|
|
50
|
-
groupSharedFeatures.usm.removeCollaboratorErrorNoticeText =
|
|
50
|
+
groupSharedFeatures.usm.removeCollaboratorErrorNoticeText = Nie można usunąć współpracownika. Spróbuj ponownie później.
|
|
51
51
|
# Notification text when a collaborator is successfully removed
|
|
52
|
-
groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText =
|
|
52
|
+
groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText = Współpracownik został pomyślnie usunięty.
|
|
53
53
|
# Body text of the Remove Shared Link modal
|
|
54
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ć?
|
|
55
55
|
# Button text to cancel removing a shared link
|
|
@@ -183,7 +183,7 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.nameColumn = Naz
|
|
|
183
183
|
# Label for the role of a collaborator who has a pending collaboration invitation
|
|
184
184
|
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.pendingRole = Oczekujący
|
|
185
185
|
# Aria label for the button to remove a collaborator on the item
|
|
186
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton =
|
|
186
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton = Usuń
|
|
187
187
|
# Label for the column in the collaborators list for the role of the collaborator
|
|
188
188
|
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.roleColumn = Rola
|
|
189
189
|
# Label for the role of a collaborator who can edit and delete the item
|
package/dist/i18n/pt-BR.js
CHANGED
|
@@ -17,14 +17,14 @@ export default {
|
|
|
17
17
|
"groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "A senha deve conter pelo menos uma letra maiúscula, um número ou um caractere especial",
|
|
18
18
|
"groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "A senha deve conter pelo menos oito caracteres",
|
|
19
19
|
"groupSharedFeatures.usm.passwordRequiredErrorMessage": "Insira uma senha",
|
|
20
|
-
"groupSharedFeatures.usm.removeCollaborator.bodyText": "
|
|
20
|
+
"groupSharedFeatures.usm.removeCollaborator.bodyText": "Você tem certeza de que deseja remover {name} como colaborador?",
|
|
21
21
|
"groupSharedFeatures.usm.removeCollaborator.cancelButton": "Cancelar",
|
|
22
22
|
"groupSharedFeatures.usm.removeCollaborator.closeButton": "Fechar",
|
|
23
23
|
"groupSharedFeatures.usm.removeCollaborator.loadingLabel": "Carregando",
|
|
24
24
|
"groupSharedFeatures.usm.removeCollaborator.okayButton": "Ok",
|
|
25
|
-
"groupSharedFeatures.usm.removeCollaborator.title": "
|
|
26
|
-
"groupSharedFeatures.usm.removeCollaboratorErrorNoticeText": "
|
|
27
|
-
"groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText": "
|
|
25
|
+
"groupSharedFeatures.usm.removeCollaborator.title": "Remover colaborador",
|
|
26
|
+
"groupSharedFeatures.usm.removeCollaboratorErrorNoticeText": "Não foi possível remover o colaborador. Tente novamente mais tarde.",
|
|
27
|
+
"groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText": "O colaborador foi removido com sucesso.",
|
|
28
28
|
"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?",
|
|
29
29
|
"groupSharedFeatures.usm.removeSharedLinkModal.cancelButton": "Cancelar",
|
|
30
30
|
"groupSharedFeatures.usm.removeSharedLinkModal.closeButton": "Fechar",
|
|
@@ -91,7 +91,7 @@ export default {
|
|
|
91
91
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.manageAllLink": "Gerenciar tudo",
|
|
92
92
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.nameColumn": "Nome",
|
|
93
93
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.pendingRole": "Pendente",
|
|
94
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton": "
|
|
94
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton": "Remover",
|
|
95
95
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.roleColumn": "Função",
|
|
96
96
|
"groupSharedFeatures.usm.unifiedShareFormModal.editorRole": "Editor",
|
|
97
97
|
"groupSharedFeatures.usm.unifiedShareFormModal.loadingLabel": "Carregando",
|
|
@@ -35,7 +35,7 @@ groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage = A senha deve
|
|
|
35
35
|
# Error message for the password field when password is not provided
|
|
36
36
|
groupSharedFeatures.usm.passwordRequiredErrorMessage = Insira uma senha
|
|
37
37
|
# Body text of the Remove Collaborator modal
|
|
38
|
-
groupSharedFeatures.usm.removeCollaborator.bodyText =
|
|
38
|
+
groupSharedFeatures.usm.removeCollaborator.bodyText = Você tem certeza de que deseja remover {name} como colaborador?
|
|
39
39
|
# Button text to cancel removing a collaborator
|
|
40
40
|
groupSharedFeatures.usm.removeCollaborator.cancelButton = Cancelar
|
|
41
41
|
# Aria label for the button to close the Remove Collaborator modal
|
|
@@ -45,11 +45,11 @@ groupSharedFeatures.usm.removeCollaborator.loadingLabel = Carregando
|
|
|
45
45
|
# Button text to confirm removing a collaborator
|
|
46
46
|
groupSharedFeatures.usm.removeCollaborator.okayButton = Ok
|
|
47
47
|
# Title of the Remove Collaborator modal
|
|
48
|
-
groupSharedFeatures.usm.removeCollaborator.title =
|
|
48
|
+
groupSharedFeatures.usm.removeCollaborator.title = Remover colaborador
|
|
49
49
|
# Notification text when a collaborator failed to be removed
|
|
50
|
-
groupSharedFeatures.usm.removeCollaboratorErrorNoticeText =
|
|
50
|
+
groupSharedFeatures.usm.removeCollaboratorErrorNoticeText = Não foi possível remover o colaborador. Tente novamente mais tarde.
|
|
51
51
|
# Notification text when a collaborator is successfully removed
|
|
52
|
-
groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText =
|
|
52
|
+
groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText = O colaborador foi removido com sucesso.
|
|
53
53
|
# Body text of the Remove Shared Link modal
|
|
54
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?
|
|
55
55
|
# Button text to cancel removing a shared link
|
|
@@ -183,7 +183,7 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.nameColumn = Nom
|
|
|
183
183
|
# Label for the role of a collaborator who has a pending collaboration invitation
|
|
184
184
|
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.pendingRole = Pendente
|
|
185
185
|
# Aria label for the button to remove a collaborator on the item
|
|
186
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton =
|
|
186
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton = Remover
|
|
187
187
|
# Label for the column in the collaborators list for the role of the collaborator
|
|
188
188
|
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.roleColumn = Função
|
|
189
189
|
# Label for the role of a collaborator who can edit and delete the item
|
package/dist/i18n/ru-RU.js
CHANGED
|
@@ -17,14 +17,14 @@ export default {
|
|
|
17
17
|
"groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "Пароль должен содержать не менее одной заглавной буквы, цифры или специального символа",
|
|
18
18
|
"groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "Пароль должен содержать не менее 8 символов",
|
|
19
19
|
"groupSharedFeatures.usm.passwordRequiredErrorMessage": "Введите пароль",
|
|
20
|
-
"groupSharedFeatures.usm.removeCollaborator.bodyText": "
|
|
20
|
+
"groupSharedFeatures.usm.removeCollaborator.bodyText": "Вы действительно хотите удалить {name} как соавтора?",
|
|
21
21
|
"groupSharedFeatures.usm.removeCollaborator.cancelButton": "Отмена",
|
|
22
22
|
"groupSharedFeatures.usm.removeCollaborator.closeButton": "Закрыть",
|
|
23
23
|
"groupSharedFeatures.usm.removeCollaborator.loadingLabel": "Загрузка",
|
|
24
24
|
"groupSharedFeatures.usm.removeCollaborator.okayButton": "ОК",
|
|
25
|
-
"groupSharedFeatures.usm.removeCollaborator.title": "
|
|
26
|
-
"groupSharedFeatures.usm.removeCollaboratorErrorNoticeText": "
|
|
27
|
-
"groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText": "
|
|
25
|
+
"groupSharedFeatures.usm.removeCollaborator.title": "Удалить соавтора",
|
|
26
|
+
"groupSharedFeatures.usm.removeCollaboratorErrorNoticeText": "Не удалось удалить соавтора. Повторите попытку позже.",
|
|
27
|
+
"groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText": "Соавтор удален.",
|
|
28
28
|
"groupSharedFeatures.usm.removeSharedLinkModal.bodyText": "Это приведет к окончательному удалению общей ссылки. Если этот элемент встроен в другие веб-сайты, он также станет недоступным. Любые пользовательские свойства, настройки и сроки действия также будут удалены. Продолжить?",
|
|
29
29
|
"groupSharedFeatures.usm.removeSharedLinkModal.cancelButton": "Отмена",
|
|
30
30
|
"groupSharedFeatures.usm.removeSharedLinkModal.closeButton": "Закрыть",
|
|
@@ -91,7 +91,7 @@ export default {
|
|
|
91
91
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.manageAllLink": "Управление всеми",
|
|
92
92
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.nameColumn": "Название",
|
|
93
93
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.pendingRole": "Ожидает",
|
|
94
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton": "
|
|
94
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton": "Удалить",
|
|
95
95
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.roleColumn": "Роль",
|
|
96
96
|
"groupSharedFeatures.usm.unifiedShareFormModal.editorRole": "Редактор",
|
|
97
97
|
"groupSharedFeatures.usm.unifiedShareFormModal.loadingLabel": "Загрузка",
|
|
@@ -35,7 +35,7 @@ groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage = Пароль
|
|
|
35
35
|
# Error message for the password field when password is not provided
|
|
36
36
|
groupSharedFeatures.usm.passwordRequiredErrorMessage = Введите пароль
|
|
37
37
|
# Body text of the Remove Collaborator modal
|
|
38
|
-
groupSharedFeatures.usm.removeCollaborator.bodyText =
|
|
38
|
+
groupSharedFeatures.usm.removeCollaborator.bodyText = Вы действительно хотите удалить {name} как соавтора?
|
|
39
39
|
# Button text to cancel removing a collaborator
|
|
40
40
|
groupSharedFeatures.usm.removeCollaborator.cancelButton = Отмена
|
|
41
41
|
# Aria label for the button to close the Remove Collaborator modal
|
|
@@ -45,11 +45,11 @@ groupSharedFeatures.usm.removeCollaborator.loadingLabel = Загрузка
|
|
|
45
45
|
# Button text to confirm removing a collaborator
|
|
46
46
|
groupSharedFeatures.usm.removeCollaborator.okayButton = ОК
|
|
47
47
|
# Title of the Remove Collaborator modal
|
|
48
|
-
groupSharedFeatures.usm.removeCollaborator.title =
|
|
48
|
+
groupSharedFeatures.usm.removeCollaborator.title = Удалить соавтора
|
|
49
49
|
# Notification text when a collaborator failed to be removed
|
|
50
|
-
groupSharedFeatures.usm.removeCollaboratorErrorNoticeText =
|
|
50
|
+
groupSharedFeatures.usm.removeCollaboratorErrorNoticeText = Не удалось удалить соавтора. Повторите попытку позже.
|
|
51
51
|
# Notification text when a collaborator is successfully removed
|
|
52
|
-
groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText =
|
|
52
|
+
groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText = Соавтор удален.
|
|
53
53
|
# Body text of the Remove Shared Link modal
|
|
54
54
|
groupSharedFeatures.usm.removeSharedLinkModal.bodyText = Это приведет к окончательному удалению общей ссылки. Если этот элемент встроен в другие веб-сайты, он также станет недоступным. Любые пользовательские свойства, настройки и сроки действия также будут удалены. Продолжить?
|
|
55
55
|
# Button text to cancel removing a shared link
|
|
@@ -183,7 +183,7 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.nameColumn = Н
|
|
|
183
183
|
# Label for the role of a collaborator who has a pending collaboration invitation
|
|
184
184
|
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.pendingRole = Ожидает
|
|
185
185
|
# Aria label for the button to remove a collaborator on the item
|
|
186
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton =
|
|
186
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton = Удалить
|
|
187
187
|
# Label for the column in the collaborators list for the role of the collaborator
|
|
188
188
|
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.roleColumn = Роль
|
|
189
189
|
# Label for the role of a collaborator who can edit and delete the item
|
package/dist/i18n/sv-SE.js
CHANGED
|
@@ -17,14 +17,14 @@ export default {
|
|
|
17
17
|
"groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "Lösenordet måste innehålla minst en stor bokstav, en siffra eller ett specialtecken",
|
|
18
18
|
"groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "Lösenordet måste innehålla minst 8 tecken",
|
|
19
19
|
"groupSharedFeatures.usm.passwordRequiredErrorMessage": "Ange ett lösenord",
|
|
20
|
-
"groupSharedFeatures.usm.removeCollaborator.bodyText": "
|
|
20
|
+
"groupSharedFeatures.usm.removeCollaborator.bodyText": "Är du säker på att du vill ta bort {name} som medarbetare?",
|
|
21
21
|
"groupSharedFeatures.usm.removeCollaborator.cancelButton": "Avbryt",
|
|
22
22
|
"groupSharedFeatures.usm.removeCollaborator.closeButton": "Stäng",
|
|
23
23
|
"groupSharedFeatures.usm.removeCollaborator.loadingLabel": "Läser in",
|
|
24
24
|
"groupSharedFeatures.usm.removeCollaborator.okayButton": "Okej",
|
|
25
|
-
"groupSharedFeatures.usm.removeCollaborator.title": "
|
|
26
|
-
"groupSharedFeatures.usm.removeCollaboratorErrorNoticeText": "
|
|
27
|
-
"groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText": "
|
|
25
|
+
"groupSharedFeatures.usm.removeCollaborator.title": "Ta bort medarbetare",
|
|
26
|
+
"groupSharedFeatures.usm.removeCollaboratorErrorNoticeText": "Det gick inte att ta bort medarbetaren. Försök igen senare.",
|
|
27
|
+
"groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText": "Medarbetaren har tagits bort.",
|
|
28
28
|
"groupSharedFeatures.usm.removeSharedLinkModal.bodyText": "Detta kommer att ta bort den delade länken permanent. Om det här objektet är inbäddat på andra webbplatser kommer det också att bli otillgängligt. Eventuella anpassade egenskaper, inställningar och utgångsdatum kommer också att tas bort. Vill du fortsätta?",
|
|
29
29
|
"groupSharedFeatures.usm.removeSharedLinkModal.cancelButton": "Avbryt",
|
|
30
30
|
"groupSharedFeatures.usm.removeSharedLinkModal.closeButton": "Stäng",
|
|
@@ -91,7 +91,7 @@ export default {
|
|
|
91
91
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.manageAllLink": "Hantera alla",
|
|
92
92
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.nameColumn": "Namn",
|
|
93
93
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.pendingRole": "Väntande",
|
|
94
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton": "
|
|
94
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton": "Avlägsna",
|
|
95
95
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.roleColumn": "Roll",
|
|
96
96
|
"groupSharedFeatures.usm.unifiedShareFormModal.editorRole": "Redigerare",
|
|
97
97
|
"groupSharedFeatures.usm.unifiedShareFormModal.loadingLabel": "Läser in",
|
|
@@ -35,7 +35,7 @@ groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage = Lösenordet m
|
|
|
35
35
|
# Error message for the password field when password is not provided
|
|
36
36
|
groupSharedFeatures.usm.passwordRequiredErrorMessage = Ange ett lösenord
|
|
37
37
|
# Body text of the Remove Collaborator modal
|
|
38
|
-
groupSharedFeatures.usm.removeCollaborator.bodyText =
|
|
38
|
+
groupSharedFeatures.usm.removeCollaborator.bodyText = Är du säker på att du vill ta bort {name} som medarbetare?
|
|
39
39
|
# Button text to cancel removing a collaborator
|
|
40
40
|
groupSharedFeatures.usm.removeCollaborator.cancelButton = Avbryt
|
|
41
41
|
# Aria label for the button to close the Remove Collaborator modal
|
|
@@ -45,11 +45,11 @@ groupSharedFeatures.usm.removeCollaborator.loadingLabel = Läser in
|
|
|
45
45
|
# Button text to confirm removing a collaborator
|
|
46
46
|
groupSharedFeatures.usm.removeCollaborator.okayButton = Okej
|
|
47
47
|
# Title of the Remove Collaborator modal
|
|
48
|
-
groupSharedFeatures.usm.removeCollaborator.title =
|
|
48
|
+
groupSharedFeatures.usm.removeCollaborator.title = Ta bort medarbetare
|
|
49
49
|
# Notification text when a collaborator failed to be removed
|
|
50
|
-
groupSharedFeatures.usm.removeCollaboratorErrorNoticeText =
|
|
50
|
+
groupSharedFeatures.usm.removeCollaboratorErrorNoticeText = Det gick inte att ta bort medarbetaren. Försök igen senare.
|
|
51
51
|
# Notification text when a collaborator is successfully removed
|
|
52
|
-
groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText =
|
|
52
|
+
groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText = Medarbetaren har tagits bort.
|
|
53
53
|
# Body text of the Remove Shared Link modal
|
|
54
54
|
groupSharedFeatures.usm.removeSharedLinkModal.bodyText = Detta kommer att ta bort den delade länken permanent. Om det här objektet är inbäddat på andra webbplatser kommer det också att bli otillgängligt. Eventuella anpassade egenskaper, inställningar och utgångsdatum kommer också att tas bort. Vill du fortsätta?
|
|
55
55
|
# Button text to cancel removing a shared link
|
|
@@ -183,7 +183,7 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.nameColumn = Nam
|
|
|
183
183
|
# Label for the role of a collaborator who has a pending collaboration invitation
|
|
184
184
|
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.pendingRole = Väntande
|
|
185
185
|
# Aria label for the button to remove a collaborator on the item
|
|
186
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton =
|
|
186
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton = Avlägsna
|
|
187
187
|
# Label for the column in the collaborators list for the role of the collaborator
|
|
188
188
|
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.roleColumn = Roll
|
|
189
189
|
# Label for the role of a collaborator who can edit and delete the item
|
package/dist/i18n/tr-TR.js
CHANGED
|
@@ -17,14 +17,14 @@ export default {
|
|
|
17
17
|
"groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "Parola en az bir büyük harf, rakam veya özel karakter içermelidir",
|
|
18
18
|
"groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "Parola en az 8 karakter içermelidir",
|
|
19
19
|
"groupSharedFeatures.usm.passwordRequiredErrorMessage": "Lütfen bir parola girin",
|
|
20
|
-
"groupSharedFeatures.usm.removeCollaborator.bodyText": "
|
|
21
|
-
"groupSharedFeatures.usm.removeCollaborator.cancelButton": "İptal
|
|
20
|
+
"groupSharedFeatures.usm.removeCollaborator.bodyText": "{name} kullanıcısını işbirlikçi rolünden kaldırmak istediğinizden emin misiniz?",
|
|
21
|
+
"groupSharedFeatures.usm.removeCollaborator.cancelButton": "İptal et",
|
|
22
22
|
"groupSharedFeatures.usm.removeCollaborator.closeButton": "Kapat",
|
|
23
23
|
"groupSharedFeatures.usm.removeCollaborator.loadingLabel": "Yükleniyor",
|
|
24
24
|
"groupSharedFeatures.usm.removeCollaborator.okayButton": "Tamam",
|
|
25
|
-
"groupSharedFeatures.usm.removeCollaborator.title": "
|
|
26
|
-
"groupSharedFeatures.usm.removeCollaboratorErrorNoticeText": "
|
|
27
|
-
"groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText": "
|
|
25
|
+
"groupSharedFeatures.usm.removeCollaborator.title": "İşbirlikçi Kaldır",
|
|
26
|
+
"groupSharedFeatures.usm.removeCollaboratorErrorNoticeText": "Ortak çalışan kaldırılamıyor. Lütfen daha sonra tekrar deneyin.",
|
|
27
|
+
"groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText": "Ortak çalışan başarıyla kaldırıldı.",
|
|
28
28
|
"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?",
|
|
29
29
|
"groupSharedFeatures.usm.removeSharedLinkModal.cancelButton": "İptal Et",
|
|
30
30
|
"groupSharedFeatures.usm.removeSharedLinkModal.closeButton": "Kapat",
|
|
@@ -91,7 +91,7 @@ export default {
|
|
|
91
91
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.manageAllLink": "Tümünü Yönet",
|
|
92
92
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.nameColumn": "Ad",
|
|
93
93
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.pendingRole": "Bekliyor",
|
|
94
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton": "
|
|
94
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton": "Kaldır",
|
|
95
95
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.roleColumn": "Rol",
|
|
96
96
|
"groupSharedFeatures.usm.unifiedShareFormModal.editorRole": "Düzenleyici",
|
|
97
97
|
"groupSharedFeatures.usm.unifiedShareFormModal.loadingLabel": "Yükleniyor",
|
|
@@ -35,9 +35,9 @@ groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage = Parola en az
|
|
|
35
35
|
# Error message for the password field when password is not provided
|
|
36
36
|
groupSharedFeatures.usm.passwordRequiredErrorMessage = Lütfen bir parola girin
|
|
37
37
|
# Body text of the Remove Collaborator modal
|
|
38
|
-
groupSharedFeatures.usm.removeCollaborator.bodyText =
|
|
38
|
+
groupSharedFeatures.usm.removeCollaborator.bodyText = {name} kullanıcısını işbirlikçi rolünden kaldırmak istediğinizden emin misiniz?
|
|
39
39
|
# Button text to cancel removing a collaborator
|
|
40
|
-
groupSharedFeatures.usm.removeCollaborator.cancelButton = İptal
|
|
40
|
+
groupSharedFeatures.usm.removeCollaborator.cancelButton = İptal et
|
|
41
41
|
# Aria label for the button to close the Remove Collaborator modal
|
|
42
42
|
groupSharedFeatures.usm.removeCollaborator.closeButton = Kapat
|
|
43
43
|
# Button aria label when the collaborator is being removed
|
|
@@ -45,11 +45,11 @@ groupSharedFeatures.usm.removeCollaborator.loadingLabel = Yükleniyor
|
|
|
45
45
|
# Button text to confirm removing a collaborator
|
|
46
46
|
groupSharedFeatures.usm.removeCollaborator.okayButton = Tamam
|
|
47
47
|
# Title of the Remove Collaborator modal
|
|
48
|
-
groupSharedFeatures.usm.removeCollaborator.title =
|
|
48
|
+
groupSharedFeatures.usm.removeCollaborator.title = İşbirlikçi Kaldır
|
|
49
49
|
# Notification text when a collaborator failed to be removed
|
|
50
|
-
groupSharedFeatures.usm.removeCollaboratorErrorNoticeText =
|
|
50
|
+
groupSharedFeatures.usm.removeCollaboratorErrorNoticeText = Ortak çalışan kaldırılamıyor. Lütfen daha sonra tekrar deneyin.
|
|
51
51
|
# Notification text when a collaborator is successfully removed
|
|
52
|
-
groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText =
|
|
52
|
+
groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText = Ortak çalışan başarıyla kaldırıldı.
|
|
53
53
|
# Body text of the Remove Shared Link modal
|
|
54
54
|
groupSharedFeatures.usm.removeSharedLinkModal.bodyText = Bu, paylaşılan bağlantıyı kalıcı olarak kaldıracaktır. Bu öğe diğer sitelere gömülü ise bu öğe de erişilemez hale gelir. Tüm özel özellikler, ayarlar ve son kullanma tarihleri de kaldırılacaktır. Devam etmek istiyor musunuz?
|
|
55
55
|
# Button text to cancel removing a shared link
|
|
@@ -183,7 +183,7 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.nameColumn = Ad
|
|
|
183
183
|
# Label for the role of a collaborator who has a pending collaboration invitation
|
|
184
184
|
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.pendingRole = Bekliyor
|
|
185
185
|
# Aria label for the button to remove a collaborator on the item
|
|
186
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton =
|
|
186
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton = Kaldır
|
|
187
187
|
# Label for the column in the collaborators list for the role of the collaborator
|
|
188
188
|
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.roleColumn = Rol
|
|
189
189
|
# Label for the role of a collaborator who can edit and delete the item
|
package/dist/i18n/zh-CN.js
CHANGED
|
@@ -17,14 +17,14 @@ export default {
|
|
|
17
17
|
"groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "密码必须至少包含一个大写字母、数字或特殊字符",
|
|
18
18
|
"groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "密码必须至少包含 8 个字符",
|
|
19
19
|
"groupSharedFeatures.usm.passwordRequiredErrorMessage": "请输入密码",
|
|
20
|
-
"groupSharedFeatures.usm.removeCollaborator.bodyText": "
|
|
20
|
+
"groupSharedFeatures.usm.removeCollaborator.bodyText": "是否确定要删除 {name} 的协作者身份?",
|
|
21
21
|
"groupSharedFeatures.usm.removeCollaborator.cancelButton": "取消",
|
|
22
22
|
"groupSharedFeatures.usm.removeCollaborator.closeButton": "关闭",
|
|
23
23
|
"groupSharedFeatures.usm.removeCollaborator.loadingLabel": "正在加载",
|
|
24
24
|
"groupSharedFeatures.usm.removeCollaborator.okayButton": "确定",
|
|
25
|
-
"groupSharedFeatures.usm.removeCollaborator.title": "
|
|
26
|
-
"groupSharedFeatures.usm.removeCollaboratorErrorNoticeText": "
|
|
27
|
-
"groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText": "
|
|
25
|
+
"groupSharedFeatures.usm.removeCollaborator.title": "移除协作者",
|
|
26
|
+
"groupSharedFeatures.usm.removeCollaboratorErrorNoticeText": "无法移除协作者。请稍后重试。",
|
|
27
|
+
"groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText": "已成功移除协作者。",
|
|
28
28
|
"groupSharedFeatures.usm.removeSharedLinkModal.bodyText": "这会永久移除共享链接。如果此项目嵌入在其他站点上,它也将变得不可访问。还会移除任何自定义属性、设置和到期时间。是否要继续?",
|
|
29
29
|
"groupSharedFeatures.usm.removeSharedLinkModal.cancelButton": "取消",
|
|
30
30
|
"groupSharedFeatures.usm.removeSharedLinkModal.closeButton": "关闭",
|
|
@@ -91,7 +91,7 @@ export default {
|
|
|
91
91
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.manageAllLink": "管理所有",
|
|
92
92
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.nameColumn": "名称",
|
|
93
93
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.pendingRole": "未决",
|
|
94
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton": "
|
|
94
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton": "删除",
|
|
95
95
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.roleColumn": "角色",
|
|
96
96
|
"groupSharedFeatures.usm.unifiedShareFormModal.editorRole": "编辑者",
|
|
97
97
|
"groupSharedFeatures.usm.unifiedShareFormModal.loadingLabel": "正在加载",
|
|
@@ -35,7 +35,7 @@ groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage = 密码必须
|
|
|
35
35
|
# Error message for the password field when password is not provided
|
|
36
36
|
groupSharedFeatures.usm.passwordRequiredErrorMessage = 请输入密码
|
|
37
37
|
# Body text of the Remove Collaborator modal
|
|
38
|
-
groupSharedFeatures.usm.removeCollaborator.bodyText =
|
|
38
|
+
groupSharedFeatures.usm.removeCollaborator.bodyText = 是否确定要删除 {name} 的协作者身份?
|
|
39
39
|
# Button text to cancel removing a collaborator
|
|
40
40
|
groupSharedFeatures.usm.removeCollaborator.cancelButton = 取消
|
|
41
41
|
# Aria label for the button to close the Remove Collaborator modal
|
|
@@ -45,11 +45,11 @@ groupSharedFeatures.usm.removeCollaborator.loadingLabel = 正在加载
|
|
|
45
45
|
# Button text to confirm removing a collaborator
|
|
46
46
|
groupSharedFeatures.usm.removeCollaborator.okayButton = 确定
|
|
47
47
|
# Title of the Remove Collaborator modal
|
|
48
|
-
groupSharedFeatures.usm.removeCollaborator.title =
|
|
48
|
+
groupSharedFeatures.usm.removeCollaborator.title = 移除协作者
|
|
49
49
|
# Notification text when a collaborator failed to be removed
|
|
50
|
-
groupSharedFeatures.usm.removeCollaboratorErrorNoticeText =
|
|
50
|
+
groupSharedFeatures.usm.removeCollaboratorErrorNoticeText = 无法移除协作者。请稍后重试。
|
|
51
51
|
# Notification text when a collaborator is successfully removed
|
|
52
|
-
groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText =
|
|
52
|
+
groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText = 已成功移除协作者。
|
|
53
53
|
# Body text of the Remove Shared Link modal
|
|
54
54
|
groupSharedFeatures.usm.removeSharedLinkModal.bodyText = 这会永久移除共享链接。如果此项目嵌入在其他站点上,它也将变得不可访问。还会移除任何自定义属性、设置和到期时间。是否要继续?
|
|
55
55
|
# Button text to cancel removing a shared link
|
|
@@ -183,7 +183,7 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.nameColumn = 名
|
|
|
183
183
|
# Label for the role of a collaborator who has a pending collaboration invitation
|
|
184
184
|
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.pendingRole = 未决
|
|
185
185
|
# Aria label for the button to remove a collaborator on the item
|
|
186
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton =
|
|
186
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton = 删除
|
|
187
187
|
# Label for the column in the collaborators list for the role of the collaborator
|
|
188
188
|
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.roleColumn = 角色
|
|
189
189
|
# Label for the role of a collaborator who can edit and delete the item
|
package/dist/i18n/zh-TW.js
CHANGED
|
@@ -17,14 +17,14 @@ export default {
|
|
|
17
17
|
"groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "密碼必須至少包含一個大寫字母、數字或特殊字元",
|
|
18
18
|
"groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "密碼必須至少包含 8 個字元",
|
|
19
19
|
"groupSharedFeatures.usm.passwordRequiredErrorMessage": "請輸入密碼",
|
|
20
|
-
"groupSharedFeatures.usm.removeCollaborator.bodyText": "
|
|
20
|
+
"groupSharedFeatures.usm.removeCollaborator.bodyText": "是否确定要移除 {name} 作为共同作業者?",
|
|
21
21
|
"groupSharedFeatures.usm.removeCollaborator.cancelButton": "取消",
|
|
22
22
|
"groupSharedFeatures.usm.removeCollaborator.closeButton": "關閉",
|
|
23
23
|
"groupSharedFeatures.usm.removeCollaborator.loadingLabel": "載入中",
|
|
24
24
|
"groupSharedFeatures.usm.removeCollaborator.okayButton": "好的",
|
|
25
|
-
"groupSharedFeatures.usm.removeCollaborator.title": "
|
|
26
|
-
"groupSharedFeatures.usm.removeCollaboratorErrorNoticeText": "
|
|
27
|
-
"groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText": "
|
|
25
|
+
"groupSharedFeatures.usm.removeCollaborator.title": "移除共同作業者",
|
|
26
|
+
"groupSharedFeatures.usm.removeCollaboratorErrorNoticeText": "無法移除共同作業者。請稍後再試一次。",
|
|
27
|
+
"groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText": "已成功移除共同作業者。",
|
|
28
28
|
"groupSharedFeatures.usm.removeSharedLinkModal.bodyText": "這將永久移除共用的連結。 如果此項目嵌入其他網站,則也會變得無法存取。任何自訂屬性、設定和到期日也會移除。 是否要繼續?",
|
|
29
29
|
"groupSharedFeatures.usm.removeSharedLinkModal.cancelButton": "取消",
|
|
30
30
|
"groupSharedFeatures.usm.removeSharedLinkModal.closeButton": "關閉",
|
|
@@ -91,7 +91,7 @@ export default {
|
|
|
91
91
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.manageAllLink": "管理全部",
|
|
92
92
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.nameColumn": "名稱",
|
|
93
93
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.pendingRole": "待確認",
|
|
94
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton": "
|
|
94
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton": "移除",
|
|
95
95
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.roleColumn": "角色",
|
|
96
96
|
"groupSharedFeatures.usm.unifiedShareFormModal.editorRole": "編輯者",
|
|
97
97
|
"groupSharedFeatures.usm.unifiedShareFormModal.loadingLabel": "載入中",
|
|
@@ -35,7 +35,7 @@ groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage = 密碼必須
|
|
|
35
35
|
# Error message for the password field when password is not provided
|
|
36
36
|
groupSharedFeatures.usm.passwordRequiredErrorMessage = 請輸入密碼
|
|
37
37
|
# Body text of the Remove Collaborator modal
|
|
38
|
-
groupSharedFeatures.usm.removeCollaborator.bodyText =
|
|
38
|
+
groupSharedFeatures.usm.removeCollaborator.bodyText = 是否确定要移除 {name} 作为共同作業者?
|
|
39
39
|
# Button text to cancel removing a collaborator
|
|
40
40
|
groupSharedFeatures.usm.removeCollaborator.cancelButton = 取消
|
|
41
41
|
# Aria label for the button to close the Remove Collaborator modal
|
|
@@ -45,11 +45,11 @@ groupSharedFeatures.usm.removeCollaborator.loadingLabel = 載入中
|
|
|
45
45
|
# Button text to confirm removing a collaborator
|
|
46
46
|
groupSharedFeatures.usm.removeCollaborator.okayButton = 好的
|
|
47
47
|
# Title of the Remove Collaborator modal
|
|
48
|
-
groupSharedFeatures.usm.removeCollaborator.title =
|
|
48
|
+
groupSharedFeatures.usm.removeCollaborator.title = 移除共同作業者
|
|
49
49
|
# Notification text when a collaborator failed to be removed
|
|
50
|
-
groupSharedFeatures.usm.removeCollaboratorErrorNoticeText =
|
|
50
|
+
groupSharedFeatures.usm.removeCollaboratorErrorNoticeText = 無法移除共同作業者。請稍後再試一次。
|
|
51
51
|
# Notification text when a collaborator is successfully removed
|
|
52
|
-
groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText =
|
|
52
|
+
groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText = 已成功移除共同作業者。
|
|
53
53
|
# Body text of the Remove Shared Link modal
|
|
54
54
|
groupSharedFeatures.usm.removeSharedLinkModal.bodyText = 這將永久移除共用的連結。 如果此項目嵌入其他網站,則也會變得無法存取。任何自訂屬性、設定和到期日也會移除。 是否要繼續?
|
|
55
55
|
# Button text to cancel removing a shared link
|
|
@@ -183,7 +183,7 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.nameColumn = 名
|
|
|
183
183
|
# Label for the role of a collaborator who has a pending collaboration invitation
|
|
184
184
|
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.pendingRole = 待確認
|
|
185
185
|
# Aria label for the button to remove a collaborator on the item
|
|
186
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton =
|
|
186
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton = 移除
|
|
187
187
|
# Label for the column in the collaborators list for the role of the collaborator
|
|
188
188
|
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.roleColumn = 角色
|
|
189
189
|
# Label for the role of a collaborator who can edit and delete the item
|
|
@@ -16,10 +16,11 @@ export declare const useUnifiedShareFormContext: () => UnifiedShareFormContextVa
|
|
|
16
16
|
interface UnifiedShareFormProviderProps {
|
|
17
17
|
children: ReactNode;
|
|
18
18
|
container?: HTMLDivElement | null;
|
|
19
|
+
initialContacts?: UserContactType[];
|
|
19
20
|
onModalOpenChange?: (open: boolean) => void;
|
|
20
21
|
onModalViewChange?: (view: ModalViewType) => void;
|
|
21
22
|
onShareViewChange?: (view: ShareViewType) => void;
|
|
22
23
|
shareView?: ShareViewType;
|
|
23
24
|
}
|
|
24
|
-
export declare const UnifiedShareFormProvider: ({ children, container, onModalOpenChange, onModalViewChange, onShareViewChange, shareView, }: UnifiedShareFormProviderProps) => import("react/jsx-runtime").JSX.Element;
|
|
25
|
+
export declare const UnifiedShareFormProvider: ({ children, container, initialContacts, onModalOpenChange, onModalViewChange, onShareViewChange, shareView, }: UnifiedShareFormProviderProps) => import("react/jsx-runtime").JSX.Element;
|
|
25
26
|
export {};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { Dispatch, SetStateAction } from 'react';
|
|
2
|
+
import { UserContactType } from '@box/user-selector';
|
|
2
3
|
import { CollaborationRole, Collaborator, Configuration, ContactService, EventService, Item, SharedLink, SharingService, User } from '../types';
|
|
3
4
|
export interface UnifiedShareModalContextValue {
|
|
4
5
|
collaborationRoles?: CollaborationRole[];
|
|
@@ -8,6 +9,7 @@ export interface UnifiedShareModalContextValue {
|
|
|
8
9
|
contactService?: ContactService;
|
|
9
10
|
currentUser?: Partial<User>;
|
|
10
11
|
eventService?: EventService;
|
|
12
|
+
initialContacts?: UserContactType[];
|
|
11
13
|
isFetching?: boolean;
|
|
12
14
|
isSubmitting?: boolean;
|
|
13
15
|
item?: Item;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { ReactElement } from 'react';
|
|
2
|
+
import { UserContactType } from '@box/user-selector';
|
|
2
3
|
import { CollaborationRole, Collaborator, Configuration, ContactService, EventService, Item, SharedLink, SharingService, User } from './types';
|
|
3
4
|
export interface UnifiedShareModalProps {
|
|
4
5
|
children?: ReactElement;
|
|
@@ -8,6 +9,7 @@ export interface UnifiedShareModalProps {
|
|
|
8
9
|
contactService?: ContactService;
|
|
9
10
|
currentUser?: User;
|
|
10
11
|
eventService?: EventService;
|
|
12
|
+
initialContacts?: UserContactType[];
|
|
11
13
|
isFetching?: boolean;
|
|
12
14
|
isOpen?: boolean;
|
|
13
15
|
isSubmitting?: boolean;
|
|
@@ -17,4 +19,4 @@ export interface UnifiedShareModalProps {
|
|
|
17
19
|
sharedLink?: SharedLink;
|
|
18
20
|
sharingService?: SharingService;
|
|
19
21
|
}
|
|
20
|
-
export declare function UnifiedShareModal({ children, collaborationRoles, collaborators, config, contactService, currentUser, eventService, isFetching, isOpen, isSubmitting, item, onLoad, onOpenChange, sharedLink, sharingService, }: UnifiedShareModalProps): import("react/jsx-runtime").JSX.Element;
|
|
22
|
+
export declare function UnifiedShareModal({ children, collaborationRoles, collaborators, config, contactService, currentUser, eventService, initialContacts, isFetching, isOpen, isSubmitting, item, onLoad, onOpenChange, sharedLink, sharingService, }: UnifiedShareModalProps): import("react/jsx-runtime").JSX.Element;
|