添加前端支持

This commit is contained in:
2026-03-13 15:03:36 +08:00
parent c2b9c5d4c0
commit 8612b2dbde
12 changed files with 897 additions and 43 deletions

View File

@@ -1,4 +1,12 @@
{
"$schema": "https://inlang.com/schema/inlang-message-format",
"hello_world": "Hello, {name} from zh!"
"hello_world": "Hello, {name} from zh!",
"albums": "相册",
"loading": "加载中...",
"no_albums": "暂无相册",
"error": "错误",
"back": "返回",
"photo_count": "{count} 张照片",
"view_photo": "查看照片",
"load_more": "已全部加载"
}