You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: userbot/locales/core/en.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@
52
52
"help_ext_delacc": "**Command:** `.delacc <name>`\n**Argument:** `<name>` - The name of the account to delete.\n\nPermanently deletes an account and its session from the database. Requires confirmation.",
53
53
"help_toggleacc": "Enable/disable an account",
54
54
"help_ext_toggleacc": "**Command:** `.toggleacc <name>`\n**Argument:** `<name>` - The name of the account.\n\nToggles the account's status between 'enabled' and 'disabled'. Changes take effect after a restart.",
55
-
"help_setlang": "Set language (code or URL)",
55
+
"help_setlang": "Set account language",
56
56
"help_ext_setlang": "**Command:** `.setlang <code|URL>`\n**Argument:** `<code|URL>` - A 2-letter language code (e.g., `en`) or a direct URL to a JSON translation file.\n\nDownloads and sets the language pack for the current account.",
57
57
"help_addmod": "Add module from Git",
58
58
"help_ext_addmod": "**Command:** `.addmod <url>`\n**Argument:** `<url>` - A direct link to the module's Git repository (e.g., `https://github.com/user/repo.git`).\n\nClones the repository, installs dependencies, and activates the module.",
@@ -69,8 +69,8 @@
69
69
"help_restart": "Restart the userbot",
70
70
"help_ext_restart": "**Command:** `.restart`\n\nRestarts the userbot's Docker container. All clients will be reconnected.",
71
71
"help_updatemodules": "Update all modules",
72
-
"help_ext_updatemodules": "**Command:** `.updatemodules`\n\n(In development) Triggers a check and update for modules from their sources.",
73
-
"help_logs": "Show logs with filters",
72
+
"help_ext_updatemodules": "**Command:** `.updatemodules`\n\nTriggers a check and update for all modules added from Git repositories.",
73
+
"help_logs": "Show logs",
74
74
"help_ext_logs": "**Command:** `.logs [head|tail] [N] [level=L] [source=S]`\n- `head|tail` (opt.): `tail` (default) - last N logs, `head` - first N.\n- `N` (opt.): Number of lines (default 100).\n- `level=L` (opt.): Filter by level (INFO, WARNING, ERROR).\n- `source=S` (opt.): Filter by source (module name).\n**Subcommand:** `.logs purge` - completely clears all logs.",
Copy file name to clipboardExpand all lines: userbot/locales/core/ru.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@
52
52
"help_ext_delacc": "**Команда:** `.delacc <имя>`\n**Аргумент:** `<имя>` - имя аккаунта для удаления.\n\nБезвозвратно удаляет аккаунт и его сессию из базы данных. Требует подтверждения.",
53
53
"help_toggleacc": "Включить/выключить аккаунт",
54
54
"help_ext_toggleacc": "**Команда:** `.toggleacc <имя>`\n**Аргумент:** `<имя>` - имя аккаунта.\n\nПереключает статус аккаунта между 'включен' и 'выключен'. Изменения вступают в силу после перезагрузки.",
55
-
"help_setlang": "Установить язык (код или URL)",
55
+
"help_setlang": "Установить язык аккаунта",
56
56
"help_ext_setlang": "**Команда:** `.setlang <код|URL>`\n**Аргумент:** `<код|URL>` - двухбуквенный код языка (например, `en`) или прямая ссылка на JSON файл с переводом.\n\nСкачивает и устанавливает языковой пакет для текущего аккаунта.",
57
57
"help_addmod": "Добавить модуль из Git",
58
58
"help_ext_addmod": "**Команда:** `.addmod <url>`\n**Аргумент:** `<url>` - прямая ссылка на Git-репозиторий модуля (например, `https://github.com/user/repo.git`).\n\nКлонирует репозиторий, устанавливает зависимости и активирует модуль.",
@@ -69,8 +69,8 @@
69
69
"help_restart": "Перезагрузить юзербот",
70
70
"help_ext_restart": "**Команда:** `.restart`\n\nПолностью перезапускает контейнер с юзерботом. Все клиенты будут переподключены.",
71
71
"help_updatemodules": "Обновить все модули",
72
-
"help_ext_updatemodules": "**Команда:** `.updatemodules`\n\n(В разработке) Инициирует проверку и обновление модулейиз их источников.",
73
-
"help_logs": "Показать логи с фильтрами",
72
+
"help_ext_updatemodules": "**Команда:** `.updatemodules`\n\nИнициирует проверку и обновление всех модулей, добавленных из Git-репозиториев.",
73
+
"help_logs": "Показать логи",
74
74
"help_ext_logs": "**Команда:** `.logs [head|tail] [N] [level=L] [source=S]`\n- `head|tail` (опц.): `tail` (по умолч.) - последние N логов, `head` - первые N.\n- `N` (опц.): Количество строк (по умолч. 100).\n- `level=L` (опц.): Фильтр по уровню (INFO, WARNING, ERROR).\n- `source=S` (опц.): Фильтр по источнику (имени модуля).\n**Подкоманда:** `.logs purge` - полностью очищает все логи.",
0 commit comments