passbolt-styleguide 3.6.2 → 3.7.0-alpha1
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/README.md +9 -6
- package/build/css/help.min.css +3 -7
- package/build/css/public.min.css +3 -16
- package/build/css/themes/default/api_authentication.min.css +3 -3
- package/build/css/themes/default/api_cloud.min.css +3 -3
- package/build/css/themes/default/api_main.min.css +3 -12
- package/build/css/themes/default/api_reports.min.css +3 -12
- package/build/css/themes/default/api_webinstaller.min.css +3 -12
- package/build/css/themes/default/ext_app.min.css +3 -12
- package/build/css/themes/default/ext_authentication.min.css +3 -3
- package/build/css/themes/default/ext_external.min.css +2 -2
- package/build/css/themes/default/ext_in_form_cta.min.css +3 -3
- package/build/css/themes/default/ext_in_form_menu.min.css +3 -3
- package/build/css/themes/default/ext_quickaccess.min.css +3 -3
- package/build/css/themes/midgar/api_authentication.min.css +3 -3
- package/build/css/themes/midgar/api_main.min.css +3 -12
- package/build/css/themes/midgar/api_reports.min.css +3 -12
- package/build/css/themes/midgar/ext_app.min.css +3 -12
- package/build/css/themes/midgar/ext_authentication.min.css +3 -3
- package/build/css/themes/midgar/ext_in_form_cta.min.css +3 -3
- package/build/css/themes/midgar/ext_in_form_menu.min.css +3 -3
- package/build/css/themes/midgar/ext_quickaccess.min.css +3 -3
- package/build/js/dist/api-account-recovery.js +1 -1
- package/build/js/dist/api-app.js +1 -1
- package/build/js/dist/api-app.js.LICENSE.txt +25 -1
- package/build/js/dist/api-recover.js +1 -1
- package/build/js/dist/api-setup.js +1 -1
- package/build/js/dist/api-triage.js +1 -1
- package/build/js/dist/api-vendors.js +1 -1
- package/build/js/dist/api-vendors.js.LICENSE.txt +43 -7
- package/i18next-parser.config.js +22 -0
- package/package.json +8 -5
- package/src/img/og/og_image.png +0 -0
- package/src/locales/de-DE/common.json +308 -173
- package/src/locales/en-UK/common.json +155 -175
- package/src/locales/es-ES/common.json +955 -0
- package/src/locales/fr-FR/common.json +308 -174
- package/src/locales/ja-JP/common.json +292 -172
- package/src/locales/lt-LT/common.json +985 -0
- package/src/locales/nl-NL/common.json +329 -194
- package/src/locales/pl-PL/common.json +337 -172
- package/src/locales/sv-SE/common.json +307 -172
- package/src/public-website-sign-in/PublicWebsiteSignInBootstrap.js +25 -0
- package/src/public-website-sign-in/lib/SignIn/SignInManager.js +85 -0
- package/src/public-website-sign-in/lib/SignIn/SignInManager.test.data.js +45 -0
- package/src/public-website-sign-in/lib/SignIn/SignInManager.test.js +59 -0
- package/src/public-website-sign-in/lib/SignIn/SignInManager.test.page.js +67 -0
- package/src/react-extension/ExtBootstrapAccountRecovery.js +17 -0
- package/src/react-extension/ExtBootstrapApp.js +17 -0
- package/src/react-extension/ExtBootstrapLogin.js +17 -0
- package/src/react-extension/ExtBootstrapRecover.js +17 -0
- package/src/react-extension/ExtBootstrapSetup.js +17 -0
- package/src/react-extension/components/AccountRecovery/AccountRecoveryInviteUserSettingPreferenceDialog/AccountRecoveryInviteUserSettingPreferenceDialog.test.stories.js +1 -1
- package/src/react-extension/components/AccountRecovery/HandleAccountRecoveryUserSettingsRoute/HandleAccountRecoveryUserSettingsRoute.js +1 -9
- package/src/react-extension/components/AccountRecovery/HandleReviewAccountRecoveryRequestWorkflow/HandleReviewAccountRecoveryRequestWorkflow.js +1 -9
- package/src/react-extension/components/AccountRecovery/ManageAccountRecoveryUserSettings/ManageAccountRecoveryUserSettings.js +1 -1
- package/src/react-extension/components/AccountRecovery/ManageAccountRecoveryUserSettings/ManageAccountRecoveryUserSettings.test.stories.js +1 -1
- package/src/react-extension/components/AccountRecovery/ReviewAccountRecoveryRequest/ReviewAccountRecoveryRequest.js +1 -1
- package/src/react-extension/components/AccountRecovery/ReviewAccountRecoveryRequest/ReviewAccountRecoveryRequest.test.stories.js +1 -1
- package/src/react-extension/components/Administration/ConfirmSaveAccountRecoverySettings/ConfirmSaveAccountRecoverySettings.js +6 -3
- package/src/react-extension/components/Administration/ConfirmSaveAccountRecoverySettings/ConfirmSaveAccountRecoverySettings.test.data.js +10 -7
- package/src/react-extension/components/Administration/ConfirmSaveAccountRecoverySettings/ConfirmSaveAccountRecoverySettings.test.stories.js +1 -1
- package/src/react-extension/components/Administration/DisplayAdministrationMenu/DisplayAdministrationMenu.js +2 -15
- package/src/react-extension/components/Administration/DisplayAdministrationWorkspaceActions/DisplayAdministrationAccountRecoveryAction/DisplayAdministrationAccountRecoveryActions.js +2 -12
- package/src/react-extension/components/Administration/DisplayAdministrationWorkspaceActions/DisplayAdministrationWorkspaceActions.js +2 -11
- package/src/react-extension/components/Administration/DisplayAdministrationWorkspaceBreadcrumb/DisplayAdministrationWorkspaceBreadcrumb.js +1 -1
- package/src/react-extension/components/Administration/DisplayAdministrationWorkspaceBreadcrumb/DisplayAdministrationWorkspaceBreadcrumb.test.js +1 -1
- package/src/react-extension/components/Administration/DisplayEmailNotificationsAdministration/DisplayEmailNotificationsAdministration.js +1 -9
- package/src/react-extension/components/Administration/DisplayEmailNotificationsAdministration/DisplayEmailNotificationsAdministration.test.stories.js +1 -1
- package/src/react-extension/components/Administration/DisplayInternationalizationAdministration/DisplayInternationalizationAdministration.js +1 -9
- package/src/react-extension/components/Administration/DisplayInternationalizationAdministration/DisplayInternationalizationAdministration.test.page.js +1 -1
- package/src/react-extension/components/Administration/DisplayInternationalizationAdministration/DisplayInternationalizationAdministration.test.stories.js +12 -6
- package/src/react-extension/components/Administration/DisplayLoadingDialog/DisplayLoadingDialog.js +2 -11
- package/src/react-extension/components/Administration/DisplayMfaAdministration/DisplayMfaAdministration.js +6 -6
- package/src/react-extension/components/Administration/DisplayMfaAdministration/DisplayMfaAdministration.test.stories.js +1 -1
- package/src/react-extension/components/Administration/DisplaySimulateSynchronizeUserDirectoryAdministration/DisplaySimulateSynchronizeUserDirectoryAdministration.js +25 -1
- package/src/react-extension/components/Administration/DisplaySimulateSynchronizeUserDirectoryAdministration/DisplaySimulateSynchronizeUserDirectoryAdministration.test.js +1 -1
- package/src/react-extension/components/Administration/DisplaySimulateSynchronizeUserDirectoryAdministration/DisplaySimulateSynchronizeUserDirectoryAdministration.test.stories.js +1 -1
- package/src/react-extension/components/Administration/DisplaySubscriptionKey/DisplaySubscriptionKey.test.stories.js +1 -1
- package/src/react-extension/components/Administration/DisplaySynchronizeUserDirectoryAdministration/DisplaySynchronizeUserDirectoryAdministration.js +25 -1
- package/src/react-extension/components/Administration/DisplaySynchronizeUserDirectoryAdministration/DisplaySynchronizeUserDirectoryAdministration.test.js +1 -1
- package/src/react-extension/components/Administration/DisplaySynchronizeUserDirectoryAdministration/DisplaySynchronizeUserDirectoryAdministration.test.stories.js +1 -1
- package/src/react-extension/components/Administration/DisplayTestUserDirectoryAdministration/DisplayTestUserDirectoryAdministration.js +12 -2
- package/src/react-extension/components/Administration/DisplayTestUserDirectoryAdministration/DisplayTestUserDirectoryAdministration.test.js +1 -1
- package/src/react-extension/components/Administration/DisplayTestUserDirectoryAdministration/DisplayTestUserDirectoryAdministration.test.stories.js +1 -1
- package/src/react-extension/components/Administration/DisplayUserDirectoryAdministration/DisplayUserDirectoryAdministration.js +24 -24
- package/src/react-extension/components/Administration/DisplayUserDirectoryAdministration/DisplayUserDirectoryAdministration.test.stories.js +1 -1
- package/src/react-extension/components/Administration/EditSubscriptionKey/EditSubscriptionKey.js +1 -1
- package/src/react-extension/components/Administration/EditSubscriptionKey/EditSubscriptionKey.test.stories.js +1 -1
- package/src/react-extension/components/Administration/ManageAccountRecoveryAdministrationSettings/ManageAccountRecoveryAdministrationSettings.js +6 -3
- package/src/react-extension/components/Administration/ManageAccountRecoveryAdministrationSettings/ManageAccountRecoveryAdministrationSettings.test.data.js +20 -5
- package/src/react-extension/components/Administration/ManageAccountRecoveryAdministrationSettings/ManageAccountRecoveryAdministrationSettings.test.stories.js +1 -1
- package/src/react-extension/components/Administration/ProvideAccountRecoveryOrganizationKey/ProvideAccountRecoveryOrganizationKey.js +1 -11
- package/src/react-extension/components/Administration/ProvideAccountRecoveryOrganizationKey/ProvideAccountRecoveryOrganizationKey.test.stories.js +1 -1
- package/src/react-extension/components/Administration/SelectAccountRecoveryOrganizationKey/DownloadOrganizationKey.js +1 -9
- package/src/react-extension/components/Administration/SelectAccountRecoveryOrganizationKey/DownloadOrganizationKey.test.stories.js +1 -1
- package/src/react-extension/components/Administration/SelectAccountRecoveryOrganizationKey/GenerateOrganizationKey.js +90 -46
- package/src/react-extension/components/Administration/SelectAccountRecoveryOrganizationKey/GenerateOrganizationKey.test.js +61 -17
- package/src/react-extension/components/Administration/SelectAccountRecoveryOrganizationKey/ImportOrganizationKey.js +1 -1
- package/src/react-extension/components/Administration/SelectAccountRecoveryOrganizationKey/SelectAccountRecoveryOrganizationKey.js +1 -9
- package/src/react-extension/components/Administration/SelectAccountRecoveryOrganizationKey/SelectAccountRecoveryOrganizationKey.test.page.js +14 -0
- package/src/react-extension/components/Administration/SelectAccountRecoveryOrganizationKey/SelectAccountRecoveryOrganizationKey.test.stories.js +1 -1
- package/src/react-extension/components/Announcement/AnnouncementWrapper/AnnouncementWrapper.js +3 -2
- package/src/react-extension/components/Announcement/HandleSubscriptionAnnouncement/DisplayExpiredSubscriptionAnnouncement.js +3 -3
- package/src/react-extension/components/Announcement/HandleSubscriptionAnnouncement/DisplayGoingToExpireSubscriptionAnnouncement.js +3 -2
- package/src/react-extension/components/Announcement/HandleSubscriptionAnnouncement/DisplayInvalidSubscriptionAnnouncement.js +3 -3
- package/src/react-extension/components/Authentication/AskForAuthenticationHelpCredentialLost/AskForAuthenticationHelpCredentialLost.js +2 -2
- package/src/react-extension/components/Authentication/AskForAuthenticationHelpCredentialLost/AskForAuthenticationHelpCredentialLost.test.stories.js +1 -1
- package/src/react-extension/components/Authentication/CheckAccountRecoveryEmail/CheckAccountRecoveryEmail.js +2 -2
- package/src/react-extension/components/Authentication/CheckAccountRecoveryEmail/CheckAccountRecoveryEmail.test.stories.js +1 -1
- package/src/react-extension/components/Authentication/CheckMailBox/CheckMailBox.js +2 -12
- package/src/react-extension/components/Authentication/CheckMailBox/CheckMailbox.test.stories.js +1 -1
- package/src/react-extension/components/Authentication/CheckPassphrase/CheckPassphrase.js +88 -41
- package/src/react-extension/components/Authentication/CheckPassphrase/CheckPassphrase.test.stories.js +1 -1
- package/src/react-extension/components/Authentication/ChooseAccountRecoveryPreference/ChooseAccountRecoveryPreference.js +2 -2
- package/src/react-extension/components/Authentication/ChooseAccountRecoveryPreference/ChooseAccountRecoveryPreference.test.stories.js +11 -1
- package/src/react-extension/components/Authentication/ChooseSecurityToken/ChooseSecurityToken.js +2 -2
- package/src/react-extension/components/Authentication/ChooseSecurityToken/ChooseSecurityToken.test.stories.js +1 -1
- package/src/react-extension/components/Authentication/CreateGpgKey/CreateGpgKey.js +24 -14
- package/src/react-extension/components/Authentication/CreateGpgKey/CreateGpgKey.test.js +2 -2
- package/src/react-extension/components/Authentication/CreateGpgKey/CreateGpgKey.test.stories.js +1 -1
- package/src/react-extension/components/Authentication/DisplayAlreadyLoggedInError/DisplayAlreadyLoggedInError.js +2 -2
- package/src/react-extension/components/Authentication/DisplayAlreadyLoggedInError/DisplayAlreadyLoggedInError.test.stories.js +1 -1
- package/src/react-extension/components/Authentication/DisplayBrowserNotSupported/DisplayBrowserNotSupported.js +2 -2
- package/src/react-extension/components/Authentication/DisplayBrowserNotSupported/DisplayBrowserNotSupported.test.stories.js +1 -1
- package/src/react-extension/components/Authentication/DisplayExpiredTokenError/DisplayExpiredTokenError.js +2 -2
- package/src/react-extension/components/Authentication/DisplayExpiredTokenError/DisplayExpiredTokenError.test.stories.js +1 -1
- package/src/react-extension/components/Authentication/DisplayRequireInvitationError/DisplayRequireInvitationError.js +2 -2
- package/src/react-extension/components/Authentication/DisplayRequireInvitationError/DisplayRequireInvitationError.test.stories.js +1 -1
- package/src/react-extension/components/Authentication/DisplayUnexpectedError/DisplayUnexpectedError.js +3 -3
- package/src/react-extension/components/Authentication/DisplayUnexpectedError/DisplayUnexpectedError.test.stories.js +1 -1
- package/src/react-extension/components/Authentication/DownloadRecoveryKit/DownloadRecoveryKit.js +2 -2
- package/src/react-extension/components/Authentication/DownloadRecoveryKit/DownloadRecoveryKit.test.stories.js +1 -1
- package/src/react-extension/components/Authentication/EnterNameForm/EnterNameForm.js +6 -6
- package/src/react-extension/components/Authentication/EnterNameForm/EnterNameForm.test.stories.js +1 -1
- package/src/react-extension/components/Authentication/EnterUsernameForm/EnterUsernameForm.js +1 -1
- package/src/react-extension/components/Authentication/EnterUsernameForm/EnterUsernameForm.test.stories.js +1 -1
- package/src/react-extension/components/Authentication/ImportGpgKey/ImportGpgKey.js +34 -7
- package/src/react-extension/components/Authentication/ImportGpgKey/ImportGpgKey.test.data.js +2 -1
- package/src/react-extension/components/Authentication/ImportGpgKey/ImportGpgKey.test.js +20 -1
- package/src/react-extension/components/Authentication/ImportGpgKey/ImportGpgKey.test.page.js +4 -0
- package/src/react-extension/components/Authentication/ImportGpgKey/ImportGpgKey.test.stories.js +1 -1
- package/src/react-extension/components/Authentication/InstallExtension/InstallExtension.js +2 -2
- package/src/react-extension/components/Authentication/InstallExtension/InstallExtension.test.stories.js +4 -1
- package/src/react-extension/components/Authentication/IntroduceExtension/IntroduceExtension.js +2 -2
- package/src/react-extension/components/Authentication/IntroduceExtension/IntroduceExtension.test.stories.js +1 -1
- package/src/react-extension/components/Authentication/NotifyExpiredSession/NotifyExpiredSession.js +1 -9
- package/src/react-extension/components/Authentication/NotifyExpiredSession/NotifyExpiredSession.test.stories.js +1 -1
- package/src/react-extension/components/Authentication/RequestAccountRecovery/RequestAccountRecovery.js +2 -2
- package/src/react-extension/components/Authentication/RequestAccountRecovery/RequestAccountRecovery.test.stories.js +6 -1
- package/src/react-extension/components/AuthenticationAccountRecovery/DisplayExpiredTokenError/DisplayExpiredTokenError.js +2 -2
- package/src/react-extension/components/AuthenticationAccountRecovery/DisplayExpiredTokenError/DisplayExpiredTokenError.test.stories.js +1 -1
- package/src/react-extension/components/AuthenticationAccountRecovery/DisplayRestartFromScratchError/DisplayRestartFromScratchError.js +2 -2
- package/src/react-extension/components/AuthenticationAccountRecovery/DisplayRestartFromScratchError/DisplayRestartFromScratchError.test.stories.js +1 -1
- package/src/react-extension/components/AuthenticationAccountRecovery/OrchestrateAccountRecovery/OrchestrateAccountRecovery.js +2 -2
- package/src/react-extension/components/AuthenticationLogin/AcceptLoginServerKeyChange/AcceptLoginServerKeyChange.js +2 -2
- package/src/react-extension/components/AuthenticationLogin/AcceptLoginServerKeyChange/AcceptLoginServerKeyChange.test.stories.js +1 -1
- package/src/react-extension/components/AuthenticationLogin/Login/Login.js +1 -9
- package/src/react-extension/components/AuthenticationLogin/Login/Login.test.stories.js +1 -1
- package/src/react-extension/components/AuthenticationLogin/OrchestrateLogin/OrchestrateLoginBoxFooter.js +2 -2
- package/src/react-extension/components/AuthenticationLogin/OrchestrateLogin/OrchestrateLoginBoxMain.js +2 -2
- package/src/react-extension/components/AuthenticationPassphrase/InputPassphrase/InputPassphrase.js +1 -1
- package/src/react-extension/components/AuthenticationPassphrase/InputPassphrase/InputPassphrase.test.stories.js +1 -1
- package/src/react-extension/components/AuthenticationRecover/RecoverAuthentication/RecoverAuthentication.js +3 -2
- package/src/react-extension/components/AuthenticationSetup/SetupAuthentication/SetupAuthentication.js +3 -3
- package/src/react-extension/components/Common/ActionFeedback/DisplayActionFeedbacks.test.stories.js +1 -1
- package/src/react-extension/components/Common/ActionFeedback/ShareActionFeedback.js +2 -2
- package/src/react-extension/components/Common/Autocomplete/Autocomplete.js +8 -2
- package/src/react-extension/components/Common/Avatar/UserAvatar.test.data.js +6 -4
- package/src/react-extension/components/Common/Avatar/UserAvatar.test.stories.js +3 -2
- package/src/react-extension/components/Common/Button/Button.test.stories.js +5 -5
- package/src/react-extension/components/Common/Checkbox/Checkbox.test.stories.js +1 -1
- package/src/react-extension/components/Common/ContextualMenu/ContextualMenu.test.stories.js +1 -1
- package/src/react-extension/components/Common/ContextualMenu/ContextualMenuWrapper.js +10 -8
- package/src/react-extension/components/Common/Dialog/DialogCloseButton/DialogCloseButton.js +2 -1
- package/src/react-extension/components/Common/Dialog/DialogWrapper/DialogFooter.test.stories.js +2 -2
- package/src/react-extension/components/Common/Dialog/DialogWrapper/DialogWrapper.js +2 -2
- package/src/react-extension/components/Common/Dialog/DialogWrapper/DialogWrapper.test.stories.js +1 -1
- package/src/react-extension/components/Common/DragInfo/DragInfo.test.stories.js +10 -8
- package/src/react-extension/components/Common/Error/NotifyError/NotifyError.js +3 -11
- package/src/react-extension/components/Common/Error/NotifyError/NotifyError.test.stories.js +6 -1
- package/src/react-extension/components/Common/Footer/Footer.js +3 -13
- package/src/react-extension/components/Common/Inputs/Autocomplete/Autocomplete.js +16 -7
- package/src/react-extension/components/Common/Inputs/Autocomplete/AutocompleteItemLoading.js +4 -0
- package/src/react-extension/components/Common/Inputs/FormSubmitButton/FormCancelButton.js +3 -12
- package/src/react-extension/components/Common/Inputs/FormSubmitButton/FormSubmitButton.js +2 -2
- package/src/react-extension/components/Common/Internationalisation/TranslationProvider.js +0 -1
- package/src/react-extension/components/Common/Link/Link.test.stories.js +1 -1
- package/src/react-extension/components/Common/Loading/LoadingBar/LoadingBar.test.stories.js +1 -1
- package/src/react-extension/components/Common/Loading/LoadingSpinner/LoadingSpinner.test.stories.js +1 -1
- package/src/react-extension/components/Common/Menu/DisplayMainMenu.js +2 -11
- package/src/react-extension/components/Common/Navigation/Search/SearchBar.js +7 -7
- package/src/react-extension/components/Common/Navigation/Search/SearchBar.test.stories.js +1 -1
- package/src/react-extension/components/Common/Progress/DisplayProgress/DisplayProgress.js +2 -11
- package/src/react-extension/components/Common/Progress/DisplayProgress/DisplayProgress.test.stories.js +1 -1
- package/src/react-extension/components/Common/RadioButton/RadioButton.test.stories.js +1 -1
- package/src/react-extension/components/Common/Select/Select.js +44 -12
- package/src/react-extension/components/Common/Select/Select.test.stories.js +1 -1
- package/src/react-extension/components/Common/Text/Text.test.stories.js +1 -1
- package/src/react-extension/components/Common/TextField/TextField.test.stories.js +1 -1
- package/src/react-extension/components/Common/Toggle/Toggle.test.stories.js +1 -1
- package/src/react-extension/components/Common/Tooltip/Tooltip.test.stories.js +2 -2
- package/src/react-extension/components/Internationalisation/ChangeLocale/ChangeLocale.test.page.js +1 -1
- package/src/react-extension/components/Resource/CreateResource/CreateResource.js +9 -9
- package/src/react-extension/components/Resource/CreateResource/CreateResource.test.stories.js +1 -1
- package/src/react-extension/components/Resource/DeleteResource/DeleteResource.js +3 -3
- package/src/react-extension/components/Resource/DeleteResource/DeleteResource.test.page.js +1 -1
- package/src/react-extension/components/Resource/DeleteResource/DeleteResource.test.stories.js +1 -1
- package/src/react-extension/components/Resource/DisplayResourcesList/DisplayResourcesList.js +4 -4
- package/src/react-extension/components/Resource/DisplayResourcesList/DisplayResourcesList.test.stories.js +1 -1
- package/src/react-extension/components/Resource/DisplayResourcesWorkspace/DisplayResourcesWorkspace.js +1 -9
- package/src/react-extension/components/Resource/DisplayResourcesWorkspace/DisplayResourcesWorkspaceMainMenu.js +8 -17
- package/src/react-extension/components/Resource/DisplayResourcesWorkspace/DisplayResourcesWorkspaceMainMenu.test.js +2 -2
- package/src/react-extension/components/Resource/DisplayResourcesWorkspace/DisplayResourcesWorkspaceMainMenu.test.stories.js +1 -1
- package/src/react-extension/components/Resource/DisplayResourcesWorkspace/DisplayResourcesWorkspaceMenu.js +6 -6
- package/src/react-extension/components/Resource/DisplayResourcesWorkspace/DisplayResourcesWorkspaceMenu.test.stories.js +1 -1
- package/src/react-extension/components/Resource/EditResource/EditResource.js +8 -8
- package/src/react-extension/components/Resource/EditResource/EditResource.test.stories.js +1 -1
- package/src/react-extension/components/Resource/ExportResources/ExportResources.js +9 -10
- package/src/react-extension/components/Resource/ExportResources/ExportResources.test.stories.js +1 -1
- package/src/react-extension/components/Resource/ExportResources/ExportResourcesCredentials.js +1 -1
- package/src/react-extension/components/Resource/ExportResources/ExportResourcesCredentials.test.stories.js +1 -1
- package/src/react-extension/components/Resource/FilterResourcesByBreadcrumb/FilterResourcesByBreadcrumb.test.stories.js +1 -1
- package/src/react-extension/components/Resource/FilterResourcesByFolders/FilterResourcesByFolders.js +2 -11
- package/src/react-extension/components/Resource/FilterResourcesByFolders/FilterResourcesByFolders.test.stories.js +1 -1
- package/src/react-extension/components/Resource/FilterResourcesByFolders/FilterResourcesByFoldersItemContextualMenu.js +2 -11
- package/src/react-extension/components/Resource/FilterResourcesByFolders/FilterResourcesByRootFolderContextualMenu.js +2 -11
- package/src/react-extension/components/Resource/FilterResourcesByGroups/FilterResourcesByGroups.js +2 -11
- package/src/react-extension/components/Resource/FilterResourcesByGroups/FilterResourcesByGroups.test.stories.js +1 -1
- package/src/react-extension/components/Resource/FilterResourcesByShortcuts/FilterResourcesByShortcuts.js +4 -13
- package/src/react-extension/components/Resource/FilterResourcesByShortcuts/FilterResourcesByShortcuts.test.js +1 -1
- package/src/react-extension/components/Resource/FilterResourcesByShortcuts/FilterResourcesByShortcuts.test.stories.js +1 -1
- package/src/react-extension/components/Resource/FilterResourcesByTags/FilterResourcesByTags.test.js +1 -1
- package/src/react-extension/components/Resource/FilterResourcesByTags/FilterResourcesByTags.test.stories.js +1 -1
- package/src/react-extension/components/Resource/FilterResourcesByTags/FilterResourcesByTagsContextualMenu.js +2 -11
- package/src/react-extension/components/Resource/FilterResourcesByTags/FilterResourcesByTagsList.js +2 -11
- package/src/react-extension/components/Resource/FilterResourcesByTags/FilterResourcesByTagsListContextualMenu.js +3 -12
- package/src/react-extension/components/Resource/FilterResourcesByText/FilterResourcesByText.test.stories.js +1 -1
- package/src/react-extension/components/Resource/ImportResources/ImportResources.test.stories.js +1 -1
- package/src/react-extension/components/Resource/ImportResources/ImportResourcesKeyUnlock.js +1 -1
- package/src/react-extension/components/Resource/ImportResources/ImportResourcesKeyUnlock.test.stories.js +1 -1
- package/src/react-extension/components/Resource/ImportResources/ImportResourcesResult.test.stories.js +1 -1
- package/src/react-extension/components/ResourceComment/AddResourceComment/AddResourceComment.test.stories.js +5 -3
- package/src/react-extension/components/ResourceComment/ConfirmResourceCommentDeletion/ConfirmResourceCommentDeletion.js +1 -1
- package/src/react-extension/components/ResourceComment/ConfirmResourceCommentDeletion/ConfirmResourceCommentDeletion.test.stories.js +1 -1
- package/src/react-extension/components/ResourceComment/DeleteResourceComment/DeleteComment.js +2 -1
- package/src/react-extension/components/ResourceComment/DisplayResourceCommentList/DisplayResourceCommentList.js +1 -9
- package/src/react-extension/components/ResourceComment/DisplayResourceCommentList/DisplayResourceCommentList.test.stories.js +5 -3
- package/src/react-extension/components/ResourceDescription/EditResourceDescription/EditResourceDescription.js +2 -2
- package/src/react-extension/components/ResourceDescription/EditResourceDescription/EditResourceDescription.test.stories.js +5 -3
- package/src/react-extension/components/ResourceDetails/DisplayResourceDetails/DisplayResourceDetails.js +3 -3
- package/src/react-extension/components/ResourceDetails/DisplayResourceDetails/DisplayResourceDetailsActivity.test.stories.js +2 -2
- package/src/react-extension/components/ResourceDetails/DisplayResourceDetails/DisplayResourceDetailsComment.js +2 -11
- package/src/react-extension/components/ResourceDetails/DisplayResourceDetails/DisplayResourceDetailsDescription.js +2 -10
- package/src/react-extension/components/ResourceDetails/DisplayResourceDetails/DisplayResourceDetailsDescription.test.stories.js +1 -1
- package/src/react-extension/components/ResourceDetails/DisplayResourceDetails/DisplayResourceDetailsInformation.js +1 -1
- package/src/react-extension/components/ResourceDetails/DisplayResourceDetails/DisplayResourceDetailsInformation.test.data.js +1 -1
- package/src/react-extension/components/ResourceDetails/DisplayResourceDetails/DisplayResourceDetailsPermission.js +2 -10
- package/src/react-extension/components/ResourceDetails/DisplayResourceDetails/DisplayResourceDetailsTag.js +3 -12
- package/src/react-extension/components/ResourceDetails/DisplayResourceDetails/DisplayResourceDetailsTag.test.stories.js +1 -1
- package/src/react-extension/components/ResourceFolder/CreateResourceFolder/CreateResourceFolder.js +1 -1
- package/src/react-extension/components/ResourceFolder/CreateResourceFolder/CreateResourceFolder.test.stories.js +1 -1
- package/src/react-extension/components/ResourceFolder/DefineResourceFolderMoveStrategy/DefineResourceFolderMoveStrategy.test.stories.js +1 -1
- package/src/react-extension/components/ResourceFolder/DeleteResourceFolder/DeleteResourceFolder.js +1 -1
- package/src/react-extension/components/ResourceFolder/DeleteResourceFolder/DeleteResourceFolder.test.stories.js +1 -1
- package/src/react-extension/components/ResourceFolder/RenameResourceFolder/RenameResourceFolder.js +1 -1
- package/src/react-extension/components/ResourceFolder/RenameResourceFolder/RenameResourceFolder.test.stories.js +1 -1
- package/src/react-extension/components/ResourceFolderDetails/DisplayResourceFolderDetails/DisplayResourceFolderDetails.js +1 -1
- package/src/react-extension/components/ResourceFolderDetails/DisplayResourceFolderDetails/DisplayResourceFolderDetailsActivity.test.stories.js +1 -1
- package/src/react-extension/components/ResourceFolderDetails/DisplayResourceFolderDetails/DisplayResourceFolderDetailsInformation.js +1 -9
- package/src/react-extension/components/ResourceFolderDetails/DisplayResourceFolderDetails/DisplayResourceFolderDetailsInformation.test.stories.js +1 -1
- package/src/react-extension/components/ResourceFolderDetails/DisplayResourceFolderDetails/DisplayResourceFolderDetailsPermissions.test.stories.js +1 -1
- package/src/react-extension/components/ResourcePassword/GenerateResourcePassword/ConfigurePassphraseGenerator.js +10 -7
- package/src/react-extension/components/ResourcePassword/GenerateResourcePassword/ConfigurePassphraseGenerator.test.stories.js +1 -1
- package/src/react-extension/components/ResourcePassword/GenerateResourcePassword/ConfigurePasswordGenerator.js +12 -9
- package/src/react-extension/components/ResourcePassword/GenerateResourcePassword/ConfigurePasswordGenerator.test.stories.js +1 -1
- package/src/react-extension/components/ResourcePassword/GenerateResourcePassword/GenerateResourcePassword.js +10 -7
- package/src/react-extension/components/ResourcePassword/GenerateResourcePassword/GenerateResourcePassword.test.stories.js +1 -1
- package/src/react-extension/components/ResourceTag/DeleteResourceTag/DeleteResourceTag.js +2 -2
- package/src/react-extension/components/ResourceTag/DeleteResourceTag/DeleteResourceTag.test.stories.js +1 -1
- package/src/react-extension/components/ResourceTag/EditResourceTag/EditResourceTag.js +1 -1
- package/src/react-extension/components/ResourceTag/EditResourceTag/EditResourceTag.test.stories.js +1 -1
- package/src/react-extension/components/ResourceTag/EditResourceTags/EditResourceTags.js +2 -2
- package/src/react-extension/components/ResourceTag/EditResourceTags/EditResourceTagsItemViewer.js +2 -11
- package/src/react-extension/components/Share/ShareDialog.js +124 -22
- package/src/react-extension/components/Share/ShareDialog.test.data.js +25 -1
- package/src/react-extension/components/Share/ShareDialog.test.js +87 -36
- package/src/react-extension/components/Share/ShareDialog.test.page.js +1 -1
- package/src/react-extension/components/Share/ShareDialog.test.stories.js +1 -1
- package/src/react-extension/components/Share/SharePermissionDeleteButton.js +2 -1
- package/src/react-extension/components/Share/SharePermissionItem.js +56 -0
- package/src/react-extension/components/Share/ShareVariesDetails.js +2 -11
- package/src/react-extension/components/User/ConfirmDisableUserMFA/ConfirmDisableUserMFA.js +1 -1
- package/src/react-extension/components/User/ConfirmDisableUserMFA/ConfirmDisableUserMFA.test.stories.js +1 -1
- package/src/react-extension/components/User/CreateUser/CreateUser.js +9 -9
- package/src/react-extension/components/User/CreateUser/CreateUser.test.stories.js +1 -1
- package/src/react-extension/components/User/DeleteUser/DeleteUser.js +1 -1
- package/src/react-extension/components/User/DeleteUser/DeleteUser.test.stories.js +1 -1
- package/src/react-extension/components/User/DeleteUser/DeleteUserWithConflicts.js +3 -3
- package/src/react-extension/components/User/DeleteUser/DeleteUserWithConflicts.test.stories.js +1 -1
- package/src/react-extension/components/User/DisplayExpiredAccountRecovery/DisplayExpiredAccountRecovery.js +1 -9
- package/src/react-extension/components/User/DisplayExpiredAccountRecovery/DisplayExpiredAccountRecovery.test.stories.js +1 -1
- package/src/react-extension/components/User/DisplayUserBadgeMenu/DisplayUserBadgeMenu.js +8 -17
- package/src/react-extension/components/User/DisplayUserBadgeMenu/DisplayUserBadgeMenu.test.stories.js +1 -1
- package/src/react-extension/components/User/DisplayUserWorkspaceActions/DisplayUserWorkspaceActions.js +3 -3
- package/src/react-extension/components/User/DisplayUserWorkspaceActions/DisplayUserWorkspaceActions.test.stories.js +1 -1
- package/src/react-extension/components/User/DisplayUserWorkspaceMainActions/DisplayUserWorkspaceMainActions.js +8 -17
- package/src/react-extension/components/User/DisplayUserWorkspaceMainActions/DisplayUserWorkspaceMainActions.test.js +4 -4
- package/src/react-extension/components/User/DisplayUsers/DisplayUsers.js +1 -1
- package/src/react-extension/components/User/DisplayUsers/DisplayUsers.test.stories.js +1 -1
- package/src/react-extension/components/User/DisplayUsersContextualMenu/DisplayUsersContextualMenu.test.stories.js +1 -1
- package/src/react-extension/components/User/EditUser/EditUser.js +9 -9
- package/src/react-extension/components/User/EditUser/EditUser.test.stories.js +1 -1
- package/src/react-extension/components/User/FilterUsersByBreadcrumb/FilterUsersByBreadcrumb.test.stories.js +1 -1
- package/src/react-extension/components/User/FilterUsersByGroups/DisplayGroupContextualMenu.js +2 -11
- package/src/react-extension/components/User/FilterUsersByGroups/FilterUsersByGroup.test.stories.js +1 -1
- package/src/react-extension/components/User/FilterUsersByGroups/FilterUsersByGroupContextualMenu.js +2 -11
- package/src/react-extension/components/User/FilterUsersByShortcut/FilterUsersByShortcut.js +3 -12
- package/src/react-extension/components/User/FilterUsersByShortcut/FilterUsersByShortcut.test.stories.js +1 -1
- package/src/react-extension/components/User/FilterUsersByText/FilterUsersByText.js +1 -9
- package/src/react-extension/components/User/FilterUsersByText/FilterUsersByText.test.stories.js +1 -1
- package/src/react-extension/components/UserDetails/DisplayUserDetails/DisplayUserDetails.js +3 -3
- package/src/react-extension/components/UserDetails/DisplayUserDetailsAccountRecovery/DisplayUserDetailsAccountRecovery.js +1 -9
- package/src/react-extension/components/UserDetails/DisplayUserDetailsAccountRecovery/DisplayUserDetailsAccountRecovery.test.data.js +1 -1
- package/src/react-extension/components/UserDetails/DisplayUserDetailsAccountRecovery/DisplayUserDetailsAccountRecovery.test.stories.js +1 -1
- package/src/react-extension/components/UserDetails/DisplayUserDetailsActivity/DisplayUserDetailsActivity.js +1 -9
- package/src/react-extension/components/UserDetails/DisplayUserDetailsActivity/DisplayUserDetailsActivity.test.stories.js +1 -1
- package/src/react-extension/components/UserDetails/DisplayUserDetailsGroups/DisplayUserDetailsGroups.test.stories.js +1 -1
- package/src/react-extension/components/UserDetails/DisplayUserDetailsInformation/DisplayUserDetailsInformation.js +1 -1
- package/src/react-extension/components/UserDetails/DisplayUserDetailsInformation/DisplayUserDetailsInformation.test.stories.js +22 -83
- package/src/react-extension/components/UserDetails/DisplayUserDetailsPublicKey/DisplayUserDetailsPublicKey.js +8 -1
- package/src/react-extension/components/UserDetails/DisplayUserDetailsPublicKey/DisplayUserDetailsPublicKey.test.data.js +20 -2
- package/src/react-extension/components/UserDetails/DisplayUserDetailsPublicKey/DisplayUserDetailsPublicKey.test.js +25 -1
- package/src/react-extension/components/UserDetails/DisplayUserDetailsPublicKey/DisplayUserDetailsPublicKey.test.stories.js +28 -26
- package/src/react-extension/components/UserGroup/CreateUserGroup/CreateUserGroup.js +85 -57
- package/src/react-extension/components/UserGroup/CreateUserGroup/CreateUserGroup.test.js +21 -6
- package/src/react-extension/components/UserGroup/CreateUserGroup/CreateUserGroup.test.stories.js +1 -1
- package/src/react-extension/components/UserGroup/DeleteUserGroup/DeleteUserGroup.js +1 -1
- package/src/react-extension/components/UserGroup/DeleteUserGroup/DeleteUserGroup.test.stories.js +1 -1
- package/src/react-extension/components/UserGroup/DeleteUserGroup/DeleteUserGroupWithConflicts.js +2 -2
- package/src/react-extension/components/UserGroup/DeleteUserGroup/DeleteUserGroupWithConflicts.test.stories.js +1 -1
- package/src/react-extension/components/UserGroup/DisplayUserGroupDetails/DisplayUserGroupDetails.js +1 -1
- package/src/react-extension/components/UserGroup/DisplayUserGroupDetailsInformation/DisplayUserGroupDetailsInformation.test.stories.js +1 -1
- package/src/react-extension/components/UserGroup/DisplayUserGroupDetailsMembers/DisplayUserGroupDetailsMembers.js +4 -13
- package/src/react-extension/components/UserGroup/DisplayUserGroupDetailsMembers/DisplayUserGroupDetailsMembers.test.stories.js +1 -1
- package/src/react-extension/components/UserGroup/DisplayUserGroupDetailsMembers/DisplayUserGroupDetailsMembersGroupMember.js +1 -9
- package/src/react-extension/components/UserGroup/EditUserGroup/EditUserGroup.js +132 -151
- package/src/react-extension/components/UserGroup/EditUserGroup/EditUserGroup.test.js +8 -1
- package/src/react-extension/components/UserGroup/EditUserGroup/EditUserGroup.test.page.js +37 -14
- package/src/react-extension/components/UserGroup/EditUserGroup/EditUserGroup.test.stories.js +5 -2
- package/src/react-extension/components/UserGroup/EditUserGroup/EditUserGroupItem.js +209 -0
- package/src/react-extension/components/UserSetting/ChangeUserPassphrase/ConfirmPassphrase.js +1 -1
- package/src/react-extension/components/UserSetting/ChangeUserPassphrase/DisplayChangePassphraseIntroduction.js +2 -3
- package/src/react-extension/components/UserSetting/ChangeUserPassphrase/DownloadRecoveryKit.js +2 -2
- package/src/react-extension/components/UserSetting/ChangeUserPassphrase/EnterNewPassphrase.js +25 -12
- package/src/react-extension/components/UserSetting/ChangeUserPassphrase/EnterNewPassphrase.test.js +5 -1
- package/src/react-extension/components/UserSetting/ChangeUserPassphrase/EnterNewPassphrase.test.page.js +7 -0
- package/src/react-extension/components/UserSetting/ChangeUserSecurityToken/ChangeUserSecurityToken.js +2 -10
- package/src/react-extension/components/UserSetting/ChangeUserSecurityToken/ChangeUserSecurityToken.test.stories.js +1 -1
- package/src/react-extension/components/UserSetting/DisplayUserAccountRecovery/DisplayAccountRecoveryUserSettings.js +1 -1
- package/src/react-extension/components/UserSetting/DisplayUserAccountRecovery/DisplayAccountRecoveryUserSettings.test.stories.js +1 -1
- package/src/react-extension/components/UserSetting/DisplayUserGpgInformation/DisplayUserGpgInformation.js +9 -2
- package/src/react-extension/components/UserSetting/DisplayUserGpgInformation/DisplayUserGpgInformation.test.stories.js +58 -35
- package/src/react-extension/components/UserSetting/DisplayUserProfile/DisplayUserProfile.js +1 -1
- package/src/react-extension/components/UserSetting/DisplayUserProfile/DisplayUserProfile.test.stories.js +1 -1
- package/src/react-extension/components/UserSetting/DisplayUserSettingWorkspaceActions/DisplayUserSettingWorkspaceActions.js +2 -11
- package/src/react-extension/components/UserSetting/DisplayUserSettingsWorkspaceBreadcrumb/DisplayUserSettingsWorkspaceBreadcrumb.js +2 -2
- package/src/react-extension/components/UserSetting/DisplayUserSettingsWorkspaceBreadcrumb/DisplayUserSettingsWorkspaceBreadcrumb.test.stories.js +1 -1
- package/src/react-extension/components/UserSetting/DisplayUserTheme/DisplayUserTheme.js +1 -9
- package/src/react-extension/components/UserSetting/DisplayUserTheme/DisplayUserTheme.test.stories.js +1 -1
- package/src/react-extension/components/UserSetting/EditUserProfile/EditUserProfile.js +8 -8
- package/src/react-extension/components/UserSetting/EditUserProfile/EditUserProfile.test.stories.js +1 -1
- package/src/react-extension/components/UserSetting/NavigateIntoUserSettingsWorkspace/NavigateIntoUserSettingsWorkspace.js +4 -13
- package/src/react-extension/components/UserSetting/NavigateIntoUserSettingsWorkspace/NavigateIntoUserSettingsWorkspace.test.stories.js +1 -1
- package/src/react-extension/components/UserSetting/UploadUserProfileAvatar/UploadUserProfileAvatar.test.stories.js +1 -1
- package/src/react-extension/contexts/Authentication/AuthenticationRecoverContext.js +14 -1
- package/src/react-extension/test/fixture/Settings/siteSettings.js +20 -14
- package/src/react-extension/test/mock/components/Internationalisation/MockTranslationProvider.js +8 -1
- package/src/react-quickaccess/ExtQuickAccess.js +23 -9
- package/src/react-quickaccess/components/AnimatedSwitch/AnimatedSwitch.js +0 -1
- package/src/react-quickaccess/components/ExtensionSetup/SetupExtensionInProgress/SetupExtensionInProgress.js +2 -5
- package/src/react-quickaccess/components/ExtensionSetup/SetupExtensionInProgress/SetupExtensionInProgressPage.test.stories.js +1 -1
- package/src/react-quickaccess/components/FilterResourcesByFavoritePage/FilterResourcesByFavoritePage.js +2 -2
- package/src/react-quickaccess/components/FilterResourcesByFavoritePage/FilterResourcesByFavoritePage.test.stories.js +1 -1
- package/src/react-quickaccess/components/FilterResourcesByGroupPage/FilterResourcesByGroupPage.js +1 -1
- package/src/react-quickaccess/components/FilterResourcesByGroupPage/FilterResourcesByGroupPage.test.stories.js +1 -1
- package/src/react-quickaccess/components/FilterResourcesByItemsIOwnPage/FilterResourcesByItemsIOwnPage.js +1 -1
- package/src/react-quickaccess/components/FilterResourcesByItemsIOwnPage/FilterResourcesByItemsIOwnPage.test.stories.js +1 -1
- package/src/react-quickaccess/components/FilterResourcesByRecentlyModifiedPage/FilterResourcesByRecentlyModifiedPage.js +1 -1
- package/src/react-quickaccess/components/FilterResourcesByRecentlyModifiedPage/FilterResourcesByRecentlyModifiedPage.test.stories.js +1 -1
- package/src/react-quickaccess/components/FilterResourcesBySharedWithMePage/FilterResourcesBySharedWithMePage.js +1 -1
- package/src/react-quickaccess/components/FilterResourcesBySharedWithMePage/FilterResourcesBySharedWithMePage.test.stories.js +1 -1
- package/src/react-quickaccess/components/FilterResourcesByTagPage/FilterResourcesByTagPage.js +1 -1
- package/src/react-quickaccess/components/FilterResourcesByTagPage/FilterResourcesByTagPage.test.stories.js +1 -1
- package/src/react-quickaccess/components/GeneratePasswordPage/ConfigurePasswordGenerator.js +2 -3
- package/src/react-quickaccess/components/GeneratePasswordPage/GeneratePasswordPage.js +3 -3
- package/src/react-quickaccess/components/GeneratePasswordPage/GeneratePasswordPage.test.stories.js +1 -1
- package/src/react-quickaccess/components/Header/Header.test.stories.js +1 -1
- package/src/react-quickaccess/components/HomePage/HomePage.js +0 -8
- package/src/react-quickaccess/components/HomePage/HomePage.test.stories.js +1 -1
- package/src/react-quickaccess/components/LoginPage/LoginPage.js +1 -9
- package/src/react-quickaccess/components/LoginPage/LoginPage.test.stories.js +1 -1
- package/src/react-quickaccess/components/MoreFiltersPage/MoreFiltersPage.js +1 -1
- package/src/react-quickaccess/components/MoreFiltersPage/MoreFiltersPage.test.stories.js +1 -1
- package/src/react-quickaccess/components/PassphraseDialog/PassphraseDialog.js +5 -5
- package/src/react-quickaccess/components/PassphraseDialog/PassphraseDialog.test.stories.js +1 -1
- package/src/react-quickaccess/components/ResourceAutoSave/SaveResource.js +1 -1
- package/src/react-quickaccess/components/ResourceAutoSave/SaveResource.test.stories.js +1 -1
- package/src/react-quickaccess/components/ResourceCreatePage/ResourceCreatePage.js +4 -4
- package/src/react-quickaccess/components/ResourceCreatePage/ResourceCreatePage.test.stories.js +1 -1
- package/src/react-quickaccess/components/ResourceViewPage/ResourceViewPage.js +3 -3
- package/src/react-quickaccess/components/ResourceViewPage/ResourceViewPage.test.stories.js +1 -1
- package/src/react-quickaccess/components/Search/Search.js +5 -5
- package/src/react-quickaccess/components/Search/Search.test.stories.js +1 -1
- package/src/react-web-integration/BrowserIntegrationBootstrap.js +0 -17
- package/src/react-web-integration/components/AskInFormMenuDisplay/AskInFormMenuDisplay.test.stories.js +1 -1
- package/src/react-web-integration/components/DisplayInFormMenu/DisplayInFormMenu.js +2 -2
- package/src/react-web-integration/components/DisplayInFormMenu/DisplayInFormMenu.test.stories.js +1 -1
- package/src/react-web-integration/lib/InForm/InFormFieldSelector.js +11 -1
- package/src/react-web-integration/lib/InForm/InformManager.test.data.js +60 -0
- package/src/react-web-integration/lib/InForm/InformManager.test.js +151 -6
- package/src/react-web-integration/lib/InForm/InformManager.test.page.js +39 -0
- package/src/shared/components/Icons/Icon.test.stories.js +1 -1
- package/src/shared/components/Password/Password.js +2 -1
- package/src/shared/components/Password/Password.test.page.js +4 -1
- package/src/shared/components/Password/Password.test.stories.js +1 -1
- package/src/shared/components/PasswordComplexity/PasswordComplexity.js +2 -2
- package/src/shared/components/PasswordComplexity/PasswordComplexity.test.stories.js +5 -5
- package/src/stories/assets/intro/hero.png +0 -0
- package/src/stories/assets/intro/intro.css +47 -0
- package/test/jest.setup.js +2 -0
|
@@ -1,32 +1,37 @@
|
|
|
1
1
|
{
|
|
2
|
-
"(Folder) new owner:": "(Ordner) neuer Eigentümer:",
|
|
3
2
|
"(folder)": "(Ordner)",
|
|
3
|
+
"(Folder) new owner:": "(Ordner) neuer Eigentümer:",
|
|
4
4
|
"(group)": "(Gruppe)",
|
|
5
5
|
"(tag)": "(Tag)",
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"4. Scan the QR codes with your phone.": "4. Scannen Sie die QR-Codes mit Ihrem Telefon.",
|
|
10
|
-
"5. And you are done!": "5. Und Sie sind fertig!",
|
|
11
|
-
"<0>4. Scan the QR codes with your phone.</0>": "<0>4. Scannen Sie die QR-Codes mit Ihrem Telefon.</0>",
|
|
12
|
-
"<0>5. And you are done!</0>": "<0>5. Und Sie sind fertig!</0>",
|
|
6
|
+
"{{requesterFirstname}} did not initiate this request.": "{{requesterFirstname}} did not initiate this request.",
|
|
7
|
+
"@your-domain.com": "@your-domain.com",
|
|
8
|
+
"<0>{{activityCreatorName}}</0> accepted the account recovery policy": "<0>{{activityCreatorName}}</0> hat die Kontowiederherstellungsrichtlinie akzeptiert",
|
|
13
9
|
"<0>{{activityCreatorName}}</0> accessed secret of item <2>{{resourceName}}</2>": "<0>{{activityCreatorName}}</0> hat auf das Geheimnis des Artikels <2>{{resourceName}}</2> zugegriffen",
|
|
14
10
|
"<0>{{activityCreatorName}}</0> changed permissions of folder <2>{{folderName}}</2> with": "<0>{{activityCreatorName}}</0> hat die Berechtigungen des Ordners <2>{{folderName}}</2> geändert mit",
|
|
15
11
|
"<0>{{activityCreatorName}}</0> changed permissions of item <2>{{resourceName}}</2> with": "<0>{{activityCreatorName}}</0> hat die Berechtigungen von Element <2>{{resourceName}}</2> geändert mit",
|
|
16
12
|
"<0>{{activityCreatorName}}</0> created folder <2>{{folderName}}</2>": "<0>{{activityCreatorName}}</0> erstellte Ordner <2>{{folderName}}</2>",
|
|
17
13
|
"<0>{{activityCreatorName}}</0> created item <2>{{resourceName}}</2>": "<0>{{activityCreatorName}}</0> erstellte Element <2>{{resourceName}}</2>",
|
|
14
|
+
"<0>{{activityCreatorName}}</0> rejected the account recovery policy": "<0>{{activityCreatorName}}</0> hat die Kontowiederherstellungsrichtlinie abgelehnt",
|
|
15
|
+
"<0>{{activityCreatorName}}</0> requested an account recovery": "<0>{{activityCreatorName}}</0> hat eine Kontowiederherstellung angefordert",
|
|
18
16
|
"<0>{{activityCreatorName}}</0> updated folder <2>{{folderName}}</2>": "<0>{{activityCreatorName}}</0> aktualisierte Ordner <2>{{folderName}}</2>",
|
|
19
17
|
"<0>{{activityCreatorName}}</0> updated item <2>{{resourceName}}</2>": "<0>{{activityCreatorName}}</0> aktualisierte Element <2>{{resourceName}}</2>",
|
|
20
18
|
"<0>{{activityCreatorName}}</0> updated secret of item <2>{{resourceName}}</2>": "<0>{{activityCreatorName}}</0> aktualisierte das Geheimnis des Elements <2>{{resourceName}}</2>",
|
|
21
|
-
"<0>{{
|
|
22
|
-
"<0>{{
|
|
23
|
-
"
|
|
24
|
-
"
|
|
19
|
+
"<0><0>{{activityCreatorName}}</0></0> accepted the account recovery request": "<0><0>{{activityCreatorName}}</0></0> hat die Anfrage zur Kontowiederherstellung akzeptiert",
|
|
20
|
+
"<0><0>{{activityCreatorName}}</0></0> created the user account": "<0><0>{{activityCreatorName}}</0></0> hat das Benutzerkonto erstellt",
|
|
21
|
+
"<0><0>{{activityCreatorName}}</0></0> rejected the account recovery request": "<0><0>{{activityCreatorName}}</0></0> hat die Anfrage zur Kontowiederherstellung abgelehnt",
|
|
22
|
+
"<0>4. Scan the QR codes with your phone.</0>": "<0>4. Scannen Sie die QR-Codes mit Ihrem Telefon.</0>",
|
|
23
|
+
"<0>5. And you are done!</0>": "<0>5. Und Sie sind fertig!</0>",
|
|
24
|
+
"1. Install the application from the store.": "1. App aus dem Store installieren.",
|
|
25
|
+
"2. Open the application on your phone.": "2. App auf Ihrem Telefon öffnen.",
|
|
26
|
+
"3. Click start, here, in your browser.": "3. Klicken Sie Starten hier in Ihrem Browser.",
|
|
27
|
+
"4. Scan the QR codes with your phone.": "4. Scannen Sie den QR-Code mit Ihrem Telefon.",
|
|
28
|
+
"5. And you are done!": "5. Und Sie sind fertig!",
|
|
25
29
|
"A client identifier is required.": "Ein Client-Identifikator ist erforderlich.",
|
|
26
30
|
"A comment is required.": "Ein Kommentar ist erforderlich.",
|
|
27
31
|
"A comment must be less than 256 characters": "Kommentare müssen kürzer als 256 Zeichen sein",
|
|
28
32
|
"A connection could be established. Well done!": "Eine Verbindung konnte hergestellt werden. Gut gemacht!",
|
|
29
33
|
"A domain name is required.": "Ein Domänenname ist erforderlich.",
|
|
34
|
+
"A download of the organization private key has automatically started.": "Ein Download des privaten Schlüssels der Organisation wurde automatisch gestartet.",
|
|
30
35
|
"A download of your recovery kit, containing your secret key, has automatically started.": "Ein Download Ihres Recovery-Kits mit Ihrem geheimen Schlüssel wurde automatisch gestartet.",
|
|
31
36
|
"A file is required.": "Eine Datei ist erforderlich.",
|
|
32
37
|
"A first name is required.": "Ein Vorname ist erforderlich.",
|
|
@@ -35,35 +40,55 @@
|
|
|
35
40
|
"A last name is required.": "Ein Nachname ist erforderlich.",
|
|
36
41
|
"A name can not be more than 64 char in length.": "Ein Name kann nicht mehr als 64 Zeichen lang sein.",
|
|
37
42
|
"A name is required.": "Ein Name ist erforderlich.",
|
|
43
|
+
"A passphrase is required.": "Ein Passwort ist erforderlich.",
|
|
38
44
|
"A password is required.": "Ein Passwort ist erforderlich.",
|
|
39
45
|
"A port is required.": "Ein Port ist erforderlich.",
|
|
40
46
|
"A salt is required.": "Ein Salt ist erforderlich.",
|
|
41
47
|
"A secret key is required.": "Ein geheimer Schlüssel ist erforderlich.",
|
|
48
|
+
"A strong passphrase is required. The minimum complexity must be 'fair'": "Eine starke Passphrase ist erforderlich. Die minimale Komplexität muss 'fair' sein",
|
|
42
49
|
"A subscription key is required.": "Ein Abo-Schlüssel ist erforderlich.",
|
|
43
50
|
"A tag name is required.": "Ein Tag-Name ist erforderlich.",
|
|
44
51
|
"A username is required.": "Ein Benutzername ist erforderlich.",
|
|
52
|
+
"A Users Directory is configured. The users and groups of passbolt will synchronize with it.": "Ein Benutzerverzeichnis ist konfiguriert. Benutzer und Gruppen von Passbolt werden damit synchronisiert.",
|
|
53
|
+
"Accept": "Akzeptieren",
|
|
45
54
|
"Accept new key": "Neuen Schlüssel akzeptieren",
|
|
46
55
|
"Access to this service requires an invitation.": "Der Zugriff auf diesen Service erfordert eine Einladung.",
|
|
56
|
+
"Account recovery": "Kontowiederherstellung",
|
|
57
|
+
"Account Recovery": "Kontowiederherstellung",
|
|
58
|
+
"Account recovery enrollment": "Anmeldung zur Kontowiederherstellung",
|
|
59
|
+
"Account recovery error": "Fehler bei der Kontowiederherstellung",
|
|
60
|
+
"Account recovery is still in beta version. Use it with caution.": "Account recovery is still in beta version. Use it with caution.",
|
|
61
|
+
"Account Recovery Policy": "Kontowiederherstellungsrichtlinie",
|
|
47
62
|
"Activated": "Aktiviert",
|
|
48
63
|
"Activation pending": "Aktivierung ausstehend",
|
|
49
64
|
"Active Directory": "Aktives Verzeichnis",
|
|
50
65
|
"Activity": "Aktivität",
|
|
51
|
-
"Add User": "Benutzer hinzufügen",
|
|
52
66
|
"Add a comment": "Einen Kommentar hinzufügen",
|
|
53
67
|
"Add a description": "Eine Beschreibung hinzufügen",
|
|
54
68
|
"Add a unique import tag to passwords": "Einen einmaligen Import-Tag zu Passwörtern hinzufügen",
|
|
69
|
+
"Add an Organization Recovery Key": "Organisationswiederherstellungsschlüssel hinzufügen",
|
|
70
|
+
"Add Open PGP Public key": "Add Open PGP Public key",
|
|
55
71
|
"Add people": "Jemanden hinzufügen",
|
|
56
72
|
"Add stars to passwords you want to easily find later.": "Fügen Sie den Passwörtern Sternen hinzu, die Sie später leicht finden möchten.",
|
|
73
|
+
"Add User": "Benutzer hinzufügen",
|
|
74
|
+
"admin": "Admin",
|
|
75
|
+
"Admin": "Admin",
|
|
76
|
+
"administration": "Verwaltung",
|
|
57
77
|
"Administration": "Verwaltung",
|
|
58
78
|
"Algorithm": "Algorithmus",
|
|
79
|
+
"Algorithm and key size cannot be changed at the moment. These are secure default": "Algorithmus und Schlüsselgröße können momentan nicht geändert werden. Dies sind sichere Voreinstellungen",
|
|
59
80
|
"All groups": "Alle Gruppen",
|
|
60
81
|
"All items": "Alle Elemente",
|
|
61
82
|
"All tags": "Alle Tags",
|
|
62
83
|
"All users": "Alle Benutzer",
|
|
63
84
|
"Also delete items inside this folder.": "Elemente auch in diesem Ordner löschen.",
|
|
64
85
|
"Alternatively you can also get in touch with support on community forum or via the paid support channels.": "Alternativ können Sie sich auch mit dem Support im Community-Forum oder über die kostenpflichtigen Support-Kanäle in Verbindung setzen.",
|
|
86
|
+
"An email is required.": "Eine E-Mail ist erforderlich.",
|
|
65
87
|
"An integration key is required.": "Ein Integrationsschlüssel ist erforderlich.",
|
|
88
|
+
"An organization key is required.": "Ein Organisationsschlüssel ist erforderlich.",
|
|
66
89
|
"Apply": "Anwenden",
|
|
90
|
+
"Approve": "Bestätigen",
|
|
91
|
+
"Approved": "Bestätigt",
|
|
67
92
|
"Are you sure you want to delete <1>{{user}}</1>?": "Möchten Sie <1>{{user}}</1> wirklich löschen?",
|
|
68
93
|
"Are you sure you want to delete the comment?": "Möchten Sie den Kommentar wirklich löschen?",
|
|
69
94
|
"Are you sure you want to delete the folder <1>{{folderName}}</1>?": "Möchten Sie den Ordner <1>{{folderName}}</1> wirklich löschen?",
|
|
@@ -71,45 +96,54 @@
|
|
|
71
96
|
"Are you sure you want to delete the password <1>{{resourceName}}</1>?": "Möchten Sie das Passwort <1>{{resourceName}}</1> wirklich löschen?",
|
|
72
97
|
"Are you sure you want to delete the tag <1>{{tagName}}</1>?": "Möchten Sie den Tag <1>{{tagName}}</1> wirklich löschen?",
|
|
73
98
|
"Are you sure?": "Sind Sie sicher?",
|
|
99
|
+
"As soon as an administrator validates your request you will receive an email link to complete the process.": "Sobald ein Administrator Ihre Anfrage überprüft, erhalten Sie einen E-Mail-Link, um den Vorgang abzuschließen.",
|
|
74
100
|
"Authentication token is missing from server response.": "Der Authentifizierungstoken fehlt in der Antwort des Servers.",
|
|
75
101
|
"Avatar": "Profilbild",
|
|
102
|
+
"Backup of the private key and passphrase will not be stored. This is the safest option.": "Sicherungen des privaten Schlüssels und der Passphrase werden nicht gespeichert. Dies ist die sicherste Option.",
|
|
76
103
|
"Base DN": "Basis-DN",
|
|
77
104
|
"Before getting started...": "Bevor Sie anfangen...",
|
|
78
|
-
"Both the private key and passphrase are required to
|
|
105
|
+
"Both the private key and passphrase are required to recover your account.": "Sowohl der private Schlüssel als auch die Passphrase werden benötigt, um Ihr Konto wiederherzustellen.",
|
|
79
106
|
"Browse": "Durchsuchen",
|
|
80
107
|
"Browse credentials": "Zugangsdaten durchsuchen",
|
|
81
108
|
"Build email based on a prefix and suffix?": "E-Mail auf Basis eines Präfix und Suffix erstellen?",
|
|
82
109
|
"Camel case": "Kamel Schreibweise",
|
|
83
110
|
"Can edit": "Darf bearbeiten",
|
|
111
|
+
"can read": "kann lesen",
|
|
84
112
|
"Can read": "Darf lesen",
|
|
113
|
+
"can update": "kann aktualisieren",
|
|
85
114
|
"Cancel": "Abbrechen",
|
|
86
115
|
"Cancel the operation": "Vorgang abbrechen",
|
|
87
116
|
"Cannot decrypt the file, invalid credentials.": "Die Datei kann nicht entschlüsselt werden, ungültige Anmeldeinformationen.",
|
|
117
|
+
"Cannot perform the action while being logged in": "Aktion kann nicht ausgeführt werden, während Sie angemeldet sind",
|
|
88
118
|
"Change permissions": "Berechtigungen ändern",
|
|
89
119
|
"Changing your passphrase will only change it locally.": "Das Ändern Ihrer Passphrase wird nur lokal geändert.",
|
|
90
120
|
"Character Types": "Zeichentypen",
|
|
91
|
-
"Check out our Multi Factor Authentication configuration guide.": "Schauen Sie sich unsere Konfigurationsanleitung für Mehrfachfaktor-Authentifizierung an.",
|
|
92
121
|
"Check out our ldap configuration guide.": "Sehen Sie sich unsere Ldap Konfigurationsanleitung an.",
|
|
122
|
+
"Check out our Multi Factor Authentication configuration guide.": "Schauen Sie sich unsere Konfigurationsanleitung für Mehrfachfaktor-Authentifizierung an.",
|
|
93
123
|
"Check your mailbox!": "Überprüfen Sie Ihre Mailbox!",
|
|
94
124
|
"Check your spam folder if you do not hear from us after a while.": "Überprüfen Sie Ihren Spam-Ordner, wenn Sie nach einer Weile nichts von uns gehört haben.",
|
|
95
125
|
"Choose a file": "Datei auswählen",
|
|
126
|
+
"Choose a new passphrase.": "Wählen Sie eine neue Passphrase.",
|
|
96
127
|
"Choose the export format (csv and kdbx are supported)": "Wählen Sie das Exportformat (csv und kdbx werden unterstützt)",
|
|
128
|
+
"Click here to start once the mobile application is installed and opened on your phone and you are ready to scan QR codes.": "Klicken Sie hier, um zu starten, sobald die mobile Anwendung installiert und auf Ihrem Telefon geöffnet ist und Sie bereit sind, QR-Codes zu scannen.",
|
|
97
129
|
"Click save to apply your pending changes.": "Klicken Sie auf Speichern, um Ihre ausstehenden Änderungen anzuwenden.",
|
|
98
|
-
"Click start once the mobile application is installed and opened on your phone and you are ready to scan QR codes.": "Klicken Sie auf Start, sobald die mobile Anwendung installiert und geöffnet ist. Dann Sie sind bereit, QR-Codes zu scannen.",
|
|
99
130
|
"Client identifier": "Client Identifikation",
|
|
100
131
|
"Close": "Schließen",
|
|
101
132
|
"Comment content": "Inhalt kommentieren",
|
|
102
133
|
"Comments": "Kommentare",
|
|
103
|
-
"
|
|
134
|
+
"Complete recovery": "Wiederherstellung abschließen",
|
|
135
|
+
"Completing recover. Please wait...": "Wiederherstellung wird abgeschlossen. Bitte warten...",
|
|
136
|
+
"Completing setup, please wait...": "Einrichtung wird abgeschlossen, bitte warten...",
|
|
104
137
|
"Configure another phone": "Ein anderes Telefon konfigurieren",
|
|
138
|
+
"Confirm Organization Recovery Key download": "Download des Organisationswiederherstellungsschlüssels bestätigen",
|
|
105
139
|
"Congratulation! Passbolt extension has been installed.": "Glückwunsch! Die Passbolt-Erweiterung wurde installiert.",
|
|
106
140
|
"Contact Sales": "Sales kontaktieren",
|
|
107
141
|
"Contact your administrator with details about what went wrong.": "Kontaktieren Sie Ihren Administrator mit Details darüber, was schief gegangen ist.",
|
|
108
142
|
"Contact your administrator with the error details.": "Kontaktieren Sie Ihren Administrator mit den Fehlerdetails.",
|
|
143
|
+
"Continue": "Fortfahren",
|
|
109
144
|
"Continue import": "Import fortsetzen",
|
|
110
145
|
"Contribute": "Beitragen",
|
|
111
146
|
"Copy": "Kopieren",
|
|
112
|
-
"Copy URI": "URI copieren",
|
|
113
147
|
"Copy email address": "Email-Adresse kopieren",
|
|
114
148
|
"Copy password": "Passwort kopieren",
|
|
115
149
|
"Copy password to clipboard": "Passwort in die Zwischenablage kopieren",
|
|
@@ -121,6 +155,7 @@
|
|
|
121
155
|
"Copy the link to this password": "Link zu diesem Passwort kopieren",
|
|
122
156
|
"Copy the link to this user": "Den Link zu diesem Benutzer kopieren",
|
|
123
157
|
"Copy to clipboard": "In die Zwischenablage kopieren",
|
|
158
|
+
"Copy URI": "URI kopieren",
|
|
124
159
|
"Copy username": "Benutzernamen kopieren",
|
|
125
160
|
"Copy username to clipboard": "Benutzernamen in Zwischenablage kopieren",
|
|
126
161
|
"Create": "Neu",
|
|
@@ -139,6 +174,9 @@
|
|
|
139
174
|
"Created by": "Erstellt von",
|
|
140
175
|
"Credentials": "Zugangsdaten",
|
|
141
176
|
"Credits": "Credits",
|
|
177
|
+
"csv exports from keepassx, lastpass and 1password are supported": "CSV-Exporte von keepassx, lastpass und 1password werden unterstützt",
|
|
178
|
+
"Current status": "Aktueller Status",
|
|
179
|
+
"currently:": "aktuell: ",
|
|
142
180
|
"Customer id:": "Kunden-Id:",
|
|
143
181
|
"Decrypting": "Entschlüsselung",
|
|
144
182
|
"Decryption failed, click here to retry": "Entschlüsselung fehlgeschlagen, klicken Sie hier, um es erneut zu versuchen",
|
|
@@ -146,90 +184,107 @@
|
|
|
146
184
|
"Default admin": "Admin-Standard",
|
|
147
185
|
"Default group admin": "Standard Gruppen-Admin",
|
|
148
186
|
"Delete": "Löschen",
|
|
149
|
-
"Delete Group": "Gruppe löschen",
|
|
150
|
-
"Delete Tag": "Tag löschen",
|
|
151
187
|
"Delete comment?": "Kommentar löschen?",
|
|
152
188
|
"Delete folder?": "Ordner löschen?",
|
|
189
|
+
"Delete Group": "Gruppe löschen",
|
|
153
190
|
"Delete group?": "Gruppe löschen?",
|
|
154
191
|
"Delete groups": "Gruppen löschen",
|
|
155
|
-
"Delete
|
|
156
|
-
"Delete
|
|
192
|
+
"Delete Tag": "Tag löschen",
|
|
193
|
+
"Delete tag?": "Delete tag?",
|
|
157
194
|
"Delete user?": "Benutzer löschen?",
|
|
158
195
|
"Delete users": "Benutzer löschen",
|
|
196
|
+
"deleted": "gelöscht",
|
|
159
197
|
"Description": "Beschreibung",
|
|
160
198
|
"Directory configuration": "Verzeichniskonfiguration",
|
|
161
199
|
"Directory type": "Verzeichnistyp",
|
|
200
|
+
"Disable": "Deaktivieren",
|
|
201
|
+
"Disable (Default)": "Deaktivieren (Standard)",
|
|
162
202
|
"Disable MFA": "MFA deaktivieren",
|
|
163
203
|
"Disabled": "Deaktiviert",
|
|
164
204
|
"Do not store sensitive data or click here to enable encryption for the description field.": "Speichern Sie keine sensiblen Daten oder klicken Sie hier, um die Verschlüsselung für das Beschreibungsfeld zu aktivieren.",
|
|
165
205
|
"Do not store sensitive data. Unlike the password, this data is not encrypted. Upgrade to version 3 to encrypt this information.": "Speichern Sie keine sensiblen Daten. Im Gegensatz zum Passwort sind diese Daten nicht verschlüsselt. Aktualisieren Sie auf Version 3, um diese Informationen zu verschlüsseln.",
|
|
166
206
|
"Domain": "Domäne",
|
|
167
|
-
"Download
|
|
168
|
-
"Download Firefox": "Firefox herunterladen",
|
|
207
|
+
"Download again": "Erneut herunterladen",
|
|
169
208
|
"Download backup": "Backup herunterladen",
|
|
209
|
+
"Download Chrome": "Chrome herunterladen",
|
|
170
210
|
"Download extension": "Erweiterung herunterladen",
|
|
211
|
+
"Download Firefox": "Firefox herunterladen",
|
|
171
212
|
"Download the kit again!": "Das Kit erneut herunterladen!",
|
|
213
|
+
"Download the mobile app": "Mobile App herunterladen",
|
|
172
214
|
"Edit": "Bearbeiten",
|
|
173
215
|
"Edit Avatar": "Profilbild bearbeiten",
|
|
174
|
-
"Edit Tag": "Tag bearbeiten",
|
|
175
|
-
"Edit User": "Benutzer bearbeiten",
|
|
176
216
|
"Edit group": "Gruppe bearbeiten",
|
|
177
217
|
"Edit in passbolt": "In Passbolt bearbeiten",
|
|
178
218
|
"Edit profile": "Profil bearbeiten",
|
|
179
219
|
"Edit resource": "Ressource bearbeiten",
|
|
180
220
|
"Edit subscription key": "Abo-Schlüssel bearbeiten",
|
|
181
221
|
"Edit tag": "Tag bearbeiten",
|
|
222
|
+
"Edit User": "Benutzer bearbeiten",
|
|
182
223
|
"Email": "E-Mail",
|
|
183
|
-
"Email
|
|
184
|
-
"Email Notifications": "E-Mail-Benachrichtigungen",
|
|
224
|
+
"Email Address": "E-Mail-Adresse",
|
|
185
225
|
"Email content visibility": "Sichtbarkeit des E-Mail-Inhalts",
|
|
186
226
|
"Email delivery": "E-Mail-Versand",
|
|
227
|
+
"Email Notification": "E-Mail-Benachrichtigung",
|
|
228
|
+
"Email Notifications": "E-Mail-Benachrichtigungen",
|
|
187
229
|
"Email prefix": "E-Mail Präfix",
|
|
188
230
|
"Email suffix": "E-Mail Suffix",
|
|
189
231
|
"Email:": "E-Mail:",
|
|
232
|
+
"empty": "leer",
|
|
190
233
|
"Enabled": "Aktiviert",
|
|
191
234
|
"Enabled users only": "Nur aktive Benutzer",
|
|
192
235
|
"Encrypted secret": "Verschlüsseltes Geheimnis",
|
|
193
236
|
"Enter a description": "Eine Beschreibung eingeben",
|
|
194
237
|
"Enter the password and/or key file": "Passwort und/oder Schlüsseldatei eingeben",
|
|
195
|
-
"
|
|
238
|
+
"Enter the private key used by your organization for account recovery": "Geben Sie den privaten Schlüssel ein, der von Ihrer Organisation für die Kontowiederherstellung verwendet wird",
|
|
239
|
+
"entropy:": "entropy:",
|
|
196
240
|
"Error": "Fehler",
|
|
197
241
|
"Error details": "Fehlerdetails",
|
|
242
|
+
"Error, this is not the current organization recovery key.": "Fehler, dies ist nicht der aktuelle Organisations-Wiederherstellungsschlüssel.",
|
|
198
243
|
"Errors:": "Fehler",
|
|
244
|
+
"Every user can decide to provide a copy of their private key and passphrase by default during the setup, but they can opt in.": "Jeder Benutzer kann sich entscheiden, eine Kopie seines privaten Schlüssels und der Passphrase standardmäßig während der Einrichtung zur Verfügung zu stellen, aber er kann sich dafür entscheiden.",
|
|
245
|
+
"Every user is required to provide a copy of their private key and passphrase during setup.": "Jeder Benutzer muss während der Einrichtung eine Kopie seines privaten Schlüssels und seiner Passphrase angeben.",
|
|
246
|
+
"Every user will be prompted to provide a copy of their private key and passphrase by default during the setup, but they can opt out.": "Jeder Benutzer wird standardmäßig während der Einrichtung dazu aufgefordert, eine Kopie seines privaten Schlüssels und der Passphrase anzugeben, aber er kann sich dagegen entscheiden.",
|
|
199
247
|
"Exclude look-alike characters": "Ausschließen von gleichartigen Zeichen",
|
|
248
|
+
"Existing settings will be lost. This action cannot be undone.": "Existing settings will be lost. This action cannot be undone.",
|
|
249
|
+
"Expected fingerprint:": "Erwarteter Fingerabdruck:",
|
|
250
|
+
"expired ": "abgelaufen ",
|
|
200
251
|
"Expires": "Abläuft",
|
|
201
252
|
"Expires on:": "Ablaufdatum:",
|
|
202
253
|
"Export": "Exportieren",
|
|
203
254
|
"Export all": "Alle exportieren",
|
|
204
255
|
"Export passwords": "Passwörter exportieren",
|
|
256
|
+
"Fair": "Fair",
|
|
257
|
+
"fav": "fav",
|
|
205
258
|
"Favorite": "Favorit",
|
|
206
259
|
"Favorites": "Favoriten",
|
|
207
|
-
"Filter by groups": "Nach Gruppen filtern",
|
|
208
|
-
"Filter by tags": "Nach Tags filtern",
|
|
209
260
|
"Filters": "Filter",
|
|
210
261
|
"Fingerprint": "Fingerabdruck",
|
|
211
|
-
"First Name": "Vorname",
|
|
212
262
|
"First complete the configuration steps described in the current tab.": "Vervollständigen Sie zunächst die im aktuellen Tab beschriebenen Konfigurationsschritte.",
|
|
263
|
+
"First name": "First name",
|
|
264
|
+
"folder": "Ordner",
|
|
213
265
|
"Folder": "Ordner",
|
|
214
266
|
"Folder errors": "Ordnerfehler",
|
|
215
267
|
"Folder name": "Ordnername",
|
|
216
268
|
"Folders": "Ordner",
|
|
217
|
-
"For Openldap only. Defines which group object to use.": "Legt nur für Openldap fest, welche Gruppen-Objekt verwendet werden soll.",
|
|
218
|
-
"For Openldap only. Defines which user object to use.": "Legt nur für Openldap fest, welches Benutzerobjekt verwendet werden soll.",
|
|
219
269
|
"For any change or question related to your passbolt subscription, kindly contact our sales team.": "Für jegliche Änderung oder Frage bezüglich Ihres Passwort-Abonnements wenden Sie sich bitte an unser Verkaufsteam.",
|
|
270
|
+
"For more information about account recovery, checkout the dedicated page on the help website.": "Für weitere Informationen über die Kontowiederherstellung schauen Sie sich die entsprechende Seite auf der Hilfeseite an.",
|
|
220
271
|
"For more information about email notification, checkout the dedicated page on the help website.": "Für weitere Informationen über E-Mail-Benachrichtigungen, schauen Sie sich gerne die entsprechende Seite auf der Hilfeseite an.",
|
|
272
|
+
"For Openldap only. Defines which group object to use.": "Legt nur für Openldap fest, welche Gruppen-Objekt verwendet werden soll.",
|
|
273
|
+
"For Openldap only. Defines which user object to use.": "Legt nur für Openldap fest, welches Benutzerobjekt verwendet werden soll.",
|
|
221
274
|
"For security reasons please check with your administrator that this is a change that they initiated. The new fingerprint:": "Bitte überprüfen Sie aus Sicherheitsgründen mit Ihren Administratoren, ob diese Änderung von ihnen initiiert wurde. Der neue Fingerabdruck:",
|
|
222
275
|
"Full report": "Vollständiger Bericht",
|
|
276
|
+
"Generate": "Generate",
|
|
277
|
+
"Generate & Apply": "Generieren & anwenden",
|
|
223
278
|
"Generate a new password securely": "Neues Passwort sicher erzeugen",
|
|
279
|
+
"Generate new key instead": "Generate new key instead",
|
|
224
280
|
"Generate password": "Passwort generieren",
|
|
225
281
|
"Get started in 5 easy steps": "In 5 einfachen Schritten anfangen",
|
|
226
282
|
"Go back": "Zurück",
|
|
227
283
|
"Group": "Gruppe",
|
|
228
|
-
"Group Members": "Gruppenmitglieder",
|
|
229
|
-
"Group Path": "Gruppenpfad",
|
|
230
284
|
"Group manager": "Gruppenmanager",
|
|
231
285
|
"Group members": "Gruppenmitglieder",
|
|
232
286
|
"Group membership": "Gruppenmitgliedschaft",
|
|
287
|
+
"group name": "Gruppenname",
|
|
233
288
|
"Group name": "Gruppenname",
|
|
234
289
|
"Group object class": "Gruppe Objektklasse",
|
|
235
290
|
"Group path": "Gruppenpfad",
|
|
@@ -238,43 +293,67 @@
|
|
|
238
293
|
"Groups I am member of": "Gruppen in denen ich Mitglied bin",
|
|
239
294
|
"Groups I manage": "Gruppen die ich verwalte",
|
|
240
295
|
"Groups parent group": "Übergeordnete Gruppe",
|
|
296
|
+
"help": "Hilfe",
|
|
241
297
|
"Help site": "Hilfe-Seite",
|
|
242
298
|
"Help, I lost my passphrase.": "Hilfe, ich habe meine Passphrase verloren.",
|
|
243
299
|
"Help, I lost my private key.": "Hilfe, ich habe meinen privaten Schlüssel verloren.",
|
|
300
|
+
"host": "Host",
|
|
244
301
|
"Hostname": "Hostname",
|
|
245
302
|
"How do you want to proceed?": "Wie möchten Sie fortfahren?",
|
|
246
303
|
"I accept the <1>privacy policy</1>": "Ich akzeptiere die <1>Datenschutzrichtlinie</1>",
|
|
247
304
|
"I accept the <1>terms</1>": "Ich akzeptiere die <1>Bedingungen</1>",
|
|
248
305
|
"I accept the <1>terms</1> and the <3>privacy policy</3>": "Ich akzeptiere die <1>Bedingungen</1> und die <3>Datenschutzrichtlinie</3>",
|
|
306
|
+
"I agree to share securely a copy of my private key & passphrase with my organization recovery contacts.": "I agree to share securely a copy of my private key & passphrase with my organization recovery contacts.",
|
|
307
|
+
"I agree to share this info with my organization recovery contacts": "I agree to share this info with my organization recovery contacts",
|
|
249
308
|
"I already have an account": "Ich habe bereits ein Benutzerkonto",
|
|
309
|
+
"I do not agree to share this info with my organization recovery contacts": "I do not agree to share this info with my organization recovery contacts",
|
|
310
|
+
"I do not want to share a copy of my private key & passphrase with my organization recovery contacts.": "I do not want to share a copy of my private key & passphrase with my organization recovery contacts.",
|
|
250
311
|
"I lost my passphrase, generate a new private key.": "Ich habe meine Passphrase verloren. Einen neuen privaten Schlüssel generieren.",
|
|
312
|
+
"I verified with <1>{{requesterFirstname}}</1> that the request is valid.": "I verified with <1>{{requesterFirstname}}</1> that the request is valid.",
|
|
251
313
|
"I want to try again.": "Ich möchte es erneut versuchen.",
|
|
252
314
|
"If there was an issue during the transfer, either the operation was cancelled on the mobile side, or the authentication token expired.": "Falls während der Übertragung ein Problem aufgetreten ist, wurde die Operation entweder auf der mobilen Seite abgebrochen oder das Authentifizierungs-Token abgelaufen.",
|
|
253
315
|
"If this does not work get in touch with support.": "Sollte dies nicht funktionieren, kontaktieren Sie bitte unser Support-Team.",
|
|
254
316
|
"If this is empty then it will be queried from the RootDSE.": "Wenn diese Option leer ist, wird sie von der RootDSE abgefragt.",
|
|
255
|
-
"If you
|
|
317
|
+
"If you changed systems, or reinstalled passbolt web extension in the meantime, you will need to start the account recovery process from scratch.": "If you changed systems, or reinstalled passbolt web extension in the meantime, you will need to start the account recovery process from scratch.",
|
|
318
|
+
"If you do not have access, you can request a new account recovery to an administrator.": "If you do not have access, you can request a new account recovery to an administrator.",
|
|
319
|
+
"If you do not have access, you can request an account recovery to an administrator.": "If you do not have access, you can request an account recovery to an administrator.",
|
|
320
|
+
"If you do not have access, you can request help to an administrator.": "If you do not have access, you can request help to an administrator.",
|
|
256
321
|
"If you have multiple browsers configured, the passphrase will need to be changed in all places individually.": "Wenn Sie mehrere Browser konfiguriert haben, muss die Passphrase jeweils einzeln geändert werden.",
|
|
322
|
+
"If you still need to recover your account, you will need to start the process from scratch.": "If you still need to recover your account, you will need to start the process from scratch.",
|
|
257
323
|
"Ignored:": "Ignoriert",
|
|
258
324
|
"Import": "Importieren",
|
|
325
|
+
"Import an OpenPGP Public key": "Import an OpenPGP Public key",
|
|
259
326
|
"Import folders": "Ordner importieren",
|
|
260
327
|
"Import passwords": "Passwörter importieren",
|
|
261
328
|
"Import success!": "Importieren erfolgreich!",
|
|
262
329
|
"In this section you can adjust the composition of the emails, e.g. which information will be included in the notification.": "Hier können Sie den Inhalt der E-Mails konfigurieren, z.B. welche Informationen in die Benachrichtigung aufgenommen werden.",
|
|
330
|
+
"In this section you can choose the default behavior of account recovery for all users.": "In this section you can choose the default behavior of account recovery for all users.",
|
|
263
331
|
"In this section you can choose which email notifications will be sent.": "Hier können Sie wählen, welche E-Mail-Benachrichtigungen gesendet werden.",
|
|
332
|
+
"In this section you can choose which multi factor authentication will be available.": "In this section you can choose which multi factor authentication will be available.",
|
|
264
333
|
"Information": "Information",
|
|
265
334
|
"Information for public and secret key": "Information zu öffentlichen und geheimen Schlüssel",
|
|
266
335
|
"Integration key": "Integrationsschlüssel",
|
|
267
336
|
"Internationalisation": "Internationalisierung",
|
|
268
337
|
"Invalid permission type for share permission item.": "Ungültiger Berechtigungstyp für Freigabe-Berechtigung.",
|
|
338
|
+
"is owner": "ist Eigentümer*in",
|
|
269
339
|
"Is owner": "Ist Eigentümer",
|
|
270
340
|
"It contains letters and numbers": "Buchstaben und Zahlen enthalten",
|
|
271
341
|
"It contains lower and uppercase characters": "Klein- und Großbuchstaben enthalten",
|
|
272
342
|
"It contains special characters (like / or * or %)": "Sonderzeichen (z. B. / oder * oder %) enthalten",
|
|
273
343
|
"It does feel a bit empty here.": "Es fühlt sich hier ein wenig leer an.",
|
|
274
344
|
"It is at least 8 characters in length": "Die Länge beträgt mindestens 8 Zeichen",
|
|
275
|
-
"It is
|
|
345
|
+
"It is mandatory to share securely a copy of your private key with your organization recovery contacts. Would you like to continue?": "It is mandatory to share securely a copy of your private key with your organization recovery contacts. Would you like to continue?",
|
|
346
|
+
"It is not part of an exposed data breach": "It is not part of an exposed data breach",
|
|
347
|
+
"It is not possible to perform a setup of a new account as you are still logged in. You need to log out first before continuing.": "It is not possible to perform a setup of a new account as you are still logged in. You need to log out first before continuing.",
|
|
348
|
+
"It is not possible to perform the recovery of your account as you are still logged in. You need to log out first before continuing.": "It is not possible to perform the recovery of your account as you are still logged in. You need to log out first before continuing.",
|
|
349
|
+
"It is not possible to recover your private key of your account as you are still logged in. You need to log out first before continuing.": "It is not possible to recover your private key of your account as you are still logged in. You need to log out first before continuing.",
|
|
350
|
+
"It is possible and recommended to share securely a copy of your private key and passphrase with your organization recovery contacts.": "It is possible and recommended to share securely a copy of your private key and passphrase with your organization recovery contacts.",
|
|
351
|
+
"It is possible and recommended to share securely your recovery kit with your organization recovery contacts.": "It is possible and recommended to share securely your recovery kit with your organization recovery contacts.",
|
|
352
|
+
"It is possible to share securely your recovery kit with the administrator.": "It is possible to share securely your recovery kit with the administrator.",
|
|
353
|
+
"It is recommended to share securely a copy of your private key with your organization recovery contacts. Would you like to continue?": "It is recommended to share securely a copy of your private key with your organization recovery contacts. Would you like to continue?",
|
|
276
354
|
"Items I own": "Eigene Artikel",
|
|
277
355
|
"Just now": "Soeben",
|
|
356
|
+
"kdbx files are files generated by keepass v2.x": "kdbx-Dateien sind Dateien, die von keepass v2.x generiert werden",
|
|
278
357
|
"Keep existing permissions": "Bestehende Berechtigungen behalten",
|
|
279
358
|
"Keep the original permissions, do not apply the destination folder permissions.": "Ursprüngliche Berechtigungen behalten. Zielordner-Berechtigungen nicht verwenden.",
|
|
280
359
|
"Keep this backup in a safe place, you will need it in case of emergency.": "Bewahren Sie dieses Backup an einem sicheren Ort, Sie werden es im Notfall benötigen.",
|
|
@@ -283,46 +362,58 @@
|
|
|
283
362
|
"Keepass key file (optional)": "Keepass Schlüsseldatei (optional)",
|
|
284
363
|
"Keepass password": "Keepass-Passwort",
|
|
285
364
|
"Key Id": "Schlüssel-Id",
|
|
286
|
-
"Key
|
|
365
|
+
"Key length": "Key length",
|
|
366
|
+
"Key Size": "Key Size",
|
|
287
367
|
"Keys inspector": "Schlüsselprüfer",
|
|
288
368
|
"Language": "Sprache",
|
|
289
|
-
"Last Name": "Nachname",
|
|
290
369
|
"Last logged in": "Zuletzt angemeldet",
|
|
370
|
+
"Last name": "Last name",
|
|
371
|
+
"Learn how to <1>generate a key separately.</1>": "Learn how to <1>generate a key separately.</1>",
|
|
291
372
|
"Learn more": "Weitere Informationen",
|
|
292
373
|
"Leave empty if users and groups are in the same DN.": "Leer lassen, wenn Benutzer und Gruppen in der gleichen DN sind.",
|
|
293
374
|
"Length": "Länge",
|
|
375
|
+
"loading...": "lade...",
|
|
294
376
|
"Loading...": "Wird geladen...",
|
|
295
377
|
"Location": "Standort",
|
|
378
|
+
"login": "Anmelden",
|
|
296
379
|
"Lower case": "Kleinbuchstaben",
|
|
297
|
-
"MFA": "MFA",
|
|
298
380
|
"Make sure you store it in a safe place. You may need it later.": "Stellen Sie sicher, dass Sie es an einem sicheren Ort aufbewahren. Sie könnten es später benötigen.",
|
|
299
381
|
"Make sure your passphrase is hard to guess but also that is long enough. For example you can use your favorite lyric from a song, grab the first couple of characters from the words in your favorite line.": "Vergewissern Sie sich, dass Ihre Passphrase schwer zu erraten ist, aber auch, dass sie lang genug ist. Sie können zum Beispiel Ihre Lieblings-Lyrik aus einem Lied verwenden: nehmen Sie die ersten Zeichen aus den Wörtern von Ihrer Lieblings-Zeile.",
|
|
382
|
+
"Make sure your print it or store it in a safe place. You may need it later!": "Make sure your print it or store it in a safe place. You may need it later!",
|
|
300
383
|
"Manage Subscription": "Abonnement verwalten",
|
|
384
|
+
"Mandatory": "Mandatory",
|
|
301
385
|
"Member": "Mitglied",
|
|
302
386
|
"Members": "Mitglieder",
|
|
387
|
+
"MFA": "MFA",
|
|
388
|
+
"Mobile Apps": "Mobile Apps",
|
|
303
389
|
"Mobile setup": "Mobile-Einrichtung",
|
|
304
390
|
"Mobile transfer": "Mobile-Transfer",
|
|
305
391
|
"Modified": "Geändert",
|
|
306
392
|
"Modified by": "Geändert von",
|
|
393
|
+
"modify": "ändern",
|
|
307
394
|
"More": "Weitere",
|
|
308
395
|
"Move": "Verschieben",
|
|
309
396
|
"Multi Factor Authentication": "Multi-Faktor-Authentifizierung",
|
|
310
|
-
"Multi factor authentication": "Multi-Faktor-Authentifizierung",
|
|
311
397
|
"Multi resource and folder share is not implemented.": "Mehrfach-Ressourcen und Ordnerfreigaben sind nicht implementiert.",
|
|
312
398
|
"Multi-factor authentication has been disabled successfully": "Mehrfach-Faktor-Authentifizierung wurde erfolgreich deaktiviert",
|
|
313
399
|
"My tags": "Meine Tags",
|
|
400
|
+
"n/a": "n/a",
|
|
314
401
|
"N/A": "N/A",
|
|
315
402
|
"Name": "Name",
|
|
316
403
|
"Need help?": "Benötigen Sie Hilfe?",
|
|
317
404
|
"Need some help?": "Brauchen Sie Hilfe?",
|
|
318
405
|
"Never": "Nie",
|
|
406
|
+
"new": "neu",
|
|
407
|
+
"New Account Recovery Policy": "New Account Recovery Policy",
|
|
319
408
|
"New folder": "Neuer Ordner",
|
|
320
409
|
"New group": "Neue Gruppe",
|
|
321
410
|
"New here? Enter your name to get started.": "Neu hier? Geben Sie Ihren Namen ein, um loszulegen.",
|
|
411
|
+
"new manager": "neue*r Manager*in",
|
|
412
|
+
"New Organization Recovery Key": "New Organization Recovery Key",
|
|
413
|
+
"new owner": "neue*r Eigentümer*in",
|
|
322
414
|
"New password": "Neues Passwort",
|
|
323
415
|
"New user": "Neuer Benutzer",
|
|
324
416
|
"Next": "Weiter",
|
|
325
|
-
"No Users Directory is configured. Enable it to synchronise your users and groups with passbolt.": "Es ist kein Benutzerverzeichnis konfiguriert. Aktivieren Sie es, um Ihre Benutzer und Gruppen mit Passbolt zu synchronisieren.",
|
|
326
417
|
"No access": "Kein Zugang",
|
|
327
418
|
"No file selected": "Keine Datei ausgewählt",
|
|
328
419
|
"No key file selected": "Keine Schlüsseldatei ausgewählt",
|
|
@@ -338,34 +429,61 @@
|
|
|
338
429
|
"No resources will be synchronized.": "Es werden keine Ressourcen synchronisiert.",
|
|
339
430
|
"No result match your search. Try with another search term.": "Kein Ergebnis. Versuchen Sie mit einem anderen Suchbegriff.",
|
|
340
431
|
"No results match": "Keine Treffer",
|
|
432
|
+
"no url provided": "keine URL angegeben",
|
|
433
|
+
"no username provided": "kein Bennutzer*innenname angegeben",
|
|
434
|
+
"No Users Directory is configured. Enable it to synchronise your users and groups with passbolt.": "Es ist kein Benutzerverzeichnis konfiguriert. Aktivieren Sie es, um Ihre Benutzer und Gruppen mit Passbolt zu synchronisieren.",
|
|
435
|
+
"no, thanks": "nein, danke",
|
|
341
436
|
"None of the users matched this search.": "Keiner der Benutzer entsprach dieser Suche.",
|
|
342
437
|
"None of your passwords are yet marked as favorite.": "Noch keines Ihrer Passwörter wurde als Favorit markiert.",
|
|
343
438
|
"None of your passwords are yet marked as favorite. Add stars to passwords you want to easily find later.": "Noch keines Ihrer Passwörter ist als Favorit markiert. Fügen Sie den Passwörtern Sternchen hinzu, die Sie später einfach finden möchten.",
|
|
344
439
|
"None of your passwords matched this search.": "Keines Ihrer Passwörter entsprach dieser Suche.",
|
|
345
|
-
"
|
|
440
|
+
"not available": "not available",
|
|
441
|
+
"Note: Administrators can add and delete users; They can also create groups and assign group managers; By default they can not see all passwords.": "Note: Administrators can add and delete users; They can also create groups and assign group managers; By default they can not see all passwords.",
|
|
442
|
+
"Number of recovery": "Number of recovery",
|
|
346
443
|
"Number of words": "Anzahl der Wörter",
|
|
347
|
-
"OK": "OK",
|
|
348
444
|
"Ok": "Ok",
|
|
445
|
+
"OK": "OK",
|
|
349
446
|
"Ok, I understand what I need to do.": "Ich verstehe, was ich tun muss.",
|
|
447
|
+
"Once expired you will not be able to connect to your account.": "Once expired you will not be able to connect to your account.",
|
|
448
|
+
"Once the comment is deleted, it’ll be removed permanently and will not be recoverable.": "Once the comment is deleted, it’ll be removed permanently and will not be recoverable.",
|
|
449
|
+
"Once the password is deleted, it’ll be removed permanently and will not be recoverable.": "Once the password is deleted, it’ll be removed permanently and will not be recoverable.",
|
|
450
|
+
"Once the tag is deleted, it’ll be removed permanently and will not be recoverable.": "Once the tag is deleted, it’ll be removed permanently and will not be recoverable.",
|
|
350
451
|
"Only numeric characters allowed.": "Nur numerische Zeichen erlaubt.",
|
|
351
452
|
"Only synchronize enabled users (AD)": "Nur aktivierte Benutzer (AD) synchronisieren",
|
|
352
453
|
"Only the group manager can add new people to a group.": "Nur der Gruppenmanager kann neue Personen zu einer Gruppe hinzufügen.",
|
|
353
454
|
"Oops, something went wrong": "Hoppla, etwas ist schief gelaufen",
|
|
354
|
-
"Open
|
|
355
|
-
"
|
|
455
|
+
"Open generator": "Open generator",
|
|
456
|
+
"open in a new tab": "in einem neuen Tab öffnen",
|
|
356
457
|
"Open in new window": "In neuem Fenster öffnen",
|
|
458
|
+
"Open Ldap": "Openldap",
|
|
459
|
+
"open passbolt in a new tab": "Passbolt in einem neuen Tab öffnen",
|
|
460
|
+
"Open URI in a new Tab": "URL in einem neuen Tab öffnen",
|
|
461
|
+
"Optional": "Optional",
|
|
462
|
+
"Optional, Opt-in": "Optional, Opt-in",
|
|
463
|
+
"Optional, Opt-out": "Optional, Opt-out",
|
|
464
|
+
"or": "oder",
|
|
357
465
|
"Or generate a new private key.": "Oder generieren Sie einen neuen privaten Schlüssel.",
|
|
358
466
|
"Or switch to another account.": "Oder wechseln Sie zu einem anderen Konto.",
|
|
359
467
|
"Or use an existing private key.": "Oder verwenden Sie einen bestehenden privaten Schlüssel.",
|
|
468
|
+
"or, contact us": "oder kontaktieren Sie uns",
|
|
469
|
+
"Organization key passphrase": "Organization key passphrase",
|
|
470
|
+
"Organization Recovery Key": "Organization Recovery Key",
|
|
471
|
+
"Otherwise, you may lose access to your data.": "Otherwise, you may lose access to your data.",
|
|
360
472
|
"Owned by me": "Gehört mir",
|
|
473
|
+
"Passbolt is available on AppStore & PlayStore": "Passbolt is available on AppStore & PlayStore",
|
|
361
474
|
"Passphrase": "Passphrase",
|
|
362
475
|
"Passphrase required": "Passphrase erforderlich",
|
|
363
476
|
"Password": "Passwort",
|
|
364
477
|
"Password Generator": "Passwort-Generator",
|
|
478
|
+
"passwords": "Passwörter",
|
|
365
479
|
"Passwords": "Passwörter",
|
|
480
|
+
"Paste the OpenPGP Private key here": "Paste the OpenPGP Private key here",
|
|
481
|
+
"Pending": "Pending",
|
|
366
482
|
"Pick a color and enter three characters.": "Wählen Sie eine Farbe und geben Sie drei Zeichen ein.",
|
|
367
483
|
"Please confirm you really want to delete the passwords. After clicking ok, the passwords will be deleted permanently.": "Please confirm you really want to delete the passwords. After clicking ok, the passwords will be deleted permanently.",
|
|
484
|
+
"Please contact your administrator to enable the account recovery feature.": "Please contact your administrator to enable the account recovery feature.",
|
|
368
485
|
"Please contact your administrator to request an invitation link.": "Bitte wenden Sie sich an Ihren Administrator, um einen Einladungslink anzufordern.",
|
|
486
|
+
"Please double check with the user in case they still need some help to log in.": "Please double check with the user in case they still need some help to log in.",
|
|
369
487
|
"Please download chrome or firefox to get started with passbolt.": "Bitte laden Sie Chrome oder Firefox herunter, um mit passbolt loszulegen.",
|
|
370
488
|
"Please download the browser extension and refresh this page to continue.": "Bitte laden Sie die Browser-Erweiterung herunter und aktualisieren Sie diese Seite, um fortzufahren.",
|
|
371
489
|
"Please enter a new passphrase": "Bitte geben Sie ein neues Passwort ein",
|
|
@@ -376,11 +494,15 @@
|
|
|
376
494
|
"Please enter your passphrase to continue": "Bitte geben Sie Ihr Passwort ein um fortzufahren",
|
|
377
495
|
"Please enter your passphrase to continue.": "Bitte geben Sie Ihre Passphrase ein um fortzufahren.",
|
|
378
496
|
"Please enter your passphrase.": "Bitte geben Sie Ihre Passphrase ein.",
|
|
497
|
+
"Please enter your private key to continue.": "Please enter your private key to continue.",
|
|
379
498
|
"Please install the browser extension.": "Bitte installieren Sie die Browser-Erweiterung.",
|
|
380
499
|
"Please make sure there is at least one group manager.": "Bitte stellen Sie sicher, dass es mindestens einen Gruppenmanager gibt.",
|
|
381
500
|
"Please make sure there is at least one owner.": "Bitte stellen Sie sicher, dass es mindestens einen Eigentümer gibt.",
|
|
382
501
|
"Please try again later or contact your administrator.": "Bitte versuchen Sie es später erneut oder kontaktieren Sie Ihren Administrator.",
|
|
502
|
+
"Please wait, while your request is processed.": "Please wait, while your request is processed.",
|
|
383
503
|
"Please wait...": "Bitte warten...",
|
|
504
|
+
"port": "Port",
|
|
505
|
+
"Previous recovery": "Previous recovery",
|
|
384
506
|
"Privacy": "Privatsphäre",
|
|
385
507
|
"Private": "Privat",
|
|
386
508
|
"Private key": "Privater Schlüssel",
|
|
@@ -389,26 +511,39 @@
|
|
|
389
511
|
"Public": "Öffentlich",
|
|
390
512
|
"Public key": "Öffentlicher Schlüssel",
|
|
391
513
|
"Public key block": "Öffentlicher Schlüssel Block",
|
|
514
|
+
"Quality": "Quality",
|
|
392
515
|
"Randomize": "Randomisieren",
|
|
393
516
|
"Read the documentation": "Dokumentation lesen",
|
|
394
|
-
"Recently Modified": "Vor kurzem geändert",
|
|
395
517
|
"Recently modified": "Vor kurzem geändert",
|
|
518
|
+
"Recommended": "Recommended",
|
|
519
|
+
"Recovering your account, please wait.": "Recovering your account, please wait.",
|
|
520
|
+
"Recovery": "Recovery",
|
|
396
521
|
"Refresh to detect extension": "Aktualisieren, um Erweiterung zu erkennen",
|
|
397
522
|
"Registration & Recovery": "Anmeldung & Wiederherstellung",
|
|
523
|
+
"Reject": "Reject",
|
|
524
|
+
"Rejected": "Rejected",
|
|
398
525
|
"Remember it for": "Merken für",
|
|
399
526
|
"Remember until I log out.": "Bis zum Logout merken.",
|
|
400
527
|
"Remember until signed out.": "Bis zum Logout merken.",
|
|
528
|
+
"Remove": "Remove",
|
|
401
529
|
"Remove old inherited permissions and apply the new destination folder permissions recursively.": "Alte vererbte Berechtigungen entfernen und Berechtigungen des neuen Zielordners rekursiv anwenden.",
|
|
402
530
|
"Rename": "Umbenennen",
|
|
403
531
|
"Rename a folder": "Ordner umbenennen",
|
|
404
532
|
"Renew key": "Schlüssel erneuern",
|
|
533
|
+
"Request account recovery": "Request account recovery",
|
|
534
|
+
"Request help": "Request help",
|
|
405
535
|
"Request invitation": "Einladung anfordern",
|
|
406
|
-
"
|
|
536
|
+
"requested an account recovery": "requested an account recovery",
|
|
537
|
+
"requested this operation": "requested this operation",
|
|
538
|
+
"Requesting administrator approval. Please wait...": "Requesting administrator approval. Please wait...",
|
|
407
539
|
"Resend invite": "Einladung erneut senden",
|
|
540
|
+
"Reset settings": "Reset settings",
|
|
408
541
|
"Resource": "Ressource",
|
|
409
542
|
"Resource with encrypted description": "Ressource mit verschlüsselter Beschreibung",
|
|
410
543
|
"Resources errors": "Ressourcenfehler",
|
|
411
544
|
"Restart": "Neustarten",
|
|
545
|
+
"Restart from scratch": "Restart from scratch",
|
|
546
|
+
"Retrieving account recovery": "Retrieving account recovery",
|
|
412
547
|
"Retrieving activities": "Abrufen von Aktivitäten",
|
|
413
548
|
"Retrieving comments": "Kommentare werden abgerufen",
|
|
414
549
|
"Retrieving group members": "Gruppenmitglieder werden abgerufen",
|
|
@@ -419,11 +554,19 @@
|
|
|
419
554
|
"Retrieving your groups": "Ihre Gruppen werden abgerufen",
|
|
420
555
|
"Retrieving your passwords": "Ihre Passwörter werden abgerufen",
|
|
421
556
|
"Retrieving your tags": "Ihre Tags werden abgerufen",
|
|
557
|
+
"Review": "Review",
|
|
558
|
+
"Review account recovery request": "Review account recovery request",
|
|
559
|
+
"Review recovery request": "Review recovery request",
|
|
560
|
+
"right now": "jetzt",
|
|
422
561
|
"Role": "Rolle",
|
|
562
|
+
"root": "root",
|
|
563
|
+
"root (folder)": "root (Ordner)",
|
|
564
|
+
"Rotate Key": "Rotate Key",
|
|
423
565
|
"Salt": "Salt",
|
|
424
566
|
"Save": "Speichern",
|
|
425
567
|
"Save as new credential": "Als neue Zugangsdaten speichern",
|
|
426
568
|
"Save settings": "Einstellungen speichern",
|
|
569
|
+
"Save Settings Summary": "Save Settings Summary",
|
|
427
570
|
"Save the data entered as a new credential": "Die eingegebenen Daten als neue Zugangsdaten speichern",
|
|
428
571
|
"Search": "Suche",
|
|
429
572
|
"Search among available credentials": "Durch verfügbaren Zugangsdaten suchen",
|
|
@@ -431,12 +574,12 @@
|
|
|
431
574
|
"Search users": "Benutzer suchen",
|
|
432
575
|
"Search:": "Suche:",
|
|
433
576
|
"Secret key": "Geheimschlüssel",
|
|
434
|
-
"Security Token": "Sicherheitstoken",
|
|
435
577
|
"Security token": "Sicherheitstoken",
|
|
436
578
|
"See error details": "Fehlerdetails anzeigen",
|
|
437
579
|
"See list": "Liste anzeigen",
|
|
438
580
|
"See structure": "Struktur anzeigen",
|
|
439
581
|
"Select a file to import": "Datei zum Importieren auswählen",
|
|
582
|
+
"Select all": "Select all",
|
|
440
583
|
"Select resource": "Ressource auswählen",
|
|
441
584
|
"Select user": "Benutzer wählen",
|
|
442
585
|
"Server response does not match initial request.": "Server-Antwort entspricht nicht der ursprünglichen Anfrage.",
|
|
@@ -446,29 +589,34 @@
|
|
|
446
589
|
"Settings": "Einstellungen",
|
|
447
590
|
"Settings have been found in your database as well as in your passbolt.php (or environment variables).": "Einstellungen wurden sowohl in Ihrer Datenbank als auch in Ihrer passbolt.php (oder Umgebungsvariablen) gefunden.",
|
|
448
591
|
"Share": "Freigeben",
|
|
592
|
+
"Share {{numberItems}} items": "{{numberItems}} Elemente teilen",
|
|
593
|
+
"Share {{numberResource}} resources": "{{numberResource}} Ressourcen teilen",
|
|
594
|
+
"Share {numberFolder} folders": "Teile {numberFolder} Ordner",
|
|
449
595
|
"Share a password with this group or wait for a team member to share one with this group.": "Teilen Sie ein Passwort mit dieser Gruppe oder warten Sie darauf, dass ein Teammitglied eines mit dieser Gruppe teilt.",
|
|
450
596
|
"Share folder": "Ordner freigeben",
|
|
451
597
|
"Share resource": "Ressource teilen",
|
|
452
598
|
"Share with people or groups": "Mit Personen oder Gruppen teilen",
|
|
453
|
-
"Share {numberFolder} folders": "Teile {numberFolder} Ordner",
|
|
454
|
-
"Share {{numberItems}} items": "{{numberItems}} Elemente teilen",
|
|
455
|
-
"Share {{numberResource}} resources": "{{numberResource}} Ressourcen teilen",
|
|
456
599
|
"Shared tags": "Geteilte Tags",
|
|
457
600
|
"Shared with": "Freigegeben für",
|
|
458
601
|
"Shared with me": "Für mich freigegeben",
|
|
459
602
|
"Sign in": "Anmelden",
|
|
603
|
+
"sign out": "abmelden",
|
|
460
604
|
"Sign out": "Abmelden",
|
|
461
605
|
"Sign up": "Registrieren",
|
|
606
|
+
"Signing in, please wait.": "Signing in, please wait.",
|
|
462
607
|
"Signing in, please wait...": "Sie werden angemeldet, bitte warten...",
|
|
463
608
|
"Simulate synchronize": "Synchronisation simulieren",
|
|
464
609
|
"Some resources will not be synchronized and will require your attention, see the full report.": "Einige Ressourcen werden nicht synchronisiert und erfordern Ihre Aufmerksamkeit, sehen Sie den vollständigen Bericht.",
|
|
465
|
-
"Something went wrong!": "Etwas ist schiefgelaufen!",
|
|
466
610
|
"Something went wrong, the sign in failed with the following error:": "Etwas ist schief gelaufen, der Login ist mit folgendem Fehler fehlgeschlagen:",
|
|
467
|
-
"Something went wrong
|
|
611
|
+
"Something went wrong!": "Etwas ist schiefgelaufen!",
|
|
612
|
+
"Sorry the account recovery feature is not enabled for this organization.": "Sorry the account recovery feature is not enabled for this organization.",
|
|
613
|
+
"sorry you can only have one key set at the moment": "Entschuldigung, aktuell können Sie nur einen Schlüssel-Satz verwalten",
|
|
468
614
|
"Sorry your subscription is either missing or not readable.": "Ihr Abonnement leider fehlt oder ist nicht lesbar.",
|
|
469
615
|
"Sorry, it is not possible to proceed. The first QR code is empty.": "Leider ist es nicht möglich, fortzufahren. Der erste QR-Code ist leer.",
|
|
470
616
|
"Sorry, it is not possible to proceed. The first QR code is too big.": "Es ist leider nicht möglich fortzufahren. Der erste QR-Code ist zu groß.",
|
|
471
617
|
"Sorry, the server key has changed.": "Entschuldigung, der Server-Schlüssel hat sich geändert.",
|
|
618
|
+
"Sorry, this account recovery request has expired and cannot be updated, or was already handled by another administrator.": "Sorry, this account recovery request has expired and cannot be updated, or was already handled by another administrator.",
|
|
619
|
+
"Sorry, wrong computer or browser...": "Sorry, wrong computer or browser...",
|
|
472
620
|
"Sorry, you have not been signed in.": "Sie sind leider nicht angemeldet.",
|
|
473
621
|
"Sorry, your browser is not supported.": "Ihr Browser wird leider nicht unterstützt.",
|
|
474
622
|
"Sorry... maybe an administrator can help?": "Entschuldigung... vielleicht kann ein Administrator helfen?",
|
|
@@ -476,7 +624,8 @@
|
|
|
476
624
|
"Start typing a person name": "Beginnen Sie, den Namen einer Person einzugeben",
|
|
477
625
|
"Start typing a user or group name": "Beginnen Sie, einen Benutzer- oder Gruppennamen einzugeben",
|
|
478
626
|
"Status": "Status",
|
|
479
|
-
"
|
|
627
|
+
"Strong": "Strong",
|
|
628
|
+
"Submit": "Submit",
|
|
480
629
|
"Submitting the form will overwrite those settings with the ones you choose in the form below.": "Wenn Sie das Formular abschicken, werden diese Einstellungen mit den Einstellungen überschrieben, die Sie im untenstehenden Formular auswählen.",
|
|
481
630
|
"Subscription": "Abonnement",
|
|
482
631
|
"Subscription id:": "Abonnement-ID:",
|
|
@@ -499,12 +648,10 @@
|
|
|
499
648
|
"Take a deep breath and enjoy being in the present moment...": "Atmen Sie tief durch und genießen Sie es im Moment zu sein...",
|
|
500
649
|
"Terms": "Bedingungen",
|
|
501
650
|
"Test settings": "Test-Einstellungen",
|
|
502
|
-
"
|
|
503
|
-
"The
|
|
504
|
-
"The
|
|
505
|
-
"The
|
|
506
|
-
"The Yubikey provider is disabled for all users.": "Der Yubikey-Anbieter ist für alle Benutzer deaktiviert.",
|
|
507
|
-
"The Yubikey provider is enabled for all users. They can setup this provider in their profile and use it as second factor authentication.": "Der Yubikey-Anbieter ist für alle Nutzer aktiviert. Sie können diesen Anbieter in ihrem Profil einrichten und ihn als Zweitfaktor-Authentifizierung verwenden.",
|
|
651
|
+
"Test settings report": "Test settings report",
|
|
652
|
+
"The account recovery request does not exist.": "The account recovery request does not exist.",
|
|
653
|
+
"The account recovery review has been saved successfully": "The account recovery review has been saved successfully",
|
|
654
|
+
"The account recovery subscription setting has been updated.": "The account recovery subscription setting has been updated.",
|
|
508
655
|
"The attribute you would like to use for the first part of the email (usually username).": "Das Attribut, das Sie für den ersten Teil der E-Mail verwenden möchten (meist Benutzername).",
|
|
509
656
|
"The base DN (default naming context) for the domain.": "Der Basis-DN (Standard-Namenskontext) für die Domain.",
|
|
510
657
|
"The client identifier should be an integer.": "Der Client-Identifikator sollte eine Ganzzahl sein.",
|
|
@@ -517,6 +664,8 @@
|
|
|
517
664
|
"The description has been updated successfully": "Die Beschreibung wurde erfolgreich aktualisiert",
|
|
518
665
|
"The dialog has been closed.": "Der Dialog wurde geschlossen.",
|
|
519
666
|
"The domain name part of the email (@your-domain-name).": "Der Domain-Name der E-Mail (@your-domain-name).",
|
|
667
|
+
"The Duo provider is disabled for all users.": "Der Duo-Anbieter ist für alle Benutzer deaktiviert.",
|
|
668
|
+
"The Duo provider is enabled for all users. They can setup this provider in their profile and use it as second factor authentication.": "Der Duo-Anbieter ist für alle Benutzer aktiviert. Der Benutzer kann diesen Anbieter im Profil einrichten und ihn als Zweitfaktor-Authentifizierung verwenden.",
|
|
520
669
|
"The email has been copied to clipboard": "Die E-Mail wurde in die Zwischenablage kopiert",
|
|
521
670
|
"The email notification settings were updated.": "Die E-Mail-Benachrichtigungseinstellungen wurden aktualisiert.",
|
|
522
671
|
"The extension is not configured yet": "Die Erweiterung ist noch nicht konfiguriert",
|
|
@@ -532,22 +681,27 @@
|
|
|
532
681
|
"The internationalization settings were updated.": "Die Internationalisierungs-Einstellungen wurden aktualisiert.",
|
|
533
682
|
"The invitation is expired.": "Die Einladung ist abgelaufen.",
|
|
534
683
|
"The invite has been resent successfully": "Die Einladung wurde erfolgreich erneut gesendet",
|
|
684
|
+
"The key can't be empty.": "The key can't be empty.",
|
|
535
685
|
"The multi factor authentication settings for the organization were updated.": "Die Multi-Faktor-Authentifizierungseinstellungen für die Organisation wurden aktualisiert.",
|
|
686
|
+
"The new organization recovery key should not be a formerly used organization recovery key.": "The new organization recovery key should not be a formerly used organization recovery key.",
|
|
536
687
|
"The operation failed with the following error:": "Der Vorgang ist mit folgendem Fehler fehlgeschlagen:",
|
|
537
688
|
"The operation has been aborted.": "Der Vorgang wurde abgebrochen.",
|
|
538
689
|
"The operation was cancelled.": "Der Vorgang wurde abgebrochen.",
|
|
539
690
|
"The operation was successful.": "Der Vorgang war erfolgreich.",
|
|
691
|
+
"The organization private recovery key should not be stored in passbolt.": "The organization private recovery key should not be stored in passbolt.",
|
|
692
|
+
"The organization recovery policy has been updated successfully": "The organization recovery policy has been updated successfully",
|
|
540
693
|
"The passphrase is invalid.": "Die Passphrase ist ungültig.",
|
|
694
|
+
"The passphrase is part of an exposed data breach.": "The passphrase is part of an exposed data breach.",
|
|
541
695
|
"The passphrase is stored on your device and never sent server side.": "Die Passphrase wird auf Ihrem Gerät gespeichert und niemals an den Server gesendet.",
|
|
542
696
|
"The passphrase is used to encrypt your secret key, which is required to decrypt your secrets, such as the passwords.": "Die Passphrase wird zum Verschlüsseln Ihres geheimen Schlüssels verwendet, der benötigt wird, um Ihre Geheimnisse, wie z. B. Passwörter, zu entschlüsseln.",
|
|
543
697
|
"The passphrase should not be empty.": "Die Passphrase sollte nicht leer sein.",
|
|
698
|
+
"The passphrase should not be part of an exposed data breach.": "The passphrase should not be part of an exposed data breach.",
|
|
544
699
|
"The passphrase was updated!": "Die Passphrase wurde aktualisiert!",
|
|
700
|
+
"The passphrase you defined when initiating the account recovery is required to complete the operation.": "The passphrase you defined when initiating the account recovery is required to complete the operation.",
|
|
545
701
|
"The password field is not defined.": "Das Passwortfeld ist nicht definiert.",
|
|
546
702
|
"The password has been added as a favorite": "Das Passwort wurde als Favorit hinzugefügt",
|
|
547
703
|
"The password has been added successfully": "Das Passwort wurde erfolgreich hinzugefügt",
|
|
548
704
|
"The password has been copied to clipboard": "Das Passwort wurde in die Zwischenablage kopiert",
|
|
549
|
-
"The password has been deleted successfully": "Das Passwort wurde erfolgreich gelöscht",
|
|
550
|
-
"The password has been deleted successfully_plural": "Die Passwörter wurden erfolgreich gelöscht",
|
|
551
705
|
"The password has been removed from favorites": "Das Passwort wurde aus den Favoriten entfernt",
|
|
552
706
|
"The password has been updated successfully": "Das Passwort wurde erfolgreich aktualisiert",
|
|
553
707
|
"The password is empty.": "Das Passwort ist leer.",
|
|
@@ -557,7 +711,10 @@
|
|
|
557
711
|
"The permissions have been changed successfully.": "Die Berechtigungen wurden erfolgreich geändert.",
|
|
558
712
|
"The private key is invalid.": "Der private Schlüssel ist ungültig.",
|
|
559
713
|
"The private key should not be empty.": "Der private Schlüssel darf nicht leer sein.",
|
|
714
|
+
"The private key should not have an expiry date.": "The private key should not have an expiry date.",
|
|
560
715
|
"The public key has been copied to clipboard": "Der öffentliche Schlüssel wurde in die Zwischenablage kopiert",
|
|
716
|
+
"The pwnedpasswords service is unavailable, your passphrase might be part of an exposed data breach": "The pwnedpasswords service is unavailable, your passphrase might be part of an exposed data breach",
|
|
717
|
+
"The request is expired.": "The request is expired.",
|
|
561
718
|
"The salt should be between 40 and 128 characters in length.": "Der Salt muss zwischen 40 und 128 Zeichen lang sein.",
|
|
562
719
|
"The secret has been copied to clipboard": "Das Geheimnis wurde in die Zwischenablage kopiert",
|
|
563
720
|
"The secret plaintext is empty.": "Der geheime Klartext ist leer.",
|
|
@@ -571,6 +728,8 @@
|
|
|
571
728
|
"The tag has been updated successfully": "Der Tag wurde erfolgreich aktualisiert",
|
|
572
729
|
"The tags have been updated successfully": "Tags wurden erfolgreich aktualisiert",
|
|
573
730
|
"The theme has been updated successfully": "Das Theme wurde erfolgreich aktualisiert",
|
|
731
|
+
"The Time-based One Time Password provider is disabled for all users.": "Der zeitbasierte One Time Password Anbieter ist für alle Benutzer deaktiviert.",
|
|
732
|
+
"The Time-based One Time Password provider is enabled for all users. They can setup this provider in their profile and use it as second factor authentication.": "Der zeitbasierte One Time Password Anbieter ist für alle Benutzer aktiviert. Der Benutzer kann diesen Anbieter im Profil einrichten und ihn als Zweitfaktor-Authentifizierung verwenden.",
|
|
574
733
|
"The transfer was cancelled because the other client returned an error.": "Die Übertragung wurde abgebrochen, weil der andere Client einen Fehler zurückgegeben hat.",
|
|
575
734
|
"The uri has been copied to clipboard": "Die URI wurde in die Zwischenablage kopiert",
|
|
576
735
|
"The user directory settings for the organization were updated.": "Die Benutzerverzeichniseinstellungen für die Organisation wurden aktualisiert.",
|
|
@@ -578,8 +737,11 @@
|
|
|
578
737
|
"The user has been deleted successfully": "Der Benutzer wurde erfolgreich gelöscht",
|
|
579
738
|
"The user has been updated successfully": "Der Benutzer wurde erfolgreich aktualisiert",
|
|
580
739
|
"The user is not a member of any group yet": "Der Benutzer ist noch kein Mitglied einer Gruppe",
|
|
740
|
+
"The user who requested an account recovery does not exist.": "The user who requested an account recovery does not exist.",
|
|
581
741
|
"The username has been copied to clipboard": "Der Benutzername wurde in die Zwischenablage kopiert",
|
|
582
742
|
"The username should be a valid username address.": "Der Benutzername sollte eine gültige Benutzernamen Adresse sein.",
|
|
743
|
+
"The Yubikey provider is disabled for all users.": "Der Yubikey-Anbieter ist für alle Benutzer deaktiviert.",
|
|
744
|
+
"The Yubikey provider is enabled for all users. They can setup this provider in their profile and use it as second factor authentication.": "Der Yubikey-Anbieter ist für alle Nutzer aktiviert. Sie können diesen Anbieter in ihrem Profil einrichten und ihn als Zweitfaktor-Authentifizierung verwenden.",
|
|
583
745
|
"Theme": "Benutzeroberfläche",
|
|
584
746
|
"There is no description yet, click here to add one.": "Noch keine Beschreibung, klicken Sie hier um eine hinzuzufügen.",
|
|
585
747
|
"There is no description.": "Es gibt keine Beschreibung.",
|
|
@@ -588,12 +750,18 @@
|
|
|
588
750
|
"There was an issue while importing folders:": "Beim Importieren der Ordner ist ein Problem aufgetreten:",
|
|
589
751
|
"There was an issue while importing passwords:": "Beim Importieren der Passwörter ist ein Fehler aufgetreten:",
|
|
590
752
|
"There was an unexpected error...": "Ein unerwarteter Fehler ist aufgetreten...",
|
|
753
|
+
"They will be able to help you in case you lose it.": "They will be able to help you in case you lose it.",
|
|
754
|
+
"They will be able to help you in case you lose them.": "They will be able to help you in case you lose them.",
|
|
755
|
+
"This action can’t be undone. All the data associated with this user will be permanently deleted.": "This action can’t be undone. All the data associated with this user will be permanently deleted.",
|
|
756
|
+
"This action can’t be undone. Other users may lose access.": "This action can’t be undone. Other users may lose access.",
|
|
757
|
+
"This action can’t be undone. Users in this group may lose access to the content shared with it.": "This action can’t be undone. Users in this group may lose access to the content shared with it.",
|
|
591
758
|
"This email is not associated with any approved users on this domain.": "Diese E-Mail ist keinem zugelassenen Benutzer dieser Domain zugeordnet.",
|
|
592
759
|
"This group is the sole owner of some content. You need to transfer the ownership to others to continue.": "Diese Gruppe ist der alleinige Eigentümer eines Inhalts. Sie müssen das Eigentum auf andere übertragen um fortzufahren.",
|
|
593
760
|
"This is not a valid hostname.": "Dies ist kein gültiger Host-Name.",
|
|
594
761
|
"This is not a valid integration key.": "Dies ist kein gültiger Integrationsschlüssel.",
|
|
595
762
|
"This is not a valid passphrase.": "Dies ist keine gültige Passphrase.",
|
|
596
763
|
"This is not a valid secret key.": "Dies ist kein gültiger geheimer Schlüssel.",
|
|
764
|
+
"this is the maximum size for this field, make sure your data was not truncated": "",
|
|
597
765
|
"This passphrase is the only passphrase you will need to remember from now on, choose wisely!": "Diese Passphrase ist die einzige Passphrase, welche Sie sich von nun an merken müssen. Wählen gut aus!",
|
|
598
766
|
"This secret key is not valid.": "Dieser geheime Schlüssel ist ungültig.",
|
|
599
767
|
"This security token will be displayed when your passphrase is requested, so you can quickly verify the form is coming from passbolt.": "Dieses Sicherheits-Token wird angezeigt, wenn Ihre Passphrase angefordert wird, damit Sie leicht überprüfen können, dass das Formular von Passbolt herstellt wurde.",
|
|
@@ -605,20 +773,19 @@
|
|
|
605
773
|
"This user is an administrator": "Dieser Benutzer ist ein Administrator",
|
|
606
774
|
"This user is the sole owner of some content. You need to transfer the ownership to others to continue.": "Dieser Benutzer ist der alleinige Eigentümer eines Inhalts. Sie müssen das Eigentum auf andere übertragen, um fortzufahren.",
|
|
607
775
|
"This will help protect you from <1>phishing attacks</1>.": "Dies wird dabei helfen, Sie vor <1>Phishing-Attacken</1> zu schützen.",
|
|
608
|
-
"This will help protect you from phishing attacks": "Dies wird dabei helfen, Sie vor Phishing-Attacken zu schützen",
|
|
609
776
|
"Time-based One Time Password": "Zeitbasiertes einmaliges Passwort",
|
|
610
777
|
"Tips for choosing a good passphrase": "Tipps zur Auswahl einer guten Passphrase",
|
|
611
778
|
"Transfer complete!": "Transfer abgeschlossen!",
|
|
612
779
|
"Transfer in progress...": "Transfer läuft...",
|
|
780
|
+
"Transfer your account key": "Transfer your account key",
|
|
613
781
|
"Try again": "Erneut versuchen",
|
|
614
782
|
"Try another search or use the left panel to navigate into your organization.": "Versuchen Sie eine andere Suche oder verwenden Sie das linke Fenster, um in Ihre Organisation zu navigieren.",
|
|
615
783
|
"Try another search or use the left panel to navigate into your passwords.": "Versuchen Sie eine andere Suche oder verwenden Sie das linke Fenster, um zu Ihren Passwörtern zu navigieren.",
|
|
616
784
|
"Try with another email": "Mit einer anderen E-Mail versuchen",
|
|
617
785
|
"Type": "Typ",
|
|
618
786
|
"Type one or more characters": "Ein oder mehrere Zeichen eingeben",
|
|
619
|
-
"URI": "URI",
|
|
620
|
-
"URL": "URL",
|
|
621
787
|
"Uid": "Uid",
|
|
788
|
+
"Unable to use the password on this page. Copy and paste the information instead.": "Unable to use the password on this page. Copy and paste the information instead.",
|
|
622
789
|
"Unchanged": "Unverändert",
|
|
623
790
|
"Unfortunately you need your passphrase in order to continue. If you forgot it, please contact your administrator.": "Leider benötigen Sie Ihre Passphrase um fortzufahren. Wenn Sie sie vergessen haben, kontaktieren Sie bitte Ihren Administrator.",
|
|
624
791
|
"Unknown activity, please contact your administrator.": "Unbekannte Aktivität, bitte kontaktieren Sie Ihren Administrator.",
|
|
@@ -630,42 +797,51 @@
|
|
|
630
797
|
"Update key": "Schlüssel aktualisieren",
|
|
631
798
|
"Update the Security Token": "Sicherheits-Token aktualisieren",
|
|
632
799
|
"Update the subscription key and try again.": "Aktualisieren Sie den Abonnementschlüssel und versuchen Sie es erneut.",
|
|
800
|
+
"updated": "aktualisiert",
|
|
801
|
+
"upload": "Upload",
|
|
633
802
|
"Upload a new avatar picture": "Neues Avatar-Bild hochladen",
|
|
634
803
|
"Upper case": "Großbuchstaben",
|
|
804
|
+
"URI": "URI",
|
|
805
|
+
"URL": "URL",
|
|
635
806
|
"Use email prefix / suffix?": "E-Mail-Präfix / Suffix verwenden?",
|
|
807
|
+
"use on this page": "auf dieser Seite verwenden",
|
|
636
808
|
"Use this option when user entries do not include an email address by default": "Diese Option verwenden, wenn Benutzereinträge standardmäßig keine E-Mail-Adresse enthalten",
|
|
637
|
-
"
|
|
809
|
+
"user": "Benutzer*innen",
|
|
810
|
+
"User": "User",
|
|
811
|
+
"User ids": "User ids",
|
|
638
812
|
"User object class": "Benutzer-Objektklasse",
|
|
639
813
|
"User path": "Benutzer-Pfad",
|
|
640
814
|
"User path is used in addition to base DN while searching users.": "Der Benutzerpfad wird zusätzlich zur Basis-DN bei der Suche von Benutzern verwendet.",
|
|
641
815
|
"Username": "Benutzername",
|
|
642
816
|
"Username / Email": "Benutzername / E-Mail",
|
|
817
|
+
"users": "Benutzer*innen",
|
|
643
818
|
"Users": "Benutzer",
|
|
644
819
|
"Users Directory": "Benutzerverzeichnis",
|
|
645
820
|
"Users limit:": "Benutzerlimit:",
|
|
646
821
|
"Users parent group": "Übergeordnete Benutzergruppe",
|
|
647
822
|
"Valid from:": "Gültig ab:",
|
|
823
|
+
"varies": "variiert",
|
|
648
824
|
"Verify": "Überprüfen",
|
|
649
|
-
"
|
|
825
|
+
"Very strong": "Very strong",
|
|
826
|
+
"Very weak": "Very weak",
|
|
827
|
+
"View": "View",
|
|
650
828
|
"View detail": "Details anzeigen",
|
|
651
829
|
"View it in passbolt": "In Passbolt anzeigen",
|
|
652
830
|
"Wait for a team member to share a password with you.": "Warten Sie, bis ein Teammitglied Ihnen ein Passwort mitteilt.",
|
|
653
831
|
"Want to contribute?": "Wollen Sie mitwirken?",
|
|
654
|
-
"Warning
|
|
655
|
-
"Warning
|
|
656
|
-
"Warning
|
|
657
|
-
"Warning
|
|
658
|
-
"Warning:
|
|
659
|
-
"Warning:
|
|
660
|
-
"Warning:
|
|
661
|
-
"Warning: This action can’t be undone. Users in this group may lose access to the content shared with it.": "Warnung: Diese Aktion kann nicht rückgängig gemacht werden. Benutzer*innen in dieser Gruppe können den Zugriff auf Inhalte verlieren, die mit dieser geteilt wurden.",
|
|
662
|
-
"Warning: this is the maximum size for this field, make sure your data was not truncated": "Warnung: Dies ist die maximale Größe für dieses Feld. Stellen Sie sicher, dass Ihre Daten nicht abgeschnitten wurden",
|
|
832
|
+
"Warning, Don't forget to add an organization recovery key.": "Warning, Don't forget to add an organization recovery key.",
|
|
833
|
+
"Warning, Don't forget to save your settings to apply your modification.": "Warning, Don't forget to save your settings to apply your modification.",
|
|
834
|
+
"Warning, Please review carefully this configuration as it will not be trivial to change this later.": "Warning, Please review carefully this configuration as it will not be trivial to change this later.",
|
|
835
|
+
"Warning, we encourage you to generate your OpenPGP Organization Recovery Key separately. Make sure you keep a backup in a safe place.": "Warning, we encourage you to generate your OpenPGP Organization Recovery Key separately. Make sure you keep a backup in a safe place.",
|
|
836
|
+
"Warning:": "Warning:",
|
|
837
|
+
"Warning: If users lose their private key and passphrase they will not be able to recover their account.": "Warning: If users lose their private key and passphrase they will not be able to recover their account.",
|
|
838
|
+
"Warning: You should inform your users not to store personal passwords.": "Warning: You should inform your users not to store personal passwords.",
|
|
663
839
|
"We sent you a link to verify your email.": "Wir senden Ihnen einen Link zur Bestätigung Ihrer E-Mail-Adresse.",
|
|
840
|
+
"Weak": "Weak",
|
|
664
841
|
"Welcome back, please enter your private key to begin the recovery process.": "Willkommen zurück, geben Sie bitte Ihren privaten Schlüssel ein, um mit dem Wiederherstellungsprozess zu beginnen.",
|
|
665
842
|
"Welcome to Passbolt, please select a passphrase!": "Willkommen bei Passbolt, bitte wählen Sie eine Passphrase!",
|
|
666
843
|
"Welcome to passbolt!": "Willkommen bei Passbolt!",
|
|
667
|
-
"Welcome to the mobile
|
|
668
|
-
"Welcome, please enter your private key to continue.": "Willkommen, bitte geben Sie Ihren privaten Schlüssel ein, um fortzufahren.",
|
|
844
|
+
"Welcome to the mobile app setup": "Welcome to the mobile app setup",
|
|
669
845
|
"What if I forgot my passphrase?": "Was passiert, wenn ich mein Passwort vergessen habe?",
|
|
670
846
|
"What is the role of the passphrase?": "Welche Rolle spielt die Passphrase?",
|
|
671
847
|
"When a comment is posted on a password, notify the users who have access to this password.": "Wenn ein Kommentar zu einem Passwort veröffentlicht wird, benachrichtige die Benutzer*innen, die Zugang zu diesem Passwort haben.",
|
|
@@ -678,11 +854,22 @@
|
|
|
678
854
|
"When a password is deleted, notify the users who had access to it.": "Wenn ein Ordner gelöscht wird, benachrichtige die Benutzer*innen, die Zugriff darauf hatten.",
|
|
679
855
|
"When a password is shared, notify the users who gain access to it.": "Wenn ein Ordner freigegeben wird, benachrichtige die Benutzer*innen, die Zugriff darauf erhalten.",
|
|
680
856
|
"When a password is updated, notify the users who have access to it.": "Wenn ein Ordner aktualisiert wird, benachrichtige die Benutzer*innen, die Zugriff darauf haben.",
|
|
857
|
+
"When a user aborted a recover, notify all the administrators.": "When a user aborted a recover, notify all the administrators.",
|
|
858
|
+
"When a user completed a recover, notify all the administrators.": "When a user completed a recover, notify all the administrators.",
|
|
859
|
+
"When a user completed a setup, notify all the administrators.": "When a user completed a setup, notify all the administrators.",
|
|
860
|
+
"When an account recovery is approved, notify the user.": "When an account recovery is approved, notify the user.",
|
|
861
|
+
"When an account recovery is rejected, notify the user.": "When an account recovery is rejected, notify the user.",
|
|
862
|
+
"When an account recovery is requested, notify the administrators.": "When an account recovery is requested, notify the administrators.",
|
|
863
|
+
"When an account recovery is requested, notify the user.": "When an account recovery is requested, notify the user.",
|
|
864
|
+
"When an account recovery policy is updated, notify the administrators.": "When an account recovery policy is updated, notify the administrators.",
|
|
865
|
+
"When an administrator answered to an account recovery request, notify all the administrators.": "When an administrator answered to an account recovery request, notify all the administrators.",
|
|
866
|
+
"When an administrator answered to an account recovery request, notify the administrator.": "When an administrator answered to an account recovery request, notify the administrator.",
|
|
681
867
|
"When members of a group change, notify the group manager(s).": "Wenn Mitglieder einer Gruppe sich ändern, benachrichtige die*den Gruppenmanager*in(nen).",
|
|
682
868
|
"When new users are invited to passbolt, notify them.": "Wenn neue Benutzer*innen zur Passbolt eingeladen werden, benachrichtige diese.",
|
|
683
869
|
"When user roles change in a group, notify the corresponding users.": "Wenn sich die Rollen in einer Gruppe ändern, benachrichtige die entsprechenden Benutzer*innen.",
|
|
684
870
|
"When users are added to a group, notify them.": "Wenn Benutzer*innen einer Gruppe hinzugefügt werden, benachrichtige diese.",
|
|
685
871
|
"When users are removed from a group, notify them.": "Wenn Benutzer*innen aus einer Gruppe entfernt werden, benachrichtige diese.",
|
|
872
|
+
"When users completed the recover of their account, notify them.": "When users completed the recover of their account, notify them.",
|
|
686
873
|
"When users try to recover their account, notify them.": "Wenn Benutzer*innen versuchen, ihr Konto wiederherzustellen, benachrichtige diese.",
|
|
687
874
|
"Why is this token needed?": "Warum wird dieser Token benötigt?",
|
|
688
875
|
"Will be added": "Wird hinzugefügt",
|
|
@@ -693,6 +880,7 @@
|
|
|
693
880
|
"Would you like to save this credential ?": "Möchten Sie diese Zugangsdaten speichern?",
|
|
694
881
|
"Yes I checked and it is all fine.": "Ja, ich habe es überprüft, und es ist alles in Ordnung.",
|
|
695
882
|
"You": "Sie",
|
|
883
|
+
"You already enrolled to the account recovery program": "You already enrolled to the account recovery program",
|
|
696
884
|
"You are about to delete the group <1>{{groupName}}</1>.": "Sie sind dabei die Gruppe <1>{{groupName}}</1> zu löschen.",
|
|
697
885
|
"You are about to delete the user <1>{{user}}</1>.": "Sie sind dabei die*den Benutzer*in <1>{{user}}</1> zu löschen.",
|
|
698
886
|
"You are about to disable second-factor authentication (MFA) for the user <1>{{name}} ({{username}})</1>.": "Sie sind dabei die Zwei-Faktor-Authentifizierung (MFA) für <1>{{name}} ({{username}})</1> zu deaktivieren.",
|
|
@@ -712,109 +900,56 @@
|
|
|
712
900
|
"You do not own any passwords yet. It does feel a bit empty here, create your first password.": "Sie besitzen noch keine Passwörter. Es fühlt sich hier etwas leer an, erstellen Sie Ihr erstes Passwort.",
|
|
713
901
|
"You must accept the new server key": "Sie müssen den neuen Server-Schlüssel akzeptieren",
|
|
714
902
|
"You need to click save for the changes to take place.": "Sie müssen auf Speichern klicken, um die Änderungen durchzuführen.",
|
|
903
|
+
"You need to finalize the account recovery process with the same computer you used for the account recovery request.": "You need to finalize the account recovery process with the same computer you used for the account recovery request.",
|
|
904
|
+
"You need use the same computer and browser to finalize the process.": "You need use the same computer and browser to finalize the process.",
|
|
715
905
|
"You need your passphrase to continue.": "Sie benötigen Ihre Passphrase, um fortzufahren.",
|
|
716
906
|
"You seem to have Email Notification Settings defined in your passbolt.php (or via environment variables).": "Anscheinend haben Sie E-Mail-Benachrichtigungseinstellungen in Ihrer passbolt.php (oder über Umgebungsvariablen) definiert.",
|
|
907
|
+
"You should keep it offline in a safe place.": "You should keep it offline in a safe place.",
|
|
717
908
|
"You will be able to save it after submitting": "Sie können es nach dem Absenden speichern",
|
|
718
|
-
"
|
|
909
|
+
"you@organization.com": "sie@organisation.com",
|
|
719
910
|
"Your language is missing or you discovered an error in the translation, help us to improve passbolt.": "Ihre Sprache fehlt oder Sie haben einen Fehler in der Übersetzung entdeckt, helfen Sie uns, Passbolt zu verbessern.",
|
|
911
|
+
"Your OpenPGP private key block": "Ihr OpenPGP Privater-Schlüssel-Block",
|
|
912
|
+
"Your organization recovery key will be used to decrypt and recover the private key and passphrase of the users that are participating in the account recovery program.": "Your organization recovery key will be used to decrypt and recover the private key and passphrase of the users that are participating in the account recovery program.",
|
|
720
913
|
"Your passphrase has been changed. Make sure you keep a backup of your secret key encrypted with this new passphrase.": "Ihre Passphrase wurde geändert. Stellen Sie sicher, dass Sie ein Backup Ihres - mit dieser Passphrase verschlüsselten - geheimen Schlüssels haben.",
|
|
914
|
+
"Your passphrase is required to sign-in.": "Your passphrase is required to sign-in.",
|
|
721
915
|
"Your passphrase is wrong!": "Ihre Passphrase ist falsch!",
|
|
722
916
|
"Your passphrase is wrong! The operation has been aborted.": "Ihre Passphrase ist falsch! Der Vorgang wurde abgebrochen.",
|
|
723
917
|
"Your session has expired, you need to sign in.": "Ihre Sitzung ist abgelaufen, Sie müssen sich anmelden.",
|
|
918
|
+
"your subscription key has expired. The stability of the application is at risk.": "Ihr Abonnementschlüssel ist abgelaufen. Die Stabilität der Anwendung ist gefährdet.",
|
|
724
919
|
"Your subscription key is either missing or not valid.": "Ihr Abonnementschlüssel fehlt oder ist ungültig.",
|
|
725
920
|
"Your subscription key is going to expire.": "Ihr Abonnementschlüssel läuft ab.",
|
|
726
921
|
"Your subscription key is not valid.": "Ihr Abonnementschlüssel ist nicht gültig.",
|
|
727
|
-
"Your subscription key is valid and up to date!": "Ihr Abonnementschlüssel ist gültig und aktuell!",
|
|
728
|
-
"admin": "Admin",
|
|
729
|
-
"administration": "Verwaltung",
|
|
730
|
-
"can read": "kann lesen",
|
|
731
|
-
"can update": "kann aktualisieren",
|
|
732
|
-
"cancel": "abbrechen",
|
|
733
|
-
"cancel the operation": "Vorgang abbrechen",
|
|
734
|
-
"close": "schließen",
|
|
735
|
-
"copy": "kopieren",
|
|
736
|
-
"copy to clipboard": "in die Zwischenablage kopieren",
|
|
737
|
-
"csv exports from keepassx, lastpass and 1password are supported": "CSV-Exporte von keepassx, lastpass und 1password werden unterstützt",
|
|
738
|
-
"currently:": "aktuell: ",
|
|
739
|
-
"deleted": "gelöscht",
|
|
740
|
-
"edit": "bearbeiten",
|
|
741
|
-
"email": "e-Mail",
|
|
742
|
-
"empty": "leer",
|
|
743
|
-
"expired ": "abgelaufen ",
|
|
744
|
-
"fair": "fair",
|
|
745
|
-
"first name": "Vorname",
|
|
746
|
-
"folder": "Ordner",
|
|
747
|
-
"generate": "generieren",
|
|
748
|
-
"group name": "Gruppenname",
|
|
749
|
-
"help": "Hilfe",
|
|
750
|
-
"host": "Host",
|
|
751
|
-
"is owner": "ist Eigentümer*in",
|
|
752
|
-
"kdbx files are files generated by keepass v2.x": "kdbx-Dateien sind Dateien, die von keepass v2.x generiert werden",
|
|
753
|
-
"last name": "Nachname",
|
|
754
|
-
"loading...": "lade...",
|
|
755
|
-
"login": "Anmelden",
|
|
756
|
-
"logout": "Abmelden",
|
|
757
|
-
"modify": "ändern",
|
|
758
|
-
"more": "mehr",
|
|
759
|
-
"n/a": "n/a",
|
|
760
|
-
"new": "neu",
|
|
761
|
-
"new manager": "neue*r Manager*in",
|
|
762
|
-
"new owner": "neue*r Eigentümer*in",
|
|
763
|
-
"no url provided": "keine URL angegeben",
|
|
764
|
-
"no username provided": "kein Bennutzer*innenname angegeben",
|
|
765
|
-
"no, thanks": "nein, danke",
|
|
766
|
-
"open in a new tab": "in einem neuen Tab öffnen",
|
|
767
|
-
"open passbolt in a new tab": "Passbolt in einem neuen Tab öffnen",
|
|
768
|
-
"or": "oder",
|
|
769
|
-
"or, contact us": "oder kontaktieren Sie uns",
|
|
770
|
-
"passphrase": "Passphrase",
|
|
771
|
-
"password": "Passwort",
|
|
772
|
-
"password generator": "Passwortgenerator",
|
|
773
|
-
"passwords": "Passwörter",
|
|
774
|
-
"port": "Port",
|
|
775
|
-
"right now": "jetzt",
|
|
776
|
-
"root": "root",
|
|
777
|
-
"root (folder)": "root (Ordner)",
|
|
778
|
-
"save": "speichern",
|
|
779
|
-
"search": "Suche",
|
|
780
|
-
"sign out": "abmelden",
|
|
781
|
-
"sorry you can only have one key set at the moment": "Entschuldigung, aktuell können Sie nur einen Schlüssel-Satz verwalten",
|
|
782
|
-
"strong": "stark",
|
|
783
|
-
"updated": "aktualisiert",
|
|
784
|
-
"upload": "Upload",
|
|
785
|
-
"use on this page": "auf dieser Seite verwenden",
|
|
786
|
-
"user": "Benutzer*innen",
|
|
787
|
-
"username": "Benutzer*innenname",
|
|
788
|
-
"users": "Benutzer*innen",
|
|
789
|
-
"varies": "variiert",
|
|
790
|
-
"very strong": "sehr stark",
|
|
791
|
-
"very weak": "sehr schwach",
|
|
792
|
-
"view": "anschauen",
|
|
793
|
-
"weak": "schwach",
|
|
794
|
-
"you@organization.com": "sie@organisation.com",
|
|
795
|
-
"your subscription key has expired. The stability of the application is at risk.": "Ihr Abonnementschlüssel ist abgelaufen. Die Stabilität der Anwendung ist gefährdet.",
|
|
796
922
|
"your subscription key is not valid. The stability of the application is at risk.": "Ihr Abonnementschlüssel ist nicht gültig. Die Stabilität der Anwendung ist gefährdet.",
|
|
923
|
+
"Your subscription key is valid and up to date!": "Ihr Abonnementschlüssel ist gültig und aktuell!",
|
|
797
924
|
"your subscription key will expire": "ihr Abonnementschlüssel läuft ab",
|
|
798
|
-
"{{count}} entry had errors and will be ignored during synchronization.": "{{count}} Eintrag hatte Fehler und wird während der Synchronisierung ignoriert.",
|
|
799
|
-
"{{count}} entry had errors and will be ignored during synchronization.
|
|
800
|
-
"{{count}} folder": "{{count}} Ordner",
|
|
801
|
-
"{{count}} folder has been imported successfully.": "{{count}} Ordner
|
|
802
|
-
"{{count}} folder
|
|
803
|
-
"{{count}} folder is going to be exported.": "{{count}} Ordner
|
|
804
|
-
"{{count}}
|
|
805
|
-
"{{count}}
|
|
806
|
-
"{{count}} group": "{{count}}
|
|
807
|
-
"{{count}}
|
|
808
|
-
"{{count}}
|
|
809
|
-
"{{count}}
|
|
810
|
-
"{{count}} password has been imported successfully.
|
|
811
|
-
"{{count}} password
|
|
812
|
-
"{{count}} password is going to be exported.
|
|
813
|
-
"{{count}}
|
|
814
|
-
"{{count}} user": "{{count}}
|
|
815
|
-
"{{count}}
|
|
816
|
-
"{{
|
|
817
|
-
"{{
|
|
818
|
-
"{{
|
|
819
|
-
"{{
|
|
820
|
-
}
|
|
925
|
+
"{{count}} entry had errors and will be ignored during synchronization._one": "{{count}} Eintrag hatte Fehler und wird während der Synchronisierung ignoriert.",
|
|
926
|
+
"{{count}} entry had errors and will be ignored during synchronization._other": "{{count}} Einträge hatten Fehler und werden während der Synchronisierung ignoriert.",
|
|
927
|
+
"{{count}} folder has been imported successfully._one": "{{count}} Ordner wurde erfolgreich importiert.",
|
|
928
|
+
"{{count}} folder has been imported successfully._other": "{{count}} Ordner wurden erfolgreich importiert.",
|
|
929
|
+
"{{count}} folder is going to be exported._one": "{{count}} Ordner wird exportiert.",
|
|
930
|
+
"{{count}} folder is going to be exported._other": "{{count}} Ordner werden exportiert.",
|
|
931
|
+
"{{count}} group has been found._one": "{{count}} group has been found.",
|
|
932
|
+
"{{count}} group has been found._other": "{{count}} groups have been found.",
|
|
933
|
+
"{{count}} group has been synchronized._one": "{{count}} group has been synchronized.",
|
|
934
|
+
"{{count}} group has been synchronized._other": "{{count}} groups have been synchronized.",
|
|
935
|
+
"{{count}} group will be synchronized._one": "{{count}} group will be synchronized.",
|
|
936
|
+
"{{count}} group will be synchronized._other": "{{count}} groups will be synchronized.",
|
|
937
|
+
"{{count}} password has been imported successfully._one": "{{count}} Passwort wurde erfolgreich importiert.",
|
|
938
|
+
"{{count}} password has been imported successfully._other": "{{count}} Passwörter wurden erfolgreich importiert.",
|
|
939
|
+
"{{count}} password is going to be exported._one": "{{count}} Passwort wird exportiert.",
|
|
940
|
+
"{{count}} password is going to be exported._other": "{{count}} Passwörter werden exportiert.",
|
|
941
|
+
"{{count}} user has been found._one": "{{count}} user has been found.",
|
|
942
|
+
"{{count}} user has been found._other": "{{count}} users have been found.",
|
|
943
|
+
"{{count}} user has been synchronized._one": "{{count}} user has been synchronized.",
|
|
944
|
+
"{{count}} user has been synchronized._other": "{{count}} users have been synchronized.",
|
|
945
|
+
"{{count}} user will be synchronized._one": "{{count}} user will be synchronized.",
|
|
946
|
+
"{{count}} user will be synchronized._other": "{{count}} users will be synchronized.",
|
|
947
|
+
"<0>{{numberFolderSuccess}} out of {{count}}</0> folder has been imported._one": "<0>{{numberFolderSuccess}} out of {{count}}</0> folder has been imported.",
|
|
948
|
+
"<0>{{numberFolderSuccess}} out of {{count}}</0> folder has been imported._other": "<0>{{numberFolderSuccess}} out of {{count}}</0> folders have been imported.",
|
|
949
|
+
"<0>{{numberResourceSuccess}} out of {{count}}</0> password has been imported._one": "<0>{{numberResourceSuccess}} out of {{count}}</0> password has been imported.",
|
|
950
|
+
"<0>{{numberResourceSuccess}} out of {{count}}</0> password has been imported._other": "<0>{{numberResourceSuccess}} out of {{count}}</0> passwords have been imported.",
|
|
951
|
+
"Delete password?_one": "Passwort löschen?",
|
|
952
|
+
"Delete password?_other": "Passwörter löschen?",
|
|
953
|
+
"The password has been deleted successfully_one": "Das Passwort wurde erfolgreich gelöscht",
|
|
954
|
+
"The password has been deleted successfully_other": "Die Passwörter wurden erfolgreich gelöscht"
|
|
955
|
+
}
|