添加缺失的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"
}