mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-09-16 15:17:14 +00:00
docs: add Discord bot to READMEs, architecture, operations guides, and locales (#6513)
* docs: add Discord bot to READMEs, architecture, operations guides, and locales * docs: address review feedback on Discord bot formatting, backup commands, and architecture * docs(discord): fix Persian typo and literal arrows on fa/zh bot pages Senior review of #6513, two LOW findings in the two new pages: - fa/operations/discord-bot.mdx:30 spelled "developers" with Cyrillic "де" in place of Persian "ده", rendering a mixed-script word. - Both pages copied `$\rightarrow$` from the en page. The docs site has no math plugin (nothing in source.config.ts, no remark-math installed), so the built HTML shows the literal string "$\rightarrow$" in every menu path. Replaced with a Unicode arrow on fa and zh; en and ru have carried the same since #6486 and are left for a separate change. --------- Co-authored-by: Sanaei <ho3ein.sanaei@gmail.com>
This commit is contained in:
@@ -65,9 +65,9 @@ const en: SiteMessages = {
|
||||
'Coordinate multiple servers, managed hosts and external proxies, and serve VLESS / Clash / JSON subscriptions.',
|
||||
},
|
||||
{
|
||||
title: 'Telegram bot & alerts',
|
||||
title: 'Telegram & Discord bots',
|
||||
description:
|
||||
'Built-in Telegram notifications for traffic caps, expiry warnings and system load, plus admin actions.',
|
||||
'Built-in Telegram and Discord notifications for traffic caps, expiry warnings and system load, plus admin actions.',
|
||||
},
|
||||
{
|
||||
title: 'Self-hosted & scriptable',
|
||||
@@ -116,9 +116,9 @@ const fa: SiteMessages = {
|
||||
'هماهنگسازی چند سرور، هاستهای مدیریتشده و پروکسیهای خارجی، و ارائهی سابسکریپشنهای VLESS / Clash / JSON.',
|
||||
},
|
||||
{
|
||||
title: 'ربات Telegram و هشدارها',
|
||||
title: 'رباتهای Telegram و Discord',
|
||||
description:
|
||||
'اعلانهای داخلیِ Telegram برای سقف ترافیک، هشدار انقضا و بار سیستم، بهعلاوهی کنشهای مدیریتی.',
|
||||
'اعلانهای داخلیِ Telegram و Discord برای سقف ترافیک، هشدار انقضا و بار سیستم، بهعلاوهی کنشهای مدیریتی.',
|
||||
},
|
||||
{
|
||||
title: 'خودمیزبان و قابلاسکریپت',
|
||||
@@ -167,9 +167,9 @@ const ru: SiteMessages = {
|
||||
'Координация нескольких серверов, управляемых хостов и внешних прокси, а также выдача подписок VLESS / Clash / JSON.',
|
||||
},
|
||||
{
|
||||
title: 'Telegram-бот и оповещения',
|
||||
title: 'Telegram- и Discord-боты',
|
||||
description:
|
||||
'Встроенные уведомления Telegram о лимитах трафика, истечении срока и нагрузке системы, а также действия администратора.',
|
||||
'Встроенные уведомления Telegram и Discord о лимитах трафика, истечении срока и нагрузке системы, а также действия администратора.',
|
||||
},
|
||||
{
|
||||
title: 'Свой хостинг и скрипты',
|
||||
@@ -217,8 +217,9 @@ const zh: SiteMessages = {
|
||||
description: '协调多台服务器、托管主机和外部代理,并提供 VLESS / Clash / JSON 订阅。',
|
||||
},
|
||||
{
|
||||
title: 'Telegram 机器人与告警',
|
||||
description: '内置 Telegram 通知,覆盖流量上限、到期提醒和系统负载,并支持管理员操作。',
|
||||
title: 'Telegram 与 Discord 机器人',
|
||||
description:
|
||||
'内置 Telegram 和 Discord 通知,覆盖流量上限、到期提醒和系统负载,并支持管理员操作。',
|
||||
},
|
||||
{
|
||||
title: '自托管且可脚本化',
|
||||
|
||||
Reference in New Issue
Block a user