mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-11 10:31:19 -04:00
50 lines
2.7 KiB
PHP
50 lines
2.7 KiB
PHP
<?php
|
||
return [
|
||
"cashups_amount" => "Сума",
|
||
"cashups_amount_number" => "Сума повинна бути числом",
|
||
"cashups_amount_required" => "Сума - обов'язкове поле.",
|
||
"cashups_cancel_cashups" => "",
|
||
"cashups_cancel_cashups_enter" => "",
|
||
"cashups_cannot_be_deleted" => "Суму неможливо видалити",
|
||
"cashups_cash_difference" => "",
|
||
"cashups_close_date" => "Дата",
|
||
"cashups_close_employee" => "Каса закрита працівником",
|
||
"cashups_closed_amount_card" => "Картки",
|
||
"cashups_closed_amount_cash" => "Закриті готівкові кошти",
|
||
"cashups_closed_amount_check" => "Чеки",
|
||
"cashups_closed_amount_due" => "Внески",
|
||
"cashups_closed_amount_giftcard" => "",
|
||
"cashups_closed_amount_total" => "Всього",
|
||
"cashups_closed_date" => "Дата закриття",
|
||
"cashups_confirm_delete" => "Ви впевнені, що хочете видалити вибрану суму?",
|
||
"cashups_confirm_restore" => "Ви впевнені, що хочете відновити вибрану суму?",
|
||
"cashups_confirm_submit" => "",
|
||
"cashups_date_number" => "Дата повинна бути числом",
|
||
"cashups_date_required" => "Дата - обов'язкове поле",
|
||
"cashups_description" => "Опис",
|
||
"cashups_enable_expected" => "",
|
||
"cashups_error_adding_updating" => "Помилка додавання/оновлення суми",
|
||
"cashups_giftcard" => "",
|
||
"cashups_id" => "Код",
|
||
"cashups_info" => "Інформація про готівку",
|
||
"cashups_info_employee" => "",
|
||
"cashups_is_deleted" => "Видалено",
|
||
"cashups_new" => "Нова готівка",
|
||
"cashups_no_cashups_to_display" => "Немає суми для відображення",
|
||
"cashups_none_selected" => "Ви не обрали жодної суми",
|
||
"cashups_note" => "Примітки",
|
||
"cashups_one_or_multiple" => "Готівка",
|
||
"cashups_open_amount_cash" => "Відкрити касу",
|
||
"cashups_open_date" => "Дата",
|
||
"cashups_open_employee" => "Каса відкрита працівником",
|
||
"cashups_opened_date" => "Дата відкриття",
|
||
"cashups_successful_adding" => "Сума успішно додана",
|
||
"cashups_successful_deleted" => "Сума успішно видалена",
|
||
"cashups_successful_updating" => "Сума успішно оновлена",
|
||
"cashups_total" => "Загальна сума",
|
||
"cashups_transfer_amount_cash" => "Отримана/видана готівка",
|
||
"cashups_transfer_amount_cash_minus" => "",
|
||
"cashups_update" => "Оновлена сума",
|
||
"cashups_warning" => "",
|
||
];
|