{t("billing.manage")}
+ {!billing.userId ? ( +{t("billing.loginRequired")}
+ +{t("billing.registrationReceived")}
+ ++ {t( + subscription?.cancel_at_period_end + ? "billing.endsAt" + : "billing.renewsAt", + { + date: new Intl.DateTimeFormat(props.lng, { + dateStyle: "long", + }).format(new Date(periodEnd)), + }, + )} +
+ )} + {billing.subscriptionQuery.data.memoCount !== undefined && ( ++ {t("billing.memoCount", { + count: billing.subscriptionQuery.data.memoCount, + })} +
+ )} + {!isPaid && ( ++ {t("billing.freeLimit")} {t("billing.trashIncluded")} +
+ )} + {isPaid && ( ++ {t("billing.aiUsage", { + count: billing.subscriptionQuery.data.aiUsageCount, + limit: billing.subscriptionQuery.data.aiUsageLimit, + })} +
+ )} ++ {t("billing.aiLimitDescription")} +
++ {t("billing.preservation")} +
++ {t("billing.beforeSubscribe")} +
+{t("billing.renewalTerms")}
+ {!isBillingReady && ( + + )} +{t("billing.cardRegistered")}
+ + > + ) : ( + + )} +