@greatapps/common 1.1.789 → 1.1.791
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/dist/components/account/AccountHubLinkHandler.mjs +36 -0
- package/dist/components/account/AccountHubLinkHandler.mjs.map +1 -0
- package/dist/components/account/AccountModalLayout.mjs +137 -0
- package/dist/components/account/AccountModalLayout.mjs.map +1 -0
- package/dist/components/account/AccountModals.mjs +10 -3
- package/dist/components/account/AccountModals.mjs.map +1 -1
- package/dist/components/account/DeleteAccountModal.mjs +1 -1
- package/dist/components/account/DeleteAccountModal.mjs.map +1 -1
- package/dist/components/account/IsntPossibleDeleteAccountModal.mjs +8 -1
- package/dist/components/account/IsntPossibleDeleteAccountModal.mjs.map +1 -1
- package/dist/components/account/MyAccountModal.mjs +167 -0
- package/dist/components/account/MyAccountModal.mjs.map +1 -0
- package/dist/components/account/TwoFactorAuthModal.mjs +1 -1
- package/dist/components/account/TwoFactorAuthModal.mjs.map +1 -1
- package/dist/components/account/hooks/useAccountHubActions.mjs +85 -0
- package/dist/components/account/hooks/useAccountHubActions.mjs.map +1 -0
- package/dist/components/account/hooks/useAddCardWithPaymentSwitch.mjs +44 -0
- package/dist/components/account/hooks/useAddCardWithPaymentSwitch.mjs.map +1 -0
- package/dist/components/account/hooks/useAffiliatesActions.mjs +69 -0
- package/dist/components/account/hooks/useAffiliatesActions.mjs.map +1 -0
- package/dist/components/account/hooks/useMyAccountModal.mjs +27 -0
- package/dist/components/account/hooks/useMyAccountModal.mjs.map +1 -0
- package/dist/components/account/hooks/useProjectsActions.mjs +40 -0
- package/dist/components/account/hooks/useProjectsActions.mjs.map +1 -0
- package/dist/components/account/hooks/useSubscriptionActions.mjs +87 -0
- package/dist/components/account/hooks/useSubscriptionActions.mjs.map +1 -0
- package/dist/components/account/hooks/useTeamActions.mjs +31 -0
- package/dist/components/account/hooks/useTeamActions.mjs.map +1 -0
- package/dist/components/account/sections/AffiliatesSection.mjs +313 -0
- package/dist/components/account/sections/AffiliatesSection.mjs.map +1 -0
- package/dist/components/account/sections/ChangePasswordSection.mjs +5 -5
- package/dist/components/account/sections/ChangePasswordSection.mjs.map +1 -1
- package/dist/components/account/sections/MyProfileSection.mjs +194 -144
- package/dist/components/account/sections/MyProfileSection.mjs.map +1 -1
- package/dist/components/account/sections/PreferencesSection.mjs +60 -49
- package/dist/components/account/sections/PreferencesSection.mjs.map +1 -1
- package/dist/components/account/sections/ProjectsSection.mjs +77 -0
- package/dist/components/account/sections/ProjectsSection.mjs.map +1 -0
- package/dist/components/account/sections/SecuritySection.mjs +55 -36
- package/dist/components/account/sections/SecuritySection.mjs.map +1 -1
- package/dist/components/account/sections/SubscriptionSection.mjs +29 -0
- package/dist/components/account/sections/SubscriptionSection.mjs.map +1 -0
- package/dist/components/account/sections/TeamSection.mjs +119 -0
- package/dist/components/account/sections/TeamSection.mjs.map +1 -0
- package/dist/components/account/sections/TokenSection.mjs +41 -43
- package/dist/components/account/sections/TokenSection.mjs.map +1 -1
- package/dist/components/account/sections/affiliates/AffiliateCommissionCard.mjs +73 -0
- package/dist/components/account/sections/affiliates/AffiliateCommissionCard.mjs.map +1 -0
- package/dist/components/account/sections/affiliates/AffiliateFlows.mjs +20 -0
- package/dist/components/account/sections/affiliates/AffiliateFlows.mjs.map +1 -0
- package/dist/components/account/sections/affiliates/AffiliateLeadsSheet.mjs +99 -0
- package/dist/components/account/sections/affiliates/AffiliateLeadsSheet.mjs.map +1 -0
- package/dist/components/account/sections/affiliates/AffiliateStatsCard.mjs +31 -0
- package/dist/components/account/sections/affiliates/AffiliateStatsCard.mjs.map +1 -0
- package/dist/components/account/sections/affiliates/AffiliateStepCard.mjs +15 -0
- package/dist/components/account/sections/affiliates/AffiliateStepCard.mjs.map +1 -0
- package/dist/components/account/sections/affiliates/AffiliateTransactionsList.mjs +108 -0
- package/dist/components/account/sections/affiliates/AffiliateTransactionsList.mjs.map +1 -0
- package/dist/components/account/sections/affiliates/NoReceivingAccountModal.mjs +49 -0
- package/dist/components/account/sections/affiliates/NoReceivingAccountModal.mjs.map +1 -0
- package/dist/components/account/sections/affiliates/ReceivingAccountModal.mjs +182 -0
- package/dist/components/account/sections/affiliates/ReceivingAccountModal.mjs.map +1 -0
- package/dist/components/account/sections/affiliates/RequestWithdrawalSheet.mjs +476 -0
- package/dist/components/account/sections/affiliates/RequestWithdrawalSheet.mjs.map +1 -0
- package/dist/components/account/sections/affiliates/ViewAttachmentModal.mjs +34 -0
- package/dist/components/account/sections/affiliates/ViewAttachmentModal.mjs.map +1 -0
- package/dist/components/account/sections/affiliates/reports/AffiliatesIndicatorsChart.mjs +27 -0
- package/dist/components/account/sections/affiliates/reports/AffiliatesIndicatorsChart.mjs.map +1 -0
- package/dist/components/account/sections/affiliates/reports/AffiliatesReportsTab.mjs +30 -0
- package/dist/components/account/sections/affiliates/reports/AffiliatesReportsTab.mjs.map +1 -0
- package/dist/components/account/sections/affiliates/reports/useAffiliatesIndicatorsChart.mjs +120 -0
- package/dist/components/account/sections/affiliates/reports/useAffiliatesIndicatorsChart.mjs.map +1 -0
- package/dist/components/account/sections/projects/DeleteProjectModal.mjs +205 -0
- package/dist/components/account/sections/projects/DeleteProjectModal.mjs.map +1 -0
- package/dist/components/account/sections/projects/ProjectFlows.mjs +16 -0
- package/dist/components/account/sections/projects/ProjectFlows.mjs.map +1 -0
- package/dist/components/account/sections/projects/ProjectMembersStack.mjs +53 -0
- package/dist/components/account/sections/projects/ProjectMembersStack.mjs.map +1 -0
- package/dist/components/account/sections/projects/ProjectRow.mjs +85 -0
- package/dist/components/account/sections/projects/ProjectRow.mjs.map +1 -0
- package/dist/components/account/sections/projects/ProjectSheet.mjs +499 -0
- package/dist/components/account/sections/projects/ProjectSheet.mjs.map +1 -0
- package/dist/components/account/sections/projects/ProjectsDisabledModal.mjs +55 -0
- package/dist/components/account/sections/projects/ProjectsDisabledModal.mjs.map +1 -0
- package/dist/components/account/sections/projects/project-form.schema.mjs +28 -0
- package/dist/components/account/sections/projects/project-form.schema.mjs.map +1 -0
- package/dist/components/account/sections/shared/ConnectListRow.mjs +45 -0
- package/dist/components/account/sections/shared/ConnectListRow.mjs.map +1 -0
- package/dist/components/account/sections/shared/DateFilterPopover.mjs +51 -0
- package/dist/components/account/sections/shared/DateFilterPopover.mjs.map +1 -0
- package/dist/components/account/sections/shared/EntityAvatar.mjs +41 -0
- package/dist/components/account/sections/shared/EntityAvatar.mjs.map +1 -0
- package/dist/components/account/sections/shared/FilterPopover.mjs +62 -0
- package/dist/components/account/sections/shared/FilterPopover.mjs.map +1 -0
- package/dist/components/account/sections/shared/FormSection.mjs +14 -0
- package/dist/components/account/sections/shared/FormSection.mjs.map +1 -0
- package/dist/components/account/sections/shared/IconBox.mjs +18 -0
- package/dist/components/account/sections/shared/IconBox.mjs.map +1 -0
- package/dist/components/account/sections/shared/InfiniteScrollList.mjs +36 -0
- package/dist/components/account/sections/shared/InfiniteScrollList.mjs.map +1 -0
- package/dist/components/account/sections/shared/ListPagination.mjs +69 -0
- package/dist/components/account/sections/shared/ListPagination.mjs.map +1 -0
- package/dist/components/account/sections/shared/RowActionsMenu.mjs +52 -0
- package/dist/components/account/sections/shared/RowActionsMenu.mjs.map +1 -0
- package/dist/components/account/sections/shared/SectionLoadError.mjs +20 -0
- package/dist/components/account/sections/shared/SectionLoadError.mjs.map +1 -0
- package/dist/components/account/sections/shared/StatusBadge.mjs +26 -0
- package/dist/components/account/sections/shared/StatusBadge.mjs.map +1 -0
- package/dist/components/account/sections/shared/WorkspaceSection.mjs +10 -0
- package/dist/components/account/sections/shared/WorkspaceSection.mjs.map +1 -0
- package/dist/components/account/sections/subscription/AiCreditsUsage.mjs +106 -0
- package/dist/components/account/sections/subscription/AiCreditsUsage.mjs.map +1 -0
- package/dist/components/account/sections/subscription/BillingAddressSheet.mjs +407 -0
- package/dist/components/account/sections/subscription/BillingAddressSheet.mjs.map +1 -0
- package/dist/components/account/sections/subscription/BoletoDetailsDialog.mjs +73 -0
- package/dist/components/account/sections/subscription/BoletoDetailsDialog.mjs.map +1 -0
- package/dist/components/account/sections/subscription/BoletoGeneratedDialog.mjs +22 -0
- package/dist/components/account/sections/subscription/BoletoGeneratedDialog.mjs.map +1 -0
- package/dist/components/account/sections/subscription/CancelPlanDialog.mjs +161 -0
- package/dist/components/account/sections/subscription/CancelPlanDialog.mjs.map +1 -0
- package/dist/components/account/sections/subscription/ChargeRow.mjs +127 -0
- package/dist/components/account/sections/subscription/ChargeRow.mjs.map +1 -0
- package/dist/components/account/sections/subscription/ChargeStatusBadge.mjs +27 -0
- package/dist/components/account/sections/subscription/ChargeStatusBadge.mjs.map +1 -0
- package/dist/components/account/sections/subscription/ChargesList.mjs +88 -0
- package/dist/components/account/sections/subscription/ChargesList.mjs.map +1 -0
- package/dist/components/account/sections/subscription/ManageCardsSheet.mjs +49 -0
- package/dist/components/account/sections/subscription/ManageCardsSheet.mjs.map +1 -0
- package/dist/components/account/sections/subscription/OverdueReceiptOpener.mjs +26 -0
- package/dist/components/account/sections/subscription/OverdueReceiptOpener.mjs.map +1 -0
- package/dist/components/account/sections/subscription/PayChargeDialog.mjs +222 -0
- package/dist/components/account/sections/subscription/PayChargeDialog.mjs.map +1 -0
- package/dist/components/account/sections/subscription/PaymentConfirmationDialog.mjs +61 -0
- package/dist/components/account/sections/subscription/PaymentConfirmationDialog.mjs.map +1 -0
- package/dist/components/account/sections/subscription/PaymentMethodsCard.mjs +72 -0
- package/dist/components/account/sections/subscription/PaymentMethodsCard.mjs.map +1 -0
- package/dist/components/account/sections/subscription/PendingChangeDialog.mjs +117 -0
- package/dist/components/account/sections/subscription/PendingChangeDialog.mjs.map +1 -0
- package/dist/components/account/sections/subscription/PixDetailsDialog.mjs +165 -0
- package/dist/components/account/sections/subscription/PixDetailsDialog.mjs.map +1 -0
- package/dist/components/account/sections/subscription/PixPaymentDialog.mjs +155 -0
- package/dist/components/account/sections/subscription/PixPaymentDialog.mjs.map +1 -0
- package/dist/components/account/sections/subscription/PlanDetailsSheet.mjs +253 -0
- package/dist/components/account/sections/subscription/PlanDetailsSheet.mjs.map +1 -0
- package/dist/components/account/sections/subscription/ReceiptDetailsSheet.mjs +237 -0
- package/dist/components/account/sections/subscription/ReceiptDetailsSheet.mjs.map +1 -0
- package/dist/components/account/sections/subscription/SubscriptionFlows.mjs +40 -0
- package/dist/components/account/sections/subscription/SubscriptionFlows.mjs.map +1 -0
- package/dist/components/account/sections/subscription/SubscriptionPlanCard.mjs +303 -0
- package/dist/components/account/sections/subscription/SubscriptionPlanCard.mjs.map +1 -0
- package/dist/components/account/sections/subscription/UsageReportSheet.mjs +163 -0
- package/dist/components/account/sections/subscription/UsageReportSheet.mjs.map +1 -0
- package/dist/components/account/sections/subscription/change-plan/ChangePlanSheet.mjs +75 -0
- package/dist/components/account/sections/subscription/change-plan/ChangePlanSheet.mjs.map +1 -0
- package/dist/components/account/sections/subscription/change-plan/components/AbTestDetailsDialog.mjs +55 -0
- package/dist/components/account/sections/subscription/change-plan/components/AbTestDetailsDialog.mjs.map +1 -0
- package/dist/components/account/sections/subscription/change-plan/components/AddonsBlock.mjs +188 -0
- package/dist/components/account/sections/subscription/change-plan/components/AddonsBlock.mjs.map +1 -0
- package/dist/components/account/sections/subscription/change-plan/components/AlternativeBucketsSection.mjs +66 -0
- package/dist/components/account/sections/subscription/change-plan/components/AlternativeBucketsSection.mjs.map +1 -0
- package/dist/components/account/sections/subscription/change-plan/components/CouponBlock.mjs +42 -0
- package/dist/components/account/sections/subscription/change-plan/components/CouponBlock.mjs.map +1 -0
- package/dist/components/account/sections/subscription/change-plan/components/CouponDialog.mjs +119 -0
- package/dist/components/account/sections/subscription/change-plan/components/CouponDialog.mjs.map +1 -0
- package/dist/components/account/sections/subscription/change-plan/components/PricePreview.mjs +17 -0
- package/dist/components/account/sections/subscription/change-plan/components/PricePreview.mjs.map +1 -0
- package/dist/components/account/sections/subscription/change-plan/components/SummaryBlock.mjs +130 -0
- package/dist/components/account/sections/subscription/change-plan/components/SummaryBlock.mjs.map +1 -0
- package/dist/components/account/sections/subscription/change-plan/plan-comparison.mjs +38 -0
- package/dist/components/account/sections/subscription/change-plan/plan-comparison.mjs.map +1 -0
- package/dist/components/account/sections/subscription/change-plan/steps/PaymentSummaryStep.mjs +127 -0
- package/dist/components/account/sections/subscription/change-plan/steps/PaymentSummaryStep.mjs.map +1 -0
- package/dist/components/account/sections/subscription/change-plan/steps/PlanComparisonStep.mjs +111 -0
- package/dist/components/account/sections/subscription/change-plan/steps/PlanComparisonStep.mjs.map +1 -0
- package/dist/components/account/sections/subscription/change-plan/steps/PlanViewStep.mjs +69 -0
- package/dist/components/account/sections/subscription/change-plan/steps/PlanViewStep.mjs.map +1 -0
- package/dist/components/account/sections/subscription/change-plan/steps/ReactivationConfigStep.mjs +88 -0
- package/dist/components/account/sections/subscription/change-plan/steps/ReactivationConfigStep.mjs.map +1 -0
- package/dist/components/account/sections/subscription/change-plan/steps/ReactivationPaymentStep.mjs +115 -0
- package/dist/components/account/sections/subscription/change-plan/steps/ReactivationPaymentStep.mjs.map +1 -0
- package/dist/components/account/sections/subscription/change-plan/useChangePlanState.mjs +918 -0
- package/dist/components/account/sections/subscription/change-plan/useChangePlanState.mjs.map +1 -0
- package/dist/components/account/sections/subscription/downgrade/CannotDowngradeDialog.mjs +216 -0
- package/dist/components/account/sections/subscription/downgrade/CannotDowngradeDialog.mjs.map +1 -0
- package/dist/components/account/sections/subscription/downgrade/DowngradeReasonDialog.mjs +128 -0
- package/dist/components/account/sections/subscription/downgrade/DowngradeReasonDialog.mjs.map +1 -0
- package/dist/components/account/sections/subscription/plans/PlanCard.mjs +281 -0
- package/dist/components/account/sections/subscription/plans/PlanCard.mjs.map +1 -0
- package/dist/components/account/sections/subscription/plans/PlanCardSkeleton.mjs +53 -0
- package/dist/components/account/sections/subscription/plans/PlanCardSkeleton.mjs.map +1 -0
- package/dist/components/account/sections/subscription/plans/PlansCatalogDialog.mjs +119 -0
- package/dist/components/account/sections/subscription/plans/PlansCatalogDialog.mjs.map +1 -0
- package/dist/components/account/sections/team/DeleteUserModal.mjs +116 -0
- package/dist/components/account/sections/team/DeleteUserModal.mjs.map +1 -0
- package/dist/components/account/sections/team/TeamFlows.mjs +14 -0
- package/dist/components/account/sections/team/TeamFlows.mjs.map +1 -0
- package/dist/components/account/sections/team/TeamMemberRow.mjs +99 -0
- package/dist/components/account/sections/team/TeamMemberRow.mjs.map +1 -0
- package/dist/components/account/sections/team/UserSheet.mjs +570 -0
- package/dist/components/account/sections/team/UserSheet.mjs.map +1 -0
- package/dist/components/account/sections/team/steps/NotificationsStep.mjs +80 -0
- package/dist/components/account/sections/team/steps/NotificationsStep.mjs.map +1 -0
- package/dist/components/account/sections/team/steps/ProjectSelectionStep.mjs +180 -0
- package/dist/components/account/sections/team/steps/ProjectSelectionStep.mjs.map +1 -0
- package/dist/components/account/sections/team/steps/UserInformationStep.mjs +371 -0
- package/dist/components/account/sections/team/steps/UserInformationStep.mjs.map +1 -0
- package/dist/components/account/sections/team/user-form.schema.mjs +37 -0
- package/dist/components/account/sections/team/user-form.schema.mjs.map +1 -0
- package/dist/components/account/types/workspace-actions.type.mjs +1 -0
- package/dist/components/account/types/workspace-actions.type.mjs.map +1 -0
- package/dist/components/layouts/ProfilePopover.mjs +10 -12
- package/dist/components/layouts/ProfilePopover.mjs.map +1 -1
- package/dist/components/layouts/UsersSelectorPopover.mjs +7 -4
- package/dist/components/layouts/UsersSelectorPopover.mjs.map +1 -1
- package/dist/components/modals/AccountDeletionWarningModal.mjs +4 -5
- package/dist/components/modals/AccountDeletionWarningModal.mjs.map +1 -1
- package/dist/components/modals/AccountFrozenModal.mjs +6 -3
- package/dist/components/modals/AccountFrozenModal.mjs.map +1 -1
- package/dist/components/modals/Modals.mjs +3 -3
- package/dist/components/modals/Modals.mjs.map +1 -1
- package/dist/components/modals/PaidPlanRequiredModal.mjs +4 -5
- package/dist/components/modals/PaidPlanRequiredModal.mjs.map +1 -1
- package/dist/components/modals/cards/AddFirstCardWarningModal.mjs +63 -0
- package/dist/components/modals/cards/AddFirstCardWarningModal.mjs.map +1 -0
- package/dist/components/modals/cards/SwitchPaymentToCardModal.mjs +187 -0
- package/dist/components/modals/cards/SwitchPaymentToCardModal.mjs.map +1 -0
- package/dist/components/modals/promo/AiCreditsOfferModal/AiCreditsOfferModal.mjs +5 -4
- package/dist/components/modals/promo/AiCreditsOfferModal/AiCreditsOfferModal.mjs.map +1 -1
- package/dist/components/ui/data-display/CardItem.mjs +9 -1
- package/dist/components/ui/data-display/CardItem.mjs.map +1 -1
- package/dist/components/ui/data-display/PaymentMethodIcons.mjs +50 -0
- package/dist/components/ui/data-display/PaymentMethodIcons.mjs.map +1 -0
- package/dist/components/ui/form/BillingPeriodSelector.mjs +108 -0
- package/dist/components/ui/form/BillingPeriodSelector.mjs.map +1 -0
- package/dist/components/ui/form/PaymentMethodToggle.mjs +82 -0
- package/dist/components/ui/form/PaymentMethodToggle.mjs.map +1 -0
- package/dist/components/ui/form/RadioOptionFieldIcon.mjs +57 -0
- package/dist/components/ui/form/RadioOptionFieldIcon.mjs.map +1 -0
- package/dist/components/ui/form/SegmentedControl.mjs +56 -0
- package/dist/components/ui/form/SegmentedControl.mjs.map +1 -0
- package/dist/components/ui/overlay/Dialog.mjs +41 -6
- package/dist/components/ui/overlay/Dialog.mjs.map +1 -1
- package/dist/components/ui/overlay/Sheet.mjs +43 -13
- package/dist/components/ui/overlay/Sheet.mjs.map +1 -1
- package/dist/components/ui/overlay/layers.mjs +72 -26
- package/dist/components/ui/overlay/layers.mjs.map +1 -1
- package/dist/enums/AccountHubFlow.mjs +13 -0
- package/dist/enums/AccountHubFlow.mjs.map +1 -0
- package/dist/enums/DateFilterPeriod.mjs +22 -0
- package/dist/enums/DateFilterPeriod.mjs.map +1 -0
- package/dist/enums/WorkspaceSectionType.mjs +11 -0
- package/dist/enums/WorkspaceSectionType.mjs.map +1 -0
- package/dist/handlers.mjs +24 -0
- package/dist/handlers.mjs.map +1 -1
- package/dist/hooks/useDebounce.mjs +5 -3
- package/dist/hooks/useDebounce.mjs.map +1 -1
- package/dist/hooks/useUploadProgress.mjs +33 -0
- package/dist/hooks/useUploadProgress.mjs.map +1 -0
- package/dist/i18n/messages/en-us.mjs +863 -3
- package/dist/i18n/messages/en-us.mjs.map +1 -1
- package/dist/i18n/messages/es-es.mjs +863 -3
- package/dist/i18n/messages/es-es.mjs.map +1 -1
- package/dist/i18n/messages/pt-br.mjs +863 -3
- package/dist/i18n/messages/pt-br.mjs.map +1 -1
- package/dist/index.mjs +87 -7
- package/dist/index.mjs.map +1 -1
- package/dist/infra/http/paged.mjs +20 -0
- package/dist/infra/http/paged.mjs.map +1 -0
- package/dist/middleware.mjs +2 -0
- package/dist/middleware.mjs.map +1 -1
- package/dist/middlewares/create-auth-middleware.mjs +1 -3
- package/dist/middlewares/create-auth-middleware.mjs.map +1 -1
- package/dist/middlewares/create-legacy-account-routes-middleware.mjs +44 -0
- package/dist/middlewares/create-legacy-account-routes-middleware.mjs.map +1 -0
- package/dist/middlewares/is-route-equals.mjs +7 -0
- package/dist/middlewares/is-route-equals.mjs.map +1 -0
- package/dist/modules/accounts/actions/account-management.action.mjs +20 -1
- package/dist/modules/accounts/actions/account-management.action.mjs.map +1 -1
- package/dist/modules/accounts/constants/account-hub-link.constants.mjs +9 -0
- package/dist/modules/accounts/constants/account-hub-link.constants.mjs.map +1 -0
- package/dist/modules/accounts/constants/legacy-account-routes.constants.mjs +5 -0
- package/dist/modules/accounts/constants/legacy-account-routes.constants.mjs.map +1 -0
- package/dist/modules/accounts/handlers/list-account-members.handler.mjs +22 -0
- package/dist/modules/accounts/handlers/list-account-members.handler.mjs.map +1 -0
- package/dist/modules/accounts/hooks/add-user-projects.hook.mjs +51 -0
- package/dist/modules/accounts/hooks/add-user-projects.hook.mjs.map +1 -0
- package/dist/modules/accounts/hooks/create-account-user.hook.mjs +20 -0
- package/dist/modules/accounts/hooks/create-account-user.hook.mjs.map +1 -0
- package/dist/modules/accounts/hooks/remove-user-projects.hook.mjs +47 -0
- package/dist/modules/accounts/hooks/remove-user-projects.hook.mjs.map +1 -0
- package/dist/modules/accounts/hooks/use-account-members.hook.mjs +20 -0
- package/dist/modules/accounts/hooks/use-account-members.hook.mjs.map +1 -0
- package/dist/modules/accounts/services/account.service.mjs +59 -0
- package/dist/modules/accounts/services/account.service.mjs.map +1 -1
- package/dist/modules/accounts/types/account-hub-link.type.mjs +1 -0
- package/dist/modules/accounts/types/account-hub-link.type.mjs.map +1 -0
- package/dist/modules/accounts/utils/build-account-hub-url.mjs +16 -0
- package/dist/modules/accounts/utils/build-account-hub-url.mjs.map +1 -0
- package/dist/modules/accounts/utils/is-account-hub-flow.mjs +9 -0
- package/dist/modules/accounts/utils/is-account-hub-flow.mjs.map +1 -0
- package/dist/modules/accounts/utils/is-account-section.mjs +9 -0
- package/dist/modules/accounts/utils/is-account-section.mjs.map +1 -0
- package/dist/modules/accounts/utils/is-my-account-section.mjs +13 -0
- package/dist/modules/accounts/utils/is-my-account-section.mjs.map +1 -0
- package/dist/modules/accounts/utils/map-legacy-account-route.mjs +93 -0
- package/dist/modules/accounts/utils/map-legacy-account-route.mjs.map +1 -0
- package/dist/modules/accounts/utils/parse-account-hub-link.mjs +20 -0
- package/dist/modules/accounts/utils/parse-account-hub-link.mjs.map +1 -0
- package/dist/modules/affiliates/actions/ensure-affiliate.action.mjs +10 -0
- package/dist/modules/affiliates/actions/ensure-affiliate.action.mjs.map +1 -0
- package/dist/modules/affiliates/actions/request-deposit.action.mjs +10 -0
- package/dist/modules/affiliates/actions/request-deposit.action.mjs.map +1 -0
- package/dist/modules/affiliates/actions/update-affiliate.action.mjs +10 -0
- package/dist/modules/affiliates/actions/update-affiliate.action.mjs.map +1 -0
- package/dist/modules/affiliates/constants/affiliate.constants.mjs +11 -0
- package/dist/modules/affiliates/constants/affiliate.constants.mjs.map +1 -0
- package/dist/modules/affiliates/constants/query-keys.constants.mjs +15 -0
- package/dist/modules/affiliates/constants/query-keys.constants.mjs.map +1 -0
- package/dist/modules/affiliates/handlers/affiliate-report-analytics.handler.mjs +16 -0
- package/dist/modules/affiliates/handlers/affiliate-report-analytics.handler.mjs.map +1 -0
- package/dist/modules/affiliates/handlers/affiliate-withdrawal-limits.handler.mjs +12 -0
- package/dist/modules/affiliates/handlers/affiliate-withdrawal-limits.handler.mjs.map +1 -0
- package/dist/modules/affiliates/handlers/current-affiliate.handler.mjs +12 -0
- package/dist/modules/affiliates/handlers/current-affiliate.handler.mjs.map +1 -0
- package/dist/modules/affiliates/handlers/list-affiliate-coupons.handler.mjs +12 -0
- package/dist/modules/affiliates/handlers/list-affiliate-coupons.handler.mjs.map +1 -0
- package/dist/modules/affiliates/handlers/list-affiliate-leads.handler.mjs +22 -0
- package/dist/modules/affiliates/handlers/list-affiliate-leads.handler.mjs.map +1 -0
- package/dist/modules/affiliates/handlers/list-affiliate-transactions.handler.mjs +22 -0
- package/dist/modules/affiliates/handlers/list-affiliate-transactions.handler.mjs.map +1 -0
- package/dist/modules/affiliates/hooks/use-affiliate-coupons.hook.mjs +17 -0
- package/dist/modules/affiliates/hooks/use-affiliate-coupons.hook.mjs.map +1 -0
- package/dist/modules/affiliates/hooks/use-affiliate-leads.hook.mjs +22 -0
- package/dist/modules/affiliates/hooks/use-affiliate-leads.hook.mjs.map +1 -0
- package/dist/modules/affiliates/hooks/use-affiliate-report-analytics.hook.mjs +17 -0
- package/dist/modules/affiliates/hooks/use-affiliate-report-analytics.hook.mjs.map +1 -0
- package/dist/modules/affiliates/hooks/use-affiliate-transactions.hook.mjs +20 -0
- package/dist/modules/affiliates/hooks/use-affiliate-transactions.hook.mjs.map +1 -0
- package/dist/modules/affiliates/hooks/use-current-affiliate.hook.mjs +17 -0
- package/dist/modules/affiliates/hooks/use-current-affiliate.hook.mjs.map +1 -0
- package/dist/modules/affiliates/hooks/use-ensure-affiliate.hook.mjs +23 -0
- package/dist/modules/affiliates/hooks/use-ensure-affiliate.hook.mjs.map +1 -0
- package/dist/modules/affiliates/hooks/use-request-deposit.hook.mjs +28 -0
- package/dist/modules/affiliates/hooks/use-request-deposit.hook.mjs.map +1 -0
- package/dist/modules/affiliates/hooks/use-update-affiliate.hook.mjs +22 -0
- package/dist/modules/affiliates/hooks/use-update-affiliate.hook.mjs.map +1 -0
- package/dist/modules/affiliates/hooks/use-withdrawal-limits.hook.mjs +17 -0
- package/dist/modules/affiliates/hooks/use-withdrawal-limits.hook.mjs.map +1 -0
- package/dist/modules/affiliates/services/affiliates.service.mjs +183 -0
- package/dist/modules/affiliates/services/affiliates.service.mjs.map +1 -0
- package/dist/modules/affiliates/types/affiliate.type.mjs +100 -0
- package/dist/modules/affiliates/types/affiliate.type.mjs.map +1 -0
- package/dist/modules/affiliates/utils/get-affiliate-share-link.mjs +9 -0
- package/dist/modules/affiliates/utils/get-affiliate-share-link.mjs.map +1 -0
- package/dist/modules/charges/actions/get-nota-fiscal.action.mjs +10 -0
- package/dist/modules/charges/actions/get-nota-fiscal.action.mjs.map +1 -0
- package/dist/modules/charges/actions/refresh-pix.action.mjs +10 -0
- package/dist/modules/charges/actions/refresh-pix.action.mjs.map +1 -0
- package/dist/modules/charges/hooks/nota-fiscal.hook.mjs +13 -0
- package/dist/modules/charges/hooks/nota-fiscal.hook.mjs.map +1 -0
- package/dist/modules/charges/hooks/refresh-pix.hook.mjs +13 -0
- package/dist/modules/charges/hooks/refresh-pix.hook.mjs.map +1 -0
- package/dist/modules/charges/services/charges.service.mjs +67 -0
- package/dist/modules/charges/services/charges.service.mjs.map +1 -1
- package/dist/modules/charges/types/nota-fiscal.type.mjs +1 -0
- package/dist/modules/charges/types/nota-fiscal.type.mjs.map +1 -0
- package/dist/modules/charges/types/refresh-pix.type.mjs +1 -0
- package/dist/modules/charges/types/refresh-pix.type.mjs.map +1 -0
- package/dist/modules/charges/utils/get-charge-download-url.mjs +8 -0
- package/dist/modules/charges/utils/get-charge-download-url.mjs.map +1 -0
- package/dist/modules/coupons/constants/query-keys.constants.mjs +5 -0
- package/dist/modules/coupons/constants/query-keys.constants.mjs.map +1 -0
- package/dist/modules/coupons/handlers/find-coupon-by-code.handler.mjs +17 -0
- package/dist/modules/coupons/handlers/find-coupon-by-code.handler.mjs.map +1 -0
- package/dist/modules/coupons/handlers/find-coupon-by-id.handler.mjs +16 -0
- package/dist/modules/coupons/handlers/find-coupon-by-id.handler.mjs.map +1 -0
- package/dist/modules/coupons/hooks/use-coupon-by-code.hook.mjs +15 -0
- package/dist/modules/coupons/hooks/use-coupon-by-code.hook.mjs.map +1 -0
- package/dist/modules/coupons/hooks/use-coupon-by-id.hook.mjs +18 -0
- package/dist/modules/coupons/hooks/use-coupon-by-id.hook.mjs.map +1 -0
- package/dist/modules/coupons/services/coupons.service.mjs +44 -0
- package/dist/modules/coupons/services/coupons.service.mjs.map +1 -0
- package/dist/modules/coupons/types/coupon.type.mjs +61 -0
- package/dist/modules/coupons/types/coupon.type.mjs.map +1 -0
- package/dist/modules/coupons/utils/coupon-restrictions.mjs +60 -0
- package/dist/modules/coupons/utils/coupon-restrictions.mjs.map +1 -0
- package/dist/modules/domains/handlers/count-domains.handler.mjs +12 -0
- package/dist/modules/domains/handlers/count-domains.handler.mjs.map +1 -0
- package/dist/modules/domains/hooks/count-domains.hook.mjs +17 -0
- package/dist/modules/domains/hooks/count-domains.hook.mjs.map +1 -0
- package/dist/modules/domains/services/domains.service.mjs +18 -0
- package/dist/modules/domains/services/domains.service.mjs.map +1 -0
- package/dist/modules/ia-credits/handlers/list-ia-credit-operations.handler.mjs +15 -0
- package/dist/modules/ia-credits/handlers/list-ia-credit-operations.handler.mjs.map +1 -0
- package/dist/modules/ia-credits/hooks/ia-credit-operations.hook.mjs +28 -0
- package/dist/modules/ia-credits/hooks/ia-credit-operations.hook.mjs.map +1 -0
- package/dist/modules/ia-credits/services/ia-credits.service.mjs +23 -2
- package/dist/modules/ia-credits/services/ia-credits.service.mjs.map +1 -1
- package/dist/modules/pages/handlers/count-pages.handler.mjs +4 -2
- package/dist/modules/pages/handlers/count-pages.handler.mjs.map +1 -1
- package/dist/modules/pages/hooks/count-published-pages.hook.mjs +26 -0
- package/dist/modules/pages/hooks/count-published-pages.hook.mjs.map +1 -0
- package/dist/modules/pages/services/pages.service.mjs +3 -2
- package/dist/modules/pages/services/pages.service.mjs.map +1 -1
- package/dist/modules/plans/constants/plan-tooltips.constants.mjs +14 -0
- package/dist/modules/plans/constants/plan-tooltips.constants.mjs.map +1 -0
- package/dist/modules/plans/hooks/use-enriched-plans.hook.mjs +28 -0
- package/dist/modules/plans/hooks/use-enriched-plans.hook.mjs.map +1 -0
- package/dist/modules/plans/hooks/use-ui-plans.hook.mjs +20 -0
- package/dist/modules/plans/hooks/use-ui-plans.hook.mjs.map +1 -0
- package/dist/modules/projects/hooks/add-project-users.hook.mjs +25 -0
- package/dist/modules/projects/hooks/add-project-users.hook.mjs.map +1 -0
- package/dist/modules/projects/hooks/list-all-account-users.hook.mjs +3 -6
- package/dist/modules/projects/hooks/list-all-account-users.hook.mjs.map +1 -1
- package/dist/modules/projects/hooks/list-available-users.hook.mjs +3 -6
- package/dist/modules/projects/hooks/list-available-users.hook.mjs.map +1 -1
- package/dist/modules/projects/hooks/list-infinite-projects.hook.mjs +3 -6
- package/dist/modules/projects/hooks/list-infinite-projects.hook.mjs.map +1 -1
- package/dist/modules/projects/hooks/list-project-users.hook.mjs +3 -6
- package/dist/modules/projects/hooks/list-project-users.hook.mjs.map +1 -1
- package/dist/modules/projects/hooks/remove-project-users.hook.mjs +25 -0
- package/dist/modules/projects/hooks/remove-project-users.hook.mjs.map +1 -0
- package/dist/modules/projects/services/project-users.service.mjs +5 -0
- package/dist/modules/projects/services/project-users.service.mjs.map +1 -1
- package/dist/modules/projects/types.mjs +3 -2
- package/dist/modules/projects/types.mjs.map +1 -1
- package/dist/modules/subscriptions/actions/cancel-subscription.action.mjs +10 -0
- package/dist/modules/subscriptions/actions/cancel-subscription.action.mjs.map +1 -0
- package/dist/modules/subscriptions/actions/create-subscription.action.mjs +10 -0
- package/dist/modules/subscriptions/actions/create-subscription.action.mjs.map +1 -0
- package/dist/modules/subscriptions/actions/find-pending-pix-status.action.mjs +10 -0
- package/dist/modules/subscriptions/actions/find-pending-pix-status.action.mjs.map +1 -0
- package/dist/modules/subscriptions/actions/find-subscription-by-id.action.mjs +10 -0
- package/dist/modules/subscriptions/actions/find-subscription-by-id.action.mjs.map +1 -0
- package/dist/modules/subscriptions/constants/addons.constants.mjs +35 -0
- package/dist/modules/subscriptions/constants/addons.constants.mjs.map +1 -1
- package/dist/modules/subscriptions/constants/downgrade.constants.mjs +25 -0
- package/dist/modules/subscriptions/constants/downgrade.constants.mjs.map +1 -0
- package/dist/modules/subscriptions/constants/subscription.constants.mjs +2 -0
- package/dist/modules/subscriptions/constants/subscription.constants.mjs.map +1 -1
- package/dist/modules/subscriptions/handlers/pending-pix-status.handler.mjs +15 -0
- package/dist/modules/subscriptions/handlers/pending-pix-status.handler.mjs.map +1 -0
- package/dist/modules/subscriptions/hooks/cancel-subscription.hook.mjs +25 -0
- package/dist/modules/subscriptions/hooks/cancel-subscription.hook.mjs.map +1 -0
- package/dist/modules/subscriptions/hooks/create-subscription.hook.mjs +33 -0
- package/dist/modules/subscriptions/hooks/create-subscription.hook.mjs.map +1 -0
- package/dist/modules/subscriptions/hooks/find-subscription-by-id.hook.mjs +18 -0
- package/dist/modules/subscriptions/hooks/find-subscription-by-id.hook.mjs.map +1 -0
- package/dist/modules/subscriptions/hooks/pending-pix-status.hook.mjs +25 -0
- package/dist/modules/subscriptions/hooks/pending-pix-status.hook.mjs.map +1 -0
- package/dist/modules/subscriptions/services/subscriptions.service.mjs +71 -0
- package/dist/modules/subscriptions/services/subscriptions.service.mjs.map +1 -1
- package/dist/modules/subscriptions/types/cancel-subscription.type.mjs +9 -0
- package/dist/modules/subscriptions/types/cancel-subscription.type.mjs.map +1 -0
- package/dist/modules/subscriptions/types/create-subscription.type.mjs +62 -0
- package/dist/modules/subscriptions/types/create-subscription.type.mjs.map +1 -0
- package/dist/modules/subscriptions/types/pending-pix-status.type.mjs +28 -0
- package/dist/modules/subscriptions/types/pending-pix-status.type.mjs.map +1 -0
- package/dist/modules/subscriptions/types/subscription.type.mjs +9 -1
- package/dist/modules/subscriptions/types/subscription.type.mjs.map +1 -1
- package/dist/modules/subscriptions/utils/addon-buckets.mjs +69 -0
- package/dist/modules/subscriptions/utils/addon-buckets.mjs.map +1 -0
- package/dist/modules/subscriptions/utils/confirm-payment-if-required.mjs +8 -2
- package/dist/modules/subscriptions/utils/confirm-payment-if-required.mjs.map +1 -1
- package/dist/modules/subscriptions/utils/first-period-pricing.mjs +25 -0
- package/dist/modules/subscriptions/utils/first-period-pricing.mjs.map +1 -0
- package/dist/modules/subscriptions/utils/is-api-subscription.mjs +8 -0
- package/dist/modules/subscriptions/utils/is-api-subscription.mjs.map +1 -0
- package/dist/modules/subscriptions/utils/is-boleto-payer.mjs +17 -0
- package/dist/modules/subscriptions/utils/is-boleto-payer.mjs.map +1 -0
- package/dist/modules/subscriptions/utils/is-free-subscription.mjs +8 -0
- package/dist/modules/subscriptions/utils/is-free-subscription.mjs.map +1 -0
- package/dist/modules/subscriptions/utils/periodicity.mjs +55 -1
- package/dist/modules/subscriptions/utils/periodicity.mjs.map +1 -1
- package/dist/modules/subscriptions/utils/resolve-subscription-plan-name.mjs +27 -0
- package/dist/modules/subscriptions/utils/resolve-subscription-plan-name.mjs.map +1 -0
- package/dist/modules/users/hooks/messages.hook.mjs +3 -5
- package/dist/modules/users/hooks/messages.hook.mjs.map +1 -1
- package/dist/server.mjs +6 -0
- package/dist/server.mjs.map +1 -1
- package/dist/store/useAccountModals.mjs +9 -2
- package/dist/store/useAccountModals.mjs.map +1 -1
- package/dist/store/useAffiliateFlows.mjs +23 -0
- package/dist/store/useAffiliateFlows.mjs.map +1 -0
- package/dist/store/useProjectFlows.mjs +18 -0
- package/dist/store/useProjectFlows.mjs.map +1 -0
- package/dist/store/useSubscriptionFlows.mjs +58 -0
- package/dist/store/useSubscriptionFlows.mjs.map +1 -0
- package/dist/store/useTeamFlows.mjs +15 -0
- package/dist/store/useTeamFlows.mjs.map +1 -0
- package/dist/testing/factories/coupon.factory.mjs +19 -0
- package/dist/testing/factories/coupon.factory.mjs.map +1 -0
- package/dist/testing/factories/index.mjs +6 -0
- package/dist/testing/factories/index.mjs.map +1 -1
- package/dist/testing/factories/project-user.factory.mjs +17 -0
- package/dist/testing/factories/project-user.factory.mjs.map +1 -0
- package/dist/testing/factories/project.factory.mjs +21 -0
- package/dist/testing/factories/project.factory.mjs.map +1 -0
- package/dist/testing/react/providers.mjs +1 -1
- package/dist/testing/react/providers.mjs.map +1 -1
- package/dist/utils/browser/chart-custom-tooltip.mjs +69 -0
- package/dist/utils/browser/chart-custom-tooltip.mjs.map +1 -0
- package/dist/utils/browser/get-css-variable.mjs +9 -0
- package/dist/utils/browser/get-css-variable.mjs.map +1 -0
- package/dist/utils/constants/scrollbar.mjs +5 -0
- package/dist/utils/constants/scrollbar.mjs.map +1 -0
- package/dist/utils/date-filter-period.mjs +34 -0
- package/dist/utils/date-filter-period.mjs.map +1 -0
- package/dist/utils/file/index.mjs +11 -1
- package/dist/utils/file/index.mjs.map +1 -1
- package/dist/utils/format/initials.mjs +8 -0
- package/dist/utils/format/initials.mjs.map +1 -0
- package/dist/utils/format/masks.mjs +32 -1
- package/dist/utils/format/masks.mjs.map +1 -1
- package/dist/utils/qrcode/to-data-url.mjs +12 -0
- package/dist/utils/qrcode/to-data-url.mjs.map +1 -0
- package/dist/utils/validators/account.mjs +1 -7
- package/dist/utils/validators/account.mjs.map +1 -1
- package/package.json +20 -8
- package/src/components/account/AccountHubLinkHandler.tsx +39 -0
- package/src/components/account/AccountModalLayout.tsx +190 -0
- package/src/components/account/AccountModals.tsx +12 -2
- package/src/components/account/DeleteAccountModal.tsx +1 -1
- package/src/components/account/IsntPossibleDeleteAccountModal.tsx +9 -1
- package/src/components/account/MyAccountModal.tsx +215 -0
- package/src/components/account/TwoFactorAuthModal.tsx +1 -1
- package/src/components/account/hooks/useAccountHubActions.ts +95 -0
- package/src/components/account/hooks/useAddCardWithPaymentSwitch.ts +70 -0
- package/src/components/account/hooks/useAffiliatesActions.tsx +78 -0
- package/src/components/account/hooks/useMyAccountModal.ts +40 -0
- package/src/components/account/hooks/useProjectsActions.ts +44 -0
- package/src/components/account/hooks/useSubscriptionActions.ts +99 -0
- package/src/components/account/hooks/useTeamActions.ts +35 -0
- package/src/components/account/sections/AffiliatesSection.tsx +342 -0
- package/src/components/account/sections/ChangePasswordSection.tsx +6 -10
- package/src/components/account/sections/MyProfileSection.tsx +207 -143
- package/src/components/account/sections/PreferencesSection.tsx +55 -51
- package/src/components/account/sections/ProjectsSection.tsx +110 -0
- package/src/components/account/sections/SecuritySection.tsx +72 -62
- package/src/components/account/sections/SubscriptionSection.tsx +36 -0
- package/src/components/account/sections/TeamSection.tsx +161 -0
- package/src/components/account/sections/TokenSection.tsx +4 -8
- package/src/components/account/sections/affiliates/AffiliateCommissionCard.tsx +83 -0
- package/src/components/account/sections/affiliates/AffiliateFlows.tsx +20 -0
- package/src/components/account/sections/affiliates/AffiliateLeadsSheet.tsx +143 -0
- package/src/components/account/sections/affiliates/AffiliateStatsCard.tsx +56 -0
- package/src/components/account/sections/affiliates/AffiliateStepCard.tsx +20 -0
- package/src/components/account/sections/affiliates/AffiliateTransactionsList.tsx +194 -0
- package/src/components/account/sections/affiliates/NoReceivingAccountModal.tsx +63 -0
- package/src/components/account/sections/affiliates/ReceivingAccountModal.tsx +213 -0
- package/src/components/account/sections/affiliates/RequestWithdrawalSheet.tsx +586 -0
- package/src/components/account/sections/affiliates/ViewAttachmentModal.tsx +47 -0
- package/src/components/account/sections/affiliates/reports/AffiliatesIndicatorsChart.tsx +45 -0
- package/src/components/account/sections/affiliates/reports/AffiliatesReportsTab.tsx +44 -0
- package/src/components/account/sections/affiliates/reports/useAffiliatesIndicatorsChart.ts +148 -0
- package/src/components/account/sections/projects/DeleteProjectModal.tsx +246 -0
- package/src/components/account/sections/projects/ProjectFlows.tsx +16 -0
- package/src/components/account/sections/projects/ProjectMembersStack.tsx +75 -0
- package/src/components/account/sections/projects/ProjectRow.tsx +96 -0
- package/src/components/account/sections/projects/ProjectSheet.tsx +603 -0
- package/src/components/account/sections/projects/ProjectsDisabledModal.tsx +69 -0
- package/src/components/account/sections/projects/project-form.schema.ts +30 -0
- package/src/components/account/sections/shared/ConnectListRow.tsx +68 -0
- package/src/components/account/sections/shared/DateFilterPopover.tsx +58 -0
- package/src/components/account/sections/shared/EntityAvatar.tsx +54 -0
- package/src/components/account/sections/shared/FilterPopover.tsx +79 -0
- package/src/components/account/sections/shared/FormSection.tsx +23 -0
- package/src/components/account/sections/shared/IconBox.tsx +21 -0
- package/src/components/account/sections/shared/InfiniteScrollList.tsx +57 -0
- package/src/components/account/sections/shared/ListPagination.tsx +84 -0
- package/src/components/account/sections/shared/RowActionsMenu.tsx +66 -0
- package/src/components/account/sections/shared/SectionLoadError.tsx +27 -0
- package/src/components/account/sections/shared/StatusBadge.tsx +33 -0
- package/src/components/account/sections/shared/WorkspaceSection.tsx +22 -0
- package/src/components/account/sections/subscription/AiCreditsUsage.tsx +152 -0
- package/src/components/account/sections/subscription/BillingAddressSheet.tsx +460 -0
- package/src/components/account/sections/subscription/BoletoDetailsDialog.tsx +104 -0
- package/src/components/account/sections/subscription/BoletoGeneratedDialog.tsx +24 -0
- package/src/components/account/sections/subscription/CancelPlanDialog.tsx +221 -0
- package/src/components/account/sections/subscription/ChargeRow.tsx +161 -0
- package/src/components/account/sections/subscription/ChargeStatusBadge.tsx +29 -0
- package/src/components/account/sections/subscription/ChargesList.tsx +125 -0
- package/src/components/account/sections/subscription/ManageCardsSheet.tsx +93 -0
- package/src/components/account/sections/subscription/OverdueReceiptOpener.tsx +29 -0
- package/src/components/account/sections/subscription/PayChargeDialog.tsx +306 -0
- package/src/components/account/sections/subscription/PaymentConfirmationDialog.tsx +70 -0
- package/src/components/account/sections/subscription/PaymentMethodsCard.tsx +117 -0
- package/src/components/account/sections/subscription/PendingChangeDialog.tsx +168 -0
- package/src/components/account/sections/subscription/PixDetailsDialog.tsx +246 -0
- package/src/components/account/sections/subscription/PixPaymentDialog.tsx +242 -0
- package/src/components/account/sections/subscription/PlanDetailsSheet.tsx +380 -0
- package/src/components/account/sections/subscription/ReceiptDetailsSheet.tsx +318 -0
- package/src/components/account/sections/subscription/SubscriptionFlows.tsx +40 -0
- package/src/components/account/sections/subscription/SubscriptionPlanCard.tsx +433 -0
- package/src/components/account/sections/subscription/UsageReportSheet.tsx +244 -0
- package/src/components/account/sections/subscription/change-plan/ChangePlanSheet.tsx +95 -0
- package/src/components/account/sections/subscription/change-plan/components/AbTestDetailsDialog.tsx +57 -0
- package/src/components/account/sections/subscription/change-plan/components/AddonsBlock.tsx +214 -0
- package/src/components/account/sections/subscription/change-plan/components/AlternativeBucketsSection.tsx +92 -0
- package/src/components/account/sections/subscription/change-plan/components/CouponBlock.tsx +42 -0
- package/src/components/account/sections/subscription/change-plan/components/CouponDialog.tsx +134 -0
- package/src/components/account/sections/subscription/change-plan/components/PricePreview.tsx +28 -0
- package/src/components/account/sections/subscription/change-plan/components/SummaryBlock.tsx +194 -0
- package/src/components/account/sections/subscription/change-plan/plan-comparison.ts +52 -0
- package/src/components/account/sections/subscription/change-plan/steps/PaymentSummaryStep.tsx +161 -0
- package/src/components/account/sections/subscription/change-plan/steps/PlanComparisonStep.tsx +165 -0
- package/src/components/account/sections/subscription/change-plan/steps/PlanViewStep.tsx +89 -0
- package/src/components/account/sections/subscription/change-plan/steps/ReactivationConfigStep.tsx +117 -0
- package/src/components/account/sections/subscription/change-plan/steps/ReactivationPaymentStep.tsx +139 -0
- package/src/components/account/sections/subscription/change-plan/useChangePlanState.tsx +1158 -0
- package/src/components/account/sections/subscription/downgrade/CannotDowngradeDialog.tsx +297 -0
- package/src/components/account/sections/subscription/downgrade/DowngradeReasonDialog.tsx +154 -0
- package/src/components/account/sections/subscription/plans/PlanCard.tsx +417 -0
- package/src/components/account/sections/subscription/plans/PlanCardSkeleton.tsx +70 -0
- package/src/components/account/sections/subscription/plans/PlansCatalogDialog.tsx +156 -0
- package/src/components/account/sections/team/DeleteUserModal.tsx +134 -0
- package/src/components/account/sections/team/TeamFlows.tsx +14 -0
- package/src/components/account/sections/team/TeamMemberRow.tsx +151 -0
- package/src/components/account/sections/team/UserSheet.tsx +688 -0
- package/src/components/account/sections/team/steps/NotificationsStep.tsx +109 -0
- package/src/components/account/sections/team/steps/ProjectSelectionStep.tsx +219 -0
- package/src/components/account/sections/team/steps/UserInformationStep.tsx +423 -0
- package/src/components/account/sections/team/user-form.schema.ts +43 -0
- package/src/components/account/types/workspace-actions.type.ts +56 -0
- package/src/components/layouts/ProfilePopover.tsx +11 -12
- package/src/components/layouts/UsersSelectorPopover.tsx +7 -4
- package/src/components/modals/AccountDeletionWarningModal.tsx +4 -5
- package/src/components/modals/AccountFrozenModal.tsx +6 -3
- package/src/components/modals/Modals.tsx +6 -3
- package/src/components/modals/PaidPlanRequiredModal.tsx +4 -5
- package/src/components/modals/cards/AddFirstCardWarningModal.tsx +72 -0
- package/src/components/modals/cards/SwitchPaymentToCardModal.tsx +232 -0
- package/src/components/modals/promo/AiCreditsOfferModal/AiCreditsOfferModal.tsx +5 -4
- package/src/components/ui/data-display/CardItem.tsx +9 -5
- package/src/components/ui/data-display/PaymentMethodIcons.tsx +43 -0
- package/src/components/ui/form/BillingPeriodSelector.tsx +173 -0
- package/src/components/ui/form/PaymentMethodToggle.tsx +119 -0
- package/src/components/ui/form/RadioOptionFieldIcon.tsx +64 -0
- package/src/components/ui/form/SegmentedControl.tsx +77 -0
- package/src/components/ui/overlay/Dialog.tsx +70 -33
- package/src/components/ui/overlay/Sheet.tsx +89 -56
- package/src/components/ui/overlay/layers.tsx +114 -27
- package/src/enums/AccountHubFlow.ts +8 -0
- package/src/enums/DateFilterPeriod.ts +17 -0
- package/src/enums/WorkspaceSectionType.ts +6 -0
- package/src/handlers.ts +14 -0
- package/src/hooks/useDebounce.ts +5 -3
- package/src/hooks/useUploadProgress.ts +42 -0
- package/src/i18n/messages/en-us.ts +904 -2
- package/src/i18n/messages/es-es.ts +908 -2
- package/src/i18n/messages/pt-br.ts +908 -2
- package/src/index.ts +56 -1
- package/src/infra/http/paged.ts +24 -0
- package/src/middleware.ts +1 -0
- package/src/middlewares/create-auth-middleware.ts +1 -4
- package/src/middlewares/create-legacy-account-routes-middleware.ts +54 -0
- package/src/middlewares/is-route-equals.ts +3 -0
- package/src/modules/accounts/actions/account-management.action.ts +22 -1
- package/src/modules/accounts/constants/account-hub-link.constants.ts +3 -0
- package/src/modules/accounts/constants/legacy-account-routes.constants.ts +1 -0
- package/src/modules/accounts/handlers/list-account-members.handler.ts +23 -0
- package/src/modules/accounts/hooks/add-user-projects.hook.ts +72 -0
- package/src/modules/accounts/hooks/create-account-user.hook.ts +21 -0
- package/src/modules/accounts/hooks/remove-user-projects.hook.ts +68 -0
- package/src/modules/accounts/hooks/use-account-members.hook.ts +31 -0
- package/src/modules/accounts/services/account.service.ts +71 -0
- package/src/modules/accounts/types/account-hub-link.type.ts +13 -0
- package/src/modules/accounts/types.ts +9 -0
- package/src/modules/accounts/utils/build-account-hub-url.ts +14 -0
- package/src/modules/accounts/utils/is-account-hub-flow.ts +7 -0
- package/src/modules/accounts/utils/is-account-section.ts +7 -0
- package/src/modules/accounts/utils/is-my-account-section.ts +12 -0
- package/src/modules/accounts/utils/map-legacy-account-route.ts +108 -0
- package/src/modules/accounts/utils/parse-account-hub-link.ts +21 -0
- package/src/modules/affiliates/actions/ensure-affiliate.action.ts +9 -0
- package/src/modules/affiliates/actions/request-deposit.action.ts +9 -0
- package/src/modules/affiliates/actions/update-affiliate.action.ts +9 -0
- package/src/modules/affiliates/constants/affiliate.constants.ts +11 -0
- package/src/modules/affiliates/constants/query-keys.constants.ts +7 -0
- package/src/modules/affiliates/handlers/affiliate-report-analytics.handler.ts +16 -0
- package/src/modules/affiliates/handlers/affiliate-withdrawal-limits.handler.ts +10 -0
- package/src/modules/affiliates/handlers/current-affiliate.handler.ts +10 -0
- package/src/modules/affiliates/handlers/list-affiliate-coupons.handler.ts +10 -0
- package/src/modules/affiliates/handlers/list-affiliate-leads.handler.ts +23 -0
- package/src/modules/affiliates/handlers/list-affiliate-transactions.handler.ts +23 -0
- package/src/modules/affiliates/hooks/use-affiliate-coupons.hook.ts +19 -0
- package/src/modules/affiliates/hooks/use-affiliate-leads.hook.ts +27 -0
- package/src/modules/affiliates/hooks/use-affiliate-report-analytics.hook.ts +19 -0
- package/src/modules/affiliates/hooks/use-affiliate-transactions.hook.ts +25 -0
- package/src/modules/affiliates/hooks/use-current-affiliate.hook.ts +19 -0
- package/src/modules/affiliates/hooks/use-ensure-affiliate.hook.ts +24 -0
- package/src/modules/affiliates/hooks/use-request-deposit.hook.ts +29 -0
- package/src/modules/affiliates/hooks/use-update-affiliate.hook.ts +24 -0
- package/src/modules/affiliates/hooks/use-withdrawal-limits.hook.ts +20 -0
- package/src/modules/affiliates/services/affiliates.service.ts +240 -0
- package/src/modules/affiliates/types/affiliate.type.ts +180 -0
- package/src/modules/affiliates/utils/get-affiliate-share-link.ts +8 -0
- package/src/modules/charges/actions/get-nota-fiscal.action.ts +8 -0
- package/src/modules/charges/actions/refresh-pix.action.ts +8 -0
- package/src/modules/charges/hooks/nota-fiscal.hook.ts +13 -0
- package/src/modules/charges/hooks/refresh-pix.hook.ts +13 -0
- package/src/modules/charges/services/charges.service.ts +121 -0
- package/src/modules/charges/types/nota-fiscal.type.ts +20 -0
- package/src/modules/charges/types/refresh-pix.type.ts +14 -0
- package/src/modules/charges/utils/get-charge-download-url.ts +10 -0
- package/src/modules/coupons/constants/query-keys.constants.ts +1 -0
- package/src/modules/coupons/handlers/find-coupon-by-code.handler.ts +16 -0
- package/src/modules/coupons/handlers/find-coupon-by-id.handler.ts +15 -0
- package/src/modules/coupons/hooks/use-coupon-by-code.hook.ts +16 -0
- package/src/modules/coupons/hooks/use-coupon-by-id.hook.ts +20 -0
- package/src/modules/coupons/services/coupons.service.ts +54 -0
- package/src/modules/coupons/types/coupon.type.ts +70 -0
- package/src/modules/coupons/utils/coupon-restrictions.ts +112 -0
- package/src/modules/domains/handlers/count-domains.handler.ts +10 -0
- package/src/modules/domains/hooks/count-domains.hook.ts +17 -0
- package/src/modules/domains/services/domains.service.ts +18 -0
- package/src/modules/ia-credits/handlers/list-ia-credit-operations.handler.ts +14 -0
- package/src/modules/ia-credits/hooks/ia-credit-operations.hook.ts +33 -0
- package/src/modules/ia-credits/services/ia-credits.service.ts +32 -1
- package/src/modules/pages/handlers/count-pages.handler.ts +5 -2
- package/src/modules/pages/hooks/count-published-pages.hook.ts +26 -0
- package/src/modules/pages/services/pages.service.ts +3 -2
- package/src/modules/plans/constants/plan-tooltips.constants.ts +16 -0
- package/src/modules/plans/hooks/use-enriched-plans.hook.ts +31 -0
- package/src/modules/plans/hooks/use-ui-plans.hook.ts +22 -0
- package/src/modules/projects/hooks/add-project-users.hook.ts +29 -0
- package/src/modules/projects/hooks/list-all-account-users.hook.ts +3 -6
- package/src/modules/projects/hooks/list-available-users.hook.ts +3 -6
- package/src/modules/projects/hooks/list-infinite-projects.hook.ts +3 -6
- package/src/modules/projects/hooks/list-project-users.hook.ts +3 -6
- package/src/modules/projects/hooks/remove-project-users.hook.ts +29 -0
- package/src/modules/projects/services/project-users.service.ts +135 -130
- package/src/modules/projects/types.ts +89 -88
- package/src/modules/subscriptions/actions/cancel-subscription.action.ts +12 -0
- package/src/modules/subscriptions/actions/create-subscription.action.ts +9 -0
- package/src/modules/subscriptions/actions/find-pending-pix-status.action.ts +8 -0
- package/src/modules/subscriptions/actions/find-subscription-by-id.action.ts +8 -0
- package/src/modules/subscriptions/constants/addons.constants.ts +50 -0
- package/src/modules/subscriptions/constants/downgrade.constants.ts +30 -0
- package/src/modules/subscriptions/constants/subscription.constants.ts +3 -0
- package/src/modules/subscriptions/handlers/pending-pix-status.handler.ts +17 -0
- package/src/modules/subscriptions/hooks/cancel-subscription.hook.ts +28 -0
- package/src/modules/subscriptions/hooks/create-subscription.hook.ts +34 -0
- package/src/modules/subscriptions/hooks/find-subscription-by-id.hook.ts +17 -0
- package/src/modules/subscriptions/hooks/pending-pix-status.hook.ts +30 -0
- package/src/modules/subscriptions/services/subscriptions.service.ts +401 -301
- package/src/modules/subscriptions/types/cancel-subscription.type.ts +8 -0
- package/src/modules/subscriptions/types/create-subscription.type.ts +79 -0
- package/src/modules/subscriptions/types/pending-pix-status.type.ts +33 -0
- package/src/modules/subscriptions/types/subscription.type.ts +157 -147
- package/src/modules/subscriptions/utils/addon-buckets.ts +129 -0
- package/src/modules/subscriptions/utils/confirm-payment-if-required.ts +9 -2
- package/src/modules/subscriptions/utils/first-period-pricing.ts +63 -0
- package/src/modules/subscriptions/utils/is-api-subscription.ts +6 -0
- package/src/modules/subscriptions/utils/is-boleto-payer.ts +21 -0
- package/src/modules/subscriptions/utils/is-free-subscription.ts +6 -0
- package/src/modules/subscriptions/utils/periodicity.ts +101 -0
- package/src/modules/subscriptions/utils/resolve-subscription-plan-name.ts +44 -0
- package/src/modules/users/hooks/messages.hook.ts +3 -5
- package/src/server.ts +102 -99
- package/src/store/useAccountModals.ts +22 -5
- package/src/store/useAffiliateFlows.ts +46 -0
- package/src/store/useProjectFlows.ts +42 -0
- package/src/store/useSubscriptionFlows.ts +176 -0
- package/src/store/useTeamFlows.ts +34 -0
- package/src/testing/factories/coupon.factory.ts +17 -0
- package/src/testing/factories/index.ts +3 -0
- package/src/testing/factories/project-user.factory.ts +15 -0
- package/src/testing/factories/project.factory.ts +19 -0
- package/src/testing/react/providers.tsx +2 -1
- package/src/utils/browser/chart-custom-tooltip.ts +85 -0
- package/src/utils/browser/get-css-variable.ts +6 -0
- package/src/utils/constants/scrollbar.ts +10 -0
- package/src/utils/date-filter-period.ts +34 -0
- package/src/utils/file/index.ts +13 -0
- package/src/utils/format/initials.ts +10 -0
- package/src/utils/format/masks.ts +41 -0
- package/src/utils/qrcode/to-data-url.ts +23 -0
- package/src/utils/validators/account.ts +0 -8
- package/dist/components/account/ConfigurationsMyAccountModal.mjs +0 -143
- package/dist/components/account/ConfigurationsMyAccountModal.mjs.map +0 -1
- package/dist/components/account/hooks/useConfigurationsModal.mjs +0 -34
- package/dist/components/account/hooks/useConfigurationsModal.mjs.map +0 -1
- package/src/components/account/ConfigurationsMyAccountModal.tsx +0 -179
- package/src/components/account/hooks/useConfigurationsModal.ts +0 -45
|
@@ -21,6 +21,7 @@ const messages = {
|
|
|
21
21
|
back: 'Voltar',
|
|
22
22
|
continue: 'Continuar',
|
|
23
23
|
add: 'Adicionar',
|
|
24
|
+
connect: 'Conectar',
|
|
24
25
|
remove: 'Remover',
|
|
25
26
|
search: 'Buscar',
|
|
26
27
|
loading: 'Carregando...',
|
|
@@ -48,7 +49,10 @@ const messages = {
|
|
|
48
49
|
currency: 'Moeda',
|
|
49
50
|
currencyPlaceholder: 'Selecione a moeda',
|
|
50
51
|
currencySearch: 'Buscar moeda...',
|
|
52
|
+
general: 'Geral',
|
|
53
|
+
generalDescription: 'Nome da empresa, idioma e moeda',
|
|
51
54
|
timeDisplay: 'Exibição hora',
|
|
55
|
+
timeDisplayDescription: 'Fuso horário e formato das horas',
|
|
52
56
|
timezone: 'Fuso horário',
|
|
53
57
|
timezonePlaceholder: 'Selecione o fuso horário',
|
|
54
58
|
timezoneSearch: 'Buscar fuso horário...',
|
|
@@ -165,7 +169,10 @@ const messages = {
|
|
|
165
169
|
},
|
|
166
170
|
phone: 'Telefone',
|
|
167
171
|
change: 'Alterar',
|
|
172
|
+
yourData: 'Seus dados',
|
|
173
|
+
yourDataDescription: 'Confira os dados da sua conta',
|
|
168
174
|
accessData: 'Dados de acesso',
|
|
175
|
+
accessDataDescription: 'Como você entra na sua conta',
|
|
169
176
|
email: 'E-mail',
|
|
170
177
|
savedSuccess: 'Perfil atualizado com sucesso',
|
|
171
178
|
saveError: 'Erro ao atualizar perfil',
|
|
@@ -242,8 +249,865 @@ const messages = {
|
|
|
242
249
|
warning:
|
|
243
250
|
'Você está alterando configurações que impactam <b>todos os usuários da conta</b>. Deseja confirmar?',
|
|
244
251
|
},
|
|
245
|
-
|
|
246
|
-
|
|
252
|
+
// Componente: MyAccountModal (Minha conta e workspace).
|
|
253
|
+
workspace: {
|
|
254
|
+
title: 'Minha conta',
|
|
255
|
+
groups: {
|
|
256
|
+
account: 'Configurações',
|
|
257
|
+
workspace: 'Workspace',
|
|
258
|
+
},
|
|
259
|
+
nav: {
|
|
260
|
+
subscription: 'Assinatura',
|
|
261
|
+
projects: 'Projetos',
|
|
262
|
+
team: 'Minha equipe',
|
|
263
|
+
affiliates: 'Afiliados',
|
|
264
|
+
},
|
|
265
|
+
pagination: {
|
|
266
|
+
previous: 'Página anterior',
|
|
267
|
+
next: 'Próxima página',
|
|
268
|
+
},
|
|
269
|
+
loadFailed: 'Não foi possível carregar esses dados',
|
|
270
|
+
loadFailedRetry: 'Tentar novamente',
|
|
271
|
+
projects: {
|
|
272
|
+
newProject: 'Novo projeto',
|
|
273
|
+
searchPlaceholder: 'Encontrar projetos',
|
|
274
|
+
empty: 'Nenhum projeto encontrado',
|
|
275
|
+
details: 'Detalhes',
|
|
276
|
+
delete: 'Excluir',
|
|
277
|
+
userAlt: 'Usuário',
|
|
278
|
+
seeMoreUsers: 'Ver mais usuários',
|
|
279
|
+
form: {
|
|
280
|
+
nameRequired: 'Nome do projeto é obrigatório',
|
|
281
|
+
},
|
|
282
|
+
sheet: {
|
|
283
|
+
changeLogo: 'Alterar logo',
|
|
284
|
+
projectName: 'Nome do projeto',
|
|
285
|
+
namePlaceholder: 'Ex: Projeto vendas',
|
|
286
|
+
selectUsers: 'Selecione os usuários',
|
|
287
|
+
connectAnotherUser: 'Conectar outro usuário',
|
|
288
|
+
searchUsers: 'Busque por usuários',
|
|
289
|
+
noUsersFound: 'Nenhum usuário encontrado',
|
|
290
|
+
allUsersAdded: 'Todos os usuários já foram adicionados',
|
|
291
|
+
addProject: 'Adicionar projeto',
|
|
292
|
+
saveChanges: 'Salvar alterações',
|
|
293
|
+
created: 'Projeto "{name}" criado',
|
|
294
|
+
createError: 'Erro ao criar projeto',
|
|
295
|
+
changesSaved: 'Alterações salvas',
|
|
296
|
+
updateError: 'Erro ao atualizar projeto',
|
|
297
|
+
},
|
|
298
|
+
deleteModal: {
|
|
299
|
+
title: 'Excluir projeto',
|
|
300
|
+
descriptionOnlyProject:
|
|
301
|
+
'Não é possível excluir o único projeto. Crie outro projeto antes de excluir <b>"{projectName}"</b>.',
|
|
302
|
+
description:
|
|
303
|
+
'Deseja realmente excluir seu projeto <b>"{projectName}"</b>? O conteúdo será movido para outro projeto.',
|
|
304
|
+
moveContentTo: 'Mover conteúdo para',
|
|
305
|
+
selectProject: 'Selecione um projeto',
|
|
306
|
+
searchProject: 'Buscar projeto...',
|
|
307
|
+
noProjectFound: 'Nenhum projeto encontrado.',
|
|
308
|
+
typeDelete: 'Digite EXCLUIR abaixo',
|
|
309
|
+
deleteWord: 'EXCLUIR',
|
|
310
|
+
deleting: 'Excluindo...',
|
|
311
|
+
deleted: 'Projeto "{projectName}" excluído com sucesso',
|
|
312
|
+
deleteError: 'Erro ao excluir projeto',
|
|
313
|
+
},
|
|
314
|
+
disabledModal: {
|
|
315
|
+
title: 'Você não possui Gestão de Projetos',
|
|
316
|
+
description1: 'Sua assinatura atual não inclui a funcionalidade de Gestão de Projetos.',
|
|
317
|
+
description2: 'Faça upgrade do seu plano para criar e gerenciar múltiplos projetos.',
|
|
318
|
+
upgrade: 'Fazer upgrade de plano',
|
|
319
|
+
},
|
|
320
|
+
},
|
|
321
|
+
team: {
|
|
322
|
+
addUser: 'Adicionar usuário',
|
|
323
|
+
noPermissionToAdd: 'Você não tem permissão para adicionar usuários',
|
|
324
|
+
searchPlaceholder: 'Encontrar usuários',
|
|
325
|
+
empty: 'Nenhum usuário encontrado',
|
|
326
|
+
noProjects: 'Nenhum projeto',
|
|
327
|
+
inProject: 'Em {total} projeto',
|
|
328
|
+
inProjects: 'Em {total} projetos',
|
|
329
|
+
edit: 'Editar',
|
|
330
|
+
delete: 'Excluir',
|
|
331
|
+
filter: 'Filtrar',
|
|
332
|
+
profiles: {
|
|
333
|
+
viewer: 'Visualizador',
|
|
334
|
+
collaborator: 'Colaborador',
|
|
335
|
+
admin: 'Administrador',
|
|
336
|
+
owner: 'Proprietário',
|
|
337
|
+
},
|
|
338
|
+
sheet: {
|
|
339
|
+
titleAdd: 'Adicionar usuário',
|
|
340
|
+
titleEdit: 'Editar usuário',
|
|
341
|
+
tabInformation: 'Informações',
|
|
342
|
+
tabProjects: 'Projetos',
|
|
343
|
+
tabNotifications: 'Notificações',
|
|
344
|
+
selectedOne: 'selecionado',
|
|
345
|
+
selectedMany: 'selecionados',
|
|
346
|
+
sendInvite: 'Enviar convite',
|
|
347
|
+
sending: 'Enviando...',
|
|
348
|
+
saving: 'Salvando...',
|
|
349
|
+
saveChanges: 'Salvar alterações',
|
|
350
|
+
inviteSent: 'Convite enviado para o E-mail {userEmail}',
|
|
351
|
+
changesSaved: 'Alterações de {userName} salvas com sucesso',
|
|
352
|
+
createError: 'Não foi possível criar o usuário',
|
|
353
|
+
updateError: 'Não foi possível atualizar o usuário',
|
|
354
|
+
},
|
|
355
|
+
informationStep: {
|
|
356
|
+
sectionTitle: 'Informações',
|
|
357
|
+
changePhoto: 'Trocar foto',
|
|
358
|
+
addPhoto: 'Adicionar foto',
|
|
359
|
+
firstName: 'Nome',
|
|
360
|
+
namePlaceholder: 'Digite aqui',
|
|
361
|
+
lastName: 'Sobrenome',
|
|
362
|
+
phone: 'Celular',
|
|
363
|
+
phonePlaceholder: '00 0 0000-0000',
|
|
364
|
+
email: 'E-mail',
|
|
365
|
+
emailPlaceholder: 'exemplo@gmail.com',
|
|
366
|
+
checkingEmail: 'Verificando e-mail...',
|
|
367
|
+
emailAlreadyRegistered: 'Este e-mail já está cadastrado',
|
|
368
|
+
change: 'Alterar',
|
|
369
|
+
inviteInfo:
|
|
370
|
+
'Um e-mail com os dados de acesso será enviado. Certifique-se de informar o e-mail correto.',
|
|
371
|
+
securityTitle: 'Segurança',
|
|
372
|
+
twoFactor: 'Autenticação de dois fatores',
|
|
373
|
+
enable: 'Habilitar',
|
|
374
|
+
disable: 'Desabilitar',
|
|
375
|
+
twoFactorSaving: 'Salvando...',
|
|
376
|
+
twoFactorEnabled: 'Autenticação de dois fatores habilitada com sucesso',
|
|
377
|
+
twoFactorDisabled: 'Autenticação de dois fatores desabilitada com sucesso',
|
|
378
|
+
twoFactorError: 'Erro ao alterar autenticação de dois fatores',
|
|
379
|
+
changePassword: 'Alterar senha de acesso',
|
|
380
|
+
changePasswordButton: 'Alterar senha',
|
|
381
|
+
roleTitle: 'Função desse usuário',
|
|
382
|
+
profileOwner: 'Proprietário da conta com acesso total e irrestrito.',
|
|
383
|
+
profileAdmin:
|
|
384
|
+
'Acesso a todas as funcionalidades. Ideal para quem precisa de controle completo.',
|
|
385
|
+
profileCollaborator: 'Permissões limitadas às funções essenciais para o dia a dia.',
|
|
386
|
+
profileViewer:
|
|
387
|
+
'Ideal para acompanhar dados, relatórios e informações, sem realizar alterações.',
|
|
388
|
+
photoAlt: 'Foto',
|
|
389
|
+
},
|
|
390
|
+
projectsStep: {
|
|
391
|
+
sectionTitle: 'Projetos',
|
|
392
|
+
descriptionAdmin: 'Administradores e proprietários possuem acesso a todos os projetos',
|
|
393
|
+
descriptionReadOnly: 'Projetos aos quais você tem acesso',
|
|
394
|
+
descriptionDefault: 'Selecione quais projetos esse usuário terá acesso',
|
|
395
|
+
connectAnotherProject: 'Conectar outro projeto',
|
|
396
|
+
searchProject: 'Buscar por projeto',
|
|
397
|
+
noProjectFound: 'Nenhum projeto encontrado',
|
|
398
|
+
allProjectsAdded: 'Todos os projetos já foram adicionados',
|
|
399
|
+
minimumOneProject: 'O usuário deve ter pelo menos um projeto',
|
|
400
|
+
},
|
|
401
|
+
notificationsStep: {
|
|
402
|
+
sectionTitle: 'Notificações',
|
|
403
|
+
smsTitle: 'SMS',
|
|
404
|
+
smsDescription: 'Receber notificações importantes por SMS',
|
|
405
|
+
emailTitle: 'E-mail',
|
|
406
|
+
emailDescription: 'Receber notificações e atualizações por email',
|
|
407
|
+
typesTitle: 'Tipos de notificações incluem:',
|
|
408
|
+
},
|
|
409
|
+
deleteModal: {
|
|
410
|
+
title: 'Excluir usuário',
|
|
411
|
+
description:
|
|
412
|
+
'Deseja realmente excluir o(a) usuário(a) "{userName}" da sua lista de usuários?',
|
|
413
|
+
typeDelete: 'Digite EXCLUIR abaixo',
|
|
414
|
+
deleteWord: 'EXCLUIR',
|
|
415
|
+
deletingUser: 'Excluindo usuário...',
|
|
416
|
+
deleteUser: 'Excluir usuário',
|
|
417
|
+
deleted: 'O usuário "{userEmail}" foi excluído com sucesso',
|
|
418
|
+
deleteError: 'Não foi possível excluir o usuário',
|
|
419
|
+
},
|
|
420
|
+
invalidUser: 'Usuário inválido para vincular projetos',
|
|
421
|
+
invalidUserRemove: 'Usuário inválido para remover projetos',
|
|
422
|
+
},
|
|
423
|
+
dateFilter: {
|
|
424
|
+
today: 'Hoje',
|
|
425
|
+
yesterday: 'Ontem',
|
|
426
|
+
last7Days: 'Últimos 7 dias',
|
|
427
|
+
last30Days: 'Últimos 30 dias',
|
|
428
|
+
lastMonth: 'Mês passado',
|
|
429
|
+
allTime: 'Todo período',
|
|
430
|
+
},
|
|
431
|
+
affiliates: {
|
|
432
|
+
requestWithdrawal: 'Solicitar saque',
|
|
433
|
+
receivingAccount: 'Conta de recebimento',
|
|
434
|
+
listLeads: 'Listar meus leads',
|
|
435
|
+
terms: 'Termos e regras',
|
|
436
|
+
tabs: {
|
|
437
|
+
link: 'Link de afiliados',
|
|
438
|
+
commissions: 'Comissões',
|
|
439
|
+
reports: 'Relatórios',
|
|
440
|
+
},
|
|
441
|
+
stats: {
|
|
442
|
+
heading: 'Números relevantes',
|
|
443
|
+
totalAffiliates: 'Total de afiliados',
|
|
444
|
+
clicks: 'Cliques',
|
|
445
|
+
leads: 'Leads',
|
|
446
|
+
balance: 'Saldo',
|
|
447
|
+
selectedPeriod: 'Período selecionado',
|
|
448
|
+
minBalance: 'Saldo mínimo de R$25 para saque.',
|
|
449
|
+
},
|
|
450
|
+
steps: {
|
|
451
|
+
inviteTitle: 'Envie seu convite',
|
|
452
|
+
inviteDescription: 'Envie seu link de afiliado para seus parceiros',
|
|
453
|
+
registerTitle: 'Registro',
|
|
454
|
+
registerDescription: 'Seu parceiro se cadastra na plataforma',
|
|
455
|
+
trialTitle: 'Período de teste',
|
|
456
|
+
trialDescription: 'Seu parceiro tem 7 dias como período de teste',
|
|
457
|
+
},
|
|
458
|
+
commissionCard: {
|
|
459
|
+
title: 'Comissão de {percent}%',
|
|
460
|
+
affiliateCode: 'Código de afiliado',
|
|
461
|
+
commission: 'Comissão',
|
|
462
|
+
discount: 'Desconto',
|
|
463
|
+
shareLink: 'Link de compartilhamento',
|
|
464
|
+
copyTooltip: 'Copiar link',
|
|
465
|
+
linkCopied: 'Link copiado',
|
|
466
|
+
},
|
|
467
|
+
transactions: {
|
|
468
|
+
total: 'Total de {total} transações',
|
|
469
|
+
filter: 'Filtrar',
|
|
470
|
+
filterApproval: 'Em aprovação',
|
|
471
|
+
value: 'Valor',
|
|
472
|
+
date: 'Data',
|
|
473
|
+
type: 'Tipo',
|
|
474
|
+
statusColumn: 'Status',
|
|
475
|
+
empty: 'Nenhuma comissão encontrada.',
|
|
476
|
+
pendingTooltip:
|
|
477
|
+
'O status pendente fica por 30 dias. Se o usuário não solicitar reembolso, o valor é consolidado após esse período.',
|
|
478
|
+
refusedTooltip: 'Saque recusado. O valor voltou para o seu saldo.',
|
|
479
|
+
refusedReason: 'Motivo: {reason}',
|
|
480
|
+
viewAttachment: 'Visualizar anexo',
|
|
481
|
+
typeCommission: 'Recebimento de comissão',
|
|
482
|
+
typeWithdrawal: 'Solicitação de saque',
|
|
483
|
+
typeFallback: 'Tipo {type}',
|
|
484
|
+
status: {
|
|
485
|
+
pending: 'Pendente',
|
|
486
|
+
consolidated: 'Consolidado',
|
|
487
|
+
canceled: 'Cancelado',
|
|
488
|
+
refused: 'Recusado',
|
|
489
|
+
},
|
|
490
|
+
},
|
|
491
|
+
chart: {
|
|
492
|
+
title: 'Acompanhamento de indicadores',
|
|
493
|
+
clicks: 'Cliques (Prospect)',
|
|
494
|
+
leads: 'Cadastros (Leads)',
|
|
495
|
+
customers: 'Clientes',
|
|
496
|
+
},
|
|
497
|
+
joinProgram: {
|
|
498
|
+
title: 'Participar do programa de afiliados',
|
|
499
|
+
description:
|
|
500
|
+
'Ao clicar em participar você declara que aceita todos os termos e condições do programa de parcerias do {whitelabelName}. Para mais informações acesse os',
|
|
501
|
+
termsLink: 'Termos do programa de afiliados',
|
|
502
|
+
join: 'Participar',
|
|
503
|
+
joining: 'Participando...',
|
|
504
|
+
decline: 'Não participar',
|
|
505
|
+
joinError: 'Erro ao participar do programa de afiliados. Tente novamente.',
|
|
506
|
+
},
|
|
507
|
+
withdrawal: {
|
|
508
|
+
sheetTitle: 'Solicitar saque',
|
|
509
|
+
availableBalance: 'Saldo disponível',
|
|
510
|
+
receivingAccount: 'Conta de recebimento',
|
|
511
|
+
holderLabel: 'Titular',
|
|
512
|
+
pixKeyLabel: 'Chave Pix',
|
|
513
|
+
holderDocumentLabel: 'CPF/CNPJ',
|
|
514
|
+
withdrawalValueLabel: 'Valor a sacar',
|
|
515
|
+
withdrawalValuePlaceholder: 'R$ 0,00',
|
|
516
|
+
withdrawalValueHint: 'Valor mínimo: R$ {minValue}',
|
|
517
|
+
invoiceWarningCnpj: 'É obrigatório enviar a nota fiscal para saques com conta CNPJ.',
|
|
518
|
+
attachInvoiceButton: 'Anexar nota',
|
|
519
|
+
uploadAreaText: 'Arraste ou envie aqui o arquivo',
|
|
520
|
+
uploadAreaExt: '.PDF',
|
|
521
|
+
processingInfo: 'O processamento do saque pode levar até 7 dias úteis.',
|
|
522
|
+
processingInfoSub: 'Você receberá uma confirmação por email.',
|
|
523
|
+
contactInfo: 'Para dúvidas, entre em contato com o financeiro:',
|
|
524
|
+
submitButton: 'Solicitar saque',
|
|
525
|
+
errorPdfOnly: 'Apenas arquivos PDF são aceitos.',
|
|
526
|
+
errorRequestDeposit: 'Erro ao solicitar saque.',
|
|
527
|
+
validationMinValue: 'Valor mínimo: R$ {minValue}',
|
|
528
|
+
validationMaxBalance: 'Valor não pode ser maior que o disponível para saque ({balance})',
|
|
529
|
+
validationRequired: 'Informe o valor',
|
|
530
|
+
removeAttachmentAriaLabel: 'Remover arquivo',
|
|
531
|
+
cpfMonthlyLimit: 'Limite mensal (CPF): {value}',
|
|
532
|
+
cpfMonthlyRemaining: '· Disponível este mês: {value}',
|
|
533
|
+
reviewTitle: 'Revisar solicitação de saque',
|
|
534
|
+
reviewValueLabel: 'Valor',
|
|
535
|
+
reviewPixLabel: 'Chave PIX',
|
|
536
|
+
reviewDeadlineLabel: 'Prazo',
|
|
537
|
+
reviewDeadlineValue: '7 dias úteis',
|
|
538
|
+
reviewInvoiceLabel: 'Nota fiscal',
|
|
539
|
+
reviewWarning:
|
|
540
|
+
'Revise os dados da solicitação antes de confirmar. Após confirmar, o saque será enviado para processamento.',
|
|
541
|
+
reviewConfirmButton: 'Confirmar saque',
|
|
542
|
+
blockedTitle: 'Corrija sua conta de recebimento',
|
|
543
|
+
blockedDescription:
|
|
544
|
+
'A chave Pix cadastrada é um CPF/CNPJ diferente do documento do titular. Ajuste a chave ou o documento para voltar a solicitar saques.',
|
|
545
|
+
blockedEditAccountButton: 'Editar conta de recebimento',
|
|
546
|
+
},
|
|
547
|
+
bankAccount: {
|
|
548
|
+
dialogTitle: 'Conta de recebimento',
|
|
549
|
+
pixKeyLabel: 'Chave Pix',
|
|
550
|
+
pixKeyPlaceholder: 'E-mail, CPF, Telefone...',
|
|
551
|
+
pixKeyHint:
|
|
552
|
+
'Você é responsável pela chave Pix informada. Confira se está correta — os repasses serão enviados exatamente para esta chave.',
|
|
553
|
+
holderNameLabel: 'Titular da conta',
|
|
554
|
+
holderNamePlaceholder: 'Nome completo',
|
|
555
|
+
holderDocumentLabel: 'CPF/CNPJ do titular',
|
|
556
|
+
holderDocumentPlaceholder: '000.000.000-00',
|
|
557
|
+
saveSuccess: 'Conta de recebimento salva com sucesso.',
|
|
558
|
+
saveError: 'Erro ao salvar conta.',
|
|
559
|
+
validationPix: 'Informe a chave Pix',
|
|
560
|
+
validationHolder: 'Informe o titular',
|
|
561
|
+
validationDocument: 'Informe CPF/CNPJ do titular',
|
|
562
|
+
validationDocumentLength: 'Informe um CPF (11 dígitos) ou CNPJ (14 dígitos)',
|
|
563
|
+
validationCpfChecksum: 'CPF inválido — confira os dígitos verificadores',
|
|
564
|
+
validationCnpjChecksum: 'CNPJ inválido — confira os dígitos verificadores',
|
|
565
|
+
validationPixDocumentMismatch:
|
|
566
|
+
'A chave Pix informada é um CPF/CNPJ diferente do documento do titular. Use uma chave do mesmo documento ou corrija o CPF/CNPJ do titular.',
|
|
567
|
+
pixCnpjInvoiceNotice:
|
|
568
|
+
'Conta CNPJ: o saque passa a exigir nota fiscal em PDF e não usa o limite mensal de CPF.',
|
|
569
|
+
},
|
|
570
|
+
noBankAccount: {
|
|
571
|
+
title: 'Cadastre uma conta de recebimento',
|
|
572
|
+
description:
|
|
573
|
+
'Para solicitar um saque, você precisa cadastrar uma conta bancária para recebimento.',
|
|
574
|
+
registerButton: 'Cadastrar conta',
|
|
575
|
+
},
|
|
576
|
+
viewAttachment: {
|
|
577
|
+
title: 'Nota fiscal anexada',
|
|
578
|
+
iframeTitle: 'Nota fiscal',
|
|
579
|
+
noAttachment: 'Nenhum anexo disponível.',
|
|
580
|
+
},
|
|
581
|
+
leadsSheet: {
|
|
582
|
+
title: 'Listar meus leads',
|
|
583
|
+
emptyState: 'Nenhum lead encontrado.',
|
|
584
|
+
noDate: 'Sem data',
|
|
585
|
+
months: {
|
|
586
|
+
january: 'Janeiro',
|
|
587
|
+
february: 'Fevereiro',
|
|
588
|
+
march: 'Março',
|
|
589
|
+
april: 'Abril',
|
|
590
|
+
may: 'Maio',
|
|
591
|
+
june: 'Junho',
|
|
592
|
+
july: 'Julho',
|
|
593
|
+
august: 'Agosto',
|
|
594
|
+
september: 'Setembro',
|
|
595
|
+
october: 'Outubro',
|
|
596
|
+
november: 'Novembro',
|
|
597
|
+
december: 'Dezembro',
|
|
598
|
+
},
|
|
599
|
+
},
|
|
600
|
+
},
|
|
601
|
+
subscription: {
|
|
602
|
+
cancelPlan: {
|
|
603
|
+
title: 'Cancelar Plano {planName}',
|
|
604
|
+
description: 'Você pode usar a {whitelabelName} até o dia <b>{dueDate}</b>. Após essa data, suas páginas serão retiradas do ar e o acesso ao editor e demais funcionalidades do plano será limitado.',
|
|
605
|
+
reasonLabel: 'Motivo do cancelamento',
|
|
606
|
+
reasonPlaceholder: 'Selecione',
|
|
607
|
+
descriptionLabel: 'Descreva o que levou a tomar essa decisão',
|
|
608
|
+
descriptionPlaceholder: 'Descreva aqui....',
|
|
609
|
+
charactersCount: '{count}/400',
|
|
610
|
+
submit: 'Cancelar assinatura',
|
|
611
|
+
requiredFields: 'Preencha todos os campos obrigatórios',
|
|
612
|
+
reasons: {
|
|
613
|
+
tooExpensive: 'O preço está alto demais',
|
|
614
|
+
missingFeatures: 'A ferramenta não possui uma função que eu preciso',
|
|
615
|
+
switchedService: 'Migrei para outro serviço',
|
|
616
|
+
unused: 'Não estou usando a ferramenta',
|
|
617
|
+
customerService: 'Tive problemas com o suporte ou atendimento',
|
|
618
|
+
tooComplex: 'A ferramenta é muito complexa de usar',
|
|
619
|
+
lowQuality: 'A qualidade não atendeu minhas expectativas',
|
|
620
|
+
other: 'Outro motivo',
|
|
621
|
+
},
|
|
622
|
+
},
|
|
623
|
+
confirmCancel: {
|
|
624
|
+
title: 'Uma pena te ver ir!',
|
|
625
|
+
projectsAndPages: 'Todos os seus <b><totalProjects></totalProjects> projetos</b> e todas suas <b><totalPages></totalPages> páginas</b> ficarão impossibilitados de editar e visualizar até a assinatura de um novo plano!',
|
|
626
|
+
daysUntilEnd: 'Seus sites sairão do ar em {daysUntilEnd} {unit} após o cancelamento',
|
|
627
|
+
dayUnit: 'dia',
|
|
628
|
+
daysUnit: 'dias',
|
|
629
|
+
submit: 'Cancelar assinatura',
|
|
630
|
+
keep: 'Manter assinatura',
|
|
631
|
+
successToast: 'Assinatura cancelada',
|
|
632
|
+
errorToast: 'Erro ao cancelar assinatura. Tente novamente.',
|
|
633
|
+
},
|
|
634
|
+
pendingChange: {
|
|
635
|
+
title: 'Resumo',
|
|
636
|
+
startsOn: 'Início em {date}',
|
|
637
|
+
addonExtras: '{qty} {name} extras',
|
|
638
|
+
aiCredits: '{qty} créditos de IA',
|
|
639
|
+
periodicityDiscount: 'Desconto de periodicidade',
|
|
640
|
+
couponDiscount: 'Cupom de desconto',
|
|
641
|
+
billing: 'Cobrança {period}',
|
|
642
|
+
},
|
|
643
|
+
usageReport: {
|
|
644
|
+
title: 'Relatório de uso',
|
|
645
|
+
madeBy: 'Feito por <b>{author}</b>',
|
|
646
|
+
creditsLabel: '{credits} créditos',
|
|
647
|
+
creditsAdded: '{count} créditos adicionados',
|
|
648
|
+
creditsUsed: '{consumed} de {total} créditos utilizados',
|
|
649
|
+
expired: 'Expirado',
|
|
650
|
+
expiresInOneDay: 'Expira em 1 dia',
|
|
651
|
+
expiresInDays: 'Expira em {days} dias',
|
|
652
|
+
noHistory: 'Nenhum histórico de créditos encontrado.',
|
|
653
|
+
viewPage: 'Ver página',
|
|
654
|
+
defaultRef: 'Uso de créditos',
|
|
655
|
+
defaultUser: 'Usuário',
|
|
656
|
+
},
|
|
657
|
+
planDetails: {
|
|
658
|
+
title: 'Seu plano atual',
|
|
659
|
+
planName: 'Plano {name}',
|
|
660
|
+
noName: 'sem nome',
|
|
661
|
+
validity: 'Validade:',
|
|
662
|
+
cancelledBadge: 'Cancelado',
|
|
663
|
+
includedInPlan: 'Incluso no plano',
|
|
664
|
+
unlimitedDomains: 'Domínios ilimitados',
|
|
665
|
+
domainsSummary: '{total} domínios contratados ({base} inclusos no plano + {extra} extras)',
|
|
666
|
+
domainsSummaryNoExtra: '{total} domínios contratados ({base} inclusos no plano)',
|
|
667
|
+
abTestUnlimited: 'Experimentos (Test A/B) ilimitados',
|
|
668
|
+
heatmap: 'Heatmap',
|
|
669
|
+
domainBucketPrice: '{count} a {price}',
|
|
670
|
+
domainPromoPrice: '{count} a {price} · preço promocional',
|
|
671
|
+
domainTooltip: 'O preço base é o valor de um domínio extra contratado hoje. Os preços promocionais foram contratados em condições anteriores e seguem válidos até você removê-los.',
|
|
672
|
+
manageAddons: 'Você pode gerenciar seus adicionais.',
|
|
673
|
+
manageAddonsLink: 'Clique aqui',
|
|
674
|
+
paymentInfo: 'Informações de pagamento',
|
|
675
|
+
valueLabel: 'Valor',
|
|
676
|
+
paymentMethodLabel: 'Forma de pagamento',
|
|
677
|
+
periodicityLabel: 'Periodicidade',
|
|
678
|
+
planValidityLabel: 'Validade do plano',
|
|
679
|
+
paymentMethodBoleto: 'Boleto',
|
|
680
|
+
paymentMethodCard: 'Cartão',
|
|
681
|
+
periodicityMonthly: 'Mensalmente',
|
|
682
|
+
periodicitySemiannual: 'Semestralmente',
|
|
683
|
+
periodicityAnnual: 'Anualmente',
|
|
684
|
+
trialPeriod: 'Período de teste',
|
|
685
|
+
couponLabel: 'Cupom aplicado',
|
|
686
|
+
couponValuePercent: '{code} (-{percent}%)',
|
|
687
|
+
couponValueAmount: '{code} (-{amount})',
|
|
688
|
+
},
|
|
689
|
+
billingAddress: {
|
|
690
|
+
title: 'Endereço de cobrança',
|
|
691
|
+
personTypeLabel: 'Tipo de pessoa',
|
|
692
|
+
personTypePf: 'Pessoa Física',
|
|
693
|
+
personTypePj: 'Pessoa Jurídica',
|
|
694
|
+
locationTitle: 'Localização',
|
|
695
|
+
locationDescription: 'Preencha os dados de endereço da empresa.',
|
|
696
|
+
fantasyName: 'Nome fantasia',
|
|
697
|
+
fantasyNamePlaceholder: 'Nome da empresa',
|
|
698
|
+
fullName: 'Nome completo',
|
|
699
|
+
fullNamePlaceholder: 'Seu nome completo',
|
|
700
|
+
financialEmail: 'E-mail financeiro',
|
|
701
|
+
financialEmailPlaceholder: 'email@exemplo.com',
|
|
702
|
+
addressLabel: 'Endereço',
|
|
703
|
+
addressPlaceholder: 'Rua, Avenida...',
|
|
704
|
+
numberLabel: 'Número',
|
|
705
|
+
numberPlaceholder: 'Nº',
|
|
706
|
+
complementLabel: 'Complemento',
|
|
707
|
+
complementPlaceholder: 'Apto, sala...',
|
|
708
|
+
neighborhoodLabel: 'Bairro',
|
|
709
|
+
neighborhoodPlaceholder: 'Bairro',
|
|
710
|
+
cityLabel: 'Cidade',
|
|
711
|
+
cityPlaceholder: 'Cidade',
|
|
712
|
+
stateLabel: 'Estado (UF)',
|
|
713
|
+
statePlaceholder: 'UF',
|
|
714
|
+
countryLabel: 'País',
|
|
715
|
+
countryPlaceholder: 'Selecione',
|
|
716
|
+
cepNotFound: 'CEP não encontrado',
|
|
717
|
+
successToast: 'Endereço de cobrança atualizado!',
|
|
718
|
+
errorToast: 'Erro ao salvar. Tente novamente.',
|
|
719
|
+
requiredFields: 'Preencha todos os campos obrigatórios',
|
|
720
|
+
invalidCnpj: 'CNPJ inválido',
|
|
721
|
+
invalidCpf: 'CPF inválido',
|
|
722
|
+
invalidCnpjChecksum: 'CNPJ inválido — confira os dígitos verificadores',
|
|
723
|
+
invalidCpfChecksum: 'CPF inválido — confira os dígitos verificadores',
|
|
724
|
+
invalidEmail: 'E-mail inválido',
|
|
725
|
+
invalidCep: 'CEP inválido',
|
|
726
|
+
requiredField: 'Campo obrigatório',
|
|
727
|
+
},
|
|
728
|
+
payCharge: {
|
|
729
|
+
title: 'Pagar fatura',
|
|
730
|
+
dueDate: 'Vencimento: {date}',
|
|
731
|
+
domains: 'Domínios',
|
|
732
|
+
aiCredits: 'Créditos de IA',
|
|
733
|
+
abTest: 'Teste A/B',
|
|
734
|
+
abTestActive: 'Ativo',
|
|
735
|
+
payment: 'Pagamento',
|
|
736
|
+
boletoTooltip: 'Pagamento por boleto disponível somente para assinaturas anuais',
|
|
737
|
+
boletoInfo: 'Boleto com vencimento em 3 dias úteis. A assinatura é ativada após a confirmação do pagamento.\n\nSe o boleto vencer, a assinatura não será ativada.',
|
|
738
|
+
pixInfo: 'Clique em <b>"Ver código PIX"</b> para visualizar o QR code e copiar o código de pagamento.',
|
|
739
|
+
processing: 'Processando...',
|
|
740
|
+
payNow: 'Pagar agora',
|
|
741
|
+
viewPixCode: 'Ver código PIX',
|
|
742
|
+
viewBoleto: 'Ver dados do boleto',
|
|
743
|
+
generatingBoleto: 'Gerando...',
|
|
744
|
+
generateBoleto: 'Gerar boleto',
|
|
745
|
+
successToast: 'Pagamento realizado com sucesso!',
|
|
746
|
+
errorPayment: 'Erro ao processar pagamento. Tente novamente.',
|
|
747
|
+
errorBoleto: 'Erro ao gerar boleto. Tente novamente.',
|
|
748
|
+
},
|
|
749
|
+
receipt: {
|
|
750
|
+
generalInfo: 'Informações gerais',
|
|
751
|
+
chargeLabel: 'Cobrança',
|
|
752
|
+
detailsLabel: 'Detalhes',
|
|
753
|
+
statusLabel: 'Status',
|
|
754
|
+
noTitle: 'Sem título',
|
|
755
|
+
paymentSection: 'Pagamento',
|
|
756
|
+
totalValue: 'Valor total',
|
|
757
|
+
dueDate: 'Data do vencimento',
|
|
758
|
+
paymentDate: 'Data do pagamento',
|
|
759
|
+
paymentMethod: 'Forma de pagamento',
|
|
760
|
+
paymentMethodCreditCard: 'Cartão de crédito',
|
|
761
|
+
paymentMethodBoleto: 'Boleto',
|
|
762
|
+
paymentMethodPix: 'PIX',
|
|
763
|
+
viewPixCode: 'Ver código PIX',
|
|
764
|
+
payBoleto: 'Pagar boleto',
|
|
765
|
+
viewBoletoDetails: 'Ver dados do boleto',
|
|
766
|
+
retryPayment: 'Tentar cobrar novamente',
|
|
767
|
+
changeCard: 'Alterar cartão',
|
|
768
|
+
downloadReceipt: 'Baixar recibo',
|
|
769
|
+
notaFiscal: 'Baixar nota fiscal',
|
|
770
|
+
notaFiscalEmpty: 'A nota fiscal ainda está sendo gerada e pode levar alguns minutos para ser emitida. Tente novamente mais tarde.',
|
|
771
|
+
notaFiscalError: 'Não foi possível obter a nota fiscal. Tente novamente.',
|
|
772
|
+
},
|
|
773
|
+
boletoDetails: {
|
|
774
|
+
title: 'Dados do boleto',
|
|
775
|
+
valueLabel: 'Valor',
|
|
776
|
+
dueDate: 'Vencimento',
|
|
777
|
+
digitableLine: 'Linha digitável',
|
|
778
|
+
copyCode: 'Copiar código',
|
|
779
|
+
openBoleto: 'Abrir boleto',
|
|
780
|
+
copiedToast: 'Código copiado com sucesso!',
|
|
781
|
+
},
|
|
782
|
+
pixDetails: {
|
|
783
|
+
title: 'Pix gerado',
|
|
784
|
+
subtitle: 'Escaneie o QR code para pagar',
|
|
785
|
+
dueDate: 'Vencimento',
|
|
786
|
+
value: 'Valor',
|
|
787
|
+
dueDateToday: 'Hoje',
|
|
788
|
+
dueDateTomorrow: 'Amanhã',
|
|
789
|
+
payIn: 'Pague em',
|
|
790
|
+
qrCodeAlt: 'QR Code Pix',
|
|
791
|
+
qrCodeUnavailable: 'O QR Code visual não foi disponibilizado pela integração.',
|
|
792
|
+
generating: 'Gerando um novo código PIX...',
|
|
793
|
+
refreshError: 'Não foi possível gerar um novo código PIX. Tente novamente em instantes.',
|
|
794
|
+
orCopyCode: 'OU COPIE O CÓDIGO PIX ABAIXO',
|
|
795
|
+
copyCode: 'Copiar código',
|
|
796
|
+
copiedToast: 'Código copiado com sucesso!',
|
|
797
|
+
},
|
|
798
|
+
planCard: {
|
|
799
|
+
noSubscription: 'Sem assinatura',
|
|
800
|
+
readFailed: 'Não foi possível carregar sua assinatura',
|
|
801
|
+
readFailedRetry: 'Tentar de novo',
|
|
802
|
+
freePlan: 'Plano FREE',
|
|
803
|
+
choosePlan: 'Escolher um plano agora',
|
|
804
|
+
hirePlan: 'Contratar plano',
|
|
805
|
+
planName: 'Plano {name}',
|
|
806
|
+
noName: 'sem nome',
|
|
807
|
+
trialBadge: '(Período de teste)',
|
|
808
|
+
trialDaysRemaining: 'Você tem {days} dias de teste',
|
|
809
|
+
moreDetails: 'Mais detalhes',
|
|
810
|
+
current: 'Atual',
|
|
811
|
+
cancelled: 'Cancelado',
|
|
812
|
+
frozen: 'Congelado',
|
|
813
|
+
expired: 'Expirado',
|
|
814
|
+
overdueDate: 'Atrasado desde {date}',
|
|
815
|
+
expiresOn: 'Expira em {date}',
|
|
816
|
+
pendingDate: 'Em {date}',
|
|
817
|
+
details: 'Detalhes',
|
|
818
|
+
changePlan: 'Alterar plano',
|
|
819
|
+
paySubscription: 'Pagar assinatura',
|
|
820
|
+
billingAddress: 'Endereço de cobrança',
|
|
821
|
+
cancelPlan: 'Cancelar plano',
|
|
822
|
+
noActiveCredits: 'Sem créditos ativos',
|
|
823
|
+
creditsExpireInOneDay: '{credits} créditos expiram em 1 dia',
|
|
824
|
+
creditsExpireInDays: '{credits} créditos expiram em {days} dias',
|
|
825
|
+
aiCreditsTotal: '{total} créditos de IA',
|
|
826
|
+
creditsExpireAriaLabel: 'Informação sobre créditos que expiram',
|
|
827
|
+
creditsExpireTooltip:
|
|
828
|
+
'Este é o lote de créditos mais próximo de vencer. Veja mais detalhes em Relatório de uso.',
|
|
829
|
+
buyCredits: 'Comprar créditos',
|
|
830
|
+
usageReport: 'Relatório de uso',
|
|
831
|
+
aiCreditsPromoTitle: 'Créditos IA',
|
|
832
|
+
aiCreditsPromoDescription: 'Acelere suas tarefas com o poder da IA',
|
|
833
|
+
},
|
|
834
|
+
paymentInfo: {
|
|
835
|
+
title: 'Informações de pagamento',
|
|
836
|
+
defaultCard: 'Cartão padrão',
|
|
837
|
+
validUntil: 'Válido até {date}',
|
|
838
|
+
manageTitle: 'Gerenciamento de cartões',
|
|
839
|
+
noCards: 'Nenhum cartão cadastrado',
|
|
840
|
+
noCardAdded: 'Nenhum cartão adicionado',
|
|
841
|
+
loadFailed: 'Não foi possível carregar seus cartões',
|
|
842
|
+
retry: 'Tentar novamente',
|
|
843
|
+
},
|
|
844
|
+
charges: {
|
|
845
|
+
title: 'Todos os seus recibos',
|
|
846
|
+
noReceipts: 'Nenhum recibo encontrado',
|
|
847
|
+
defaultTitle: 'Cobrança',
|
|
848
|
+
filter: 'Filtrar',
|
|
849
|
+
filterPending: 'Pendente',
|
|
850
|
+
filterPaid: 'Pago',
|
|
851
|
+
filterFailed: 'Falha ao pagar',
|
|
852
|
+
filterCancelled: 'Cancelado',
|
|
853
|
+
pay: 'Pagar',
|
|
854
|
+
downloadReceipt: 'Baixar recibo',
|
|
855
|
+
details: 'Detalhes',
|
|
856
|
+
status: {
|
|
857
|
+
pending: 'Pendente',
|
|
858
|
+
paid: 'Pago',
|
|
859
|
+
failed: 'Falha ao pagar',
|
|
860
|
+
cancelled: 'Invoice cancelado',
|
|
861
|
+
},
|
|
862
|
+
},
|
|
863
|
+
|
|
864
|
+
// Fluxo: ChangePlanSheet (gerenciamento do plano, troca e recontratação).
|
|
865
|
+
changePlan: {
|
|
866
|
+
titleManagement: 'Gerenciamento de Plano',
|
|
867
|
+
titleChange: 'Trocar de plano',
|
|
868
|
+
billingRow: 'Cobrança {period}',
|
|
869
|
+
toasts: {
|
|
870
|
+
couponNotValidForPlan: 'O cupom {code} não é válido para o plano selecionado.',
|
|
871
|
+
couponNotValidForPeriod: 'O cupom {code} não é válido para a periodicidade selecionada.',
|
|
872
|
+
couponRemovedInvalidPlan: 'Cupom {code} removido: não é válido para este plano.',
|
|
873
|
+
couponRemovedInvalidPeriod:
|
|
874
|
+
'Cupom {code} removido: não é válido para a periodicidade selecionada.',
|
|
875
|
+
pixNotGenerated: 'Não foi possível gerar o PIX. Tente novamente.',
|
|
876
|
+
boletoGenerated: 'Boleto gerado! Abra os dados dele pela lista de cobranças.',
|
|
877
|
+
planReactivated: 'Plano {planName} reativado',
|
|
878
|
+
reactivateError: 'Erro ao recontratar plano. Tente novamente.',
|
|
879
|
+
planUpdated: 'Plano atualizado. As alterações entram em vigor na próxima fatura.',
|
|
880
|
+
updateError: 'Erro ao atualizar o plano. Tente novamente.',
|
|
881
|
+
},
|
|
882
|
+
planView: {
|
|
883
|
+
currentPlanLabel: 'Plano atual',
|
|
884
|
+
changePlanButton: 'Mudar de plano',
|
|
885
|
+
},
|
|
886
|
+
planComparison: {
|
|
887
|
+
badgeCurrent: 'Atual',
|
|
888
|
+
badgeNew: 'Novo',
|
|
889
|
+
newFeaturesTitle: 'Novas funcionalidades incluídas',
|
|
890
|
+
lostFeaturesTitle: 'O que você perde ao trocar de plano',
|
|
891
|
+
},
|
|
892
|
+
paymentSummary: {
|
|
893
|
+
paymentTitle: 'Pagamento',
|
|
894
|
+
boletoInfo: 'Clique em <b>"Atualizar plano"</b> e seu boleto será gerado automaticamente!',
|
|
895
|
+
pixInfo: 'Clique em <b>"Atualizar plano"</b> e seu código PIX será gerado automaticamente!',
|
|
896
|
+
immediateChargeNote:
|
|
897
|
+
'Uma cobrança proporcional será realizada agora e o novo valor passa a valer a partir da próxima fatura.',
|
|
898
|
+
downgradeNote: 'As alterações entrarão em vigor a partir da sua próxima fatura.',
|
|
899
|
+
defaultNote: 'As alterações entram em vigor no momento do pagamento.',
|
|
900
|
+
paymentMethodChangeNote:
|
|
901
|
+
'As próximas cobranças desta assinatura passarão a ser feitas via <b>{method}</b>.',
|
|
902
|
+
submitButton: 'Atualizar plano',
|
|
903
|
+
retryAuthButton: 'Tentar autenticação de novo',
|
|
904
|
+
},
|
|
905
|
+
reactivationConfig: {
|
|
906
|
+
currentPlanLabel: 'Plano atual',
|
|
907
|
+
changePlanButton: 'Mudar de plano',
|
|
908
|
+
},
|
|
909
|
+
reactivationPayment: {
|
|
910
|
+
paymentTitle: 'Pagamento',
|
|
911
|
+
boletoInfo: 'Clique em <b>"Contratar plano"</b> e seu boleto será gerado automaticamente!',
|
|
912
|
+
pixInfo: 'Clique em <b>"Contratar plano"</b> e seu código PIX será gerado automaticamente!',
|
|
913
|
+
submitButton: 'Contratar plano',
|
|
914
|
+
billingDataRequired:
|
|
915
|
+
'Boleto e PIX emitem nota fiscal: complete seus dados de cobrança para continuar.',
|
|
916
|
+
billingDataAction: 'Completar dados de cobrança',
|
|
917
|
+
retryAuthButton: 'Tentar autenticação de novo',
|
|
918
|
+
},
|
|
919
|
+
paymentMethodLabels: { card: 'cartão', boleto: 'boleto', pix: 'PIX' },
|
|
920
|
+
addons: {
|
|
921
|
+
title: 'Adicionais do plano',
|
|
922
|
+
credits: { option: '{credits} créditos de IA / mês', priceDefault: 'Padrão' },
|
|
923
|
+
domains: {
|
|
924
|
+
included: '{count} Domínios conectados',
|
|
925
|
+
extras: '(+{count} extras)',
|
|
926
|
+
extraPrice: '{price}{period} por domínio extra',
|
|
927
|
+
},
|
|
928
|
+
abTest: {
|
|
929
|
+
name: 'Experimentos e Teste A/B',
|
|
930
|
+
details: 'Mais detalhes',
|
|
931
|
+
includedInPlan: 'Incluso no plano',
|
|
932
|
+
},
|
|
933
|
+
},
|
|
934
|
+
alternativeBuckets: {
|
|
935
|
+
sectionTitle: 'Outros domínios cadastrados',
|
|
936
|
+
domainSingular: 'domínio',
|
|
937
|
+
domainPlural: 'domínios',
|
|
938
|
+
bucketLabel: '{count} {domainLabel} a {price}',
|
|
939
|
+
},
|
|
940
|
+
summary: {
|
|
941
|
+
title: 'Resumo',
|
|
942
|
+
planRow: 'Plano {planName}',
|
|
943
|
+
domainAddonSuffix: 'a {price}',
|
|
944
|
+
aiAddon: '{credits} créditos de IA',
|
|
945
|
+
periodDiscount: 'Desconto {pct} ({period})',
|
|
946
|
+
couponDiscount: 'Cupom {code}',
|
|
947
|
+
immediateCharge: 'Cobrança imediata',
|
|
948
|
+
billingRow: 'Cobrança {period}',
|
|
949
|
+
},
|
|
950
|
+
coupon: { addButton: 'Cupom de desconto' },
|
|
951
|
+
couponDialog: {
|
|
952
|
+
title: 'Cupom de desconto',
|
|
953
|
+
codeLabel: 'Código do cupom',
|
|
954
|
+
codePlaceholder: 'Digite aqui',
|
|
955
|
+
apply: 'Aplicar cupom',
|
|
956
|
+
applying: 'Aplicando...',
|
|
957
|
+
notFoundOrInvalid: 'O cupom {code} não existe ou não é mais válido.',
|
|
958
|
+
notUsableAccount: 'O cupom {code} não pode ser usado nesta conta.',
|
|
959
|
+
},
|
|
960
|
+
abTestDialog: { learnMore: 'Saiba mais' },
|
|
961
|
+
lostFeatures: {
|
|
962
|
+
domains15: '15 Domínios conectados',
|
|
963
|
+
projectManagement: 'Gestão de Projetos',
|
|
964
|
+
onboardingMeeting: 'Reunião de Onboarding',
|
|
965
|
+
domains3: '3 Domínios conectados',
|
|
966
|
+
unlimitedPages: 'Páginas ilimitadas',
|
|
967
|
+
},
|
|
968
|
+
downgradeReason: {
|
|
969
|
+
title: 'Por que você está fazendo downgrade?',
|
|
970
|
+
subtitle: 'Sua resposta nos ajuda a melhorar a {wlName} para você.',
|
|
971
|
+
reasonLabel: 'Motivo da troca de plano',
|
|
972
|
+
reasonRequired: '*',
|
|
973
|
+
reasonPlaceholder: 'Descreva o motivo da sua escolha',
|
|
974
|
+
continueWithDowngrade: 'Continuar com downgrade',
|
|
975
|
+
},
|
|
976
|
+
downgradeReasons: {
|
|
977
|
+
'problemas-tecnicos': 'Estou enfrentando muitos problemas técnicos',
|
|
978
|
+
preco: 'O preço não compensa para mim no momento',
|
|
979
|
+
'pouco-uso': 'Não estou usando a ferramenta com frequência',
|
|
980
|
+
'falta-recursos': 'Sinto falta de recursos importantes',
|
|
981
|
+
outro: 'Outro motivo',
|
|
982
|
+
},
|
|
983
|
+
},
|
|
984
|
+
|
|
985
|
+
// Contratação: seletor de período e cupom de duração limitada.
|
|
986
|
+
checkout: {
|
|
987
|
+
billing: {
|
|
988
|
+
sectionLabel: 'Cobrança',
|
|
989
|
+
annual: 'Assinatura Anual',
|
|
990
|
+
monthly: 'Assinatura Mensal',
|
|
991
|
+
suffixAnnual: '/ano',
|
|
992
|
+
suffixMonthly: '/mês',
|
|
993
|
+
billedUpfront: '{price} à vista',
|
|
994
|
+
discountBadge: '{percent}% OFF',
|
|
995
|
+
catalogDiscountBadge: 'até {percent}% off',
|
|
996
|
+
},
|
|
997
|
+
firstPeriod: {
|
|
998
|
+
firstMonthly: '1º mês {price}',
|
|
999
|
+
firstSemiannual: '1º semestre {price}',
|
|
1000
|
+
firstAnnual: '1º ano {price}',
|
|
1001
|
+
firstMonths: 'primeiros {count} meses {price}',
|
|
1002
|
+
then: 'depois {price}{suffix}',
|
|
1003
|
+
},
|
|
1004
|
+
},
|
|
1005
|
+
|
|
1006
|
+
// Fluxo: CannotDowngradeDialog (o que ajustar antes de descer de plano).
|
|
1007
|
+
cannotDowngrade: {
|
|
1008
|
+
heading: 'Antes de mudar para o Plano {planName}',
|
|
1009
|
+
alertDomains:
|
|
1010
|
+
'Sua conta possui {registeredDomains, plural, one {1 domínio cadastrado} other {# domínios cadastrados}}, mas o plano {planName} permite apenas {planIncludedDomains, plural, one {1 domínio conectado} other {# domínios conectados}}.',
|
|
1011
|
+
alertDomainsNone:
|
|
1012
|
+
'Sua conta possui {registeredDomains, plural, one {1 domínio cadastrado} other {# domínios cadastrados}}, mas o plano {planName} não permite domínios conectados.',
|
|
1013
|
+
alertPages:
|
|
1014
|
+
'Sua conta possui {publishedPages, plural, one {1 página publicada} other {# páginas publicadas}}, mas o plano {planName} permite apenas {planIncludedPages, plural, one {1 página publicada} other {# páginas publicadas}}.',
|
|
1015
|
+
alertReviewSteps: 'Para continuar, revise as etapas abaixo e escolha o que deseja manter.',
|
|
1016
|
+
alertReady:
|
|
1017
|
+
'Tudo certo! Sua conta já está dentro dos limites do plano {planName}. É só finalizar a mudança.',
|
|
1018
|
+
stepReviewTitle: 'Revisar limites',
|
|
1019
|
+
stepDomainsTitle: 'Revisar domínios',
|
|
1020
|
+
stepPagesTitle: 'Revisar páginas',
|
|
1021
|
+
stepDomainsSubtitle:
|
|
1022
|
+
'Você precisa remover {count, plural, one {1 domínio} other {# domínios}} para continuar',
|
|
1023
|
+
stepDomainsAction: 'Apagar {count, plural, one {1 domínio} other {# domínios}}',
|
|
1024
|
+
stepDomainsDone: 'Sua conta já está dentro do limite de domínios do plano',
|
|
1025
|
+
stepPagesSubtitle:
|
|
1026
|
+
'Você precisa deixar apenas {limit, plural, one {1 página publicada} other {# páginas publicadas}} para continuar',
|
|
1027
|
+
stepPagesAction: 'Despublicar {count, plural, one {1 página} other {# páginas}}',
|
|
1028
|
+
stepPagesDone: 'Sua conta já está dentro do limite de páginas do plano',
|
|
1029
|
+
stepConfirmTitle: 'Confirmar alteração',
|
|
1030
|
+
stepConfirmSubtitle: 'Revise tudo antes de concluir a mudança',
|
|
1031
|
+
stepConfirmAction: 'Finalizar',
|
|
1032
|
+
},
|
|
1033
|
+
|
|
1034
|
+
// Fluxo: AddFirstCardWarningModal (primeiro cartão da conta).
|
|
1035
|
+
addFirstCard: {
|
|
1036
|
+
title: 'Atenção ao adicionar um cartão',
|
|
1037
|
+
description1:
|
|
1038
|
+
'Ao adicionar este cartão, ele será utilizado como meio de pagamento da sua assinatura.',
|
|
1039
|
+
description2:
|
|
1040
|
+
'A próxima fatura da sua assinatura será cobrada automaticamente neste novo cartão.',
|
|
1041
|
+
continue: 'Continuar',
|
|
1042
|
+
},
|
|
1043
|
+
|
|
1044
|
+
// Fluxo: SwitchPaymentToCardModal (assinatura passa a ser cobrada no cartão novo).
|
|
1045
|
+
switchPaymentToCard: {
|
|
1046
|
+
title: 'Usar este cartão na sua assinatura?',
|
|
1047
|
+
intro: 'Confirme para aplicar as mudanças abaixo agora:',
|
|
1048
|
+
introFirstCard:
|
|
1049
|
+
'Este é o primeiro cartão da sua conta. Confirme para aplicar as mudanças abaixo agora:',
|
|
1050
|
+
changeMethod:
|
|
1051
|
+
'A cobrança da assinatura deixa de ser por {method} e passa para este cartão',
|
|
1052
|
+
changeDefault: 'Este cartão passa a ser o padrão da conta',
|
|
1053
|
+
chargeNow:
|
|
1054
|
+
'Se houver fatura em aberto desta assinatura, ela é cobrada agora neste cartão',
|
|
1055
|
+
declineHint: 'Se preferir, o cartão fica cadastrado e nada muda na cobrança.',
|
|
1056
|
+
confirm: 'Usar este cartão',
|
|
1057
|
+
decline: 'Agora não',
|
|
1058
|
+
successToast: 'Pronto, sua assinatura passou a ser cobrada neste cartão.',
|
|
1059
|
+
successWithCharge:
|
|
1060
|
+
'Pronto. Sua assinatura passou a ser cobrada neste cartão e a fatura de {value} foi paga.',
|
|
1061
|
+
pendingBlocked:
|
|
1062
|
+
'A troca não foi aplicada: há um pagamento pendente nesta assinatura. Conclua o pagamento e tente de novo.',
|
|
1063
|
+
switchedChargeFailed:
|
|
1064
|
+
'Cartão definido para a assinatura, mas a fatura em aberto não foi paga agora. A cobrança será tentada de novo automaticamente.',
|
|
1065
|
+
authError: 'Não foi possível autenticar o pagamento com o banco.',
|
|
1066
|
+
errorToast: 'Não foi possível trocar a forma de pagamento. Tente novamente.',
|
|
1067
|
+
methodBoleto: 'boleto',
|
|
1068
|
+
methodPix: 'pix',
|
|
1069
|
+
},
|
|
1070
|
+
|
|
1071
|
+
// Fluxo: PlansCatalogDialog (vitrine de planos).
|
|
1072
|
+
plansCatalog: {
|
|
1073
|
+
title: 'Planos de assinatura',
|
|
1074
|
+
periodMonthly: 'Mensal',
|
|
1075
|
+
periodAnnual: 'Anual',
|
|
1076
|
+
discountCatalog: 'até {percent}% off',
|
|
1077
|
+
discountBadge: '{percent}% OFF',
|
|
1078
|
+
},
|
|
1079
|
+
|
|
1080
|
+
// Fluxo: PaymentConfirmationDialog (cobrança no cartão confirmada).
|
|
1081
|
+
paymentConfirmation: {
|
|
1082
|
+
subscriptionConfirmed: 'Assinatura confirmada 🚀',
|
|
1083
|
+
youSubscribed: 'Você acabou de assinar o <b>{planName}</b>',
|
|
1084
|
+
price: 'por <b>{price}</b>',
|
|
1085
|
+
immediateCharge: 'Uma cobrança proporcional de <b>{amount}</b> foi realizada agora.',
|
|
1086
|
+
manageInfo:
|
|
1087
|
+
'Para gerenciar seu plano, acessar faturas ou fazer alterações, basta abrir a aba "Assinatura" em Minha conta.',
|
|
1088
|
+
},
|
|
1089
|
+
|
|
1090
|
+
// Fluxo: PixPaymentDialog (QR code do pix gerado na troca/contratação).
|
|
1091
|
+
pixPayment: {
|
|
1092
|
+
title: 'Pix gerado',
|
|
1093
|
+
subtitle: 'Escaneie um código QR para pagar',
|
|
1094
|
+
payNowLabel: 'Você paga agora',
|
|
1095
|
+
payIn: 'Pague em',
|
|
1096
|
+
qrCodeAlt: 'QR Code Pix',
|
|
1097
|
+
orCopyCode: 'OU COPIE O CÓDIGO PIX ABAIXO',
|
|
1098
|
+
copyCode: 'Copiar código',
|
|
1099
|
+
copiedToast: 'Código copiado com sucesso!',
|
|
1100
|
+
paidToast: 'Pagamento efetuado com sucesso.',
|
|
1101
|
+
waitingPayment: 'Aguardando a confirmação do pagamento...',
|
|
1102
|
+
paidTitle: 'PIX pago',
|
|
1103
|
+
rejectedTitle: 'Pix recusado',
|
|
1104
|
+
expiredTitle: 'Código PIX expirado',
|
|
1105
|
+
rejectedOrExpiredDescription: 'Clique abaixo para gerar um novo código PIX',
|
|
1106
|
+
generateAnother: 'Gerar outro código',
|
|
1107
|
+
rejected: 'Pix recusado. Feche e gere um novo código para tentar de novo.',
|
|
1108
|
+
expired: 'Código PIX expirado. Feche e gere um novo código para tentar de novo.',
|
|
1109
|
+
},
|
|
1110
|
+
},
|
|
247
1111
|
},
|
|
248
1112
|
},
|
|
249
1113
|
|
|
@@ -492,7 +1356,41 @@ const messages = {
|
|
|
492
1356
|
|
|
493
1357
|
// Nomes dos idiomas exibidos no seletor.
|
|
494
1358
|
// Planos: features e main features (mapApiPlanToUiPlan).
|
|
1359
|
+
// Nomes dos adicionais do plano.
|
|
1360
|
+
addons: {
|
|
1361
|
+
domains: 'Domínios',
|
|
1362
|
+
pages: 'Páginas',
|
|
1363
|
+
projects: 'Projetos',
|
|
1364
|
+
abTestName: 'Experimentos e Teste A/B',
|
|
1365
|
+
abTestShortName: 'Teste A/B',
|
|
1366
|
+
abTestDescription: 'O Teste A/B é uma técnica usada para comparar duas versões de um mesmo conteúdo, como uma página ou anúncio, e identificar qual gera melhores resultados. Parte do público vê a versão A e outra parte vê a versão B, permitindo analisar dados reais e tomar decisões mais eficazes para melhorar conversões e desempenho.',
|
|
1367
|
+
heatmap: 'Heatmap',
|
|
1368
|
+
aiCredits: 'Créditos de IA',
|
|
1369
|
+
},
|
|
1370
|
+
|
|
495
1371
|
plans: {
|
|
1372
|
+
tooltips: {
|
|
1373
|
+
domains:
|
|
1374
|
+
'Conecte domínios externos e personalizados para sua página. Ex: www.seudominio.com.br',
|
|
1375
|
+
users: 'Adicione quantos usuários quiser ao projeto para colaborar na criação.',
|
|
1376
|
+
sharePages: 'Compartilhamento de páginas (Templates) entre contas da plataforma',
|
|
1377
|
+
projectManagement:
|
|
1378
|
+
'Organize melhor seu fluxo de trabalho separando suas páginas em projetos distintos.',
|
|
1379
|
+
},
|
|
1380
|
+
card: {
|
|
1381
|
+
mostPopular: 'Mais popular',
|
|
1382
|
+
currentPlan: 'Seu plano atual',
|
|
1383
|
+
selectPlan: 'Selecionar plano',
|
|
1384
|
+
promoBadge: 'Valor promocional',
|
|
1385
|
+
promoFrom: 'De',
|
|
1386
|
+
defaultPrice: 'Padrão',
|
|
1387
|
+
aiCreditsLabel: '{credits} créditos de IA',
|
|
1388
|
+
aiCreditsIncluded: '{credits} créditos de IA inclusos',
|
|
1389
|
+
abTestIncluded: 'Experimentos e Teste A/B',
|
|
1390
|
+
upfrontNoteAnnual: '*Plano anual de {price} à vista. Valor mensal apenas para referência.',
|
|
1391
|
+
upfrontNoteSemiannual:
|
|
1392
|
+
'*Plano semestral de {price} à vista. Valor mensal apenas para referência.',
|
|
1393
|
+
},
|
|
496
1394
|
features: {
|
|
497
1395
|
unlimitedVisits: 'Visitas ilimitadas',
|
|
498
1396
|
unlimitedLeads: 'Leads ilimitadas',
|
|
@@ -523,6 +1421,14 @@ const messages = {
|
|
|
523
1421
|
// Autenticação de pagamento (3DS/SCA).
|
|
524
1422
|
payment: {
|
|
525
1423
|
authFailed: 'Não foi possível autenticar o pagamento com seu banco.',
|
|
1424
|
+
methodToggle: {
|
|
1425
|
+
card: 'Cartão',
|
|
1426
|
+
boleto: 'Boleto',
|
|
1427
|
+
pix: 'PIX',
|
|
1428
|
+
boletoTooltip: 'Somente para assinaturas anuais',
|
|
1429
|
+
cardTooltip: 'Não permitido pelo cupom aplicado',
|
|
1430
|
+
pixTooltip: 'Somente para assinaturas anuais',
|
|
1431
|
+
},
|
|
526
1432
|
},
|
|
527
1433
|
|
|
528
1434
|
// Periodicidade de cobrança.
|