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"> <MenuItem value="DC">
<FormattedMessage id="couplingDC" defaultMessage="DC-coupled" /> <FormattedMessage id="couplingDC" defaultMessage="DC-coupled" />
</MenuItem> </MenuItem>
<MenuItem value="Mixed">
<FormattedMessage id="couplingMixed" defaultMessage="Mixed" />
</MenuItem>
</Select> </Select>
</FormControl> </FormControl>
</div> </div>

View File

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

View File

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

View File

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

View File

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