Files
opensourcepos/app/Language/uk/Attributes.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

34 lines
2.5 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 [
"attribute_value_invalid_chars" => "Значення атрибуту не може містити ':' або'|'",
"confirm_delete" => "Ви впевнені, що хочете видалити вибрані атрибут(и)?",
"confirm_restore" => "Ви впевнені, що хочете відновити вибрані атрибут(и)?",
"definition_cannot_be_deleted" => "Не вдалося видалити вибрані атрибут(и)",
"definition_error_adding_updating" => "Атрибут {0} не може бути доданий або оновлений. Будь ласка, перевірте журнал помилок.",
"definition_flags" => "Видимість атрибуту",
"definition_group" => "Група",
"definition_id" => "",
"definition_name" => "Додати атрибут",
"definition_name_required" => "Назва атрибуту - обов'язкове поле",
"definition_one_or_multiple" => "Атрибут(и)",
"definition_successful_adding" => "Ви успішно додали товар",
"definition_successful_deleted" => "Успішно видалено",
"definition_successful_updating" => "Оновлено успішно",
"definition_type" => "Тип атрибуту",
"definition_type_required" => "Назва атрибуту - обов'язкове поле",
"definition_unit" => "Одиниця виміру",
"definition_values" => "Значення атрибуту",
"new" => "Новий атрибут",
"no_attributes_to_display" => "Немає об'єктів для відображення",
"receipt_visibility" => "Чек",
"show_in_items" => "Показати в товарах",
"show_in_items_visibility" => "Товари",
"show_in_receipt" => "Показати в квитанції",
"show_in_receivings" => "Показати в надходженнях",
"show_in_receivings_visibility" => "Надходження",
"show_in_sales" => "Показати в продажах",
"show_in_sales_visibility" => "Продажі",
"update" => "Оновити атрибут",
];