为英文和中文语言文件添加分页文本格式,提升用户界面信息展示

This commit is contained in:
jxxghp
2025-05-24 22:28:58 +08:00
parent cca26acb78
commit 8b31a118da
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1866,6 +1866,7 @@ export default {
peersColumn: 'Peers', peersColumn: 'Peers',
viewDetails: 'View Details', viewDetails: 'View Details',
downloadTorrent: 'Download Torrent', downloadTorrent: 'Download Torrent',
pageText: '{0}-{1} of {2} items',
}, },
forkSubscribe: { forkSubscribe: {
title: 'Copy Subscription', title: 'Copy Subscription',
+1
View File
@@ -1843,6 +1843,7 @@ export default {
peersColumn: '下载', peersColumn: '下载',
viewDetails: '查看详情', viewDetails: '查看详情',
downloadTorrent: '下载种子文件', downloadTorrent: '下载种子文件',
pageText: '{0}-{1} 共 {2} 条',
}, },
forkSubscribe: { forkSubscribe: {
title: '复制订阅', title: '复制订阅',