]> BookStack Code Mirror - bookstack/blobdiff - lang/ru/errors.php
ZIP Imports: Added API examples, finished testing
[bookstack] / lang / ru / errors.php
index ceae383c6768f00b917a3db94708523f2d63b303..e87c909362968d274e5efd5d68359bb5c78f1af2 100644 (file)
@@ -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' => 'Отсутствует токен авторизации в запросе',