perf: store pipeline sort method

This commit is contained in:
Junyan Qin
2025-10-12 21:11:30 +08:00
parent 5e2f677d0b
commit bcf89ca434
5 changed files with 26 additions and 1 deletions

View File

@@ -377,6 +377,7 @@ const enUS = {
defaultBadge: 'Default',
sortBy: 'Sort by',
newestCreated: 'Newest Created',
earliestCreated: 'Earliest Created',
recentlyEdited: 'Recently Edited',
earliestEdited: 'Earliest Edited',
basicInfo: 'Basic',

View File

@@ -379,6 +379,7 @@ const jaJP = {
defaultBadge: 'デフォルト',
sortBy: '並び順',
newestCreated: '最新作成',
earliestCreated: '最古作成',
recentlyEdited: '最近編集',
earliestEdited: '最古編集',
basicInfo: '基本情報',

View File

@@ -363,6 +363,7 @@ const zhHans = {
defaultBadge: '默认',
sortBy: '排序方式',
newestCreated: '最新创建',
earliestCreated: '最早创建',
recentlyEdited: '最近编辑',
earliestEdited: '最早编辑',
basicInfo: '基础信息',

View File

@@ -361,6 +361,7 @@ const zhHant = {
defaultBadge: '預設',
sortBy: '排序方式',
newestCreated: '最新建立',
earliestCreated: '最早建立',
recentlyEdited: '最近編輯',
earliestEdited: '最早編輯',
basicInfo: '基本資訊',