@oxyhq/services 5.26.4 → 6.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +113 -484
- package/lib/commonjs/index.js +82 -607
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/ui/client.js +0 -7
- package/lib/commonjs/ui/client.js.map +1 -1
- package/lib/commonjs/ui/components/SignInModal.js +2 -2
- package/lib/commonjs/ui/components/SignInModal.js.map +1 -1
- package/lib/commonjs/ui/context/OxyContext.js +13 -16
- package/lib/commonjs/ui/context/OxyContext.js.map +1 -1
- package/lib/commonjs/ui/context/hooks/useAuthOperations.js +6 -7
- package/lib/commonjs/ui/context/hooks/useAuthOperations.js.map +1 -1
- package/lib/commonjs/ui/context/hooks/useDeviceManagement.js +2 -2
- package/lib/commonjs/ui/context/hooks/useDeviceManagement.js.map +1 -1
- package/lib/commonjs/ui/context/hooks/useLanguageManagement.js +7 -7
- package/lib/commonjs/ui/context/hooks/useLanguageManagement.js.map +1 -1
- package/lib/commonjs/ui/context/hooks/useSessionManagement.js +3 -3
- package/lib/commonjs/ui/context/hooks/useSessionManagement.js.map +1 -1
- package/lib/commonjs/ui/hooks/useDeviceManagement.js +2 -2
- package/lib/commonjs/ui/hooks/useDeviceManagement.js.map +1 -1
- package/lib/commonjs/ui/hooks/useI18n.js +2 -2
- package/lib/commonjs/ui/hooks/useI18n.js.map +1 -1
- package/lib/commonjs/ui/hooks/useLanguageManagement.js +7 -7
- package/lib/commonjs/ui/hooks/useLanguageManagement.js.map +1 -1
- package/lib/commonjs/ui/hooks/useSessionManagement.js +3 -3
- package/lib/commonjs/ui/hooks/useSessionManagement.js.map +1 -1
- package/lib/commonjs/ui/hooks/useSessionSocket.js +9 -10
- package/lib/commonjs/ui/hooks/useSessionSocket.js.map +1 -1
- package/lib/commonjs/ui/index.js +1 -11
- package/lib/commonjs/ui/index.js.map +1 -1
- package/lib/commonjs/ui/screens/AccountCenterScreen.js +3 -3
- package/lib/commonjs/ui/screens/AccountCenterScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/AppInfoScreen.js +13 -13
- package/lib/commonjs/ui/screens/AppInfoScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/EditProfileFieldScreen.js +2 -2
- package/lib/commonjs/ui/screens/EditProfileFieldScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/FeedbackScreen.js +2 -2
- package/lib/commonjs/ui/screens/FeedbackScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/LanguageSelectorScreen.js +3 -3
- package/lib/commonjs/ui/screens/LanguageSelectorScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/OxyAuthScreen.js +2 -2
- package/lib/commonjs/ui/screens/OxyAuthScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/ProfileScreen.js +3 -3
- package/lib/commonjs/ui/screens/ProfileScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/UserListScreen.js +2 -2
- package/lib/commonjs/ui/screens/UserListScreen.js.map +1 -1
- package/lib/commonjs/ui/server.js +1 -11
- package/lib/commonjs/ui/server.js.map +1 -1
- package/lib/commonjs/ui/stores/authStore.js +2 -2
- package/lib/commonjs/ui/stores/authStore.js.map +1 -1
- package/lib/commonjs/ui/utils/colorUtils.js +8 -8
- package/lib/commonjs/ui/utils/colorUtils.js.map +1 -1
- package/lib/commonjs/ui/utils/themeUtils.js +6 -6
- package/lib/commonjs/ui/utils/themeUtils.js.map +1 -1
- package/lib/module/index.js +30 -75
- package/lib/module/index.js.map +1 -1
- package/lib/module/ui/client.js +0 -2
- package/lib/module/ui/client.js.map +1 -1
- package/lib/module/ui/components/SignInModal.js +1 -1
- package/lib/module/ui/components/SignInModal.js.map +1 -1
- package/lib/module/ui/context/OxyContext.js +4 -4
- package/lib/module/ui/context/OxyContext.js.map +1 -1
- package/lib/module/ui/context/hooks/useAuthOperations.js +2 -2
- package/lib/module/ui/context/hooks/useAuthOperations.js.map +1 -1
- package/lib/module/ui/context/hooks/useDeviceManagement.js +1 -1
- package/lib/module/ui/context/hooks/useDeviceManagement.js.map +1 -1
- package/lib/module/ui/context/hooks/useLanguageManagement.js +1 -1
- package/lib/module/ui/context/hooks/useLanguageManagement.js.map +1 -1
- package/lib/module/ui/context/hooks/useSessionManagement.js +1 -1
- package/lib/module/ui/context/hooks/useSessionManagement.js.map +1 -1
- package/lib/module/ui/hooks/useDeviceManagement.js +1 -1
- package/lib/module/ui/hooks/useDeviceManagement.js.map +1 -1
- package/lib/module/ui/hooks/useI18n.js +1 -1
- package/lib/module/ui/hooks/useI18n.js.map +1 -1
- package/lib/module/ui/hooks/useLanguageManagement.js +1 -1
- package/lib/module/ui/hooks/useLanguageManagement.js.map +1 -1
- package/lib/module/ui/hooks/useSessionManagement.js +1 -1
- package/lib/module/ui/hooks/useSessionManagement.js.map +1 -1
- package/lib/module/ui/hooks/useSessionSocket.js +2 -2
- package/lib/module/ui/hooks/useSessionSocket.js.map +1 -1
- package/lib/module/ui/index.js +0 -2
- package/lib/module/ui/index.js.map +1 -1
- package/lib/module/ui/screens/AccountCenterScreen.js +1 -1
- package/lib/module/ui/screens/AccountCenterScreen.js.map +1 -1
- package/lib/module/ui/screens/AppInfoScreen.js +1 -1
- package/lib/module/ui/screens/AppInfoScreen.js.map +1 -1
- package/lib/module/ui/screens/EditProfileFieldScreen.js +1 -1
- package/lib/module/ui/screens/EditProfileFieldScreen.js.map +1 -1
- package/lib/module/ui/screens/FeedbackScreen.js +1 -1
- package/lib/module/ui/screens/FeedbackScreen.js.map +1 -1
- package/lib/module/ui/screens/LanguageSelectorScreen.js +1 -1
- package/lib/module/ui/screens/LanguageSelectorScreen.js.map +1 -1
- package/lib/module/ui/screens/OxyAuthScreen.js +1 -1
- package/lib/module/ui/screens/OxyAuthScreen.js.map +1 -1
- package/lib/module/ui/screens/ProfileScreen.js +1 -1
- package/lib/module/ui/screens/ProfileScreen.js.map +1 -1
- package/lib/module/ui/screens/UserListScreen.js +1 -1
- package/lib/module/ui/screens/UserListScreen.js.map +1 -1
- package/lib/module/ui/server.js +0 -2
- package/lib/module/ui/server.js.map +1 -1
- package/lib/module/ui/stores/authStore.js +1 -1
- package/lib/module/ui/stores/authStore.js.map +1 -1
- package/lib/module/ui/utils/colorUtils.js +1 -1
- package/lib/module/ui/utils/colorUtils.js.map +1 -1
- package/lib/module/ui/utils/themeUtils.js +1 -1
- package/lib/module/ui/utils/themeUtils.js.map +1 -1
- package/lib/typescript/commonjs/index.d.ts +18 -35
- package/lib/typescript/commonjs/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/client.d.ts +0 -2
- package/lib/typescript/commonjs/ui/client.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/components/fileManagement/FileDetailsModal.d.ts +1 -1
- package/lib/typescript/commonjs/ui/components/fileManagement/FileDetailsModal.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/components/fileManagement/FileViewer.d.ts +1 -1
- package/lib/typescript/commonjs/ui/components/fileManagement/FileViewer.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/components/photogrid/JustifiedPhotoGrid.d.ts +1 -1
- package/lib/typescript/commonjs/ui/components/photogrid/JustifiedPhotoGrid.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/context/OxyContext.d.ts +3 -3
- package/lib/typescript/commonjs/ui/context/OxyContext.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/context/hooks/useAuthOperations.d.ts +3 -3
- package/lib/typescript/commonjs/ui/context/hooks/useAuthOperations.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/context/hooks/useDeviceManagement.d.ts +2 -2
- package/lib/typescript/commonjs/ui/context/hooks/useDeviceManagement.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/context/hooks/useLanguageManagement.d.ts +2 -2
- package/lib/typescript/commonjs/ui/context/hooks/useLanguageManagement.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/context/hooks/useSessionManagement.d.ts +3 -3
- package/lib/typescript/commonjs/ui/context/hooks/useSessionManagement.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/hooks/mutations/mutationFactory.d.ts +1 -1
- package/lib/typescript/commonjs/ui/hooks/mutations/mutationFactory.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/hooks/mutations/useAccountMutations.d.ts +1 -1
- package/lib/typescript/commonjs/ui/hooks/mutations/useAccountMutations.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/hooks/queries/useSecurityQueries.d.ts +1 -1
- package/lib/typescript/commonjs/ui/hooks/queries/useSecurityQueries.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/hooks/queries/useServicesQueries.d.ts +1 -1
- package/lib/typescript/commonjs/ui/hooks/queries/useServicesQueries.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/hooks/useAssets.d.ts +2 -2
- package/lib/typescript/commonjs/ui/hooks/useAssets.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/hooks/useAuth.d.ts +1 -1
- package/lib/typescript/commonjs/ui/hooks/useAuth.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/hooks/useDeviceManagement.d.ts +2 -2
- package/lib/typescript/commonjs/ui/hooks/useDeviceManagement.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/hooks/useFileDownloadUrl.d.ts +1 -1
- package/lib/typescript/commonjs/ui/hooks/useFileDownloadUrl.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/hooks/useFileFiltering.d.ts +1 -1
- package/lib/typescript/commonjs/ui/hooks/useFileFiltering.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/hooks/useLanguageManagement.d.ts +2 -2
- package/lib/typescript/commonjs/ui/hooks/useLanguageManagement.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/hooks/useSessionManagement.d.ts +3 -3
- package/lib/typescript/commonjs/ui/hooks/useSessionManagement.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/hooks/useStorage.d.ts +1 -1
- package/lib/typescript/commonjs/ui/hooks/useStorage.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/hooks/useWebSSO.d.ts +2 -2
- package/lib/typescript/commonjs/ui/hooks/useWebSSO.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/index.d.ts +0 -2
- package/lib/typescript/commonjs/ui/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/server.d.ts +0 -2
- package/lib/typescript/commonjs/ui/server.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/stores/accountStore.d.ts +1 -1
- package/lib/typescript/commonjs/ui/stores/accountStore.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/stores/assetStore.d.ts +1 -1
- package/lib/typescript/commonjs/ui/stores/assetStore.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/stores/authStore.d.ts +1 -1
- package/lib/typescript/commonjs/ui/stores/authStore.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/stores/fileStore.d.ts +1 -1
- package/lib/typescript/commonjs/ui/stores/fileStore.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/stores/followStore.d.ts +1 -1
- package/lib/typescript/commonjs/ui/stores/followStore.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/types/fileManagement.d.ts +1 -1
- package/lib/typescript/commonjs/ui/types/fileManagement.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/utils/authHelpers.d.ts +1 -1
- package/lib/typescript/commonjs/ui/utils/authHelpers.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/utils/avatarUtils.d.ts +2 -2
- package/lib/typescript/commonjs/ui/utils/avatarUtils.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/utils/colorUtils.d.ts +1 -1
- package/lib/typescript/commonjs/ui/utils/colorUtils.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/utils/errorHandlers.d.ts +1 -1
- package/lib/typescript/commonjs/ui/utils/errorHandlers.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/utils/fileManagement.d.ts +1 -1
- package/lib/typescript/commonjs/ui/utils/fileManagement.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/utils/sessionHelpers.d.ts +1 -1
- package/lib/typescript/commonjs/ui/utils/sessionHelpers.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/utils/themeUtils.d.ts +2 -2
- package/lib/typescript/commonjs/ui/utils/themeUtils.d.ts.map +1 -1
- package/lib/typescript/module/index.d.ts +18 -35
- package/lib/typescript/module/index.d.ts.map +1 -1
- package/lib/typescript/module/ui/client.d.ts +0 -2
- package/lib/typescript/module/ui/client.d.ts.map +1 -1
- package/lib/typescript/module/ui/components/fileManagement/FileDetailsModal.d.ts +1 -1
- package/lib/typescript/module/ui/components/fileManagement/FileDetailsModal.d.ts.map +1 -1
- package/lib/typescript/module/ui/components/fileManagement/FileViewer.d.ts +1 -1
- package/lib/typescript/module/ui/components/fileManagement/FileViewer.d.ts.map +1 -1
- package/lib/typescript/module/ui/components/photogrid/JustifiedPhotoGrid.d.ts +1 -1
- package/lib/typescript/module/ui/components/photogrid/JustifiedPhotoGrid.d.ts.map +1 -1
- package/lib/typescript/module/ui/context/OxyContext.d.ts +3 -3
- package/lib/typescript/module/ui/context/OxyContext.d.ts.map +1 -1
- package/lib/typescript/module/ui/context/hooks/useAuthOperations.d.ts +3 -3
- package/lib/typescript/module/ui/context/hooks/useAuthOperations.d.ts.map +1 -1
- package/lib/typescript/module/ui/context/hooks/useDeviceManagement.d.ts +2 -2
- package/lib/typescript/module/ui/context/hooks/useDeviceManagement.d.ts.map +1 -1
- package/lib/typescript/module/ui/context/hooks/useLanguageManagement.d.ts +2 -2
- package/lib/typescript/module/ui/context/hooks/useLanguageManagement.d.ts.map +1 -1
- package/lib/typescript/module/ui/context/hooks/useSessionManagement.d.ts +3 -3
- package/lib/typescript/module/ui/context/hooks/useSessionManagement.d.ts.map +1 -1
- package/lib/typescript/module/ui/hooks/mutations/mutationFactory.d.ts +1 -1
- package/lib/typescript/module/ui/hooks/mutations/mutationFactory.d.ts.map +1 -1
- package/lib/typescript/module/ui/hooks/mutations/useAccountMutations.d.ts +1 -1
- package/lib/typescript/module/ui/hooks/mutations/useAccountMutations.d.ts.map +1 -1
- package/lib/typescript/module/ui/hooks/queries/useSecurityQueries.d.ts +1 -1
- package/lib/typescript/module/ui/hooks/queries/useSecurityQueries.d.ts.map +1 -1
- package/lib/typescript/module/ui/hooks/queries/useServicesQueries.d.ts +1 -1
- package/lib/typescript/module/ui/hooks/queries/useServicesQueries.d.ts.map +1 -1
- package/lib/typescript/module/ui/hooks/useAssets.d.ts +2 -2
- package/lib/typescript/module/ui/hooks/useAssets.d.ts.map +1 -1
- package/lib/typescript/module/ui/hooks/useAuth.d.ts +1 -1
- package/lib/typescript/module/ui/hooks/useAuth.d.ts.map +1 -1
- package/lib/typescript/module/ui/hooks/useDeviceManagement.d.ts +2 -2
- package/lib/typescript/module/ui/hooks/useDeviceManagement.d.ts.map +1 -1
- package/lib/typescript/module/ui/hooks/useFileDownloadUrl.d.ts +1 -1
- package/lib/typescript/module/ui/hooks/useFileDownloadUrl.d.ts.map +1 -1
- package/lib/typescript/module/ui/hooks/useFileFiltering.d.ts +1 -1
- package/lib/typescript/module/ui/hooks/useFileFiltering.d.ts.map +1 -1
- package/lib/typescript/module/ui/hooks/useLanguageManagement.d.ts +2 -2
- package/lib/typescript/module/ui/hooks/useLanguageManagement.d.ts.map +1 -1
- package/lib/typescript/module/ui/hooks/useSessionManagement.d.ts +3 -3
- package/lib/typescript/module/ui/hooks/useSessionManagement.d.ts.map +1 -1
- package/lib/typescript/module/ui/hooks/useStorage.d.ts +1 -1
- package/lib/typescript/module/ui/hooks/useStorage.d.ts.map +1 -1
- package/lib/typescript/module/ui/hooks/useWebSSO.d.ts +2 -2
- package/lib/typescript/module/ui/hooks/useWebSSO.d.ts.map +1 -1
- package/lib/typescript/module/ui/index.d.ts +0 -2
- package/lib/typescript/module/ui/index.d.ts.map +1 -1
- package/lib/typescript/module/ui/server.d.ts +0 -2
- package/lib/typescript/module/ui/server.d.ts.map +1 -1
- package/lib/typescript/module/ui/stores/accountStore.d.ts +1 -1
- package/lib/typescript/module/ui/stores/accountStore.d.ts.map +1 -1
- package/lib/typescript/module/ui/stores/assetStore.d.ts +1 -1
- package/lib/typescript/module/ui/stores/assetStore.d.ts.map +1 -1
- package/lib/typescript/module/ui/stores/authStore.d.ts +1 -1
- package/lib/typescript/module/ui/stores/authStore.d.ts.map +1 -1
- package/lib/typescript/module/ui/stores/fileStore.d.ts +1 -1
- package/lib/typescript/module/ui/stores/fileStore.d.ts.map +1 -1
- package/lib/typescript/module/ui/stores/followStore.d.ts +1 -1
- package/lib/typescript/module/ui/stores/followStore.d.ts.map +1 -1
- package/lib/typescript/module/ui/types/fileManagement.d.ts +1 -1
- package/lib/typescript/module/ui/types/fileManagement.d.ts.map +1 -1
- package/lib/typescript/module/ui/utils/authHelpers.d.ts +1 -1
- package/lib/typescript/module/ui/utils/authHelpers.d.ts.map +1 -1
- package/lib/typescript/module/ui/utils/avatarUtils.d.ts +2 -2
- package/lib/typescript/module/ui/utils/avatarUtils.d.ts.map +1 -1
- package/lib/typescript/module/ui/utils/colorUtils.d.ts +1 -1
- package/lib/typescript/module/ui/utils/colorUtils.d.ts.map +1 -1
- package/lib/typescript/module/ui/utils/errorHandlers.d.ts +1 -1
- package/lib/typescript/module/ui/utils/errorHandlers.d.ts.map +1 -1
- package/lib/typescript/module/ui/utils/fileManagement.d.ts +1 -1
- package/lib/typescript/module/ui/utils/fileManagement.d.ts.map +1 -1
- package/lib/typescript/module/ui/utils/sessionHelpers.d.ts +1 -1
- package/lib/typescript/module/ui/utils/sessionHelpers.d.ts.map +1 -1
- package/lib/typescript/module/ui/utils/themeUtils.d.ts +2 -2
- package/lib/typescript/module/ui/utils/themeUtils.d.ts.map +1 -1
- package/package.json +39 -171
- package/src/index.ts +56 -254
- package/src/ui/client.ts +0 -4
- package/src/ui/components/SignInModal.tsx +1 -1
- package/src/ui/components/fileManagement/FileDetailsModal.tsx +1 -1
- package/src/ui/components/fileManagement/FileViewer.tsx +1 -1
- package/src/ui/components/photogrid/JustifiedPhotoGrid.tsx +1 -1
- package/src/ui/context/OxyContext.tsx +6 -6
- package/src/ui/context/hooks/useAuthOperations.ts +5 -5
- package/src/ui/context/hooks/useDeviceManagement.ts +3 -3
- package/src/ui/context/hooks/useLanguageManagement.ts +2 -2
- package/src/ui/context/hooks/useSessionManagement.ts +4 -4
- package/src/ui/hooks/mutations/mutationFactory.ts +1 -1
- package/src/ui/hooks/mutations/useAccountMutations.ts +1 -1
- package/src/ui/hooks/mutations/useServicesMutations.ts +1 -1
- package/src/ui/hooks/queries/useAccountQueries.ts +1 -1
- package/src/ui/hooks/queries/useSecurityQueries.ts +1 -1
- package/src/ui/hooks/queries/useServicesQueries.ts +1 -1
- package/src/ui/hooks/useAssets.ts +7 -7
- package/src/ui/hooks/useAuth.ts +1 -1
- package/src/ui/hooks/useDeviceManagement.ts +3 -3
- package/src/ui/hooks/useFileDownloadUrl.ts +1 -1
- package/src/ui/hooks/useFileFiltering.ts +1 -1
- package/src/ui/hooks/useI18n.ts +1 -1
- package/src/ui/hooks/useLanguageManagement.ts +2 -2
- package/src/ui/hooks/useSessionManagement.ts +4 -4
- package/src/ui/hooks/useSessionSocket.ts +2 -2
- package/src/ui/hooks/useStorage.ts +1 -1
- package/src/ui/hooks/useWebSSO.ts +2 -2
- package/src/ui/index.ts +0 -3
- package/src/ui/screens/AccountCenterScreen.tsx +1 -1
- package/src/ui/screens/AccountSwitcherScreen.tsx +2 -2
- package/src/ui/screens/AppInfoScreen.tsx +1 -1
- package/src/ui/screens/EditProfileFieldScreen.tsx +1 -1
- package/src/ui/screens/FeedbackScreen.tsx +1 -1
- package/src/ui/screens/FileManagementScreen.tsx +1 -1
- package/src/ui/screens/LanguageSelectorScreen.tsx +1 -1
- package/src/ui/screens/OxyAuthScreen.tsx +1 -1
- package/src/ui/screens/PrivacySettingsScreen.tsx +1 -1
- package/src/ui/screens/ProfileScreen.tsx +2 -2
- package/src/ui/screens/SearchSettingsScreen.tsx +1 -1
- package/src/ui/screens/SessionManagementScreen.tsx +1 -1
- package/src/ui/screens/UserListScreen.tsx +2 -2
- package/src/ui/server.ts +0 -4
- package/src/ui/stores/accountStore.ts +1 -1
- package/src/ui/stores/assetStore.ts +1 -1
- package/src/ui/stores/authStore.ts +2 -2
- package/src/ui/stores/fileStore.ts +1 -1
- package/src/ui/stores/followStore.ts +1 -1
- package/src/ui/types/fileManagement.ts +1 -1
- package/src/ui/types/navigation.ts +2 -2
- package/src/ui/utils/authHelpers.ts +1 -1
- package/src/ui/utils/avatarUtils.ts +2 -2
- package/src/ui/utils/colorUtils.ts +1 -1
- package/src/ui/utils/errorHandlers.ts +1 -1
- package/src/ui/utils/fileManagement.ts +1 -1
- package/src/ui/utils/sessionHelpers.ts +1 -1
- package/src/ui/utils/themeUtils.ts +2 -2
- package/lib/commonjs/constants/version.js +0 -28
- package/lib/commonjs/constants/version.js.map +0 -1
- package/lib/commonjs/core/AuthManager.js +0 -405
- package/lib/commonjs/core/AuthManager.js.map +0 -1
- package/lib/commonjs/core/CrossDomainAuth.js +0 -277
- package/lib/commonjs/core/CrossDomainAuth.js.map +0 -1
- package/lib/commonjs/core/HttpService.js +0 -697
- package/lib/commonjs/core/HttpService.js.map +0 -1
- package/lib/commonjs/core/OxyServices.base.js +0 -291
- package/lib/commonjs/core/OxyServices.base.js.map +0 -1
- package/lib/commonjs/core/OxyServices.errors.js +0 -26
- package/lib/commonjs/core/OxyServices.errors.js.map +0 -1
- package/lib/commonjs/core/OxyServices.js +0 -149
- package/lib/commonjs/core/OxyServices.js.map +0 -1
- package/lib/commonjs/core/index.js +0 -158
- package/lib/commonjs/core/index.js.map +0 -1
- package/lib/commonjs/core/mixins/OxyServices.analytics.js +0 -60
- package/lib/commonjs/core/mixins/OxyServices.analytics.js.map +0 -1
- package/lib/commonjs/core/mixins/OxyServices.assets.js +0 -390
- package/lib/commonjs/core/mixins/OxyServices.assets.js.map +0 -1
- package/lib/commonjs/core/mixins/OxyServices.auth.js +0 -296
- package/lib/commonjs/core/mixins/OxyServices.auth.js.map +0 -1
- package/lib/commonjs/core/mixins/OxyServices.developer.js +0 -115
- package/lib/commonjs/core/mixins/OxyServices.developer.js.map +0 -1
- package/lib/commonjs/core/mixins/OxyServices.devices.js +0 -133
- package/lib/commonjs/core/mixins/OxyServices.devices.js.map +0 -1
- package/lib/commonjs/core/mixins/OxyServices.features.js +0 -372
- package/lib/commonjs/core/mixins/OxyServices.features.js.map +0 -1
- package/lib/commonjs/core/mixins/OxyServices.fedcm.js +0 -464
- package/lib/commonjs/core/mixins/OxyServices.fedcm.js.map +0 -1
- package/lib/commonjs/core/mixins/OxyServices.karma.js +0 -117
- package/lib/commonjs/core/mixins/OxyServices.karma.js.map +0 -1
- package/lib/commonjs/core/mixins/OxyServices.language.js +0 -124
- package/lib/commonjs/core/mixins/OxyServices.language.js.map +0 -1
- package/lib/commonjs/core/mixins/OxyServices.location.js +0 -55
- package/lib/commonjs/core/mixins/OxyServices.location.js.map +0 -1
- package/lib/commonjs/core/mixins/OxyServices.payment.js +0 -168
- package/lib/commonjs/core/mixins/OxyServices.payment.js.map +0 -1
- package/lib/commonjs/core/mixins/OxyServices.popup.js +0 -393
- package/lib/commonjs/core/mixins/OxyServices.popup.js.map +0 -1
- package/lib/commonjs/core/mixins/OxyServices.privacy.js +0 -174
- package/lib/commonjs/core/mixins/OxyServices.privacy.js.map +0 -1
- package/lib/commonjs/core/mixins/OxyServices.redirect.js +0 -378
- package/lib/commonjs/core/mixins/OxyServices.redirect.js.map +0 -1
- package/lib/commonjs/core/mixins/OxyServices.security.js +0 -96
- package/lib/commonjs/core/mixins/OxyServices.security.js.map +0 -1
- package/lib/commonjs/core/mixins/OxyServices.user.js +0 -393
- package/lib/commonjs/core/mixins/OxyServices.user.js.map +0 -1
- package/lib/commonjs/core/mixins/OxyServices.utility.js +0 -165
- package/lib/commonjs/core/mixins/OxyServices.utility.js.map +0 -1
- package/lib/commonjs/core/mixins/index.js +0 -75
- package/lib/commonjs/core/mixins/index.js.map +0 -1
- package/lib/commonjs/core/mixins/mixinHelpers.js +0 -62
- package/lib/commonjs/core/mixins/mixinHelpers.js.map +0 -1
- package/lib/commonjs/crypto/index.js +0 -34
- package/lib/commonjs/crypto/index.js.map +0 -1
- package/lib/commonjs/crypto/keyManager.js +0 -942
- package/lib/commonjs/crypto/keyManager.js.map +0 -1
- package/lib/commonjs/crypto/polyfill.js +0 -86
- package/lib/commonjs/crypto/polyfill.js.map +0 -1
- package/lib/commonjs/crypto/recoveryPhrase.js +0 -152
- package/lib/commonjs/crypto/recoveryPhrase.js.map +0 -1
- package/lib/commonjs/crypto/signatureService.js +0 -289
- package/lib/commonjs/crypto/signatureService.js.map +0 -1
- package/lib/commonjs/i18n/index.js +0 -76
- package/lib/commonjs/i18n/index.js.map +0 -1
- package/lib/commonjs/i18n/locales/ar-SA.json +0 -120
- package/lib/commonjs/i18n/locales/ca-ES.json +0 -120
- package/lib/commonjs/i18n/locales/de-DE.json +0 -120
- package/lib/commonjs/i18n/locales/en-US.json +0 -956
- package/lib/commonjs/i18n/locales/es-ES.json +0 -944
- package/lib/commonjs/i18n/locales/fr-FR.json +0 -120
- package/lib/commonjs/i18n/locales/it-IT.json +0 -120
- package/lib/commonjs/i18n/locales/ja-JP.json +0 -119
- package/lib/commonjs/i18n/locales/ko-KR.json +0 -120
- package/lib/commonjs/i18n/locales/pt-PT.json +0 -120
- package/lib/commonjs/i18n/locales/zh-CN.json +0 -120
- package/lib/commonjs/models/interfaces.js +0 -61
- package/lib/commonjs/models/interfaces.js.map +0 -1
- package/lib/commonjs/models/session.js +0 -2
- package/lib/commonjs/models/session.js.map +0 -1
- package/lib/commonjs/node/index.js +0 -59
- package/lib/commonjs/node/index.js.map +0 -1
- package/lib/commonjs/shared/index.js +0 -227
- package/lib/commonjs/shared/index.js.map +0 -1
- package/lib/commonjs/shared/utils/colorUtils.js +0 -161
- package/lib/commonjs/shared/utils/colorUtils.js.map +0 -1
- package/lib/commonjs/shared/utils/debugUtils.js +0 -84
- package/lib/commonjs/shared/utils/debugUtils.js.map +0 -1
- package/lib/commonjs/shared/utils/errorUtils.js +0 -190
- package/lib/commonjs/shared/utils/errorUtils.js.map +0 -1
- package/lib/commonjs/shared/utils/index.js +0 -196
- package/lib/commonjs/shared/utils/index.js.map +0 -1
- package/lib/commonjs/shared/utils/networkUtils.js +0 -213
- package/lib/commonjs/shared/utils/networkUtils.js.map +0 -1
- package/lib/commonjs/shared/utils/themeUtils.js +0 -118
- package/lib/commonjs/shared/utils/themeUtils.js.map +0 -1
- package/lib/commonjs/utils/apiUtils.js +0 -79
- package/lib/commonjs/utils/apiUtils.js.map +0 -1
- package/lib/commonjs/utils/asyncUtils.js +0 -207
- package/lib/commonjs/utils/asyncUtils.js.map +0 -1
- package/lib/commonjs/utils/cache.js +0 -259
- package/lib/commonjs/utils/cache.js.map +0 -1
- package/lib/commonjs/utils/deviceManager.js +0 -177
- package/lib/commonjs/utils/deviceManager.js.map +0 -1
- package/lib/commonjs/utils/errorUtils.js +0 -168
- package/lib/commonjs/utils/errorUtils.js.map +0 -1
- package/lib/commonjs/utils/index.js +0 -106
- package/lib/commonjs/utils/index.js.map +0 -1
- package/lib/commonjs/utils/languageUtils.js +0 -159
- package/lib/commonjs/utils/languageUtils.js.map +0 -1
- package/lib/commonjs/utils/loggerUtils.js +0 -160
- package/lib/commonjs/utils/loggerUtils.js.map +0 -1
- package/lib/commonjs/utils/platform.js +0 -129
- package/lib/commonjs/utils/platform.js.map +0 -1
- package/lib/commonjs/utils/platformInit.js +0 -13
- package/lib/commonjs/utils/platformInit.js.map +0 -1
- package/lib/commonjs/utils/platformInit.native.js +0 -16
- package/lib/commonjs/utils/platformInit.native.js.map +0 -1
- package/lib/commonjs/utils/requestUtils.js +0 -218
- package/lib/commonjs/utils/requestUtils.js.map +0 -1
- package/lib/commonjs/utils/sessionUtils.js +0 -191
- package/lib/commonjs/utils/sessionUtils.js.map +0 -1
- package/lib/commonjs/utils/validationUtils.js +0 -191
- package/lib/commonjs/utils/validationUtils.js.map +0 -1
- package/lib/commonjs/web/WebOxyContext.js +0 -384
- package/lib/commonjs/web/WebOxyContext.js.map +0 -1
- package/lib/commonjs/web/index.js +0 -319
- package/lib/commonjs/web/index.js.map +0 -1
- package/lib/commonjs/web.js +0 -659
- package/lib/commonjs/web.js.map +0 -1
- package/lib/module/constants/version.js +0 -21
- package/lib/module/constants/version.js.map +0 -1
- package/lib/module/core/AuthManager.js +0 -399
- package/lib/module/core/AuthManager.js.map +0 -1
- package/lib/module/core/CrossDomainAuth.js +0 -271
- package/lib/module/core/CrossDomainAuth.js.map +0 -1
- package/lib/module/core/HttpService.js +0 -692
- package/lib/module/core/HttpService.js.map +0 -1
- package/lib/module/core/OxyServices.base.js +0 -285
- package/lib/module/core/OxyServices.base.js.map +0 -1
- package/lib/module/core/OxyServices.errors.js +0 -20
- package/lib/module/core/OxyServices.errors.js.map +0 -1
- package/lib/module/core/OxyServices.js +0 -134
- package/lib/module/core/OxyServices.js.map +0 -1
- package/lib/module/core/index.js +0 -31
- package/lib/module/core/index.js.map +0 -1
- package/lib/module/core/mixins/OxyServices.analytics.js +0 -56
- package/lib/module/core/mixins/OxyServices.analytics.js.map +0 -1
- package/lib/module/core/mixins/OxyServices.assets.js +0 -386
- package/lib/module/core/mixins/OxyServices.assets.js.map +0 -1
- package/lib/module/core/mixins/OxyServices.auth.js +0 -292
- package/lib/module/core/mixins/OxyServices.auth.js.map +0 -1
- package/lib/module/core/mixins/OxyServices.developer.js +0 -111
- package/lib/module/core/mixins/OxyServices.developer.js.map +0 -1
- package/lib/module/core/mixins/OxyServices.devices.js +0 -129
- package/lib/module/core/mixins/OxyServices.devices.js.map +0 -1
- package/lib/module/core/mixins/OxyServices.features.js +0 -369
- package/lib/module/core/mixins/OxyServices.features.js.map +0 -1
- package/lib/module/core/mixins/OxyServices.fedcm.js +0 -461
- package/lib/module/core/mixins/OxyServices.fedcm.js.map +0 -1
- package/lib/module/core/mixins/OxyServices.karma.js +0 -113
- package/lib/module/core/mixins/OxyServices.karma.js.map +0 -1
- package/lib/module/core/mixins/OxyServices.language.js +0 -120
- package/lib/module/core/mixins/OxyServices.language.js.map +0 -1
- package/lib/module/core/mixins/OxyServices.location.js +0 -51
- package/lib/module/core/mixins/OxyServices.location.js.map +0 -1
- package/lib/module/core/mixins/OxyServices.payment.js +0 -164
- package/lib/module/core/mixins/OxyServices.payment.js.map +0 -1
- package/lib/module/core/mixins/OxyServices.popup.js +0 -390
- package/lib/module/core/mixins/OxyServices.popup.js.map +0 -1
- package/lib/module/core/mixins/OxyServices.privacy.js +0 -170
- package/lib/module/core/mixins/OxyServices.privacy.js.map +0 -1
- package/lib/module/core/mixins/OxyServices.redirect.js +0 -375
- package/lib/module/core/mixins/OxyServices.redirect.js.map +0 -1
- package/lib/module/core/mixins/OxyServices.security.js +0 -92
- package/lib/module/core/mixins/OxyServices.security.js.map +0 -1
- package/lib/module/core/mixins/OxyServices.user.js +0 -389
- package/lib/module/core/mixins/OxyServices.user.js.map +0 -1
- package/lib/module/core/mixins/OxyServices.utility.js +0 -160
- package/lib/module/core/mixins/OxyServices.utility.js.map +0 -1
- package/lib/module/core/mixins/index.js +0 -72
- package/lib/module/core/mixins/index.js.map +0 -1
- package/lib/module/core/mixins/mixinHelpers.js +0 -56
- package/lib/module/core/mixins/mixinHelpers.js.map +0 -1
- package/lib/module/crypto/index.js +0 -18
- package/lib/module/crypto/index.js.map +0 -1
- package/lib/module/crypto/keyManager.js +0 -939
- package/lib/module/crypto/keyManager.js.map +0 -1
- package/lib/module/crypto/polyfill.js +0 -78
- package/lib/module/crypto/polyfill.js.map +0 -1
- package/lib/module/crypto/recoveryPhrase.js +0 -147
- package/lib/module/crypto/recoveryPhrase.js.map +0 -1
- package/lib/module/crypto/signatureService.js +0 -286
- package/lib/module/crypto/signatureService.js.map +0 -1
- package/lib/module/i18n/index.js +0 -71
- package/lib/module/i18n/index.js.map +0 -1
- package/lib/module/i18n/locales/ar-SA.json +0 -120
- package/lib/module/i18n/locales/ca-ES.json +0 -120
- package/lib/module/i18n/locales/de-DE.json +0 -120
- package/lib/module/i18n/locales/en-US.json +0 -956
- package/lib/module/i18n/locales/es-ES.json +0 -944
- package/lib/module/i18n/locales/fr-FR.json +0 -120
- package/lib/module/i18n/locales/it-IT.json +0 -120
- package/lib/module/i18n/locales/ja-JP.json +0 -119
- package/lib/module/i18n/locales/ko-KR.json +0 -120
- package/lib/module/i18n/locales/pt-PT.json +0 -120
- package/lib/module/i18n/locales/zh-CN.json +0 -120
- package/lib/module/models/interfaces.js +0 -57
- package/lib/module/models/interfaces.js.map +0 -1
- package/lib/module/models/session.js +0 -2
- package/lib/module/models/session.js.map +0 -1
- package/lib/module/node/index.js +0 -20
- package/lib/module/node/index.js.map +0 -1
- package/lib/module/shared/index.js +0 -37
- package/lib/module/shared/index.js.map +0 -1
- package/lib/module/shared/utils/colorUtils.js +0 -150
- package/lib/module/shared/utils/colorUtils.js.map +0 -1
- package/lib/module/shared/utils/debugUtils.js +0 -75
- package/lib/module/shared/utils/debugUtils.js.map +0 -1
- package/lib/module/shared/utils/errorUtils.js +0 -176
- package/lib/module/shared/utils/errorUtils.js.map +0 -1
- package/lib/module/shared/utils/index.js +0 -21
- package/lib/module/shared/utils/index.js.map +0 -1
- package/lib/module/shared/utils/networkUtils.js +0 -202
- package/lib/module/shared/utils/networkUtils.js.map +0 -1
- package/lib/module/shared/utils/themeUtils.js +0 -109
- package/lib/module/shared/utils/themeUtils.js.map +0 -1
- package/lib/module/utils/apiUtils.js +0 -72
- package/lib/module/utils/apiUtils.js.map +0 -1
- package/lib/module/utils/asyncUtils.js +0 -192
- package/lib/module/utils/asyncUtils.js.map +0 -1
- package/lib/module/utils/cache.js +0 -250
- package/lib/module/utils/cache.js.map +0 -1
- package/lib/module/utils/deviceManager.js +0 -171
- package/lib/module/utils/deviceManager.js.map +0 -1
- package/lib/module/utils/errorUtils.js +0 -160
- package/lib/module/utils/errorUtils.js.map +0 -1
- package/lib/module/utils/index.js +0 -11
- package/lib/module/utils/index.js.map +0 -1
- package/lib/module/utils/languageUtils.js +0 -151
- package/lib/module/utils/languageUtils.js.map +0 -1
- package/lib/module/utils/loggerUtils.js +0 -149
- package/lib/module/utils/loggerUtils.js.map +0 -1
- package/lib/module/utils/platform.js +0 -118
- package/lib/module/utils/platform.js.map +0 -1
- package/lib/module/utils/platformInit.js +0 -13
- package/lib/module/utils/platformInit.js.map +0 -1
- package/lib/module/utils/platformInit.native.js +0 -16
- package/lib/module/utils/platformInit.native.js.map +0 -1
- package/lib/module/utils/requestUtils.js +0 -212
- package/lib/module/utils/requestUtils.js.map +0 -1
- package/lib/module/utils/sessionUtils.js +0 -180
- package/lib/module/utils/sessionUtils.js.map +0 -1
- package/lib/module/utils/validationUtils.js +0 -170
- package/lib/module/utils/validationUtils.js.map +0 -1
- package/lib/module/web/WebOxyContext.js +0 -377
- package/lib/module/web/WebOxyContext.js.map +0 -1
- package/lib/module/web/index.js +0 -72
- package/lib/module/web/index.js.map +0 -1
- package/lib/module/web.js +0 -76
- package/lib/module/web.js.map +0 -1
- package/lib/typescript/commonjs/constants/version.d.ts +0 -14
- package/lib/typescript/commonjs/constants/version.d.ts.map +0 -1
- package/lib/typescript/commonjs/core/AuthManager.d.ts +0 -144
- package/lib/typescript/commonjs/core/AuthManager.d.ts.map +0 -1
- package/lib/typescript/commonjs/core/CrossDomainAuth.d.ts +0 -161
- package/lib/typescript/commonjs/core/CrossDomainAuth.d.ts.map +0 -1
- package/lib/typescript/commonjs/core/HttpService.d.ts +0 -164
- package/lib/typescript/commonjs/core/HttpService.d.ts.map +0 -1
- package/lib/typescript/commonjs/core/OxyServices.base.d.ts +0 -127
- package/lib/typescript/commonjs/core/OxyServices.base.d.ts.map +0 -1
- package/lib/typescript/commonjs/core/OxyServices.d.ts +0 -82
- package/lib/typescript/commonjs/core/OxyServices.d.ts.map +0 -1
- package/lib/typescript/commonjs/core/OxyServices.errors.d.ts +0 -12
- package/lib/typescript/commonjs/core/OxyServices.errors.d.ts.map +0 -1
- package/lib/typescript/commonjs/core/index.d.ts +0 -21
- package/lib/typescript/commonjs/core/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/core/mixins/OxyServices.analytics.d.ts +0 -67
- package/lib/typescript/commonjs/core/mixins/OxyServices.analytics.d.ts.map +0 -1
- package/lib/typescript/commonjs/core/mixins/OxyServices.assets.d.ts +0 -136
- package/lib/typescript/commonjs/core/mixins/OxyServices.assets.d.ts.map +0 -1
- package/lib/typescript/commonjs/core/mixins/OxyServices.auth.d.ts +0 -187
- package/lib/typescript/commonjs/core/mixins/OxyServices.auth.d.ts.map +0 -1
- package/lib/typescript/commonjs/core/mixins/OxyServices.developer.d.ts +0 -100
- package/lib/typescript/commonjs/core/mixins/OxyServices.developer.d.ts.map +0 -1
- package/lib/typescript/commonjs/core/mixins/OxyServices.devices.d.ts +0 -97
- package/lib/typescript/commonjs/core/mixins/OxyServices.devices.d.ts.map +0 -1
- package/lib/typescript/commonjs/core/mixins/OxyServices.features.d.ts +0 -229
- package/lib/typescript/commonjs/core/mixins/OxyServices.features.d.ts.map +0 -1
- package/lib/typescript/commonjs/core/mixins/OxyServices.fedcm.d.ts +0 -201
- package/lib/typescript/commonjs/core/mixins/OxyServices.fedcm.d.ts.map +0 -1
- package/lib/typescript/commonjs/core/mixins/OxyServices.karma.d.ts +0 -86
- package/lib/typescript/commonjs/core/mixins/OxyServices.karma.d.ts.map +0 -1
- package/lib/typescript/commonjs/core/mixins/OxyServices.language.d.ts +0 -82
- package/lib/typescript/commonjs/core/mixins/OxyServices.language.d.ts.map +0 -1
- package/lib/typescript/commonjs/core/mixins/OxyServices.location.d.ts +0 -65
- package/lib/typescript/commonjs/core/mixins/OxyServices.location.d.ts.map +0 -1
- package/lib/typescript/commonjs/core/mixins/OxyServices.payment.d.ts +0 -112
- package/lib/typescript/commonjs/core/mixins/OxyServices.payment.d.ts.map +0 -1
- package/lib/typescript/commonjs/core/mixins/OxyServices.popup.d.ts +0 -206
- package/lib/typescript/commonjs/core/mixins/OxyServices.popup.d.ts.map +0 -1
- package/lib/typescript/commonjs/core/mixins/OxyServices.privacy.d.ts +0 -123
- package/lib/typescript/commonjs/core/mixins/OxyServices.privacy.d.ts.map +0 -1
- package/lib/typescript/commonjs/core/mixins/OxyServices.redirect.d.ts +0 -246
- package/lib/typescript/commonjs/core/mixins/OxyServices.redirect.d.ts.map +0 -1
- package/lib/typescript/commonjs/core/mixins/OxyServices.security.d.ts +0 -79
- package/lib/typescript/commonjs/core/mixins/OxyServices.security.d.ts.map +0 -1
- package/lib/typescript/commonjs/core/mixins/OxyServices.user.d.ts +0 -185
- package/lib/typescript/commonjs/core/mixins/OxyServices.user.d.ts.map +0 -1
- package/lib/typescript/commonjs/core/mixins/OxyServices.utility.d.ts +0 -94
- package/lib/typescript/commonjs/core/mixins/OxyServices.utility.d.ts.map +0 -1
- package/lib/typescript/commonjs/core/mixins/index.d.ts +0 -31
- package/lib/typescript/commonjs/core/mixins/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/core/mixins/mixinHelpers.d.ts +0 -32
- package/lib/typescript/commonjs/core/mixins/mixinHelpers.d.ts.map +0 -1
- package/lib/typescript/commonjs/crypto/index.d.ts +0 -12
- package/lib/typescript/commonjs/crypto/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/crypto/keyManager.d.ts +0 -190
- package/lib/typescript/commonjs/crypto/keyManager.d.ts.map +0 -1
- package/lib/typescript/commonjs/crypto/polyfill.d.ts +0 -13
- package/lib/typescript/commonjs/crypto/polyfill.d.ts.map +0 -1
- package/lib/typescript/commonjs/crypto/recoveryPhrase.d.ts +0 -59
- package/lib/typescript/commonjs/crypto/recoveryPhrase.d.ts.map +0 -1
- package/lib/typescript/commonjs/crypto/signatureService.d.ts +0 -87
- package/lib/typescript/commonjs/crypto/signatureService.d.ts.map +0 -1
- package/lib/typescript/commonjs/i18n/index.d.ts +0 -4
- package/lib/typescript/commonjs/i18n/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/models/interfaces.d.ts +0 -416
- package/lib/typescript/commonjs/models/interfaces.d.ts.map +0 -1
- package/lib/typescript/commonjs/models/session.d.ts +0 -28
- package/lib/typescript/commonjs/models/session.d.ts.map +0 -1
- package/lib/typescript/commonjs/node/index.d.ts +0 -10
- package/lib/typescript/commonjs/node/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/shared/index.d.ts +0 -29
- package/lib/typescript/commonjs/shared/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/shared/utils/colorUtils.d.ts +0 -105
- package/lib/typescript/commonjs/shared/utils/colorUtils.d.ts.map +0 -1
- package/lib/typescript/commonjs/shared/utils/debugUtils.d.ts +0 -49
- package/lib/typescript/commonjs/shared/utils/debugUtils.d.ts.map +0 -1
- package/lib/typescript/commonjs/shared/utils/errorUtils.d.ts +0 -98
- package/lib/typescript/commonjs/shared/utils/errorUtils.d.ts.map +0 -1
- package/lib/typescript/commonjs/shared/utils/index.d.ts +0 -14
- package/lib/typescript/commonjs/shared/utils/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/shared/utils/networkUtils.d.ts +0 -140
- package/lib/typescript/commonjs/shared/utils/networkUtils.d.ts.map +0 -1
- package/lib/typescript/commonjs/shared/utils/themeUtils.d.ts +0 -91
- package/lib/typescript/commonjs/shared/utils/themeUtils.d.ts.map +0 -1
- package/lib/typescript/commonjs/utils/apiUtils.d.ts +0 -54
- package/lib/typescript/commonjs/utils/apiUtils.d.ts.map +0 -1
- package/lib/typescript/commonjs/utils/asyncUtils.d.ts +0 -59
- package/lib/typescript/commonjs/utils/asyncUtils.d.ts.map +0 -1
- package/lib/typescript/commonjs/utils/cache.d.ts +0 -128
- package/lib/typescript/commonjs/utils/cache.d.ts.map +0 -1
- package/lib/typescript/commonjs/utils/deviceManager.d.ts +0 -66
- package/lib/typescript/commonjs/utils/deviceManager.d.ts.map +0 -1
- package/lib/typescript/commonjs/utils/errorUtils.d.ts +0 -47
- package/lib/typescript/commonjs/utils/errorUtils.d.ts.map +0 -1
- package/lib/typescript/commonjs/utils/index.d.ts +0 -7
- package/lib/typescript/commonjs/utils/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/utils/languageUtils.d.ts +0 -38
- package/lib/typescript/commonjs/utils/languageUtils.d.ts.map +0 -1
- package/lib/typescript/commonjs/utils/loggerUtils.d.ts +0 -49
- package/lib/typescript/commonjs/utils/loggerUtils.d.ts.map +0 -1
- package/lib/typescript/commonjs/utils/platform.d.ts +0 -41
- package/lib/typescript/commonjs/utils/platform.d.ts.map +0 -1
- package/lib/typescript/commonjs/utils/platformInit.d.ts +0 -10
- package/lib/typescript/commonjs/utils/platformInit.d.ts.map +0 -1
- package/lib/typescript/commonjs/utils/platformInit.native.d.ts +0 -2
- package/lib/typescript/commonjs/utils/platformInit.native.d.ts.map +0 -1
- package/lib/typescript/commonjs/utils/requestUtils.d.ts +0 -124
- package/lib/typescript/commonjs/utils/requestUtils.d.ts.map +0 -1
- package/lib/typescript/commonjs/utils/sessionUtils.d.ts +0 -55
- package/lib/typescript/commonjs/utils/sessionUtils.d.ts.map +0 -1
- package/lib/typescript/commonjs/utils/validationUtils.d.ts +0 -86
- package/lib/typescript/commonjs/utils/validationUtils.d.ts.map +0 -1
- package/lib/typescript/commonjs/web/WebOxyContext.d.ts +0 -152
- package/lib/typescript/commonjs/web/WebOxyContext.d.ts.map +0 -1
- package/lib/typescript/commonjs/web/index.d.ts +0 -53
- package/lib/typescript/commonjs/web/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/web.d.ts +0 -54
- package/lib/typescript/commonjs/web.d.ts.map +0 -1
- package/lib/typescript/module/constants/version.d.ts +0 -14
- package/lib/typescript/module/constants/version.d.ts.map +0 -1
- package/lib/typescript/module/core/AuthManager.d.ts +0 -144
- package/lib/typescript/module/core/AuthManager.d.ts.map +0 -1
- package/lib/typescript/module/core/CrossDomainAuth.d.ts +0 -161
- package/lib/typescript/module/core/CrossDomainAuth.d.ts.map +0 -1
- package/lib/typescript/module/core/HttpService.d.ts +0 -164
- package/lib/typescript/module/core/HttpService.d.ts.map +0 -1
- package/lib/typescript/module/core/OxyServices.base.d.ts +0 -127
- package/lib/typescript/module/core/OxyServices.base.d.ts.map +0 -1
- package/lib/typescript/module/core/OxyServices.d.ts +0 -82
- package/lib/typescript/module/core/OxyServices.d.ts.map +0 -1
- package/lib/typescript/module/core/OxyServices.errors.d.ts +0 -12
- package/lib/typescript/module/core/OxyServices.errors.d.ts.map +0 -1
- package/lib/typescript/module/core/index.d.ts +0 -21
- package/lib/typescript/module/core/index.d.ts.map +0 -1
- package/lib/typescript/module/core/mixins/OxyServices.analytics.d.ts +0 -67
- package/lib/typescript/module/core/mixins/OxyServices.analytics.d.ts.map +0 -1
- package/lib/typescript/module/core/mixins/OxyServices.assets.d.ts +0 -136
- package/lib/typescript/module/core/mixins/OxyServices.assets.d.ts.map +0 -1
- package/lib/typescript/module/core/mixins/OxyServices.auth.d.ts +0 -187
- package/lib/typescript/module/core/mixins/OxyServices.auth.d.ts.map +0 -1
- package/lib/typescript/module/core/mixins/OxyServices.developer.d.ts +0 -100
- package/lib/typescript/module/core/mixins/OxyServices.developer.d.ts.map +0 -1
- package/lib/typescript/module/core/mixins/OxyServices.devices.d.ts +0 -97
- package/lib/typescript/module/core/mixins/OxyServices.devices.d.ts.map +0 -1
- package/lib/typescript/module/core/mixins/OxyServices.features.d.ts +0 -229
- package/lib/typescript/module/core/mixins/OxyServices.features.d.ts.map +0 -1
- package/lib/typescript/module/core/mixins/OxyServices.fedcm.d.ts +0 -201
- package/lib/typescript/module/core/mixins/OxyServices.fedcm.d.ts.map +0 -1
- package/lib/typescript/module/core/mixins/OxyServices.karma.d.ts +0 -86
- package/lib/typescript/module/core/mixins/OxyServices.karma.d.ts.map +0 -1
- package/lib/typescript/module/core/mixins/OxyServices.language.d.ts +0 -82
- package/lib/typescript/module/core/mixins/OxyServices.language.d.ts.map +0 -1
- package/lib/typescript/module/core/mixins/OxyServices.location.d.ts +0 -65
- package/lib/typescript/module/core/mixins/OxyServices.location.d.ts.map +0 -1
- package/lib/typescript/module/core/mixins/OxyServices.payment.d.ts +0 -112
- package/lib/typescript/module/core/mixins/OxyServices.payment.d.ts.map +0 -1
- package/lib/typescript/module/core/mixins/OxyServices.popup.d.ts +0 -206
- package/lib/typescript/module/core/mixins/OxyServices.popup.d.ts.map +0 -1
- package/lib/typescript/module/core/mixins/OxyServices.privacy.d.ts +0 -123
- package/lib/typescript/module/core/mixins/OxyServices.privacy.d.ts.map +0 -1
- package/lib/typescript/module/core/mixins/OxyServices.redirect.d.ts +0 -246
- package/lib/typescript/module/core/mixins/OxyServices.redirect.d.ts.map +0 -1
- package/lib/typescript/module/core/mixins/OxyServices.security.d.ts +0 -79
- package/lib/typescript/module/core/mixins/OxyServices.security.d.ts.map +0 -1
- package/lib/typescript/module/core/mixins/OxyServices.user.d.ts +0 -185
- package/lib/typescript/module/core/mixins/OxyServices.user.d.ts.map +0 -1
- package/lib/typescript/module/core/mixins/OxyServices.utility.d.ts +0 -94
- package/lib/typescript/module/core/mixins/OxyServices.utility.d.ts.map +0 -1
- package/lib/typescript/module/core/mixins/index.d.ts +0 -31
- package/lib/typescript/module/core/mixins/index.d.ts.map +0 -1
- package/lib/typescript/module/core/mixins/mixinHelpers.d.ts +0 -32
- package/lib/typescript/module/core/mixins/mixinHelpers.d.ts.map +0 -1
- package/lib/typescript/module/crypto/index.d.ts +0 -12
- package/lib/typescript/module/crypto/index.d.ts.map +0 -1
- package/lib/typescript/module/crypto/keyManager.d.ts +0 -190
- package/lib/typescript/module/crypto/keyManager.d.ts.map +0 -1
- package/lib/typescript/module/crypto/polyfill.d.ts +0 -13
- package/lib/typescript/module/crypto/polyfill.d.ts.map +0 -1
- package/lib/typescript/module/crypto/recoveryPhrase.d.ts +0 -59
- package/lib/typescript/module/crypto/recoveryPhrase.d.ts.map +0 -1
- package/lib/typescript/module/crypto/signatureService.d.ts +0 -87
- package/lib/typescript/module/crypto/signatureService.d.ts.map +0 -1
- package/lib/typescript/module/i18n/index.d.ts +0 -4
- package/lib/typescript/module/i18n/index.d.ts.map +0 -1
- package/lib/typescript/module/models/interfaces.d.ts +0 -416
- package/lib/typescript/module/models/interfaces.d.ts.map +0 -1
- package/lib/typescript/module/models/session.d.ts +0 -28
- package/lib/typescript/module/models/session.d.ts.map +0 -1
- package/lib/typescript/module/node/index.d.ts +0 -10
- package/lib/typescript/module/node/index.d.ts.map +0 -1
- package/lib/typescript/module/shared/index.d.ts +0 -29
- package/lib/typescript/module/shared/index.d.ts.map +0 -1
- package/lib/typescript/module/shared/utils/colorUtils.d.ts +0 -105
- package/lib/typescript/module/shared/utils/colorUtils.d.ts.map +0 -1
- package/lib/typescript/module/shared/utils/debugUtils.d.ts +0 -49
- package/lib/typescript/module/shared/utils/debugUtils.d.ts.map +0 -1
- package/lib/typescript/module/shared/utils/errorUtils.d.ts +0 -98
- package/lib/typescript/module/shared/utils/errorUtils.d.ts.map +0 -1
- package/lib/typescript/module/shared/utils/index.d.ts +0 -14
- package/lib/typescript/module/shared/utils/index.d.ts.map +0 -1
- package/lib/typescript/module/shared/utils/networkUtils.d.ts +0 -140
- package/lib/typescript/module/shared/utils/networkUtils.d.ts.map +0 -1
- package/lib/typescript/module/shared/utils/themeUtils.d.ts +0 -91
- package/lib/typescript/module/shared/utils/themeUtils.d.ts.map +0 -1
- package/lib/typescript/module/utils/apiUtils.d.ts +0 -54
- package/lib/typescript/module/utils/apiUtils.d.ts.map +0 -1
- package/lib/typescript/module/utils/asyncUtils.d.ts +0 -59
- package/lib/typescript/module/utils/asyncUtils.d.ts.map +0 -1
- package/lib/typescript/module/utils/cache.d.ts +0 -128
- package/lib/typescript/module/utils/cache.d.ts.map +0 -1
- package/lib/typescript/module/utils/deviceManager.d.ts +0 -66
- package/lib/typescript/module/utils/deviceManager.d.ts.map +0 -1
- package/lib/typescript/module/utils/errorUtils.d.ts +0 -47
- package/lib/typescript/module/utils/errorUtils.d.ts.map +0 -1
- package/lib/typescript/module/utils/index.d.ts +0 -7
- package/lib/typescript/module/utils/index.d.ts.map +0 -1
- package/lib/typescript/module/utils/languageUtils.d.ts +0 -38
- package/lib/typescript/module/utils/languageUtils.d.ts.map +0 -1
- package/lib/typescript/module/utils/loggerUtils.d.ts +0 -49
- package/lib/typescript/module/utils/loggerUtils.d.ts.map +0 -1
- package/lib/typescript/module/utils/platform.d.ts +0 -41
- package/lib/typescript/module/utils/platform.d.ts.map +0 -1
- package/lib/typescript/module/utils/platformInit.d.ts +0 -10
- package/lib/typescript/module/utils/platformInit.d.ts.map +0 -1
- package/lib/typescript/module/utils/platformInit.native.d.ts +0 -2
- package/lib/typescript/module/utils/platformInit.native.d.ts.map +0 -1
- package/lib/typescript/module/utils/requestUtils.d.ts +0 -124
- package/lib/typescript/module/utils/requestUtils.d.ts.map +0 -1
- package/lib/typescript/module/utils/sessionUtils.d.ts +0 -55
- package/lib/typescript/module/utils/sessionUtils.d.ts.map +0 -1
- package/lib/typescript/module/utils/validationUtils.d.ts +0 -86
- package/lib/typescript/module/utils/validationUtils.d.ts.map +0 -1
- package/lib/typescript/module/web/WebOxyContext.d.ts +0 -152
- package/lib/typescript/module/web/WebOxyContext.d.ts.map +0 -1
- package/lib/typescript/module/web/index.d.ts +0 -53
- package/lib/typescript/module/web/index.d.ts.map +0 -1
- package/lib/typescript/module/web.d.ts +0 -54
- package/lib/typescript/module/web.d.ts.map +0 -1
- package/lib/typescript/types/bip39.d.ts +0 -32
- package/lib/typescript/types/buffer.d.ts +0 -97
- package/lib/typescript/types/color.d.ts +0 -20
- package/lib/typescript/types/elliptic.d.ts +0 -62
- package/src/constants/version.ts +0 -15
- package/src/core/AuthManager.ts +0 -436
- package/src/core/CrossDomainAuth.ts +0 -307
- package/src/core/HttpService.ts +0 -752
- package/src/core/OxyServices.base.ts +0 -334
- package/src/core/OxyServices.errors.ts +0 -26
- package/src/core/OxyServices.ts +0 -129
- package/src/core/index.ts +0 -42
- package/src/core/mixins/OxyServices.analytics.ts +0 -53
- package/src/core/mixins/OxyServices.assets.ts +0 -412
- package/src/core/mixins/OxyServices.auth.ts +0 -358
- package/src/core/mixins/OxyServices.developer.ts +0 -114
- package/src/core/mixins/OxyServices.devices.ts +0 -119
- package/src/core/mixins/OxyServices.features.ts +0 -428
- package/src/core/mixins/OxyServices.fedcm.ts +0 -494
- package/src/core/mixins/OxyServices.karma.ts +0 -111
- package/src/core/mixins/OxyServices.language.ts +0 -127
- package/src/core/mixins/OxyServices.location.ts +0 -46
- package/src/core/mixins/OxyServices.payment.ts +0 -163
- package/src/core/mixins/OxyServices.popup.ts +0 -443
- package/src/core/mixins/OxyServices.privacy.ts +0 -182
- package/src/core/mixins/OxyServices.redirect.ts +0 -397
- package/src/core/mixins/OxyServices.security.ts +0 -103
- package/src/core/mixins/OxyServices.user.ts +0 -392
- package/src/core/mixins/OxyServices.utility.ts +0 -191
- package/src/core/mixins/index.ts +0 -91
- package/src/core/mixins/mixinHelpers.ts +0 -69
- package/src/crypto/index.ts +0 -25
- package/src/crypto/keyManager.ts +0 -962
- package/src/crypto/polyfill.ts +0 -81
- package/src/crypto/recoveryPhrase.ts +0 -166
- package/src/crypto/signatureService.ts +0 -323
- package/src/i18n/index.ts +0 -75
- package/src/i18n/locales/ar-SA.json +0 -120
- package/src/i18n/locales/ca-ES.json +0 -120
- package/src/i18n/locales/de-DE.json +0 -120
- package/src/i18n/locales/en-US.json +0 -956
- package/src/i18n/locales/es-ES.json +0 -944
- package/src/i18n/locales/fr-FR.json +0 -120
- package/src/i18n/locales/it-IT.json +0 -120
- package/src/i18n/locales/ja-JP.json +0 -119
- package/src/i18n/locales/ko-KR.json +0 -120
- package/src/i18n/locales/pt-PT.json +0 -120
- package/src/i18n/locales/zh-CN.json +0 -120
- package/src/models/interfaces.ts +0 -511
- package/src/models/session.ts +0 -30
- package/src/node/index.ts +0 -17
- package/src/shared/index.ts +0 -82
- package/src/shared/utils/colorUtils.ts +0 -155
- package/src/shared/utils/debugUtils.ts +0 -73
- package/src/shared/utils/errorUtils.ts +0 -181
- package/src/shared/utils/index.ts +0 -59
- package/src/shared/utils/networkUtils.ts +0 -248
- package/src/shared/utils/themeUtils.ts +0 -115
- package/src/types/bip39.d.ts +0 -32
- package/src/types/buffer.d.ts +0 -97
- package/src/types/color.d.ts +0 -20
- package/src/types/elliptic.d.ts +0 -62
- package/src/utils/__tests__/validationUtils.test.ts +0 -236
- package/src/utils/apiUtils.ts +0 -88
- package/src/utils/asyncUtils.ts +0 -252
- package/src/utils/cache.ts +0 -264
- package/src/utils/deviceManager.ts +0 -198
- package/src/utils/errorUtils.ts +0 -216
- package/src/utils/index.ts +0 -21
- package/src/utils/languageUtils.ts +0 -174
- package/src/utils/loggerUtils.ts +0 -153
- package/src/utils/platform.ts +0 -117
- package/src/utils/platformInit.native.ts +0 -13
- package/src/utils/platformInit.ts +0 -11
- package/src/utils/requestUtils.ts +0 -237
- package/src/utils/sessionUtils.ts +0 -206
- package/src/utils/validationUtils.ts +0 -174
- package/src/web/WebOxyContext.tsx +0 -470
- package/src/web/index.ts +0 -157
- package/src/web.ts +0 -230
|
@@ -1,120 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"signin": {
|
|
3
|
-
"title": "Se connecter",
|
|
4
|
-
"subtitle": "Connectez-vous pour continuer",
|
|
5
|
-
"addAccountTitle": "Ajouter un autre compte",
|
|
6
|
-
"addAccountSubtitle": "Se connecter avec un autre compte",
|
|
7
|
-
"username": {
|
|
8
|
-
"label": "Nom d'utilisateur",
|
|
9
|
-
"placeholder": "Entrez votre nom d'utilisateur",
|
|
10
|
-
"helper": "3-30 caractères, lettres et chiffres uniquement",
|
|
11
|
-
"required": "Veuillez entrer votre nom d'utilisateur.",
|
|
12
|
-
"minLength": "Le nom d'utilisateur doit contenir au moins 3 caractères."
|
|
13
|
-
},
|
|
14
|
-
"password": {
|
|
15
|
-
"label": "Mot de passe",
|
|
16
|
-
"placeholder": "Entrez votre mot de passe",
|
|
17
|
-
"required": "Veuillez entrer votre mot de passe.",
|
|
18
|
-
"hint": "Entrez votre mot de passe pour vous connecter"
|
|
19
|
-
},
|
|
20
|
-
"actions": {
|
|
21
|
-
"continue": "Continuer",
|
|
22
|
-
"back": "Retour",
|
|
23
|
-
"signIn": "Se connecter",
|
|
24
|
-
"verify": "Vérifier",
|
|
25
|
-
"openAccountSwitcher": "Changer de compte",
|
|
26
|
-
"openAccountSwitcherSubtitle": "{{count}} autres comptes disponibles",
|
|
27
|
-
"openAccountSwitcherSubtitle_singular": "1 autre compte disponible",
|
|
28
|
-
"openAccountSwitcherSubtitle_zero": "Consultez vos comptes enregistrés",
|
|
29
|
-
"manageAccounts": "Gérer les comptes enregistrés",
|
|
30
|
-
"manageAccountsSubtitle": "Consulter les sessions, supprimer ou se déconnecter",
|
|
31
|
-
"loadingOtherAccounts": "Chargement des autres comptes…",
|
|
32
|
-
"switchAccountFailed": "Nous n'avons pas pu changer de compte. Veuillez réessayer."
|
|
33
|
-
},
|
|
34
|
-
"forgotPrompt": "Mot de passe oublié ?",
|
|
35
|
-
"security": {
|
|
36
|
-
"dataSecure": "Vos données sont cryptées et sécurisées"
|
|
37
|
-
},
|
|
38
|
-
"currentlySignedInAs": "Actuellement connecté en tant que",
|
|
39
|
-
"alreadySignedInWith": "Déjà connecté avec",
|
|
40
|
-
"alreadySignedIn": "Déjà connecté",
|
|
41
|
-
"alreadySignedInMessage": "Ce compte est déjà connecté. Continuer avec ce compte ?",
|
|
42
|
-
"continueWithAccount": "Continuer",
|
|
43
|
-
"currentAccount": "Actuel",
|
|
44
|
-
"or": "ou",
|
|
45
|
-
"viewAllAccounts": "Voir {{count}} de plus",
|
|
46
|
-
"status": {
|
|
47
|
-
"accountSwitched": "Utilisation de {{name}}"
|
|
48
|
-
},
|
|
49
|
-
},
|
|
50
|
-
"signup": {
|
|
51
|
-
"welcome": {
|
|
52
|
-
"title": "Bienvenue sur Oxy !",
|
|
53
|
-
"subtitle": "Créez votre compte en quelques étapes",
|
|
54
|
-
"haveAccount": "Vous avez déjà un compte ?",
|
|
55
|
-
"signInCta": "Se connecter"
|
|
56
|
-
},
|
|
57
|
-
"identity": {
|
|
58
|
-
"title": "Qui êtes-vous ?",
|
|
59
|
-
"subtitle": "Choisissez votre nom d'utilisateur et entrez votre email"
|
|
60
|
-
},
|
|
61
|
-
"username": {
|
|
62
|
-
"helper": "3-30 caractères, lettres et chiffres uniquement",
|
|
63
|
-
"required": "Veuillez entrer un nom d'utilisateur",
|
|
64
|
-
"minLength": "Le nom d'utilisateur doit contenir au moins 3 caractères"
|
|
65
|
-
},
|
|
66
|
-
"email": {
|
|
67
|
-
"required": "Veuillez entrer une adresse email",
|
|
68
|
-
"invalid": "Veuillez entrer une adresse email valide",
|
|
69
|
-
"helper": "Nous ne partagerons jamais votre email"
|
|
70
|
-
},
|
|
71
|
-
"security": {
|
|
72
|
-
"title": "Sécurisez votre compte",
|
|
73
|
-
"subtitle": "Créez un mot de passe fort pour protéger votre compte"
|
|
74
|
-
},
|
|
75
|
-
"password": {
|
|
76
|
-
"helper": "Au moins 8 caractères",
|
|
77
|
-
"required": "Veuillez entrer un mot de passe",
|
|
78
|
-
"minLength": "Le mot de passe doit contenir au moins 8 caractères",
|
|
79
|
-
"confirmRequired": "Veuillez confirmer votre mot de passe",
|
|
80
|
-
"mismatch": "Les mots de passe ne correspondent pas",
|
|
81
|
-
"confirmHint": "Ré-entrez votre mot de passe pour confirmer"
|
|
82
|
-
},
|
|
83
|
-
"summary": {
|
|
84
|
-
"title": "Presque terminé !",
|
|
85
|
-
"subtitle": "Vérifiez vos informations et créez votre compte",
|
|
86
|
-
"sectionTitle": "Informations du compte",
|
|
87
|
-
"fields": {
|
|
88
|
-
"username": "Nom d'utilisateur",
|
|
89
|
-
"email": "Email",
|
|
90
|
-
"password": "Mot de passe"
|
|
91
|
-
},
|
|
92
|
-
"notSet": "Non défini",
|
|
93
|
-
"securityTip": "Pour une sécurité renforcée, activez l'authentification biométrique dans les paramètres du compte après avoir créé votre compte.",
|
|
94
|
-
"legalReminder": "En créant un compte, vous acceptez nos Conditions d'utilisation et notre Politique de confidentialité."
|
|
95
|
-
}
|
|
96
|
-
},
|
|
97
|
-
"common": {
|
|
98
|
-
"actions": {
|
|
99
|
-
"back": "Retour",
|
|
100
|
-
"continue": "Continuer",
|
|
101
|
-
"next": "Suivant",
|
|
102
|
-
"getStarted": "Commencer",
|
|
103
|
-
"createAccount": "Créer un compte",
|
|
104
|
-
"signIn": "Se connecter",
|
|
105
|
-
"verify": "Vérifier",
|
|
106
|
-
"resetPassword": "Réinitialiser le mot de passe"
|
|
107
|
-
},
|
|
108
|
-
"links": {
|
|
109
|
-
"recoverAccount": "Récupérer votre compte",
|
|
110
|
-
"signUp": "S'inscrire"
|
|
111
|
-
},
|
|
112
|
-
"labels": {
|
|
113
|
-
"username": "Nom d'utilisateur",
|
|
114
|
-
"email": "Email",
|
|
115
|
-
"password": "Mot de passe",
|
|
116
|
-
"confirmPassword": "Confirmer le mot de passe"
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
|
|
@@ -1,120 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"signin": {
|
|
3
|
-
"title": "Accedi",
|
|
4
|
-
"subtitle": "Accedi per continuare",
|
|
5
|
-
"addAccountTitle": "Aggiungi un altro account",
|
|
6
|
-
"addAccountSubtitle": "Accedi con un altro account",
|
|
7
|
-
"username": {
|
|
8
|
-
"label": "Nome utente",
|
|
9
|
-
"placeholder": "Inserisci il tuo nome utente",
|
|
10
|
-
"helper": "3-30 caratteri, solo lettere e numeri",
|
|
11
|
-
"required": "Inserisci il tuo nome utente.",
|
|
12
|
-
"minLength": "Il nome utente deve contenere almeno 3 caratteri."
|
|
13
|
-
},
|
|
14
|
-
"password": {
|
|
15
|
-
"label": "Password",
|
|
16
|
-
"placeholder": "Inserisci la tua password",
|
|
17
|
-
"required": "Inserisci la tua password.",
|
|
18
|
-
"hint": "Inserisci la tua password per accedere"
|
|
19
|
-
},
|
|
20
|
-
"actions": {
|
|
21
|
-
"continue": "Continua",
|
|
22
|
-
"back": "Indietro",
|
|
23
|
-
"signIn": "Accedi",
|
|
24
|
-
"verify": "Verifica",
|
|
25
|
-
"openAccountSwitcher": "Passa a un altro account",
|
|
26
|
-
"openAccountSwitcherSubtitle": "{{count}} altri account disponibili",
|
|
27
|
-
"openAccountSwitcherSubtitle_singular": "1 altro account disponibile",
|
|
28
|
-
"openAccountSwitcherSubtitle_zero": "Rivedi i tuoi account salvati",
|
|
29
|
-
"manageAccounts": "Gestisci account salvati",
|
|
30
|
-
"manageAccountsSubtitle": "Rivedi sessioni, rimuovi o disconnetti",
|
|
31
|
-
"loadingOtherAccounts": "Caricamento altri account…",
|
|
32
|
-
"switchAccountFailed": "Non siamo riusciti a cambiare account. Riprova."
|
|
33
|
-
},
|
|
34
|
-
"forgotPrompt": "Password dimenticata?",
|
|
35
|
-
"security": {
|
|
36
|
-
"dataSecure": "I tuoi dati sono crittografati e sicuri"
|
|
37
|
-
},
|
|
38
|
-
"currentlySignedInAs": "Attualmente connesso come",
|
|
39
|
-
"alreadySignedInWith": "Già connesso con",
|
|
40
|
-
"alreadySignedIn": "Già connesso",
|
|
41
|
-
"alreadySignedInMessage": "Questo account è già connesso. Continuare con questo account?",
|
|
42
|
-
"continueWithAccount": "Continua",
|
|
43
|
-
"currentAccount": "Attuale",
|
|
44
|
-
"or": "o",
|
|
45
|
-
"viewAllAccounts": "Visualizza {{count}} altri",
|
|
46
|
-
"status": {
|
|
47
|
-
"accountSwitched": "Ora usando {{name}}"
|
|
48
|
-
},
|
|
49
|
-
},
|
|
50
|
-
"signup": {
|
|
51
|
-
"welcome": {
|
|
52
|
-
"title": "Benvenuto su Oxy!",
|
|
53
|
-
"subtitle": "Crea il tuo account in pochi passaggi",
|
|
54
|
-
"haveAccount": "Hai già un account?",
|
|
55
|
-
"signInCta": "Accedi"
|
|
56
|
-
},
|
|
57
|
-
"identity": {
|
|
58
|
-
"title": "Chi sei?",
|
|
59
|
-
"subtitle": "Scegli il tuo nome utente e inserisci la tua email"
|
|
60
|
-
},
|
|
61
|
-
"username": {
|
|
62
|
-
"helper": "3-30 caratteri, solo lettere e numeri",
|
|
63
|
-
"required": "Inserisci un nome utente",
|
|
64
|
-
"minLength": "Il nome utente deve contenere almeno 3 caratteri"
|
|
65
|
-
},
|
|
66
|
-
"email": {
|
|
67
|
-
"required": "Inserisci un indirizzo email",
|
|
68
|
-
"invalid": "Inserisci un indirizzo email valido",
|
|
69
|
-
"helper": "Non condivideremo mai la tua email"
|
|
70
|
-
},
|
|
71
|
-
"security": {
|
|
72
|
-
"title": "Proteggi il tuo account",
|
|
73
|
-
"subtitle": "Crea una password forte per proteggere il tuo account"
|
|
74
|
-
},
|
|
75
|
-
"password": {
|
|
76
|
-
"helper": "Almeno 8 caratteri",
|
|
77
|
-
"required": "Inserisci una password",
|
|
78
|
-
"minLength": "La password deve contenere almeno 8 caratteri",
|
|
79
|
-
"confirmRequired": "Conferma la tua password",
|
|
80
|
-
"mismatch": "Le password non corrispondono",
|
|
81
|
-
"confirmHint": "Reinserisci la tua password per confermare"
|
|
82
|
-
},
|
|
83
|
-
"summary": {
|
|
84
|
-
"title": "Quasi fatto!",
|
|
85
|
-
"subtitle": "Rivedi le tue informazioni e crea il tuo account",
|
|
86
|
-
"sectionTitle": "Informazioni account",
|
|
87
|
-
"fields": {
|
|
88
|
-
"username": "Nome utente",
|
|
89
|
-
"email": "Email",
|
|
90
|
-
"password": "Password"
|
|
91
|
-
},
|
|
92
|
-
"notSet": "Non impostato",
|
|
93
|
-
"securityTip": "Per una maggiore sicurezza, abilita l'autenticazione biometrica dalle Impostazioni account dopo aver creato il tuo account.",
|
|
94
|
-
"legalReminder": "Creando un account, accetti i nostri Termini di servizio e l'Informativa sulla privacy."
|
|
95
|
-
}
|
|
96
|
-
},
|
|
97
|
-
"common": {
|
|
98
|
-
"actions": {
|
|
99
|
-
"back": "Indietro",
|
|
100
|
-
"continue": "Continua",
|
|
101
|
-
"next": "Avanti",
|
|
102
|
-
"getStarted": "Inizia",
|
|
103
|
-
"createAccount": "Crea account",
|
|
104
|
-
"signIn": "Accedi",
|
|
105
|
-
"verify": "Verifica",
|
|
106
|
-
"resetPassword": "Reimposta password"
|
|
107
|
-
},
|
|
108
|
-
"links": {
|
|
109
|
-
"recoverAccount": "Recupera il tuo account",
|
|
110
|
-
"signUp": "Registrati"
|
|
111
|
-
},
|
|
112
|
-
"labels": {
|
|
113
|
-
"username": "Nome utente",
|
|
114
|
-
"email": "Email",
|
|
115
|
-
"password": "Password",
|
|
116
|
-
"confirmPassword": "Conferma password"
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
|
|
@@ -1,119 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"signin": {
|
|
3
|
-
"title": "サインイン",
|
|
4
|
-
"subtitle": "続けるにはサインインしてください",
|
|
5
|
-
"addAccountTitle": "別のアカウントを追加",
|
|
6
|
-
"addAccountSubtitle": "別のアカウントでサインイン",
|
|
7
|
-
"username": {
|
|
8
|
-
"label": "ユーザー名",
|
|
9
|
-
"placeholder": "ユーザー名を入力",
|
|
10
|
-
"helper": "3-30文字、英数字のみ",
|
|
11
|
-
"required": "ユーザー名を入力してください。",
|
|
12
|
-
"minLength": "ユーザー名は3文字以上である必要があります。"
|
|
13
|
-
},
|
|
14
|
-
"password": {
|
|
15
|
-
"label": "パスワード",
|
|
16
|
-
"placeholder": "パスワードを入力",
|
|
17
|
-
"required": "パスワードを入力してください。",
|
|
18
|
-
"hint": "サインインするにはパスワードを入力してください"
|
|
19
|
-
},
|
|
20
|
-
"actions": {
|
|
21
|
-
"continue": "続ける",
|
|
22
|
-
"back": "戻る",
|
|
23
|
-
"signIn": "サインイン",
|
|
24
|
-
"verify": "確認",
|
|
25
|
-
"openAccountSwitcher": "別のアカウントに切り替え",
|
|
26
|
-
"openAccountSwitcherSubtitle": "{{count}}個の他のアカウントが利用可能",
|
|
27
|
-
"openAccountSwitcherSubtitle_singular": "1個の他のアカウントが利用可能",
|
|
28
|
-
"openAccountSwitcherSubtitle_zero": "保存されたアカウントを確認",
|
|
29
|
-
"manageAccounts": "保存されたアカウントを管理",
|
|
30
|
-
"manageAccountsSubtitle": "セッションを確認、削除、またはサインアウト",
|
|
31
|
-
"loadingOtherAccounts": "他のアカウントを読み込み中…",
|
|
32
|
-
"switchAccountFailed": "アカウントを切り替えられませんでした。もう一度お試しください。"
|
|
33
|
-
},
|
|
34
|
-
"forgotPrompt": "パスワードをお忘れですか?",
|
|
35
|
-
"security": {
|
|
36
|
-
"dataSecure": "データは暗号化され、安全です"
|
|
37
|
-
},
|
|
38
|
-
"currentlySignedInAs": "現在サインイン中:",
|
|
39
|
-
"alreadySignedInWith": "既にサインイン中:",
|
|
40
|
-
"alreadySignedIn": "既にサインイン済み",
|
|
41
|
-
"alreadySignedInMessage": "このアカウントは既にサインインしています。このアカウントで続けますか?",
|
|
42
|
-
"continueWithAccount": "続ける",
|
|
43
|
-
"currentAccount": "現在",
|
|
44
|
-
"or": "または",
|
|
45
|
-
"viewAllAccounts": "さらに{{count}}件を表示",
|
|
46
|
-
"status": {
|
|
47
|
-
"accountSwitched": "{{name}}を使用中"
|
|
48
|
-
},
|
|
49
|
-
},
|
|
50
|
-
"signup": {
|
|
51
|
-
"welcome": {
|
|
52
|
-
"title": "Oxyへようこそ!",
|
|
53
|
-
"subtitle": "数ステップでアカウントを作成",
|
|
54
|
-
"haveAccount": "既にアカウントをお持ちですか?",
|
|
55
|
-
"signInCta": "サインイン"
|
|
56
|
-
},
|
|
57
|
-
"identity": {
|
|
58
|
-
"title": "あなたは誰ですか?",
|
|
59
|
-
"subtitle": "ユーザー名を選択し、メールアドレスを入力してください"
|
|
60
|
-
},
|
|
61
|
-
"username": {
|
|
62
|
-
"helper": "3-30文字、英数字のみ",
|
|
63
|
-
"required": "ユーザー名を入力してください",
|
|
64
|
-
"minLength": "ユーザー名は3文字以上である必要があります"
|
|
65
|
-
},
|
|
66
|
-
"email": {
|
|
67
|
-
"required": "メールアドレスを入力してください",
|
|
68
|
-
"invalid": "有効なメールアドレスを入力してください",
|
|
69
|
-
"helper": "メールアドレスを共有することはありません"
|
|
70
|
-
},
|
|
71
|
-
"security": {
|
|
72
|
-
"title": "アカウントを保護",
|
|
73
|
-
"subtitle": "アカウントを保護するための強力なパスワードを作成"
|
|
74
|
-
},
|
|
75
|
-
"password": {
|
|
76
|
-
"helper": "8文字以上",
|
|
77
|
-
"required": "パスワードを入力してください",
|
|
78
|
-
"minLength": "パスワードは8文字以上である必要があります",
|
|
79
|
-
"confirmRequired": "パスワードを確認してください",
|
|
80
|
-
"mismatch": "パスワードが一致しません",
|
|
81
|
-
"confirmHint": "確認のため、パスワードを再入力してください"
|
|
82
|
-
},
|
|
83
|
-
"summary": {
|
|
84
|
-
"title": "もうすぐ完了です!",
|
|
85
|
-
"subtitle": "情報を確認してアカウントを作成",
|
|
86
|
-
"sectionTitle": "アカウント情報",
|
|
87
|
-
"fields": {
|
|
88
|
-
"username": "ユーザー名",
|
|
89
|
-
"email": "メール",
|
|
90
|
-
"password": "パスワード"
|
|
91
|
-
},
|
|
92
|
-
"notSet": "未設定",
|
|
93
|
-
"securityTip": "より強力なセキュリティのため、アカウント作成後、アカウント設定から生体認証を有効にしてください。",
|
|
94
|
-
"legalReminder": "アカウントを作成することで、利用規約とプライバシーポリシーに同意したことになります。"
|
|
95
|
-
}
|
|
96
|
-
},
|
|
97
|
-
"common": {
|
|
98
|
-
"actions": {
|
|
99
|
-
"back": "戻る",
|
|
100
|
-
"continue": "続ける",
|
|
101
|
-
"next": "次へ",
|
|
102
|
-
"getStarted": "始める",
|
|
103
|
-
"createAccount": "アカウントを作成",
|
|
104
|
-
"signIn": "サインイン",
|
|
105
|
-
"verify": "確認",
|
|
106
|
-
"resetPassword": "パスワードをリセット"
|
|
107
|
-
},
|
|
108
|
-
"links": {
|
|
109
|
-
"recoverAccount": "アカウントを回復",
|
|
110
|
-
"signUp": "サインアップ"
|
|
111
|
-
},
|
|
112
|
-
"labels": {
|
|
113
|
-
"username": "ユーザー名",
|
|
114
|
-
"email": "メール",
|
|
115
|
-
"password": "パスワード",
|
|
116
|
-
"confirmPassword": "パスワードを確認"
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
}
|
|
@@ -1,120 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"signin": {
|
|
3
|
-
"title": "로그인",
|
|
4
|
-
"subtitle": "계속하려면 로그인하세요",
|
|
5
|
-
"addAccountTitle": "다른 계정 추가",
|
|
6
|
-
"addAccountSubtitle": "다른 계정으로 로그인",
|
|
7
|
-
"username": {
|
|
8
|
-
"label": "사용자 이름",
|
|
9
|
-
"placeholder": "사용자 이름을 입력하세요",
|
|
10
|
-
"helper": "3-30자, 영문과 숫자만",
|
|
11
|
-
"required": "사용자 이름을 입력해주세요.",
|
|
12
|
-
"minLength": "사용자 이름은 최소 3자 이상이어야 합니다."
|
|
13
|
-
},
|
|
14
|
-
"password": {
|
|
15
|
-
"label": "비밀번호",
|
|
16
|
-
"placeholder": "비밀번호를 입력하세요",
|
|
17
|
-
"required": "비밀번호를 입력해주세요.",
|
|
18
|
-
"hint": "로그인하려면 비밀번호를 입력하세요"
|
|
19
|
-
},
|
|
20
|
-
"actions": {
|
|
21
|
-
"continue": "계속",
|
|
22
|
-
"back": "뒤로",
|
|
23
|
-
"signIn": "로그인",
|
|
24
|
-
"verify": "확인",
|
|
25
|
-
"openAccountSwitcher": "다른 계정으로 전환",
|
|
26
|
-
"openAccountSwitcherSubtitle": "{{count}}개의 다른 계정 사용 가능",
|
|
27
|
-
"openAccountSwitcherSubtitle_singular": "1개의 다른 계정 사용 가능",
|
|
28
|
-
"openAccountSwitcherSubtitle_zero": "저장된 계정 검토",
|
|
29
|
-
"manageAccounts": "저장된 계정 관리",
|
|
30
|
-
"manageAccountsSubtitle": "세션 검토, 제거 또는 로그아웃",
|
|
31
|
-
"loadingOtherAccounts": "다른 계정 로드 중…",
|
|
32
|
-
"switchAccountFailed": "계정을 전환할 수 없습니다. 다시 시도해주세요."
|
|
33
|
-
},
|
|
34
|
-
"forgotPrompt": "비밀번호를 잊으셨나요?",
|
|
35
|
-
"security": {
|
|
36
|
-
"dataSecure": "데이터가 암호화되어 안전합니다"
|
|
37
|
-
},
|
|
38
|
-
"currentlySignedInAs": "현재 로그인 중:",
|
|
39
|
-
"alreadySignedInWith": "이미 로그인 중:",
|
|
40
|
-
"alreadySignedIn": "이미 로그인됨",
|
|
41
|
-
"alreadySignedInMessage": "이 계정은 이미 로그인되어 있습니다. 이 계정으로 계속하시겠습니까?",
|
|
42
|
-
"continueWithAccount": "계속",
|
|
43
|
-
"currentAccount": "현재",
|
|
44
|
-
"or": "또는",
|
|
45
|
-
"viewAllAccounts": "{{count}}개 더 보기",
|
|
46
|
-
"status": {
|
|
47
|
-
"accountSwitched": "{{name}} 사용 중"
|
|
48
|
-
},
|
|
49
|
-
},
|
|
50
|
-
"signup": {
|
|
51
|
-
"welcome": {
|
|
52
|
-
"title": "Oxy에 오신 것을 환영합니다!",
|
|
53
|
-
"subtitle": "몇 단계만으로 계정을 만드세요",
|
|
54
|
-
"haveAccount": "이미 계정이 있으신가요?",
|
|
55
|
-
"signInCta": "로그인"
|
|
56
|
-
},
|
|
57
|
-
"identity": {
|
|
58
|
-
"title": "당신은 누구인가요?",
|
|
59
|
-
"subtitle": "사용자 이름을 선택하고 이메일을 입력하세요"
|
|
60
|
-
},
|
|
61
|
-
"username": {
|
|
62
|
-
"helper": "3-30자, 영문과 숫자만",
|
|
63
|
-
"required": "사용자 이름을 입력해주세요",
|
|
64
|
-
"minLength": "사용자 이름은 최소 3자 이상이어야 합니다"
|
|
65
|
-
},
|
|
66
|
-
"email": {
|
|
67
|
-
"required": "이메일 주소를 입력해주세요",
|
|
68
|
-
"invalid": "유효한 이메일 주소를 입력해주세요",
|
|
69
|
-
"helper": "이메일을 공유하지 않습니다"
|
|
70
|
-
},
|
|
71
|
-
"security": {
|
|
72
|
-
"title": "계정 보호",
|
|
73
|
-
"subtitle": "계정을 보호하기 위한 강력한 비밀번호를 만드세요"
|
|
74
|
-
},
|
|
75
|
-
"password": {
|
|
76
|
-
"helper": "최소 8자",
|
|
77
|
-
"required": "비밀번호를 입력해주세요",
|
|
78
|
-
"minLength": "비밀번호는 최소 8자 이상이어야 합니다",
|
|
79
|
-
"confirmRequired": "비밀번호를 확인해주세요",
|
|
80
|
-
"mismatch": "비밀번호가 일치하지 않습니다",
|
|
81
|
-
"confirmHint": "확인을 위해 비밀번호를 다시 입력하세요"
|
|
82
|
-
},
|
|
83
|
-
"summary": {
|
|
84
|
-
"title": "거의 완료되었습니다!",
|
|
85
|
-
"subtitle": "정보를 검토하고 계정을 만드세요",
|
|
86
|
-
"sectionTitle": "계정 정보",
|
|
87
|
-
"fields": {
|
|
88
|
-
"username": "사용자 이름",
|
|
89
|
-
"email": "이메일",
|
|
90
|
-
"password": "비밀번호"
|
|
91
|
-
},
|
|
92
|
-
"notSet": "설정되지 않음",
|
|
93
|
-
"securityTip": "더 강력한 보안을 위해 계정을 만든 후 계정 설정에서 생체 인증을 활성화하세요.",
|
|
94
|
-
"legalReminder": "계정을 만들면 서비스 약관 및 개인정보 보호정책에 동의하는 것입니다."
|
|
95
|
-
}
|
|
96
|
-
},
|
|
97
|
-
"common": {
|
|
98
|
-
"actions": {
|
|
99
|
-
"back": "뒤로",
|
|
100
|
-
"continue": "계속",
|
|
101
|
-
"next": "다음",
|
|
102
|
-
"getStarted": "시작하기",
|
|
103
|
-
"createAccount": "계정 만들기",
|
|
104
|
-
"signIn": "로그인",
|
|
105
|
-
"verify": "확인",
|
|
106
|
-
"resetPassword": "비밀번호 재설정"
|
|
107
|
-
},
|
|
108
|
-
"links": {
|
|
109
|
-
"recoverAccount": "계정 복구",
|
|
110
|
-
"signUp": "가입하기"
|
|
111
|
-
},
|
|
112
|
-
"labels": {
|
|
113
|
-
"username": "사용자 이름",
|
|
114
|
-
"email": "이메일",
|
|
115
|
-
"password": "비밀번호",
|
|
116
|
-
"confirmPassword": "비밀번호 확인"
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
|
|
@@ -1,120 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"signin": {
|
|
3
|
-
"title": "Iniciar sessão",
|
|
4
|
-
"subtitle": "Inicie sessão para continuar",
|
|
5
|
-
"addAccountTitle": "Adicionar outra conta",
|
|
6
|
-
"addAccountSubtitle": "Iniciar sessão com outra conta",
|
|
7
|
-
"username": {
|
|
8
|
-
"label": "Nome de utilizador",
|
|
9
|
-
"placeholder": "Introduza o seu nome de utilizador",
|
|
10
|
-
"helper": "3-30 caracteres, apenas letras e números",
|
|
11
|
-
"required": "Por favor, introduza o seu nome de utilizador.",
|
|
12
|
-
"minLength": "O nome de utilizador deve ter pelo menos 3 caracteres."
|
|
13
|
-
},
|
|
14
|
-
"password": {
|
|
15
|
-
"label": "Palavra-passe",
|
|
16
|
-
"placeholder": "Introduza a sua palavra-passe",
|
|
17
|
-
"required": "Por favor, introduza a sua palavra-passe.",
|
|
18
|
-
"hint": "Introduza a sua palavra-passe para iniciar sessão"
|
|
19
|
-
},
|
|
20
|
-
"actions": {
|
|
21
|
-
"continue": "Continuar",
|
|
22
|
-
"back": "Voltar",
|
|
23
|
-
"signIn": "Iniciar sessão",
|
|
24
|
-
"verify": "Verificar",
|
|
25
|
-
"openAccountSwitcher": "Mudar para outra conta",
|
|
26
|
-
"openAccountSwitcherSubtitle": "{{count}} outras contas disponíveis",
|
|
27
|
-
"openAccountSwitcherSubtitle_singular": "1 outra conta disponível",
|
|
28
|
-
"openAccountSwitcherSubtitle_zero": "Revise as suas contas guardadas",
|
|
29
|
-
"manageAccounts": "Gerir contas guardadas",
|
|
30
|
-
"manageAccountsSubtitle": "Rever sessões, remover ou terminar sessão",
|
|
31
|
-
"loadingOtherAccounts": "A carregar outras contas…",
|
|
32
|
-
"switchAccountFailed": "Não foi possível mudar de conta. Por favor, tente novamente."
|
|
33
|
-
},
|
|
34
|
-
"forgotPrompt": "Esqueceu-se da palavra-passe?",
|
|
35
|
-
"security": {
|
|
36
|
-
"dataSecure": "Os seus dados estão encriptados e seguros"
|
|
37
|
-
},
|
|
38
|
-
"currentlySignedInAs": "Atualmente com sessão iniciada como",
|
|
39
|
-
"alreadySignedInWith": "Já tem sessão iniciada com",
|
|
40
|
-
"alreadySignedIn": "Já tem sessão iniciada",
|
|
41
|
-
"alreadySignedInMessage": "Esta conta já tem sessão iniciada. Continuar com esta conta?",
|
|
42
|
-
"continueWithAccount": "Continuar",
|
|
43
|
-
"currentAccount": "Atual",
|
|
44
|
-
"or": "ou",
|
|
45
|
-
"viewAllAccounts": "Ver mais {{count}}",
|
|
46
|
-
"status": {
|
|
47
|
-
"accountSwitched": "Agora a usar {{name}}"
|
|
48
|
-
},
|
|
49
|
-
},
|
|
50
|
-
"signup": {
|
|
51
|
-
"welcome": {
|
|
52
|
-
"title": "Bem-vindo ao Oxy!",
|
|
53
|
-
"subtitle": "Crie a sua conta em poucos passos",
|
|
54
|
-
"haveAccount": "Já tem uma conta?",
|
|
55
|
-
"signInCta": "Iniciar sessão"
|
|
56
|
-
},
|
|
57
|
-
"identity": {
|
|
58
|
-
"title": "Quem é?",
|
|
59
|
-
"subtitle": "Escolha o seu nome de utilizador e introduza o seu email"
|
|
60
|
-
},
|
|
61
|
-
"username": {
|
|
62
|
-
"helper": "3-30 caracteres, apenas letras e números",
|
|
63
|
-
"required": "Por favor, introduza um nome de utilizador",
|
|
64
|
-
"minLength": "O nome de utilizador deve ter pelo menos 3 caracteres"
|
|
65
|
-
},
|
|
66
|
-
"email": {
|
|
67
|
-
"required": "Por favor, introduza um endereço de email",
|
|
68
|
-
"invalid": "Por favor, introduza um endereço de email válido",
|
|
69
|
-
"helper": "Nunca partilharemos o seu email"
|
|
70
|
-
},
|
|
71
|
-
"security": {
|
|
72
|
-
"title": "Proteja a sua conta",
|
|
73
|
-
"subtitle": "Crie uma palavra-passe forte para proteger a sua conta"
|
|
74
|
-
},
|
|
75
|
-
"password": {
|
|
76
|
-
"helper": "Pelo menos 8 caracteres",
|
|
77
|
-
"required": "Por favor, introduza uma palavra-passe",
|
|
78
|
-
"minLength": "A palavra-passe deve ter pelo menos 8 caracteres",
|
|
79
|
-
"confirmRequired": "Por favor, confirme a sua palavra-passe",
|
|
80
|
-
"mismatch": "As palavras-passe não coincidem",
|
|
81
|
-
"confirmHint": "Reintroduza a sua palavra-passe para confirmar"
|
|
82
|
-
},
|
|
83
|
-
"summary": {
|
|
84
|
-
"title": "Quase lá!",
|
|
85
|
-
"subtitle": "Revise as suas informações e crie a sua conta",
|
|
86
|
-
"sectionTitle": "Informações da conta",
|
|
87
|
-
"fields": {
|
|
88
|
-
"username": "Nome de utilizador",
|
|
89
|
-
"email": "Email",
|
|
90
|
-
"password": "Palavra-passe"
|
|
91
|
-
},
|
|
92
|
-
"notSet": "Não definido",
|
|
93
|
-
"securityTip": "Para maior segurança, ative a autenticação biométrica nas Definições da conta após criar a sua conta.",
|
|
94
|
-
"legalReminder": "Ao criar uma conta, concorda com os nossos Termos de Serviço e Política de Privacidade."
|
|
95
|
-
}
|
|
96
|
-
},
|
|
97
|
-
"common": {
|
|
98
|
-
"actions": {
|
|
99
|
-
"back": "Voltar",
|
|
100
|
-
"continue": "Continuar",
|
|
101
|
-
"next": "Seguinte",
|
|
102
|
-
"getStarted": "Começar",
|
|
103
|
-
"createAccount": "Criar conta",
|
|
104
|
-
"signIn": "Iniciar sessão",
|
|
105
|
-
"verify": "Verificar",
|
|
106
|
-
"resetPassword": "Repor palavra-passe"
|
|
107
|
-
},
|
|
108
|
-
"links": {
|
|
109
|
-
"recoverAccount": "Recuperar a sua conta",
|
|
110
|
-
"signUp": "Registar-se"
|
|
111
|
-
},
|
|
112
|
-
"labels": {
|
|
113
|
-
"username": "Nome de utilizador",
|
|
114
|
-
"email": "Email",
|
|
115
|
-
"password": "Palavra-passe",
|
|
116
|
-
"confirmPassword": "Confirmar palavra-passe"
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
|