From 62dea50abbe70b303d911aaf1fd8b3055583ebd7 Mon Sep 17 00:00:00 2001 From: Ruslan Bakiev <572431+veikab@users.noreply.github.com> Date: Fri, 16 Jan 2026 16:11:12 +0700 Subject: [PATCH] Add catalogProducts translations to common.json --- i18n/locales/en/common.json | 10 ++++++++++ i18n/locales/ru/common.json | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/i18n/locales/en/common.json b/i18n/locales/en/common.json index 1ac30e6..b51e7b4 100644 --- a/i18n/locales/en/common.json +++ b/i18n/locales/en/common.json @@ -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", diff --git a/i18n/locales/ru/common.json b/i18n/locales/ru/common.json index 1cf0cb1..7fb1d9c 100644 --- a/i18n/locales/ru/common.json +++ b/i18n/locales/ru/common.json @@ -1,4 +1,14 @@ { + "catalogProducts": { + "header": { + "title": "Каталог товаров", + "subtitle": "{count} товаров" + }, + "empty": { + "title": "Товары не найдены", + "subtitle": "Попробуйте изменить параметры поиска" + } + }, "common": { "loading": "Загрузка...", "save": "Сохранить",