mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2025-12-26 19:17:51 -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.5 KiB
PHP
51 lines
2.5 KiB
PHP
<?php
|
|
|
|
return [
|
|
"amount" => "Valoare",
|
|
"amount_number" => "Valoare trebuie sa fie numerica",
|
|
"amount_required" => "Valoare este un camp obligatoriu.",
|
|
"cancel_cashups" => "",
|
|
"cancel_cashups_enter" => "",
|
|
"cannot_be_deleted" => "Incasarea nu poate fi stearsa",
|
|
"cash_difference" => "",
|
|
"close_date" => "Data inchidere",
|
|
"close_employee" => "Inchisa de",
|
|
"closed_amount_card" => "Carduri",
|
|
"closed_amount_cash" => "Inchis Numerar",
|
|
"closed_amount_check" => "Cecuri",
|
|
"closed_amount_due" => "Taxe",
|
|
"closed_amount_giftcard" => "",
|
|
"closed_amount_total" => "Total",
|
|
"closed_date" => "Data inchidere",
|
|
"confirm_delete" => "Sigur doriti stergerea Incasarii selectate?",
|
|
"confirm_restore" => "Sigur doriti restaurarea Incasarii/Incasarilor?",
|
|
"confirm_submit" => "",
|
|
"date_number" => "Data trebuie sa fie numerica",
|
|
"date_required" => "Data este camp obligatoriu",
|
|
"description" => "Descriere",
|
|
"enable_expected" => "",
|
|
"error_adding_updating" => "Eroare privind adaugare/actualizare Incasare",
|
|
"giftcard" => "",
|
|
"id" => "Id",
|
|
"info" => "Info Incasare",
|
|
"info_employee" => "",
|
|
"is_deleted" => "Stearsa",
|
|
"new" => "Incasare Noua",
|
|
"no_cashups_to_display" => "Nu sunt Incasari de afisat",
|
|
"none_selected" => "Nu ati selectat nicio Incasare",
|
|
"note" => "Notite",
|
|
"one_or_multiple" => "Incasari",
|
|
"open_amount_cash" => "Deschide Numerar",
|
|
"open_date" => "Data Deschiderii",
|
|
"open_employee" => "Deschis de catre",
|
|
"opened_date" => "Data deschideri",
|
|
"successful_adding" => "Adaugare Incasare reusita",
|
|
"successful_deleted" => "Stergere Incasare reusita",
|
|
"successful_updating" => "Actualizare Incasare reusita",
|
|
"total" => "Total",
|
|
"transfer_amount_cash" => "Intrare/Iesire Numerar",
|
|
"transfer_amount_cash_minus" => "",
|
|
"update" => "Acutualizare Incasare",
|
|
"warning" => "",
|
|
];
|