mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 23:56:42 +08:00
为英文和中文语言文件添加分页文本格式,提升用户界面信息展示
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
@@ -1843,6 +1843,7 @@ export default {
|
|||||||
peersColumn: '下载',
|
peersColumn: '下载',
|
||||||
viewDetails: '查看详情',
|
viewDetails: '查看详情',
|
||||||
downloadTorrent: '下载种子文件',
|
downloadTorrent: '下载种子文件',
|
||||||
|
pageText: '{0}-{1} 共 {2} 条',
|
||||||
},
|
},
|
||||||
forkSubscribe: {
|
forkSubscribe: {
|
||||||
title: '复制订阅',
|
title: '复制订阅',
|
||||||
|
|||||||
Reference in New Issue
Block a user