mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 15:36:49 +08:00
Add sorting options to subscribe views and locales
Co-authored-by: jxxghp <jxxghp@qq.com>
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -2712,6 +2712,9 @@ export default {
|
||||
firstAirDateAsc: '首播日期升序',
|
||||
voteAverageDesc: '评分降序',
|
||||
voteAverageAsc: '评分升序',
|
||||
time: '按时间排序',
|
||||
count: '按热度排序',
|
||||
rating: '按评分排序',
|
||||
},
|
||||
genreType: {
|
||||
action: '动作',
|
||||
|
||||
@@ -2698,6 +2698,9 @@ export default {
|
||||
firstAirDateAsc: '首播日期升序',
|
||||
voteAverageDesc: '評分降序',
|
||||
voteAverageAsc: '評分升序',
|
||||
time: '按時間排序',
|
||||
count: '按熱度排序',
|
||||
rating: '按評分排序',
|
||||
},
|
||||
genreType: {
|
||||
action: '動作',
|
||||
|
||||
Reference in New Issue
Block a user