Files
opensourcepos/app/Language/ru/Common.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

90 lines
5.6 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" => "Скачать шаблон Импорт Calc (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" => "opensourcepos.org",
"welcome" => "Добро пожаловать",
"welcome_message" => "Добро пожаловать в OSPOS, нажмите на модули ниже, чтобы начать.",
"yes" => "",
"you_are_using_ospos" => "Вы использоваете Open Source Point Of Sale Версия",
"zip" => "Почтовый индекс",
];