2018-11-08 12:11:42 +03:00

149 lines
7.2 KiB
PHP
Raw 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 [
'items' => 'Пункт | Пункты',
'incomes' => 'Поступление | Поступления',
'invoices' => 'Квитанция | Квитанции',
'revenues' => 'Доход | Доходы',
'customers' => 'Клиент | Клиенты',
'expenses' => 'Расход | Расходы',
'bills' => 'Счёт | Счета',
'payments' => 'Платёж | Платежи',
'vendors' => 'Поставщик | Поставщики',
'accounts' => 'Аккаунт | Аккаунты',
'transfers' => 'Перевод | Переводы',
'transactions' => 'Транзакция | Транзакции',
'reports' => 'Отчёт | Отчёты',
'settings' => 'Настройка | Настройки',
'categories' => 'Категория | Категории',
'currencies' => 'Валюта | Валюты',
'tax_rates' => 'Налоговая ставка | Налоговые ставки',
'users' => 'Пользователь | Пользователи',
'roles' => 'Роль | Роли',
'permissions' => 'Разрешение | Разрешения',
'modules' => 'Приложение | Приложения',
'companies' => 'Компания | Компании',
'profits' => 'Прибыль | Прибыль',
'taxes' => 'Налог | Налоги',
'logos' => 'Логотип | Логотипы',
'pictures' => 'Фотография | Фотографии',
'types' => 'Тип | Типы',
'payment_methods' => 'Способ оплаты | Способы оплаты',
'compares' => 'Поступление vs Расход | Поступления vs Расходы',
'notes' => 'Примечание | Примечания',
'totals' => 'Итог | Итоги',
'languages' => 'Язык | Языки',
'updates' => 'Обновление | Обновления',
'numbers' => 'Номер | Номера',
'statuses' => 'Статус | Статусы',
'others' => 'Другой|Другие',
'contacts' => 'Contact|Contacts',
'reconciliations' => 'Reconciliation|Reconciliations',
'deposits' => 'Deposit|Deposits',
'withdrawals' => 'Withdrawal|Withdrawals',
'dashboard' => 'Панель управления',
'banking' => 'Банки',
'general' => 'Общее',
'no_records' => 'Нет записей.',
'date' => 'Дата',
'amount' => 'Сумма',
'enabled' => 'Включено',
'disabled' => 'Отключено',
'yes' => 'Да',
'no' => 'Нет',
'na' => 'Н/Д',
'daily' => 'Ежедневно',
'monthly' => 'Ежемесячно',
'quarterly' => 'Ежеквартально',
'yearly' => 'Ежегодно',
'add' => 'Добавить',
'add_new' => 'Добавить новый',
'show' => 'Показать',
'edit' => 'Редактировать',
'delete' => 'Удалить',
'send' => 'Отправить',
'download' => 'Скачать',
'delete_confirm' => 'Подтверждение удаления :name :type?',
'name' => 'Имя',
'email' => 'E-mail',
'tax_number' => 'Налоговый номер',
'phone' => 'Телефон',
'address' => 'Адрес',
'website' => 'Сайт',
'actions' => 'Действия',
'description' => 'Описание',
'manage' => 'Управление',
'code' => 'Код',
'alias' => 'Алиас',
'balance' => 'Баланс',
'reference' => 'Ссылка',
'attachment' => 'Вложение',
'change' => 'Изменить',
'switch' => 'Переключить',
'color' => 'Цвет',
'save' => 'Сохранить',
'cancel' => 'Отмена',
'loading' => 'Loading...',
'from' => 'От',
'to' => 'Кому',
'print' => 'Печать',
'search' => 'Поиск',
'search_placeholder' => 'Введите для поиска..',
'filter' => 'Фильтр',
'help' => 'Справка',
'all' => 'Все',
'all_type' => 'Все :type',
'upcoming' => 'Предстоящие',
'created' => 'Создан',
'id' => 'ID',
'more_actions' => 'Дополнительные действия',
'duplicate' => 'Дублировать',
'unpaid' => 'Невыплаченные',
'paid' => 'Выплаченные',
'overdue' => 'Просроченные',
'partially' => 'Частично',
'partially_paid' => 'Частично выплаченные',
'export' => 'Экспортировать',
'finish' => 'Finish',
'wizard' => 'Wizard',
'skip' => 'Skip',
'enable' => 'Вкл.',
'disable' => 'Откл.',
'select_all' => 'Select All',
'unselect_all' => 'Unselect All',
'go_to' => 'Go to :name',
'created_date' => 'Created Date',
'period' => 'Period',
'start' => 'Start',
'end' => 'End',
'clear' => 'Clear',
'difference' => 'Difference',
'title' => [
'new' => 'Создать :type',
'edit' => 'Изменить :type',
'create' => 'Create :type',
'send' => 'Send :type',
'get' => 'Get :type',
],
'form' => [
'enter' => 'Ввести :field',
'select' => [
'field' => '- Выбрать :field -',
'file' => 'Выбрать файл',
],
'no_file_selected' => 'Файл не выбран...',
],
'date_range' => [
'today' => 'Today',
'yesterday' => 'Yesterday',
'last_days' => 'Last :day Days',
'this_month' => 'This Month',
'last_month' => 'Last Month',
],
];