@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
|
@@ -10,6 +10,7 @@ const messages = {
|
|
|
10
10
|
back: "Volver",
|
|
11
11
|
continue: "Continuar",
|
|
12
12
|
add: "Agregar",
|
|
13
|
+
connect: "Conectar",
|
|
13
14
|
remove: "Quitar",
|
|
14
15
|
search: "Buscar",
|
|
15
16
|
loading: "Cargando...",
|
|
@@ -33,7 +34,10 @@ const messages = {
|
|
|
33
34
|
currency: "Moneda",
|
|
34
35
|
currencyPlaceholder: "Seleccione la moneda",
|
|
35
36
|
currencySearch: "Buscar moneda...",
|
|
37
|
+
general: "General",
|
|
38
|
+
generalDescription: "Nombre de la empresa, idioma y moneda",
|
|
36
39
|
timeDisplay: "Visualizaci\xF3n de hora",
|
|
40
|
+
timeDisplayDescription: "Zona horaria y formato de hora",
|
|
37
41
|
timezone: "Zona horaria",
|
|
38
42
|
timezonePlaceholder: "Seleccione la zona horaria",
|
|
39
43
|
timezoneSearch: "Buscar zona horaria...",
|
|
@@ -140,7 +144,10 @@ const messages = {
|
|
|
140
144
|
},
|
|
141
145
|
phone: "Tel\xE9fono",
|
|
142
146
|
change: "Cambiar",
|
|
147
|
+
yourData: "Tus datos",
|
|
148
|
+
yourDataDescription: "Consulta los datos de tu cuenta",
|
|
143
149
|
accessData: "Datos de acceso",
|
|
150
|
+
accessDataDescription: "C\xF3mo entras en tu cuenta",
|
|
144
151
|
email: "Correo electr\xF3nico",
|
|
145
152
|
savedSuccess: "Perfil actualizado exitosamente",
|
|
146
153
|
saveError: "Error al actualizar el perfil"
|
|
@@ -214,8 +221,823 @@ const messages = {
|
|
|
214
221
|
srDescription: "Confirmaci\xF3n de cambio de preferencias globales de la cuenta",
|
|
215
222
|
warning: "Est\xE1 cambiando configuraciones que impactan <b>todos los usuarios de la cuenta</b>. \xBFDesea confirmar?"
|
|
216
223
|
},
|
|
217
|
-
|
|
218
|
-
|
|
224
|
+
// Componente: MyAccountModal (Mi cuenta y espacio de trabajo).
|
|
225
|
+
workspace: {
|
|
226
|
+
title: "Mi cuenta",
|
|
227
|
+
groups: {
|
|
228
|
+
account: "Configuraci\xF3n",
|
|
229
|
+
workspace: "Espacio de trabajo"
|
|
230
|
+
},
|
|
231
|
+
nav: {
|
|
232
|
+
subscription: "Suscripci\xF3n",
|
|
233
|
+
projects: "Proyectos",
|
|
234
|
+
team: "Mi equipo",
|
|
235
|
+
affiliates: "Afiliados"
|
|
236
|
+
},
|
|
237
|
+
pagination: {
|
|
238
|
+
previous: "P\xE1gina anterior",
|
|
239
|
+
next: "P\xE1gina siguiente"
|
|
240
|
+
},
|
|
241
|
+
loadFailed: "No fue posible cargar estos datos",
|
|
242
|
+
loadFailedRetry: "Intentar de nuevo",
|
|
243
|
+
projects: {
|
|
244
|
+
newProject: "Nuevo proyecto",
|
|
245
|
+
searchPlaceholder: "Encontrar proyectos",
|
|
246
|
+
empty: "Ning\xFAn proyecto encontrado",
|
|
247
|
+
details: "Detalles",
|
|
248
|
+
delete: "Eliminar",
|
|
249
|
+
userAlt: "Usuario",
|
|
250
|
+
seeMoreUsers: "Ver m\xE1s usuarios",
|
|
251
|
+
form: {
|
|
252
|
+
nameRequired: "El nombre del proyecto es obligatorio"
|
|
253
|
+
},
|
|
254
|
+
sheet: {
|
|
255
|
+
changeLogo: "Cambiar logo",
|
|
256
|
+
projectName: "Nombre del proyecto",
|
|
257
|
+
namePlaceholder: "Ej: Proyecto ventas",
|
|
258
|
+
selectUsers: "Seleccionar usuarios",
|
|
259
|
+
connectAnotherUser: "Conectar otro usuario",
|
|
260
|
+
searchUsers: "Buscar usuarios",
|
|
261
|
+
noUsersFound: "No se encontraron usuarios",
|
|
262
|
+
allUsersAdded: "Todos los usuarios ya han sido a\xF1adidos",
|
|
263
|
+
addProject: "A\xF1adir proyecto",
|
|
264
|
+
saveChanges: "Guardar cambios",
|
|
265
|
+
created: 'Proyecto "{name}" creado',
|
|
266
|
+
createError: "Error al crear proyecto",
|
|
267
|
+
changesSaved: "Cambios guardados",
|
|
268
|
+
updateError: "Error al actualizar proyecto"
|
|
269
|
+
},
|
|
270
|
+
deleteModal: {
|
|
271
|
+
title: "Eliminar proyecto",
|
|
272
|
+
descriptionOnlyProject: 'No es posible eliminar el \xFAnico proyecto. Cree otro proyecto antes de eliminar <b>"{projectName}"</b>.',
|
|
273
|
+
description: '\xBFEst\xE1 seguro de que desea eliminar su proyecto <b>"{projectName}"</b>? El contenido ser\xE1 trasladado a otro proyecto.',
|
|
274
|
+
moveContentTo: "Mover contenido a",
|
|
275
|
+
selectProject: "Seleccionar un proyecto",
|
|
276
|
+
searchProject: "Buscar proyecto...",
|
|
277
|
+
noProjectFound: "No se encontraron proyectos.",
|
|
278
|
+
typeDelete: "Escriba ELIMINAR abajo",
|
|
279
|
+
deleteWord: "ELIMINAR",
|
|
280
|
+
deleting: "Eliminando...",
|
|
281
|
+
deleted: 'Proyecto "{projectName}" eliminado correctamente',
|
|
282
|
+
deleteError: "Error al eliminar proyecto"
|
|
283
|
+
},
|
|
284
|
+
disabledModal: {
|
|
285
|
+
title: "No tiene Gesti\xF3n de Proyectos",
|
|
286
|
+
description1: "Su plan actual no incluye la funcionalidad de Gesti\xF3n de Proyectos.",
|
|
287
|
+
description2: "Mejore su plan para crear y gestionar m\xFAltiples proyectos.",
|
|
288
|
+
upgrade: "Mejorar plan"
|
|
289
|
+
}
|
|
290
|
+
},
|
|
291
|
+
team: {
|
|
292
|
+
addUser: "A\xF1adir usuario",
|
|
293
|
+
noPermissionToAdd: "No tiene permiso para a\xF1adir usuarios",
|
|
294
|
+
searchPlaceholder: "Buscar usuarios",
|
|
295
|
+
empty: "No se encontraron usuarios",
|
|
296
|
+
noProjects: "Sin proyectos",
|
|
297
|
+
inProject: "En {total} proyecto",
|
|
298
|
+
inProjects: "En {total} proyectos",
|
|
299
|
+
edit: "Editar",
|
|
300
|
+
delete: "Eliminar",
|
|
301
|
+
filter: "Filtrar",
|
|
302
|
+
profiles: {
|
|
303
|
+
viewer: "Visualizador",
|
|
304
|
+
collaborator: "Colaborador",
|
|
305
|
+
admin: "Administrador",
|
|
306
|
+
owner: "Propietario"
|
|
307
|
+
},
|
|
308
|
+
sheet: {
|
|
309
|
+
titleAdd: "A\xF1adir usuario",
|
|
310
|
+
titleEdit: "Editar usuario",
|
|
311
|
+
tabInformation: "Informaci\xF3n",
|
|
312
|
+
tabProjects: "Proyectos",
|
|
313
|
+
tabNotifications: "Notificaciones",
|
|
314
|
+
selectedOne: "seleccionado",
|
|
315
|
+
selectedMany: "seleccionados",
|
|
316
|
+
sendInvite: "Enviar invitaci\xF3n",
|
|
317
|
+
sending: "Enviando...",
|
|
318
|
+
saving: "Guardando...",
|
|
319
|
+
saveChanges: "Guardar cambios",
|
|
320
|
+
inviteSent: "Invitaci\xF3n enviada al Correo electr\xF3nico {userEmail}",
|
|
321
|
+
changesSaved: "Cambios de {userName} guardados correctamente",
|
|
322
|
+
createError: "No fue posible crear el usuario",
|
|
323
|
+
updateError: "No fue posible actualizar el usuario"
|
|
324
|
+
},
|
|
325
|
+
informationStep: {
|
|
326
|
+
sectionTitle: "Informaci\xF3n",
|
|
327
|
+
changePhoto: "Cambiar foto",
|
|
328
|
+
addPhoto: "A\xF1adir foto",
|
|
329
|
+
firstName: "Nombre",
|
|
330
|
+
namePlaceholder: "Escriba aqu\xED",
|
|
331
|
+
lastName: "Apellido",
|
|
332
|
+
phone: "Celular",
|
|
333
|
+
phonePlaceholder: "00 0 0000-0000",
|
|
334
|
+
email: "Correo electr\xF3nico",
|
|
335
|
+
emailPlaceholder: "ejemplo@gmail.com",
|
|
336
|
+
checkingEmail: "Verificando correo electr\xF3nico...",
|
|
337
|
+
emailAlreadyRegistered: "Este correo electr\xF3nico ya est\xE1 registrado",
|
|
338
|
+
change: "Cambiar",
|
|
339
|
+
inviteInfo: "Se enviar\xE1 un correo electr\xF3nico con los datos de acceso. Aseg\xFArese de proporcionar el correo electr\xF3nico correcto.",
|
|
340
|
+
securityTitle: "Seguridad",
|
|
341
|
+
twoFactor: "Autenticaci\xF3n de dos factores",
|
|
342
|
+
enable: "Habilitar",
|
|
343
|
+
disable: "Deshabilitar",
|
|
344
|
+
twoFactorSaving: "Guardando...",
|
|
345
|
+
twoFactorEnabled: "Autenticaci\xF3n de dos factores habilitada correctamente",
|
|
346
|
+
twoFactorDisabled: "Autenticaci\xF3n de dos factores deshabilitada correctamente",
|
|
347
|
+
twoFactorError: "Error al cambiar la autenticaci\xF3n de dos factores",
|
|
348
|
+
changePassword: "Cambiar contrase\xF1a de acceso",
|
|
349
|
+
changePasswordButton: "Cambiar contrase\xF1a",
|
|
350
|
+
roleTitle: "Funci\xF3n de este usuario",
|
|
351
|
+
profileOwner: "Propietario de la cuenta con acceso total e irrestricto.",
|
|
352
|
+
profileAdmin: "Acceso a todas las funcionalidades. Ideal para quien necesita control completo.",
|
|
353
|
+
profileCollaborator: "Permisos limitados a las funciones esenciales del d\xEDa a d\xEDa.",
|
|
354
|
+
profileViewer: "Ideal para consultar datos, reportes e informaci\xF3n sin realizar cambios.",
|
|
355
|
+
photoAlt: "Foto"
|
|
356
|
+
},
|
|
357
|
+
projectsStep: {
|
|
358
|
+
sectionTitle: "Proyectos",
|
|
359
|
+
descriptionAdmin: "Los administradores y propietarios tienen acceso a todos los proyectos",
|
|
360
|
+
descriptionReadOnly: "Proyectos a los que tiene acceso",
|
|
361
|
+
descriptionDefault: "Seleccione a qu\xE9 proyectos este usuario tendr\xE1 acceso",
|
|
362
|
+
connectAnotherProject: "Conectar otro proyecto",
|
|
363
|
+
searchProject: "Buscar por proyecto",
|
|
364
|
+
noProjectFound: "No se encontraron proyectos",
|
|
365
|
+
allProjectsAdded: "Todos los proyectos ya han sido a\xF1adidos",
|
|
366
|
+
minimumOneProject: "El usuario debe tener al menos un proyecto"
|
|
367
|
+
},
|
|
368
|
+
notificationsStep: {
|
|
369
|
+
sectionTitle: "Notificaciones",
|
|
370
|
+
smsTitle: "SMS",
|
|
371
|
+
smsDescription: "Recibir notificaciones importantes por SMS",
|
|
372
|
+
emailTitle: "Correo electr\xF3nico",
|
|
373
|
+
emailDescription: "Recibir notificaciones y actualizaciones por correo electr\xF3nico",
|
|
374
|
+
typesTitle: "Los tipos de notificaciones incluyen:"
|
|
375
|
+
},
|
|
376
|
+
deleteModal: {
|
|
377
|
+
title: "Eliminar usuario",
|
|
378
|
+
description: '\xBFEst\xE1 seguro de que desea eliminar el usuario "{userName}" de su lista de usuarios?',
|
|
379
|
+
typeDelete: "Escriba ELIMINAR abajo",
|
|
380
|
+
deleteWord: "ELIMINAR",
|
|
381
|
+
deletingUser: "Eliminando usuario...",
|
|
382
|
+
deleteUser: "Eliminar usuario",
|
|
383
|
+
deleted: 'Usuario "{userEmail}" eliminado correctamente',
|
|
384
|
+
deleteError: "No fue posible eliminar el usuario"
|
|
385
|
+
},
|
|
386
|
+
invalidUser: "Usuario inv\xE1lido para vincular proyectos",
|
|
387
|
+
invalidUserRemove: "Usuario inv\xE1lido para eliminar proyectos"
|
|
388
|
+
},
|
|
389
|
+
dateFilter: {
|
|
390
|
+
today: "Hoy",
|
|
391
|
+
yesterday: "Ayer",
|
|
392
|
+
last7Days: "\xDAltimos 7 d\xEDas",
|
|
393
|
+
last30Days: "\xDAltimos 30 d\xEDas",
|
|
394
|
+
lastMonth: "Mes pasado",
|
|
395
|
+
allTime: "Todo el per\xEDodo"
|
|
396
|
+
},
|
|
397
|
+
affiliates: {
|
|
398
|
+
requestWithdrawal: "Solicitar retiro",
|
|
399
|
+
receivingAccount: "Cuenta de recepci\xF3n",
|
|
400
|
+
listLeads: "Ver mis leads",
|
|
401
|
+
terms: "T\xE9rminos y reglas",
|
|
402
|
+
tabs: {
|
|
403
|
+
link: "Enlace de afiliados",
|
|
404
|
+
commissions: "Comisiones",
|
|
405
|
+
reports: "Reportes"
|
|
406
|
+
},
|
|
407
|
+
stats: {
|
|
408
|
+
heading: "M\xE9tricas clave",
|
|
409
|
+
totalAffiliates: "Total de afiliados",
|
|
410
|
+
clicks: "Clics",
|
|
411
|
+
leads: "Leads",
|
|
412
|
+
balance: "Saldo",
|
|
413
|
+
selectedPeriod: "Per\xEDodo seleccionado",
|
|
414
|
+
minBalance: "Saldo m\xEDnimo de R$25 para retiro."
|
|
415
|
+
},
|
|
416
|
+
steps: {
|
|
417
|
+
inviteTitle: "Env\xEDa tu invitaci\xF3n",
|
|
418
|
+
inviteDescription: "Comparte tu enlace de afiliado con tus socios",
|
|
419
|
+
registerTitle: "Registro",
|
|
420
|
+
registerDescription: "Tu socio se registra en la plataforma",
|
|
421
|
+
trialTitle: "Per\xEDodo de prueba",
|
|
422
|
+
trialDescription: "Tu socio tiene 7 d\xEDas como per\xEDodo de prueba"
|
|
423
|
+
},
|
|
424
|
+
commissionCard: {
|
|
425
|
+
title: "Comisi\xF3n de {percent}%",
|
|
426
|
+
affiliateCode: "C\xF3digo de afiliado",
|
|
427
|
+
commission: "Comisi\xF3n",
|
|
428
|
+
discount: "Descuento",
|
|
429
|
+
shareLink: "Compartir enlace",
|
|
430
|
+
copyTooltip: "Copiar enlace",
|
|
431
|
+
linkCopied: "Enlace copiado"
|
|
432
|
+
},
|
|
433
|
+
transactions: {
|
|
434
|
+
total: "Total de {total} transacciones",
|
|
435
|
+
filter: "Filtrar",
|
|
436
|
+
filterApproval: "Pendiente de aprobaci\xF3n",
|
|
437
|
+
value: "Monto",
|
|
438
|
+
date: "Fecha",
|
|
439
|
+
type: "Tipo",
|
|
440
|
+
statusColumn: "Estado",
|
|
441
|
+
empty: "No se encontraron comisiones.",
|
|
442
|
+
pendingTooltip: "El estado pendiente dura 30 d\xEDas. Si el usuario no solicita un reembolso, el monto se consolida despu\xE9s de este per\xEDodo.",
|
|
443
|
+
refusedTooltip: "Retiro rechazado. El importe volvi\xF3 a tu saldo.",
|
|
444
|
+
refusedReason: "Motivo: {reason}",
|
|
445
|
+
viewAttachment: "Ver archivo adjunto",
|
|
446
|
+
typeCommission: "Comisi\xF3n recibida",
|
|
447
|
+
typeWithdrawal: "Solicitud de retiro",
|
|
448
|
+
typeFallback: "Tipo {type}",
|
|
449
|
+
status: {
|
|
450
|
+
pending: "Pendiente",
|
|
451
|
+
consolidated: "Consolidado",
|
|
452
|
+
canceled: "Cancelado",
|
|
453
|
+
refused: "Rechazado"
|
|
454
|
+
}
|
|
455
|
+
},
|
|
456
|
+
chart: {
|
|
457
|
+
title: "Seguimiento de indicadores",
|
|
458
|
+
clicks: "Clics (Prospect)",
|
|
459
|
+
leads: "Registros (Leads)",
|
|
460
|
+
customers: "Clientes"
|
|
461
|
+
},
|
|
462
|
+
joinProgram: {
|
|
463
|
+
title: "\xDAnete al programa de afiliados",
|
|
464
|
+
description: "Al hacer clic en unirse, declaras que aceptas todos los t\xE9rminos y condiciones del programa de asociados de {whitelabelName}. Para m\xE1s informaci\xF3n, consulta los",
|
|
465
|
+
termsLink: "T\xE9rminos del programa de afiliados",
|
|
466
|
+
join: "Unirse",
|
|
467
|
+
joining: "Uni\xE9ndose...",
|
|
468
|
+
decline: "No unirse",
|
|
469
|
+
joinError: "Error al unirse al programa de afiliados. Intenta de nuevo."
|
|
470
|
+
},
|
|
471
|
+
withdrawal: {
|
|
472
|
+
sheetTitle: "Solicitar retiro",
|
|
473
|
+
availableBalance: "Saldo disponible",
|
|
474
|
+
receivingAccount: "Cuenta de recepci\xF3n",
|
|
475
|
+
holderLabel: "Titular",
|
|
476
|
+
pixKeyLabel: "Clave PIX",
|
|
477
|
+
holderDocumentLabel: "CPF/CNPJ",
|
|
478
|
+
withdrawalValueLabel: "Monto a retirar",
|
|
479
|
+
withdrawalValuePlaceholder: "R$ 0,00",
|
|
480
|
+
withdrawalValueHint: "Monto m\xEDnimo: R$ {minValue}",
|
|
481
|
+
invoiceWarningCnpj: "Es obligatorio adjuntar la factura para retiros con cuenta CNPJ.",
|
|
482
|
+
attachInvoiceButton: "Adjuntar factura",
|
|
483
|
+
uploadAreaText: "Arrastra o sube el archivo aqu\xED",
|
|
484
|
+
uploadAreaExt: ".PDF",
|
|
485
|
+
processingInfo: "El procesamiento del retiro puede tomar hasta 7 d\xEDas h\xE1biles.",
|
|
486
|
+
processingInfoSub: "Recibir\xE1s una confirmaci\xF3n por correo electr\xF3nico.",
|
|
487
|
+
contactInfo: "Para consultas, contacta a finanzas:",
|
|
488
|
+
submitButton: "Solicitar retiro",
|
|
489
|
+
errorPdfOnly: "Solo se aceptan archivos PDF.",
|
|
490
|
+
errorRequestDeposit: "Error al solicitar retiro.",
|
|
491
|
+
validationMinValue: "Monto m\xEDnimo: R$ {minValue}",
|
|
492
|
+
validationMaxBalance: "El importe no puede superar el disponible para retiro ({balance})",
|
|
493
|
+
validationRequired: "Ingresa el monto",
|
|
494
|
+
removeAttachmentAriaLabel: "Eliminar archivo",
|
|
495
|
+
cpfMonthlyLimit: "L\xEDmite mensual (CPF): {value}",
|
|
496
|
+
cpfMonthlyRemaining: "\xB7 Disponible este mes: {value}",
|
|
497
|
+
reviewTitle: "Revisar solicitud de retiro",
|
|
498
|
+
reviewValueLabel: "Importe",
|
|
499
|
+
reviewPixLabel: "Clave PIX",
|
|
500
|
+
reviewDeadlineLabel: "Plazo",
|
|
501
|
+
reviewDeadlineValue: "7 d\xEDas h\xE1biles",
|
|
502
|
+
reviewInvoiceLabel: "Factura",
|
|
503
|
+
reviewWarning: "Revisa los datos de la solicitud antes de confirmar. Una vez confirmado, el retiro se enviar\xE1 para procesamiento.",
|
|
504
|
+
reviewConfirmButton: "Confirmar retiro",
|
|
505
|
+
blockedTitle: "Corrige tu cuenta de cobro",
|
|
506
|
+
blockedDescription: "La clave Pix registrada es un CPF/CNPJ distinto del documento del titular. Ajusta la clave o el documento para volver a solicitar retiros.",
|
|
507
|
+
blockedEditAccountButton: "Editar cuenta de cobro"
|
|
508
|
+
},
|
|
509
|
+
bankAccount: {
|
|
510
|
+
dialogTitle: "Cuenta de recepci\xF3n",
|
|
511
|
+
pixKeyLabel: "Clave PIX",
|
|
512
|
+
pixKeyPlaceholder: "Correo electr\xF3nico, CPF, Tel\xE9fono...",
|
|
513
|
+
pixKeyHint: "Eres responsable de la clave PIX proporcionada. Verifica que sea correcta \u2014 las transferencias se enviar\xE1n directamente a esta clave.",
|
|
514
|
+
holderNameLabel: "Nombre del titular",
|
|
515
|
+
holderNamePlaceholder: "Nombre completo",
|
|
516
|
+
holderDocumentLabel: "CPF/CNPJ del titular",
|
|
517
|
+
holderDocumentPlaceholder: "000.000.000-00",
|
|
518
|
+
saveSuccess: "Cuenta de recepci\xF3n guardada exitosamente.",
|
|
519
|
+
saveError: "Error al guardar cuenta.",
|
|
520
|
+
validationPix: "Ingresa la clave PIX",
|
|
521
|
+
validationHolder: "Ingresa el titular",
|
|
522
|
+
validationDocument: "Ingresa CPF/CNPJ del titular",
|
|
523
|
+
validationDocumentLength: "Ingresa un CPF (11 d\xEDgitos) o CNPJ (14 d\xEDgitos)",
|
|
524
|
+
validationCpfChecksum: "CPF inv\xE1lido \u2014 verifica los d\xEDgitos verificadores",
|
|
525
|
+
validationCnpjChecksum: "CNPJ inv\xE1lido \u2014 verifica los d\xEDgitos verificadores",
|
|
526
|
+
validationPixDocumentMismatch: "La clave Pix es un CPF/CNPJ distinto del documento del titular. Usa una clave del mismo documento o corrige el CPF/CNPJ del titular.",
|
|
527
|
+
pixCnpjInvoiceNotice: "Cuenta CNPJ: el retiro exige factura en PDF y no usa el l\xEDmite mensual de CPF."
|
|
528
|
+
},
|
|
529
|
+
noBankAccount: {
|
|
530
|
+
title: "Registra una cuenta de recepci\xF3n",
|
|
531
|
+
description: "Para solicitar un retiro, necesitas registrar una cuenta bancaria para recibir dep\xF3sitos.",
|
|
532
|
+
registerButton: "Registrar cuenta"
|
|
533
|
+
},
|
|
534
|
+
viewAttachment: {
|
|
535
|
+
title: "Factura adjunta",
|
|
536
|
+
iframeTitle: "Factura",
|
|
537
|
+
noAttachment: "No hay archivo adjunto disponible."
|
|
538
|
+
},
|
|
539
|
+
leadsSheet: {
|
|
540
|
+
title: "Ver mis leads",
|
|
541
|
+
emptyState: "No se encontraron leads.",
|
|
542
|
+
noDate: "Sin fecha",
|
|
543
|
+
months: {
|
|
544
|
+
january: "Enero",
|
|
545
|
+
february: "Febrero",
|
|
546
|
+
march: "Marzo",
|
|
547
|
+
april: "Abril",
|
|
548
|
+
may: "Mayo",
|
|
549
|
+
june: "Junio",
|
|
550
|
+
july: "Julio",
|
|
551
|
+
august: "Agosto",
|
|
552
|
+
september: "Septiembre",
|
|
553
|
+
october: "Octubre",
|
|
554
|
+
november: "Noviembre",
|
|
555
|
+
december: "Diciembre"
|
|
556
|
+
}
|
|
557
|
+
}
|
|
558
|
+
},
|
|
559
|
+
subscription: {
|
|
560
|
+
cancelPlan: {
|
|
561
|
+
title: "Cancelar Plan {planName}",
|
|
562
|
+
description: "Puedes usar {whitelabelName} hasta el <b>{dueDate}</b>. Despu\xE9s de esa fecha, tus p\xE1ginas ser\xE1n retiradas de l\xEDnea y el acceso al editor y otras caracter\xEDsticas del plan ser\xE1 limitado.",
|
|
563
|
+
reasonLabel: "Motivo de la cancelaci\xF3n",
|
|
564
|
+
reasonPlaceholder: "Selecciona",
|
|
565
|
+
descriptionLabel: "Describe qu\xE9 te llev\xF3 a tomar esta decisi\xF3n",
|
|
566
|
+
descriptionPlaceholder: "Describe aqu\xED....",
|
|
567
|
+
charactersCount: "{count}/400",
|
|
568
|
+
submit: "Cancelar suscripci\xF3n",
|
|
569
|
+
requiredFields: "Completa todos los campos obligatorios",
|
|
570
|
+
reasons: {
|
|
571
|
+
tooExpensive: "El precio es demasiado alto",
|
|
572
|
+
missingFeatures: "La herramienta no tiene una funci\xF3n que necesito",
|
|
573
|
+
switchedService: "Cambi\xE9 a otro servicio",
|
|
574
|
+
unused: "No estoy usando la herramienta",
|
|
575
|
+
customerService: "Tuve problemas con el soporte o atenci\xF3n al cliente",
|
|
576
|
+
tooComplex: "La herramienta es demasiado compleja de usar",
|
|
577
|
+
lowQuality: "La calidad no cumpli\xF3 mis expectativas",
|
|
578
|
+
other: "Otro motivo"
|
|
579
|
+
}
|
|
580
|
+
},
|
|
581
|
+
confirmCancel: {
|
|
582
|
+
title: "\xA1Nos da pena verte partir!",
|
|
583
|
+
projectsAndPages: "Todos tus <b><totalProjects></totalProjects> proyectos</b> y todas tus <b><totalPages></totalPages> p\xE1ginas</b> no podr\xE1n editarse ni visualizarse hasta que te suscribas a un nuevo plan!",
|
|
584
|
+
daysUntilEnd: "Tus sitios se retirar\xE1n de l\xEDnea en {daysUntilEnd} {unit} despu\xE9s de la cancelaci\xF3n",
|
|
585
|
+
dayUnit: "d\xEDa",
|
|
586
|
+
daysUnit: "d\xEDas",
|
|
587
|
+
submit: "Cancelar suscripci\xF3n",
|
|
588
|
+
keep: "Mantener suscripci\xF3n",
|
|
589
|
+
successToast: "Suscripci\xF3n cancelada",
|
|
590
|
+
errorToast: "Error al cancelar suscripci\xF3n. Intenta de nuevo."
|
|
591
|
+
},
|
|
592
|
+
pendingChange: {
|
|
593
|
+
title: "Resumen",
|
|
594
|
+
startsOn: "Comienza el {date}",
|
|
595
|
+
addonExtras: "{qty} {name} adicionales",
|
|
596
|
+
aiCredits: "{qty} cr\xE9ditos de IA",
|
|
597
|
+
periodicityDiscount: "Descuento de periodicidad",
|
|
598
|
+
couponDiscount: "Descuento de cup\xF3n",
|
|
599
|
+
billing: "Facturaci\xF3n {period}"
|
|
600
|
+
},
|
|
601
|
+
usageReport: {
|
|
602
|
+
title: "Informe de uso",
|
|
603
|
+
madeBy: "Creado por <b>{author}</b>",
|
|
604
|
+
creditsLabel: "{credits} cr\xE9ditos",
|
|
605
|
+
creditsAdded: "{count} cr\xE9ditos a\xF1adidos",
|
|
606
|
+
creditsUsed: "{consumed} de {total} cr\xE9ditos utilizados",
|
|
607
|
+
expired: "Expirado",
|
|
608
|
+
expiresInOneDay: "Expira en 1 d\xEDa",
|
|
609
|
+
expiresInDays: "Expira en {days} d\xEDas",
|
|
610
|
+
noHistory: "No se encontr\xF3 historial de cr\xE9ditos.",
|
|
611
|
+
viewPage: "Ver p\xE1gina",
|
|
612
|
+
defaultRef: "Uso de cr\xE9ditos",
|
|
613
|
+
defaultUser: "Usuario"
|
|
614
|
+
},
|
|
615
|
+
planDetails: {
|
|
616
|
+
title: "Tu plan actual",
|
|
617
|
+
planName: "Plan {name}",
|
|
618
|
+
noName: "sin nombre",
|
|
619
|
+
validity: "Vigencia:",
|
|
620
|
+
cancelledBadge: "Cancelado",
|
|
621
|
+
includedInPlan: "Incluido en el plan",
|
|
622
|
+
unlimitedDomains: "Dominios ilimitados",
|
|
623
|
+
domainsSummary: "{total} dominios contratados ({base} inclusos en el plan + {extra} extras)",
|
|
624
|
+
domainsSummaryNoExtra: "{total} dominios contratados ({base} inclusos en el plan)",
|
|
625
|
+
abTestUnlimited: "Experimentos (Pruebas A/B) ilimitados",
|
|
626
|
+
heatmap: "Heatmap",
|
|
627
|
+
domainBucketPrice: "{count} a {price}",
|
|
628
|
+
domainPromoPrice: "{count} a {price} \xB7 precio promocional",
|
|
629
|
+
domainTooltip: "El precio base es lo que cuesta un dominio extra hoy. Los precios promocionales se contrataron en condiciones anteriores y siguen v\xE1lidos hasta que los elimines.",
|
|
630
|
+
manageAddons: "Puedes gestionar tus complementos.",
|
|
631
|
+
manageAddonsLink: "Haz clic aqu\xED",
|
|
632
|
+
paymentInfo: "Informaci\xF3n de pago",
|
|
633
|
+
valueLabel: "Monto",
|
|
634
|
+
paymentMethodLabel: "Forma de pago",
|
|
635
|
+
periodicityLabel: "Periodicidad",
|
|
636
|
+
planValidityLabel: "Vigencia del plan",
|
|
637
|
+
paymentMethodBoleto: "Boleto",
|
|
638
|
+
paymentMethodCard: "Tarjeta",
|
|
639
|
+
periodicityMonthly: "Mensualmente",
|
|
640
|
+
periodicitySemiannual: "Semestralmente",
|
|
641
|
+
periodicityAnnual: "Anualmente",
|
|
642
|
+
trialPeriod: "Per\xEDodo de prueba",
|
|
643
|
+
couponLabel: "Cup\xF3n aplicado",
|
|
644
|
+
couponValuePercent: "{code} (-{percent}%)",
|
|
645
|
+
couponValueAmount: "{code} (-{amount})"
|
|
646
|
+
},
|
|
647
|
+
billingAddress: {
|
|
648
|
+
title: "Direcci\xF3n de facturaci\xF3n",
|
|
649
|
+
personTypeLabel: "Tipo de persona",
|
|
650
|
+
personTypePf: "Persona F\xEDsica",
|
|
651
|
+
personTypePj: "Persona Jur\xEDdica",
|
|
652
|
+
locationTitle: "Ubicaci\xF3n",
|
|
653
|
+
locationDescription: "Completa los datos de direcci\xF3n de tu empresa.",
|
|
654
|
+
fantasyName: "Nombre comercial",
|
|
655
|
+
fantasyNamePlaceholder: "Nombre de la empresa",
|
|
656
|
+
fullName: "Nombre completo",
|
|
657
|
+
fullNamePlaceholder: "Tu nombre completo",
|
|
658
|
+
financialEmail: "Correo electr\xF3nico",
|
|
659
|
+
financialEmailPlaceholder: "correo@ejemplo.com",
|
|
660
|
+
addressLabel: "Direcci\xF3n",
|
|
661
|
+
addressPlaceholder: "Calle, Avenida...",
|
|
662
|
+
numberLabel: "N\xFAmero",
|
|
663
|
+
numberPlaceholder: "N\xBA",
|
|
664
|
+
complementLabel: "Complemento",
|
|
665
|
+
complementPlaceholder: "Apto, oficina...",
|
|
666
|
+
neighborhoodLabel: "Barrio",
|
|
667
|
+
neighborhoodPlaceholder: "Barrio",
|
|
668
|
+
cityLabel: "Ciudad",
|
|
669
|
+
cityPlaceholder: "Ciudad",
|
|
670
|
+
stateLabel: "Estado (UF)",
|
|
671
|
+
statePlaceholder: "UF",
|
|
672
|
+
countryLabel: "Pa\xEDs",
|
|
673
|
+
countryPlaceholder: "Selecciona",
|
|
674
|
+
cepNotFound: "C\xF3digo postal no encontrado",
|
|
675
|
+
successToast: "\xA1Direcci\xF3n de facturaci\xF3n actualizada!",
|
|
676
|
+
errorToast: "Error al guardar. Intenta de nuevo.",
|
|
677
|
+
requiredFields: "Completa todos los campos obligatorios",
|
|
678
|
+
invalidCnpj: "CNPJ inv\xE1lido",
|
|
679
|
+
invalidCpf: "CPF inv\xE1lido",
|
|
680
|
+
invalidCnpjChecksum: "CNPJ inv\xE1lido \u2014 revisa los d\xEDgitos verificadores",
|
|
681
|
+
invalidCpfChecksum: "CPF inv\xE1lido \u2014 revisa los d\xEDgitos verificadores",
|
|
682
|
+
invalidEmail: "Correo electr\xF3nico inv\xE1lido",
|
|
683
|
+
invalidCep: "C\xF3digo postal inv\xE1lido",
|
|
684
|
+
requiredField: "Campo obligatorio"
|
|
685
|
+
},
|
|
686
|
+
payCharge: {
|
|
687
|
+
title: "Pagar factura",
|
|
688
|
+
dueDate: "Vencimiento: {date}",
|
|
689
|
+
domains: "Dominios",
|
|
690
|
+
aiCredits: "Cr\xE9ditos de IA",
|
|
691
|
+
abTest: "Prueba A/B",
|
|
692
|
+
abTestActive: "Activo",
|
|
693
|
+
payment: "Pago",
|
|
694
|
+
boletoTooltip: "El pago mediante boleto solo est\xE1 disponible para suscripciones anuales",
|
|
695
|
+
boletoInfo: "Boleto con vencimiento en 3 d\xEDas h\xE1biles. La suscripci\xF3n se activa despu\xE9s de la confirmaci\xF3n del pago.\n\nSi el boleto vence, la suscripci\xF3n no se activar\xE1.",
|
|
696
|
+
pixInfo: 'Haz clic en <b>"Ver c\xF3digo PIX"</b> para visualizar el c\xF3digo QR y copiar el c\xF3digo de pago.',
|
|
697
|
+
processing: "Procesando...",
|
|
698
|
+
payNow: "Pagar ahora",
|
|
699
|
+
viewPixCode: "Ver c\xF3digo PIX",
|
|
700
|
+
viewBoleto: "Ver datos del boleto",
|
|
701
|
+
generatingBoleto: "Generando...",
|
|
702
|
+
generateBoleto: "Generar boleto",
|
|
703
|
+
successToast: "\xA1Pago realizado exitosamente!",
|
|
704
|
+
errorPayment: "Error al procesar el pago. Intenta de nuevo.",
|
|
705
|
+
errorBoleto: "Error al generar boleto. Intenta de nuevo."
|
|
706
|
+
},
|
|
707
|
+
receipt: {
|
|
708
|
+
generalInfo: "Informaci\xF3n general",
|
|
709
|
+
chargeLabel: "Cobro",
|
|
710
|
+
detailsLabel: "Detalles",
|
|
711
|
+
statusLabel: "Estado",
|
|
712
|
+
noTitle: "Sin t\xEDtulo",
|
|
713
|
+
paymentSection: "Pago",
|
|
714
|
+
totalValue: "Valor total",
|
|
715
|
+
dueDate: "Fecha de vencimiento",
|
|
716
|
+
paymentDate: "Fecha de pago",
|
|
717
|
+
paymentMethod: "Forma de pago",
|
|
718
|
+
paymentMethodCreditCard: "Tarjeta de cr\xE9dito",
|
|
719
|
+
paymentMethodBoleto: "Boleto",
|
|
720
|
+
paymentMethodPix: "PIX",
|
|
721
|
+
viewPixCode: "Ver c\xF3digo PIX",
|
|
722
|
+
payBoleto: "Pagar boleto",
|
|
723
|
+
viewBoletoDetails: "Ver datos del boleto",
|
|
724
|
+
retryPayment: "Reintentar pago",
|
|
725
|
+
changeCard: "Cambiar tarjeta",
|
|
726
|
+
downloadReceipt: "Descargar recibo",
|
|
727
|
+
notaFiscal: "Descargar factura (NFe)",
|
|
728
|
+
notaFiscalEmpty: "La factura (NFe) a\xFAn se est\xE1 generando y puede tardar unos minutos en emitirse. Int\xE9ntalo de nuevo m\xE1s tarde.",
|
|
729
|
+
notaFiscalError: "No se pudo obtener la factura (NFe). Int\xE9ntalo de nuevo."
|
|
730
|
+
},
|
|
731
|
+
boletoDetails: {
|
|
732
|
+
title: "Datos del boleto",
|
|
733
|
+
valueLabel: "Monto",
|
|
734
|
+
dueDate: "Vencimiento",
|
|
735
|
+
digitableLine: "L\xEDnea digitible",
|
|
736
|
+
copyCode: "Copiar c\xF3digo",
|
|
737
|
+
openBoleto: "Abrir boleto",
|
|
738
|
+
copiedToast: "\xA1C\xF3digo copiado exitosamente!"
|
|
739
|
+
},
|
|
740
|
+
pixDetails: {
|
|
741
|
+
title: "PIX generado",
|
|
742
|
+
subtitle: "Escanea el c\xF3digo QR para pagar",
|
|
743
|
+
dueDate: "Vencimiento",
|
|
744
|
+
value: "Monto",
|
|
745
|
+
dueDateToday: "Hoy",
|
|
746
|
+
dueDateTomorrow: "Ma\xF1ana",
|
|
747
|
+
payIn: "Paga en",
|
|
748
|
+
qrCodeAlt: "C\xF3digo QR PIX",
|
|
749
|
+
qrCodeUnavailable: "La integraci\xF3n no proporcion\xF3 el c\xF3digo QR visual.",
|
|
750
|
+
generating: "Generando un nuevo c\xF3digo PIX...",
|
|
751
|
+
refreshError: "No se pudo generar un nuevo c\xF3digo PIX. Int\xE9ntalo de nuevo en un momento.",
|
|
752
|
+
orCopyCode: "O COPIA EL C\xD3DIGO PIX ABAJO",
|
|
753
|
+
copyCode: "Copiar c\xF3digo",
|
|
754
|
+
copiedToast: "\xA1C\xF3digo copiado exitosamente!"
|
|
755
|
+
},
|
|
756
|
+
planCard: {
|
|
757
|
+
noSubscription: "Sin suscripci\xF3n",
|
|
758
|
+
readFailed: "No se pudo cargar tu suscripci\xF3n",
|
|
759
|
+
readFailedRetry: "Intentar de nuevo",
|
|
760
|
+
freePlan: "Plan GRATUITO",
|
|
761
|
+
choosePlan: "Elige un plan ahora",
|
|
762
|
+
hirePlan: "Contratar plan",
|
|
763
|
+
planName: "Plan {name}",
|
|
764
|
+
noName: "sin nombre",
|
|
765
|
+
trialBadge: "(Per\xEDodo de prueba)",
|
|
766
|
+
trialDaysRemaining: "Tienes {days} d\xEDas de prueba",
|
|
767
|
+
moreDetails: "M\xE1s detalles",
|
|
768
|
+
current: "Actual",
|
|
769
|
+
cancelled: "Cancelado",
|
|
770
|
+
frozen: "Congelada",
|
|
771
|
+
expired: "Expirado",
|
|
772
|
+
overdueDate: "Vencido desde {date}",
|
|
773
|
+
expiresOn: "Vence el {date}",
|
|
774
|
+
pendingDate: "El {date}",
|
|
775
|
+
details: "Detalles",
|
|
776
|
+
changePlan: "Cambiar plan",
|
|
777
|
+
paySubscription: "Pagar suscripci\xF3n",
|
|
778
|
+
billingAddress: "Direcci\xF3n de facturaci\xF3n",
|
|
779
|
+
cancelPlan: "Cancelar plan",
|
|
780
|
+
noActiveCredits: "Sin cr\xE9ditos activos",
|
|
781
|
+
creditsExpireInOneDay: "{credits} cr\xE9ditos vencen en 1 d\xEDa",
|
|
782
|
+
creditsExpireInDays: "{credits} cr\xE9ditos vencen en {days} d\xEDas",
|
|
783
|
+
aiCreditsTotal: "{total} cr\xE9ditos de IA",
|
|
784
|
+
creditsExpireAriaLabel: "Informaci\xF3n sobre cr\xE9ditos que vencen",
|
|
785
|
+
creditsExpireTooltip: "Este es el lote de cr\xE9ditos m\xE1s pr\xF3ximo a vencer. Ve m\xE1s detalles en Informe de uso.",
|
|
786
|
+
buyCredits: "Comprar cr\xE9ditos",
|
|
787
|
+
usageReport: "Informe de uso",
|
|
788
|
+
aiCreditsPromoTitle: "Cr\xE9ditos de IA",
|
|
789
|
+
aiCreditsPromoDescription: "Acelera tus tareas con el poder de la IA"
|
|
790
|
+
},
|
|
791
|
+
paymentInfo: {
|
|
792
|
+
title: "Informaci\xF3n de pago",
|
|
793
|
+
defaultCard: "Tarjeta por defecto",
|
|
794
|
+
validUntil: "V\xE1lida hasta {date}",
|
|
795
|
+
manageTitle: "Gesti\xF3n de tarjetas",
|
|
796
|
+
noCards: "Ninguna tarjeta registrada",
|
|
797
|
+
noCardAdded: "Ninguna tarjeta a\xF1adida",
|
|
798
|
+
loadFailed: "No fue posible cargar tus tarjetas",
|
|
799
|
+
retry: "Intentar de nuevo"
|
|
800
|
+
},
|
|
801
|
+
charges: {
|
|
802
|
+
title: "Todos tus recibos",
|
|
803
|
+
noReceipts: "Ning\xFAn recibo encontrado",
|
|
804
|
+
defaultTitle: "Cobro",
|
|
805
|
+
filter: "Filtrar",
|
|
806
|
+
filterPending: "Pendiente",
|
|
807
|
+
filterPaid: "Pagado",
|
|
808
|
+
filterFailed: "Error al pagar",
|
|
809
|
+
filterCancelled: "Cancelado",
|
|
810
|
+
pay: "Pagar",
|
|
811
|
+
downloadReceipt: "Descargar recibo",
|
|
812
|
+
details: "Detalles",
|
|
813
|
+
status: {
|
|
814
|
+
pending: "Pendiente",
|
|
815
|
+
paid: "Pagado",
|
|
816
|
+
failed: "Error al pagar",
|
|
817
|
+
cancelled: "Factura cancelada"
|
|
818
|
+
}
|
|
819
|
+
},
|
|
820
|
+
// Flujo: ChangePlanSheet (gestión del plan, cambio y recontratación).
|
|
821
|
+
changePlan: {
|
|
822
|
+
titleManagement: "Gesti\xF3n de plan",
|
|
823
|
+
titleChange: "Cambiar de plan",
|
|
824
|
+
billingRow: "Facturaci\xF3n {period}",
|
|
825
|
+
toasts: {
|
|
826
|
+
couponNotValidForPlan: "El cup\xF3n {code} no es v\xE1lido para el plan seleccionado.",
|
|
827
|
+
couponNotValidForPeriod: "El cup\xF3n {code} no es v\xE1lido para el per\xEDodo de facturaci\xF3n seleccionado.",
|
|
828
|
+
couponRemovedInvalidPlan: "Cup\xF3n {code} eliminado: no es v\xE1lido para este plan.",
|
|
829
|
+
couponRemovedInvalidPeriod: "Cup\xF3n {code} eliminado: no es v\xE1lido para el per\xEDodo de facturaci\xF3n seleccionado.",
|
|
830
|
+
pixNotGenerated: "No se pudo generar el c\xF3digo PIX. Por favor, int\xE9ntelo de nuevo.",
|
|
831
|
+
boletoGenerated: "\xA1Boleto generado! Abra sus datos desde la lista de cobros.",
|
|
832
|
+
planReactivated: "Plan {planName} reactivado",
|
|
833
|
+
reactivateError: "Error al reactivar el plan. Por favor, int\xE9ntelo de nuevo.",
|
|
834
|
+
planUpdated: "Plan actualizado. Los cambios entran en vigor en la pr\xF3xima fecha de facturaci\xF3n.",
|
|
835
|
+
updateError: "Error al actualizar el plan. Por favor, int\xE9ntelo de nuevo."
|
|
836
|
+
},
|
|
837
|
+
planView: {
|
|
838
|
+
currentPlanLabel: "Plan actual",
|
|
839
|
+
changePlanButton: "Cambiar de plan"
|
|
840
|
+
},
|
|
841
|
+
planComparison: {
|
|
842
|
+
badgeCurrent: "Actual",
|
|
843
|
+
badgeNew: "Nuevo",
|
|
844
|
+
newFeaturesTitle: "Nuevas funcionalidades incluidas",
|
|
845
|
+
lostFeaturesTitle: "Lo que pierdes con este cambio de plan"
|
|
846
|
+
},
|
|
847
|
+
paymentSummary: {
|
|
848
|
+
paymentTitle: "Pago",
|
|
849
|
+
boletoInfo: 'Haz clic en <b>"Actualizar plan"</b> \xA1y tu Boleto se generar\xE1 autom\xE1ticamente!',
|
|
850
|
+
pixInfo: 'Haz clic en <b>"Actualizar plan"</b> \xA1y tu c\xF3digo PIX se generar\xE1 autom\xE1ticamente!',
|
|
851
|
+
immediateChargeNote: "Se realizar\xE1 un cobro prorrateado ahora y el nuevo monto entra en vigor a partir de la pr\xF3xima fecha de facturaci\xF3n.",
|
|
852
|
+
downgradeNote: "Los cambios entrar\xE1n en vigor a partir de tu pr\xF3xima fecha de facturaci\xF3n.",
|
|
853
|
+
defaultNote: "Los cambios entran en vigor en el momento del pago.",
|
|
854
|
+
paymentMethodChangeNote: "Los pr\xF3ximos cobros de esta suscripci\xF3n se realizar\xE1n a trav\xE9s de <b>{method}</b>.",
|
|
855
|
+
submitButton: "Actualizar plan",
|
|
856
|
+
retryAuthButton: "Reintentar la autenticaci\xF3n"
|
|
857
|
+
},
|
|
858
|
+
reactivationConfig: {
|
|
859
|
+
currentPlanLabel: "Plan actual",
|
|
860
|
+
changePlanButton: "Cambiar de plan"
|
|
861
|
+
},
|
|
862
|
+
reactivationPayment: {
|
|
863
|
+
paymentTitle: "Pago",
|
|
864
|
+
boletoInfo: 'Haz clic en <b>"Contratar plan"</b> \xA1y tu Boleto se generar\xE1 autom\xE1ticamente!',
|
|
865
|
+
pixInfo: 'Haz clic en <b>"Contratar plan"</b> \xA1y tu c\xF3digo PIX se generar\xE1 autom\xE1ticamente!',
|
|
866
|
+
submitButton: "Contratar plan",
|
|
867
|
+
billingDataRequired: "Boleto y PIX emiten factura: completa tus datos de facturaci\xF3n para continuar.",
|
|
868
|
+
billingDataAction: "Completar datos de facturaci\xF3n",
|
|
869
|
+
retryAuthButton: "Reintentar la autenticaci\xF3n"
|
|
870
|
+
},
|
|
871
|
+
paymentMethodLabels: { card: "tarjeta", boleto: "Boleto", pix: "PIX" },
|
|
872
|
+
addons: {
|
|
873
|
+
title: "Complementos del plan",
|
|
874
|
+
credits: { option: "{credits} cr\xE9ditos de IA / mes", priceDefault: "Est\xE1ndar" },
|
|
875
|
+
domains: {
|
|
876
|
+
included: "{count} Dominios conectados",
|
|
877
|
+
extras: "(+{count} adicionales)",
|
|
878
|
+
extraPrice: "{price}{period} por dominio adicional"
|
|
879
|
+
},
|
|
880
|
+
abTest: {
|
|
881
|
+
name: "Prueba A/B y Experimentos",
|
|
882
|
+
details: "M\xE1s informaci\xF3n",
|
|
883
|
+
includedInPlan: "Incluido en el plan"
|
|
884
|
+
}
|
|
885
|
+
},
|
|
886
|
+
alternativeBuckets: {
|
|
887
|
+
sectionTitle: "Otros dominios registrados",
|
|
888
|
+
domainSingular: "dominio",
|
|
889
|
+
domainPlural: "dominios",
|
|
890
|
+
bucketLabel: "{count} {domainLabel} a {price}"
|
|
891
|
+
},
|
|
892
|
+
summary: {
|
|
893
|
+
title: "Resumen",
|
|
894
|
+
planRow: "Plan {planName}",
|
|
895
|
+
domainAddonSuffix: "a {price}",
|
|
896
|
+
aiAddon: "{credits} cr\xE9ditos de IA",
|
|
897
|
+
periodDiscount: "Descuento {pct} ({period})",
|
|
898
|
+
couponDiscount: "Cup\xF3n {code}",
|
|
899
|
+
immediateCharge: "Cobro inmediato",
|
|
900
|
+
billingRow: "Facturaci\xF3n {period}"
|
|
901
|
+
},
|
|
902
|
+
coupon: { addButton: "Cup\xF3n de descuento" },
|
|
903
|
+
couponDialog: {
|
|
904
|
+
title: "Cup\xF3n de descuento",
|
|
905
|
+
codeLabel: "C\xF3digo de cup\xF3n",
|
|
906
|
+
codePlaceholder: "Escriba aqu\xED",
|
|
907
|
+
apply: "Aplicar cup\xF3n",
|
|
908
|
+
applying: "Aplicando...",
|
|
909
|
+
notFoundOrInvalid: "El cup\xF3n {code} no existe o ya no es v\xE1lido.",
|
|
910
|
+
notUsableAccount: "El cup\xF3n {code} no se puede usar en esta cuenta."
|
|
911
|
+
},
|
|
912
|
+
abTestDialog: { learnMore: "M\xE1s informaci\xF3n" },
|
|
913
|
+
lostFeatures: {
|
|
914
|
+
domains15: "15 dominios conectados",
|
|
915
|
+
projectManagement: "Gesti\xF3n de proyectos",
|
|
916
|
+
onboardingMeeting: "Reuni\xF3n de Onboarding",
|
|
917
|
+
domains3: "3 dominios conectados",
|
|
918
|
+
unlimitedPages: "P\xE1ginas ilimitadas"
|
|
919
|
+
},
|
|
920
|
+
downgradeReason: {
|
|
921
|
+
title: "\xBFPor qu\xE9 est\xE1 cambiando a un plan inferior?",
|
|
922
|
+
subtitle: "Tu respuesta nos ayuda a mejorar {wlName} para ti.",
|
|
923
|
+
reasonLabel: "Motivo del cambio de plan",
|
|
924
|
+
reasonRequired: "*",
|
|
925
|
+
reasonPlaceholder: "Describe el motivo de tu elecci\xF3n",
|
|
926
|
+
continueWithDowngrade: "Continuar con la degradaci\xF3n"
|
|
927
|
+
},
|
|
928
|
+
downgradeReasons: {
|
|
929
|
+
"problemas-tecnicos": "Estoy experimentando demasiados problemas t\xE9cnicos",
|
|
930
|
+
preco: "El precio no me compensa en este momento",
|
|
931
|
+
"pouco-uso": "No estoy usando la herramienta con frecuencia",
|
|
932
|
+
"falta-recursos": "Echo de menos funcionalidades importantes",
|
|
933
|
+
outro: "Otro motivo"
|
|
934
|
+
}
|
|
935
|
+
},
|
|
936
|
+
// Contratación: selector de período y cupón de duración limitada.
|
|
937
|
+
checkout: {
|
|
938
|
+
billing: {
|
|
939
|
+
sectionLabel: "Facturaci\xF3n",
|
|
940
|
+
annual: "Suscripci\xF3n Anual",
|
|
941
|
+
monthly: "Suscripci\xF3n Mensual",
|
|
942
|
+
suffixAnnual: "/a\xF1o",
|
|
943
|
+
suffixMonthly: "/mes",
|
|
944
|
+
billedUpfront: "{price} en un solo pago",
|
|
945
|
+
discountBadge: "{percent}% OFF",
|
|
946
|
+
catalogDiscountBadge: "hasta {percent}% off"
|
|
947
|
+
},
|
|
948
|
+
firstPeriod: {
|
|
949
|
+
firstMonthly: "1er mes {price}",
|
|
950
|
+
firstSemiannual: "1er semestre {price}",
|
|
951
|
+
firstAnnual: "1er a\xF1o {price}",
|
|
952
|
+
firstMonths: "primeros {count} meses {price}",
|
|
953
|
+
then: "despu\xE9s {price}{suffix}"
|
|
954
|
+
}
|
|
955
|
+
},
|
|
956
|
+
// Flujo: CannotDowngradeDialog (qué ajustar antes de bajar de plan).
|
|
957
|
+
cannotDowngrade: {
|
|
958
|
+
heading: "Antes de cambiar al Plan {planName}",
|
|
959
|
+
alertDomains: "Tu cuenta tiene {registeredDomains, plural, one {1 dominio registrado} other {# dominios registrados}}, pero el plan {planName} permite solo {planIncludedDomains, plural, one {1 dominio conectado} other {# dominios conectados}}.",
|
|
960
|
+
alertDomainsNone: "Tu cuenta tiene {registeredDomains, plural, one {1 dominio registrado} other {# dominios registrados}}, pero el plan {planName} no permite dominios conectados.",
|
|
961
|
+
alertPages: "Tu cuenta tiene {publishedPages, plural, one {1 p\xE1gina publicada} other {# p\xE1ginas publicadas}}, pero el plan {planName} permite solo {planIncludedPages, plural, one {1 p\xE1gina publicada} other {# p\xE1ginas publicadas}}.",
|
|
962
|
+
alertReviewSteps: "Para continuar, revisa los pasos siguientes y elige lo que deseas mantener.",
|
|
963
|
+
alertReady: "\xA1Todo listo! Tu cuenta ya est\xE1 dentro de los l\xEDmites del plan {planName}. Solo falta finalizar el cambio.",
|
|
964
|
+
stepReviewTitle: "Revisar l\xEDmites",
|
|
965
|
+
stepDomainsTitle: "Revisar dominios",
|
|
966
|
+
stepPagesTitle: "Revisar p\xE1ginas",
|
|
967
|
+
stepDomainsSubtitle: "Necesitas eliminar {count, plural, one {1 dominio} other {# dominios}} para continuar",
|
|
968
|
+
stepDomainsAction: "Eliminar {count, plural, one {1 dominio} other {# dominios}}",
|
|
969
|
+
stepDomainsDone: "Tu cuenta ya est\xE1 dentro del l\xEDmite de dominios del plan",
|
|
970
|
+
stepPagesSubtitle: "Debes dejar solo {limit, plural, one {1 p\xE1gina publicada} other {# p\xE1ginas publicadas}} para continuar",
|
|
971
|
+
stepPagesAction: "Despublicar {count, plural, one {1 p\xE1gina} other {# p\xE1ginas}}",
|
|
972
|
+
stepPagesDone: "Tu cuenta ya est\xE1 dentro del l\xEDmite de p\xE1ginas del plan",
|
|
973
|
+
stepConfirmTitle: "Confirmar cambio",
|
|
974
|
+
stepConfirmSubtitle: "Revisa todo antes de concluir el cambio",
|
|
975
|
+
stepConfirmAction: "Finalizar"
|
|
976
|
+
},
|
|
977
|
+
// Flujo: AddFirstCardWarningModal (primera tarjeta de la cuenta).
|
|
978
|
+
addFirstCard: {
|
|
979
|
+
title: "Atenci\xF3n al a\xF1adir una tarjeta",
|
|
980
|
+
description1: "Al a\xF1adir esta tarjeta, se utilizar\xE1 como forma de pago de tu suscripci\xF3n.",
|
|
981
|
+
description2: "La pr\xF3xima factura de tu suscripci\xF3n se cobrar\xE1 autom\xE1ticamente en esta nueva tarjeta.",
|
|
982
|
+
continue: "Continuar"
|
|
983
|
+
},
|
|
984
|
+
// Flujo: SwitchPaymentToCardModal (la suscripción pasa a cobrarse en la tarjeta nueva).
|
|
985
|
+
switchPaymentToCard: {
|
|
986
|
+
title: "\xBFUsar esta tarjeta en tu suscripci\xF3n?",
|
|
987
|
+
intro: "Confirma para aplicar los cambios de abajo ahora:",
|
|
988
|
+
introFirstCard: "Esta es la primera tarjeta de tu cuenta. Confirma para aplicar los cambios de abajo ahora:",
|
|
989
|
+
changeMethod: "El cobro de la suscripci\xF3n deja de ser por {method} y pasa a esta tarjeta",
|
|
990
|
+
changeDefault: "Esta tarjeta pasa a ser la predeterminada de la cuenta",
|
|
991
|
+
chargeNow: "Si esta suscripci\xF3n tiene una factura abierta, se cobra ahora en esta tarjeta",
|
|
992
|
+
declineHint: "Si lo prefieres, la tarjeta queda guardada y nada cambia en el cobro.",
|
|
993
|
+
confirm: "Usar esta tarjeta",
|
|
994
|
+
decline: "Ahora no",
|
|
995
|
+
successToast: "Listo, tu suscripci\xF3n ahora se cobra en esta tarjeta.",
|
|
996
|
+
successWithCharge: "Listo. Tu suscripci\xF3n ahora se cobra en esta tarjeta y la factura de {value} fue pagada.",
|
|
997
|
+
pendingBlocked: "El cambio no se aplic\xF3: esta suscripci\xF3n tiene un pago pendiente. Compl\xE9talo e int\xE9ntalo de nuevo.",
|
|
998
|
+
switchedChargeFailed: "Tarjeta definida para la suscripci\xF3n, pero la factura abierta no se pag\xF3 ahora. El cobro se reintentar\xE1 autom\xE1ticamente.",
|
|
999
|
+
authError: "No pudimos autenticar el pago con tu banco.",
|
|
1000
|
+
errorToast: "No pudimos cambiar el m\xE9todo de pago. Int\xE9ntalo de nuevo.",
|
|
1001
|
+
methodBoleto: "boleto",
|
|
1002
|
+
methodPix: "pix"
|
|
1003
|
+
},
|
|
1004
|
+
// Flujo: PlansCatalogDialog (vitrina de planes).
|
|
1005
|
+
plansCatalog: {
|
|
1006
|
+
title: "Planes de suscripci\xF3n",
|
|
1007
|
+
periodMonthly: "Mensual",
|
|
1008
|
+
periodAnnual: "Anual",
|
|
1009
|
+
discountCatalog: "hasta {percent}% off",
|
|
1010
|
+
discountBadge: "{percent}% OFF"
|
|
1011
|
+
},
|
|
1012
|
+
// Flujo: PaymentConfirmationDialog (cobro en la tarjeta confirmado).
|
|
1013
|
+
paymentConfirmation: {
|
|
1014
|
+
subscriptionConfirmed: "Suscripci\xF3n confirmada \u{1F680}",
|
|
1015
|
+
youSubscribed: "Acaba de suscribirse a <b>{planName}</b>",
|
|
1016
|
+
price: "por <b>{price}</b>",
|
|
1017
|
+
immediateCharge: "Un cargo prorrateado de <b>{amount}</b> ha sido procesado ahora.",
|
|
1018
|
+
manageInfo: 'Para administrar su plan, acceder a facturas o realizar cambios, simplemente abra la pesta\xF1a "Suscripci\xF3n" en Mi cuenta.'
|
|
1019
|
+
},
|
|
1020
|
+
// Flujo: PixPaymentDialog (código QR del PIX generado en el cambio/contratación).
|
|
1021
|
+
pixPayment: {
|
|
1022
|
+
title: "PIX generado",
|
|
1023
|
+
subtitle: "Escanee un c\xF3digo QR para pagar",
|
|
1024
|
+
payNowLabel: "Pagas ahora",
|
|
1025
|
+
payIn: "Pague en",
|
|
1026
|
+
qrCodeAlt: "C\xF3digo QR PIX",
|
|
1027
|
+
orCopyCode: "O COPIE EL C\xD3DIGO PIX ABAJO",
|
|
1028
|
+
copyCode: "Copiar c\xF3digo",
|
|
1029
|
+
copiedToast: "\xA1C\xF3digo copiado exitosamente!",
|
|
1030
|
+
paidToast: "Pago realizado exitosamente.",
|
|
1031
|
+
waitingPayment: "Esperando la confirmaci\xF3n del pago...",
|
|
1032
|
+
paidTitle: "PIX pagado",
|
|
1033
|
+
rejectedTitle: "PIX rechazado",
|
|
1034
|
+
expiredTitle: "C\xF3digo PIX expirado",
|
|
1035
|
+
rejectedOrExpiredDescription: "Haz clic abajo para generar un nuevo c\xF3digo PIX",
|
|
1036
|
+
generateAnother: "Generar otro c\xF3digo",
|
|
1037
|
+
rejected: "PIX rechazado. Cierre y genere un nuevo c\xF3digo para intentarlo de nuevo.",
|
|
1038
|
+
expired: "C\xF3digo PIX expirado. Cierre y genere un nuevo c\xF3digo para intentarlo de nuevo."
|
|
1039
|
+
}
|
|
1040
|
+
}
|
|
219
1041
|
}
|
|
220
1042
|
},
|
|
221
1043
|
credits: {
|
|
@@ -541,7 +1363,37 @@ const messages = {
|
|
|
541
1363
|
backToHome: "Volver al inicio"
|
|
542
1364
|
},
|
|
543
1365
|
// Planos: features e main features (mapApiPlanToUiPlan).
|
|
1366
|
+
// Nomes dos adicionais do plano.
|
|
1367
|
+
addons: {
|
|
1368
|
+
domains: "Dominios",
|
|
1369
|
+
pages: "P\xE1ginas",
|
|
1370
|
+
projects: "Proyectos",
|
|
1371
|
+
abTestName: "Experimentos y Prueba A/B",
|
|
1372
|
+
abTestShortName: "Prueba A/B",
|
|
1373
|
+
abTestDescription: "La Prueba A/B es una t\xE9cnica utilizada para comparar dos versiones del mismo contenido, como una p\xE1gina o un anuncio, e identificar cu\xE1l genera mejores resultados. Parte de la audiencia ve la versi\xF3n A y otra parte ve la versi\xF3n B, permiti\xE9ndote analizar datos reales y tomar decisiones m\xE1s efectivas para mejorar conversiones y desempe\xF1o.",
|
|
1374
|
+
heatmap: "Heatmap",
|
|
1375
|
+
aiCredits: "Cr\xE9ditos de IA"
|
|
1376
|
+
},
|
|
544
1377
|
plans: {
|
|
1378
|
+
tooltips: {
|
|
1379
|
+
domains: "Conecta dominios externos y personalizados a tu p\xE1gina. Ej: www.tudominio.com.br",
|
|
1380
|
+
users: "A\xF1ade todos los usuarios que quieras al proyecto para colaborar en la creaci\xF3n.",
|
|
1381
|
+
sharePages: "Compartir p\xE1ginas (Plantillas) entre cuentas de la plataforma",
|
|
1382
|
+
projectManagement: "Organiza mejor tu flujo de trabajo separando tus p\xE1ginas en diferentes proyectos."
|
|
1383
|
+
},
|
|
1384
|
+
card: {
|
|
1385
|
+
mostPopular: "M\xE1s popular",
|
|
1386
|
+
currentPlan: "Tu plan actual",
|
|
1387
|
+
selectPlan: "Seleccionar plan",
|
|
1388
|
+
promoBadge: "Precio promocional",
|
|
1389
|
+
promoFrom: "Desde",
|
|
1390
|
+
defaultPrice: "Est\xE1ndar",
|
|
1391
|
+
aiCreditsLabel: "{credits} cr\xE9ditos de IA",
|
|
1392
|
+
aiCreditsIncluded: "{credits} cr\xE9ditos de IA incluidos",
|
|
1393
|
+
abTestIncluded: "Experimentos y Test A/B",
|
|
1394
|
+
upfrontNoteAnnual: "*Plan anual de {price} en un solo pago. Valor mensual solo como referencia.",
|
|
1395
|
+
upfrontNoteSemiannual: "*Plan semestral de {price} en un solo pago. Valor mensual solo como referencia."
|
|
1396
|
+
},
|
|
545
1397
|
features: {
|
|
546
1398
|
unlimitedVisits: "Visitas ilimitadas",
|
|
547
1399
|
unlimitedLeads: "Leads ilimitados",
|
|
@@ -570,7 +1422,15 @@ const messages = {
|
|
|
570
1422
|
},
|
|
571
1423
|
// Autenticação de pagamento (3DS/SCA).
|
|
572
1424
|
payment: {
|
|
573
|
-
authFailed: "No se pudo autenticar el pago con tu banco."
|
|
1425
|
+
authFailed: "No se pudo autenticar el pago con tu banco.",
|
|
1426
|
+
methodToggle: {
|
|
1427
|
+
card: "Tarjeta",
|
|
1428
|
+
boleto: "Boleto",
|
|
1429
|
+
pix: "PIX",
|
|
1430
|
+
boletoTooltip: "Solo para suscripciones anuales",
|
|
1431
|
+
cardTooltip: "No permitido por cup\xF3n aplicado",
|
|
1432
|
+
pixTooltip: "Solo para suscripciones anuales"
|
|
1433
|
+
}
|
|
574
1434
|
},
|
|
575
1435
|
// Periodicidade de cobrança.
|
|
576
1436
|
periodicity: {
|