diff --git a/src/locales/en.json b/src/locales/en.json index 7aa8a25..c6f2c0f 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -1278,6 +1278,7 @@ "reminderCooldownDesc": "Minimum time between reminders (1-120 minutes)", "settingsUpdateError": "Error saving settings", "copyTelegramId": "Click to copy Telegram ID", + "viewUser": "Profile", "cabinetNotifications": "Cabinet Notifications", "userNotificationsEnabled": "User Notifications", "userNotificationsEnabledDesc": "Send notifications to users about admin replies", diff --git a/src/locales/fa.json b/src/locales/fa.json index 29cc70f..971f0bb 100644 --- a/src/locales/fa.json +++ b/src/locales/fa.json @@ -990,6 +990,7 @@ "adminNotificationsEnabledDesc": "ارسال اعلان به مدیران درباره تیکتها و پاسخهای جدید", "cabinetNotifications": "اعلانهای پنل", "copyTelegramId": "برای کپی شناسه تلگرام کلیک کنید", + "viewUser": "کاربر", "userNotificationsEnabled": "اعلانهای کاربر", "userNotificationsEnabledDesc": "ارسال اعلان به کاربران درباره پاسخهای مدیر" }, diff --git a/src/locales/ru.json b/src/locales/ru.json index 866b1c7..e5f7cd8 100644 --- a/src/locales/ru.json +++ b/src/locales/ru.json @@ -1793,6 +1793,7 @@ "reminderCooldownDesc": "Минимальное время между напоминаниями (1-120 минут)", "settingsUpdateError": "Ошибка сохранения настроек", "copyTelegramId": "Нажмите чтобы скопировать Telegram ID", + "viewUser": "Карточка", "cabinetNotifications": "Уведомления в кабинете", "userNotificationsEnabled": "Уведомления для пользователей", "userNotificationsEnabledDesc": "Отправлять уведомления пользователям об ответах админа", diff --git a/src/locales/zh.json b/src/locales/zh.json index 92486fb..c064e7b 100644 --- a/src/locales/zh.json +++ b/src/locales/zh.json @@ -1028,6 +1028,7 @@ "adminNotificationsEnabledDesc": "向管理员发送新工单和回复通知", "cabinetNotifications": "面板通知", "copyTelegramId": "点击复制Telegram ID", + "viewUser": "用户", "userNotificationsEnabled": "用户通知", "userNotificationsEnabledDesc": "向用户发送管理员回复通知" }, diff --git a/src/pages/AdminTickets.tsx b/src/pages/AdminTickets.tsx index f7a46c4..4f37753 100644 --- a/src/pages/AdminTickets.tsx +++ b/src/pages/AdminTickets.tsx @@ -434,19 +434,29 @@ export default function AdminTickets() { -