{{ $t('packages.subtitle') }}
{{ error }}
{{ $t('packages.no_packages_desc') }}
{{ getDescription(pkg) }}
{{ $t('packages.form_tier_level_hint') }}
{{ $t('packages.form_trial_days_hint') }}
| Region | {{ $t('packages.form_monthly_price') }} | {{ $t('packages.form_yearly_price') }} | Kredit รr | {{ $t('packages.form_currency') }} | |
|---|---|---|---|---|---|
| {{ region.country_code }} ({{ region.currency }}, {{ region.default_vat_rate }}% VAT) |
|
{{ $t('packages.calc_net') }}
{{ formatCurrency(calcNetPrice, calcCurrency) }}
{{ $t('packages.calc_vat') }} ({{ calcVatRate }}%)
{{ formatCurrency(calcNetPrice * (calcVatRate / 100), calcCurrency) }}
{{ $t('packages.calc_gross') }}
{{ formatCurrency(calcNetPrice * (1 + calcVatRate / 100), calcCurrency) }}
{{ $t('packages.feature_capabilities_hint') }}
{{ featureCapabilitiesError }}
{{ $t('packages.renewal_subtitle') || 'Configure automatic subscription renewal rules for this package.' }}
{{ $t('packages.renewal_auto_default') || 'Auto-Renew by Default' }}
{{ $t('packages.renewal_auto_default_hint') || 'New subscriptions will have auto-renew enabled by default.' }}
{{ $t('packages.renewal_period_hint') || 'If empty, the subscription duration.days is used.' }}
{{ $t('packages.renewal_grace_period_hint') || 'Days after expiry before subscription suspension.' }}
{{ $t('packages.renewal_retry') || 'Retry on Failure' }}
{{ $t('packages.renewal_retry_hint') || 'Retry failed payment attempts automatically.' }}
{{ $t('packages.renewal_disabled_hint') || 'Auto-renewal is disabled for this package. Toggle the switch above to enable it.' }}
{{ $t('packages.delete_confirm', { name: getDisplayName(deletingPackage) }) }}