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

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

View File

@@ -1866,6 +1866,7 @@ export default {
peersColumn: 'Peers',
viewDetails: 'View Details',
downloadTorrent: 'Download Torrent',
pageText: '{0}-{1} of {2} items',
},
forkSubscribe: {
title: 'Copy Subscription',

View File

@@ -1843,6 +1843,7 @@ export default {
peersColumn: '下载',
viewDetails: '查看详情',
downloadTorrent: '下载种子文件',
pageText: '{0}-{1} 共 {2} 条',
},
forkSubscribe: {
title: '复制订阅',