-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": "Порушення правил роботи в каталозі" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": "Невірно обрані характеристики товару" | ||
} | ||
} |