{ translate(
'To import your themes, plugins, users, and settings from %(sourceSiteDomain)s we need to upgrade your WordPress.com site.',
{
args: { sourceSiteDomain },
}
) }
{ /** The child elements here are in reverse order due to having flex-direction: row-reverse in CSS */ }
{ translate( 'Your active plugins' ) }
{ plugins.slice( 0, 2 ).map( ( plugin, index ) => (
) ) }
{ plugins.length > 2 && (
{ translate( '%(number)d more', { args: { number: plugins.length - 2 } } ) }
) }
{ translate( 'Your custom themes' ) }
{ themes.slice( 0, 2 ).map( ( theme, index ) => (
) ) }
{ themes.length > 2 && (
{ translate( '%(number)d more', { args: { number: themes.length - 2 } } ) }
) }
{
// translators: %(planName)s is the name of the Creator/Business/Essential plan
translate( 'WordPress.com %(planName)s', {
args: { planName: upsellPlanName },
} )
}
{ billingTimeFrame }
{ /* TODO: is the following "import everything" behaviour up to date? */ }