From 9229ff54dfe2ec7272d6e611e6d9d068a68beb04 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 13 Jul 2017 13:50:15 +0200 Subject: [PATCH] New translations csv.php (Russian) --- resources/lang/ru_RU/csv.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/lang/ru_RU/csv.php b/resources/lang/ru_RU/csv.php index faee6f69fd..b02e2a226b 100644 --- a/resources/lang/ru_RU/csv.php +++ b/resources/lang/ru_RU/csv.php @@ -15,13 +15,13 @@ return [ // initial config 'initial_title' => 'Импорт данных (1/3) - Подготовка к импорту CSV', - 'initial_text' => 'To be able to import your file correctly, please validate the options below.', - 'initial_box' => 'Basic CSV import setup', - 'initial_header_help' => 'Check this box if the first row of your CSV file are the column titles.', - 'initial_date_help' => 'Date time format in your CSV. Follow the format like this page indicates. The default value will parse dates that look like this: :dateExample.', - 'initial_delimiter_help' => 'Choose the field delimiter that is used in your input file. If not sure, comma is the safest option.', - 'initial_import_account_help' => 'If your CSV file does NOT contain information about your asset account(s), use this dropdown to select to which account the transactions in the CSV belong to.', - 'initial_submit' => 'Continue with step 2/3', + 'initial_text' => 'Чтобы импорт данных прошёл успешно, пожалуйста проверьте несколько параметров.', + 'initial_box' => 'Основные параметры импорта CSV', + 'initial_header_help' => 'Установите этот флажок, если первая строка CSV-файла содержит заголовки столбцов.', + 'initial_date_help' => 'Формат даты и времени в вашем CSV-файле. Придерживайтесь формата, описанного на этой странице. По умолчанию дату будут анализироваться на соответствие такому формату: :dateExample.', + 'initial_delimiter_help' => 'Выберите разделитель полей, который используется в вашем файле. Если вы не уверены, помните, что запятая - это самый безопасный вариант.', + 'initial_import_account_help' => 'Если ваш CSV-файл НЕ СОДЕРЖИТ информацию о ваших счётах, укажите счета для всех транзакций, выбрав подходящие из выпадающего списка.', + 'initial_submit' => 'Перейти к шагу 2/3', // roles config 'roles_title' => 'Import setup (2/3) - Define each column\'s role',