Merge branch 'main' into terry-wallet-login
Some checks failed
Deploy Staging (terry-wallet-login) / deploy (push) Failing after 31s

# Conflicts:
#	src/components/messageStream/MessageStream.tsx
This commit is contained in:
TerryM
2026-06-03 14:42:07 +08:00
20 changed files with 410 additions and 19 deletions

View File

@@ -126,6 +126,8 @@ export const zhDict: Dict = {
loading: "加载中…",
loadMoreFailed: "加载更多资料失败,请检查网络后重试。",
retry: "重试",
searchingForPost: "正在查找您的帖子,请稍等…",
postNotFound: "在当前列表中找不到这个帖子,可能已被移除。",
paginationPrev: "上一页",
paginationNext: "下一页",
listRange: "显示 {{from}}{{to}},共 {{total}} 条",