Files
opensourcepos/app/Language/bg/Suppliers.php
BudsieBuds e83c23cf0c Improve code style and PSR-12 compliance (#4204)
* 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
2025-05-02 19:37:06 +02:00

26 lines
1.7 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
return [
"account_number" => "Account Number",
"agency_name" => "Име на агенцията",
"cannot_be_deleted" => "Избраните доставчици не можаха да бъдат изтрити. Един или повече от тях имат продажби.",
"category" => "",
"company_name" => "Име на компанията",
"company_name_required" => "Името на фирмата е задължително поле.",
"confirm_delete" => "Наистина ли искате да изтриете избрания доставчик (и)?",
"confirm_restore" => "Наистина ли искате да възстановите избраните доставчици?",
"cost" => "",
"error_adding_updating" => "Актуализацията или добавянето на доставчик не бе успешно.",
"goods" => "",
"new" => "Нов доставчик",
"none_selected" => "Не сте избрали доставчик (и), който да изтриете.",
"one_or_multiple" => "Доставчик (и)",
"successful_adding" => "Вие успешно добавихте Доставчика",
"successful_deleted" => "Вие успешно изтрихте",
"successful_updating" => "Обновяването на доставчика е успешно",
"supplier" => "Доставчик",
"supplier_id" => "Id",
"tax_id" => "",
"update" => "Актуализиране на доставчик",
];