[powermax] Add few missing default translation properties (#11913)

Also run mvn i18n:generate-default-translations

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
This commit is contained in:
lolodomo
2022-01-01 11:33:08 +01:00
committed by GitHub
parent b701e15ec2
commit e4cd27f623
3 changed files with 48 additions and 34 deletions

View File

@@ -82,15 +82,15 @@
<description>@text/config.panelType.description</description>
<limitToOptions>true</limitToOptions>
<options>
<option value="PowerMax">PowerMax</option>
<option value="PowerMax+">PowerMax+</option>
<option value="PowerMaxPro">PowerMax Pro</option>
<option value="PowerMaxComplete">PowerMax Complete</option>
<option value="PowerMaxProPart">PowerMax Pro Part</option>
<option value="PowerMaxCompletePart">PowerMax Complete Part</option>
<option value="PowerMaxExpress">PowerMax Express</option>
<option value="PowerMaster10">PowerMaster 10</option>
<option value="PowerMaster30">PowerMaster 30</option>
<option value="PowerMax">@text/config.panelType.option.PowerMax</option>
<option value="PowerMax+">@text/config.panelType.option.PowerMaxPlus</option>
<option value="PowerMaxPro">@text/config.panelType.option.PowerMaxPro</option>
<option value="PowerMaxComplete">@text/config.panelType.option.PowerMaxComplete</option>
<option value="PowerMaxProPart">@text/config.panelType.option.PowerMaxProPart</option>
<option value="PowerMaxCompletePart">@text/config.panelType.option.PowerMaxCompletePart</option>
<option value="PowerMaxExpress">@text/config.panelType.option.PowerMaxExpress</option>
<option value="PowerMaster10">@text/config.panelType.option.PowerMaster10</option>
<option value="PowerMaster30">@text/config.panelType.option.PowerMaster30</option>
</options>
<default>PowerMaxPro</default>
<advanced>true</advanced>

View File

@@ -80,15 +80,15 @@
<description>@text/config.panelType.description</description>
<limitToOptions>true</limitToOptions>
<options>
<option value="PowerMax">PowerMax</option>
<option value="PowerMax+">PowerMax+</option>
<option value="PowerMaxPro">PowerMax Pro</option>
<option value="PowerMaxComplete">PowerMax Complete</option>
<option value="PowerMaxProPart">PowerMax Pro Part</option>
<option value="PowerMaxCompletePart">PowerMax Complete Part</option>
<option value="PowerMaxExpress">PowerMax Express</option>
<option value="PowerMaster10">PowerMaster 10</option>
<option value="PowerMaster30">PowerMaster 30</option>
<option value="PowerMax">@text/config.panelType.option.PowerMax</option>
<option value="PowerMax+">@text/config.panelType.option.PowerMaxPlus</option>
<option value="PowerMaxPro">@text/config.panelType.option.PowerMaxPro</option>
<option value="PowerMaxComplete">@text/config.panelType.option.PowerMaxComplete</option>
<option value="PowerMaxProPart">@text/config.panelType.option.PowerMaxProPart</option>
<option value="PowerMaxCompletePart">@text/config.panelType.option.PowerMaxCompletePart</option>
<option value="PowerMaxExpress">@text/config.panelType.option.PowerMaxExpress</option>
<option value="PowerMaster10">@text/config.panelType.option.PowerMaster10</option>
<option value="PowerMaster30">@text/config.panelType.option.PowerMaster30</option>
</options>
<default>PowerMaxPro</default>
<advanced>true</advanced>