mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-16 09:26:07 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7231a6075d | |||
| b97cc800d3 |
@@ -456,6 +456,26 @@ const esES = {
|
|||||||
userMessage: 'Usuario',
|
userMessage: 'Usuario',
|
||||||
botMessage: 'Asistente',
|
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: {
|
plugins: {
|
||||||
title: 'Extensiones',
|
title: 'Extensiones',
|
||||||
|
|||||||
@@ -450,6 +450,26 @@ const jaJP = {
|
|||||||
userMessage: 'ユーザー',
|
userMessage: 'ユーザー',
|
||||||
botMessage: 'アシスタント',
|
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: {
|
plugins: {
|
||||||
title: '拡張機能',
|
title: '拡張機能',
|
||||||
|
|||||||
@@ -454,6 +454,26 @@ const ruRU = {
|
|||||||
userMessage: 'Пользователь',
|
userMessage: 'Пользователь',
|
||||||
botMessage: 'Ассистент',
|
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: {
|
plugins: {
|
||||||
title: 'Расширения',
|
title: 'Расширения',
|
||||||
|
|||||||
@@ -440,6 +440,26 @@ const thTH = {
|
|||||||
userMessage: 'ผู้ใช้',
|
userMessage: 'ผู้ใช้',
|
||||||
botMessage: 'ผู้ช่วย',
|
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: {
|
plugins: {
|
||||||
title: 'ส่วนขยาย',
|
title: 'ส่วนขยาย',
|
||||||
|
|||||||
@@ -450,6 +450,26 @@ const viVN = {
|
|||||||
userMessage: 'Người dùng',
|
userMessage: 'Người dùng',
|
||||||
botMessage: 'Trợ lý',
|
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: {
|
plugins: {
|
||||||
title: 'Tiện ích mở rộng',
|
title: 'Tiện ích mở rộng',
|
||||||
|
|||||||
@@ -426,6 +426,25 @@ const zhHant = {
|
|||||||
userMessage: '使用者',
|
userMessage: '使用者',
|
||||||
botMessage: '助手',
|
botMessage: '助手',
|
||||||
},
|
},
|
||||||
|
admins: {
|
||||||
|
title: '管理員',
|
||||||
|
description: '擁有此機器人指令管理員權限的會話(使用者/群組 ID)',
|
||||||
|
addAdmin: '新增管理員',
|
||||||
|
launcherType: '類型',
|
||||||
|
launcherId: 'ID',
|
||||||
|
typePerson: '私聊',
|
||||||
|
typeGroup: '群組',
|
||||||
|
placeholderId: '使用者或群組 ID',
|
||||||
|
addSuccess: '新增成功',
|
||||||
|
addError: '新增失敗:',
|
||||||
|
deleteSuccess: '已移除',
|
||||||
|
deleteError: '移除失敗:',
|
||||||
|
noAdmins: '尚無管理員',
|
||||||
|
setAdminTitle: '設為管理員',
|
||||||
|
removeAdminTitle: '移除管理員權限',
|
||||||
|
adminBadge: '管理員',
|
||||||
|
configureAdmins: '設定管理員',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
plugins: {
|
plugins: {
|
||||||
title: '外掛擴展',
|
title: '外掛擴展',
|
||||||
|
|||||||
Reference in New Issue
Block a user