From 206887bc718f5b6259c82d8aab674fd5d29693dd Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 25 Aug 2017 07:36:25 +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 4e16d96f3a..95fe61c6bb 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' => '', - 'matchesOn' => '', + 'matchedOn' => 'Matched on', + 'matchesOn' => 'Matched on', 'account_type' => 'Тип профиля', - 'created_at' => '', - 'new_balance' => '', - 'account' => '', - 'matchingAmount' => '', - 'lastMatch' => '', - 'split_number' => '', - 'destination' => '', - 'source' => '', - 'next_expected_match' => '', - 'automatch' => '', - 'repeat_freq' => '', + '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', 'description' => 'Описание', 'amount' => 'Сумма', - 'internal_reference' => '', + 'internal_reference' => 'Internal reference', 'date' => 'Дата', - 'interest_date' => '', - 'book_date' => '', - 'process_date' => '', - 'due_date' => '', - 'payment_date' => '', - 'invoice_date' => '', - 'interal_reference' => '', + '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', 'notes' => 'Заметки', 'from' => 'Откуда', 'piggy_bank' => 'Копилка', @@ -60,23 +60,23 @@ return [ 'withdrawal' => 'Расход', 'deposit' => 'Доход', 'transfer' => 'Перевод', - 'type' => '', - 'completed' => '', - 'iban' => '', - 'paid_current_period' => '', + 'type' => 'Type', + 'completed' => 'Completed', + 'iban' => 'IBAN', + 'paid_current_period' => 'Paid this period', 'email' => 'E-mail', 'registered_at' => 'Дата регистрации', 'is_activated' => 'Активен?', 'is_blocked' => 'Заблокирован?', 'is_admin' => 'Администратор?', 'has_two_factor' => 'Защита (2FA)?', - 'confirmed_from' => '', - 'registered_from' => '', - 'blocked_code' => '', + 'confirmed_from' => 'Confirmed from', + 'registered_from' => 'Registered from', + 'blocked_code' => 'Block code', 'domain' => 'Домен', - 'registration_attempts' => '', - 'source_account' => '', - 'destination_account' => '', + 'registration_attempts' => 'Registration attempts', + 'source_account' => 'Source account', + 'destination_account' => 'Destination account', 'accounts_count' => 'Всего счетов', 'journals_count' => 'Всего транзакций', @@ -88,7 +88,7 @@ return [ 'budget_count' => 'Всего категорий бюджета', 'rule_and_groups_count' => 'Всего правил и групп правил', 'tags_count' => 'Всего меток', - 'inward' => '', - 'outward' => '', - 'number_of_transactions' => '', + 'inward' => 'Inward description', + 'outward' => 'Outward description', + 'number_of_transactions' => 'Number of transactions', ]; \ No newline at end of file