@box/unified-share-modal 3.1.10 → 3.1.12

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 (63) hide show
  1. package/README.md +1 -1
  2. package/dist/i18n/bn-IN.js +161 -163
  3. package/dist/i18n/da-DK.js +156 -163
  4. package/dist/i18n/de-DE.js +160 -163
  5. package/dist/i18n/en-AU.js +27 -163
  6. package/dist/i18n/en-CA.js +2 -164
  7. package/dist/i18n/en-GB.js +27 -163
  8. package/dist/i18n/en-x-pseudo.js +2 -164
  9. package/dist/i18n/es-419.js +159 -163
  10. package/dist/i18n/es-ES.js +159 -163
  11. package/dist/i18n/fi-FI.js +161 -163
  12. package/dist/i18n/fr-CA.js +162 -163
  13. package/dist/i18n/fr-FR.js +162 -163
  14. package/dist/i18n/hi-IN.js +161 -163
  15. package/dist/i18n/it-IT.js +159 -163
  16. package/dist/i18n/ja-JP.js +164 -163
  17. package/dist/i18n/ko-KR.js +161 -163
  18. package/dist/i18n/nb-NO.js +160 -163
  19. package/dist/i18n/nl-NL.js +155 -163
  20. package/dist/i18n/pl-PL.js +161 -163
  21. package/dist/i18n/pt-BR.js +159 -163
  22. package/dist/i18n/ru-RU.js +161 -163
  23. package/dist/i18n/sv-SE.js +161 -163
  24. package/dist/i18n/tr-TR.js +160 -163
  25. package/dist/i18n/zh-CN.js +161 -163
  26. package/dist/i18n/zh-TW.js +161 -163
  27. package/package.json +10 -10
  28. package/dist/i18n/bn-IN.properties +0 -324
  29. package/dist/i18n/da-DK.properties +0 -324
  30. package/dist/i18n/de-DE.properties +0 -324
  31. package/dist/i18n/en-AU.properties +0 -324
  32. package/dist/i18n/en-CA.properties +0 -324
  33. package/dist/i18n/en-GB.properties +0 -324
  34. package/dist/i18n/en-US.js +0 -164
  35. package/dist/i18n/en-US.properties +0 -324
  36. package/dist/i18n/en-x-pseudo.properties +0 -324
  37. package/dist/i18n/es-419.properties +0 -324
  38. package/dist/i18n/es-ES.properties +0 -324
  39. package/dist/i18n/fi-FI.properties +0 -324
  40. package/dist/i18n/fr-CA.properties +0 -324
  41. package/dist/i18n/fr-FR.properties +0 -324
  42. package/dist/i18n/hi-IN.properties +0 -324
  43. package/dist/i18n/it-IT.properties +0 -324
  44. package/dist/i18n/ja-JP.properties +0 -324
  45. package/dist/i18n/json/src/lib/components/classification-status/messages.json +0 -1
  46. package/dist/i18n/json/src/lib/components/remove-collaborator-modal/messages.json +0 -1
  47. package/dist/i18n/json/src/lib/components/remove-shared-link-modal/messages.json +0 -1
  48. package/dist/i18n/json/src/lib/components/shared-link-settings-modal/messages.json +0 -1
  49. package/dist/i18n/json/src/lib/components/unified-share-form-modal/collaboration-section/messages.json +0 -1
  50. package/dist/i18n/json/src/lib/components/unified-share-form-modal/collaborator-list/messages.json +0 -1
  51. package/dist/i18n/json/src/lib/components/unified-share-form-modal/messages.json +0 -1
  52. package/dist/i18n/json/src/lib/components/unified-share-form-modal/shared-link-section/messages.json +0 -1
  53. package/dist/i18n/json/src/lib/messages.json +0 -1
  54. package/dist/i18n/ko-KR.properties +0 -324
  55. package/dist/i18n/nb-NO.properties +0 -324
  56. package/dist/i18n/nl-NL.properties +0 -324
  57. package/dist/i18n/pl-PL.properties +0 -324
  58. package/dist/i18n/pt-BR.properties +0 -324
  59. package/dist/i18n/ru-RU.properties +0 -324
  60. package/dist/i18n/sv-SE.properties +0 -324
  61. package/dist/i18n/tr-TR.properties +0 -324
  62. package/dist/i18n/zh-CN.properties +0 -324
  63. package/dist/i18n/zh-TW.properties +0 -324
@@ -1,164 +1,161 @@
1
+ // THIS IS A GENERATED FILE. DO NOT EDIT MANUALLY OR YOUR CHANGES WILL BE OVERWRITTEN
1
2
  export default {
2
- "groupSharedFeatures.usm.classificationStatus.definitionLabel": "Definition",
3
- "groupSharedFeatures.usm.classificationStatus.restrictionsLabel": "Einschränkungen",
4
- "groupSharedFeatures.usm.contactsLimitErrorMessage": "Hoppla! Die maximale Anzahl an Mitwirkenden, die gleichzeitig hinzugefügt werden kann, beträgt {maxContacts} Mitwirkende. Versuchen Sie es erneut, indem Sie Ihre Einladungen in Stapel aufteilen.",
5
- "groupSharedFeatures.usm.createSharedLinkErrorNoticeText": "Ein Freigabe-Link kann nicht erstellt werden. Versuchen Sie es bitte später noch einmal.",
6
- "groupSharedFeatures.usm.createSharedLinkSuccessNoticeText": "Freigabe-Link generiert.",
7
- "groupSharedFeatures.usm.defaultErrorNoticeText": "Es ist ein Fehler aufgetreten. Versuchen Sie es bitte später noch einmal.",
8
- "groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText": "Der Freigabe-Link kann nicht entfernt werden. Versuchen Sie es bitte später noch einmal.",
9
- "groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText": "Der Freigabe-Link für „{itemName}“ wurde erfolgreich entfernt.",
10
- "groupSharedFeatures.usm.emailRequiredErrorMessage": "Geben Sie mindestens eine gültige E-Mail-Adresse ein.",
11
- "groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "Der Freigabe-Link für „{itemName}“ wurde gesendet.",
12
- "groupSharedFeatures.usm.errorNoticeIcon": "Fehler",
13
- "groupSharedFeatures.usm.expirationFutureDateErrorMessage": "Das Ablaufdatum muss in der Zukunft liegen",
14
- "groupSharedFeatures.usm.expirationRequiredErrorMessage": "Wählen Sie bitte ein Ablaufdatum aus",
15
- "groupSharedFeatures.usm.invalidEmailErrorMessage": "Ungültige E-Mail-Adresse",
16
- "groupSharedFeatures.usm.justificationRequiredErrorNotice": "Bitte wählen Sie eine Begründung aus oder entfernen Sie {count,plural,one{{count} eingeschränkten Benutzer} other{{count} eingeschränkte Benutzer}}, um fortzufahren.",
17
- "groupSharedFeatures.usm.noticeCloseLabel": "Schließen",
18
- "groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "Das Kennwort darf kein Leerzeichen, „<“ oder „>“ enthalten",
19
- "groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "Das Kennwort muss mindestens einen Großbuchstaben, eine Zahl oder ein Sonderzeichen enthalten",
20
- "groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "Das Kennwort muss mindestens 8 Zeichen enthalten",
21
- "groupSharedFeatures.usm.passwordRequiredErrorMessage": "Bitte geben Sie ein Kennwort ein",
22
- "groupSharedFeatures.usm.removeCollaboratorErrorNoticeText": "Der Mitwirkende kann nicht entfernt werden. Versuchen Sie es bitte später noch einmal.",
23
- "groupSharedFeatures.usm.removeCollaboratorModal.bodyText": "Möchten Sie {name} wirklich als Mitwirkenden entfernen?",
24
- "groupSharedFeatures.usm.removeCollaboratorModal.cancelButton": "Stornieren",
25
- "groupSharedFeatures.usm.removeCollaboratorModal.closeButton": "Schließen",
26
- "groupSharedFeatures.usm.removeCollaboratorModal.loadingLabel": "Wird geladen",
27
- "groupSharedFeatures.usm.removeCollaboratorModal.okayButton": "OK",
28
- "groupSharedFeatures.usm.removeCollaboratorModal.title": "Mitwirkenden entfernen",
29
- "groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText": "Der Mitwirkende wurde erfolgreich entfernt.",
30
- "groupSharedFeatures.usm.removeSharedLinkModal.bodyText": "Dadurch wird der freigegebene Link endgültig entfernt. Wenn dieses Element auf anderen Websites eingebettet ist, wird es ebenfalls unzugänglich. Alle benutzerdefinierten Eigenschaften, Einstellungen und Ablaufzeiten werden ebenfalls entfernt. Möchten Sie fortfahren?",
31
- "groupSharedFeatures.usm.removeSharedLinkModal.cancelButton": "Abbrechen",
32
- "groupSharedFeatures.usm.removeSharedLinkModal.closeButton": "Schließen",
33
- "groupSharedFeatures.usm.removeSharedLinkModal.loadingLabel": "Laden",
34
- "groupSharedFeatures.usm.removeSharedLinkModal.okayButton": "OK",
35
- "groupSharedFeatures.usm.removeSharedLinkModal.title": "Freigabe-Link entfernen",
36
- "groupSharedFeatures.usm.restrictedContactsErrorNotice": "Bitte entfernen Sie {count,plural,one{{count} eingeschränkten Benutzer} other{{count} eingeschränkte Benutzer}}, um fortzufahren.",
37
- "groupSharedFeatures.usm.sharedLinkSettingsModal.cancelButton": "Abbrechen",
38
- "groupSharedFeatures.usm.sharedLinkSettingsModal.closeButton": "Schließen",
39
- "groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithClassification": "Der Download der Inhalte wurde aufgrund der Klassifizierung deaktiviert.",
40
- "groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithoutClassification": "Der Download nicht klassifizierter Inhalte wurde deaktiviert.",
41
- "groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByMaliciousContent": "Das Herunterladen dieses Inhalts wurde aufgrund einer Sicherheitsrichtlinie deaktiviert.",
42
- "groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkLabel": "Direktverknüpfung",
43
- "groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText": "Benutzern mit dem Freigabe-Link das Herunterladen dieses Elements gestatten",
44
- "groupSharedFeatures.usm.sharedLinkSettingsModal.hidePasswordAriaLabel": "Kennwort verbergen",
45
- "groupSharedFeatures.usm.sharedLinkSettingsModal.inaccessibleSettingsNotice": "Bestimmte Einstellungen sind für dieses Element möglicherweise aufgrund Ihrer Berechtigungen nicht verfügbar.",
46
- "groupSharedFeatures.usm.sharedLinkSettingsModal.learnSharedLinkSettingsLink": "Erfahren Sie mehr über die Einstellungen für Freigabe-Links.",
47
- "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel": "Wählen Sie ein Ablaufdatum aus",
48
- "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationClearDatePickerAriaLabel": "Datumsauswahl löschen",
49
- "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationDatePickerLabel": "Ablaufdatum",
50
- "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationNextMonthAriaLabel": "Zum nächsten Monat wechseln",
51
- "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationOpenCalendarDropdownAriaLabel": "Kalender öffnen",
52
- "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationPreviousMonthAriaLabel": "Zum vorherigen Monat wechseln",
53
- "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationToggleText": "Ablaufdatum des Links",
54
- "groupSharedFeatures.usm.sharedLinkSettingsModal.loadingLabel": "Laden",
55
- "groupSharedFeatures.usm.sharedLinkSettingsModal.passwordInputPlaceholder": "Kennwort eingeben",
56
- "groupSharedFeatures.usm.sharedLinkSettingsModal.passwordToggleText": "Kennwortschutz",
57
- "groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText": "Kennwörter müssen mindestens 8 Zeichen enthalten und mindestens einen Großbuchstaben, eine Zahl oder ein Sonderzeichen enthalten.",
58
- "groupSharedFeatures.usm.sharedLinkSettingsModal.saveButton": "Speichern",
59
- "groupSharedFeatures.usm.sharedLinkSettingsModal.showPasswordAriaLabel": "Kennwort anzeigen",
60
- "groupSharedFeatures.usm.sharedLinkSettingsModal.subtitleCollaborators": "Dieser Inhalt ist für eingeladene Mitwirkende mit dem Link verfügbar. {learnSharedLinkSettingsLink}",
61
- "groupSharedFeatures.usm.sharedLinkSettingsModal.subtitleCompanyDownload": "Dieser Inhalt ist für alle in Ihrem Unternehmen mit dem Link verfügbar und kann angezeigt oder heruntergeladen werden. {learnSharedLinkSettingsLink}",
62
- "groupSharedFeatures.usm.sharedLinkSettingsModal.subtitleCompanyView": "Dieser Inhalt ist für alle in Ihrem Unternehmen mit dem Link verfügbar und kann angezeigt werden. {learnSharedLinkSettingsLink}",
63
- "groupSharedFeatures.usm.sharedLinkSettingsModal.subtitleOpenDownload": "Dieser Inhalt ist für jeden Benutzer mit dem Link öffentlich verfügbar und kann angezeigt oder heruntergeladen werden. {learnSharedLinkSettingsLink}",
64
- "groupSharedFeatures.usm.sharedLinkSettingsModal.subtitleOpenView": "Dieser Inhalt ist für jeden Benutzer mit dem Link öffentlich verfügbar und kann angezeigt werden. {learnSharedLinkSettingsLink}",
65
- "groupSharedFeatures.usm.sharedLinkSettingsModal.title": "Einstellungen für Freigabe-Links",
66
- "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityDomainSettingsWarningText": "Benutzerdefinierte URLs sollten nicht verwendet werden, wenn sensible Inhalte freigegeben werden.",
67
- "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputLabel": "Benutzerdefinierter Pfad",
68
- "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputPlaceholder": "Geben Sie einen benutzerdefinierten Pfad ein (12 oder mehr Zeichen)",
69
- "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameToggleText": "Mit einer benutzerdefinierten und offen zugänglichen URL können Inhalte auf breiter Basis veröffentlicht werden.",
70
- "groupSharedFeatures.usm.sharedLinkSettingsModal.warningNoticeIconAriaLabel": "Warnung",
71
- "groupSharedFeatures.usm.successNoticeIcon": "Erfolgreich",
72
- "groupSharedFeatures.usm.unifiedShareFormModal.closeButton": "Schließen",
73
- "groupSharedFeatures.usm.unifiedShareFormModal.coOwnerRole": "Miteigentümer",
74
- "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.businessJustification": "Geschäftsbegründung",
75
- "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.cancelButton": "Abbrechen",
76
- "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.clearButton": "Löschen",
77
- "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.closeButton": "Schließen",
78
- "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.coOwnerDescription": "Sicherheit verwalten, hochladen, herunterladen, in der Vorschau anzeigen, freigeben, bearbeiten und löschen",
79
- "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionInformationBarrierNotice": "{count,plural,one{{count} Einladung kann} other{{count} Einladungen können}} aufgrund einer Sicherheitsrichtlinie nicht gesendet werden. {removeLink}",
80
- "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionNotice": "{count,plural,one{{count} Einladung kann} other{{count} Einladungen können}} nicht gesendet werden, da die externe Zusammenarbeit aufgrund der angewendeten Sicherheitsrichtlinie eingeschränkt ist. {removeLink}",
81
- "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel": "Zum Fortfahren entfernen",
82
- "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators": "Dieser Content wird für externe Mitwirkende freigegeben.",
83
- "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription": "Hochladen, herunterladen, in Vorschau anzeigen, freigeben und bearbeiten",
84
- "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Hochladen, herunterladen, in der Vorschau anzeigen, freigeben, bearbeiten und löschen",
85
- "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "Freigabe-Link versenden",
86
- "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.errorNoticeIconAriaLabel": "Fehler",
87
- "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel": "Als {role} einladen",
88
- "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip": "Sie sind nicht berechtigt, Mitarbeiter einzuladen",
89
- "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel": "Personen einladen",
90
- "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder": "Namen oder E-Mail-Adressen hinzufügen",
91
- "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip": "Mitwirkende können nicht zu Lesezeichen hinzugefügt werden",
92
- "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justifiableContactRestrictionNotice": "Diese Inhalte erfordern eine geschäftliche Begründung für {count,plural,one{{count} Einladung} other{{count} Einladungen}}. Bitte wählen Sie unten eine geschäftliche Begründung aus {justificationSelect} {removeLink}",
93
- "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justifiableContactRestrictionRemoveButtonLabel": "Alternativ können Sie sie zum Fortfahren auch entfernen",
94
- "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justificationSelectPlaceholder": "Begründung auswählen",
95
- "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingJustificationReasonsLabel": "Begründung wird geladen",
96
- "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel": "Laden",
97
- "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerDescription": "Preview-only",
98
- "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerUploaderDescription": "Hochladen und Vorschau",
99
- "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.sendButton": "Senden",
100
- "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.shareMessageCharacterCountAriaLabel": "{count} Zeichen verbleiben",
101
- "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.shareMessageLabel": "Nachricht (optional)",
102
- "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.shareMessagePlaceholder": "Nachricht hinzufügen",
103
- "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.sharedWithLabel": "Geteilt mit",
104
- "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.uploaderDescription": "Nur hochladen",
105
- "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.viewerDescription": "Herunterladen, in der Vorschau anzeigen und freigeben",
106
- "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.viewerUploaderDescription": "Hochladen, herunterladen, in Vorschau anzeigen, freigeben und bearbeiten",
107
- "groupSharedFeatures.usm.unifiedShareFormModal.collaboratorList.closeButton": "Schließen",
108
- "groupSharedFeatures.usm.unifiedShareFormModal.collaboratorList.doneButton": "Fertig",
109
- "groupSharedFeatures.usm.unifiedShareFormModal.collaboratorList.expiresBadge": "Zugriff läuft am {date} ab",
110
- "groupSharedFeatures.usm.unifiedShareFormModal.collaboratorList.listLabel": "Mitarbeiter",
111
- "groupSharedFeatures.usm.unifiedShareFormModal.collaboratorList.manageAllLink": "Alle verwalten",
112
- "groupSharedFeatures.usm.unifiedShareFormModal.collaboratorList.nameColumn": "Name",
113
- "groupSharedFeatures.usm.unifiedShareFormModal.collaboratorList.pendingRole": "Ausstehend",
114
- "groupSharedFeatures.usm.unifiedShareFormModal.collaboratorList.removeButton": "Entfernen",
115
- "groupSharedFeatures.usm.unifiedShareFormModal.collaboratorList.roleColumn": "Rolle",
116
- "groupSharedFeatures.usm.unifiedShareFormModal.editorRole": "Bearbeiter",
117
- "groupSharedFeatures.usm.unifiedShareFormModal.loadingLabel": "Laden",
118
- "groupSharedFeatures.usm.unifiedShareFormModal.ownerRole": "Eigentümer",
119
- "groupSharedFeatures.usm.unifiedShareFormModal.previewerRole": "Preview-Berechtigter",
120
- "groupSharedFeatures.usm.unifiedShareFormModal.previewerUploaderRole": "Vorschau-/Upload-Berechtigter",
121
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText": "Der Freigabe-Link wurde in die Zwischenablage kopiert.",
122
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Freigabe-Link generiert. Klicken Sie auf Kopieren, um den Freigabe-Link zu kopieren.",
123
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "Der Freigabe-Link wurde generiert und in die Zwischenablage kopiert.",
124
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Anzeige und Download erlaubt",
125
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip": "Diese Berechtigung kann nur in Box Notes geändert werden",
126
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Bearbeiten erlaubt",
127
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Nur Anzeige erlaubt",
128
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.closeButton": "Schließen",
129
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "Nur eingeladene Personen können auf diese(n) {item} zugreifen",
130
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "Nur eingeladene Personen",
131
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "Alle in Ihrem Unternehmen mit dem Link oder Personen, die zu diesem/dieser {item} eingeladen wurden, können darauf zugreifen",
132
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelLabel": "Personen in Ihrem Unternehmen",
133
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.createLinkDisabledTooltip": "Sie sind nicht berechtigt, den Link zu erstellen",
134
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.disabledAccessLevelTooltip": "Diese Option ist aufgrund einer Sicherheitsrichtlinie nicht verfügbar",
135
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelDescription": "Alle bei {enterprise} mit dem Link oder Personen, die zu diesem/dieser {item} eingeladen wurden, können darauf zugreifen",
136
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelLabel": "Personen im Unternehmen {enterprise}",
137
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconLabel": "Läuft ab",
138
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconTooltip": "Dieser Link läuft ab und ist auf {expirationDate} nicht mehr zugänglich",
139
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.fileAccessLevelItem": "Datei",
140
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.folderAccessLevelItem": "Ordner",
141
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem": "Hub",
142
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription": "Öffentlich zugänglich und keine Anmeldung erforderlich",
143
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "Personen mit diesem Link",
144
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "Sie sind nicht berechtigt, den Link zu entfernen",
145
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "Link freigeben",
146
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable": "Für alle Personen öffentlich zum Anzeigen und Herunterladen verfügbar. Alle angemeldeten Benutzer mit dem Link können den Inhalt bearbeiten.",
147
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "Personen, die Zugriff auf diesen Link haben, können den Inhalt bearbeiten.",
148
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "Freigabe-Link senden",
149
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable": "Dieser Inhalt ist für jeden Benutzer über den Link öffentlich verfügbar.",
150
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "Link-Einstellungen",
151
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "Freigabe-Link",
152
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "Link erstellen und kopieren",
153
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkUrlLabel": "URL des Freigabe-Links",
154
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.webLinkAccessLevelItem": "Lesezeichen",
155
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.workflowAccessLevelItem": "Workflow",
156
- "groupSharedFeatures.usm.unifiedShareFormModal.title": "‚{itemName}‘ freigeben",
157
- "groupSharedFeatures.usm.unifiedShareFormModal.uploaderRole": "Uploader",
158
- "groupSharedFeatures.usm.unifiedShareFormModal.viewerRole": "Betrachter",
159
- "groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "Betrachter/Upload-Berechtigter",
160
- "groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "Die Einstellungen des Freigabe-Links wurden erfolgreich gespeichert.",
161
- "groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "Benutzerdefinierte URLs müssen zwischen 12 und 30 Zeichen lang sein und können Buchstaben, Ziffern und Bindestriche enthalten",
162
- "groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Bitte geben Sie eine benutzerdefinierte URL ein",
163
- "groupSharedFeatures.usm.warningNoticeIcon": "Warnung"
164
- }
3
+ "groupSharedFeatures.usm.classificationStatus.restrictionsLabel": "Einschränkungen",
4
+ "groupSharedFeatures.usm.contactsLimitErrorMessage": "Hoppla! Die maximale Anzahl an Mitwirkenden, die gleichzeitig hinzugefügt werden kann, beträgt {maxContacts} Mitwirkende. Versuchen Sie es erneut, indem Sie Ihre Einladungen in Stapel aufteilen.",
5
+ "groupSharedFeatures.usm.createSharedLinkErrorNoticeText": "Ein Freigabe-Link kann nicht erstellt werden. Versuchen Sie es bitte später noch einmal.",
6
+ "groupSharedFeatures.usm.createSharedLinkSuccessNoticeText": "Freigabe-Link erstellt",
7
+ "groupSharedFeatures.usm.defaultErrorNoticeText": "Es ist ein Fehler aufgetreten. Versuchen Sie es bitte später noch einmal.",
8
+ "groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText": "Der Freigabe-Link kann nicht entfernt werden. Versuchen Sie es bitte später noch einmal.",
9
+ "groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText": "Der Freigabe-Link für „{itemName}“ wurde erfolgreich entfernt.",
10
+ "groupSharedFeatures.usm.emailRequiredErrorMessage": "Geben Sie mindestens eine gültige E-Mail-Adresse ein.",
11
+ "groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "Der Freigabe-Link für „{itemName}“ wurde gesendet.",
12
+ "groupSharedFeatures.usm.errorNoticeIcon": "Fehler",
13
+ "groupSharedFeatures.usm.expirationFutureDateErrorMessage": "Das Ablaufdatum muss in der Zukunft liegen",
14
+ "groupSharedFeatures.usm.expirationRequiredErrorMessage": "Wählen Sie bitte ein Datum aus",
15
+ "groupSharedFeatures.usm.invalidEmailErrorMessage": "Ungültige E-Mail-Adresse",
16
+ "groupSharedFeatures.usm.justificationRequiredErrorNotice": "Bitte wählen Sie eine Begründung aus oder entfernen Sie {count,plural,one{{count} eingeschränkten Benutzer} other{{count} eingeschränkte Benutzer}}, um fortzufahren.",
17
+ "groupSharedFeatures.usm.noticeCloseLabel": "Schließen",
18
+ "groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "Ihr Kennwort darf kein Leerzeichen, „<“ oder „>“ enthalten",
19
+ "groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "Ihr Kennwort sollte mindestens einen Großbuchstaben, eine Zahl oder ein Sonderzeichen enthalten.",
20
+ "groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "Das Kennwort sollte mindestens 8 Zeichen enthalten",
21
+ "groupSharedFeatures.usm.passwordRequiredErrorMessage": "Bitte geben Sie ein Kennwort ein",
22
+ "groupSharedFeatures.usm.removeCollaboratorErrorNoticeText": "Der Mitwirkende kann nicht entfernt werden. Versuchen Sie es bitte später noch einmal.",
23
+ "groupSharedFeatures.usm.removeCollaboratorModal.bodyText": "Möchten Sie {name} wirklich als Mitwirkenden entfernen?",
24
+ "groupSharedFeatures.usm.removeCollaboratorModal.cancelButton": "Abbrechen",
25
+ "groupSharedFeatures.usm.removeCollaboratorModal.closeButton": "Schließen",
26
+ "groupSharedFeatures.usm.removeCollaboratorModal.loadingLabel": "Laden",
27
+ "groupSharedFeatures.usm.removeCollaboratorModal.okayButton": "OK",
28
+ "groupSharedFeatures.usm.removeCollaboratorModal.title": "Mitwirkenden entfernen",
29
+ "groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText": "Der Mitwirkende wurde erfolgreich entfernt.",
30
+ "groupSharedFeatures.usm.removeSharedLinkModal.bodyText": "Dadurch wird der freigegebene Link endgültig entfernt. Wenn dieses Element auf anderen Websites eingebettet ist, wird es ebenfalls unzugänglich. Alle benutzerdefinierten Eigenschaften, Einstellungen und Ablaufzeiten werden ebenfalls entfernt. Möchten Sie fortfahren?",
31
+ "groupSharedFeatures.usm.removeSharedLinkModal.cancelButton": "Abbrechen",
32
+ "groupSharedFeatures.usm.removeSharedLinkModal.closeButton": "Schließen",
33
+ "groupSharedFeatures.usm.removeSharedLinkModal.loadingLabel": "Laden",
34
+ "groupSharedFeatures.usm.removeSharedLinkModal.okayButton": "OK",
35
+ "groupSharedFeatures.usm.removeSharedLinkModal.title": "Freigabe-Link entfernen",
36
+ "groupSharedFeatures.usm.restrictedContactsErrorNotice": "Bitte entfernen Sie {count,plural,one{{count} eingeschränkten Benutzer} other{{count} eingeschränkte Benutzer}}, um fortzufahren.",
37
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.cancelButton": "Abbrechen",
38
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.closeButton": "Schließen",
39
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithClassification": "Der Download der Inhalte wurde aufgrund der Klassifizierung deaktiviert.",
40
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithoutClassification": "Der Download nicht klassifizierter Inhalte wurde deaktiviert.",
41
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByMaliciousContent": "Das Herunterladen dieses Inhalts wurde aufgrund einer Sicherheitsrichtlinie deaktiviert.",
42
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkLabel": "Direktverknüpfung",
43
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText": "Benutzern mit dem Freigabe-Link das Herunterladen dieses Elements gestatten",
44
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.hidePasswordAriaLabel": "Kennwort verbergen",
45
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.inaccessibleSettingsNotice": "Bestimmte Einstellungen sind für dieses Element möglicherweise aufgrund Ihrer Berechtigungen nicht verfügbar.",
46
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.learnSharedLinkSettingsLink": "Erfahren Sie mehr über die Einstellungen für Freigabe-Links.",
47
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel": "Wählen Sie das Ablaufdatum des Freigabe-Links auswählen",
48
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationClearDatePickerAriaLabel": "Datumsauswahl löschen",
49
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationDatePickerLabel": "Datum wählen",
50
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationNextMonthAriaLabel": "Zum nächsten Monat wechseln",
51
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationOpenCalendarDropdownAriaLabel": "Kalender öffnen",
52
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationPreviousMonthAriaLabel": "Zum vorherigen Monat wechseln",
53
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationToggleText": "Ablaufdatum des Links",
54
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.loadingLabel": "Laden",
55
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.passwordInputPlaceholder": "Kennwort eingeben",
56
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.passwordToggleText": "Kennwortschutz",
57
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText": "Ihr Kennwort sollte mindestens 8 Zeichen sowie mindestens einen Großbuchstaben, eine Zahl oder ein Sonderzeichen enthalten.",
58
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.saveButton": "Speichern",
59
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.showPasswordAriaLabel": "Kennwort anzeigen",
60
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.subtitleCollaborators": "Dieser Inhalt ist für eingeladene Mitwirkende mit dem Link verfügbar. {learnSharedLinkSettingsLink}",
61
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.subtitleCompanyDownload": "Dieser Inhalt ist für alle in Ihrem Unternehmen mit dem Link verfügbar und kann angezeigt oder heruntergeladen werden. {learnSharedLinkSettingsLink}",
62
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.subtitleCompanyView": "Dieser Inhalt ist für alle in Ihrem Unternehmen mit dem Link verfügbar und kann angezeigt werden. {learnSharedLinkSettingsLink}",
63
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.subtitleOpenDownload": "Dieser Inhalt ist für jeden Benutzer mit dem Link öffentlich verfügbar und kann angezeigt oder heruntergeladen werden. {learnSharedLinkSettingsLink}",
64
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.subtitleOpenView": "Dieser Inhalt ist für jeden Benutzer mit dem Link öffentlich verfügbar und kann angezeigt werden. {learnSharedLinkSettingsLink}",
65
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.title": "Einstellungen für Freigabe-Links",
66
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityDomainSettingsWarningText": "Benutzerdefinierte URLs sollten nicht verwendet werden, wenn sensible Inhalte freigegeben werden.",
67
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputLabel": "Individuelle Eingabe",
68
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputPlaceholder": "Geben Sie einen benutzerdefinierten Pfad ein (12 oder mehr Zeichen)",
69
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameToggleText": "Mit einer benutzerdefinierten und offen zugänglichen URL können Inhalte auf breiter Basis veröffentlicht werden.",
70
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.warningNoticeIconAriaLabel": "Warnung",
71
+ "groupSharedFeatures.usm.successNoticeIcon": "Erfolgreich",
72
+ "groupSharedFeatures.usm.unifiedShareFormModal.closeButton": "Schließen",
73
+ "groupSharedFeatures.usm.unifiedShareFormModal.coOwnerRole": "Miteigentümer",
74
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.businessJustification": "Geschäftsbegründung",
75
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.cancelButton": "Abbrechen",
76
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.clearButton": "Löschen",
77
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.closeButton": "Schließen",
78
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.coOwnerDescription": "Sicherheit verwalten, hochladen, herunterladen, in der Vorschau anzeigen, freigeben, bearbeiten und löschen",
79
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionInformationBarrierNotice": "{count,plural,one{{count} Einladung kann} other{{count} Einladungen können}} aufgrund einer Sicherheitsrichtlinie nicht gesendet werden. {removeLink}",
80
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionNotice": "{count,plural,one{{count} Einladung kann} other{{count} Einladungen können}} nicht gesendet werden, da die externe Zusammenarbeit aufgrund der angewendeten Sicherheitsrichtlinie eingeschränkt ist. {removeLink}",
81
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel": "Zum Fortfahren entfernen",
82
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators": "Dieser Content wird für externe Mitwirkende freigegeben.",
83
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription": "Hochladen, herunterladen, in Vorschau anzeigen, freigeben und bearbeiten",
84
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Hochladen, herunterladen, in der Vorschau anzeigen, freigeben, bearbeiten und löschen",
85
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "Freigabe-Link versenden",
86
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.errorNoticeIconAriaLabel": "Fehler",
87
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel": "Als {role} einladen",
88
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip": "Sie sind nicht berechtigt, Mitarbeiter einzuladen",
89
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel": "Personen einladen",
90
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder": "Namen oder E-Mail-Adressen hinzufügen",
91
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip": "Mitwirkende können nicht zu Lesezeichen hinzugefügt werden",
92
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justifiableContactRestrictionNotice": "Diese Inhalte erfordern eine geschäftliche Begründung für {count,plural,one{{count} Einladung} other{{count} Einladungen}}. Bitte wählen Sie unten eine geschäftliche Begründung aus {justificationSelect} {removeLink}",
93
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justifiableContactRestrictionRemoveButtonLabel": "Alternativ können Sie sie zum Fortfahren auch entfernen",
94
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.justificationSelectPlaceholder": "Begründung auswählen",
95
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingJustificationReasonsLabel": "Begründung wird geladen",
96
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel": "Laden",
97
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerUploaderDescription": "Hochladen und Vorschau",
98
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.sendButton": "Senden",
99
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.shareMessageCharacterCountAriaLabel": "{count} Zeichen verbleiben",
100
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.shareMessageLabel": "Nachricht (optional)",
101
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.shareMessagePlaceholder": "Nachricht hinzufügen",
102
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.sharedWithLabel": "Geteilt mit",
103
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.uploaderDescription": "Nur hochladen",
104
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.viewerDescription": "Herunterladen, in der Vorschau anzeigen und freigeben",
105
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.viewerUploaderDescription": "Hochladen, herunterladen, in Vorschau anzeigen, freigeben und bearbeiten",
106
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaboratorList.closeButton": "Schließen",
107
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaboratorList.doneButton": "Fertig",
108
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaboratorList.expiresBadge": "Zugriff läuft am {date} ab",
109
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaboratorList.listLabel": "Mitarbeiter",
110
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaboratorList.manageAllLink": "Alle verwalten",
111
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaboratorList.pendingRole": "Ausstehend",
112
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaboratorList.removeButton": "Entfernen",
113
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaboratorList.roleColumn": "Rolle",
114
+ "groupSharedFeatures.usm.unifiedShareFormModal.editorRole": "Bearbeiter",
115
+ "groupSharedFeatures.usm.unifiedShareFormModal.loadingLabel": "Laden",
116
+ "groupSharedFeatures.usm.unifiedShareFormModal.ownerRole": "Eigentümer",
117
+ "groupSharedFeatures.usm.unifiedShareFormModal.previewerRole": "Preview-Berechtigter",
118
+ "groupSharedFeatures.usm.unifiedShareFormModal.previewerUploaderRole": "Vorschau-/Upload-Berechtigter",
119
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText": "Der Freigabe-Link wurde in die Zwischenablage kopiert.",
120
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Freigabe-Link generiert. Klicken Sie auf Kopieren, um den Freigabe-Link zu kopieren.",
121
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "Der Freigabe-Link wurde generiert und in die Zwischenablage kopiert.",
122
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Anzeige und Download erlaubt",
123
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip": "Diese Berechtigung kann nur in Box Notes geändert werden",
124
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Bearbeiten erlaubt",
125
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Nur Anzeige erlaubt",
126
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.closeButton": "Schließen",
127
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "Nur eingeladene Personen können auf diese(n) {item} zugreifen",
128
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "Nur eingeladene Personen",
129
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "Alle in Ihrem Unternehmen mit dem Link oder Personen, die zu diesem/dieser {item} eingeladen wurden, können darauf zugreifen",
130
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelLabel": "Personen in Ihrem Unternehmen",
131
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.createLinkDisabledTooltip": "Sie sind nicht berechtigt, den Link zu erstellen",
132
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.disabledAccessLevelTooltip": "Diese Option ist aufgrund einer Sicherheitsrichtlinie nicht verfügbar",
133
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelDescription": "Alle bei {enterprise} mit dem Link oder Personen, die zu diesem/dieser {item} eingeladen wurden, können darauf zugreifen",
134
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelLabel": "Personen im Unternehmen {enterprise}",
135
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconLabel": "Ablaufdatum",
136
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconTooltip": "Dieser Link läuft ab und ist auf {expirationDate} nicht mehr zugänglich",
137
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.fileAccessLevelItem": "Datei",
138
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.folderAccessLevelItem": "Ordner",
139
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem": "Hub",
140
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription": "Öffentlich zugänglich und keine Anmeldung erforderlich",
141
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "Personen mit diesem Link",
142
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "Sie sind nicht berechtigt, den Link zu entfernen",
143
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "Link freigeben",
144
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable": "Für alle Personen öffentlich zum Anzeigen und Herunterladen verfügbar. Alle angemeldeten Benutzer mit dem Link können den Inhalt bearbeiten.",
145
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "Personen, die Zugriff auf diesen Link haben, können den Inhalt bearbeiten.",
146
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "Freigabe-Link senden",
147
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable": "Dieser Inhalt ist für jeden Benutzer über den Link öffentlich verfügbar.",
148
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "Link-Einstellungen",
149
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "Freigabe-Link",
150
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "Link erstellen und kopieren",
151
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkUrlLabel": "URL des Freigabe-Links",
152
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.webLinkAccessLevelItem": "Lesezeichen",
153
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.workflowAccessLevelItem": "Workflow",
154
+ "groupSharedFeatures.usm.unifiedShareFormModal.title": "‚{itemName}‘ freigeben",
155
+ "groupSharedFeatures.usm.unifiedShareFormModal.viewerRole": "Betrachter",
156
+ "groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "Betrachter/Upload-Berechtigter",
157
+ "groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "Ihre Einstellungen wurden erfolgreich gespeichert.",
158
+ "groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "Benutzerdefinierte URLs sollten 12 bis 30 Zeichen lang sein und können Buchstaben, Ziffern und Bindestriche enthalten.",
159
+ "groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Bitte geben Sie eine benutzerdefinierte URL ein",
160
+ "groupSharedFeatures.usm.warningNoticeIcon": "Warnung"
161
+ };