This commit is contained in:
imeepos
2026-01-28 18:46:44 +08:00
parent e478b126cd
commit 7c50d396e9
40 changed files with 6567 additions and 39 deletions

View File

@@ -16,7 +16,14 @@
"languageSwitch": "语言: 中文",
"languageSwitchEn": "Language: English",
"logout": "退出登录",
"noWorks": "暂无作品"
"noWorks": "暂无作品",
"tabs": {
"works": "生成作品",
"favorites": "我的收藏",
"likes": "我的点赞"
},
"noFavorites": "暂无收藏",
"noLikes": "暂无点赞"
},
"changePassword": {
"title": "修改密码",
@@ -265,6 +272,24 @@
"NETWORK_ERROR": "网络连接失败",
"UNKNOWN_ERROR": "未知错误,请稍后重试"
}
},
"social": {
"like": "点赞",
"unlike": "取消点赞",
"liked": "已点赞",
"favorite": "收藏",
"unfavorite": "取消收藏",
"favorited": "已收藏",
"likes": "点赞",
"favorites": "收藏",
"myLikes": "我的点赞",
"myFavorites": "我的收藏",
"noLikes": "暂无点赞",
"noFavorites": "暂无收藏",
"loadingLikes": "加载中...",
"loadingFavorites": "加载中...",
"loadFailed": "加载失败",
"retry": "重试"
}
}