Files
opensourcepos/app/Language/ru/Item_kits.php
BudsieBuds e83c23cf0c Improve code style and PSR-12 compliance (#4204)
* Improve code style and PSR-12 compliance
- refactored code formatting to adhere to PSR-12 guidelines
- standardized coding conventions across the codebase
- added missing framework files and reverted markup changes
- reformatted arrays for enhanced readability
- updated language files for consistent styling and clarity
- minor miscellaneous improvements
2025-05-02 19:37:06 +02:00

43 lines
3.0 KiB
PHP
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.
<?php
return [
"add_item" => "Добавить комплект",
"all" => "Все",
"cannot_be_deleted" => "Не удалось удалить комплект(ы) товаров.",
"confirm_delete" => "Вы уверены, что хотите удалить выбранные комплекты товаров?",
"confirm_restore" => "Вы уверены, что хотите восстановить выбранные комплекты товаров?",
"description" => "Описание комплекта товаров",
"discount" => "Скидка",
"discount_fixed" => "Фиксированная скидка",
"discount_percent" => "Скидка в процентах",
"discount_type" => "Тип скидки",
"error_adding_updating" => "Ошибка при добавлении/обновлении комплекта товаров.",
"find_kit_item" => "Элемент комплекта",
"info" => "Информация о комплекте товаров",
"item" => "Товар",
"item_kit_number" => "Штрихкод",
"item_kit_number_duplicate" => "Номер комплекта товаров уже присутствует в базе данных.",
"item_number" => "",
"item_number_duplicate" => "",
"items" => "Товары",
"kit" => "№ комплекта",
"kit_and_components" => "Комплект и компоненты",
"kit_and_stock" => "Комплект и запасы",
"kit_only" => "Только комплект",
"name" => "Название комплекта товаров",
"new" => "Новый комплект товаров",
"no_item_kits_to_display" => "Нет комплектов товаров для отображения.",
"none_selected" => "Вы не выбрали ни одного компекта товаров.",
"one_or_multiple" => "Комплект(ы) товаров",
"price_option" => "Вариант цены",
"priced_only" => "Только по цене",
"print_option" => "Вариант печати",
"quantity" => "Количество",
"sequence" => "Последовательность",
"successful_adding" => "Вы успешно добавили комплект товаров",
"successful_deleted" => "Успешно удалено",
"successful_updating" => "Вы успешно обновили комплект товаров",
"unit_price" => "",
"update" => "Обновление комплекта товаров",
];