mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-09-14 14:26:59 -04:00
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>
92 lines
5.8 KiB
PHP
92 lines
5.8 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' => 'Скачать шаблон Импорт Calc (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' => 'opensourcepos.org',
|
|
'welcome' => 'Добро пожаловать',
|
|
'welcome_message' => 'Добро пожаловать в OSPOS, нажмите на модули ниже, чтобы начать.',
|
|
'yes' => '',
|
|
'you_are_using_ospos' => 'Вы использоваете Open Source Point Of Sale Версия',
|
|
'zip' => 'Почтовый индекс',
|
|
];
|