{{ $t('_pages.script.typeError', { slot: error.arg + 1, expect: $t(`script.types.${error.expect}`), actual: $t(`script.types.${error.actual}`) }) }}
{{ $t('_pages.script.thereIsEmptySlot', { slot: warn.slot + 1 }) }}