{{ $t("pricing_page.title") }}
{{ $t("pricing_page.subtitle") }}
{{ $t("pricing_page.loading") }}
{{ error }}
{{ $t("pricing_page.plan_comparison") }}
| {{ $t("pricing_page.feature") }} | Free |
Basic {{ getDisplayPrice('basic') }}{{ $t("pricing_page.per_month") }} |
Premium {{ getDisplayPrice('premium') }}{{ $t("pricing_page.per_month") }} |
|---|---|---|---|
| {{ getGroupLabel(group) }} | |||
| {{ getFeatureLabel(fKey) }} | {{ getFeatureValue('free', fKey) }} | {{ getFeatureValue('basic', fKey) }} | {{ getFeatureValue('premium', fKey) }} |
{{ $t("pricing_page.limits_title") }}
| {{ $t("pricing_page.limit") }} | Free | Basic | Premium |
|---|---|---|---|
| {{ getLimitLabel(lKey) }} | {{ getLimitValue('free', lKey) }} | {{ getLimitValue('basic', lKey) }} | {{ getLimitValue('premium', lKey) }} |
{{ $t("pricing_page.historical_title") }}
| {{ $t("pricing_page.setting") }} | Free | Basic | Premium |
|---|---|---|---|
| {{ getLimitLabel('historical_period') }} | {{ getHistoricalPeriod('free') }} | {{ getHistoricalPeriod('basic') }} | {{ getHistoricalPeriod('premium') }} |
{{ $t("pricing_page.models_title") }}
| {{ $t("pricing_page.model") }} | Free | Basic | Premium |
|---|---|---|---|
| {{ displayName }} | {{ isModelAllowed('free', modelKey) ? '✓' : '✗' }} | {{ isModelAllowed('basic', modelKey) ? '✓' : '✗' }} | {{ isModelAllowed('premium', modelKey) ? '✓' : '✗' }} |
{{ $t("pricing_page.scenarios_title") }}
| {{ $t("pricing_page.scenario") }} | Free | Basic | Premium |
|---|---|---|---|
| {{ getScenarioName(scKey) }} | {{ isScenarioAllowed('free', scKey) ? '✓' : '✗' }} | {{ isScenarioAllowed('basic', scKey) ? '✓' : '✗' }} | {{ isScenarioAllowed('premium', scKey) ? '✓' : '✗' }} |
{{ $t("pricing_page.change_plan") }}
{{ $t("pricing_page.test_mode") }}
✓ {{ promoResult.coupon_name }}
({{ $t('pricing_page.promo_discount_percent', { percent: promoResult.percent_off }) }} — {{ $t('pricing_page.promo_lifetime') }})
({{ $t('pricing_page.promo_discount_amount', { amount: (promoResult.amount_off / 100).toFixed(2) }) }})
✗ {{ $t('pricing_page.invalid_promo') }}
Free
0€
- {{ feature.label }}
- {{ $t("pricing_page.basic_features_label") }}
Basic
{{ getDisplayPrice('basic') }} {{ $t("pricing_page.per_month") }}
- {{ $t("pricing_page.all_free_features") }}
- {{ feature.label }}
{{ $t("pricing_page.most_popular") }}
Premium
{{ getDisplayPrice('premium') }} {{ $t("pricing_page.per_month") }}
- {{ $t("pricing_page.all_basic_features") }}
- {{ $t("pricing_page.all_free_features") }}
- {{ feature.label }}
{{ $t("pricing_page.faq_title") }}
{{ $t("pricing_page.faq_change_plan_q") }}
{{ $t("pricing_page.faq_change_plan_a") }}
{{ $t("pricing_page.faq_yearly_q") }}
{{ $t("pricing_page.faq_yearly_a") }}
{{ $t("pricing_page.faq_cancel_q") }}
{{ $t("pricing_page.faq_cancel_a") }}
{{ $t("pricing_page.faq_payment_q") }}
{{ $t("pricing_page.faq_payment_a") }}