extending welsh translations

This commit is contained in:
Khalim Conn-Kowlessar 2024-05-28 19:33:46 +01:00
parent 291c6955e5
commit 1010b24a4f
2 changed files with 4 additions and 1 deletions

View file

@ -118,6 +118,8 @@ class HotWaterAttributes(Definitions):
"waste water heat "
"recovery",
"ogçör brif system, adfer gwres d+¦r gwastraff": "from main system, waste water heat recovery",
"twymwr tanddwr, tarriff safonol, adfer gwres d+¦r gwastraff": "electric immersion, standard tariff, waste "
"water heat recovery",
}
def __init__(self, description: str):

View file

@ -111,7 +111,8 @@ class MainheatControlAttributes(Definitions):
't+-ól un gyfradd, trvs': 'single rate heating, trvs',
't+ól un gyfradd, rhaglennydd a trvs': 'single rate heating, programmer, trvs',
't+ól un gyfradd, trvs': 'single rate heating, trvs',
'trvs a falf osgoi': 'trvs and bypass'
'trvs a falf osgoi': 'trvs and bypass',
'rheolaeth celect': 'celect-type control',
}
def __init__(self, description: str):