tested and fixed

This commit is contained in:
2024-10-31 07:47:27 +03:00
parent 7a2ab7dd5b
commit c9e679ec4c
22 changed files with 91 additions and 66 deletions

View File

@@ -4,6 +4,7 @@
"user duplicate": "Such user already exists!",
"user invalid syntax": "Invalid syntax in one of user's parameters!",
"user already in group": "User is already in group!",
"user not found": "User does not exists!",
"username taken": "Username is taken!",
"username not found": "Such username not found!",
"username required": "Username is required!",
@@ -15,8 +16,6 @@
"group not an owner": "You are not an owner of this group!",
"group not a member": "You are not a member of this group!",
"abstract product not found": "Such abstract product is not found!",
"hash without file": "Please, supply a hash of an image!",
"file without hash": "Please, supply an image!",
"abstract product invalid syntax": "Invalid syntax in one of user's parameters!",
"barcode not found": "Such barcode not found!",
"barcode duplicate": "Such barcode already exists!",

View File

@@ -4,6 +4,7 @@
"user duplicate": "Такой пользователь уже существует!",
"user invalid syntax": "Неправильный синткасис в одном из параметров пользователя!",
"user already in group": "Пользователь уже в группе!",
"user not found": "Пользователь не существует!",
"username taken": "Имя пользователя занято!",
"username not found": "Такое имя пользователя не найдено!",
"username required": "Требуется имя пользователя!",
@@ -15,8 +16,6 @@
"group not an owner": "Вы не владелец этой группы!",
"group not a member": "Вы не участник этой группы!",
"abstract product not found": "Такой абстрактный продукт не найден!",
"hash without file": "Пожалуйста, укажите хеш изображения!",
"file without hash": "Пожалуйста, укажите изображение!",
"abstract product invalid syntax": "Неправильный синткасис в одном из параметров абстрактного продукта!",
"barcode not found": "Такой штрихкод не найден!",
"barcode duplicate": "Такой штрихкод уже существует!",