mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2025-12-28 12: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
90 lines
5.7 KiB
PHP
90 lines
5.7 KiB
PHP
<?php
|
||
|
||
return [
|
||
"address_1" => "Адрес 1",
|
||
"address_2" => "Адрес 2",
|
||
"admin" => "",
|
||
"city" => "Град",
|
||
"clerk" => "",
|
||
"close" => "Затвори",
|
||
"color" => "",
|
||
"comments" => "Коментари",
|
||
"common" => "Често срещани",
|
||
"confirm_search" => "Избрали сте един или повече редове, след търсене няма да бъдат избрани. Наистина ли искате да подадете това търсене?",
|
||
"copyrights" => "© 2010 - {0}",
|
||
"correct_errors" => "Моля, коригирайте установените грешки преди записване",
|
||
"country" => "Държава",
|
||
"dashboard" => "",
|
||
"date" => "Дата",
|
||
"delete" => "Изтриване",
|
||
"det" => "Детайли",
|
||
"download_import_template" => "Изтегляне на шаблон за импортиране на CSV (CSV)",
|
||
"edit" => "Редактиране",
|
||
"email" => "Електронна поща",
|
||
"email_invalid_format" => "Имейл адресът не е в правилния формат.",
|
||
"export_csv" => "Експорт на CSV",
|
||
"export_csv_no" => "Не",
|
||
"export_csv_yes" => "Да",
|
||
"fields_required_message" => "Полетата в червено са задължителни",
|
||
"fields_required_message_unique" => "",
|
||
"first_name" => "Име",
|
||
"first_name_required" => "Име е задължително поле.",
|
||
"first_page" => "Първи",
|
||
"gender" => "Пол",
|
||
"gender_female" => "Ж",
|
||
"gender_male" => "М",
|
||
"gender_undefined" => "",
|
||
"icon" => "",
|
||
"id" => "Номер",
|
||
"import" => "Внос",
|
||
"import_change_file" => "Промяна",
|
||
"import_csv" => "Внос на CSV",
|
||
"import_full_path" => "Необходим е пълен пътека към файл с CSV",
|
||
"import_remove_file" => "Премахване",
|
||
"import_select_file" => "Изберете файл",
|
||
"inv" => "Покана",
|
||
"last_name" => "Фамилия",
|
||
"last_name_required" => "Фамилия е задължително поле.",
|
||
"last_page" => "Последна",
|
||
"learn_about_project" => "за да научите най-новата информация за проекта.",
|
||
"list_of" => "Списък с",
|
||
"logo" => "",
|
||
"logo_mark" => "",
|
||
"logout" => "Излизане от профила",
|
||
"manager" => "",
|
||
"migration_needed" => "Мигриране на база данни ще започне след влизане.",
|
||
"new" => "Нов",
|
||
"no" => "",
|
||
"no_persons_to_display" => "Няма хора за показване.",
|
||
"none_selected_text" => "Нищо не е избрано",
|
||
"or" => "Или",
|
||
"people" => "",
|
||
"phone_number" => "Телефонен номер",
|
||
"phone_number_required" => "",
|
||
"please_visit_my" => "Моля, посетете",
|
||
"position" => "",
|
||
"powered_by" => "С подкрепата на",
|
||
"price" => "Цена",
|
||
"print" => "Принтиране",
|
||
"remove" => "Премахване",
|
||
"required" => "Необходим",
|
||
"restore" => "Въстановяване",
|
||
"return_policy" => "Условия за връщане",
|
||
"search" => "Търсене",
|
||
"search_options" => "Опции за търсене",
|
||
"searched_for" => "Търсене за",
|
||
"software_short" => "",
|
||
"software_title" => "",
|
||
"state" => "Щат",
|
||
"submit" => "Изпращане",
|
||
"total_spent" => "Общо изразходвани",
|
||
"unknown" => "Неизвестен",
|
||
"view_recent_sales" => "Преглед на последните продажби",
|
||
"website" => "Уебсайт",
|
||
"welcome" => "Добре дошли",
|
||
"welcome_message" => "Добре дошли в OSPOS, кликнете върху модул по-долу, за да започнете.",
|
||
"yes" => "",
|
||
"you_are_using_ospos" => "Вие използвате Open Source Point Оf Sale версия",
|
||
"zip" => "Пощенски код",
|
||
];
|