Files
opensourcepos/app/Language/bg/Common.php
objecttothis 3c75fc0031 style(lang): normalize array keys to single quotes in ar-EG/ar-LB Common.php
Convert double-quoted string keys and values to single quotes across
app/Language/ar-EG/Common.php and app/Language/ar-LB/Common.php for
consistency with existing single-quoted entries (e.g. export_all,
export_page) already present in these files.

- No functional or translation content changes, quoting style only
- Aligns with project coding standard preferring single quotes for
  non-interpolated strings

Signed-off-by: objecttothis <17935339+objecttothis@users.noreply.github.com>
2026-09-09 11:59:44 +04:00

92 lines
5.8 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 [
'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' => 'Да',
'export_all' => 'Експортиране на всичко',
'export_page' => 'Експортиране на страницата',
'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' => 'Пощенски код',
];