passbolt-styleguide 3.3.3 → 3.4.0-alpha2
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/build/css/help.min.css +4 -4
- package/build/css/public.min.css +5 -6
- package/build/css/themes/default/api_authentication.min.css +3 -3
- package/build/css/themes/default/api_cloud.min.css +3 -7
- package/build/css/themes/default/api_main.min.css +4 -9
- package/build/css/themes/default/api_reports.min.css +4 -9
- package/build/css/themes/default/api_webinstaller.min.css +4 -9
- package/build/css/themes/default/ext_app.min.css +4 -9
- package/build/css/themes/default/ext_authentication.min.css +3 -3
- package/build/css/themes/default/ext_external.min.css +3 -3
- package/build/css/themes/default/ext_in_form_cta.min.css +9 -0
- package/build/css/themes/default/ext_in_form_menu.min.css +9 -0
- package/build/css/themes/default/ext_quickaccess.min.css +3 -3
- package/build/css/themes/midgar/api_authentication.min.css +9 -0
- package/build/css/themes/midgar/api_main.min.css +4 -9
- package/build/css/themes/midgar/api_reports.min.css +4 -9
- package/build/css/themes/midgar/ext_app.min.css +4 -9
- package/build/css/themes/midgar/ext_authentication.min.css +3 -3
- package/build/css/themes/midgar/ext_in_form_cta.min.css +9 -0
- package/build/css/themes/midgar/ext_in_form_menu.min.css +9 -0
- package/build/css/themes/midgar/ext_quickaccess.min.css +3 -3
- package/build/js/dist/api-app.js +1 -1
- package/build/js/dist/api-app.js.LICENSE.txt +5 -5
- package/build/js/dist/api-recover.js +1 -1
- package/build/js/dist/api-recover.js.LICENSE.txt +0 -28
- package/build/js/dist/api-setup.js +1 -1
- package/build/js/dist/api-setup.js.LICENSE.txt +0 -15
- package/build/js/dist/api-triage.js +1 -1
- package/build/js/dist/api-triage.js.LICENSE.txt +0 -14
- package/build/js/dist/api-vendors.js +1 -1
- package/build/js/dist/api-vendors.js.LICENSE.txt +146 -84
- package/package.json +31 -26
- package/src/img/controls/chevron-down_blue.svg +3 -0
- package/src/img/diagrams/functional_overview.png +0 -0
- package/src/img/diagrams/functional_overview.svg +4 -0
- package/src/img/diagrams/howitworks.svg +2797 -0
- package/src/img/diagrams/mobile-transfer.svg +296 -0
- package/src/img/diagrams/sequence_diagram_form_authenticate.png +0 -0
- package/src/img/diagrams/sequence_diagram_gpg_authenticate.png +0 -0
- package/src/img/diagrams/totp.svg +251 -0
- package/src/img/illustrations/pin_passbolt.gif +0 -0
- package/src/img/illustrations/wave-pin_my_extension.svg +1 -0
- package/src/img/logo/icon-32-badge-1.png +0 -0
- package/src/img/logo/icon-32-badge-2.png +0 -0
- package/src/img/logo/icon-32-badge-3.png +0 -0
- package/src/img/logo/icon-32-badge-4.png +0 -0
- package/src/img/logo/icon-32-badge-5+.png +0 -0
- package/src/img/logo/icon-32-badge-5.png +0 -0
- package/src/img/logo/icon-32-signout.png +0 -0
- package/src/img/logo/icon-badge-1.svg +1 -0
- package/src/img/logo/icon-badge-2.svg +1 -0
- package/src/img/logo/icon-badge-3.svg +1 -0
- package/src/img/logo/icon-badge-4.svg +1 -0
- package/src/img/logo/icon-badge-5+.svg +1 -0
- package/src/img/logo/icon-badge-5.svg +1 -0
- package/src/img/logo/icon-inactive.svg +1 -0
- package/src/img/logo/icon-without-badge.svg +1 -0
- package/src/img/third_party/ChromeWebStore_black.svg +1 -0
- package/src/img/third_party/ChromeWebStore_white.svg +1 -0
- package/src/img/third_party/edge-addon-black.svg +1 -0
- package/src/img/third_party/edge-addon-white.svg +1 -0
- package/src/locales/de-DE/common.json +820 -0
- package/src/locales/en-UK/common.json +86 -20
- package/src/locales/fr/common.json +750 -0
- package/src/locales/fr-FR/common.json +92 -22
- package/src/locales/sv-SE/common.json +820 -0
- package/src/react-extension/ExtApp.js +16 -10
- package/src/react-extension/ExtBootstrapApp.js +1 -0
- package/src/react-extension/components/Administration/DisplayAdministrationMenu/DisplayAdministrationMenu.js +2 -2
- package/src/react-extension/components/Administration/DisplayAdministrationMenu/DisplayAdministrationMenu.test.js +2 -2
- 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 +22 -8
- package/src/react-extension/components/Administration/DisplayEmailNotificationsAdministration/DisplayEmailNotificationsAdministration.test.data.js +3 -0
- package/src/react-extension/components/Administration/DisplayInternationalizationAdministration/DisplayInternationalizationAdministration.js +10 -8
- package/src/react-extension/components/Administration/DisplayMfaAdministration/DisplayMfaAdministration.js +21 -19
- package/src/react-extension/components/Administration/DisplayMfaAdministration/DisplayMfaAdministration.test.page.js +6 -6
- package/src/react-extension/components/Administration/DisplayMfaAdministration/DisplayMfaAdministration.test.stories.js +0 -1
- package/src/react-extension/components/Administration/DisplaySimulateSynchronizeUserDirectoryAdministration/DisplaySimulateSynchronizeUserDirectoryAdministration.js +1 -1
- package/src/react-extension/components/Administration/DisplaySimulateSynchronizeUserDirectoryAdministration/DisplaySimulateSynchronizeUserDirectoryAdministration.test.js +1 -1
- package/src/react-extension/components/Administration/DisplaySimulateSynchronizeUserDirectoryAdministration/DisplaySimulateSynchronizeUserDirectoryAdministration.test.stories.js +5 -8
- package/src/react-extension/components/Administration/DisplaySubscriptionKey/DisplaySubscriptionKey.js +20 -38
- package/src/react-extension/components/Administration/DisplaySubscriptionKey/DisplaySubscriptionKey.test.data.js +4 -1
- package/src/react-extension/components/Administration/DisplaySubscriptionKey/DisplaySubscriptionKey.test.js +4 -4
- package/src/react-extension/components/Administration/DisplaySynchronizeUserDirectoryAdministration/DisplaySynchronizeUserDirectoryAdministration.js +1 -1
- package/src/react-extension/components/Administration/DisplaySynchronizeUserDirectoryAdministration/DisplaySynchronizeUserDirectoryAdministration.test.js +1 -1
- package/src/react-extension/components/Administration/DisplayTestUserDirectoryAdministration/DisplayTestUserDirectoryAdministration.test.js +2 -3
- package/src/react-extension/components/Administration/DisplayTestUserDirectoryAdministration/DisplayTestUserDirectoryAdministration.test.stories.js +5 -9
- package/src/react-extension/components/Administration/DisplayUserDirectoryAdministration/DisplayUserDirectoryAdministration.js +34 -32
- package/src/react-extension/components/Administration/DisplayUserDirectoryAdministration/DisplayUserDirectoryAdministration.test.js +1 -1
- package/src/react-extension/components/Administration/DisplayUserDirectoryAdministration/DisplayUserDirectoryAdministration.test.stories.js +0 -3
- package/src/react-extension/components/Administration/EditSubscriptionKey/EditSubscriptionKey.js +1 -1
- package/src/react-extension/components/Administration/EditSubscriptionKey/EditSubscriptionKey.test.page.js +2 -2
- package/src/react-extension/components/Authentication/AskForAuthenticationHelp/AskForAuthenticationHelp.js +1 -1
- package/src/react-extension/components/Authentication/AskForAuthenticationHelp/AskForAuthenticationHelp.test.stories.js +12 -15
- package/src/react-extension/components/Authentication/CheckMailBox/CheckMailBox.js +2 -2
- package/src/react-extension/components/Authentication/CheckMailBox/CheckMailBox.test.js +1 -1
- package/src/react-extension/components/Authentication/CheckMailBox/CheckMailbox.test.stories.js +12 -14
- package/src/react-extension/components/Authentication/CheckPassphrase/CheckPassphrase.js +2 -1
- package/src/react-extension/components/Authentication/CheckPassphrase/CheckPassphrase.test.stories.js +12 -15
- package/src/react-extension/components/Authentication/ChooseSecurityToken/ChooseSecurityToken.js +1 -2
- package/src/react-extension/components/Authentication/ChooseSecurityToken/ChooseSecurityToken.test.stories.js +12 -15
- package/src/react-extension/components/Authentication/CreateGpgKey/CreateGpgKey.js +9 -19
- package/src/react-extension/components/Authentication/CreateGpgKey/CreateGpgKey.test.stories.js +12 -15
- package/src/react-extension/components/Authentication/DisplayBrowserNotSupported/DisplayBrowserNotSupported.test.stories.js +12 -15
- package/src/react-extension/components/Authentication/DisplayExpiredTokenError/DisplayExpiredTokenError.test.stories.js +12 -15
- package/src/react-extension/components/Authentication/DisplayRequireInvitationError/DisplayRequireInvitationError.test.stories.js +12 -15
- package/src/react-extension/components/Authentication/DisplayUnexpectedError/DisplayUnexpectedError.test.stories.js +12 -15
- package/src/react-extension/components/Authentication/DownloadRecoveryKit/DownloadRecoveryKit.js +1 -1
- package/src/react-extension/components/Authentication/DownloadRecoveryKit/DownloadRecoveryKit.test.stories.js +12 -15
- package/src/react-extension/components/Authentication/EnterNameForm/EnterNameForm.test.stories.js +12 -15
- package/src/react-extension/components/Authentication/EnterUsernameForm/EnterUsernameForm.test.stories.js +12 -15
- package/src/react-extension/components/Authentication/HandleSessionExpired/HandleSessionExpired.test.data.js +14 -0
- package/src/react-extension/components/Authentication/HandleSessionExpired/HandleSessionExpired.test.js +65 -0
- package/src/react-extension/components/Authentication/HandleSessionExpired/HandleSessionExpired.test.page.js +38 -0
- package/src/react-extension/components/Authentication/ImportGpgKey/ImportGpgKey.test.stories.js +12 -15
- package/src/react-extension/components/Authentication/InstallExtension/InstallExtension.js +15 -6
- package/src/react-extension/components/Authentication/InstallExtension/InstallExtension.test.js +27 -0
- package/src/react-extension/components/Authentication/InstallExtension/InstallExtension.test.stories.js +12 -15
- package/src/react-extension/components/Authentication/IntroduceSetupExtension/IntroduceSetupExtension.js +107 -0
- package/src/react-extension/components/Authentication/IntroduceSetupExtension/IntroduceSetupExtension.test.data.js +11 -0
- package/src/react-extension/components/Authentication/IntroduceSetupExtension/IntroduceSetupExtension.test.js +65 -0
- package/src/react-extension/components/Authentication/IntroduceSetupExtension/IntroduceSetupExtension.test.page.js +73 -0
- package/src/react-extension/components/Authentication/IntroduceSetupExtension/IntroduceSetupExtension.test.stories.js +34 -0
- package/src/react-extension/components/Authentication/NotifyExpiredSession/NotifyExpiredSession.test.stories.js +8 -11
- package/src/react-extension/components/AuthenticationLogin/AcceptLoginServerKeyChange/AcceptLoginServerKeyChange.js +1 -1
- package/src/react-extension/components/AuthenticationLogin/AcceptLoginServerKeyChange/AcceptLoginServerKeyChange.test.stories.js +12 -15
- package/src/react-extension/components/AuthenticationLogin/DisplayLoginError/DisplayLoginError.test.stories.js +12 -15
- package/src/react-extension/components/AuthenticationLogin/DisplayLoginInProgress/DisplayLoginProgress.test.stories.js +12 -15
- package/src/react-extension/components/AuthenticationLogin/Login/Login.js +3 -1
- package/src/react-extension/components/AuthenticationLogin/Login/Login.test.stories.js +12 -15
- package/src/react-extension/components/AuthenticationPassphrase/InputPassphrase/InputPassphrase.js +2 -1
- package/src/react-extension/components/AuthenticationPassphrase/InputPassphrase/InputPassphrase.test.js +1 -1
- package/src/react-extension/components/AuthenticationPassphrase/InputPassphrase/InputPassphrase.test.stories.js +5 -11
- package/src/react-extension/components/AuthenticationRecover/RecoverAuthentication/RecoverAuthentication.js +5 -1
- package/src/react-extension/components/AuthenticationSetup/SetupAuthentication/SetupAuthentication.js +4 -0
- package/src/react-extension/components/Common/ActionFeedback/DisplayActionFeedbacks.test.data.js +0 -2
- package/src/react-extension/components/Common/ActionFeedback/DisplayActionFeedbacks.test.js +4 -5
- package/src/react-extension/components/Common/ActionFeedback/DisplayActionFeedbacks.test.page.js +0 -1
- package/src/react-extension/components/Common/Avatar/UserAvatar.js +2 -1
- package/src/react-extension/components/Common/Error/ShowErrorDetails/ShowErrorDetails.js +126 -0
- package/src/react-extension/components/Common/Icons/AnimatedFeedback.js +58 -0
- package/src/react-extension/components/Common/Icons/Icon.js +16 -0
- package/src/react-extension/components/Common/Icons/Icon.test.stories.js +78 -0
- package/src/react-extension/components/Common/Inputs/FormSubmitButton/FormSubmitButton.js +4 -0
- package/src/react-extension/components/Common/Loading/LoadingSpinner/LoadingSpinner.js +2 -1
- package/src/react-extension/components/Common/Menu/DisplayMainMenu.js +2 -4
- package/src/react-extension/components/Common/Navigation/Search/SearchBar.js +1 -1
- package/src/react-extension/components/Common/Progress/DisplayProgress/DisplayProgress.js +1 -1
- package/src/react-extension/components/Common/Progress/DisplayProgress/DisplayProgress.test.js +1 -1
- package/src/react-extension/components/Common/Progress/DisplayProgress/DisplayProgress.test.stories.js +34 -0
- package/src/react-extension/components/Common/Tab/Tab.js +65 -0
- package/src/react-extension/components/Common/Tab/Tabs.js +87 -0
- package/src/react-extension/components/Resource/CreateResource/CreateResource.js +85 -66
- package/src/react-extension/components/Resource/CreateResource/CreateResource.test.data.js +80 -1
- package/src/react-extension/components/Resource/CreateResource/CreateResource.test.js +18 -39
- package/src/react-extension/components/Resource/CreateResource/CreateResource.test.page.js +27 -8
- package/src/react-extension/components/Resource/CreateResource/CreateResource.test.stories.js +70 -4
- package/src/react-extension/components/Resource/DeleteResource/DeleteResource.js +1 -1
- package/src/react-extension/components/Resource/DisplayResourcesList/DisplayDragResource.js +68 -0
- package/src/react-extension/components/Resource/DisplayResourcesList/DisplayResourcesList.js +20 -47
- package/src/react-extension/components/Resource/DisplayResourcesList/DisplayResourcesList.test.page.js +4 -1
- package/src/react-extension/components/Resource/DisplayResourcesWorkspace/DisplayResourcesWorkspaceMenu.js +2 -2
- package/src/react-extension/components/Resource/DisplayResourcesWorkspace/DisplayResourcesWorkspaceMenu.test.data.js +1 -7
- package/src/react-extension/components/Resource/EditResource/EditResource.js +93 -68
- package/src/react-extension/components/Resource/EditResource/EditResource.test.data.js +80 -1
- package/src/react-extension/components/Resource/EditResource/EditResource.test.js +10 -39
- package/src/react-extension/components/Resource/EditResource/EditResource.test.page.js +26 -11
- package/src/react-extension/components/Resource/ExportResources/ExportResources.js +1 -1
- package/src/react-extension/components/Resource/ExportResources/ExportResources.test.stories.js +5 -11
- package/src/react-extension/components/Resource/ExportResources/ExportResourcesCredentials.js +10 -12
- package/src/react-extension/components/Resource/ExportResources/ExportResourcesCredentials.test.stories.js +5 -11
- package/src/react-extension/components/Resource/FilterResourcesByBreadcrumb/FilterResourcesByBreadcrumb.js +4 -4
- package/src/react-extension/components/Resource/FilterResourcesByBreadcrumb/FilterResourcesByBreadcrumb.test.stories.js +0 -1
- package/src/react-extension/components/Resource/FilterResourcesByFolders/DisplayDragFolderItem.js +109 -0
- package/src/react-extension/components/Resource/FilterResourcesByFolders/FilterResourcesByFolders.js +41 -193
- package/src/react-extension/components/Resource/FilterResourcesByFolders/FilterResourcesByFolders.test.data.js +10 -5
- package/src/react-extension/components/Resource/FilterResourcesByFolders/FilterResourcesByFolders.test.js +9 -12
- package/src/react-extension/components/Resource/FilterResourcesByFolders/FilterResourcesByFolders.test.page.js +6 -2
- package/src/react-extension/components/Resource/FilterResourcesByFolders/FilterResourcesByFolders.test.stories.js +0 -1
- package/src/react-extension/components/Resource/FilterResourcesByFolders/FilterResourcesByFoldersItem.js +83 -58
- package/src/react-extension/components/Resource/FilterResourcesByFolders/FilterResourcesByFoldersItem.test.data.js +52 -59
- package/src/react-extension/components/Resource/FilterResourcesByFolders/FilterResourcesByFoldersItem.test.js +25 -20
- package/src/react-extension/components/Resource/FilterResourcesByFolders/FilterResourcesByFoldersItem.test.page.js +11 -5
- package/src/react-extension/components/Resource/FilterResourcesByFolders/FilterResourcesByFoldersItemContextualMenu.js +1 -1
- package/src/react-extension/components/Resource/FilterResourcesByFolders/FilterResourcesByRootFolderContextualMenu.js +7 -2
- package/src/react-extension/components/Resource/FilterResourcesByFolders/FilterResourcesByRootFolderContextualMenu.test.js +3 -7
- package/src/react-extension/components/Resource/FilterResourcesByGroups/FilterResourcesByGroups.js +1 -1
- package/src/react-extension/components/Resource/FilterResourcesByShortcuts/FilterResourcesByShortcuts.js +1 -1
- package/src/react-extension/components/Resource/FilterResourcesByShortcuts/FilterResourcesByShortcuts.test.page.js +1 -1
- package/src/react-extension/components/Resource/FilterResourcesByShortcuts/FilterResourcesByShortcuts.test.stories.js +0 -1
- package/src/react-extension/components/Resource/FilterResourcesByTags/FilterResourcesByTags.js +1 -1
- package/src/react-extension/components/Resource/FilterResourcesByTags/FilterResourcesByTags.test.data.js +47 -0
- package/src/react-extension/components/Resource/FilterResourcesByTags/FilterResourcesByTags.test.js +34 -3
- package/src/react-extension/components/Resource/FilterResourcesByTags/FilterResourcesByTags.test.page.js +46 -9
- package/src/react-extension/components/Resource/FilterResourcesByTags/FilterResourcesByTags.test.stories.js +0 -1
- package/src/react-extension/components/Resource/FilterResourcesByTags/FilterResourcesByTagsList.js +124 -4
- package/src/react-extension/components/Resource/FilterResourcesByText/FilterResourcesByText.test.stories.js +0 -2
- package/src/react-extension/components/Resource/ImportResources/ImportResources.js +6 -5
- package/src/react-extension/components/Resource/ImportResources/ImportResourcesKeyUnlock.js +10 -12
- package/src/react-extension/components/Resource/ImportResources/ImportResourcesKeyUnlock.test.stories.js +5 -11
- package/src/react-extension/components/Resource/ImportResources/ImportResourcesResult.js +3 -3
- package/src/react-extension/components/Resource/ImportResources/ImportResourcesResult.test.js +3 -3
- package/src/react-extension/components/Resource/ImportResources/ImportResourcesResult.test.stories.js +5 -11
- package/src/react-extension/components/ResourceComment/AddResourceComment/AddResourceComment.js +1 -1
- package/src/react-extension/components/ResourceComment/AddResourceComment/AddResourceComment.test.page.object.js +1 -1
- package/src/react-extension/components/ResourceComment/AddResourceComment/AddResourceComment.test.stories.js +8 -14
- package/src/react-extension/components/ResourceComment/ConfirmResourceCommentDeletion/ConfirmResourceCommentDeletion.test.stories.js +5 -11
- package/src/react-extension/components/ResourceComment/DisplayResourceCommentList/DisplayResourceCommentList.test.stories.js +8 -14
- package/src/react-extension/components/ResourceDescription/EditResourceDescription/EditResourceDescription.js +9 -8
- package/src/react-extension/components/ResourceDescription/EditResourceDescription/EditResourceDescription.test.page.js +1 -1
- package/src/react-extension/components/ResourceDescription/EditResourceDescription/EditResourceDescription.test.stories.js +8 -15
- package/src/react-extension/components/ResourceDetails/DisplayResourceDetails/DisplayResourceDetailsActivity.test.stories.js +0 -1
- package/src/react-extension/components/ResourceDetails/DisplayResourceDetails/DisplayResourceDetailsDescription.js +1 -1
- package/src/react-extension/components/ResourceDetails/DisplayResourceDetails/DisplayResourceDetailsDescription.test.stories.js +0 -1
- package/src/react-extension/components/ResourceDetails/DisplayResourceDetails/DisplayResourceDetailsTag.test.js +1 -1
- package/src/react-extension/components/ResourceDetails/DisplayResourceDetails/DisplayResourceDetailsTag.test.stories.js +0 -1
- package/src/react-extension/components/ResourceFolder/CreateResourceFolder/CreateResourceFolder.js +2 -2
- package/src/react-extension/components/ResourceFolder/CreateResourceFolder/CreateResourceFolder.test.page.js +1 -1
- package/src/react-extension/components/ResourceFolder/CreateResourceFolder/CreateResourceFolder.test.stories.js +0 -3
- package/src/react-extension/components/ResourceFolder/DefineResourceFolderMoveStrategy/DefineResourceFolderMoveStrategy.test.stories.js +0 -6
- package/src/react-extension/components/ResourceFolder/DeleteResourceFolder/DeleteResourceFolder.test.stories.js +0 -5
- package/src/react-extension/components/ResourceFolder/RenameResourceFolder/RenameResourceFolder.js +1 -1
- package/src/react-extension/components/ResourceFolder/RenameResourceFolder/RenameResourceFolder.test.page.js +1 -1
- package/src/react-extension/components/ResourceFolder/RenameResourceFolder/RenameResourceFolder.test.stories.js +0 -7
- package/src/react-extension/components/ResourceFolderDetails/DisplayResourceFolderDetails/DisplayResourceFolderDetailsActivity.test.stories.js +0 -2
- package/src/react-extension/components/ResourceFolderDetails/DisplayResourceFolderDetails/DisplayResourceFolderDetailsInformation.test.stories.js +0 -2
- package/src/react-extension/components/ResourceFolderDetails/DisplayResourceFolderDetails/DisplayResourceFolderDetailsPermissions.test.stories.js +0 -2
- package/src/react-extension/components/ResourcePassword/GenerateResourcePassword/ConfigurePassphraseGenerator.js +150 -0
- package/src/react-extension/components/ResourcePassword/GenerateResourcePassword/ConfigurePassphraseGenerator.test.stories.js +30 -0
- package/src/react-extension/components/ResourcePassword/GenerateResourcePassword/ConfigurePasswordGenerator.js +191 -0
- package/src/react-extension/components/ResourcePassword/GenerateResourcePassword/ConfigurePasswordGenerator.test.stories.js +73 -0
- package/src/react-extension/components/ResourcePassword/GenerateResourcePassword/GenerateResourcePassword.js +296 -0
- package/src/react-extension/components/ResourcePassword/GenerateResourcePassword/GenerateResourcePassword.test.stories.js +112 -0
- package/src/react-extension/components/ResourceTag/DeleteResourceTag/DeleteResourceTag.test.stories.js +0 -2
- package/src/react-extension/components/ResourceTag/EditResourceTag/EditResourceTag.js +1 -1
- package/src/react-extension/components/ResourceTag/EditResourceTag/EditResourceTag.test.page.js +1 -1
- package/src/react-extension/components/ResourceTag/EditResourceTag/EditResourceTag.test.stories.js +0 -4
- package/src/react-extension/components/ResourceTag/EditResourceTags/EditResourceTags.js +2 -2
- package/src/react-extension/components/ResourceTag/EditResourceTags/EditResourceTags.test.page.js +1 -1
- package/src/react-extension/components/ResourceTag/EditResourceTags/EditResourceTagsItemViewer.js +5 -1
- package/src/react-extension/components/Share/ShareDialog.test.page.js +1 -1
- package/src/react-extension/components/Share/ShareDialog.test.stories.js +12 -10
- package/src/react-extension/components/User/ConfirmDisableUserMFA/ConfirmDisableUserMFA.test.stories.js +5 -9
- package/src/react-extension/components/User/CreateUser/CreateUser.js +4 -4
- package/src/react-extension/components/User/CreateUser/CreateUser.test.page.js +3 -3
- package/src/react-extension/components/User/CreateUser/CreateUser.test.stories.js +3 -1
- package/src/react-extension/components/User/DeleteUser/DeleteUser.test.stories.js +5 -8
- package/src/react-extension/components/User/DeleteUser/DeleteUserWithConflicts.test.stories.js +5 -8
- package/src/react-extension/components/User/DisplayUserWorkspaceActions/DisplayUserWorkspaceActions.js +2 -2
- package/src/react-extension/components/User/DisplayUserWorkspaceActions/DisplayUserWorkspaceActions.test.page.js +1 -1
- package/src/react-extension/components/User/DisplayUsers/DisplayUsers.js +35 -2
- package/src/react-extension/components/User/DisplayUsers/DisplayUsers.test.data.js +2 -1
- package/src/react-extension/components/User/DisplayUsers/DisplayUsers.test.js +6 -0
- package/src/react-extension/components/User/DisplayUsers/DisplayUsers.test.page.js +19 -6
- package/src/react-extension/components/User/EditUser/EditUser.js +3 -3
- package/src/react-extension/components/User/EditUser/EditUser.test.page.js +2 -2
- package/src/react-extension/components/User/EditUser/EditUser.test.stories.js +3 -1
- package/src/react-extension/components/User/FilterUsersByBreadcrumb/FilterUsersByBreadcrumb.js +2 -2
- package/src/react-extension/components/User/FilterUsersByBreadcrumb/FilterUsersByBreadcrumb.test.js +1 -1
- package/src/react-extension/components/User/FilterUsersByBreadcrumb/FilterUsersByBreadcrumb.test.stories.js +5 -8
- package/src/react-extension/components/User/FilterUsersByGroups/FilterUsersByGroup.js +1 -1
- package/src/react-extension/components/User/FilterUsersByShortcut/FilterUsersByShortcut.js +1 -1
- package/src/react-extension/components/User/FilterUsersByShortcut/FilterUsersByShortcut.test.stories.js +0 -1
- package/src/react-extension/components/User/FilterUsersByText/FilterUsersByText.test.stories.js +0 -2
- package/src/react-extension/components/UserDetails/DisplayUserDetailsGroups/DisplayUserDetailsGroups.test.stories.js +8 -11
- package/src/react-extension/components/UserDetails/DisplayUserDetailsInformation/DisplayUserDetailsInformation.test.stories.js +8 -11
- package/src/react-extension/components/UserDetails/DisplayUserDetailsPublicKey/DisplayUserDetailsPublicKey.test.stories.js +8 -12
- package/src/react-extension/components/UserGroup/CreateUserGroup/CreateUserGroup.js +1 -1
- package/src/react-extension/components/UserGroup/CreateUserGroup/CreateUserGroup.test.page.js +2 -2
- package/src/react-extension/components/UserGroup/CreateUserGroup/CreateUserGroup.test.stories.js +5 -8
- package/src/react-extension/components/UserGroup/DeleteUserGroup/DeleteUserGroup.test.stories.js +5 -8
- package/src/react-extension/components/UserGroup/DeleteUserGroup/DeleteUserGroupWithConflicts.test.stories.js +5 -8
- package/src/react-extension/components/UserGroup/DisplayUserGroupDetailsInformation/DisplayUserGroupDetailsInformation.test.stories.js +8 -11
- package/src/react-extension/components/UserGroup/DisplayUserGroupDetailsMembers/DisplayUserGroupDetailsMembers.test.stories.js +8 -11
- package/src/react-extension/components/UserGroup/EditUserGroup/EditUserGroup.js +11 -3
- package/src/react-extension/components/UserGroup/EditUserGroup/EditUserGroup.test.data.js +7 -0
- package/src/react-extension/components/UserGroup/EditUserGroup/EditUserGroup.test.page.js +1 -1
- package/src/react-extension/components/UserGroup/EditUserGroup/EditUserGroup.test.stories.js +12 -8
- package/src/react-extension/components/UserSetting/ChangeUserPassphrase/ConfirmPassphrase.js +92 -21
- package/src/react-extension/components/UserSetting/ChangeUserPassphrase/ConfirmPassphrase.test.data.js +6 -0
- package/src/react-extension/components/UserSetting/ChangeUserPassphrase/ConfirmPassphrase.test.js +2 -2
- package/src/react-extension/components/UserSetting/ChangeUserPassphrase/ConfirmPassphrase.test.page.js +1 -1
- package/src/react-extension/components/UserSetting/ChangeUserPassphrase/DisplayChangePassphraseIntroduction.js +12 -10
- package/src/react-extension/components/UserSetting/ChangeUserPassphrase/DownloadRecoveryKit.js +4 -10
- package/src/react-extension/components/UserSetting/ChangeUserPassphrase/EnterNewPassphrase.js +65 -25
- package/src/react-extension/components/UserSetting/ChangeUserPassphrase/EnterNewPassphrase.test.data.js +6 -0
- package/src/react-extension/components/UserSetting/ChangeUserPassphrase/EnterNewPassphrase.test.js +1 -1
- package/src/react-extension/components/UserSetting/ChangeUserPassphrase/EnterNewPassphrase.test.page.js +1 -1
- package/src/react-extension/components/UserSetting/ChangeUserSecurityToken/ChangeUserSecurityToken.js +14 -13
- package/src/react-extension/components/UserSetting/ChangeUserSecurityToken/ChangeUserSecurityToken.test.stories.js +5 -8
- package/src/react-extension/components/UserSetting/DisplayUserGpgInformation/DisplayUserGpgInformation.js +21 -6
- package/src/react-extension/components/UserSetting/DisplayUserGpgInformation/DisplayUserGpgInformation.test.stories.js +5 -8
- package/src/react-extension/components/UserSetting/DisplayUserProfile/DisplayUserProfile.js +1 -1
- package/src/react-extension/components/UserSetting/DisplayUserProfile/DisplayUserProfile.test.stories.js +5 -8
- package/src/react-extension/components/UserSetting/DisplayUserSettingsWorkspace/DisplayUserSettingsWorkspace.js +13 -1
- package/src/react-extension/components/UserSetting/DisplayUserSettingsWorkspaceBreadcrumb/DisplayUserSettingsWorkspaceBreadcrumb.js +2 -1
- package/src/react-extension/components/UserSetting/DisplayUserSettingsWorkspaceBreadcrumb/DisplayUserSettingsWorkspaceBreadcrumb.test.stories.js +5 -8
- package/src/react-extension/components/UserSetting/DisplayUserTheme/DisplayUserTheme.test.stories.js +5 -8
- package/src/react-extension/components/UserSetting/EditUserProfile/EditUserProfile.js +3 -3
- package/src/react-extension/components/UserSetting/EditUserProfile/EditUserProfile.test.stories.js +5 -8
- package/src/react-extension/components/UserSetting/NavigateIntoUserSettingsWorkspace/NavigateIntoUserSettingsWorkspace.js +26 -4
- package/src/react-extension/components/UserSetting/NavigateIntoUserSettingsWorkspace/NavigateIntoUserSettingsWorkspace.test.stories.js +7 -10
- package/src/react-extension/components/UserSetting/TransferToMobile/TransferToMobile.js +749 -0
- package/src/react-extension/components/UserSetting/TransferToMobile/TransferToMobile.test.data.js +32 -0
- package/src/react-extension/components/UserSetting/TransferToMobile/TransferToMobile.test.js +60 -0
- package/src/react-extension/components/UserSetting/TransferToMobile/TransferToMobile.test.page.js +110 -0
- package/src/react-extension/components/UserSetting/UploadUserProfileAvatar/UploadUserProfileAvatar.js +3 -2
- package/src/react-extension/components/UserSetting/UploadUserProfileAvatar/UploadUserProfileAvatar.test.stories.js +5 -8
- package/src/react-extension/contexts/AdministrationWorkspaceContext.js +2 -2
- package/src/react-extension/contexts/ApiAppContext.js +1 -1
- package/src/react-extension/contexts/ApiRecoverContext.js +1 -1
- package/src/react-extension/contexts/ApiSetupContext.js +1 -1
- package/src/react-extension/contexts/AuthenticationContext.js +21 -2
- package/src/react-extension/contexts/AuthenticationContext.test.js +40 -0
- package/src/react-extension/contexts/DragContext.js +122 -0
- package/src/react-extension/contexts/DragContext.test.js +53 -0
- package/src/react-extension/contexts/NavigationContext.js +11 -0
- package/src/react-extension/contexts/ResourcePasswordGeneratorContext.js +144 -0
- package/src/react-extension/contexts/ResourceWorkspaceContext.js +5 -4
- package/src/react-extension/contexts/ResourceWorkspaceContext.test.data.js +0 -1
- package/src/react-extension/contexts/ResourceWorkspaceContext.test.page.js +0 -1
- package/src/react-extension/contexts/UserWorkspaceContext.js +31 -4
- package/src/react-extension/contexts/UserWorkspaceContext.test.data.js +17 -287
- package/src/react-extension/lib/Crypto/sha512.js +17 -0
- package/src/react-extension/test/fixture/Settings/siteSettings.js +6 -0
- package/src/react-extension/test/mock/components/Internationalisation/MockTranslationProvider.js +42 -7
- package/src/react-quickaccess/ExtQuickAccess.js +75 -28
- package/src/react-quickaccess/components/AnimatedSwitch/AnimatedSwitch.js +22 -5
- package/src/react-quickaccess/components/ExtensionSetup/SetupExtensionInProgress/SetupExtensionInProgress.js +41 -0
- package/src/react-quickaccess/components/ExtensionSetup/SetupExtensionInProgress/SetupExtensionInProgressPage.test.stories.js +23 -0
- package/src/react-quickaccess/components/FilterResourcesByFavoritePage/FilterResourcesByFavoritePage.js +8 -4
- package/src/react-quickaccess/components/FilterResourcesByFavoritePage/FilterResourcesByFavoritePage.test.stories.js +7 -7
- package/src/react-quickaccess/components/FilterResourcesByGroupPage/FilterResourcesByGroupPage.js +10 -6
- package/src/react-quickaccess/components/FilterResourcesByGroupPage/FilterResourcesByGroupPage.test.stories.js +9 -5
- package/src/react-quickaccess/components/FilterResourcesByItemsIOwnPage/FilterResourcesByItemsIOwnPage.js +10 -7
- package/src/react-quickaccess/components/FilterResourcesByItemsIOwnPage/FilterResourcesByItemsIOwnPage.test.stories.js +7 -7
- package/src/react-quickaccess/components/FilterResourcesByRecentlyModifiedPage/FilterResourcesByRecentlyModifiedPage.js +10 -7
- package/src/react-quickaccess/components/FilterResourcesByRecentlyModifiedPage/FilterResourcesByRecentlyModifiedPage.test.stories.js +7 -7
- package/src/react-quickaccess/components/FilterResourcesBySharedWithMePage/FilterResourcesBySharedWithMePage.js +10 -7
- package/src/react-quickaccess/components/FilterResourcesBySharedWithMePage/FilterResourcesBySharedWithMePage.test.stories.js +7 -7
- package/src/react-quickaccess/components/FilterResourcesByTagPage/FilterResourcesByTagPage.js +10 -7
- package/src/react-quickaccess/components/FilterResourcesByTagPage/FilterResourcesByTagPage.test.stories.js +9 -5
- package/src/react-quickaccess/components/GeneratePasswordPage/ConfigurePassphraseGenerator.js +150 -0
- package/src/react-quickaccess/components/GeneratePasswordPage/ConfigurePassphraseGenerator.test.data.js +20 -0
- package/src/react-quickaccess/components/GeneratePasswordPage/ConfigurePassphraseGenerator.test.js +67 -0
- package/src/react-quickaccess/components/GeneratePasswordPage/ConfigurePassphraseGenerator.test.page.js +109 -0
- package/src/react-quickaccess/components/GeneratePasswordPage/ConfigurePasswordGenerator.js +189 -0
- package/src/react-quickaccess/components/GeneratePasswordPage/ConfigurePasswordGenerator.test.data.js +40 -0
- package/src/react-quickaccess/components/GeneratePasswordPage/ConfigurePasswordGenerator.test.js +67 -0
- package/src/react-quickaccess/components/GeneratePasswordPage/ConfigurePasswordGenerator.test.page.js +121 -0
- package/src/react-quickaccess/components/GeneratePasswordPage/GeneratePasswordPage.js +304 -0
- package/src/react-quickaccess/components/GeneratePasswordPage/GeneratePasswordPage.test.data.js +102 -0
- package/src/react-quickaccess/components/GeneratePasswordPage/GeneratePasswordPage.test.js +76 -0
- package/src/react-quickaccess/components/GeneratePasswordPage/GeneratePasswordPage.test.page.js +158 -0
- package/src/react-quickaccess/components/Header/Header.js +10 -8
- package/src/react-quickaccess/components/Header/Header.test.stories.js +4 -7
- package/src/react-quickaccess/components/HomePage/HomePage.js +40 -11
- package/src/react-quickaccess/components/HomePage/HomePage.test.stories.js +14 -10
- package/src/react-quickaccess/components/HomePage/canSuggestUrl.js +8 -3
- package/src/react-quickaccess/components/HomePage/canSuggestUrl.test.js +6 -0
- package/src/react-quickaccess/components/LoginPage/LoginPage.js +58 -18
- package/src/react-quickaccess/components/LoginPage/LoginPage.test.stories.js +4 -6
- package/src/react-quickaccess/components/ManageQuickAccessMode/ManageQuickAccessMode.js +103 -0
- package/src/react-quickaccess/components/MoreFiltersPage/MoreFiltersPage.js +2 -2
- package/src/react-quickaccess/components/MoreFiltersPage/MoreFiltersPage.test.stories.js +4 -6
- package/src/react-quickaccess/components/PassphraseDialog/PassphraseDialog.js +5 -3
- package/src/react-quickaccess/components/PassphraseDialog/PassphraseDialog.test.stories.js +6 -6
- package/src/react-quickaccess/components/PrivateRoute/PrivateRoute.js +1 -0
- package/src/react-quickaccess/components/ResourceAutoSave/SaveResource.js +234 -0
- package/src/react-quickaccess/components/ResourceAutoSave/SaveResource.test.data.js +28 -0
- package/src/react-quickaccess/components/ResourceAutoSave/SaveResource.test.stories.js +44 -0
- package/src/react-quickaccess/components/ResourceCreatePage/ResourceCreatePage.js +166 -39
- package/src/react-quickaccess/components/ResourceCreatePage/ResourceCreatePage.test.data.js +108 -2
- package/src/react-quickaccess/components/ResourceCreatePage/ResourceCreatePage.test.js +28 -25
- package/src/react-quickaccess/components/ResourceCreatePage/ResourceCreatePage.test.stories.js +6 -6
- package/src/react-quickaccess/components/ResourceViewPage/ResourceViewPage.js +6 -3
- package/src/react-quickaccess/components/ResourceViewPage/ResourceViewPage.test.stories.js +5 -3
- package/src/react-quickaccess/components/Search/Search.js +13 -1
- package/src/react-quickaccess/components/Search/Search.test.stories.js +4 -6
- package/src/react-quickaccess/contexts/PrepareResourceContext.js +221 -0
- package/src/react-web-integration/AuthLogin/AuthLogin.js +72 -0
- package/src/react-web-integration/Autofill/Autofill.js +331 -0
- package/src/react-web-integration/BrowserIntegrationBootstrap.js +64 -0
- package/src/react-web-integration/Events/Quickaccess/QuickAccessEvent.js +24 -0
- package/src/react-web-integration/ExtInFormCallToAction.js +56 -0
- package/src/react-web-integration/ExtInFormMenu.js +70 -0
- package/src/react-web-integration/components/AskInFormMenuDisplay/AskInFormMenuDisplay.js +161 -0
- package/src/react-web-integration/components/AskInFormMenuDisplay/AskInFormMenuDisplay.test.data.js +39 -0
- package/src/react-web-integration/components/AskInFormMenuDisplay/AskInFormMenuDisplay.test.js +48 -0
- package/src/react-web-integration/components/AskInFormMenuDisplay/AskInFormMenuDisplay.test.page.js +42 -0
- package/src/react-web-integration/components/AskInFormMenuDisplay/AskInFormMenuDisplay.test.stories.js +91 -0
- package/src/react-web-integration/components/DisplayInFormMenu/DisplayInFormMenu.js +360 -0
- package/src/react-web-integration/components/DisplayInFormMenu/DisplayInFormMenu.test.stories.js +198 -0
- package/src/react-web-integration/components/DisplayInFormMenu/DisplayInFormMenuItem.js +103 -0
- package/src/react-web-integration/contexts/AppContext.js +39 -0
- package/src/react-web-integration/lib/Dom/DomUtils.js +94 -0
- package/src/react-web-integration/lib/InForm/InFormCallToActionField.js +263 -0
- package/src/react-web-integration/lib/InForm/InFormCredentialsFormField.js +118 -0
- package/src/react-web-integration/lib/InForm/InFormFieldSelector.js +77 -0
- package/src/react-web-integration/lib/InForm/InFormManager.js +253 -0
- package/src/react-web-integration/lib/InForm/InformManager.test.data.js +46 -0
- package/src/react-web-integration/lib/InForm/InformManager.test.js +82 -0
- package/src/react-web-integration/lib/InForm/InformManager.test.page.js +116 -0
- package/src/react-web-integration/lib/InForm/InformMenuField.js +182 -0
- package/src/shared/components/Internationalisation/TranslationProvider.js +145 -0
- package/src/shared/lib/Browser/detectBrowserName.js +2 -1
- package/src/shared/lib/Secret/SecretComplexity.js +2 -2
- package/src/shared/lib/SecretGenerator/PassphraseGenerator.js +112 -0
- package/src/shared/lib/SecretGenerator/PassphraseGenerator.test.js +48 -0
- package/src/shared/lib/SecretGenerator/PassphraseGeneratorWords.js +7789 -0
- package/src/shared/lib/SecretGenerator/PasswordGenerator.js +103 -0
- package/src/shared/lib/SecretGenerator/SecretGenerator.js +45 -0
- package/src/shared/lib/SecretGenerator/SecretGeneratorComplexity.js +190 -0
- package/src/shared/lib/SecretGenerator/SecretGeneratorComplexity.test.js +95 -0
- package/src/shared/lib/Settings/SiteSettings.js +8 -0
- package/src/shared/lib/apiClient/apiClient.test.js +1 -1
- package/.babelrc +0 -11
- package/.editorconfig +0 -13
- package/.eslintrc.json +0 -197
- package/.gitlab-ci.yml +0 -28
- package/.jest.config.json +0 -6
- package/.jest.setup.js +0 -8
- package/.jest.transform.js +0 -7
- package/.storybook/main.js +0 -15
- package/.storybook/preview-body.html +0 -5
- package/.storybook/preview.js +0 -6
- package/Gruntfile.js +0 -199
- package/build/css/themes/default/ext_config_debug.min.css +0 -13
- package/build/css/themes/default/ext_legacy.min.css +0 -13
- package/build/css/themes/midgar/ext_legacy.min.css +0 -13
- package/crowdin.yml +0 -4
- package/docker-compose-dev.yml +0 -10
- package/jest.config.json +0 -6
- package/src/img/controls/colorpicker/marker.png +0 -0
- package/src/img/controls/colorpicker/mask.png +0 -0
- package/src/img/controls/colorpicker/wheel.png +0 -0
- package/src/img/controls/overlay-opacity-50.png +0 -0
- package/src/img/third_party/ChromeWebStore_black.png +0 -0
- package/src/img/third_party/ChromeWebStore_white.png +0 -0
- package/src/js/accordion.js +0 -10
- package/src/js/autocomplete.js +0 -241
- package/src/js/autocomplete.min.js +0 -3
- package/src/js/bootstrap-scrollspy.js +0 -172
- package/src/js/chosen.jquery.js +0 -1356
- package/src/js/colorpicker.js +0 -32
- package/src/js/download.js +0 -128
- package/src/js/farbtastic.js +0 -345
- package/src/js/swiper.min.js +0 -18
- package/src/react-quickaccess/components/Internationalisation/TranslationProvider.js +0 -151
- package/storybook-static/favicon.ico +0 -0
- package/storybook-static/iframe.html +0 -133
- package/storybook-static/index.html +0 -47
- package/storybook-static/main.2d01924b12554c6c15af.bundle.js +0 -1
- package/storybook-static/main.b0c44c8759149ccf4f67.bundle.js +0 -3
- package/storybook-static/main.b0c44c8759149ccf4f67.bundle.js.LICENSE.txt +0 -153
- package/storybook-static/main.b0c44c8759149ccf4f67.bundle.js.map +0 -1
- package/storybook-static/runtime~main.6a9b04192e3176eff72a.bundle.js +0 -1
- package/storybook-static/runtime~main.b0c44c8759149ccf4f67.bundle.js +0 -2
- package/storybook-static/runtime~main.b0c44c8759149ccf4f67.bundle.js.map +0 -1
- package/storybook-static/static/media/chosen-sprite.6768c197.png +0 -0
- package/storybook-static/static/media/chosen-sprite@2x.a0b7f3f1.png +0 -0
- package/storybook-static/static/media/dot_black.a2c44078.svg +0 -6
- package/storybook-static/static/media/dot_red.7b34541d.svg +0 -6
- package/storybook-static/static/media/dot_white.f60f7331.svg +0 -6
- package/storybook-static/static/media/fontawesome-webfont.1e59d233.ttf +0 -0
- package/storybook-static/static/media/fontawesome-webfont.20fd1704.woff2 +0 -0
- package/storybook-static/static/media/fontawesome-webfont.8b43027f.eot +0 -0
- package/storybook-static/static/media/fontawesome-webfont.c1e38fd9.svg +0 -2671
- package/storybook-static/static/media/fontawesome-webfont.f691f37e.woff +0 -0
- package/storybook-static/static/media/infinite-bar.f5327dc3.gif +0 -0
- package/storybook-static/static/media/loading_dark.ea474c7f.svg +0 -21
- package/storybook-static/static/media/loading_light.061977b5.svg +0 -15
- package/storybook-static/static/media/logo.e2b062a5.svg +0 -1
- package/storybook-static/static/media/logo_white.cb32e694.svg +0 -1
- package/storybook-static/static/media/opensans-bold.a6b4768c.woff +0 -0
- package/storybook-static/static/media/opensans-regular.7812bd0b.woff +0 -0
- package/storybook-static/static/media/passphrase_intro.37a1ba4e.png +0 -0
- package/storybook-static/vendors~main.4abf29e4f956d5befb41.bundle.js +0 -2
- package/storybook-static/vendors~main.4abf29e4f956d5befb41.bundle.js.LICENSE.txt +0 -105
- package/storybook-static/vendors~main.b0c44c8759149ccf4f67.bundle.js +0 -3
- package/storybook-static/vendors~main.b0c44c8759149ccf4f67.bundle.js.LICENSE.txt +0 -145
- package/storybook-static/vendors~main.b0c44c8759149ccf4f67.bundle.js.map +0 -1
- package/webpack-api.config.js +0 -83
- package/webpack-ext.config.js +0 -84
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"(Folder) new owner:": "(Folder) new owner:",
|
|
3
|
+
"(folder)": "(folder)",
|
|
4
|
+
"(group)": "(group)",
|
|
5
|
+
"(tag)": "(tag)",
|
|
6
|
+
"1. Install the application from the store.": "1. Install the application from the store.",
|
|
7
|
+
"2. Open the application on your phone.": "2. Open the application on your phone.",
|
|
8
|
+
"3. Click start, here, in your browser.": "3. Click start, here, in your browser.",
|
|
9
|
+
"4. Scan the QR codes with your phone.": "4. Scan the QR codes with your phone.",
|
|
10
|
+
"5. And you are done!": "5. And you are done!",
|
|
11
|
+
"<0>4. Scan the QR codes with your phone.</0>": "<0>4. Scan the QR codes with your phone.</0>",
|
|
12
|
+
"<0>5. And you are done!</0>": "<0>5. And you are done!</0>",
|
|
3
13
|
"<0>{{activityCreatorName}}</0> accessed secret of item <2>{{resourceName}}</2>": "<0>{{activityCreatorName}}</0> accessed secret of item <2>{{resourceName}}</2>",
|
|
4
14
|
"<0>{{activityCreatorName}}</0> changed permissions of folder <2>{{folderName}}</2> with": "<0>{{activityCreatorName}}</0> changed permissions of folder <2>{{folderName}}</2> with",
|
|
5
15
|
"<0>{{activityCreatorName}}</0> changed permissions of item <2>{{resourceName}}</2> with": "<0>{{activityCreatorName}}</0> changed permissions of item <2>{{resourceName}}</2> with",
|
|
@@ -51,7 +61,9 @@
|
|
|
51
61
|
"All tags": "All tags",
|
|
52
62
|
"All users": "All users",
|
|
53
63
|
"Also delete items inside this folder.": "Also delete items inside this folder.",
|
|
64
|
+
"Alternatively you can also get in touch with support on community forum or via the paid support channels.": "Alternatively you can also get in touch with support on community forum or via the paid support channels.",
|
|
54
65
|
"An integration key is required.": "An integration key is required.",
|
|
66
|
+
"Apply": "Apply",
|
|
55
67
|
"Are you sure you want to delete <1>{{user}}</1>?": "Are you sure you want to delete <1>{{user}}</1>?",
|
|
56
68
|
"Are you sure you want to delete the comment?": "Are you sure you want to delete the comment?",
|
|
57
69
|
"Are you sure you want to delete the folder <1>{{folderName}}</1>?": "Are you sure you want to delete the folder <1>{{folderName}}</1>?",
|
|
@@ -59,12 +71,15 @@
|
|
|
59
71
|
"Are you sure you want to delete the password <1>{{resourceName}}</1>?": "Are you sure you want to delete the password <1>{{resourceName}}</1>?",
|
|
60
72
|
"Are you sure you want to delete the tag <1>{{tagName}}</1>?": "Are you sure you want to delete the tag <1>{{tagName}}</1>?",
|
|
61
73
|
"Are you sure?": "Are you sure?",
|
|
74
|
+
"Authentication token is missing from server response.": "Authentication token is missing from server response.",
|
|
62
75
|
"Avatar": "Avatar",
|
|
63
76
|
"Base DN": "Base DN",
|
|
64
77
|
"Before getting started...": "Before getting started...",
|
|
65
78
|
"Both the private key and passphrase are required to perform an account recovery.": "Both the private key and passphrase are required to perform an account recovery.",
|
|
66
79
|
"Browse": "Browse",
|
|
80
|
+
"Browse credentials": "Browse credentials",
|
|
67
81
|
"Build email based on a prefix and suffix?": "Build email based on a prefix and suffix?",
|
|
82
|
+
"Camel case": "Camel case",
|
|
68
83
|
"Can edit": "Can edit",
|
|
69
84
|
"Can read": "Can read",
|
|
70
85
|
"Cancel": "Cancel",
|
|
@@ -72,18 +87,25 @@
|
|
|
72
87
|
"Cannot decrypt the file, invalid credentials.": "Cannot decrypt the file, invalid credentials.",
|
|
73
88
|
"Change permissions": "Change permissions",
|
|
74
89
|
"Changing your passphrase will only change it locally.": "Changing your passphrase will only change it locally.",
|
|
90
|
+
"Character Types": "Character Types",
|
|
75
91
|
"Check out our Multi Factor Authentication configuration guide.": "Check out our Multi Factor Authentication configuration guide.",
|
|
76
92
|
"Check out our ldap configuration guide.": "Check out our ldap configuration guide.",
|
|
77
93
|
"Check your mailbox!": "Check your mailbox!",
|
|
78
|
-
"Check your spam folder if you do not
|
|
94
|
+
"Check your spam folder if you do not hear from us after a while.": "Check your spam folder if you do not hear from us after a while.",
|
|
79
95
|
"Choose a file": "Choose a file",
|
|
80
96
|
"Choose the export format (csv and kdbx are supported)": "Choose the export format (csv and kdbx are supported)",
|
|
81
97
|
"Click save to apply your pending changes.": "Click save to apply your pending changes.",
|
|
98
|
+
"Click start once the mobile application is installed and opened on your phone and you are ready to scan QR codes.": "Click start once the mobile application is installed and opened on your phone and you are ready to scan QR codes.",
|
|
82
99
|
"Client identifier": "Client identifier",
|
|
83
100
|
"Close": "Close",
|
|
84
101
|
"Comment content": "Comment content",
|
|
85
102
|
"Comments": "Comments",
|
|
103
|
+
"Complexity:": "Complexity:",
|
|
104
|
+
"Configure another phone": "Configure another phone",
|
|
105
|
+
"Congratulation! Passbolt extension has been installed.": "Congratulation! Passbolt extension has been installed.",
|
|
86
106
|
"Contact Sales": "Contact Sales",
|
|
107
|
+
"Contact your administrator with details about what went wrong.": "Contact your administrator with details about what went wrong.",
|
|
108
|
+
"Contact your administrator with the error details.": "Contact your administrator with the error details.",
|
|
87
109
|
"Continue import": "Continue import",
|
|
88
110
|
"Contribute": "Contribute",
|
|
89
111
|
"Copy": "Copy",
|
|
@@ -102,8 +124,10 @@
|
|
|
102
124
|
"Copy username": "Copy username",
|
|
103
125
|
"Copy username to clipboard": "Copy username to clipboard",
|
|
104
126
|
"Create": "Create",
|
|
127
|
+
"Create a new credential": "Create a new credential",
|
|
105
128
|
"Create a new folder": "Create a new folder",
|
|
106
129
|
"Create a password": "Create a password",
|
|
130
|
+
"Create and customize it yourself": "Create and customize it yourself",
|
|
107
131
|
"Create folder": "Create folder",
|
|
108
132
|
"Create group": "Create group",
|
|
109
133
|
"Create groups": "Create groups",
|
|
@@ -129,6 +153,7 @@
|
|
|
129
153
|
"Delete group?": "Delete group?",
|
|
130
154
|
"Delete groups": "Delete groups",
|
|
131
155
|
"Delete password?": "Delete password?",
|
|
156
|
+
"Delete password?_plural": "Delete passwords?",
|
|
132
157
|
"Delete user?": "Delete user?",
|
|
133
158
|
"Delete users": "Delete users",
|
|
134
159
|
"Description": "Description",
|
|
@@ -167,9 +192,11 @@
|
|
|
167
192
|
"Encrypted secret": "Encrypted secret",
|
|
168
193
|
"Enter a description": "Enter a description",
|
|
169
194
|
"Enter the password and/or key file": "Enter the password and/or key file",
|
|
195
|
+
"Entropy:": "Entropy:",
|
|
170
196
|
"Error": "Error",
|
|
171
|
-
"
|
|
197
|
+
"Error details": "Error details",
|
|
172
198
|
"Errors:": "Errors",
|
|
199
|
+
"Exclude look-alike characters": "Exclude look-alike characters",
|
|
173
200
|
"Expires": "Expires",
|
|
174
201
|
"Expires on:": "Expires on:",
|
|
175
202
|
"Export": "Export",
|
|
@@ -182,16 +209,20 @@
|
|
|
182
209
|
"Filters": "Filters",
|
|
183
210
|
"Fingerprint": "Fingerprint",
|
|
184
211
|
"First Name": "First Name",
|
|
212
|
+
"First complete the configuration steps described in the current tab.": "First complete the configuration steps described in the current tab.",
|
|
185
213
|
"Folder": "Folder",
|
|
214
|
+
"Folder errors": "Folder errors",
|
|
186
215
|
"Folder name": "Folder name",
|
|
187
216
|
"Folders": "Folders",
|
|
188
|
-
"Folders errors": "Folders errors",
|
|
189
217
|
"For Openldap only. Defines which group object to use.": "For Openldap only. Defines which group object to use.",
|
|
190
218
|
"For Openldap only. Defines which user object to use.": "For Openldap only. Defines which user object to use.",
|
|
191
219
|
"For any change or question related to your passbolt subscription, kindly contact our sales team.": "For any change or question related to your passbolt subscription, kindly contact our sales team.",
|
|
192
220
|
"For more information about email notification, checkout the dedicated page on the help website.": "For more information about email notification, checkout the dedicated page on the help website.",
|
|
193
221
|
"For security reasons please check with your administrator that this is a change that they initiated. The new fingerprint:": "For security reasons please check with your administrator that this is a change that they initiated. The new fingerprint:",
|
|
194
222
|
"Full report": "Full report",
|
|
223
|
+
"Generate a new password securely": "Generate a new password securely",
|
|
224
|
+
"Generate password": "Generate password",
|
|
225
|
+
"Get started in 5 easy steps": "Get started in 5 easy steps",
|
|
195
226
|
"Go back": "Go back",
|
|
196
227
|
"Group": "Group",
|
|
197
228
|
"Group Members": "Group Members",
|
|
@@ -207,6 +238,7 @@
|
|
|
207
238
|
"Groups I am member of": "Groups I am member of",
|
|
208
239
|
"Groups I manage": "Groups I manage",
|
|
209
240
|
"Groups parent group": "Groups parent group",
|
|
241
|
+
"Help site": "Help site",
|
|
210
242
|
"Help, I lost my passphrase.": "Help, I lost my passphrase.",
|
|
211
243
|
"Help, I lost my private key.": "Help, I lost my private key.",
|
|
212
244
|
"Hostname": "Hostname",
|
|
@@ -217,9 +249,10 @@
|
|
|
217
249
|
"I already have an account": "I already have an account",
|
|
218
250
|
"I lost my passphrase, generate a new private key.": "I lost my passphrase, generate a new private key.",
|
|
219
251
|
"I want to try again.": "I want to try again.",
|
|
252
|
+
"If there was an issue during the transfer, either the operation was cancelled on the mobile side, or the authentication token expired.": "If there was an issue during the transfer, either the operation was cancelled on the mobile side, or the authentication token expired.",
|
|
220
253
|
"If this does not work get in touch with support.": "If this does not work get in touch with support.",
|
|
221
254
|
"If this is empty then it will be queried from the RootDSE.": "If this is empty then it will be queried from the RootDSE.",
|
|
222
|
-
"If you do not access, you can request a new account
|
|
255
|
+
"If you do not have access, you can request a new account from the administrator.": "If you do not have access, you can request a new account from the administrator.",
|
|
223
256
|
"If you have multiple browsers configured, the passphrase will need to be changed in all places individually.": "If you have multiple browsers configured, the passphrase will need to be changed in all places individually.",
|
|
224
257
|
"Ignored:": "Ignored",
|
|
225
258
|
"Import": "Import",
|
|
@@ -232,7 +265,6 @@
|
|
|
232
265
|
"Information for public and secret key": "Information for public and secret key",
|
|
233
266
|
"Integration key": "Integration key",
|
|
234
267
|
"Internationalisation": "Internationalisation",
|
|
235
|
-
"Internationalization": "Internationalization",
|
|
236
268
|
"Invalid permission type for share permission item.": "Invalid permission type for share permission item.",
|
|
237
269
|
"Is owner": "Is owner",
|
|
238
270
|
"It contains letters and numbers": "It contains letters and numbers",
|
|
@@ -258,14 +290,18 @@
|
|
|
258
290
|
"Last logged in": "Last logged in",
|
|
259
291
|
"Learn more": "Learn more",
|
|
260
292
|
"Leave empty if users and groups are in the same DN.": "Leave empty if users and groups are in the same DN.",
|
|
293
|
+
"Length": "Length",
|
|
261
294
|
"Loading...": "Loading...",
|
|
262
295
|
"Location": "Location",
|
|
296
|
+
"Lower case": "Lower case",
|
|
263
297
|
"MFA": "MFA",
|
|
264
298
|
"Make sure you store it in a safe place. You may need it later.": "Make sure you store it in a safe place. You may need it later.",
|
|
265
299
|
"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.": "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.",
|
|
266
300
|
"Manage Subscription": "Manage Subscription",
|
|
267
301
|
"Member": "Member",
|
|
268
302
|
"Members": "Members",
|
|
303
|
+
"Mobile setup": "Mobile setup",
|
|
304
|
+
"Mobile transfer": "Mobile transfer",
|
|
269
305
|
"Modified": "Modified",
|
|
270
306
|
"Modified by": "Modified by",
|
|
271
307
|
"More": "More",
|
|
@@ -307,12 +343,14 @@
|
|
|
307
343
|
"None of your passwords are yet marked as favorite. Add stars to passwords you want to easily find later.": "None of your passwords are yet marked as favorite. Add stars to passwords you want to easily find later.",
|
|
308
344
|
"None of your passwords matched this search.": "None of your passwords matched this search.",
|
|
309
345
|
"Note: Administrators can add and delete users; They can also create groups and assign group managers; Admin can not see all passwords.": "Note: Administrators can add and delete users; They can also create groups and assign group managers; Admin can not see all passwords.",
|
|
346
|
+
"Number of words": "Number of words",
|
|
310
347
|
"OK": "OK",
|
|
311
348
|
"Ok": "Ok",
|
|
312
349
|
"Ok, I understand what I need to do.": "Ok, I understand what I need to do.",
|
|
313
350
|
"Only numeric characters allowed.": "Only numeric characters allowed.",
|
|
314
351
|
"Only synchronize enabled users (AD)": "Only synchronize enabled users (AD)",
|
|
315
352
|
"Only the group manager can add new people to a group.": "Only the group manager can add new people to a group.",
|
|
353
|
+
"Oops, something went wrong": "Oops, something went wrong",
|
|
316
354
|
"Open Ldap": "Open Ldap",
|
|
317
355
|
"Open URI in a new Tab": "Open URI in a new Tab",
|
|
318
356
|
"Open in new window": "Open in new window",
|
|
@@ -323,6 +361,7 @@
|
|
|
323
361
|
"Passphrase": "Passphrase",
|
|
324
362
|
"Passphrase required": "Passphrase required",
|
|
325
363
|
"Password": "Password",
|
|
364
|
+
"Password Generator": "Password Generator",
|
|
326
365
|
"Passwords": "Passwords",
|
|
327
366
|
"Pick a color and enter three characters.": "Pick a color and enter three characters.",
|
|
328
367
|
"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.",
|
|
@@ -340,6 +379,7 @@
|
|
|
340
379
|
"Please install the browser extension.": "Please install the browser extension.",
|
|
341
380
|
"Please make sure there is at least one group manager.": "Please make sure there is at least one group manager.",
|
|
342
381
|
"Please make sure there is at least one owner.": "Please make sure there is at least one owner.",
|
|
382
|
+
"Please try again later or contact your administrator.": "Please try again later or contact your administrator.",
|
|
343
383
|
"Please wait...": "Please wait...",
|
|
344
384
|
"Privacy": "Privacy",
|
|
345
385
|
"Private": "Private",
|
|
@@ -350,7 +390,7 @@
|
|
|
350
390
|
"Public key": "Public key",
|
|
351
391
|
"Public key block": "Public key block",
|
|
352
392
|
"Randomize": "Randomize",
|
|
353
|
-
"Read documentation": "Read documentation",
|
|
393
|
+
"Read the documentation": "Read the documentation",
|
|
354
394
|
"Recently Modified": "Recently Modified",
|
|
355
395
|
"Recently modified": "Recently modified",
|
|
356
396
|
"Refresh to detect extension": "Refresh to detect extension",
|
|
@@ -368,6 +408,7 @@
|
|
|
368
408
|
"Resource": "Resource",
|
|
369
409
|
"Resource with encrypted description": "Resource with encrypted description",
|
|
370
410
|
"Resources errors": "Resources errors",
|
|
411
|
+
"Restart": "Restart",
|
|
371
412
|
"Retrieving activities": "Retrieving activities",
|
|
372
413
|
"Retrieving comments": "Retrieving comments",
|
|
373
414
|
"Retrieving group members": "Retrieving group members",
|
|
@@ -381,12 +422,14 @@
|
|
|
381
422
|
"Role": "Role",
|
|
382
423
|
"Salt": "Salt",
|
|
383
424
|
"Save": "Save",
|
|
425
|
+
"Save as new credential": "Save as new credential",
|
|
384
426
|
"Save settings": "Save settings",
|
|
427
|
+
"Save the data entered as a new credential": "Save the data entered as a new credential",
|
|
385
428
|
"Search": "Search",
|
|
429
|
+
"Search among available credentials": "Search among available credentials",
|
|
386
430
|
"Search passwords": "Search passwords",
|
|
387
431
|
"Search users": "Search users",
|
|
388
|
-
"Search:
|
|
389
|
-
"Search: {{filterText}}": "Search: {{filterText}}",
|
|
432
|
+
"Search:": "Search:",
|
|
390
433
|
"Secret key": "Secret key",
|
|
391
434
|
"Security Token": "Security Token",
|
|
392
435
|
"Security token": "Security token",
|
|
@@ -394,6 +437,10 @@
|
|
|
394
437
|
"See list": "See list",
|
|
395
438
|
"See structure": "See structure",
|
|
396
439
|
"Select a file to import": "Select a file to import",
|
|
440
|
+
"Select resource": "Select resource",
|
|
441
|
+
"Select user": "Select user",
|
|
442
|
+
"Server response does not match initial request.": "Server response does not match initial request.",
|
|
443
|
+
"Server response is empty.": "Server response is empty.",
|
|
397
444
|
"Server url": "Server url",
|
|
398
445
|
"Session Expired": "Session Expired",
|
|
399
446
|
"Settings": "Settings",
|
|
@@ -419,6 +466,8 @@
|
|
|
419
466
|
"Something went wrong, the sign in failed with the following error:": "Something went wrong, the sign in failed with the following error:",
|
|
420
467
|
"Something went wrong.": "Something went wrong.",
|
|
421
468
|
"Sorry your subscription is either missing or not readable.": "Sorry your subscription is either missing or not readable.",
|
|
469
|
+
"Sorry, it is not possible to proceed. The first QR code is empty.": "Sorry, it is not possible to proceed. The first QR code is empty.",
|
|
470
|
+
"Sorry, it is not possible to proceed. The first QR code is too big.": "Sorry, it is not possible to proceed. The first QR code is too big.",
|
|
422
471
|
"Sorry, the server key has changed.": "Sorry, the server key has changed.",
|
|
423
472
|
"Sorry, you have not been signed in.": "Sorry, you have not been signed in.",
|
|
424
473
|
"Sorry, your browser is not supported.": "Sorry, your browser is not supported.",
|
|
@@ -470,6 +519,7 @@
|
|
|
470
519
|
"The domain name part of the email (@your-domain-name).": "The domain name part of the email (@your-domain-name).",
|
|
471
520
|
"The email has been copied to clipboard": "The email has been copied to clipboard",
|
|
472
521
|
"The email notification settings were updated.": "The email notification settings were updated.",
|
|
522
|
+
"The extension is not configured yet": "The extension is not configured yet",
|
|
473
523
|
"The folder could not be found. Maybe it was deleted or you lost access.": "The folder could not be found. Maybe it was deleted or you lost access.",
|
|
474
524
|
"The folder has been added successfully": "The folder has been added successfully",
|
|
475
525
|
"The folder was deleted successfully": "The folder was deleted successfully",
|
|
@@ -485,7 +535,8 @@
|
|
|
485
535
|
"The multi factor authentication settings for the organization were updated.": "The multi factor authentication settings for the organization were updated.",
|
|
486
536
|
"The operation failed with the following error:": "The operation failed with the following error:",
|
|
487
537
|
"The operation has been aborted.": "The operation has been aborted.",
|
|
488
|
-
"The operation was
|
|
538
|
+
"The operation was cancelled.": "The operation was cancelled.",
|
|
539
|
+
"The operation was successful.": "The operation was successful.",
|
|
489
540
|
"The passphrase is invalid.": "The passphrase is invalid.",
|
|
490
541
|
"The passphrase is stored on your device and never sent server side.": "The passphrase is stored on your device and never sent server side.",
|
|
491
542
|
"The passphrase is used to encrypt your secret key, which is required to decrypt your secrets, such as the passwords.": "The passphrase is used to encrypt your secret key, which is required to decrypt your secrets, such as the passwords.",
|
|
@@ -494,6 +545,7 @@
|
|
|
494
545
|
"The password field is not defined.": "The password field is not defined.",
|
|
495
546
|
"The password has been added as a favorite": "The password has been added as a favorite",
|
|
496
547
|
"The password has been added successfully": "The password has been added successfully",
|
|
548
|
+
"The password has been copied to clipboard": "The password has been copied to clipboard",
|
|
497
549
|
"The password has been deleted successfully": "The password has been deleted successfully",
|
|
498
550
|
"The password has been deleted successfully_plural": "The passwords have been deleted successfully",
|
|
499
551
|
"The password has been removed from favorites": "The password has been removed from favorites",
|
|
@@ -519,6 +571,7 @@
|
|
|
519
571
|
"The tag has been updated successfully": "The tag has been updated successfully",
|
|
520
572
|
"The tags have been updated successfully": "The tags have been updated successfully",
|
|
521
573
|
"The theme has been updated successfully": "The theme has been updated successfully",
|
|
574
|
+
"The transfer was cancelled because the other client returned an error.": "The transfer was cancelled because the other client returned an error.",
|
|
522
575
|
"The uri has been copied to clipboard": "The uri has been copied to clipboard",
|
|
523
576
|
"The user directory settings for the organization were updated.": "The user directory settings for the organization were updated.",
|
|
524
577
|
"The user has been added successfully": "The user has been added successfully",
|
|
@@ -531,6 +584,7 @@
|
|
|
531
584
|
"There is no description yet, click here to add one.": "There is no description yet, click here to add one.",
|
|
532
585
|
"There is no description.": "There is no description.",
|
|
533
586
|
"There is no tag, click here to add one": "There is no tag, click here to add one",
|
|
587
|
+
"There was an issue during the transfer. Please try again later or contact your administrator.": "There was an issue during the transfer. Please try again later or contact your administrator.",
|
|
534
588
|
"There was an issue while importing folders:": "There was an issue while importing folders:",
|
|
535
589
|
"There was an issue while importing passwords:": "There was an issue while importing passwords:",
|
|
536
590
|
"There was an unexpected error...": "There was an unexpected error...",
|
|
@@ -546,19 +600,22 @@
|
|
|
546
600
|
"This security token will be displayed when your passphrase is requested, so you can verify quickly the form is coming from passbolt.": "This security token will be displayed when your passphrase is requested, so you can verify quickly the form is coming from passbolt.",
|
|
547
601
|
"This shared tag can't be added, you are not the owner": "This shared tag can't be added, you are not the owner",
|
|
548
602
|
"This shared tag can't be deleted, you are not the owner": "This shared tag can't be deleted, you are not the owner",
|
|
549
|
-
"This tag can't be added, the length cannot
|
|
603
|
+
"This tag can't be added, the length cannot exceed {{tagMaxLength}}": "This tag can't be added, the length cannot exceed {{tagMaxLength}}",
|
|
550
604
|
"This tag is already present": "This tag is already present",
|
|
551
605
|
"This user is an administrator": "This user is an administrator",
|
|
552
606
|
"This user is the sole owner of some content. You need to transfer the ownership to others to continue.": "This user is the sole owner of some content. You need to transfer the ownership to others to continue.",
|
|
553
607
|
"This will help protect you from <1>phishing attacks</1>.": "This will help protect you from <1>phishing attacks</1>.",
|
|
554
|
-
"This will help protect you from phishing
|
|
608
|
+
"This will help protect you from phishing attacks": "This will help protect you from phishing attacks",
|
|
555
609
|
"Time-based One Time Password": "Time-based One Time Password",
|
|
556
610
|
"Tips for choosing a good passphrase": "Tips for choosing a good passphrase",
|
|
611
|
+
"Transfer complete!": "Transfer complete!",
|
|
612
|
+
"Transfer in progress...": "Transfer in progress...",
|
|
557
613
|
"Try again": "Try again",
|
|
558
614
|
"Try another search or use the left panel to navigate into your organization.": "Try another search or use the left panel to navigate into your organization.",
|
|
559
615
|
"Try another search or use the left panel to navigate into your passwords.": "Try another search or use the left panel to navigate into your passwords.",
|
|
560
616
|
"Try with another email": "Try with another email",
|
|
561
617
|
"Type": "Type",
|
|
618
|
+
"Type one or more characters": "Type one or more characters",
|
|
562
619
|
"URI": "URI",
|
|
563
620
|
"URL": "URL",
|
|
564
621
|
"Uid": "Uid",
|
|
@@ -574,6 +631,7 @@
|
|
|
574
631
|
"Update the Security Token": "Update the Security Token",
|
|
575
632
|
"Update the subscription key and try again.": "Update the subscription key and try again.",
|
|
576
633
|
"Upload a new avatar picture": "Upload a new avatar picture",
|
|
634
|
+
"Upper case": "Upper case",
|
|
577
635
|
"Use email prefix / suffix?": "Use email prefix / suffix?",
|
|
578
636
|
"Use this option when user entries do not include an email address by default": "Use this option when user entries do not include an email address by default",
|
|
579
637
|
"User Path": "User Path",
|
|
@@ -588,6 +646,7 @@
|
|
|
588
646
|
"Users parent group": "Users parent group",
|
|
589
647
|
"Valid from:": "Valid from:",
|
|
590
648
|
"Verify": "Verify",
|
|
649
|
+
"View": "View",
|
|
591
650
|
"View detail": "View detail",
|
|
592
651
|
"View it in passbolt": "View it in passbolt",
|
|
593
652
|
"Wait for a team member to share a password with you.": "Wait for a team member to share a password with you.",
|
|
@@ -601,10 +660,11 @@
|
|
|
601
660
|
"Warning: This action can’t be undone. Other users may lose access.": "Warning: This action can’t be undone. Other users may lose access.",
|
|
602
661
|
"Warning: This action can’t be undone. Users in this group may lose access to the content shared with it.": "Warning: This action can’t be undone. Users in this group may lose access to the content shared with it.",
|
|
603
662
|
"Warning: this is the maximum size for this field, make sure your data was not truncated": "Warning: this is the maximum size for this field, make sure your data was not truncated",
|
|
604
|
-
"We
|
|
605
|
-
"Welcome back, please enter your private key to begin
|
|
663
|
+
"We sent you a link to verify your email.": "We sent you a link to verify your email.",
|
|
664
|
+
"Welcome back, please enter your private key to begin the recovery process.": "Welcome back, please enter your private key to begin the recovery process.",
|
|
606
665
|
"Welcome to Passbolt, please select a passphrase!": "Welcome to Passbolt, please select a passphrase!",
|
|
607
666
|
"Welcome to passbolt!": "Welcome to passbolt!",
|
|
667
|
+
"Welcome to the mobile account transfer!": "Welcome to the mobile account transfer!",
|
|
608
668
|
"Welcome, please enter your private key to continue.": "Welcome, please enter your private key to continue.",
|
|
609
669
|
"What if I forgot my passphrase?": "What if I forgot my passphrase?",
|
|
610
670
|
"What is the role of the passphrase?": "What is the role of the passphrase?",
|
|
@@ -613,7 +673,7 @@
|
|
|
613
673
|
"When a folder is deleted, notify the users who had access to it.": "When a folder is deleted, notify the users who had access to it.",
|
|
614
674
|
"When a folder is shared, notify the users who gain access to it.": "When a folder is shared, notify the users who gain access to it.",
|
|
615
675
|
"When a folder is updated, notify the users who have access to it.": "When a folder is updated, notify the users who have access to it.",
|
|
616
|
-
"When a group is deleted, notify the users who were
|
|
676
|
+
"When a group is deleted, notify the users who were members of it.": "When a group is deleted, notify the users who were members of it.",
|
|
617
677
|
"When a password is created, notify its creator.": "When a password is created, notify its creator.",
|
|
618
678
|
"When a password is deleted, notify the users who had access to it.": "When a password is deleted, notify the users who had access to it.",
|
|
619
679
|
"When a password is shared, notify the users who gain access to it.": "When a password is shared, notify the users who gain access to it.",
|
|
@@ -628,6 +688,9 @@
|
|
|
628
688
|
"Will be added": "Will be added",
|
|
629
689
|
"Will be updated": "Will be updated",
|
|
630
690
|
"Without the private key and the passphrase it is not possible to decrypt!": "Without the private key and the passphrase it is not possible to decrypt!",
|
|
691
|
+
"Words case": "Words case",
|
|
692
|
+
"Words separator": "Words separator",
|
|
693
|
+
"Would you like to save this credential ?": "Would you like to save this credential ?",
|
|
631
694
|
"Yes I checked and it is all fine.": "Yes I checked and it is all fine.",
|
|
632
695
|
"You": "You",
|
|
633
696
|
"You are about to delete the group <1>{{groupName}}</1>.": "You are about to delete the group <1>{{groupName}}</1>.",
|
|
@@ -638,11 +701,12 @@
|
|
|
638
701
|
"You are about to move several folders.": "You are about to move several folders.",
|
|
639
702
|
"You are about to move several items.": "You are about to move several items.",
|
|
640
703
|
"You are about to move several resources.": "You are about to move several resources.",
|
|
641
|
-
"You are not allowed to move this content": "You are not allowed to move this content",
|
|
642
704
|
"You are not member of any group. Wait for a group manager to add you in a group.": "You are not member of any group. Wait for a group manager to add you in a group.",
|
|
705
|
+
"You are now ready to continue the setup on your phone.": "You are now ready to continue the setup on your phone.",
|
|
643
706
|
"You can find these newly imported passwords in the folder <1>{{folderName}}</1>.": "You can find these newly imported passwords in the folder <1>{{folderName}}</1>.",
|
|
644
707
|
"You can find these newly imported passwords under the tag <1>{{tagName}}</1>.": "You can find these newly imported passwords under the tag <1>{{tagName}}</1>.",
|
|
645
708
|
"You can request another invitation email by clicking on the button below.": "You can request another invitation email by clicking on the button below.",
|
|
709
|
+
"You can restart this process if you want to configure another phone.": "You can restart this process if you want to configure another phone.",
|
|
646
710
|
"You cannot delete this group!": "You cannot delete this group!",
|
|
647
711
|
"You cannot delete this user!": "You cannot delete this user!",
|
|
648
712
|
"You do not own any passwords yet. It does feel a bit empty here, create your first password.": "You do not own any passwords yet. It does feel a bit empty here, create your first password.",
|
|
@@ -650,6 +714,7 @@
|
|
|
650
714
|
"You need to click save for the changes to take place.": "You need to click save for the changes to take place.",
|
|
651
715
|
"You need your passphrase to continue.": "You need your passphrase to continue.",
|
|
652
716
|
"You seem to have Email Notification Settings defined in your passbolt.php (or via environment variables).": "You seem to have Email Notification Settings defined in your passbolt.php (or via environment variables).",
|
|
717
|
+
"You will be able to save it after submitting": "You will be able to save it after submitting",
|
|
653
718
|
"Your OpenPGP private key block": "Your OpenPGP private key block",
|
|
654
719
|
"Your language is missing or you discovered an error in the translation, help us to improve passbolt.": "Your language is missing or you discovered an error in the translation, help us to improve passbolt.",
|
|
655
720
|
"Your passphrase has been changed. Make sure you keep a backup of your secret key encrypted with this new passphrase.": "Your passphrase has been changed. Make sure you keep a backup of your secret key encrypted with this new passphrase.",
|
|
@@ -660,16 +725,17 @@
|
|
|
660
725
|
"Your subscription key is going to expire.": "Your subscription key is going to expire.",
|
|
661
726
|
"Your subscription key is not valid.": "Your subscription key is not valid.",
|
|
662
727
|
"Your subscription key is valid and up to date!": "Your subscription key is valid and up to date!",
|
|
728
|
+
"admin": "admin",
|
|
663
729
|
"administration": "administration",
|
|
664
730
|
"can read": "can read",
|
|
665
731
|
"can update": "can update",
|
|
666
732
|
"cancel": "cancel",
|
|
667
733
|
"cancel the operation": "cancel the operation",
|
|
668
734
|
"close": "close",
|
|
669
|
-
"
|
|
735
|
+
"copy": "copy",
|
|
670
736
|
"copy to clipboard": "copy to clipboard",
|
|
671
737
|
"csv exports from keepassx, lastpass and 1password are supported": "csv exports from keepassx, lastpass and 1password are supported",
|
|
672
|
-
"
|
|
738
|
+
"currently:": "currently:",
|
|
673
739
|
"deleted": "deleted",
|
|
674
740
|
"edit": "edit",
|
|
675
741
|
"email": "email",
|
|
@@ -696,12 +762,14 @@
|
|
|
696
762
|
"new owner": "new owner",
|
|
697
763
|
"no url provided": "no url provided",
|
|
698
764
|
"no username provided": "no username provided",
|
|
765
|
+
"no, thanks": "no, thanks",
|
|
699
766
|
"open in a new tab": "open in a new tab",
|
|
700
767
|
"open passbolt in a new tab": "open passbolt in a new tab",
|
|
701
768
|
"or": "or",
|
|
702
769
|
"or, contact us": "or, contact us",
|
|
703
770
|
"passphrase": "passphrase",
|
|
704
771
|
"password": "password",
|
|
772
|
+
"password generator": "password generator",
|
|
705
773
|
"passwords": "passwords",
|
|
706
774
|
"port": "port",
|
|
707
775
|
"right now": "right now",
|
|
@@ -715,6 +783,7 @@
|
|
|
715
783
|
"updated": "updated",
|
|
716
784
|
"upload": "upload",
|
|
717
785
|
"use on this page": "use on this page",
|
|
786
|
+
"user": "user",
|
|
718
787
|
"username": "username",
|
|
719
788
|
"users": "users",
|
|
720
789
|
"varies": "varies",
|
|
@@ -744,9 +813,6 @@
|
|
|
744
813
|
"{{count}} password_plural": "{{count}} passwords",
|
|
745
814
|
"{{count}} user": "{{count}} user",
|
|
746
815
|
"{{count}} user_plural": "{{count}} users",
|
|
747
|
-
"{{currentFolderName}} (folder)": "{{currentFolderName}} (folder)",
|
|
748
|
-
"{{currentGroupName}} (group)": "{{currentGroupName}} (group)",
|
|
749
|
-
"{{filteredTagName}} (tag)": "{{filteredTagName}} (tag)",
|
|
750
816
|
"{{resources}} and {{folders}} are going to be exported.": "{{resources}} and {{folders}} are going to be exported.",
|
|
751
817
|
"{{users}} and {{groups}} have been found.": "{{users}} and {{groups}} have been found.",
|
|
752
818
|
"{{users}} and {{groups}} have been synchronized.": "{{users}} and {{groups}} have been synchronized.",
|