add miexed as the third option for AC/DC coupled

This commit is contained in:
Yinyin Liu 2026-05-22 09:20:19 +02:00
parent 77abe03f9c
commit b11e3340fd
5 changed files with 7 additions and 0 deletions

View File

@ -924,6 +924,9 @@ function InformationSodistorehome(props: InformationSodistorehomeProps) {
<MenuItem value="DC">
<FormattedMessage id="couplingDC" defaultMessage="DC-coupled" />
</MenuItem>
<MenuItem value="Mixed">
<FormattedMessage id="couplingMixed" defaultMessage="Mixed" />
</MenuItem>
</Select>
</FormControl>
</div>

View File

@ -96,6 +96,7 @@
"couplingType": "AC/DC-Kopplung",
"couplingAC": "AC-gekoppelt",
"couplingDC": "DC-gekoppelt",
"couplingMixed": "Gemischt",
"selectModel": "Modell auswählen...",
"inverterN": "Wechselrichter {n}",
"clusterN": "Cluster {n}",

View File

@ -78,6 +78,7 @@
"couplingType": "AC/DC Coupling",
"couplingAC": "AC-coupled",
"couplingDC": "DC-coupled",
"couplingMixed": "Mixed",
"selectModel": "Select model...",
"inverterN": "Inverter {n}",
"clusterN": "Cluster {n}",

View File

@ -90,6 +90,7 @@
"couplingType": "Couplage AC/DC",
"couplingAC": "Couplage AC",
"couplingDC": "Couplage DC",
"couplingMixed": "Mixte",
"selectModel": "Sélectionner le modèle...",
"inverterN": "Onduleur {n}",
"clusterN": "Cluster {n}",

View File

@ -78,6 +78,7 @@
"couplingType": "Accoppiamento AC/DC",
"couplingAC": "Accoppiamento AC",
"couplingDC": "Accoppiamento DC",
"couplingMixed": "Misto",
"selectModel": "Seleziona modello...",
"inverterN": "Inverter {n}",
"clusterN": "Cluster {n}",