Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add object-cover to feed icon, add zh-HK and zh-TW errors lang #508

Merged
merged 4 commits into from
Sep 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/renderer/src/components/feed-icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export function FeedIcon({
return (
<Avatar className="shrink-0">
<AvatarImage
className="rounded-sm duration-200 animate-in fade-in-0"
className="rounded-sm object-cover duration-200 animate-in fade-in-0"
asChild
src={finalSrc}
>
Expand Down
29 changes: 29 additions & 0 deletions locales/errors/zh-HK.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"1000": "未經授權",
"1001": "建立會話失敗",
"1002": "無效參數",
"1003": "無效邀請",
"2000": "只有管理員可以刷新動態",
"2001": "未找到動態",
"2002": "需要提供 feedId 或 URL",
"2003": "抓取動態時出錯",
"2004": "動態解析失敗",
"2010": "所有權驗證失敗",
"2011": "訂閱數量已達上限",
"3000": "未找到條目",
"3001": "條目不屬於該用戶",
"4000": "已兌換",
"4001": "用戶錢包錯誤",
"4002": "餘額不足",
"4003": "動態可提現餘額不足",
"4004": "目標用戶錢包錯誤",
"5000": "邀請數量已達上限,請幾日後再試。",
"5001": "邀請已存在。",
"5002": "邀請碼已被使用。",
"5003": "邀請碼不存在。",
"6000": "未找到用戶",
"7000": "未找到設定",
"7001": "無效的設定標簽",
"7002": "無效的設定負載",
"7003": "設定負載太大"
}
29 changes: 29 additions & 0 deletions locales/errors/zh-TW.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"1000": "未經授權",
"1001": "建立會話失敗",
"1002": "參數無效",
"1003": "邀請無效",
"2000": "只有管理員可以刷新動態",
"2001": "找不到動態",
"2002": "必須提供 feedId 或 URL",
"2003": "抓取動態時發生錯誤",
"2004": "動態解析失敗",
"2010": "所有權驗證失敗",
"2011": "訂閱數量已達上限",
"3000": "找不到條目",
"3001": "條目不屬於該用戶",
"4000": "已兌換",
"4001": "使用者錢包錯誤",
"4002": "餘額不足",
"4003": "動態可提領餘額不足",
"4004": "目標使用者錢包錯誤",
"5000": "邀請數量已達上限,請幾天後再試。",
"5001": "邀請已存在。",
"5002": "邀請碼已被使用。",
"5003": "邀請碼不存在。",
"6000": "找不到使用者",
"7000": "找不到設定",
"7001": "設定標籤無效",
"7002": "設定負載無效",
"7003": "設定負載過大"
}
Loading