Add sorting options to subscribe views and locales

Co-authored-by: jxxghp <jxxghp@qq.com>
This commit is contained in:
Cursor Agent
2025-09-16 03:46:35 +00:00
co-authored by jxxghp
parent 4f9f669ac6
commit 6c4eb7edbd
5 changed files with 55 additions and 2 deletions
+3
View File
@@ -2744,6 +2744,9 @@ export default {
firstAirDateAsc: 'First Air Date Ascending',
voteAverageDesc: 'Vote Average Descending',
voteAverageAsc: 'Vote Average Ascending',
time: 'Sort by Time',
count: 'Sort by Popularity',
rating: 'Sort by Rating',
},
genreType: {
action: 'Action',
+3
View File
@@ -2712,6 +2712,9 @@ export default {
firstAirDateAsc: '首播日期升序',
voteAverageDesc: '评分降序',
voteAverageAsc: '评分升序',
time: '按时间排序',
count: '按热度排序',
rating: '按评分排序',
},
genreType: {
action: '动作',
+3
View File
@@ -2698,6 +2698,9 @@ export default {
firstAirDateAsc: '首播日期升序',
voteAverageDesc: '評分降序',
voteAverageAsc: '評分升序',
time: '按時間排序',
count: '按熱度排序',
rating: '按評分排序',
},
genreType: {
action: '動作',