添加缺失的i18n
All checks were successful
Dart CI / build (push) Successful in 25s
Docker Build / docker (push) Successful in 9m10s

This commit is contained in:
2026-04-05 20:49:30 +08:00
parent a0bc231c3c
commit b18850ab4c
6 changed files with 48 additions and 21 deletions

View File

@@ -26,5 +26,14 @@
"next_photo": "下一张",
"reset": "重置",
"zoom_in": "放大",
"zoom_out": "缩小"
"zoom_out": "缩小",
"style_card": "卡片",
"style_compact": "紧凑",
"layout_grid": "砖块",
"layout_waterfall": "瀑布",
"sort_name": "名称",
"sort_time": "时间",
"sort_size": "大小",
"sort_asc": "升序",
"sort_desc": "降序"
}