New translations errors.php (Russian)
Some checks are pending
analyse-php / build (push) Waiting to run
lint-php / build (push) Waiting to run
test-migrations / build (8.2) (push) Waiting to run
test-migrations / build (8.3) (push) Waiting to run
test-migrations / build (8.4) (push) Waiting to run
test-php / build (8.2) (push) Waiting to run
test-php / build (8.3) (push) Waiting to run
test-php / build (8.4) (push) Waiting to run

This commit is contained in:
Dan Brown 2025-03-24 16:48:30 +00:00
parent 27ca3b8be2
commit 448714c951

View 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' => 'Отсутствует токен авторизации в запросе',