Add support to list galleries with sort

This commit is contained in:
2023-09-08 22:09:41 +08:00
parent f6956e0989
commit de18ca304c
6 changed files with 91 additions and 8 deletions

View File

@@ -31,5 +31,9 @@
"copyImgUrl": "Copy image URL to clipboard",
"retry": "Retry",
"displayAd": "Display Ad pages",
"showTranslatedTag": "Show translated tag (Chinese only)"
"showTranslatedTag": "Show translated tag (Chinese only)",
"none": "none",
"sortByGid": "Sort by gallery id",
"asc": "Ascending",
"desc": "Descending"
}

View File

@@ -31,5 +31,9 @@
"copyImgUrl": "复制图片链接到剪贴板",
"retry": "重试",
"displayAd": "显示广告页面",
"showTranslatedTag": "显示标签翻译(仅限中文)"
"showTranslatedTag": "显示标签翻译(仅限中文)",
"none": "无",
"sortByGid": "按画廊ID排序",
"asc": "升序",
"desc": "降序"
}