mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2025-12-25 18:47:53 -05:00
* 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
34 lines
2.5 KiB
PHP
34 lines
2.5 KiB
PHP
<?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" => "Оновити атрибут",
|
||
];
|