mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-27 19:29:52 +08:00
更新国际化支持:为过滤媒体和资源组件添加多语言文本,提升用户体验
This commit is contained in:
@@ -589,7 +589,7 @@ useDynamicButton({
|
||||
v-model="activeSort"
|
||||
:items="sortOptions"
|
||||
density="comfortable"
|
||||
:label="t('plugin.sort')"
|
||||
:label="t('plugin.sortTitle')"
|
||||
/>
|
||||
</VCol>
|
||||
</VRow>
|
||||
|
||||
@@ -660,7 +660,7 @@ onMounted(fetchData)
|
||||
<div class="w-auto">
|
||||
<VSelect v-model="itemsPerPage" :items="pageRange" density="compact" flat />
|
||||
</div>
|
||||
<div class="w-auto text-sm">{{ t('transferHistory.pageInfo', pageTip) }}</div>
|
||||
<div class="w-auto text-sm">{{ t('transferHistory.pageInfo', pageTip) }} {{ totalItems }}</div>
|
||||
<VPagination
|
||||
v-model="currentPage"
|
||||
show-first-last-page
|
||||
|
||||
Reference in New Issue
Block a user