fix(admin): polish orders

Same gap as products/categories: table select-all and per-row select
checkboxes had no accessible name. Added aria-label (row label
includes order number for context). New adminOrders.selectAllRows/
selectRow keys across en/ru/hy.

Order detail page and order-timeline component reviewed — no
interactive checkboxes or focus-visible gaps found there.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
sdarbinyan
2026-07-20 00:00:29 +04:00
parent a0d3f086c1
commit 687cc5f5dc
5 changed files with 10 additions and 2 deletions

View File

@@ -1287,6 +1287,8 @@ export const ru: Translations = {
back: 'Назад к заказам',
search: 'Поиск по номеру заказа, имени, email или телефону…',
export: 'Экспорт',
selectAllRows: 'Выбрать все заказы',
selectRow: 'Выбрать заказ',
view: 'Просмотр',
orderNumber: 'Заказ',
customer: 'Клиент',