From 0afce798070f95b8d1b421caf126fdea5fd0b749 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sat, 14 Mar 2020 18:41:43 +0000 Subject: [PATCH] New translations errors.php (Russian) --- resources/lang/ru/errors.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/ru/errors.php b/resources/lang/ru/errors.php index 3dd2e0630..3f6906801 100644 --- a/resources/lang/ru/errors.php +++ b/resources/lang/ru/errors.php @@ -83,6 +83,7 @@ return [ // Error pages '404_page_not_found' => 'Страница не найдена', 'sorry_page_not_found' => 'Извините, страница, которую вы искали, не найдена.', + 'sorry_page_not_found_permission_warning' => 'If you expected this page to exist, you might not have permission to view it.', 'return_home' => 'вернуться на главную страницу', 'error_occurred' => 'Произошла ошибка', 'app_down' => ':appName в данный момент не доступно',