From e73a7a3d14226986b10eb397f5bf3e3f86e16b7c Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 14 Nov 2017 09:50:10 +0100 Subject: [PATCH] New translations demo.php (Russian) --- resources/lang/ru_RU/demo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/ru_RU/demo.php b/resources/lang/ru_RU/demo.php index 53cc86a59b..babdfb5310 100644 --- a/resources/lang/ru_RU/demo.php +++ b/resources/lang/ru_RU/demo.php @@ -21,6 +21,6 @@ return [ 'transactions-index' => 'These expenses, deposits and transfers are not particularly imaginative. They have been generated automatically.', 'piggy-banks-index' => 'As you can see, there are three piggy banks. Use the plus and minus buttons to influence the amount of money in each piggy bank. Click the name of the piggy bank to see the administration for each piggy bank.', 'import-index' => 'Of course, any CSV file can be imported into Firefly III', - 'import-configure-security' => 'Because of security concerns, your upload has been replaced with a local file.', + 'import-configure-security' => 'По соображениям безопасности, загружаемый вами файл был заменен локальным.', 'import-configure-configuration' => 'The configuration you see below is correct for the local file.', ];