添加缺失的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": "Next photo",
"reset": "Reset",
"zoom_in": "Zoom in",
"zoom_out": "Zoom out"
"zoom_out": "Zoom out",
"style_card": "Cards",
"style_compact": "Compact",
"layout_grid": "Grid",
"layout_waterfall": "Waterfall",
"sort_name": "Name",
"sort_time": "Time",
"sort_size": "Size",
"sort_asc": "Ascending",
"sort_desc": "Descending"
}

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": "降序"
}