From f9adfee47a253dcef0925dc1b444602b7793a343 Mon Sep 17 00:00:00 2001 From: agvol Date: Sat, 23 Mar 2019 10:04:50 +0300 Subject: [PATCH 1/3] 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 */ From 15cf9f8b32e93a83c0981c56058c00e1decea490 Mon Sep 17 00:00:00 2001 From: agvol Date: Sat, 23 Mar 2019 10:18:44 +0300 Subject: [PATCH 2/3] Update russian lang --- resources/lang/ru/entities.php | 42 +++++++++++++++++----------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/resources/lang/ru/entities.php b/resources/lang/ru/entities.php index 8d271920b..6eb76a9be 100644 --- a/resources/lang/ru/entities.php +++ b/resources/lang/ru/entities.php @@ -110,27 +110,27 @@ return [ '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', + 'shelves_popular_empty' => 'Популярные полки появятся здесь.', + 'shelves_new_empty' => 'Последние созданные полки появятся здесь.', + 'shelves_save' => 'Сохранить полку', + 'shelves_books' => 'Книги из этой полки', + 'shelves_add_books' => 'Добавить книгу в эту полку', + 'shelves_drag_books' => 'Перетащите книгу сюда, чтобы добавить на эту полку', + 'shelves_empty_contents' => 'На этой полке нет книг', + 'shelves_edit_and_assign' => 'Изменить полку для привязки книг', + 'shelves_edit_named' => 'Редактировать полку :name', + 'shelves_edit' => 'Редактировать книжную полку', + 'shelves_delete' => 'Удалить книжную полку', + 'shelves_delete_named' => 'Удалить книжную полку :name', + 'shelves_delete_explain' => "Это приведет к удалению полки с именем ':name'. Привязанные книги удалены не будут.", + 'shelves_delete_confirmation' => 'Вы уверены, что хотите удалить эту полку?', + 'shelves_permissions' => 'Доступы к книжной полке', + 'shelves_permissions_updated' => 'Доступы к книжной полке обновлены', + 'shelves_permissions_active' => 'Доступы к книжной полке активны', + 'shelves_copy_permissions_to_books' => 'Наследовать доступы книгам', + 'shelves_copy_permissions' => 'Копировать доступы', + 'shelves_copy_permissions_explain' => 'Это применит текущие настройки доступов этой книжной полки ко всем книгам, содержащимся внутри. Перед активацией убедитесь, что все изменения в доступах этой книжной полки сохранены.', + 'shelves_copy_permission_success' => 'Доступы книжной полки скопированы для :count books', /** * Chapters From b2a5d0778787266ee0efc424d9c0bb6d25f2d6b7 Mon Sep 17 00:00:00 2001 From: agvol Date: Sat, 23 Mar 2019 10:22:54 +0300 Subject: [PATCH 3/3] Update russian lang --- resources/lang/ru/entities.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/ru/entities.php b/resources/lang/ru/entities.php index 6eb76a9be..b72297684 100644 --- a/resources/lang/ru/entities.php +++ b/resources/lang/ru/entities.php @@ -238,6 +238,7 @@ return [ 'page_tags' => 'Теги страницы', 'chapter_tags' => 'Теги главы', 'book_tags' => 'Теги книги', + 'shelf_tags' => 'Теги полки', 'tag' => 'Тег', 'tags' => 'Теги', 'tag_value' => 'Значение тега (опционально)',