Add missing catalogProducts translations
All checks were successful
Build Docker Image / build (push) Successful in 4m15s
All checks were successful
Build Docker Image / build (push) Successful in 4m15s
This commit is contained in:
15
i18n/locales/en/catalogProducts.json
Normal file
15
i18n/locales/en/catalogProducts.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
15
i18n/locales/ru/catalogProducts.json
Normal file
15
i18n/locales/ru/catalogProducts.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"catalogProducts": {
|
||||
"header": {
|
||||
"title": "Каталог товаров",
|
||||
"subtitle": "{count} товаров"
|
||||
},
|
||||
"empty": {
|
||||
"title": "Товары не найдены",
|
||||
"subtitle": "Попробуйте изменить параметры поиска"
|
||||
},
|
||||
"meta": {
|
||||
"title": "Каталог товаров | Optovia"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user