Zend certified PHP/Magento developer

Magento 2.4: Change price filter text and range programmatically

I want to change the price filter text and range on the layered navigation from:
enter image description here

To:

Something like this:

Under $30.00

$30.00 – $60.00

$60.00 – $90.00

$90.00 – $120.00

$120.00 and Above

How can it be done programmatically?