Translated desktop/views/components/settings.drive.vue

This commit is contained in:
gutfuckllc
2018-08-01 14:42:52 -04:00
parent 8df35650e5
commit d6fab5fd6c
3 changed files with 10 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<div class="root">
<template v-if="!fetching">
<el-progress :text-inside="true" :stroke-width="18" :percentage="Math.floor((usage / capacity) * 100)"/>
<p><b>{{ capacity | bytes }}</b><b>{{ usage | bytes }}</b>使用中</p>
<p><b>{{ capacity | bytes }}</b>%i18n:max%<b>{{ usage | bytes }}</b>%i18n:in-use%</p>
</template>
</div>
</template>