Skip to content

Commit

Permalink
Add market dictionaries
Browse files Browse the repository at this point in the history
  • Loading branch information
ozamirets committed Sep 27, 2023
1 parent 6090aad commit 9cf93af
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
6 changes: 6 additions & 0 deletions market/ban_reason.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"rulesViolation": {
"title_en": "Work rules' violation in the catalog",
"title_uk": "Порушення правил роботи в каталозі"
}
}
10 changes: 10 additions & 0 deletions market/product_reject_reason.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"invalidTitle": {
"title_en": "The product title is incorrect",
"title_uk": "Невірно зазначена назва товару"
},
"invalidCharacteristics": {
"title_en": "Incorrectly selected product characteristics",
"title_uk": "Невірно обрані характеристики товару"
}
}

0 comments on commit 9cf93af

Please sign in to comment.