fix(i18n): add bots.admins keys to all locale files (#2292)

Co-authored-by: dadachann <185672915+dadachann@users.noreply.github.com>
This commit is contained in:
Hyu
2026-06-27 17:38:30 +08:00
committed by GitHub
parent b97cc800d3
commit ebab5343cf
6 changed files with 119 additions and 0 deletions
+20
View File
@@ -454,6 +454,26 @@ const ruRU = {
userMessage: 'Пользователь',
botMessage: 'Ассистент',
},
admins: {
title: 'Admins',
description:
"Launchers (person/group IDs) that have admin privilege for this bot's commands",
addAdmin: 'Add Admin',
launcherType: 'Type',
launcherId: 'ID',
typePerson: 'Person',
typeGroup: 'Group',
placeholderId: 'User or group ID',
addSuccess: 'Admin added',
addError: 'Failed to add admin: ',
deleteSuccess: 'Admin removed',
deleteError: 'Failed to remove admin: ',
noAdmins: 'No admins configured',
setAdminTitle: 'Set as admin',
removeAdminTitle: 'Remove admin',
adminBadge: 'Admin',
configureAdmins: 'Manage Admins',
},
},
plugins: {
title: 'Расширения',