Hello,
Simply follow reference manual:

if priority register of any interrupt is zero ,does that indicate the corresponding interrupt is disabled?

It is not disabled, but wont be served by INTC to prevent situation described above.
Simply said. If you want interrupt to reach the core, then you need to set its priority higher than 0.
Best regards,
Peter