From 80c8d87451eee919bb51c4f99b777b74cfa2e826 Mon Sep 17 00:00:00 2001 From: Ars Kurd Date: Mon, 2 Aug 2021 22:24:24 +0300 Subject: [PATCH] Update ru_RU translation --- app/Locale/ru_RU/translations.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/Locale/ru_RU/translations.php b/app/Locale/ru_RU/translations.php index cd49cb57e..b867b8ef4 100644 --- a/app/Locale/ru_RU/translations.php +++ b/app/Locale/ru_RU/translations.php @@ -1422,9 +1422,9 @@ return array( 'Collapse vertically' => 'Свернуть вертикально', 'Expand vertically' => 'Развернуть вертикально', 'MXN - Mexican Peso' => 'MXN - Мексиканское песо', - // 'Estimated vs actual time per column' => '', - // 'HUF - Hungarian Forint' => '', + 'Estimated vs actual time per column' => 'Запланировано и реально затрачено времени по колонкам', + 'HUF - Hungarian Forint' => 'HUF - Венгерский форинт', 'XBT - Bitcoin' => 'XBT - Биткоин', - // 'You must select a file to upload as your avatar!' => '', - // 'The file you uploaded is not a valid image! (Only *.gif, *.jpg, *.jpeg and *.png are allowed!)' => '', + 'You must select a file to upload as your avatar!' => 'Вы должны выбрать файл для загрузки в качестве аватара!', + 'The file you uploaded is not a valid image! (Only *.gif, *.jpg, *.jpeg and *.png are allowed!)' => 'Выбранный вами файл не является изображением! (Допустимые расширения: *.gif, *.jpg, *.jpeg, *.png)', );