fix(admin): close remaining raw i18n key leaks (Orders status filter, Users suspend/reactivate)
P0-8: re-verified the ~178-key admin i18n gap (docs/KNOWN-ISSUES.md item 2, docs/ADMIN-UX-AUDIT.md) is largely fixed by prior commits, but a live pass over Orders/Transactions/Users/Monitoring/Analytics found 2 remaining leaks: - adminOrders.status.all rendered literally in the Orders list's primary status filter (the bulk-action status select already excluded 'all' and was fine; the primary filter loop did not). - adminUsers.suspend / adminUsers.reactivate rendered literally on every row action button on the Users page. Added the missing keys to all 3 locales. Transactions, Monitoring, and Analytics show no raw dot-key leaks in this pass. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -1313,6 +1313,7 @@ export const hy: Translations = {
|
||||
column_total: 'Գումար',
|
||||
column_created: 'Ստեղծված է',
|
||||
status: {
|
||||
all: 'Բոլոր կարգավիճակները',
|
||||
pending: 'Սպասման մեջ',
|
||||
processing: 'Փաթեթավորում',
|
||||
shipped: 'Առաքվում է',
|
||||
@@ -1701,6 +1702,8 @@ export const hy: Translations = {
|
||||
revoke: 'Չեղարկել',
|
||||
passwordlessHint: 'Անդամները մուտք են գործում Telegram-ով — գաղտնաբառեր պետք չեն։',
|
||||
confirmSuspend: 'Արգելափակե՞լ այս անդամին։ Մուտքը կփակվի անմիջապես։',
|
||||
suspend: 'Արգելափակել',
|
||||
reactivate: 'Վերականգնել',
|
||||
scopeValue: {
|
||||
marketplace: 'Խանութ',
|
||||
office: 'Բեք-օֆիս',
|
||||
|
||||
Reference in New Issue
Block a user