updated translations

This commit is contained in:
denisdulici
2018-11-20 11:41:17 +03:00
parent 10f1fbfb37
commit 8f83cc09b7
32 changed files with 176 additions and 161 deletions

View File

@@ -38,9 +38,9 @@ return [
'numbers' => 'Номер | Номера',
'statuses' => 'Статус | Статусы',
'others' => 'Другой|Другие',
'contacts' => 'Contact|Contacts',
'contacts' => 'Контакт | Контакты',
'reconciliations' => 'Reconciliation|Reconciliations',
'deposits' => 'Deposit|Deposits',
'deposits' => 'Депозит | Депозиты',
'withdrawals' => 'Withdrawal|Withdrawals',
'dashboard' => 'Панель управления',
@@ -85,7 +85,7 @@ return [
'color' => 'Цвет',
'save' => 'Сохранить',
'cancel' => 'Отмена',
'loading' => 'Loading...',
'loading' => 'Загрузка...',
'from' => 'От',
'to' => 'Кому',
'print' => 'Печать',
@@ -106,27 +106,27 @@ return [
'partially' => 'Частично',
'partially_paid' => 'Частично выплаченные',
'export' => 'Экспортировать',
'finish' => 'Finish',
'wizard' => 'Wizard',
'skip' => 'Skip',
'finish' => 'Завершить',
'wizard' => 'Мастер настройки',
'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',
'select_all' => 'Выбрать все',
'unselect_all' => 'Отменить выбор',
'go_to' => 'Перейти к :name',
'created_date' => 'Дата создания',
'period' => 'Период',
'start' => 'Начало',
'end' => 'Окончание',
'clear' => 'Очистить',
'difference' => 'Разница',
'title' => [
'new' => 'Создать :type',
'edit' => 'Изменить :type',
'create' => 'Create :type',
'send' => 'Send :type',
'get' => 'Get :type',
'create' => 'Создать :type',
'send' => 'Отправить :type',
'get' => 'Получить :type',
],
'form' => [
@@ -139,10 +139,10 @@ return [
],
'date_range' => [
'today' => 'Today',
'yesterday' => 'Yesterday',
'last_days' => 'Last :day Days',
'this_month' => 'This Month',
'last_month' => 'Last Month',
'today' => 'Сегодня',
'yesterday' => 'Вчера',
'last_days' => 'Последние :day дней',
'this_month' => 'Этот месяц',
'last_month' => 'Предыдущий месяц',
],
];