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.
Files changed (431) hide show
  1. package/README.md +9 -6
  2. package/build/css/help.min.css +3 -7
  3. package/build/css/public.min.css +3 -16
  4. package/build/css/themes/default/api_authentication.min.css +3 -3
  5. package/build/css/themes/default/api_cloud.min.css +3 -3
  6. package/build/css/themes/default/api_main.min.css +3 -12
  7. package/build/css/themes/default/api_reports.min.css +3 -12
  8. package/build/css/themes/default/api_webinstaller.min.css +3 -12
  9. package/build/css/themes/default/ext_app.min.css +3 -12
  10. package/build/css/themes/default/ext_authentication.min.css +3 -3
  11. package/build/css/themes/default/ext_external.min.css +2 -2
  12. package/build/css/themes/default/ext_in_form_cta.min.css +3 -3
  13. package/build/css/themes/default/ext_in_form_menu.min.css +3 -3
  14. package/build/css/themes/default/ext_quickaccess.min.css +3 -3
  15. package/build/css/themes/midgar/api_authentication.min.css +3 -3
  16. package/build/css/themes/midgar/api_main.min.css +3 -12
  17. package/build/css/themes/midgar/api_reports.min.css +3 -12
  18. package/build/css/themes/midgar/ext_app.min.css +3 -12
  19. package/build/css/themes/midgar/ext_authentication.min.css +3 -3
  20. package/build/css/themes/midgar/ext_in_form_cta.min.css +3 -3
  21. package/build/css/themes/midgar/ext_in_form_menu.min.css +3 -3
  22. package/build/css/themes/midgar/ext_quickaccess.min.css +3 -3
  23. package/build/js/dist/api-account-recovery.js +1 -1
  24. package/build/js/dist/api-app.js +1 -1
  25. package/build/js/dist/api-app.js.LICENSE.txt +25 -1
  26. package/build/js/dist/api-recover.js +1 -1
  27. package/build/js/dist/api-setup.js +1 -1
  28. package/build/js/dist/api-triage.js +1 -1
  29. package/build/js/dist/api-vendors.js +1 -1
  30. package/build/js/dist/api-vendors.js.LICENSE.txt +43 -7
  31. package/i18next-parser.config.js +22 -0
  32. package/package.json +8 -5
  33. package/src/img/og/og_image.png +0 -0
  34. package/src/locales/de-DE/common.json +308 -173
  35. package/src/locales/en-UK/common.json +155 -175
  36. package/src/locales/es-ES/common.json +955 -0
  37. package/src/locales/fr-FR/common.json +308 -174
  38. package/src/locales/ja-JP/common.json +292 -172
  39. package/src/locales/lt-LT/common.json +985 -0
  40. package/src/locales/nl-NL/common.json +329 -194
  41. package/src/locales/pl-PL/common.json +337 -172
  42. package/src/locales/sv-SE/common.json +307 -172
  43. package/src/public-website-sign-in/PublicWebsiteSignInBootstrap.js +25 -0
  44. package/src/public-website-sign-in/lib/SignIn/SignInManager.js +85 -0
  45. package/src/public-website-sign-in/lib/SignIn/SignInManager.test.data.js +45 -0
  46. package/src/public-website-sign-in/lib/SignIn/SignInManager.test.js +59 -0
  47. package/src/public-website-sign-in/lib/SignIn/SignInManager.test.page.js +67 -0
  48. package/src/react-extension/ExtBootstrapAccountRecovery.js +17 -0
  49. package/src/react-extension/ExtBootstrapApp.js +17 -0
  50. package/src/react-extension/ExtBootstrapLogin.js +17 -0
  51. package/src/react-extension/ExtBootstrapRecover.js +17 -0
  52. package/src/react-extension/ExtBootstrapSetup.js +17 -0
  53. package/src/react-extension/components/AccountRecovery/AccountRecoveryInviteUserSettingPreferenceDialog/AccountRecoveryInviteUserSettingPreferenceDialog.test.stories.js +1 -1
  54. package/src/react-extension/components/AccountRecovery/HandleAccountRecoveryUserSettingsRoute/HandleAccountRecoveryUserSettingsRoute.js +1 -9
  55. package/src/react-extension/components/AccountRecovery/HandleReviewAccountRecoveryRequestWorkflow/HandleReviewAccountRecoveryRequestWorkflow.js +1 -9
  56. package/src/react-extension/components/AccountRecovery/ManageAccountRecoveryUserSettings/ManageAccountRecoveryUserSettings.js +1 -1
  57. package/src/react-extension/components/AccountRecovery/ManageAccountRecoveryUserSettings/ManageAccountRecoveryUserSettings.test.stories.js +1 -1
  58. package/src/react-extension/components/AccountRecovery/ReviewAccountRecoveryRequest/ReviewAccountRecoveryRequest.js +1 -1
  59. package/src/react-extension/components/AccountRecovery/ReviewAccountRecoveryRequest/ReviewAccountRecoveryRequest.test.stories.js +1 -1
  60. package/src/react-extension/components/Administration/ConfirmSaveAccountRecoverySettings/ConfirmSaveAccountRecoverySettings.js +6 -3
  61. package/src/react-extension/components/Administration/ConfirmSaveAccountRecoverySettings/ConfirmSaveAccountRecoverySettings.test.data.js +10 -7
  62. package/src/react-extension/components/Administration/ConfirmSaveAccountRecoverySettings/ConfirmSaveAccountRecoverySettings.test.stories.js +1 -1
  63. package/src/react-extension/components/Administration/DisplayAdministrationMenu/DisplayAdministrationMenu.js +2 -15
  64. package/src/react-extension/components/Administration/DisplayAdministrationWorkspaceActions/DisplayAdministrationAccountRecoveryAction/DisplayAdministrationAccountRecoveryActions.js +2 -12
  65. package/src/react-extension/components/Administration/DisplayAdministrationWorkspaceActions/DisplayAdministrationWorkspaceActions.js +2 -11
  66. package/src/react-extension/components/Administration/DisplayAdministrationWorkspaceBreadcrumb/DisplayAdministrationWorkspaceBreadcrumb.js +1 -1
  67. package/src/react-extension/components/Administration/DisplayAdministrationWorkspaceBreadcrumb/DisplayAdministrationWorkspaceBreadcrumb.test.js +1 -1
  68. package/src/react-extension/components/Administration/DisplayEmailNotificationsAdministration/DisplayEmailNotificationsAdministration.js +1 -9
  69. package/src/react-extension/components/Administration/DisplayEmailNotificationsAdministration/DisplayEmailNotificationsAdministration.test.stories.js +1 -1
  70. package/src/react-extension/components/Administration/DisplayInternationalizationAdministration/DisplayInternationalizationAdministration.js +1 -9
  71. package/src/react-extension/components/Administration/DisplayInternationalizationAdministration/DisplayInternationalizationAdministration.test.page.js +1 -1
  72. package/src/react-extension/components/Administration/DisplayInternationalizationAdministration/DisplayInternationalizationAdministration.test.stories.js +12 -6
  73. package/src/react-extension/components/Administration/DisplayLoadingDialog/DisplayLoadingDialog.js +2 -11
  74. package/src/react-extension/components/Administration/DisplayMfaAdministration/DisplayMfaAdministration.js +6 -6
  75. package/src/react-extension/components/Administration/DisplayMfaAdministration/DisplayMfaAdministration.test.stories.js +1 -1
  76. package/src/react-extension/components/Administration/DisplaySimulateSynchronizeUserDirectoryAdministration/DisplaySimulateSynchronizeUserDirectoryAdministration.js +25 -1
  77. package/src/react-extension/components/Administration/DisplaySimulateSynchronizeUserDirectoryAdministration/DisplaySimulateSynchronizeUserDirectoryAdministration.test.js +1 -1
  78. package/src/react-extension/components/Administration/DisplaySimulateSynchronizeUserDirectoryAdministration/DisplaySimulateSynchronizeUserDirectoryAdministration.test.stories.js +1 -1
  79. package/src/react-extension/components/Administration/DisplaySubscriptionKey/DisplaySubscriptionKey.test.stories.js +1 -1
  80. package/src/react-extension/components/Administration/DisplaySynchronizeUserDirectoryAdministration/DisplaySynchronizeUserDirectoryAdministration.js +25 -1
  81. package/src/react-extension/components/Administration/DisplaySynchronizeUserDirectoryAdministration/DisplaySynchronizeUserDirectoryAdministration.test.js +1 -1
  82. package/src/react-extension/components/Administration/DisplaySynchronizeUserDirectoryAdministration/DisplaySynchronizeUserDirectoryAdministration.test.stories.js +1 -1
  83. package/src/react-extension/components/Administration/DisplayTestUserDirectoryAdministration/DisplayTestUserDirectoryAdministration.js +12 -2
  84. package/src/react-extension/components/Administration/DisplayTestUserDirectoryAdministration/DisplayTestUserDirectoryAdministration.test.js +1 -1
  85. package/src/react-extension/components/Administration/DisplayTestUserDirectoryAdministration/DisplayTestUserDirectoryAdministration.test.stories.js +1 -1
  86. package/src/react-extension/components/Administration/DisplayUserDirectoryAdministration/DisplayUserDirectoryAdministration.js +24 -24
  87. package/src/react-extension/components/Administration/DisplayUserDirectoryAdministration/DisplayUserDirectoryAdministration.test.stories.js +1 -1
  88. package/src/react-extension/components/Administration/EditSubscriptionKey/EditSubscriptionKey.js +1 -1
  89. package/src/react-extension/components/Administration/EditSubscriptionKey/EditSubscriptionKey.test.stories.js +1 -1
  90. package/src/react-extension/components/Administration/ManageAccountRecoveryAdministrationSettings/ManageAccountRecoveryAdministrationSettings.js +6 -3
  91. package/src/react-extension/components/Administration/ManageAccountRecoveryAdministrationSettings/ManageAccountRecoveryAdministrationSettings.test.data.js +20 -5
  92. package/src/react-extension/components/Administration/ManageAccountRecoveryAdministrationSettings/ManageAccountRecoveryAdministrationSettings.test.stories.js +1 -1
  93. package/src/react-extension/components/Administration/ProvideAccountRecoveryOrganizationKey/ProvideAccountRecoveryOrganizationKey.js +1 -11
  94. package/src/react-extension/components/Administration/ProvideAccountRecoveryOrganizationKey/ProvideAccountRecoveryOrganizationKey.test.stories.js +1 -1
  95. package/src/react-extension/components/Administration/SelectAccountRecoveryOrganizationKey/DownloadOrganizationKey.js +1 -9
  96. package/src/react-extension/components/Administration/SelectAccountRecoveryOrganizationKey/DownloadOrganizationKey.test.stories.js +1 -1
  97. package/src/react-extension/components/Administration/SelectAccountRecoveryOrganizationKey/GenerateOrganizationKey.js +90 -46
  98. package/src/react-extension/components/Administration/SelectAccountRecoveryOrganizationKey/GenerateOrganizationKey.test.js +61 -17
  99. package/src/react-extension/components/Administration/SelectAccountRecoveryOrganizationKey/ImportOrganizationKey.js +1 -1
  100. package/src/react-extension/components/Administration/SelectAccountRecoveryOrganizationKey/SelectAccountRecoveryOrganizationKey.js +1 -9
  101. package/src/react-extension/components/Administration/SelectAccountRecoveryOrganizationKey/SelectAccountRecoveryOrganizationKey.test.page.js +14 -0
  102. package/src/react-extension/components/Administration/SelectAccountRecoveryOrganizationKey/SelectAccountRecoveryOrganizationKey.test.stories.js +1 -1
  103. package/src/react-extension/components/Announcement/AnnouncementWrapper/AnnouncementWrapper.js +3 -2
  104. package/src/react-extension/components/Announcement/HandleSubscriptionAnnouncement/DisplayExpiredSubscriptionAnnouncement.js +3 -3
  105. package/src/react-extension/components/Announcement/HandleSubscriptionAnnouncement/DisplayGoingToExpireSubscriptionAnnouncement.js +3 -2
  106. package/src/react-extension/components/Announcement/HandleSubscriptionAnnouncement/DisplayInvalidSubscriptionAnnouncement.js +3 -3
  107. package/src/react-extension/components/Authentication/AskForAuthenticationHelpCredentialLost/AskForAuthenticationHelpCredentialLost.js +2 -2
  108. package/src/react-extension/components/Authentication/AskForAuthenticationHelpCredentialLost/AskForAuthenticationHelpCredentialLost.test.stories.js +1 -1
  109. package/src/react-extension/components/Authentication/CheckAccountRecoveryEmail/CheckAccountRecoveryEmail.js +2 -2
  110. package/src/react-extension/components/Authentication/CheckAccountRecoveryEmail/CheckAccountRecoveryEmail.test.stories.js +1 -1
  111. package/src/react-extension/components/Authentication/CheckMailBox/CheckMailBox.js +2 -12
  112. package/src/react-extension/components/Authentication/CheckMailBox/CheckMailbox.test.stories.js +1 -1
  113. package/src/react-extension/components/Authentication/CheckPassphrase/CheckPassphrase.js +88 -41
  114. package/src/react-extension/components/Authentication/CheckPassphrase/CheckPassphrase.test.stories.js +1 -1
  115. package/src/react-extension/components/Authentication/ChooseAccountRecoveryPreference/ChooseAccountRecoveryPreference.js +2 -2
  116. package/src/react-extension/components/Authentication/ChooseAccountRecoveryPreference/ChooseAccountRecoveryPreference.test.stories.js +11 -1
  117. package/src/react-extension/components/Authentication/ChooseSecurityToken/ChooseSecurityToken.js +2 -2
  118. package/src/react-extension/components/Authentication/ChooseSecurityToken/ChooseSecurityToken.test.stories.js +1 -1
  119. package/src/react-extension/components/Authentication/CreateGpgKey/CreateGpgKey.js +24 -14
  120. package/src/react-extension/components/Authentication/CreateGpgKey/CreateGpgKey.test.js +2 -2
  121. package/src/react-extension/components/Authentication/CreateGpgKey/CreateGpgKey.test.stories.js +1 -1
  122. package/src/react-extension/components/Authentication/DisplayAlreadyLoggedInError/DisplayAlreadyLoggedInError.js +2 -2
  123. package/src/react-extension/components/Authentication/DisplayAlreadyLoggedInError/DisplayAlreadyLoggedInError.test.stories.js +1 -1
  124. package/src/react-extension/components/Authentication/DisplayBrowserNotSupported/DisplayBrowserNotSupported.js +2 -2
  125. package/src/react-extension/components/Authentication/DisplayBrowserNotSupported/DisplayBrowserNotSupported.test.stories.js +1 -1
  126. package/src/react-extension/components/Authentication/DisplayExpiredTokenError/DisplayExpiredTokenError.js +2 -2
  127. package/src/react-extension/components/Authentication/DisplayExpiredTokenError/DisplayExpiredTokenError.test.stories.js +1 -1
  128. package/src/react-extension/components/Authentication/DisplayRequireInvitationError/DisplayRequireInvitationError.js +2 -2
  129. package/src/react-extension/components/Authentication/DisplayRequireInvitationError/DisplayRequireInvitationError.test.stories.js +1 -1
  130. package/src/react-extension/components/Authentication/DisplayUnexpectedError/DisplayUnexpectedError.js +3 -3
  131. package/src/react-extension/components/Authentication/DisplayUnexpectedError/DisplayUnexpectedError.test.stories.js +1 -1
  132. package/src/react-extension/components/Authentication/DownloadRecoveryKit/DownloadRecoveryKit.js +2 -2
  133. package/src/react-extension/components/Authentication/DownloadRecoveryKit/DownloadRecoveryKit.test.stories.js +1 -1
  134. package/src/react-extension/components/Authentication/EnterNameForm/EnterNameForm.js +6 -6
  135. package/src/react-extension/components/Authentication/EnterNameForm/EnterNameForm.test.stories.js +1 -1
  136. package/src/react-extension/components/Authentication/EnterUsernameForm/EnterUsernameForm.js +1 -1
  137. package/src/react-extension/components/Authentication/EnterUsernameForm/EnterUsernameForm.test.stories.js +1 -1
  138. package/src/react-extension/components/Authentication/ImportGpgKey/ImportGpgKey.js +34 -7
  139. package/src/react-extension/components/Authentication/ImportGpgKey/ImportGpgKey.test.data.js +2 -1
  140. package/src/react-extension/components/Authentication/ImportGpgKey/ImportGpgKey.test.js +20 -1
  141. package/src/react-extension/components/Authentication/ImportGpgKey/ImportGpgKey.test.page.js +4 -0
  142. package/src/react-extension/components/Authentication/ImportGpgKey/ImportGpgKey.test.stories.js +1 -1
  143. package/src/react-extension/components/Authentication/InstallExtension/InstallExtension.js +2 -2
  144. package/src/react-extension/components/Authentication/InstallExtension/InstallExtension.test.stories.js +4 -1
  145. package/src/react-extension/components/Authentication/IntroduceExtension/IntroduceExtension.js +2 -2
  146. package/src/react-extension/components/Authentication/IntroduceExtension/IntroduceExtension.test.stories.js +1 -1
  147. package/src/react-extension/components/Authentication/NotifyExpiredSession/NotifyExpiredSession.js +1 -9
  148. package/src/react-extension/components/Authentication/NotifyExpiredSession/NotifyExpiredSession.test.stories.js +1 -1
  149. package/src/react-extension/components/Authentication/RequestAccountRecovery/RequestAccountRecovery.js +2 -2
  150. package/src/react-extension/components/Authentication/RequestAccountRecovery/RequestAccountRecovery.test.stories.js +6 -1
  151. package/src/react-extension/components/AuthenticationAccountRecovery/DisplayExpiredTokenError/DisplayExpiredTokenError.js +2 -2
  152. package/src/react-extension/components/AuthenticationAccountRecovery/DisplayExpiredTokenError/DisplayExpiredTokenError.test.stories.js +1 -1
  153. package/src/react-extension/components/AuthenticationAccountRecovery/DisplayRestartFromScratchError/DisplayRestartFromScratchError.js +2 -2
  154. package/src/react-extension/components/AuthenticationAccountRecovery/DisplayRestartFromScratchError/DisplayRestartFromScratchError.test.stories.js +1 -1
  155. package/src/react-extension/components/AuthenticationAccountRecovery/OrchestrateAccountRecovery/OrchestrateAccountRecovery.js +2 -2
  156. package/src/react-extension/components/AuthenticationLogin/AcceptLoginServerKeyChange/AcceptLoginServerKeyChange.js +2 -2
  157. package/src/react-extension/components/AuthenticationLogin/AcceptLoginServerKeyChange/AcceptLoginServerKeyChange.test.stories.js +1 -1
  158. package/src/react-extension/components/AuthenticationLogin/Login/Login.js +1 -9
  159. package/src/react-extension/components/AuthenticationLogin/Login/Login.test.stories.js +1 -1
  160. package/src/react-extension/components/AuthenticationLogin/OrchestrateLogin/OrchestrateLoginBoxFooter.js +2 -2
  161. package/src/react-extension/components/AuthenticationLogin/OrchestrateLogin/OrchestrateLoginBoxMain.js +2 -2
  162. package/src/react-extension/components/AuthenticationPassphrase/InputPassphrase/InputPassphrase.js +1 -1
  163. package/src/react-extension/components/AuthenticationPassphrase/InputPassphrase/InputPassphrase.test.stories.js +1 -1
  164. package/src/react-extension/components/AuthenticationRecover/RecoverAuthentication/RecoverAuthentication.js +3 -2
  165. package/src/react-extension/components/AuthenticationSetup/SetupAuthentication/SetupAuthentication.js +3 -3
  166. package/src/react-extension/components/Common/ActionFeedback/DisplayActionFeedbacks.test.stories.js +1 -1
  167. package/src/react-extension/components/Common/ActionFeedback/ShareActionFeedback.js +2 -2
  168. package/src/react-extension/components/Common/Autocomplete/Autocomplete.js +8 -2
  169. package/src/react-extension/components/Common/Avatar/UserAvatar.test.data.js +6 -4
  170. package/src/react-extension/components/Common/Avatar/UserAvatar.test.stories.js +3 -2
  171. package/src/react-extension/components/Common/Button/Button.test.stories.js +5 -5
  172. package/src/react-extension/components/Common/Checkbox/Checkbox.test.stories.js +1 -1
  173. package/src/react-extension/components/Common/ContextualMenu/ContextualMenu.test.stories.js +1 -1
  174. package/src/react-extension/components/Common/ContextualMenu/ContextualMenuWrapper.js +10 -8
  175. package/src/react-extension/components/Common/Dialog/DialogCloseButton/DialogCloseButton.js +2 -1
  176. package/src/react-extension/components/Common/Dialog/DialogWrapper/DialogFooter.test.stories.js +2 -2
  177. package/src/react-extension/components/Common/Dialog/DialogWrapper/DialogWrapper.js +2 -2
  178. package/src/react-extension/components/Common/Dialog/DialogWrapper/DialogWrapper.test.stories.js +1 -1
  179. package/src/react-extension/components/Common/DragInfo/DragInfo.test.stories.js +10 -8
  180. package/src/react-extension/components/Common/Error/NotifyError/NotifyError.js +3 -11
  181. package/src/react-extension/components/Common/Error/NotifyError/NotifyError.test.stories.js +6 -1
  182. package/src/react-extension/components/Common/Footer/Footer.js +3 -13
  183. package/src/react-extension/components/Common/Inputs/Autocomplete/Autocomplete.js +16 -7
  184. package/src/react-extension/components/Common/Inputs/Autocomplete/AutocompleteItemLoading.js +4 -0
  185. package/src/react-extension/components/Common/Inputs/FormSubmitButton/FormCancelButton.js +3 -12
  186. package/src/react-extension/components/Common/Inputs/FormSubmitButton/FormSubmitButton.js +2 -2
  187. package/src/react-extension/components/Common/Internationalisation/TranslationProvider.js +0 -1
  188. package/src/react-extension/components/Common/Link/Link.test.stories.js +1 -1
  189. package/src/react-extension/components/Common/Loading/LoadingBar/LoadingBar.test.stories.js +1 -1
  190. package/src/react-extension/components/Common/Loading/LoadingSpinner/LoadingSpinner.test.stories.js +1 -1
  191. package/src/react-extension/components/Common/Menu/DisplayMainMenu.js +2 -11
  192. package/src/react-extension/components/Common/Navigation/Search/SearchBar.js +7 -7
  193. package/src/react-extension/components/Common/Navigation/Search/SearchBar.test.stories.js +1 -1
  194. package/src/react-extension/components/Common/Progress/DisplayProgress/DisplayProgress.js +2 -11
  195. package/src/react-extension/components/Common/Progress/DisplayProgress/DisplayProgress.test.stories.js +1 -1
  196. package/src/react-extension/components/Common/RadioButton/RadioButton.test.stories.js +1 -1
  197. package/src/react-extension/components/Common/Select/Select.js +44 -12
  198. package/src/react-extension/components/Common/Select/Select.test.stories.js +1 -1
  199. package/src/react-extension/components/Common/Text/Text.test.stories.js +1 -1
  200. package/src/react-extension/components/Common/TextField/TextField.test.stories.js +1 -1
  201. package/src/react-extension/components/Common/Toggle/Toggle.test.stories.js +1 -1
  202. package/src/react-extension/components/Common/Tooltip/Tooltip.test.stories.js +2 -2
  203. package/src/react-extension/components/Internationalisation/ChangeLocale/ChangeLocale.test.page.js +1 -1
  204. package/src/react-extension/components/Resource/CreateResource/CreateResource.js +9 -9
  205. package/src/react-extension/components/Resource/CreateResource/CreateResource.test.stories.js +1 -1
  206. package/src/react-extension/components/Resource/DeleteResource/DeleteResource.js +3 -3
  207. package/src/react-extension/components/Resource/DeleteResource/DeleteResource.test.page.js +1 -1
  208. package/src/react-extension/components/Resource/DeleteResource/DeleteResource.test.stories.js +1 -1
  209. package/src/react-extension/components/Resource/DisplayResourcesList/DisplayResourcesList.js +4 -4
  210. package/src/react-extension/components/Resource/DisplayResourcesList/DisplayResourcesList.test.stories.js +1 -1
  211. package/src/react-extension/components/Resource/DisplayResourcesWorkspace/DisplayResourcesWorkspace.js +1 -9
  212. package/src/react-extension/components/Resource/DisplayResourcesWorkspace/DisplayResourcesWorkspaceMainMenu.js +8 -17
  213. package/src/react-extension/components/Resource/DisplayResourcesWorkspace/DisplayResourcesWorkspaceMainMenu.test.js +2 -2
  214. package/src/react-extension/components/Resource/DisplayResourcesWorkspace/DisplayResourcesWorkspaceMainMenu.test.stories.js +1 -1
  215. package/src/react-extension/components/Resource/DisplayResourcesWorkspace/DisplayResourcesWorkspaceMenu.js +6 -6
  216. package/src/react-extension/components/Resource/DisplayResourcesWorkspace/DisplayResourcesWorkspaceMenu.test.stories.js +1 -1
  217. package/src/react-extension/components/Resource/EditResource/EditResource.js +8 -8
  218. package/src/react-extension/components/Resource/EditResource/EditResource.test.stories.js +1 -1
  219. package/src/react-extension/components/Resource/ExportResources/ExportResources.js +9 -10
  220. package/src/react-extension/components/Resource/ExportResources/ExportResources.test.stories.js +1 -1
  221. package/src/react-extension/components/Resource/ExportResources/ExportResourcesCredentials.js +1 -1
  222. package/src/react-extension/components/Resource/ExportResources/ExportResourcesCredentials.test.stories.js +1 -1
  223. package/src/react-extension/components/Resource/FilterResourcesByBreadcrumb/FilterResourcesByBreadcrumb.test.stories.js +1 -1
  224. package/src/react-extension/components/Resource/FilterResourcesByFolders/FilterResourcesByFolders.js +2 -11
  225. package/src/react-extension/components/Resource/FilterResourcesByFolders/FilterResourcesByFolders.test.stories.js +1 -1
  226. package/src/react-extension/components/Resource/FilterResourcesByFolders/FilterResourcesByFoldersItemContextualMenu.js +2 -11
  227. package/src/react-extension/components/Resource/FilterResourcesByFolders/FilterResourcesByRootFolderContextualMenu.js +2 -11
  228. package/src/react-extension/components/Resource/FilterResourcesByGroups/FilterResourcesByGroups.js +2 -11
  229. package/src/react-extension/components/Resource/FilterResourcesByGroups/FilterResourcesByGroups.test.stories.js +1 -1
  230. package/src/react-extension/components/Resource/FilterResourcesByShortcuts/FilterResourcesByShortcuts.js +4 -13
  231. package/src/react-extension/components/Resource/FilterResourcesByShortcuts/FilterResourcesByShortcuts.test.js +1 -1
  232. package/src/react-extension/components/Resource/FilterResourcesByShortcuts/FilterResourcesByShortcuts.test.stories.js +1 -1
  233. package/src/react-extension/components/Resource/FilterResourcesByTags/FilterResourcesByTags.test.js +1 -1
  234. package/src/react-extension/components/Resource/FilterResourcesByTags/FilterResourcesByTags.test.stories.js +1 -1
  235. package/src/react-extension/components/Resource/FilterResourcesByTags/FilterResourcesByTagsContextualMenu.js +2 -11
  236. package/src/react-extension/components/Resource/FilterResourcesByTags/FilterResourcesByTagsList.js +2 -11
  237. package/src/react-extension/components/Resource/FilterResourcesByTags/FilterResourcesByTagsListContextualMenu.js +3 -12
  238. package/src/react-extension/components/Resource/FilterResourcesByText/FilterResourcesByText.test.stories.js +1 -1
  239. package/src/react-extension/components/Resource/ImportResources/ImportResources.test.stories.js +1 -1
  240. package/src/react-extension/components/Resource/ImportResources/ImportResourcesKeyUnlock.js +1 -1
  241. package/src/react-extension/components/Resource/ImportResources/ImportResourcesKeyUnlock.test.stories.js +1 -1
  242. package/src/react-extension/components/Resource/ImportResources/ImportResourcesResult.test.stories.js +1 -1
  243. package/src/react-extension/components/ResourceComment/AddResourceComment/AddResourceComment.test.stories.js +5 -3
  244. package/src/react-extension/components/ResourceComment/ConfirmResourceCommentDeletion/ConfirmResourceCommentDeletion.js +1 -1
  245. package/src/react-extension/components/ResourceComment/ConfirmResourceCommentDeletion/ConfirmResourceCommentDeletion.test.stories.js +1 -1
  246. package/src/react-extension/components/ResourceComment/DeleteResourceComment/DeleteComment.js +2 -1
  247. package/src/react-extension/components/ResourceComment/DisplayResourceCommentList/DisplayResourceCommentList.js +1 -9
  248. package/src/react-extension/components/ResourceComment/DisplayResourceCommentList/DisplayResourceCommentList.test.stories.js +5 -3
  249. package/src/react-extension/components/ResourceDescription/EditResourceDescription/EditResourceDescription.js +2 -2
  250. package/src/react-extension/components/ResourceDescription/EditResourceDescription/EditResourceDescription.test.stories.js +5 -3
  251. package/src/react-extension/components/ResourceDetails/DisplayResourceDetails/DisplayResourceDetails.js +3 -3
  252. package/src/react-extension/components/ResourceDetails/DisplayResourceDetails/DisplayResourceDetailsActivity.test.stories.js +2 -2
  253. package/src/react-extension/components/ResourceDetails/DisplayResourceDetails/DisplayResourceDetailsComment.js +2 -11
  254. package/src/react-extension/components/ResourceDetails/DisplayResourceDetails/DisplayResourceDetailsDescription.js +2 -10
  255. package/src/react-extension/components/ResourceDetails/DisplayResourceDetails/DisplayResourceDetailsDescription.test.stories.js +1 -1
  256. package/src/react-extension/components/ResourceDetails/DisplayResourceDetails/DisplayResourceDetailsInformation.js +1 -1
  257. package/src/react-extension/components/ResourceDetails/DisplayResourceDetails/DisplayResourceDetailsInformation.test.data.js +1 -1
  258. package/src/react-extension/components/ResourceDetails/DisplayResourceDetails/DisplayResourceDetailsPermission.js +2 -10
  259. package/src/react-extension/components/ResourceDetails/DisplayResourceDetails/DisplayResourceDetailsTag.js +3 -12
  260. package/src/react-extension/components/ResourceDetails/DisplayResourceDetails/DisplayResourceDetailsTag.test.stories.js +1 -1
  261. package/src/react-extension/components/ResourceFolder/CreateResourceFolder/CreateResourceFolder.js +1 -1
  262. package/src/react-extension/components/ResourceFolder/CreateResourceFolder/CreateResourceFolder.test.stories.js +1 -1
  263. package/src/react-extension/components/ResourceFolder/DefineResourceFolderMoveStrategy/DefineResourceFolderMoveStrategy.test.stories.js +1 -1
  264. package/src/react-extension/components/ResourceFolder/DeleteResourceFolder/DeleteResourceFolder.js +1 -1
  265. package/src/react-extension/components/ResourceFolder/DeleteResourceFolder/DeleteResourceFolder.test.stories.js +1 -1
  266. package/src/react-extension/components/ResourceFolder/RenameResourceFolder/RenameResourceFolder.js +1 -1
  267. package/src/react-extension/components/ResourceFolder/RenameResourceFolder/RenameResourceFolder.test.stories.js +1 -1
  268. package/src/react-extension/components/ResourceFolderDetails/DisplayResourceFolderDetails/DisplayResourceFolderDetails.js +1 -1
  269. package/src/react-extension/components/ResourceFolderDetails/DisplayResourceFolderDetails/DisplayResourceFolderDetailsActivity.test.stories.js +1 -1
  270. package/src/react-extension/components/ResourceFolderDetails/DisplayResourceFolderDetails/DisplayResourceFolderDetailsInformation.js +1 -9
  271. package/src/react-extension/components/ResourceFolderDetails/DisplayResourceFolderDetails/DisplayResourceFolderDetailsInformation.test.stories.js +1 -1
  272. package/src/react-extension/components/ResourceFolderDetails/DisplayResourceFolderDetails/DisplayResourceFolderDetailsPermissions.test.stories.js +1 -1
  273. package/src/react-extension/components/ResourcePassword/GenerateResourcePassword/ConfigurePassphraseGenerator.js +10 -7
  274. package/src/react-extension/components/ResourcePassword/GenerateResourcePassword/ConfigurePassphraseGenerator.test.stories.js +1 -1
  275. package/src/react-extension/components/ResourcePassword/GenerateResourcePassword/ConfigurePasswordGenerator.js +12 -9
  276. package/src/react-extension/components/ResourcePassword/GenerateResourcePassword/ConfigurePasswordGenerator.test.stories.js +1 -1
  277. package/src/react-extension/components/ResourcePassword/GenerateResourcePassword/GenerateResourcePassword.js +10 -7
  278. package/src/react-extension/components/ResourcePassword/GenerateResourcePassword/GenerateResourcePassword.test.stories.js +1 -1
  279. package/src/react-extension/components/ResourceTag/DeleteResourceTag/DeleteResourceTag.js +2 -2
  280. package/src/react-extension/components/ResourceTag/DeleteResourceTag/DeleteResourceTag.test.stories.js +1 -1
  281. package/src/react-extension/components/ResourceTag/EditResourceTag/EditResourceTag.js +1 -1
  282. package/src/react-extension/components/ResourceTag/EditResourceTag/EditResourceTag.test.stories.js +1 -1
  283. package/src/react-extension/components/ResourceTag/EditResourceTags/EditResourceTags.js +2 -2
  284. package/src/react-extension/components/ResourceTag/EditResourceTags/EditResourceTagsItemViewer.js +2 -11
  285. package/src/react-extension/components/Share/ShareDialog.js +124 -22
  286. package/src/react-extension/components/Share/ShareDialog.test.data.js +25 -1
  287. package/src/react-extension/components/Share/ShareDialog.test.js +87 -36
  288. package/src/react-extension/components/Share/ShareDialog.test.page.js +1 -1
  289. package/src/react-extension/components/Share/ShareDialog.test.stories.js +1 -1
  290. package/src/react-extension/components/Share/SharePermissionDeleteButton.js +2 -1
  291. package/src/react-extension/components/Share/SharePermissionItem.js +56 -0
  292. package/src/react-extension/components/Share/ShareVariesDetails.js +2 -11
  293. package/src/react-extension/components/User/ConfirmDisableUserMFA/ConfirmDisableUserMFA.js +1 -1
  294. package/src/react-extension/components/User/ConfirmDisableUserMFA/ConfirmDisableUserMFA.test.stories.js +1 -1
  295. package/src/react-extension/components/User/CreateUser/CreateUser.js +9 -9
  296. package/src/react-extension/components/User/CreateUser/CreateUser.test.stories.js +1 -1
  297. package/src/react-extension/components/User/DeleteUser/DeleteUser.js +1 -1
  298. package/src/react-extension/components/User/DeleteUser/DeleteUser.test.stories.js +1 -1
  299. package/src/react-extension/components/User/DeleteUser/DeleteUserWithConflicts.js +3 -3
  300. package/src/react-extension/components/User/DeleteUser/DeleteUserWithConflicts.test.stories.js +1 -1
  301. package/src/react-extension/components/User/DisplayExpiredAccountRecovery/DisplayExpiredAccountRecovery.js +1 -9
  302. package/src/react-extension/components/User/DisplayExpiredAccountRecovery/DisplayExpiredAccountRecovery.test.stories.js +1 -1
  303. package/src/react-extension/components/User/DisplayUserBadgeMenu/DisplayUserBadgeMenu.js +8 -17
  304. package/src/react-extension/components/User/DisplayUserBadgeMenu/DisplayUserBadgeMenu.test.stories.js +1 -1
  305. package/src/react-extension/components/User/DisplayUserWorkspaceActions/DisplayUserWorkspaceActions.js +3 -3
  306. package/src/react-extension/components/User/DisplayUserWorkspaceActions/DisplayUserWorkspaceActions.test.stories.js +1 -1
  307. package/src/react-extension/components/User/DisplayUserWorkspaceMainActions/DisplayUserWorkspaceMainActions.js +8 -17
  308. package/src/react-extension/components/User/DisplayUserWorkspaceMainActions/DisplayUserWorkspaceMainActions.test.js +4 -4
  309. package/src/react-extension/components/User/DisplayUsers/DisplayUsers.js +1 -1
  310. package/src/react-extension/components/User/DisplayUsers/DisplayUsers.test.stories.js +1 -1
  311. package/src/react-extension/components/User/DisplayUsersContextualMenu/DisplayUsersContextualMenu.test.stories.js +1 -1
  312. package/src/react-extension/components/User/EditUser/EditUser.js +9 -9
  313. package/src/react-extension/components/User/EditUser/EditUser.test.stories.js +1 -1
  314. package/src/react-extension/components/User/FilterUsersByBreadcrumb/FilterUsersByBreadcrumb.test.stories.js +1 -1
  315. package/src/react-extension/components/User/FilterUsersByGroups/DisplayGroupContextualMenu.js +2 -11
  316. package/src/react-extension/components/User/FilterUsersByGroups/FilterUsersByGroup.test.stories.js +1 -1
  317. package/src/react-extension/components/User/FilterUsersByGroups/FilterUsersByGroupContextualMenu.js +2 -11
  318. package/src/react-extension/components/User/FilterUsersByShortcut/FilterUsersByShortcut.js +3 -12
  319. package/src/react-extension/components/User/FilterUsersByShortcut/FilterUsersByShortcut.test.stories.js +1 -1
  320. package/src/react-extension/components/User/FilterUsersByText/FilterUsersByText.js +1 -9
  321. package/src/react-extension/components/User/FilterUsersByText/FilterUsersByText.test.stories.js +1 -1
  322. package/src/react-extension/components/UserDetails/DisplayUserDetails/DisplayUserDetails.js +3 -3
  323. package/src/react-extension/components/UserDetails/DisplayUserDetailsAccountRecovery/DisplayUserDetailsAccountRecovery.js +1 -9
  324. package/src/react-extension/components/UserDetails/DisplayUserDetailsAccountRecovery/DisplayUserDetailsAccountRecovery.test.data.js +1 -1
  325. package/src/react-extension/components/UserDetails/DisplayUserDetailsAccountRecovery/DisplayUserDetailsAccountRecovery.test.stories.js +1 -1
  326. package/src/react-extension/components/UserDetails/DisplayUserDetailsActivity/DisplayUserDetailsActivity.js +1 -9
  327. package/src/react-extension/components/UserDetails/DisplayUserDetailsActivity/DisplayUserDetailsActivity.test.stories.js +1 -1
  328. package/src/react-extension/components/UserDetails/DisplayUserDetailsGroups/DisplayUserDetailsGroups.test.stories.js +1 -1
  329. package/src/react-extension/components/UserDetails/DisplayUserDetailsInformation/DisplayUserDetailsInformation.js +1 -1
  330. package/src/react-extension/components/UserDetails/DisplayUserDetailsInformation/DisplayUserDetailsInformation.test.stories.js +22 -83
  331. package/src/react-extension/components/UserDetails/DisplayUserDetailsPublicKey/DisplayUserDetailsPublicKey.js +8 -1
  332. package/src/react-extension/components/UserDetails/DisplayUserDetailsPublicKey/DisplayUserDetailsPublicKey.test.data.js +20 -2
  333. package/src/react-extension/components/UserDetails/DisplayUserDetailsPublicKey/DisplayUserDetailsPublicKey.test.js +25 -1
  334. package/src/react-extension/components/UserDetails/DisplayUserDetailsPublicKey/DisplayUserDetailsPublicKey.test.stories.js +28 -26
  335. package/src/react-extension/components/UserGroup/CreateUserGroup/CreateUserGroup.js +85 -57
  336. package/src/react-extension/components/UserGroup/CreateUserGroup/CreateUserGroup.test.js +21 -6
  337. package/src/react-extension/components/UserGroup/CreateUserGroup/CreateUserGroup.test.stories.js +1 -1
  338. package/src/react-extension/components/UserGroup/DeleteUserGroup/DeleteUserGroup.js +1 -1
  339. package/src/react-extension/components/UserGroup/DeleteUserGroup/DeleteUserGroup.test.stories.js +1 -1
  340. package/src/react-extension/components/UserGroup/DeleteUserGroup/DeleteUserGroupWithConflicts.js +2 -2
  341. package/src/react-extension/components/UserGroup/DeleteUserGroup/DeleteUserGroupWithConflicts.test.stories.js +1 -1
  342. package/src/react-extension/components/UserGroup/DisplayUserGroupDetails/DisplayUserGroupDetails.js +1 -1
  343. package/src/react-extension/components/UserGroup/DisplayUserGroupDetailsInformation/DisplayUserGroupDetailsInformation.test.stories.js +1 -1
  344. package/src/react-extension/components/UserGroup/DisplayUserGroupDetailsMembers/DisplayUserGroupDetailsMembers.js +4 -13
  345. package/src/react-extension/components/UserGroup/DisplayUserGroupDetailsMembers/DisplayUserGroupDetailsMembers.test.stories.js +1 -1
  346. package/src/react-extension/components/UserGroup/DisplayUserGroupDetailsMembers/DisplayUserGroupDetailsMembersGroupMember.js +1 -9
  347. package/src/react-extension/components/UserGroup/EditUserGroup/EditUserGroup.js +132 -151
  348. package/src/react-extension/components/UserGroup/EditUserGroup/EditUserGroup.test.js +8 -1
  349. package/src/react-extension/components/UserGroup/EditUserGroup/EditUserGroup.test.page.js +37 -14
  350. package/src/react-extension/components/UserGroup/EditUserGroup/EditUserGroup.test.stories.js +5 -2
  351. package/src/react-extension/components/UserGroup/EditUserGroup/EditUserGroupItem.js +209 -0
  352. package/src/react-extension/components/UserSetting/ChangeUserPassphrase/ConfirmPassphrase.js +1 -1
  353. package/src/react-extension/components/UserSetting/ChangeUserPassphrase/DisplayChangePassphraseIntroduction.js +2 -3
  354. package/src/react-extension/components/UserSetting/ChangeUserPassphrase/DownloadRecoveryKit.js +2 -2
  355. package/src/react-extension/components/UserSetting/ChangeUserPassphrase/EnterNewPassphrase.js +25 -12
  356. package/src/react-extension/components/UserSetting/ChangeUserPassphrase/EnterNewPassphrase.test.js +5 -1
  357. package/src/react-extension/components/UserSetting/ChangeUserPassphrase/EnterNewPassphrase.test.page.js +7 -0
  358. package/src/react-extension/components/UserSetting/ChangeUserSecurityToken/ChangeUserSecurityToken.js +2 -10
  359. package/src/react-extension/components/UserSetting/ChangeUserSecurityToken/ChangeUserSecurityToken.test.stories.js +1 -1
  360. package/src/react-extension/components/UserSetting/DisplayUserAccountRecovery/DisplayAccountRecoveryUserSettings.js +1 -1
  361. package/src/react-extension/components/UserSetting/DisplayUserAccountRecovery/DisplayAccountRecoveryUserSettings.test.stories.js +1 -1
  362. package/src/react-extension/components/UserSetting/DisplayUserGpgInformation/DisplayUserGpgInformation.js +9 -2
  363. package/src/react-extension/components/UserSetting/DisplayUserGpgInformation/DisplayUserGpgInformation.test.stories.js +58 -35
  364. package/src/react-extension/components/UserSetting/DisplayUserProfile/DisplayUserProfile.js +1 -1
  365. package/src/react-extension/components/UserSetting/DisplayUserProfile/DisplayUserProfile.test.stories.js +1 -1
  366. package/src/react-extension/components/UserSetting/DisplayUserSettingWorkspaceActions/DisplayUserSettingWorkspaceActions.js +2 -11
  367. package/src/react-extension/components/UserSetting/DisplayUserSettingsWorkspaceBreadcrumb/DisplayUserSettingsWorkspaceBreadcrumb.js +2 -2
  368. package/src/react-extension/components/UserSetting/DisplayUserSettingsWorkspaceBreadcrumb/DisplayUserSettingsWorkspaceBreadcrumb.test.stories.js +1 -1
  369. package/src/react-extension/components/UserSetting/DisplayUserTheme/DisplayUserTheme.js +1 -9
  370. package/src/react-extension/components/UserSetting/DisplayUserTheme/DisplayUserTheme.test.stories.js +1 -1
  371. package/src/react-extension/components/UserSetting/EditUserProfile/EditUserProfile.js +8 -8
  372. package/src/react-extension/components/UserSetting/EditUserProfile/EditUserProfile.test.stories.js +1 -1
  373. package/src/react-extension/components/UserSetting/NavigateIntoUserSettingsWorkspace/NavigateIntoUserSettingsWorkspace.js +4 -13
  374. package/src/react-extension/components/UserSetting/NavigateIntoUserSettingsWorkspace/NavigateIntoUserSettingsWorkspace.test.stories.js +1 -1
  375. package/src/react-extension/components/UserSetting/UploadUserProfileAvatar/UploadUserProfileAvatar.test.stories.js +1 -1
  376. package/src/react-extension/contexts/Authentication/AuthenticationRecoverContext.js +14 -1
  377. package/src/react-extension/test/fixture/Settings/siteSettings.js +20 -14
  378. package/src/react-extension/test/mock/components/Internationalisation/MockTranslationProvider.js +8 -1
  379. package/src/react-quickaccess/ExtQuickAccess.js +23 -9
  380. package/src/react-quickaccess/components/AnimatedSwitch/AnimatedSwitch.js +0 -1
  381. package/src/react-quickaccess/components/ExtensionSetup/SetupExtensionInProgress/SetupExtensionInProgress.js +2 -5
  382. package/src/react-quickaccess/components/ExtensionSetup/SetupExtensionInProgress/SetupExtensionInProgressPage.test.stories.js +1 -1
  383. package/src/react-quickaccess/components/FilterResourcesByFavoritePage/FilterResourcesByFavoritePage.js +2 -2
  384. package/src/react-quickaccess/components/FilterResourcesByFavoritePage/FilterResourcesByFavoritePage.test.stories.js +1 -1
  385. package/src/react-quickaccess/components/FilterResourcesByGroupPage/FilterResourcesByGroupPage.js +1 -1
  386. package/src/react-quickaccess/components/FilterResourcesByGroupPage/FilterResourcesByGroupPage.test.stories.js +1 -1
  387. package/src/react-quickaccess/components/FilterResourcesByItemsIOwnPage/FilterResourcesByItemsIOwnPage.js +1 -1
  388. package/src/react-quickaccess/components/FilterResourcesByItemsIOwnPage/FilterResourcesByItemsIOwnPage.test.stories.js +1 -1
  389. package/src/react-quickaccess/components/FilterResourcesByRecentlyModifiedPage/FilterResourcesByRecentlyModifiedPage.js +1 -1
  390. package/src/react-quickaccess/components/FilterResourcesByRecentlyModifiedPage/FilterResourcesByRecentlyModifiedPage.test.stories.js +1 -1
  391. package/src/react-quickaccess/components/FilterResourcesBySharedWithMePage/FilterResourcesBySharedWithMePage.js +1 -1
  392. package/src/react-quickaccess/components/FilterResourcesBySharedWithMePage/FilterResourcesBySharedWithMePage.test.stories.js +1 -1
  393. package/src/react-quickaccess/components/FilterResourcesByTagPage/FilterResourcesByTagPage.js +1 -1
  394. package/src/react-quickaccess/components/FilterResourcesByTagPage/FilterResourcesByTagPage.test.stories.js +1 -1
  395. package/src/react-quickaccess/components/GeneratePasswordPage/ConfigurePasswordGenerator.js +2 -3
  396. package/src/react-quickaccess/components/GeneratePasswordPage/GeneratePasswordPage.js +3 -3
  397. package/src/react-quickaccess/components/GeneratePasswordPage/GeneratePasswordPage.test.stories.js +1 -1
  398. package/src/react-quickaccess/components/Header/Header.test.stories.js +1 -1
  399. package/src/react-quickaccess/components/HomePage/HomePage.js +0 -8
  400. package/src/react-quickaccess/components/HomePage/HomePage.test.stories.js +1 -1
  401. package/src/react-quickaccess/components/LoginPage/LoginPage.js +1 -9
  402. package/src/react-quickaccess/components/LoginPage/LoginPage.test.stories.js +1 -1
  403. package/src/react-quickaccess/components/MoreFiltersPage/MoreFiltersPage.js +1 -1
  404. package/src/react-quickaccess/components/MoreFiltersPage/MoreFiltersPage.test.stories.js +1 -1
  405. package/src/react-quickaccess/components/PassphraseDialog/PassphraseDialog.js +5 -5
  406. package/src/react-quickaccess/components/PassphraseDialog/PassphraseDialog.test.stories.js +1 -1
  407. package/src/react-quickaccess/components/ResourceAutoSave/SaveResource.js +1 -1
  408. package/src/react-quickaccess/components/ResourceAutoSave/SaveResource.test.stories.js +1 -1
  409. package/src/react-quickaccess/components/ResourceCreatePage/ResourceCreatePage.js +4 -4
  410. package/src/react-quickaccess/components/ResourceCreatePage/ResourceCreatePage.test.stories.js +1 -1
  411. package/src/react-quickaccess/components/ResourceViewPage/ResourceViewPage.js +3 -3
  412. package/src/react-quickaccess/components/ResourceViewPage/ResourceViewPage.test.stories.js +1 -1
  413. package/src/react-quickaccess/components/Search/Search.js +5 -5
  414. package/src/react-quickaccess/components/Search/Search.test.stories.js +1 -1
  415. package/src/react-web-integration/BrowserIntegrationBootstrap.js +0 -17
  416. package/src/react-web-integration/components/AskInFormMenuDisplay/AskInFormMenuDisplay.test.stories.js +1 -1
  417. package/src/react-web-integration/components/DisplayInFormMenu/DisplayInFormMenu.js +2 -2
  418. package/src/react-web-integration/components/DisplayInFormMenu/DisplayInFormMenu.test.stories.js +1 -1
  419. package/src/react-web-integration/lib/InForm/InFormFieldSelector.js +11 -1
  420. package/src/react-web-integration/lib/InForm/InformManager.test.data.js +60 -0
  421. package/src/react-web-integration/lib/InForm/InformManager.test.js +151 -6
  422. package/src/react-web-integration/lib/InForm/InformManager.test.page.js +39 -0
  423. package/src/shared/components/Icons/Icon.test.stories.js +1 -1
  424. package/src/shared/components/Password/Password.js +2 -1
  425. package/src/shared/components/Password/Password.test.page.js +4 -1
  426. package/src/shared/components/Password/Password.test.stories.js +1 -1
  427. package/src/shared/components/PasswordComplexity/PasswordComplexity.js +2 -2
  428. package/src/shared/components/PasswordComplexity/PasswordComplexity.test.stories.js +5 -5
  429. package/src/stories/assets/intro/hero.png +0 -0
  430. package/src/stories/assets/intro/intro.css +47 -0
  431. package/test/jest.setup.js +2 -0
@@ -1,32 +1,37 @@
1
1
  {
2
- "(Folder) new owner:": "(フォルダ) 新しい所有者:",
3
2
  "(folder)": "(フォルダ)",
3
+ "(Folder) new owner:": "(フォルダ) 新しい所有者:",
4
4
  "(group)": "(グループ)",
5
5
  "(tag)": "(タグ)",
6
- "1. Install the application from the store.": "1. ストアからアプリをインストールします。",
7
- "2. Open the application on your phone.": "2. お使いの携帯電話でアプリケーションを開きます。",
8
- "3. Click start, here, in your browser.": "3. ここで、お使いのブラウザで「開始」をクリックします。",
9
- "4. Scan the QR codes with your phone.": "4. お使いの携帯電話でQRコードをスキャンします。",
10
- "5. And you are done!": "5. これで完了です!",
11
- "<0>4. Scan the QR codes with your phone.</0>": "<0>4. 携帯電話でQRコードをスキャンします。</0>",
12
- "<0>5. And you are done!</0>": "<0>5. これで完了です!</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> accepted the account recovery policy",
13
9
  "<0>{{activityCreatorName}}</0> accessed secret of item <2>{{resourceName}}</2>": "<0>{{activityCreatorName}}</0>さんが項目<2>{{resourceName}}</2>の秘密にアクセスしました",
14
10
  "<0>{{activityCreatorName}}</0> changed permissions of folder <2>{{folderName}}</2> with": "<0>{{activityCreatorName}}</0>さんはフォルダ<2>{{folderName}}</2>のパーミッションを以下で変更しました:",
15
11
  "<0>{{activityCreatorName}}</0> changed permissions of item <2>{{resourceName}}</2> with": "<0>{{activityCreatorName}}</0>さんは項目<2>{{resourceName}}</2>のパーミッションを以下で変更しました:",
16
12
  "<0>{{activityCreatorName}}</0> created folder <2>{{folderName}}</2>": "<0>{{activityCreatorName}}</0>さんがフォルダ<2>{{folderName}}</2>を作成しました",
17
13
  "<0>{{activityCreatorName}}</0> created item <2>{{resourceName}}</2>": "<0>{{activityCreatorName}}</0>さんが項目<2>{{resourceName}}</2>を作成しました",
14
+ "<0>{{activityCreatorName}}</0> rejected the account recovery policy": "<0>{{activityCreatorName}}</0> rejected the account recovery policy",
15
+ "<0>{{activityCreatorName}}</0> requested an account recovery": "<0>{{activityCreatorName}}</0> requested an account recovery",
18
16
  "<0>{{activityCreatorName}}</0> updated folder <2>{{folderName}}</2>": "<0>{{activityCreatorName}}</0>さんがフォルダ<2>{{folderName}}</2>を更新しました",
19
17
  "<0>{{activityCreatorName}}</0> updated item <2>{{resourceName}}</2>": "<0>{{activityCreatorName}}</0>さんが項目<2>{{resourceName}}</2>を更新しました",
20
18
  "<0>{{activityCreatorName}}</0> updated secret of item <2>{{resourceName}}</2>": "<0>{{activityCreatorName}}</0>さんが項目<2>{{resourceName}}</2>の秘密を更新しました",
21
- "<0>{{numberFolderSuccess}} out of {{count}}</0> folder has been imported.": "<0>{{count}} 個中 {{numberFolderSuccess}} 個の</0>フォルダがインポートされました。",
22
- "<0>{{numberResourceSuccess}} out of {{count}}</0> password has been imported.": "<0>{{count}} 個中 {{numberResourceSuccess}} 個の</0>パスワードがインポートされました。",
23
- "@your-domain.com": "@your-domain.com",
24
- "A Users Directory is configured. The users and groups of passbolt will synchronize with it.": "ユーザーディレクトリが設定されています。パスボルトのユーザーとグループはそれと同期します。",
19
+ "<0><0>{{activityCreatorName}}</0></0> accepted the account recovery request": "<0><0>{{activityCreatorName}}</0></0> accepted the account recovery request",
20
+ "<0><0>{{activityCreatorName}}</0></0> created the user account": "<0><0>{{activityCreatorName}}</0></0> created the user account",
21
+ "<0><0>{{activityCreatorName}}</0></0> rejected the account recovery request": "<0><0>{{activityCreatorName}}</0></0> rejected the account recovery request",
22
+ "<0>4. Scan the QR codes with your phone.</0>": "<0>4. 携帯電話でQRコードをスキャンします。</0>",
23
+ "<0>5. And you are done!</0>": "<0>5. これで完了です!</0>",
24
+ "1. Install the application from the store.": "1. ストアからアプリをインストールします。",
25
+ "2. Open the application on your phone.": "2. お使いの携帯電話でアプリケーションを開きます。",
26
+ "3. Click start, here, in your browser.": "3. ここで、お使いのブラウザで「開始」をクリックします。",
27
+ "4. Scan the QR codes with your phone.": "4. お使いの携帯電話でQRコードをスキャンします。",
28
+ "5. And you are done!": "5. これで完了です!",
25
29
  "A client identifier is required.": "クライアント識別子が必要です。",
26
30
  "A comment is required.": "コメントが必要です。",
27
31
  "A comment must be less than 256 characters": "コメントは256文字未満でなければなりません",
28
32
  "A connection could be established. Well done!": "接続を確立することができました。素晴らしいです!",
29
33
  "A domain name is required.": "ドメイン名が必要です。",
34
+ "A download of the organization private key has automatically started.": "A download of the organization private key has automatically started.",
30
35
  "A download of your recovery kit, containing your secret key, has automatically started.": "秘密鍵を含む復旧キットのダウンロードが自動的に開始されました。",
31
36
  "A file is required.": "ファイルが必要です。",
32
37
  "A first name is required.": "名が必要です。",
@@ -35,35 +40,55 @@
35
40
  "A last name is required.": "姓が必要です。",
36
41
  "A name can not be more than 64 char in length.": "名前の長さは 64 文字を超えることはできません。",
37
42
  "A name is required.": "名前が必要です。",
43
+ "A passphrase is required.": "A passphrase is required.",
38
44
  "A password is required.": "パスワードが必要です。",
39
45
  "A port is required.": "ポートが必要です。",
40
46
  "A salt is required.": "ソルトが必要です。",
41
47
  "A secret key is required.": "秘密鍵が必要です。",
48
+ "A strong passphrase is required. The minimum complexity must be 'fair'": "A strong passphrase is required. The minimum complexity must be 'fair'",
42
49
  "A subscription key is required.": "サブスクリプションキーが必要です。",
43
50
  "A tag name is required.": "タグ名が必要です。",
44
51
  "A username is required.": "ユーザー名が必要です。",
52
+ "A Users Directory is configured. The users and groups of passbolt will synchronize with it.": "ユーザーディレクトリが設定されています。パスボルトのユーザーとグループはそれと同期します。",
53
+ "Accept": "Accept",
45
54
  "Accept new key": "新しい鍵を承認する",
46
55
  "Access to this service requires an invitation.": "このサービスへのアクセスには招待が必要です。",
56
+ "Account recovery": "Account recovery",
57
+ "Account Recovery": "Account Recovery",
58
+ "Account recovery enrollment": "Account recovery enrollment",
59
+ "Account recovery error": "Account recovery error",
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": "Account Recovery Policy",
47
62
  "Activated": "有効化済み",
48
63
  "Activation pending": "有効化は保留中です",
49
64
  "Active Directory": "アクティブディレクトリ",
50
65
  "Activity": "アクティビティ",
51
- "Add User": "ユーザーを追加",
52
66
  "Add a comment": "コメントを追加",
53
67
  "Add a description": "説明を追加",
54
68
  "Add a unique import tag to passwords": "一意のインポートタグをパスワードに追加",
69
+ "Add an Organization Recovery Key": "Add an Organization Recovery Key",
70
+ "Add Open PGP Public key": "Add Open PGP Public key",
55
71
  "Add people": "人を追加",
56
72
  "Add stars to passwords you want to easily find later.": "後で簡単に見つけたいパスワードに星を追加します。",
73
+ "Add User": "ユーザーを追加",
74
+ "admin": "管理者",
75
+ "Admin": "Admin",
76
+ "administration": "管理",
57
77
  "Administration": "管理",
58
78
  "Algorithm": "アルゴリズム",
79
+ "Algorithm and key size cannot be changed at the moment. These are secure default": "Algorithm and key size cannot be changed at the moment. These are secure default",
59
80
  "All groups": "すべてのグループ",
60
81
  "All items": "すべての項目",
61
82
  "All tags": "すべてのタグ",
62
83
  "All users": "すべてのユーザー",
63
84
  "Also delete items inside this folder.": "このフォルダ内の項目も削除します。",
64
85
  "Alternatively you can also get in touch with support on community forum or via the paid support channels.": "また、コミュニティフォーラムや有償サポートチャンネルからサポートに連絡することも可能です。",
86
+ "An email is required.": "An email is required.",
65
87
  "An integration key is required.": "統合鍵が必要です。",
88
+ "An organization key is required.": "An organization key is required.",
66
89
  "Apply": "適用",
90
+ "Approve": "Approve",
91
+ "Approved": "Approved",
67
92
  "Are you sure you want to delete <1>{{user}}</1>?": "<1>{{user}}</1>さんを削除してもよろしいですか?",
68
93
  "Are you sure you want to delete the comment?": "コメントを削除してもよろしいですか?",
69
94
  "Are you sure you want to delete the folder <1>{{folderName}}</1>?": "フォルダ<1>{{folderName}}</1>を削除してもよろしいですか?",
@@ -71,45 +96,54 @@
71
96
  "Are you sure you want to delete the password <1>{{resourceName}}</1>?": "パスワード<1>{{resourceName}}</1>を削除してもよろしいですか?",
72
97
  "Are you sure you want to delete the tag <1>{{tagName}}</1>?": "タグ<1>{{tagName}}</1>を削除してもよろしいですか?",
73
98
  "Are you sure?": "よろしいですか?",
99
+ "As soon as an administrator validates your request you will receive an email link to complete the process.": "As soon as an administrator validates your request you will receive an email link to complete the process.",
74
100
  "Authentication token is missing from server response.": "サーバー応答に認証トークンがありません。",
75
101
  "Avatar": "アバター",
102
+ "Backup of the private key and passphrase will not be stored. This is the safest option.": "Backup of the private key and passphrase will not be stored. This is the safest option.",
76
103
  "Base DN": "ベースDN",
77
104
  "Before getting started...": "開始する前に...",
78
- "Both the private key and passphrase are required to perform an account recovery.": "アカウントの復旧を行うには秘密鍵とパスフレーズの両方が必要です。",
105
+ "Both the private key and passphrase are required to recover your account.": "Both the private key and passphrase are required to recover your account.",
79
106
  "Browse": "閲覧",
80
107
  "Browse credentials": "認証情報を閲覧",
81
108
  "Build email based on a prefix and suffix?": "プレフィックスとサフィックスに基づいてメールアドレスを作成しますか?",
82
109
  "Camel case": "キャメルケース",
83
110
  "Can edit": "編集可能",
111
+ "can read": "読み込み可能",
84
112
  "Can read": "読み込み可能",
113
+ "can update": "更新可能",
85
114
  "Cancel": "キャンセル",
86
115
  "Cancel the operation": "操作をキャンセル",
87
116
  "Cannot decrypt the file, invalid credentials.": "ファイルを復号できません。認証情報が無効です。",
117
+ "Cannot perform the action while being logged in": "Cannot perform the action while being logged in",
88
118
  "Change permissions": "パーミッションを変更",
89
119
  "Changing your passphrase will only change it locally.": "パスフレーズを変更すると、ローカルでのみ変更されます。",
90
120
  "Character Types": "文字の種類",
91
- "Check out our Multi Factor Authentication configuration guide.": "多要素認証設定ガイドをご覧ください。",
92
121
  "Check out our ldap configuration guide.": "当社のldap設定ガイドをご覧ください。",
122
+ "Check out our Multi Factor Authentication configuration guide.": "多要素認証設定ガイドをご覧ください。",
93
123
  "Check your mailbox!": "メールボックスを確認してください!",
94
124
  "Check your spam folder if you do not hear from us after a while.": "しばらくしてもご連絡が届かない場合は、迷惑メールフォルダをご確認ください。",
95
125
  "Choose a file": "ファイルを選択",
126
+ "Choose a new passphrase.": "Choose a new passphrase.",
96
127
  "Choose the export format (csv and kdbx are supported)": "エクスポート形式を選択してください (csvとkdbxがサポートされています)",
128
+ "Click here to start once the mobile application is installed and opened on your phone and you are ready to scan QR codes.": "Click here to start once the mobile application is installed and opened on your phone and you are ready to scan QR codes.",
97
129
  "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.": "モバイルアプリケーションがインストールされて開き、QRコードを読み取る準備ができたら、開始をクリックしてください。",
99
130
  "Client identifier": "クライアント識別子",
100
131
  "Close": "閉じる",
101
132
  "Comment content": "コメント内容",
102
133
  "Comments": "コメント",
103
- "Complexity:": "複雑さ:",
134
+ "Complete recovery": "Complete recovery",
135
+ "Completing recover. Please wait...": "Completing recover. Please wait...",
136
+ "Completing setup, please wait...": "Completing setup, please wait...",
104
137
  "Configure another phone": "別の電話を設定",
138
+ "Confirm Organization Recovery Key download": "Confirm Organization Recovery Key download",
105
139
  "Congratulation! Passbolt extension has been installed.": "おめでとうございます! パスボルト拡張機能がインストールされました。",
106
140
  "Contact Sales": "営業担当者にお問い合わせ",
107
141
  "Contact your administrator with details about what went wrong.": "問題の詳細についてはあなたの管理者に連絡してください。",
108
142
  "Contact your administrator with the error details.": "エラーの詳細とともにあなたの管理者に連絡してください。",
143
+ "Continue": "Continue",
109
144
  "Continue import": "インポートを続ける",
110
145
  "Contribute": "貢献",
111
146
  "Copy": "コピー",
112
- "Copy URI": "URIをコピー",
113
147
  "Copy email address": "メールアドレスをコピー",
114
148
  "Copy password": "パスワードをコピー",
115
149
  "Copy password to clipboard": "パスワードをクリップボードにコピー",
@@ -121,6 +155,7 @@
121
155
  "Copy the link to this password": "このパスワードへのリンクをコピー",
122
156
  "Copy the link to this user": "このユーザーへのリンクをコピー",
123
157
  "Copy to clipboard": "クリップボードにコピー",
158
+ "Copy URI": "URIをコピー",
124
159
  "Copy username": "ユーザー名をコピー",
125
160
  "Copy username to clipboard": "ユーザー名をクリップボードにコピー",
126
161
  "Create": "作成",
@@ -139,6 +174,9 @@
139
174
  "Created by": "作成者:",
140
175
  "Credentials": "認証情報",
141
176
  "Credits": "クレジット",
177
+ "csv exports from keepassx, lastpass and 1password are supported": "keepassx、lastpass、1password からのCSVエクスポートがサポートされています",
178
+ "Current status": "Current status",
179
+ "currently:": "現在:",
142
180
  "Customer id:": "お客様 ID:",
143
181
  "Decrypting": "復号中",
144
182
  "Decryption failed, click here to retry": "復号に失敗しました。こちらをクリックして再試行してください",
@@ -146,90 +184,107 @@
146
184
  "Default admin": "デフォルトの管理者",
147
185
  "Default group admin": "デフォルトのグループ管理者",
148
186
  "Delete": "削除",
149
- "Delete Group": "グループを削除",
150
- "Delete Tag": "タグを削除",
151
187
  "Delete comment?": "コメントを削除しますか?",
152
188
  "Delete folder?": "フォルダを削除しますか?",
189
+ "Delete Group": "グループを削除",
153
190
  "Delete group?": "グループを削除しますか",
154
191
  "Delete groups": "グループを削除",
155
- "Delete password?": "パスワードを削除しますか?",
156
- "Delete password?_plural": "パスワードを削除しますか?",
192
+ "Delete Tag": "タグを削除",
193
+ "Delete tag?": "Delete tag?",
157
194
  "Delete user?": "ユーザーを削除しますか?",
158
195
  "Delete users": "ユーザーを削除",
196
+ "deleted": "削除済み",
159
197
  "Description": "説明",
160
198
  "Directory configuration": "ディレクトリの構成",
161
199
  "Directory type": "ディレクトリの種類",
200
+ "Disable": "Disable",
201
+ "Disable (Default)": "Disable (Default)",
162
202
  "Disable MFA": "MFAを無効化",
163
203
  "Disabled": "無効になっています",
164
204
  "Do not store sensitive data or click here to enable encryption for the description field.": "機密データを保存したり、ここをクリックして説明フィールドの暗号化を有効にしないでください。",
165
205
  "Do not store sensitive data. Unlike the password, this data is not encrypted. Upgrade to version 3 to encrypt this information.": "機密データを保存しないでください。パスワードとは異なり、このデータは暗号化されていません。この情報を暗号化するにはバージョン3にアップグレードしてください。",
166
206
  "Domain": "ドメイン",
167
- "Download Chrome": "Chromeをダウンロード",
168
- "Download Firefox": "Firefoxをダウンロード",
207
+ "Download again": "Download again",
169
208
  "Download backup": "バックアップをダウンロード",
209
+ "Download Chrome": "Chromeをダウンロード",
170
210
  "Download extension": "拡張機能をダウンロード",
211
+ "Download Firefox": "Firefoxをダウンロード",
171
212
  "Download the kit again!": "キットを再度ダウンロード!",
213
+ "Download the mobile app": "Download the mobile app",
172
214
  "Edit": "編集",
173
215
  "Edit Avatar": "アバターを編集",
174
- "Edit Tag": "タグを編集",
175
- "Edit User": "ユーザーを編集",
176
216
  "Edit group": "グループを編集",
177
217
  "Edit in passbolt": "パスボルトで編集",
178
218
  "Edit profile": "プロフィールを編集",
179
219
  "Edit resource": "リソースを編集",
180
220
  "Edit subscription key": "サブスクリプションキーを編集",
181
221
  "Edit tag": "タグを編集",
222
+ "Edit User": "ユーザーを編集",
182
223
  "Email": "メール",
183
- "Email Notification": "メール通知",
184
- "Email Notifications": "メール通知",
224
+ "Email Address": "Email Address",
185
225
  "Email content visibility": "メール内容の表示",
186
226
  "Email delivery": "メール配信",
227
+ "Email Notification": "メール通知",
228
+ "Email Notifications": "メール通知",
187
229
  "Email prefix": "メールアドレスのプレフィックス",
188
230
  "Email suffix": "メールアドレスのサフィックス",
189
231
  "Email:": "メール:",
232
+ "empty": "空",
190
233
  "Enabled": "有効になっています",
191
234
  "Enabled users only": "有効なユーザーのみ",
192
235
  "Encrypted secret": "暗号化された秘密",
193
236
  "Enter a description": "説明を入力してください",
194
237
  "Enter the password and/or key file": "パスワードおよび/またはキーファイルを入力します",
195
- "Entropy:": "エントロピー:",
238
+ "Enter the private key used by your organization for account recovery": "Enter the private key used by your organization for account recovery",
239
+ "entropy:": "entropy:",
196
240
  "Error": "エラー",
197
241
  "Error details": "エラーの詳細",
242
+ "Error, this is not the current organization recovery key.": "Error, this is not the current organization recovery key.",
198
243
  "Errors:": "エラー",
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.": "Every user can decide to provide a copy of their private key and passphrase by default during the setup, but they can opt in.",
245
+ "Every user is required to provide a copy of their private key and passphrase during setup.": "Every user is required to provide a copy of their private key and passphrase during setup.",
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.": "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.",
199
247
  "Exclude look-alike characters": "似たような文字を除外",
248
+ "Existing settings will be lost. This action cannot be undone.": "Existing settings will be lost. This action cannot be undone.",
249
+ "Expected fingerprint:": "Expected fingerprint:",
250
+ "expired ": "期限切れ ",
200
251
  "Expires": "有効期限",
201
252
  "Expires on:": "有効期限:",
202
253
  "Export": "エクスポート",
203
254
  "Export all": "すべてエクスポート",
204
255
  "Export passwords": "パスワードをエクスポート",
256
+ "Fair": "Fair",
257
+ "fav": "fav",
205
258
  "Favorite": "お気に入り",
206
259
  "Favorites": "お気に入り",
207
- "Filter by groups": "グループで絞り込む",
208
- "Filter by tags": "タグで絞り込む",
209
260
  "Filters": "フィルター",
210
261
  "Fingerprint": "指紋",
211
- "First Name": "名",
212
262
  "First complete the configuration steps described in the current tab.": "まず、現在のタブで説明されている設定ステップを完了します。",
263
+ "First name": "First name",
264
+ "folder": "フォルダ",
213
265
  "Folder": "フォルダ",
214
266
  "Folder errors": "フォルダエラー",
215
267
  "Folder name": "フォルダ名",
216
268
  "Folders": "フォルダ",
217
- "For Openldap only. Defines which group object to use.": "Openldap 専用。使用するグループオブジェクトを定義します。",
218
- "For Openldap only. Defines which user object to use.": "Openldap 専用。使用するユーザーオブジェクトを定義します。",
219
269
  "For any change or question related to your passbolt subscription, kindly contact our sales team.": "パスボルトのサブスクリプションに関する変更やご質問は、当社営業チームまでお問い合わせください。",
270
+ "For more information about account recovery, checkout the dedicated page on the help website.": "For more information about account recovery, checkout the dedicated page on the help website.",
220
271
  "For more information about email notification, checkout the dedicated page on the help website.": "メール通知の詳細については、ヘルプウェブサイトの専用ページをご覧ください。",
272
+ "For Openldap only. Defines which group object to use.": "Openldap 専用。使用するグループオブジェクトを定義します。",
273
+ "For Openldap only. Defines which user object to use.": "Openldap 専用。使用するユーザーオブジェクトを定義します。",
221
274
  "For security reasons please check with your administrator that this is a change that they initiated. The new fingerprint:": "セキュリティ上の理由から、管理者に、これが開始された変更であることを確認してください。新しい指紋:",
222
275
  "Full report": "完全レポート",
276
+ "Generate": "Generate",
277
+ "Generate & Apply": "Generate & Apply",
223
278
  "Generate a new password securely": "安全に新しいパスワードを生成",
279
+ "Generate new key instead": "Generate new key instead",
224
280
  "Generate password": "パスワードの生成",
225
281
  "Get started in 5 easy steps": "5つの簡単なステップで開始",
226
282
  "Go back": "戻る",
227
283
  "Group": "グループ",
228
- "Group Members": "グループメンバー",
229
- "Group Path": "グループパス",
230
284
  "Group manager": "グループマネージャー",
231
285
  "Group members": "グループメンバー",
232
286
  "Group membership": "グループメンバーシップ",
287
+ "group name": "グループ名",
233
288
  "Group name": "グループ名",
234
289
  "Group object class": "グループオブジェクトクラス",
235
290
  "Group path": "グループパス",
@@ -238,43 +293,67 @@
238
293
  "Groups I am member of": "私が参加しているグループ",
239
294
  "Groups I manage": "私が管理するグループ",
240
295
  "Groups parent group": "グループの親グループ",
296
+ "help": "ヘルプ",
241
297
  "Help site": "ヘルプサイト",
242
298
  "Help, I lost my passphrase.": "助けてください、パスフレーズを失いました。",
243
299
  "Help, I lost my private key.": "助けてください、秘密鍵を紛失しました。",
300
+ "host": "ホスト",
244
301
  "Hostname": "ホスト名",
245
302
  "How do you want to proceed?": "どのように進めますか?",
246
303
  "I accept the <1>privacy policy</1>": "<1>プライバシーポリシー</1>に同意します",
247
304
  "I accept the <1>terms</1>": "<1>規約</1>に同意します",
248
305
  "I accept the <1>terms</1> and the <3>privacy policy</3>": "<1>規約</1>と<3>プライバシーポリシー</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": "すでにアカウントを持っています",
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.": "パスフレーズを紛失しました。新しい秘密鍵を生成します。",
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.": "もう一度やってみたいです。",
252
314
  "If there was an issue during the transfer, either the operation was cancelled on the mobile side, or the authentication token expired.": "転送中に問題が発生した場合、モバイル側で操作がキャンセルされたか、認証トークンが失効したかのどちらかです。",
253
315
  "If this does not work get in touch with support.": "この方法でうまくいかない場合は、サポートに連絡してください。",
254
316
  "If this is empty then it will be queried from the RootDSE.": "これが空の場合は、RootDSEから照会されます。",
255
- "If you do not have access, you can request a new account from the administrator.": "アクセス権がない場合、管理者に新しいアカウントをリクエストできます。",
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.": "複数のブラウザを設定している場合は、パスフレーズをすべての場所で個別に変更する必要があります。",
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:": "無視されました",
258
324
  "Import": "インポート",
325
+ "Import an OpenPGP Public key": "Import an OpenPGP Public key",
259
326
  "Import folders": "フォルダをインポート",
260
327
  "Import passwords": "パスワードをインポート",
261
328
  "Import success!": "インポートに成功しました!",
262
329
  "In this section you can adjust the composition of the emails, e.g. which information will be included in the notification.": "このセクションでは、通知に含まれる情報など、メールの構成を調整することができます。",
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.": "このセクションでは、送信するメール通知を選択できます。",
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": "情報",
265
334
  "Information for public and secret key": "公開鍵と秘密鍵の情報",
266
335
  "Integration key": "統合キー",
267
336
  "Internationalisation": "国際化",
268
337
  "Invalid permission type for share permission item.": "共有パーミッション項目に対するパーミッション型が無効です。",
338
+ "is owner": "さんが所有者です",
269
339
  "Is owner": "さんが所有者です",
270
340
  "It contains letters and numbers": "文字と数字が含まれている",
271
341
  "It contains lower and uppercase characters": "小文字と大文字が含まれている",
272
342
  "It contains special characters (like / or * or %)": "特殊文字が含まれている (/ または * または %など)",
273
343
  "It does feel a bit empty here.": "ここは少し空っぽに感じます。",
274
344
  "It is at least 8 characters in length": "少なくとも8文字以上",
275
- "It is not part of a dictionary": "辞書の一部ではない",
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": "私が所有する項目",
277
355
  "Just now": "ちょうど今",
356
+ "kdbx files are files generated by keepass v2.x": "kdbx ファイルは keepass v2.x によって生成されたファイルです",
278
357
  "Keep existing permissions": "既存のパーミッションを維持",
279
358
  "Keep the original permissions, do not apply the destination folder permissions.": "元のパーミッションを維持し、宛先フォルダのパーミッションを適用しないでください。",
280
359
  "Keep this backup in a safe place, you will need it in case of emergency.": "このバックアップを安全な場所に保管してください。緊急時に必要になります。",
@@ -283,46 +362,58 @@
283
362
  "Keepass key file (optional)": "Keepassキーファイル(任意)",
284
363
  "Keepass password": "Keepassパスワード",
285
364
  "Key Id": "キーID",
286
- "Key Length": "キーの長さ",
365
+ "Key length": "Key length",
366
+ "Key Size": "Key Size",
287
367
  "Keys inspector": "キーインスペクター",
288
368
  "Language": "言語",
289
- "Last Name": "姓",
290
369
  "Last logged in": "最終ログイン",
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": "詳細情報",
292
373
  "Leave empty if users and groups are in the same DN.": "ユーザーとグループが同じDNの場合は空のままにします。",
293
374
  "Length": "長さ",
375
+ "loading...": "読み込み中...",
294
376
  "Loading...": "読み込み中...",
295
377
  "Location": "場所",
378
+ "login": "ログイン",
296
379
  "Lower case": "小文字",
297
- "MFA": "MFA",
298
380
  "Make sure you store it in a safe place. You may need it later.": "安全な場所に保管してください。後で必要になるかもしれません。",
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.": "パスフレーズは推測されにくく、かつ十分な長さであることを確認してください。例えば、ある曲の中の好きな歌詞を使って、好きなセリフの中の言葉から最初の2、3文字を取ります。",
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": "サブスクリプションの管理",
384
+ "Mandatory": "Mandatory",
301
385
  "Member": "メンバー",
302
386
  "Members": "メンバー",
387
+ "MFA": "MFA",
388
+ "Mobile Apps": "Mobile Apps",
303
389
  "Mobile setup": "モバイル設定",
304
390
  "Mobile transfer": "モバイル転送",
305
391
  "Modified": "修正日時",
306
392
  "Modified by": "修正者",
393
+ "modify": "修正",
307
394
  "More": "その他",
308
395
  "Move": "移動",
309
396
  "Multi Factor Authentication": "多要素認証",
310
- "Multi factor authentication": "多要素認証",
311
397
  "Multi resource and folder share is not implemented.": "マルチリソースとフォルダ共有が実装されていません。",
312
398
  "Multi-factor authentication has been disabled successfully": "多要素認証が正常に無効にされました",
313
399
  "My tags": "私のタグ",
400
+ "n/a": "n/a",
314
401
  "N/A": "N/A",
315
402
  "Name": "名前",
316
403
  "Need help?": "お困りですか?",
317
404
  "Need some help?": "何かお困りですか?",
318
405
  "Never": "無期限",
406
+ "new": "新しい",
407
+ "New Account Recovery Policy": "New Account Recovery Policy",
319
408
  "New folder": "新規フォルダ",
320
409
  "New group": "新規グループ",
321
410
  "New here? Enter your name to get started.": "新規ユーザー様ですか? お名前を入力して始めてください。",
411
+ "new manager": "新しいマネージャー",
412
+ "New Organization Recovery Key": "New Organization Recovery Key",
413
+ "new owner": "新しい所有者",
322
414
  "New password": "新規パスワード",
323
415
  "New user": "新規ユーザー",
324
416
  "Next": "次",
325
- "No Users Directory is configured. Enable it to synchronise your users and groups with passbolt.": "ユーザーズディレクトリが設定されていません。 有効にすると、ユーザーとグループがパスボルトで同期されます。",
326
417
  "No access": "アクセスがありません",
327
418
  "No file selected": "ファイルが選択されていません",
328
419
  "No key file selected": "キーファイルが選択されていません",
@@ -338,34 +429,61 @@
338
429
  "No resources will be synchronized.": "同期されるリソースはありません。",
339
430
  "No result match your search. Try with another search term.": "検索に一致する結果がありません。別の検索語でお試しください。",
340
431
  "No results match": "一致する結果はありません",
432
+ "no url provided": "URLが提供されていません",
433
+ "no username provided": "ユーザー名が提供されていません",
434
+ "No Users Directory is configured. Enable it to synchronise your users and groups with passbolt.": "ユーザーズディレクトリが設定されていません。 有効にすると、ユーザーとグループがパスボルトで同期されます。",
435
+ "no, thanks": "いいえ、結構です",
341
436
  "None of the users matched this search.": "この検索に一致するユーザーはいません。",
342
437
  "None of your passwords are yet marked as favorite.": "あなたのパスワードはまだお気に入りとしてマークされていません。",
343
438
  "None of your passwords are yet marked as favorite. Add stars to passwords you want to easily find later.": "あなたのパスワードはまだお気に入りとしてマークされていません。後で簡単に見つけたいパスワードに星を追加してください。",
344
439
  "None of your passwords matched this search.": "この検索に一致するパスワードはありません。",
345
- "Note: Administrators can add and delete users; They can also create groups and assign group managers; Admin can not see all passwords.": "注: 管理者はユーザーを追加および削除できます。また、グループを作成したり、グループマネージャーを割り当てることができます。一方で、管理者はすべてのパスワードを見れるわけではありません。",
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": "単語数",
347
- "OK": "OK",
348
444
  "Ok": "Ok",
445
+ "OK": "OK",
349
446
  "Ok, I understand what I need to do.": "わかりました、私は何をすべきか理解しています。",
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.": "数字のみ許可されています。",
351
452
  "Only synchronize enabled users (AD)": "有効になっているユーザー (AD) のみ同期",
352
453
  "Only the group manager can add new people to a group.": "グループマネージャーのみがグループに新しい人を追加できます。",
353
454
  "Oops, something went wrong": "エラーが発生しました",
455
+ "Open generator": "Open generator",
456
+ "open in a new tab": "新しいタブで開く",
457
+ "Open in new window": "新しいウィンドウで開く",
354
458
  "Open Ldap": "Ldap を開く",
459
+ "open passbolt in a new tab": "新しいタブでパスボルトを開く",
355
460
  "Open URI in a new Tab": "新しいタブでURIを開く",
356
- "Open in new window": "新しいウィンドウで開く",
461
+ "Optional": "Optional",
462
+ "Optional, Opt-in": "Optional, Opt-in",
463
+ "Optional, Opt-out": "Optional, Opt-out",
464
+ "or": "または",
357
465
  "Or generate a new private key.": "または、新しい秘密鍵を生成します。",
358
466
  "Or switch to another account.": "または別のアカウントに切り替えます。",
359
467
  "Or use an existing private key.": "または、既存の秘密鍵を使用します。",
468
+ "or, contact us": "もしくはお問い合わせください",
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": "私が所有",
473
+ "Passbolt is available on AppStore & PlayStore": "Passbolt is available on AppStore & PlayStore",
361
474
  "Passphrase": "パスフレーズ",
362
475
  "Passphrase required": "パスフレーズが必要です",
363
476
  "Password": "パスワード",
364
477
  "Password Generator": "パスワードジェネレーター",
478
+ "passwords": "パスワード",
365
479
  "Passwords": "パスワード",
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.": "色を選択し、3文字を入力します。",
367
483
  "Please confirm you really want to delete the passwords. After clicking ok, the passwords will be deleted permanently.": "本当にパスワードを削除したいことを確認してください。OKをクリックすると、パスワードは永久に削除されます。",
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.": "招待リンクをリクエストするには、管理者に連絡してください。",
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.": "パスボルトを始めるには、ChromeかFirefoxをダウンロードしてください。",
370
488
  "Please download the browser extension and refresh this page to continue.": "ブラウザ拡張機能をダウンロードし、このページを更新して続行してください。",
371
489
  "Please enter a new passphrase": "新しいパスフレーズを入力してください",
@@ -376,11 +494,15 @@
376
494
  "Please enter your passphrase to continue": "続行するにはパスフレーズを入力してください",
377
495
  "Please enter your passphrase to continue.": "続行するにはパスフレーズを入力してください.",
378
496
  "Please enter your passphrase.": "パスフレーズを入力してください.",
497
+ "Please enter your private key to continue.": "Please enter your private key to continue.",
379
498
  "Please install the browser extension.": "ブラウザ拡張機能をインストールしてください。",
380
499
  "Please make sure there is at least one group manager.": "グループマネージャーが少なくとも1人いることを確認してください。",
381
500
  "Please make sure there is at least one owner.": "所有者が少なくとも一人いることを確認してください。",
382
501
  "Please try again later or contact your administrator.": "後でもう一度試すか、管理者に問い合わせてください。",
502
+ "Please wait, while your request is processed.": "Please wait, while your request is processed.",
383
503
  "Please wait...": "お待ちください...",
504
+ "port": "ポート",
505
+ "Previous recovery": "Previous recovery",
384
506
  "Privacy": "プライバシー",
385
507
  "Private": "秘密",
386
508
  "Private key": "秘密鍵",
@@ -389,26 +511,39 @@
389
511
  "Public": "公開",
390
512
  "Public key": "公開鍵",
391
513
  "Public key block": "公開鍵ブロック",
514
+ "Quality": "Quality",
392
515
  "Randomize": "ランダム化する",
393
516
  "Read the documentation": "ドキュメントを読む",
394
- "Recently Modified": "最近修正されたもの",
395
517
  "Recently modified": "最近修正されたもの",
518
+ "Recommended": "Recommended",
519
+ "Recovering your account, please wait.": "Recovering your account, please wait.",
520
+ "Recovery": "Recovery",
396
521
  "Refresh to detect extension": "拡張機能を検出するには更新します",
397
522
  "Registration & Recovery": "登録 & 復旧",
523
+ "Reject": "Reject",
524
+ "Rejected": "Rejected",
398
525
  "Remember it for": "記憶時間は",
399
526
  "Remember until I log out.": "ログアウトするまで記憶します。",
400
527
  "Remember until signed out.": "サインアウトするまで記憶します。",
528
+ "Remove": "Remove",
401
529
  "Remove old inherited permissions and apply the new destination folder permissions recursively.": "古い継承されたパーミッションを削除し、新しい宛先フォルダのパーミッションを再帰的に適用します。",
402
530
  "Rename": "名前の変更",
403
531
  "Rename a folder": "フォルダ名を変更",
404
532
  "Renew key": "キーを更新",
533
+ "Request account recovery": "Request account recovery",
534
+ "Request help": "Request help",
405
535
  "Request invitation": "招待をリクエスト",
406
- "Request new account": "新しいアカウントをリクエスト",
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": "招待を再送信",
540
+ "Reset settings": "Reset settings",
408
541
  "Resource": "リソース",
409
542
  "Resource with encrypted description": "暗号化された説明を含むリソース",
410
543
  "Resources errors": "リソースエラー",
411
544
  "Restart": "再起動",
545
+ "Restart from scratch": "Restart from scratch",
546
+ "Retrieving account recovery": "Retrieving account recovery",
412
547
  "Retrieving activities": "アクティビティの取得",
413
548
  "Retrieving comments": "コメントの取得",
414
549
  "Retrieving group members": "グループメンバーの取得",
@@ -419,11 +554,19 @@
419
554
  "Retrieving your groups": "グループの取得",
420
555
  "Retrieving your passwords": "パスワードの取得",
421
556
  "Retrieving your tags": "タグの取得",
557
+ "Review": "Review",
558
+ "Review account recovery request": "Review account recovery request",
559
+ "Review recovery request": "Review recovery request",
560
+ "right now": "今すぐ",
422
561
  "Role": "ロール",
562
+ "root": "ルート",
563
+ "root (folder)": "ルート (フォルダ)",
564
+ "Rotate Key": "Rotate Key",
423
565
  "Salt": "ソルト",
424
566
  "Save": "保存",
425
567
  "Save as new credential": "新しい認証情報として保存",
426
568
  "Save settings": "設定を保存",
569
+ "Save Settings Summary": "Save Settings Summary",
427
570
  "Save the data entered as a new credential": "入力したデータを新しい認証情報として保存",
428
571
  "Search": "検索",
429
572
  "Search among available credentials": "利用可能な認証情報の中から検索",
@@ -431,12 +574,12 @@
431
574
  "Search users": "ユーザーを検索",
432
575
  "Search:": "検索:",
433
576
  "Secret key": "秘密鍵",
434
- "Security Token": "セキュリティトークン",
435
577
  "Security token": "セキュリティトークン",
436
578
  "See error details": "エラーの詳細を見る",
437
579
  "See list": "リストを見る",
438
580
  "See structure": "構造を見る",
439
581
  "Select a file to import": "インポートするファイルを選択",
582
+ "Select all": "Select all",
440
583
  "Select resource": "リソースを選択",
441
584
  "Select user": "ユーザーを選択",
442
585
  "Server response does not match initial request.": "サーバーの応答が最初のリクエストと一致しません。",
@@ -446,29 +589,34 @@
446
589
  "Settings": "設定",
447
590
  "Settings have been found in your database as well as in your passbolt.php (or environment variables).": "設定は、データベースと passbolt.php (または環境変数) で見つかりました。",
448
591
  "Share": "共有",
592
+ "Share {{numberItems}} items": "{{numberItems}} 個の項目を共有",
593
+ "Share {{numberResource}} resources": "{{numberResource}} 個のリソースを共有",
594
+ "Share {numberFolder} folders": "{numberFolder} 個のフォルダを共有",
449
595
  "Share a password with this group or wait for a team member to share one with this group.": "このグループとパスワードを共有するか、チームメンバーがこのグループと共有するのを待ちます。",
450
596
  "Share folder": "フォルダを共有",
451
597
  "Share resource": "リソースを共有",
452
598
  "Share with people or groups": "人やグループと共有",
453
- "Share {numberFolder} folders": "{numberFolder} 個のフォルダを共有",
454
- "Share {{numberItems}} items": "{{numberItems}} 個の項目を共有",
455
- "Share {{numberResource}} resources": "{{numberResource}} 個のリソースを共有",
456
599
  "Shared tags": "共有済みタグ",
457
600
  "Shared with": "共有相手",
458
601
  "Shared with me": "私と共有済み",
459
602
  "Sign in": "サインイン",
603
+ "sign out": "サインアウト",
460
604
  "Sign out": "サインアウト",
461
605
  "Sign up": "サインアップ",
606
+ "Signing in, please wait.": "Signing in, please wait.",
462
607
  "Signing in, please wait...": "サインイン中、お待ちください...",
463
608
  "Simulate synchronize": "同期のシミュレーション",
464
609
  "Some resources will not be synchronized and will require your attention, see the full report.": "一部のリソースは同期されず、注意が必要になります。完全なレポートを参照してください。",
465
- "Something went wrong!": "何か問題が発生しました!",
466
610
  "Something went wrong, the sign in failed with the following error:": "何か問題が発生しました。次のエラーでサインインに失敗しました:",
467
- "Something went wrong.": "何か問題が発生しました!",
611
+ "Something went wrong!": "何か問題が発生しました!",
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": "申し訳ありませんが、現時点ではキーセットは1つしか持てません",
468
614
  "Sorry your subscription is either missing or not readable.": "申し訳ありませんが、サブスクリプションが見つからないか、読み取り可能ではありません。",
469
615
  "Sorry, it is not possible to proceed. The first QR code is empty.": "申し訳ありませんが、続行できません。最初のQRコードが空です。",
470
616
  "Sorry, it is not possible to proceed. The first QR code is too big.": "申し訳ありませんが、続行できません。最初のQRコードが大きすぎます。",
471
617
  "Sorry, the server key has changed.": "申し訳ありませんが、サーバーキーが変更されました。",
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.": "申し訳ありませんが、サインインされていません。",
473
621
  "Sorry, your browser is not supported.": "申し訳ありませんが、お使いのブラウザはサポートされていません。",
474
622
  "Sorry... maybe an administrator can help?": "申し訳ありませんが、管理者の方がサポートしてくれるかもしれません…",
@@ -476,7 +624,8 @@
476
624
  "Start typing a person name": "人名入力の開始",
477
625
  "Start typing a user or group name": "ユーザー名またはグループ名の入力を開始",
478
626
  "Status": "ステータス",
479
- "Strength:": "強度:",
627
+ "Strong": "Strong",
628
+ "Submit": "Submit",
480
629
  "Submitting the form will overwrite those settings with the ones you choose in the form below.": "フォームを送信すると、それらの設定は以下のフォームで選択したものに上書きされます。",
481
630
  "Subscription": "サブスクリプション",
482
631
  "Subscription id:": "サブスクリプションID:",
@@ -499,12 +648,10 @@
499
648
  "Take a deep breath and enjoy being in the present moment...": "深呼吸をして、今この瞬間を楽しんでください...",
500
649
  "Terms": "ご利用規約",
501
650
  "Test settings": "テスト設定",
502
- "The Duo provider is disabled for all users.": "Duoプロバイダーは、すべてのユーザーに対して無効になっています。",
503
- "The Duo provider is enabled for all users. They can setup this provider in their profile and use it as second factor authentication.": "Duoプロバイダーはすべてのユーザーに対して有効になっています。プロフィールでこのプロバイダーをセットアップし、第二要素認証として使用できます。",
504
- "The Time-based One Time Password provider is disabled for all users.": "時間ベースのワンタイムパスワードプロバイダーは、すべてのユーザに対して無効になっています。",
505
- "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.": "時間ベースのワンタイムパスワードプロバイダーは、すべてのユーザに対して有効になっています。プロフィールでこのプロバイダーをセットアップし、第二要素認証として使用できます。",
506
- "The Yubikey provider is disabled for all users.": "YubiKeyプロバイダーはすべてのユーザーに対して無効になっています。",
507
- "The Yubikey provider is enabled for all users. They can setup this provider in their profile and use it as second factor authentication.": "Yubikeyプロバイダーはすべてのユーザーに対して有効になっています。プロフィールでこのプロバイダーをセットアップし、第二要素認証として使用できます。",
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).": "メールアドレスの最初の部分(通常はユーザー名) に使用したい属性。",
509
656
  "The base DN (default naming context) for the domain.": "ドメインのベース DN (デフォルトの命名コンテキスト) 。",
510
657
  "The client identifier should be an integer.": "クライアント識別子は整数でなければなりません。",
@@ -517,6 +664,8 @@
517
664
  "The description has been updated successfully": "説明が正常に更新されました",
518
665
  "The dialog has been closed.": "ダイアログが閉じられました。",
519
666
  "The domain name part of the email (@your-domain-name).": "メールアドレスのドメイン名部分(@your-domain-name)。",
667
+ "The Duo provider is disabled for all users.": "Duoプロバイダーは、すべてのユーザーに対して無効になっています。",
668
+ "The Duo provider is enabled for all users. They can setup this provider in their profile and use it as second factor authentication.": "Duoプロバイダーはすべてのユーザーに対して有効になっています。プロフィールでこのプロバイダーをセットアップし、第二要素認証として使用できます。",
520
669
  "The email has been copied to clipboard": "メールアドレスがクリップボードにコピーされました",
521
670
  "The email notification settings were updated.": "メール通知設定が更新されました。",
522
671
  "The extension is not configured yet": "拡張機能はまだ設定されていません",
@@ -532,22 +681,27 @@
532
681
  "The internationalization settings were updated.": "国際化設定が更新されました。",
533
682
  "The invitation is expired.": "招待の有効期限が切れています。",
534
683
  "The invite has been resent successfully": "招待は正常に再送信されました",
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.": "組織の多要素認証設定が更新されました。",
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:": "次のエラーで操作に失敗しました:",
537
688
  "The operation has been aborted.": "操作が中止されました。",
538
689
  "The operation was cancelled.": "操作はキャンセルされました。",
539
690
  "The operation was successful.": "操作は成功しました。",
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.": "パスフレーズが無効です。",
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.": "パスフレーズはお使いの端末に保存され、サーバー側には送信されません。",
542
696
  "The passphrase is used to encrypt your secret key, which is required to decrypt your secrets, such as the passwords.": "パスフレーズは秘密鍵の暗号化に使用され、パスワードなどの秘密鍵の暗号化に必要です。",
543
697
  "The passphrase should not be empty.": "パスフレーズは空にしないでください。",
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!": "パスフレーズが更新されました!",
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.": "パスワードフィールドが定義されていません。",
546
702
  "The password has been added as a favorite": "パスワードがお気に入りとして追加されました",
547
703
  "The password has been added successfully": "パスワードが正常に追加されました",
548
704
  "The password has been copied to clipboard": "パスワードがクリップボードにコピーされました",
549
- "The password has been deleted successfully": "パスワードが正常に削除されました",
550
- "The password has been deleted successfully_plural": "パスワードが正常に削除されました",
551
705
  "The password has been removed from favorites": "パスワードがお気に入りから削除されました",
552
706
  "The password has been updated successfully": "パスワードが正常に更新されました",
553
707
  "The password is empty.": "パスワードが空です。",
@@ -557,7 +711,10 @@
557
711
  "The permissions have been changed successfully.": "パーミッションが正常に変更されました。",
558
712
  "The private key is invalid.": "秘密鍵が無効です。",
559
713
  "The private key should not be empty.": "秘密鍵は空にしないでください。",
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": "公開鍵がクリップボードにコピーされました",
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.": "ソルトの長さは40文字以上128文字以下でなければなりません。",
562
719
  "The secret has been copied to clipboard": "秘密をクリップボードにコピーしました",
563
720
  "The secret plaintext is empty.": "秘密のプレーンテキストは空です。",
@@ -571,6 +728,8 @@
571
728
  "The tag has been updated successfully": "タグが正常に更新されました",
572
729
  "The tags have been updated successfully": "タグが正常に更新されました",
573
730
  "The theme has been updated successfully": "テーマが正常に更新されました",
731
+ "The Time-based One Time Password provider is disabled for all users.": "時間ベースのワンタイムパスワードプロバイダーは、すべてのユーザに対して無効になっています。",
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.": "時間ベースのワンタイムパスワードプロバイダーは、すべてのユーザに対して有効になっています。プロフィールでこのプロバイダーをセットアップし、第二要素認証として使用できます。",
574
733
  "The transfer was cancelled because the other client returned an error.": "他のクライアントがエラーを返したため、転送はキャンセルされました。",
575
734
  "The uri has been copied to clipboard": "URIがクリップボードにコピーされました",
576
735
  "The user directory settings for the organization were updated.": "組織のユーザーディレクトリ設定が更新されました。",
@@ -578,8 +737,11 @@
578
737
  "The user has been deleted successfully": "ユーザーが正常に削除されました",
579
738
  "The user has been updated successfully": "ユーザーが正常に更新されました",
580
739
  "The user is not a member of any group yet": "このユーザーはまだどのグループのメンバーでもありません",
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": "ユーザー名をクリップボードにコピーしました",
582
742
  "The username should be a valid username address.": "ユーザー名は有効なメールアドレスである必要があります。",
743
+ "The Yubikey provider is disabled for all users.": "YubiKeyプロバイダーはすべてのユーザーに対して無効になっています。",
744
+ "The Yubikey provider is enabled for all users. They can setup this provider in their profile and use it as second factor authentication.": "Yubikeyプロバイダーはすべてのユーザーに対して有効になっています。プロフィールでこのプロバイダーをセットアップし、第二要素認証として使用できます。",
583
745
  "Theme": "テーマ",
584
746
  "There is no description yet, click here to add one.": "説明はまだありません。ここをクリックして追加してください。",
585
747
  "There is no description.": "説明がありません。",
@@ -588,12 +750,18 @@
588
750
  "There was an issue while importing folders:": "フォルダのインポート中に問題が発生しました:",
589
751
  "There was an issue while importing passwords:": "パスワードのインポート中に問題が発生しました:",
590
752
  "There was an unexpected error...": "予期しないエラーが発生しました...",
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.": "このメールアドレスは、このドメインの承認済みユーザーに関連付けられていません。",
592
759
  "This group is the sole owner of some content. You need to transfer the ownership to others to continue.": "このグループは一部のコンテンツの唯一の所有者です。続行するには所有権を他の人に譲渡する必要があります。",
593
760
  "This is not a valid hostname.": "これは有効なホスト名ではありません。",
594
761
  "This is not a valid integration key.": "これは有効な統合キーではありません。",
595
762
  "This is not a valid passphrase.": "これは有効なパスフレーズではありません.",
596
763
  "This is not a valid secret key.": "これは有効な秘密鍵ではありません。",
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!": "このパスフレーズは、これから覚えておく必要がある唯一のパスフレーズです。賢明に選択してください!",
598
766
  "This secret key is not valid.": "この秘密鍵は無効です。",
599
767
  "This security token will be displayed when your passphrase is requested, so you can quickly verify the form is coming from passbolt.": "このセキュリティトークンは、あなたのパスフレーズが要求されたときに表示されますので、パスボルトからのフォームであることをすぐに確認することができます。",
@@ -605,20 +773,19 @@
605
773
  "This user is an administrator": "このユーザーは管理者です",
606
774
  "This user is the sole owner of some content. You need to transfer the ownership to others to continue.": "このユーザーは一部のコンテンツの唯一の所有者です。続行するには所有権を他の人に譲渡する必要があります。",
607
775
  "This will help protect you from <1>phishing attacks</1>.": "これにより、<1>フィッシング攻撃</1>からあなたを守ることができます。",
608
- "This will help protect you from phishing attacks": "これは、フィッシング攻撃からあなたを守るのに役立ちます",
609
776
  "Time-based One Time Password": "時間ベースのワンタイムパスワード",
610
777
  "Tips for choosing a good passphrase": "良いパスフレーズを選ぶためのヒント",
611
778
  "Transfer complete!": "転送が完了しました!",
612
779
  "Transfer in progress...": "転送中...",
780
+ "Transfer your account key": "Transfer your account key",
613
781
  "Try again": "もう一度やり直してください",
614
782
  "Try another search or use the left panel to navigate into your organization.": "別の検索を試すか、左側のパネルを使用して組織に移動してください。",
615
783
  "Try another search or use the left panel to navigate into your passwords.": "別の検索を試すか、左側のパネルを使ってパスワードに移動してください。",
616
784
  "Try with another email": "別のメールアドレスで試す",
617
785
  "Type": "型",
618
786
  "Type one or more characters": "1文字かそれ以上文字を入力してください",
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": "変更なし",
623
790
  "Unfortunately you need your passphrase in order to continue. If you forgot it, please contact your administrator.": "申し訳ありませんが、続行するにはパスフレーズが必要です。忘れてしまった場合は、管理者にお問い合わせください。",
624
791
  "Unknown activity, please contact your administrator.": "不明なアクティビティです。管理者に問い合わせてください。",
@@ -630,42 +797,51 @@
630
797
  "Update key": "鍵を更新",
631
798
  "Update the Security Token": "セキュリティトークンを更新",
632
799
  "Update the subscription key and try again.": "サブスクリプションキーを更新して、もう一度お試しください。",
800
+ "updated": "更新されました",
801
+ "upload": "アップロード",
633
802
  "Upload a new avatar picture": "新しいアバターの画像をアップロード",
634
803
  "Upper case": "大文字",
804
+ "URI": "URI",
805
+ "URL": "URL",
635
806
  "Use email prefix / suffix?": "メールアドレスのプレフィックス/サフィックスを使用しますか?",
807
+ "use on this page": "このページで使用する",
636
808
  "Use this option when user entries do not include an email address by default": "デフォルトでユーザーエントリにメールアドレスが含まれていない場合、このオプションを使用します",
637
- "User Path": "ユーザーパス",
809
+ "user": "ユーザー",
810
+ "User": "User",
811
+ "User ids": "User ids",
638
812
  "User object class": "ユーザーオブジェクトクラス",
639
813
  "User path": "ユーザーパス",
640
814
  "User path is used in addition to base DN while searching users.": "ユーザーパスは、ユーザー検索時にベースDNに加えて使用されます。",
641
815
  "Username": "ユーザー名",
642
816
  "Username / Email": "ユーザー名/メールアドレス",
817
+ "users": "ユーザー",
643
818
  "Users": "ユーザー",
644
819
  "Users Directory": "ユーザーディレクトリ",
645
820
  "Users limit:": "ユーザー制限:",
646
821
  "Users parent group": "ユーザーの親グループ",
647
822
  "Valid from:": "有効開始日:",
823
+ "varies": "異なる",
648
824
  "Verify": "検証",
649
- "View": "表示",
825
+ "Very strong": "Very strong",
826
+ "Very weak": "Very weak",
827
+ "View": "View",
650
828
  "View detail": "詳細を表示",
651
829
  "View it in passbolt": "パスボルトで表示",
652
830
  "Wait for a team member to share a password with you.": "チームメンバーがパスワードを共有するのを待ちます。",
653
831
  "Want to contribute?": "貢献したいですか?",
654
- "Warning: ": "警告: ",
655
- "Warning: Existing settings will be lost. This action cannot be undone.": "警告:既存の設定は失われます。この操作は元に戻せません。",
656
- "Warning: Once the comment is deleted, it’ll be removed permanently and will not be recoverable.": "警告: コメントが削除されると、恒久的に削除され、復元できなくなります。",
657
- "Warning: Once the password is deleted, it’ll be removed permanently and will not be recoverable.": "警告: パスワードが削除されると、恒久的に削除され、復元できなくなります。",
658
- "Warning: Once the tag is deleted, it’ll be removed permanently and will not be recoverable.": "警告: タグが削除されると、恒久的に削除され、復元できなくなります。",
659
- "Warning: This action can’t be undone. All the data associated with this user will be permanently deleted.": "警告:この操作は元に戻すことはできません。このユーザーに関連付けられているデータはすべて恒久的に削除されます。",
660
- "Warning: This action can’t be undone. Other users may lose access.": "警告:この操作は元に戻すことはできません。他のユーザーがアクセスできなくなる可能性があります。",
661
- "Warning: This action can’t be undone. Users in this group may lose access to the content shared with it.": "警告: この操作は元に戻すことはできません。このグループのユーザーは、共有されたコンテンツにアクセスできなくなる可能性があります。",
662
- "Warning: this is the maximum size for this field, make sure your data was not truncated": "警告:このフィールドの最大サイズです。データが切り捨てられていないことを確認してください",
832
+ "Warning, Don&apos;t forget to add an organization recovery key.": "Warning, Don&apos;t forget to add an organization recovery key.",
833
+ "Warning, Don&apos;t forget to save your settings to apply your modification.": "Warning, Don&apos;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.": "メールアドレスを検証するためのリンクを送信しました。",
840
+ "Weak": "Weak",
664
841
  "Welcome back, please enter your private key to begin the recovery process.": "おかえりなさいませ。秘密鍵を入力して復旧作業を始めてください。",
665
842
  "Welcome to Passbolt, please select a passphrase!": "パスボルトへようこそ。パスフレーズを選択してください!",
666
843
  "Welcome to passbolt!": "パスボルトへようこそ!",
667
- "Welcome to the mobile account transfer!": "モバイルアカウントの転送へようこそ!",
668
- "Welcome, please enter your private key to continue.": "ようこそ。秘密鍵を入力して続行してください。",
844
+ "Welcome to the mobile app setup": "Welcome to the mobile app setup",
669
845
  "What if I forgot my passphrase?": "パスフレーズを忘れた場合はどうなりますか?",
670
846
  "What is the role of the passphrase?": "パスフレーズの役割は何ですか?",
671
847
  "When a comment is posted on a password, notify the users who have access to this password.": "コメントがパスワードに投稿された場合、このパスワードにアクセスできるユーザーに通知します。",
@@ -678,11 +854,22 @@
678
854
  "When a password is deleted, notify the users who had access to it.": "パスワードが削除されたら、アクセス権を持っていたユーザーに通知します。",
679
855
  "When a password is shared, notify the users who gain access to it.": "パスワードが共有されたら、アクセス権を得るユーザーに通知します。",
680
856
  "When a password is updated, notify the users who have access to it.": "パスワードが更新されたら、アクセス権を持つユーザーに通知します。",
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).": "グループのメンバーが変更されたら、グループマネージャー (複数) に通知します。",
682
868
  "When new users are invited to passbolt, notify them.": "新規ユーザーがパスボルトに招待されたら、それらのユーザーに通知します。",
683
869
  "When user roles change in a group, notify the corresponding users.": "ユーザーロールがグループ内で変更されたら、対応するユーザーに通知します。",
684
870
  "When users are added to a group, notify them.": "ユーザーがグループに追加されたら、それらのユーザーに通知します。",
685
871
  "When users are removed from a group, notify them.": "ユーザーがグループから削除されたら、それらのユーザーに通知します。",
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.": "ユーザーがアカウントを復元しようとしたら、それらのユーザーに通知します。",
687
874
  "Why is this token needed?": "なぜこのトークンが必要なのですか?",
688
875
  "Will be added": "追加されます",
@@ -693,6 +880,7 @@
693
880
  "Would you like to save this credential ?": "この認証情報を保存しますか?",
694
881
  "Yes I checked and it is all fine.": "はい、確認しました。すべて問題ありません。",
695
882
  "You": "あなた",
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>.": "グループ<1>{{groupName}}</1>を削除しようとしています。",
697
885
  "You are about to delete the user <1>{{user}}</1>.": "ユーザー <1>{{user}}</1> を削除しようとしています。",
698
886
  "You are about to disable second-factor authentication (MFA) for the user <1>{{name}} ({{username}})</1>.": "ユーザー<1>{{name}} ({{username}})</1>さんの第2要素認証 (MFA) を無効にしようとしています。",
@@ -712,109 +900,41 @@
712
900
  "You do not own any passwords yet. It does feel a bit empty here, create your first password.": "あなたはまだパスワードを所有していません。ここは少し空っぽに感じます。最初のパスワードを作成してください。",
713
901
  "You must accept the new server key": "新しいサーバーキーを承認する必要があります",
714
902
  "You need to click save for the changes to take place.": "変更を反映させるには、保存をクリックする必要があります。",
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.": "続行するにはパスフレーズが必要です。",
716
906
  "You seem to have Email Notification Settings defined in your passbolt.php (or via environment variables).": "passbolt.php (または環境変数) でメール通知設定が定義されているようです。",
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": "送信後に保存できます",
718
- "Your OpenPGP private key block": "あなたのOpenPGP 秘密鍵ブロック",
909
+ "you@organization.com": "you@organization.com",
719
910
  "Your language is missing or you discovered an error in the translation, help us to improve passbolt.": "あなたの言語が不足しているか、翻訳のエラーが発見されました。パスボルトの改善にご協力ください。",
911
+ "Your OpenPGP private key block": "あなたのOpenPGP 秘密鍵ブロック",
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.": "パスフレーズが変更されました。この新しいパスフレーズで暗号化された秘密鍵のバックアップをとっておくことを忘れないようにしてください。",
914
+ "Your passphrase is required to sign-in.": "Your passphrase is required to sign-in.",
721
915
  "Your passphrase is wrong!": "パスフレーズが間違っています!",
722
916
  "Your passphrase is wrong! The operation has been aborted.": "パスフレーズが間違っています! 操作は中止されました。",
723
917
  "Your session has expired, you need to sign in.": "セッションの有効期限が切れました。サインインする必要があります。",
918
+ "your subscription key has expired. The stability of the application is at risk.": "サブスクリプションキーの有効期限が切れています。アプリケーションの安定性が危険にさらされています。",
724
919
  "Your subscription key is either missing or not valid.": "サブスクリプションキーが見つからないか有効ではありません。",
725
920
  "Your subscription key is going to expire.": "サブスクリプションキーの有効期限が切れます。",
726
921
  "Your subscription key is not valid.": "サブスクリプションキーが有効ではありません。",
727
- "Your subscription key is valid and up to date!": "サブスクリプションキーは有効で最新です!",
728
- "admin": "管理者",
729
- "administration": "管理",
730
- "can read": "読み込み可能",
731
- "can update": "更新可能",
732
- "cancel": "キャンセル",
733
- "cancel the operation": "操作をキャンセル",
734
- "close": "閉じる",
735
- "copy": "コピー",
736
- "copy to clipboard": "クリップボードにコピー",
737
- "csv exports from keepassx, lastpass and 1password are supported": "keepassx、lastpass、1password からのCSVエクスポートがサポートされています",
738
- "currently:": "現在:",
739
- "deleted": "削除済み",
740
- "edit": "編集",
741
- "email": "メール",
742
- "empty": "空",
743
- "expired ": "期限切れ ",
744
- "fair": "まあまあ",
745
- "first name": "名",
746
- "folder": "フォルダ",
747
- "generate": "生成",
748
- "group name": "グループ名",
749
- "help": "ヘルプ",
750
- "host": "ホスト",
751
- "is owner": "さんが所有者です",
752
- "kdbx files are files generated by keepass v2.x": "kdbx ファイルは keepass v2.x によって生成されたファイルです",
753
- "last name": "姓",
754
- "loading...": "読み込み中...",
755
- "login": "ログイン",
756
- "logout": "ログアウト",
757
- "modify": "修正",
758
- "more": "その他",
759
- "n/a": "n/a",
760
- "new": "新しい",
761
- "new manager": "新しいマネージャー",
762
- "new owner": "新しい所有者",
763
- "no url provided": "URLが提供されていません",
764
- "no username provided": "ユーザー名が提供されていません",
765
- "no, thanks": "いいえ、結構です",
766
- "open in a new tab": "新しいタブで開く",
767
- "open passbolt in a new tab": "新しいタブでパスボルトを開く",
768
- "or": "または",
769
- "or, contact us": "もしくはお問い合わせください",
770
- "passphrase": "パスフレーズ",
771
- "password": "パスワード",
772
- "password generator": "パスワードジェネレーター",
773
- "passwords": "パスワード",
774
- "port": "ポート",
775
- "right now": "今すぐ",
776
- "root": "ルート",
777
- "root (folder)": "ルート (フォルダ)",
778
- "save": "保存",
779
- "search": "検索",
780
- "sign out": "サインアウト",
781
- "sorry you can only have one key set at the moment": "申し訳ありませんが、現時点ではキーセットは1つしか持てません",
782
- "strong": "強い",
783
- "updated": "更新されました",
784
- "upload": "アップロード",
785
- "use on this page": "このページで使用する",
786
- "user": "ユーザー",
787
- "username": "ユーザー名",
788
- "users": "ユーザー",
789
- "varies": "異なる",
790
- "very strong": "非常に強い",
791
- "very weak": "非常に弱い",
792
- "view": "表示",
793
- "weak": "弱い",
794
- "you@organization.com": "you@organization.com",
795
- "your subscription key has expired. The stability of the application is at risk.": "サブスクリプションキーの有効期限が切れています。アプリケーションの安定性が危険にさらされています。",
796
922
  "your subscription key is not valid. The stability of the application is at risk.": "サブスクリプションキーが有効ではありません。アプリケーションの安定性が危険にさらされています。",
923
+ "Your subscription key is valid and up to date!": "サブスクリプションキーは有効で最新です!",
797
924
  "your subscription key will expire": "サブスクリプションキーの有効期限が切れます",
798
- "{{count}} entry had errors and will be ignored during synchronization.": "{{count}} 個のエントリにエラーがあり、同期中に無視されます。",
799
- "{{count}} entry had errors and will be ignored during synchronization._plural": "{{count}} 個のエントリにエラーがあり、同期中に無視されます。",
800
- "{{count}} folder": "{{count}} 個のフォルダ",
801
- "{{count}} folder has been imported successfully.": "{{count}} 個のフォルダが正常にインポートされました。",
802
- "{{count}} folder has been imported successfully._plural": "{{count}} 個のフォルダが正常にインポートされました。",
803
- "{{count}} folder is going to be exported.": "{{count}} 個のフォルダがエクスポートされます。",
804
- "{{count}} folder is going to be exported._plural": "{{count}} 個のフォルダがエクスポートされます。",
805
- "{{count}} folder_plural": "{{count}} 個のフォルダ",
806
- "{{count}} group": "{{count}} 個のグループ",
807
- "{{count}} group_plural": "{{count}} 個のグループ",
808
- "{{count}} password": "{{count}} 個のパスワード",
809
- "{{count}} password has been imported successfully.": "{{count}} 個のパスワードが正常にインポートされました。",
810
- "{{count}} password has been imported successfully._plural": "{{count}} 個のパスワードが正常にインポートされました。",
811
- "{{count}} password is going to be exported.": "{{count}} 個のパスワードがエクスポートされます。",
812
- "{{count}} password is going to be exported._plural": "{{count}} 個のパスワードがエクスポートされます。",
813
- "{{count}} password_plural": "{{count}} 個のパスワード",
814
- "{{count}} user": "{{count}} 人のユーザー",
815
- "{{count}} user_plural": "{{count}} 人のユーザー",
816
- "{{resources}} and {{folders}} are going to be exported.": "{{resources}} と {{folders}} がエクスポートされます。",
817
- "{{users}} and {{groups}} have been found.": "{{users}} と {{groups}} が見つかりました。",
818
- "{{users}} and {{groups}} have been synchronized.": "{{users}} と {{groups}} が同期されました。",
819
- "{{users}} and {{groups}} will be synchronized.": "{{users}} と {{groups}} が同期されます。"
820
- }
925
+ "{{count}} entry had errors and will be ignored during synchronization._other": "{{count}} entries had errors and will be ignored during synchronization.",
926
+ "{{count}} folder has been imported successfully._other": "{{count}} folders have been imported successfully.",
927
+ "{{count}} folder is going to be exported._other": "{{count}} folders are going to be exported.",
928
+ "{{count}} group has been found._other": "{{count}} groups have been found.",
929
+ "{{count}} group has been synchronized._other": "{{count}} groups have been synchronized.",
930
+ "{{count}} group will be synchronized._other": "{{count}} groups will be synchronized.",
931
+ "{{count}} password has been imported successfully._other": "{{count}} passwords have been imported successfully.",
932
+ "{{count}} password is going to be exported._other": "{{count}} passwords are going to be exported.",
933
+ "{{count}} user has been found._other": "{{count}} users have been found.",
934
+ "{{count}} user has been synchronized._other": "{{count}} users have been synchronized.",
935
+ "{{count}} user will be synchronized._other": "{{count}} users will be synchronized.",
936
+ "<0>{{numberFolderSuccess}} out of {{count}}</0> folder has been imported._other": "<0>{{numberFolderSuccess}} out of {{count}}</0> folders have been imported.",
937
+ "<0>{{numberResourceSuccess}} out of {{count}}</0> password has been imported._other": "<0>{{numberResourceSuccess}} out of {{count}}</0> passwords have been imported.",
938
+ "Delete password?_other": "Delete passwords?",
939
+ "The password has been deleted successfully_other": "The passwords have been deleted successfully"
940
+ }