{{ t('appTitle') }}

{{ t('section1Title') }}

{{ t('section2Title') }}

{{ t('sum') }}: {{ capacitySum }}%

{{ t('section3Title') }}

{{ t('sum') }}: {{ loadSum }}%

{{ t('section4Title') }}

{{ diskNames[key] }}

{{ t('section5Title') }}

{{ error }}

{{ t('detailedCalculations') }}


      

{{ t('calculationResults') }}

{{ t('parameter') }} {{ diskNames[disk.diskType] }}
{{ t('dataVolume') }} {{ disk.capacity.toFixed(2) }}
{{ t('iopsLoad') }} {{ disk.iopsLoad.toFixed(2) }}
{{ t('throughputLoad') }} {{ disk.throughputLoad.toFixed(2) }}
{{ t('countByCapacity') }} {{ disk.countByCapacity }}
{{ t('countByThroughput') }} {{ disk.countByThroughput }}
{{ t('countByIOPS') }} {{ disk.countByIOPS }}
{{ t('totalDisks') }} {{ disk.totalDisks }}
{{ t('replicatedDisks') }} {{ disk.replicatedDisks }}
{{ t('cost') }} {{ disk.cost.toFixed(2) }}

{{ t('totalCost') }}: ${{ results.totalCost.toFixed(2) }}

{{ t('totalReplicatedDisks') }}: {{ results.totalReplicatedDisks }}