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
90 lines
4.9 KiB
PHP
90 lines
4.9 KiB
PHP
<?php
|
|
|
|
return [
|
|
"address_1" => "Adresă 1",
|
|
"address_2" => "Adresă 2",
|
|
"admin" => "",
|
|
"city" => "Oraș",
|
|
"clerk" => "",
|
|
"close" => "Închide",
|
|
"color" => "",
|
|
"comments" => "Comnetarii",
|
|
"common" => "comun",
|
|
"confirm_search" => "Ați selectat unul sau mai multe rânduri, acestea nu vor mai fi selectate după căutarea dvs. Sigur doriți să trimiteți această căutare?",
|
|
"copyrights" => "© 2010 - {0}",
|
|
"correct_errors" => "Corectati va rog erorile identificate inainte de salvare",
|
|
"country" => "Țară",
|
|
"dashboard" => "",
|
|
"date" => "Dată",
|
|
"delete" => "Ștergere",
|
|
"det" => "detalii",
|
|
"download_import_template" => "Descarcă Importează CSV Template (CSV)",
|
|
"edit" => "editează",
|
|
"email" => "Adresă de email",
|
|
"email_invalid_format" => "Adresa de e-mail nu este în formatul corect.",
|
|
"export_csv" => "Export CSV",
|
|
"export_csv_no" => "Nu",
|
|
"export_csv_yes" => "Da",
|
|
"fields_required_message" => "Sunt obligatorii câmpurile roșii",
|
|
"fields_required_message_unique" => "",
|
|
"first_name" => "Nume",
|
|
"first_name_required" => "Primul nume este un câmp obligatoriu.",
|
|
"first_page" => "Primul",
|
|
"gender" => "Gen",
|
|
"gender_female" => "F",
|
|
"gender_male" => "M",
|
|
"gender_undefined" => "",
|
|
"icon" => "",
|
|
"id" => "Id",
|
|
"import" => "Import",
|
|
"import_change_file" => "Schimbare",
|
|
"import_csv" => "CSV Import",
|
|
"import_full_path" => "Calea completa pentru fisierul CSV este necesara",
|
|
"import_remove_file" => "Elimină",
|
|
"import_select_file" => "Selectează fișier",
|
|
"inv" => "inv",
|
|
"last_name" => "Numele de familie",
|
|
"last_name_required" => "Ultimul nume este un câmp obligatoriu.",
|
|
"last_page" => "Ultimul",
|
|
"learn_about_project" => "pentru a afla ultimele informații despre proiect.",
|
|
"list_of" => "Lista de",
|
|
"logo" => "",
|
|
"logo_mark" => "",
|
|
"logout" => "Deconectare",
|
|
"manager" => "",
|
|
"migration_needed" => "Migrarea bazei de date catre {0} va incepe dupa autentificare.",
|
|
"new" => "Nou",
|
|
"no" => "",
|
|
"no_persons_to_display" => "Nu există persoane de afișat.",
|
|
"none_selected_text" => "[Select]ati",
|
|
"or" => "SAU",
|
|
"people" => "",
|
|
"phone_number" => "Număr de telefon",
|
|
"phone_number_required" => "",
|
|
"please_visit_my" => "Vă rugăm să vizitați",
|
|
"position" => "",
|
|
"powered_by" => "Sustinut de",
|
|
"price" => "Preț",
|
|
"print" => "Printează",
|
|
"remove" => "Elimină",
|
|
"required" => "Necesar",
|
|
"restore" => "Restabilire",
|
|
"return_policy" => "Politica de returnare",
|
|
"search" => "Caută",
|
|
"search_options" => "Opțiuni de căutare",
|
|
"searched_for" => "Căutat pentru",
|
|
"software_short" => "",
|
|
"software_title" => "",
|
|
"state" => "Stat",
|
|
"submit" => "Depune",
|
|
"total_spent" => "Total cheltuit",
|
|
"unknown" => "Necunoscut",
|
|
"view_recent_sales" => "Vedeți vânzările recente",
|
|
"website" => "website",
|
|
"welcome" => "Bine ați venit",
|
|
"welcome_message" => "Bine ați venit la OSPOS, faceți clic pe un modul de mai jos pentru a începe.",
|
|
"yes" => "",
|
|
"you_are_using_ospos" => "Folosiți Open Source Point Of Sale versiunea",
|
|
"zip" => "Cod poștal",
|
|
];
|