update translation

This commit is contained in:
MaysWind
2026-01-21 23:59:12 +08:00
parent 10388a5ffa
commit 2bfcfbf03d
32 changed files with 297 additions and 297 deletions
@@ -49,15 +49,15 @@
@click="selectInvert"></v-list-item>
<v-divider class="my-2"/>
<v-list-item :prepend-icon="mdiSelectAll"
:title="tt('Select All in This Page')"
:title="tt('Select All on This Page')"
:disabled="!!disabled"
@click="selectAllInThisPage"></v-list-item>
<v-list-item :prepend-icon="mdiSelect"
:title="tt('Select None in This Page')"
:title="tt('Select None on This Page')"
:disabled="!!disabled"
@click="selectNoneInThisPage"></v-list-item>
<v-list-item :prepend-icon="mdiSelectInverse"
:title="tt('Invert Selection in This Page')"
:title="tt('Invert Selection on This Page')"
:disabled="!!disabled"
@click="selectInvertInThisPage"></v-list-item>
</v-list>