platform/plugins/inventory-assets/lang/ru.json
Andrey Sobolev aa218ab898
TSK-1009: Configurable platform (#3055)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2023-04-25 14:34:10 +07:00

25 lines
999 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"status": {
"CategoryRequired": "Требуется категория",
"NameRequired": "Требуется название"
},
"string": {
"Categories": "Категории",
"Category": "Категория",
"CategoryCreateLabel": "Категория",
"CreateCategory": "Создать категорию",
"CreateSubcategory": "Создать подкатегорию",
"Inventory": "Инвентарь",
"ProductCreateLabel": "Продукт",
"CreateProduct": "Создать продукт",
"Products": "Продукты",
"Product": "Продукт",
"Variant": "Вариант",
"SKU": "Артикул",
"Variants": "Варианты",
"NoVariantsForProduct": "Нет вариантов для этого продукта.",
"CreateVariant": "Создать вариант",
"ConfigLabel": "Инвентарь",
"ConfigDescription": "Расширение по работе с инвентарем"
}
}