mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2025-12-24 10:07:52 -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
51 lines
2.9 KiB
PHP
51 lines
2.9 KiB
PHP
<?php
|
||
|
||
return [
|
||
"amount" => "Сума",
|
||
"amount_number" => "Сума повинна бути числом",
|
||
"amount_required" => "Сума - обов'язкове поле.",
|
||
"cancel_cashups" => "",
|
||
"cancel_cashups_enter" => "",
|
||
"cannot_be_deleted" => "Суму неможливо видалити",
|
||
"cash_difference" => "",
|
||
"close_date" => "Дата",
|
||
"close_employee" => "Каса закрита працівником",
|
||
"closed_amount_card" => "Картки",
|
||
"closed_amount_cash" => "Закриті готівкові кошти",
|
||
"closed_amount_check" => "Чеки",
|
||
"closed_amount_due" => "Внески",
|
||
"closed_amount_giftcard" => "",
|
||
"closed_amount_total" => "Всього",
|
||
"closed_date" => "Дата закриття",
|
||
"confirm_delete" => "Ви впевнені, що хочете видалити вибрану суму?",
|
||
"confirm_restore" => "Ви впевнені, що хочете відновити вибрану суму?",
|
||
"confirm_submit" => "",
|
||
"date_number" => "Дата повинна бути числом",
|
||
"date_required" => "Дата - обов'язкове поле",
|
||
"description" => "Опис",
|
||
"enable_expected" => "",
|
||
"error_adding_updating" => "Помилка додавання/оновлення суми",
|
||
"giftcard" => "",
|
||
"id" => "Код",
|
||
"info" => "Інформація про готівку",
|
||
"info_employee" => "",
|
||
"is_deleted" => "Видалено",
|
||
"new" => "Нова готівка",
|
||
"no_cashups_to_display" => "Немає суми для відображення",
|
||
"none_selected" => "Ви не обрали жодної суми",
|
||
"note" => "Примітки",
|
||
"one_or_multiple" => "Готівка",
|
||
"open_amount_cash" => "Відкрити касу",
|
||
"open_date" => "Дата",
|
||
"open_employee" => "Каса відкрита працівником",
|
||
"opened_date" => "Дата відкриття",
|
||
"successful_adding" => "Сума успішно додана",
|
||
"successful_deleted" => "Сума успішно видалена",
|
||
"successful_updating" => "Сума успішно оновлена",
|
||
"total" => "Загальна сума",
|
||
"transfer_amount_cash" => "Отримана/видана готівка",
|
||
"transfer_amount_cash_minus" => "",
|
||
"update" => "Оновлена сума",
|
||
"warning" => "",
|
||
];
|