fix(backoffice): merchant-friendly wording in Monitoring

Analytics, Reports, and Diagnostics were already clean (no raw
HTTP/queue-worker strings found on audit). Monitoring had three spots
speaking developer language by default:

- Background queue names ("order-notifications") -> friendly labels
  ("Order notifications").
- Webhook event keys ("order.created") -> friendly labels ("New order
  placed").
- Activity log's "api" category showed the raw HTTP line
  ("GET /api/products responded 200 in 84ms") as the primary message.
  Now shows a plain-language summary by default ("Product data
  refreshed successfully"), with the raw string moved to a collapsed
  "Technical details" <details> per event (api/error/warning rows).
This commit is contained in:
sdarbinyan
2026-07-26 00:17:14 +04:00
parent 3e54e88db7
commit ca343c493f
9 changed files with 58 additions and 6 deletions

View File

@@ -1845,6 +1845,7 @@ export const hy: Translations = {
category: 'Կատեգորիա',
level: 'Կարևորություն',
message: 'Նկարագրություն',
technicalDetails: 'Տեխնիկական մանրամասներ',
categoryValue: {
all: 'Բոլոր կատեգորիաները',
audit: 'Ադմինի գործողություններ',