Add a bottom bar for single page viewer

This commit is contained in:
2025-09-28 21:21:52 +08:00
parent 8d9fe6a2e3
commit 23d6cd5fdb
3 changed files with 221 additions and 25 deletions

View File

@@ -37,6 +37,11 @@
"asc": "Ascending",
"desc": "Descending",
"saveAs": "Save As",
"scrollDirection": "Scroll direction",
"scrollDirectionDefault": "Left to right",
"scrollDirectionRtl": "Right to left",
"scrollDirectionDown": "Top to bottom",
"scrollDirectionUp": "Bottom to top",
"posted": "Posted",
"visible": "Visible",
"yes": "Yes",

View File

@@ -37,6 +37,11 @@
"asc": "升序",
"desc": "降序",
"saveAs": "另存为",
"scrollDirection": "滚动方向",
"scrollDirectionDefault": "从左往右",
"scrollDirectionRtl": "从右往左",
"scrollDirectionDown": "从上往下",
"scrollDirectionUp": "从下往上",
"posted": "上传时间",
"visible": "可见性",
"yes": "是",