From 7061730abc6b4923766a2f339f327c2b1497f499 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 25 Aug 2017 07:07:15 +0200 Subject: [PATCH] New translations list.php (Russian) --- resources/lang/ru_RU/list.php | 68 +++++++++++++++++------------------ 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/resources/lang/ru_RU/list.php b/resources/lang/ru_RU/list.php index 95fe61c6bb..4e16d96f3a 100644 --- a/resources/lang/ru_RU/list.php +++ b/resources/lang/ru_RU/list.php @@ -25,31 +25,31 @@ return [ 'active' => 'Активен?', 'lastActivity' => 'Последняя активность', 'balanceDiff' => 'Разница баланса между :start и :end', - 'matchedOn' => 'Matched on', - 'matchesOn' => 'Matched on', + 'matchedOn' => '', + 'matchesOn' => '', 'account_type' => 'Тип профиля', - 'created_at' => 'Created at', - 'new_balance' => 'New balance', - 'account' => 'Account', - 'matchingAmount' => 'Amount', - 'lastMatch' => 'Last match', - 'split_number' => 'Split #', - 'destination' => 'Destination', - 'source' => 'Source', - 'next_expected_match' => 'Next expected match', - 'automatch' => 'Auto match?', - 'repeat_freq' => 'Repeats', + 'created_at' => '', + 'new_balance' => '', + 'account' => '', + 'matchingAmount' => '', + 'lastMatch' => '', + 'split_number' => '', + 'destination' => '', + 'source' => '', + 'next_expected_match' => '', + 'automatch' => '', + 'repeat_freq' => '', 'description' => 'Описание', 'amount' => 'Сумма', - 'internal_reference' => 'Internal reference', + 'internal_reference' => '', 'date' => 'Дата', - 'interest_date' => 'Interest date', - 'book_date' => 'Book date', - 'process_date' => 'Processing date', - 'due_date' => 'Due date', - 'payment_date' => 'Payment date', - 'invoice_date' => 'Invoice date', - 'interal_reference' => 'Internal reference', + 'interest_date' => '', + 'book_date' => '', + 'process_date' => '', + 'due_date' => '', + 'payment_date' => '', + 'invoice_date' => '', + 'interal_reference' => '', 'notes' => 'Заметки', 'from' => 'Откуда', 'piggy_bank' => 'Копилка', @@ -60,23 +60,23 @@ return [ 'withdrawal' => 'Расход', 'deposit' => 'Доход', 'transfer' => 'Перевод', - 'type' => 'Type', - 'completed' => 'Completed', - 'iban' => 'IBAN', - 'paid_current_period' => 'Paid this period', + 'type' => '', + 'completed' => '', + 'iban' => '', + 'paid_current_period' => '', 'email' => 'E-mail', 'registered_at' => 'Дата регистрации', 'is_activated' => 'Активен?', 'is_blocked' => 'Заблокирован?', 'is_admin' => 'Администратор?', 'has_two_factor' => 'Защита (2FA)?', - 'confirmed_from' => 'Confirmed from', - 'registered_from' => 'Registered from', - 'blocked_code' => 'Block code', + 'confirmed_from' => '', + 'registered_from' => '', + 'blocked_code' => '', 'domain' => 'Домен', - 'registration_attempts' => 'Registration attempts', - 'source_account' => 'Source account', - 'destination_account' => 'Destination account', + 'registration_attempts' => '', + 'source_account' => '', + 'destination_account' => '', 'accounts_count' => 'Всего счетов', 'journals_count' => 'Всего транзакций', @@ -88,7 +88,7 @@ return [ 'budget_count' => 'Всего категорий бюджета', 'rule_and_groups_count' => 'Всего правил и групп правил', 'tags_count' => 'Всего меток', - 'inward' => 'Inward description', - 'outward' => 'Outward description', - 'number_of_transactions' => 'Number of transactions', + 'inward' => '', + 'outward' => '', + 'number_of_transactions' => '', ]; \ No newline at end of file