add miexed as the third option for AC/DC coupled
This commit is contained in:
parent
77abe03f9c
commit
b11e3340fd
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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}",
|
||||
|
|
|
|||
|
|
@ -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}",
|
||||
|
|
|
|||
|
|
@ -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}",
|
||||
|
|
|
|||
|
|
@ -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}",
|
||||
|
|
|
|||
Loading…
Reference in New Issue