X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/2be504e0d20aa7c95b1fe006f675928faf0bd1a9..refs/pull/5721/head:/lang/ru/errors.php diff --git a/lang/ru/errors.php b/lang/ru/errors.php index ceae383c6..e87c90936 100644 --- a/lang/ru/errors.php +++ b/lang/ru/errors.php @@ -111,11 +111,11 @@ return [ 'import_zip_no_data' => 'ZIP file data has no expected book, chapter or page content.', 'import_validation_failed' => 'Import ZIP failed to validate with errors:', 'import_zip_failed_notification' => 'Failed to import ZIP file.', - 'import_perms_books' => 'You are lacking the required permissions to create books.', - 'import_perms_chapters' => 'You are lacking the required permissions to create chapters.', - 'import_perms_pages' => 'You are lacking the required permissions to create pages.', - 'import_perms_images' => 'You are lacking the required permissions to create images.', - 'import_perms_attachments' => 'You are lacking the required permission to create attachments.', + 'import_perms_books' => 'У вас недостаточно прав для создания книг.', + 'import_perms_chapters' => 'У вас недостаточно прав для создания глав.', + 'import_perms_pages' => 'У вас недостаточно прав для создания страниц.', + 'import_perms_images' => 'У вас недостаточно прав для создания изображений.', + 'import_perms_attachments' => 'У вас недостаточно прав для создания вложений.', // API errors 'api_no_authorization_found' => 'Отсутствует токен авторизации в запросе',