Add missing catalogProducts translations
All checks were successful
Build Docker Image / build (push) Successful in 4m15s

This commit is contained in:
Ruslan Bakiev
2026-01-16 15:51:43 +07:00
parent 0142c1c375
commit 100caffaf4
2 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"catalogProducts": {
"header": {
"title": "Product Catalog",
"subtitle": "{count} products"
},
"empty": {
"title": "No products found",
"subtitle": "Try adjusting your search parameters"
},
"meta": {
"title": "Product Catalog | Optovia"
}
}
}

View File

@@ -0,0 +1,15 @@
{
"catalogProducts": {
"header": {
"title": "Каталог товаров",
"subtitle": "{count} товаров"
},
"empty": {
"title": "Товары не найдены",
"subtitle": "Попробуйте изменить параметры поиска"
},
"meta": {
"title": "Каталог товаров | Optovia"
}
}
}