Vallox Integration: Add ability to translate Profiles

I think it would be nice to add the ability to translate profile names to the Vallox integration.
They are currently statically defined in const.py, specifically:

VALLOX_PROFILE_TO_STR_SETTABLE = {
    VALLOX_PROFILE.HOME: "Home",
    VALLOX_PROFILE.AWAY: "Away",
    VALLOX_PROFILE.BOOST: "Boost",
    VALLOX_PROFILE.FIREPLACE: "Fireplace",
}

VALLOX_CELL_STATE_TO_STR = {
    0: "Heat Recovery",
    1: "Cool Recovery",
    2: "Bypass",
    3: "Defrosting",
}

I think it should be possible to reuse the existing translations directory.