{{ $t('screen.capacity') }}
{{ info.capacity |kwhFormat }}
{{ info.capacity | kwhUnitFormat }}
{{ $t('screen.stationNum') }}
{{ info.stationNumber }}
{{ lang === 'zh'? 'δΈͺ':'' }}
{{ $t('screen.dailyPowerGeneration') }}
{{ info.dailyReleaseElec |kwhFormat }}
{{ info.dailyReleaseElec |kwhUnitFormat }}
{{ $t('screen.yearlyPowerGeneration') }}
{{ info.yearReleaseElec |kwhFormat }}
{{ info.yearReleaseElec |kwhUnitFormat }}
{{ $t('screen.cumulativePowerGeneration') }}
{{ info.totalReleaseElec |kwhFormat }}
{{ info.totalReleaseElec |kwhUnitFormat }}