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
@@ -456,6 +456,26 @@ const esES = {
userMessage: 'Usuario',
botMessage: 'Asistente',
},
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: 'Extensiones',
+20
View File
@@ -450,6 +450,26 @@ const jaJP = {
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: '拡張機能',
+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: 'Расширения',
+20
View File
@@ -440,6 +440,26 @@ const thTH = {
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: 'ส่วนขยาย',
+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',
+19
View File
@@ -426,6 +426,25 @@ const zhHant = {
userMessage: '使用者',
botMessage: '助手',
},
admins: {
title: '管理員',
description: '擁有此機器人指令管理員權限的會話(使用者/群組 ID)',
addAdmin: '新增管理員',
launcherType: '類型',
launcherId: 'ID',
typePerson: '私聊',
typeGroup: '群組',
placeholderId: '使用者或群組 ID',
addSuccess: '新增成功',
addError: '新增失敗:',
deleteSuccess: '已移除',
deleteError: '移除失敗:',
noAdmins: '尚無管理員',
setAdminTitle: '設為管理員',
removeAdminTitle: '移除管理員權限',
adminBadge: '管理員',
configureAdmins: '設定管理員',
},
},
plugins: {
title: '外掛擴展',