Files
loongyan/web/messages/en.json
lzw-723 b18850ab4c
All checks were successful
Dart CI / build (push) Successful in 25s
Docker Build / docker (push) Successful in 9m10s
添加缺失的i18n
2026-04-05 20:49:30 +08:00

40 lines
1.1 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"$schema": "https://inlang.com/schema/inlang-message-format",
"hello_world": "Hello, {name}!",
"albums": "Albums",
"loading": "Loading...",
"no_albums": "No albums yet",
"error": "Error",
"back": "Back",
"photo_count": "{count} photos",
"view_photo": "View Photo",
"load_more": "All loaded",
"no_photos": "No photos yet",
"no_data": "No data",
"load_failed": "Load failed",
"retry": "Retry",
"view_original": "View Original",
"original": "Original",
"high_quality": "High",
"thumbnail": "Thumbnail",
"loaded_all": "✓ Loaded all {count} photos",
"double_click_zoom": "🖱️ Double-click to zoom",
"pinch_zoom": "🤏 Pinch to zoom",
"keyboard_zoom": "⌨️ +/ to zoom",
"reset_zoom": "⌨️ 0 to reset",
"previous_photo": "Previous photo",
"next_photo": "Next photo",
"reset": "Reset",
"zoom_in": "Zoom in",
"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"
}