更新国际化支持:为站点资源对话框及相关组件添加多语言文本,提升用户体验

This commit is contained in:
jxxghp
2025-04-28 22:10:30 +08:00
parent b228246508
commit 4682cdb1a8
4 changed files with 69 additions and 24 deletions
+14 -3
View File
@@ -1572,9 +1572,20 @@ export default {
close: 'Close',
},
siteResource: {
title: 'Site Resources',
searchHint: 'Search resources',
close: 'Close',
browseTitle: 'Browse - {name}',
searchKeyword: 'Search Keyword',
resourceCategory: 'Resource Category',
search: 'Search',
itemsPerPage: 'Items Per Page',
noData: 'No Data',
loading: 'Loading...',
titleColumn: 'Title',
timeColumn: 'Time',
sizeColumn: 'Size',
seedersColumn: 'Seeders',
peersColumn: 'Peers',
viewDetails: 'View Details',
downloadTorrent: 'Download Torrent',
},
forkSubscribe: {
title: 'Copy Subscription',
+15 -3
View File
@@ -1549,9 +1549,21 @@ export default {
close: '关闭',
},
siteResource: {
title: '站点资源',
searchHint: '搜索资源',
close: '关闭',
browseTitle: '浏览 - {name}',
searchKeyword: '搜索关键字',
resourceCategory: '资源分类',
search: '搜索',
itemsPerPage: '每页条数',
pageText: '{0}-{1} 共 {2} 条',
noData: '没有数据',
loading: '加载中...',
titleColumn: '标题',
timeColumn: '时间',
sizeColumn: '大小',
seedersColumn: '做种',
peersColumn: '下载',
viewDetails: '查看详情',
downloadTorrent: '下载种子文件',
},
forkSubscribe: {
title: '复制订阅',
+15 -3
View File
@@ -1546,9 +1546,21 @@ export default {
close: '關閉',
},
siteResource: {
title: '站點資源',
searchHint: '搜索資源',
close: '關閉',
browseTitle: '瀏覽 - {name}',
searchKeyword: '搜索關鍵字',
resourceCategory: '資源分類',
search: '搜索',
itemsPerPage: '每頁條數',
pageText: '{0}-{1} 共 {2} 條',
noData: '沒有數據',
loading: '加載中...',
titleColumn: '標題',
timeColumn: '時間',
sizeColumn: '大小',
seedersColumn: '做種',
peersColumn: '下載',
viewDetails: '查看詳情',
downloadTorrent: '下載種子文件',
},
forkSubscribe: {
title: '複製訂閱',