mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2025-12-27 03:27:55 -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
5.1 KiB
PHP
90 lines
5.1 KiB
PHP
<?php
|
|
|
|
return [
|
|
"address_1" => "Address 1",
|
|
"address_2" => "Address 2",
|
|
"admin" => "",
|
|
"city" => "City",
|
|
"clerk" => "",
|
|
"close" => "დახურვა",
|
|
"color" => "",
|
|
"comments" => "კომენტარები",
|
|
"common" => "საერთო",
|
|
"confirm_search" => "You have selected one or more rows, these will no longer be selected after your search. Are you sure you want to submit this search?",
|
|
"copyrights" => "© 2010 - {0}",
|
|
"correct_errors" => "Please correct identified errors before saving",
|
|
"country" => "ქვეყანა",
|
|
"dashboard" => "",
|
|
"date" => "Date",
|
|
"delete" => "Delete",
|
|
"det" => "details",
|
|
"download_import_template" => "Download Import CSV Template (CSV)",
|
|
"edit" => "ჩასწორება",
|
|
"email" => "Email",
|
|
"email_invalid_format" => "The email address is not in the correct format.",
|
|
"export_csv" => "CSV Export",
|
|
"export_csv_no" => "No",
|
|
"export_csv_yes" => "დიახ",
|
|
"fields_required_message" => "Fields in red are required",
|
|
"fields_required_message_unique" => "",
|
|
"first_name" => "სახელი",
|
|
"first_name_required" => "First Name is a required field.",
|
|
"first_page" => "პირველი",
|
|
"gender" => "სქესი",
|
|
"gender_female" => "F",
|
|
"gender_male" => "M",
|
|
"gender_undefined" => "",
|
|
"icon" => "Icon",
|
|
"id" => "ID",
|
|
"import" => "Import",
|
|
"import_change_file" => "შეცვლა",
|
|
"import_csv" => "CSV Import",
|
|
"import_full_path" => "Full path to CSV file required",
|
|
"import_remove_file" => "წაშლა",
|
|
"import_select_file" => "აირჩიეთ ფაილი",
|
|
"inv" => "ინვ",
|
|
"last_name" => "გვარი",
|
|
"last_name_required" => "Last Name is a required field.",
|
|
"last_page" => "ბოლო",
|
|
"learn_about_project" => "to learn the latest information about the project.",
|
|
"list_of" => "List of",
|
|
"logo" => "Logo",
|
|
"logo_mark" => "Mark",
|
|
"logout" => "",
|
|
"manager" => "",
|
|
"migration_needed" => "",
|
|
"new" => "ახალი",
|
|
"no" => "No",
|
|
"no_persons_to_display" => "There are no people to display.",
|
|
"none_selected_text" => "[არჩევა]",
|
|
"or" => "OR",
|
|
"people" => "",
|
|
"phone_number" => "ტელეფონის ნომერი",
|
|
"phone_number_required" => "",
|
|
"please_visit_my" => "Please visit the",
|
|
"position" => "",
|
|
"powered_by" => "Powered by",
|
|
"price" => "ფასი",
|
|
"print" => "დაბეჭდვა",
|
|
"remove" => "წაშლა",
|
|
"required" => "საჭიროა",
|
|
"restore" => "აღდგენა",
|
|
"return_policy" => "დაბრუნების პოლიტიკა",
|
|
"search" => "ძებნა",
|
|
"search_options" => "ძებნის მორგება",
|
|
"searched_for" => "ვეძებდი",
|
|
"software_short" => "OSPOS",
|
|
"software_title" => "Open Source Point of Sale",
|
|
"state" => "შტატი",
|
|
"submit" => "Submit",
|
|
"total_spent" => "Total Spent",
|
|
"unknown" => "უცნობი",
|
|
"view_recent_sales" => "View Recent Sales",
|
|
"website" => "opensourcepos.org",
|
|
"welcome" => "მოგესალმებით",
|
|
"welcome_message" => "Welcome to OSPOS, click a module below to get started.",
|
|
"yes" => "დიახ",
|
|
"you_are_using_ospos" => "",
|
|
"zip" => "Postal Code",
|
|
];
|