(
{t('Plan Subtitle')}
)}
/>
(
{t('Plan Price')}
field.onChange(parseFloat(e.target.value) || 0)
}
/>
)}
/>
(
{t('Quota ({{currency}})', { currency: currencyLabel })}
field.onChange(parseFloat(e.target.value) || 0)
}
/>
{t(
'Total quota included in the plan, usable per billing period. 0 means unlimited.'
)}
)}
/>
(
{t('Upgrade Group')}
)}
/>
(
{t('Downgrade Group')}
{t('Downgrade to this group after the subscription expires')}
)}
/>
(
{t('Purchase Limit')}
field.onChange(parseInt(e.target.value, 10) || 0)
}
/>
{t('0 means unlimited')}
)}
/>
(
{t('Sort Order')}
field.onChange(parseInt(e.target.value, 10) || 0)
}
/>
)}
/>
(
{t('Enabled Status')}
)}
/>
(
{t('Allow balance redemption')}
)}
/>
(
{t('Allow wallet balance after quota used up')}
)}
/>