feat: admin product views column (always 0 until backend tracks it)
Some checks failed
Architecture Governance / architecture (push) Has been cancelled

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
sdarbinyan
2026-08-15 16:18:20 +04:00
parent 3056be53db
commit 0d1d468307
11 changed files with 88 additions and 2 deletions

View File

@@ -1640,6 +1640,7 @@ export const ru: Translations = {
visible: 'Видимый',
hidden: 'Скрытый',
stockStatus: 'Статус наличия',
views: 'Просмотры',
allStock: 'Любой остаток',
inStock: 'В наличии',
lowStock: 'Мало на складе',
@@ -1664,6 +1665,7 @@ export const ru: Translations = {
column_stock: 'Остаток',
column_visibility: 'Видимость',
column_updated: 'Последнее изменение',
column_visits: 'Просмотры',
create: 'Создать товар',
edit: 'Редактировать товар',
duplicate: 'Дублировать',