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

This commit is contained in:
dadachann
2026-06-27 05:30:27 -04:00
parent b97cc800d3
commit 7231a6075d
6 changed files with 119 additions and 0 deletions
+20
View File
@@ -450,6 +450,26 @@ const viVN = {
userMessage: 'Người dùng',
botMessage: 'Trợ lý',
},
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: 'Tiện ích mở rộng',