Add catalogProducts translations to common.json
All checks were successful
Build Docker Image / build (push) Successful in 4m20s
All checks were successful
Build Docker Image / build (push) Successful in 4m20s
This commit is contained in:
@@ -1,4 +1,14 @@
|
|||||||
{
|
{
|
||||||
|
"catalogProducts": {
|
||||||
|
"header": {
|
||||||
|
"title": "Product Catalog",
|
||||||
|
"subtitle": "{count} products"
|
||||||
|
},
|
||||||
|
"empty": {
|
||||||
|
"title": "No products found",
|
||||||
|
"subtitle": "Try adjusting your search parameters"
|
||||||
|
}
|
||||||
|
},
|
||||||
"common": {
|
"common": {
|
||||||
"loading": "Loading...",
|
"loading": "Loading...",
|
||||||
"save": "Save",
|
"save": "Save",
|
||||||
|
|||||||
@@ -1,4 +1,14 @@
|
|||||||
{
|
{
|
||||||
|
"catalogProducts": {
|
||||||
|
"header": {
|
||||||
|
"title": "Каталог товаров",
|
||||||
|
"subtitle": "{count} товаров"
|
||||||
|
},
|
||||||
|
"empty": {
|
||||||
|
"title": "Товары не найдены",
|
||||||
|
"subtitle": "Попробуйте изменить параметры поиска"
|
||||||
|
}
|
||||||
|
},
|
||||||
"common": {
|
"common": {
|
||||||
"loading": "Загрузка...",
|
"loading": "Загрузка...",
|
||||||
"save": "Сохранить",
|
"save": "Сохранить",
|
||||||
|
|||||||
Reference in New Issue
Block a user