Files
loongyan/web/messages/zh.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 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": "你好,{name}",
"albums": "相册",
"loading": "加载中...",
"no_albums": "暂无相册",
"error": "错误",
"back": "返回",
"photo_count": "{count} 张照片",
"view_photo": "查看照片",
"load_more": "已全部加载",
"no_photos": "暂无照片",
"no_data": "暂无数据",
"load_failed": "加载失败",
"retry": "重试",
"view_original": "查看原图",
"original": "原图",
"high_quality": "高清",
"thumbnail": "缩略",
"loaded_all": "✓ 已加载全部 {count} 张照片",
"double_click_zoom": "🖱️ 双击放大",
"pinch_zoom": "🤏 捏合缩放",
"keyboard_zoom": "⌨️ +/ 缩放",
"reset_zoom": "⌨️ 0 重置",
"previous_photo": "上一张",
"next_photo": "下一张",
"reset": "重置",
"zoom_in": "放大",
"zoom_out": "缩小",
"style_card": "卡片",
"style_compact": "紧凑",
"layout_grid": "砖块",
"layout_waterfall": "瀑布",
"sort_name": "名称",
"sort_time": "时间",
"sort_size": "大小",
"sort_asc": "升序",
"sort_desc": "降序"
}