1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-09 10:22:51 +03:00

New Crowdin updates (#3428)

This commit is contained in:
Dan Brown
2022-06-24 11:35:59 +01:00
committed by GitHub
parent f69af8933c
commit ed981cbab1
180 changed files with 2892 additions and 589 deletions

View File

@@ -28,6 +28,8 @@ return [
// Books
'book_create' => 'sukurta knyga',
'book_create_notification' => 'Book successfully created',
'book_create_from_chapter' => 'converted chapter to book',
'book_create_from_chapter_notification' => 'Chapter successfully converted to a book',
'book_update' => 'atnaujinta knyga',
'book_update_notification' => 'Book successfully updated',
'book_delete' => 'ištrinta knyga',
@@ -38,6 +40,8 @@ return [
// Bookshelves
'bookshelf_create' => 'created bookshelf',
'bookshelf_create_notification' => 'Bookshelf successfully created',
'bookshelf_create_from_book' => 'converted book to bookshelf',
'bookshelf_create_from_book_notification' => 'Book successfully converted to a shelf',
'bookshelf_update' => 'atnaujinta knygų lentyna',
'bookshelf_update_notification' => 'Bookshelf successfully updated',
'bookshelf_delete' => 'ištrinta knygų lentyna',