diff --git a/web/src/i18n/locales/es-ES.ts b/web/src/i18n/locales/es-ES.ts index ab91472f3..f30e333ed 100644 --- a/web/src/i18n/locales/es-ES.ts +++ b/web/src/i18n/locales/es-ES.ts @@ -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', diff --git a/web/src/i18n/locales/ja-JP.ts b/web/src/i18n/locales/ja-JP.ts index 2a2cffde2..f139c7bbf 100644 --- a/web/src/i18n/locales/ja-JP.ts +++ b/web/src/i18n/locales/ja-JP.ts @@ -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: '拡張機能', diff --git a/web/src/i18n/locales/ru-RU.ts b/web/src/i18n/locales/ru-RU.ts index 5c78edc2b..1ecd8fce7 100644 --- a/web/src/i18n/locales/ru-RU.ts +++ b/web/src/i18n/locales/ru-RU.ts @@ -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: 'Расширения', diff --git a/web/src/i18n/locales/th-TH.ts b/web/src/i18n/locales/th-TH.ts index e1d702eb3..41362738a 100644 --- a/web/src/i18n/locales/th-TH.ts +++ b/web/src/i18n/locales/th-TH.ts @@ -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: 'ส่วนขยาย', diff --git a/web/src/i18n/locales/vi-VN.ts b/web/src/i18n/locales/vi-VN.ts index a413f84f9..a7c838ab5 100644 --- a/web/src/i18n/locales/vi-VN.ts +++ b/web/src/i18n/locales/vi-VN.ts @@ -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', diff --git a/web/src/i18n/locales/zh-Hant.ts b/web/src/i18n/locales/zh-Hant.ts index f46953a78..4e9bf303a 100644 --- a/web/src/i18n/locales/zh-Hant.ts +++ b/web/src/i18n/locales/zh-Hant.ts @@ -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: '外掛擴展',