mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-29 18:13:47 +00:00
feat: add ButtonsTab for per-section button style customization
Visual editor in admin settings for configuring Telegram button colors and custom emoji IDs per menu section. Includes API client, draft state management, save/reset, and translations for ru/en/fa/zh locales.
This commit is contained in:
@@ -935,6 +935,7 @@
|
||||
"noSearchResults": "چیزی یافت نشد",
|
||||
"example": "مثال",
|
||||
"analytics": "تحلیلها",
|
||||
"buttons": "دکمهها",
|
||||
"notConfigured": "پیکربندی نشده",
|
||||
"counterActive": "فعال",
|
||||
"counterInactive": "غیرفعال",
|
||||
@@ -995,6 +996,35 @@
|
||||
"resetAllColors": "بازنشانی همه رنگها",
|
||||
"statusColors": "رنگهای وضعیت"
|
||||
},
|
||||
"buttons": {
|
||||
"color": "رنگ دکمه",
|
||||
"emojiId": "شناسه ایموجی سفارشی",
|
||||
"emojiPlaceholder": "شناسه ایموجی سفارشی (اختیاری)",
|
||||
"resetAll": "بازنشانی همه سبکها",
|
||||
"sections": {
|
||||
"home": "صفحه اصلی",
|
||||
"subscription": "اشتراک",
|
||||
"balance": "موجودی",
|
||||
"referral": "معرفی",
|
||||
"support": "پشتیبانی",
|
||||
"info": "اطلاعات",
|
||||
"admin": "پنل مدیریت"
|
||||
},
|
||||
"descriptions": {
|
||||
"home": "دکمه کابینت شخصی",
|
||||
"subscription": "مدیریت اشتراک",
|
||||
"balance": "شارژ و موجودی",
|
||||
"referral": "برنامه معرفی",
|
||||
"support": "تیکتهای پشتیبانی",
|
||||
"info": "بخش اطلاعات",
|
||||
"admin": "پنل مدیریت وب"
|
||||
},
|
||||
"styles": {
|
||||
"primary": "آبی",
|
||||
"success": "سبز",
|
||||
"danger": "قرمز"
|
||||
}
|
||||
},
|
||||
"apps": {
|
||||
"title": "مدیریت برنامهها",
|
||||
"addApp": "افزودن برنامه",
|
||||
|
||||
Reference in New Issue
Block a user