Add catalogProducts translations to common.json
All checks were successful
Build Docker Image / build (push) Successful in 4m20s

This commit is contained in:
Ruslan Bakiev
2026-01-16 16:11:12 +07:00
parent 100caffaf4
commit 62dea50abb
2 changed files with 20 additions and 0 deletions

View File

@@ -1,4 +1,14 @@
{
"catalogProducts": {
"header": {
"title": "Product Catalog",
"subtitle": "{count} products"
},
"empty": {
"title": "No products found",
"subtitle": "Try adjusting your search parameters"
}
},
"common": {
"loading": "Loading...",
"save": "Save",

View File

@@ -1,4 +1,14 @@
{
"catalogProducts": {
"header": {
"title": "Каталог товаров",
"subtitle": "{count} товаров"
},
"empty": {
"title": "Товары не найдены",
"subtitle": "Попробуйте изменить параметры поиска"
}
},
"common": {
"loading": "Загрузка...",
"save": "Сохранить",