From f9adfee47a253dcef0925dc1b444602b7793a343 Mon Sep 17 00:00:00 2001 From: agvol Date: Sat, 23 Mar 2019 10:04:50 +0300 Subject: [PATCH] Update russian lang --- resources/lang/ru/entities.php | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/resources/lang/ru/entities.php b/resources/lang/ru/entities.php index 4fe15f59f..8d271920b 100644 --- a/resources/lang/ru/entities.php +++ b/resources/lang/ru/entities.php @@ -100,6 +100,38 @@ return [ 'books_sort_show_other' => 'Показать другие книги', 'books_sort_save' => 'Сохранить новый порядок', + /** + * Shelves + */ + 'shelf' => 'Полка', + 'shelves' => 'Полки', + 'shelves_long' => 'Книжные полки', + 'shelves_empty' => 'Полки не созданы', + 'shelves_create' => 'Создать новую полку', + 'shelves_popular' => 'Популярные полки', + 'shelves_new' => 'Новые полки', + 'shelves_popular_empty' => 'The most popular shelves will appear here.', + 'shelves_new_empty' => 'The most recently created shelves will appear here.', + 'shelves_save' => 'Save Shelf', + 'shelves_books' => 'Books on this shelf', + 'shelves_add_books' => 'Add books to this shelf', + 'shelves_drag_books' => 'Drag books here to add them to this shelf', + 'shelves_empty_contents' => 'This shelf has no books assigned to it', + 'shelves_edit_and_assign' => 'Edit shelf to assign books', + 'shelves_edit_named' => 'Edit Bookshelf :name', + 'shelves_edit' => 'Edit Bookshelf', + 'shelves_delete' => 'Delete Bookshelf', + 'shelves_delete_named' => 'Delete Bookshelf :name', + 'shelves_delete_explain' => "This will delete the bookshelf with the name ':name'. Contained books will not be deleted.", + 'shelves_delete_confirmation' => 'Are you sure you want to delete this bookshelf?', + 'shelves_permissions' => 'Bookshelf Permissions', + 'shelves_permissions_updated' => 'Bookshelf Permissions Updated', + 'shelves_permissions_active' => 'Bookshelf Permissions Active', + 'shelves_copy_permissions_to_books' => 'Copy Permissions to Books', + 'shelves_copy_permissions' => 'Copy Permissions', + 'shelves_copy_permissions_explain' => 'This will apply the current permission settings of this bookshelf to all books contained within. Before activating, ensure any changes to the permissions of this bookshelf have been saved.', + 'shelves_copy_permission_success' => 'Bookshelf permissions copied to :count books', + /** * Chapters */