feat: admin product views column (always 0 until backend tracks it)
Some checks failed
Architecture Governance / architecture (push) Has been cancelled
Some checks failed
Architecture Governance / architecture (push) Has been cancelled
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -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: 'Дублировать',
|
||||
|
||||
Reference in New Issue
Block a user