mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
Corrected untranslated items
This commit is contained in:
parent
e0d83a397b
commit
c58d6f484d
3 changed files with 23 additions and 20 deletions
|
|
@ -265,15 +265,15 @@
|
|||
data-trigger="focus"
|
||||
data-bs-toggle="popover"
|
||||
data-bs-html="true"
|
||||
data-bs-content="<strong>Bus:</strong> {{ disk.bus }} <br/>
|
||||
<strong>Format:</strong> {{ disk.format }} <br/>
|
||||
<strong>Cache:</strong> {{ disk.cache }} <br/>
|
||||
<strong>Serial:</strong> {{ disk.serial }} <br/>
|
||||
<strong>Readonly:</strong> {{ disk.readonly }} <br/>
|
||||
<strong>Shareable:</strong> {{ disk.shareable }}</br>
|
||||
<strong>IO Mode:</strong> {{ disk.io }} <br/>
|
||||
<strong>Discard:</strong> {{ disk.discard }} <br/>
|
||||
<strong>Detect Zeroes:</strong> {{ disk.detect_zeroes }}">
|
||||
data-bs-content="<strong>{% trans 'Bus' %}:</strong> {{ disk.bus }} <br/>
|
||||
<strong>{% trans 'Format' %}:</strong> {{ disk.format }} <br/>
|
||||
<strong>{% trans 'Cache' %}:</strong> {{ disk.cache }} <br/>
|
||||
<strong>{% trans 'Serial' %}:</strong> {{ disk.serial }} <br/>
|
||||
<strong>{% trans 'Readonly' %}:</strong> {{ disk.readonly }} <br/>
|
||||
<strong>{% trans 'Shareable' %}:</strong> {{ disk.shareable }}</br>
|
||||
<strong>{% trans 'IO Mode' %}:</strong> {{ disk.io }} <br/>
|
||||
<strong>{% trans 'Discard' %}:</strong> {{ disk.discard }} <br/>
|
||||
<strong>{% trans 'Detect Zeroes' %}:</strong> {{ disk.detect_zeroes }}">
|
||||
<span>{% bs_icon 'info' %} </span>
|
||||
</button>
|
||||
{{ disk.dev }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue