mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-29 18:13:47 +00:00
feat: add channel edit in admin, hide subscribed channels in blocking screen
- Admin panel: added Edit button on channel cards with inline edit form (title, link, sort order) using existing PATCH API - Subscription screen: filter out already-subscribed channels so users only see what they still need to subscribe to - Updated channelIdHint to remove @username reference (numeric only) - Added i18n keys: edit, editing, form.save (en/ru/fa/zh)
This commit is contained in:
@@ -1063,16 +1063,19 @@
|
||||
"disabled": "已禁用",
|
||||
"enable": "启用",
|
||||
"disable": "禁用",
|
||||
"edit": "编辑",
|
||||
"editing": "编辑",
|
||||
"delete": "删除",
|
||||
"deleteConfirm": "删除此频道?",
|
||||
"sortOrder": "排序",
|
||||
"form": {
|
||||
"title": "显示名称",
|
||||
"channelId": "频道ID",
|
||||
"channelIdHint": "@username 或 -100XXXXXXXXXX",
|
||||
"channelIdHint": "-100XXXXXXXXXX",
|
||||
"channelLink": "频道链接",
|
||||
"channelLinkHint": "https://t.me/channel",
|
||||
"submit": "添加",
|
||||
"save": "保存",
|
||||
"cancel": "取消"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user