mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
New translations activities.php (Croatian)
This commit is contained in:
parent
943cb7810b
commit
82baab66cc
@ -6,7 +6,7 @@
|
||||
return [
|
||||
|
||||
// Pages
|
||||
'page_create' => 'stvorena stranica',
|
||||
'page_create' => 'kreirana stranica',
|
||||
'page_create_notification' => 'Stranica uspješno kreirana',
|
||||
'page_update' => 'ažurirana stranica',
|
||||
'page_update_notification' => 'Stranica uspješno ažurirana',
|
||||
@ -18,54 +18,54 @@ return [
|
||||
|
||||
// Chapters
|
||||
'chapter_create' => 'stvoreno poglavlje',
|
||||
'chapter_create_notification' => 'Chapter successfully created',
|
||||
'chapter_create_notification' => 'Poglavlje je uspješno stvoreno',
|
||||
'chapter_update' => 'ažurirano poglavlje',
|
||||
'chapter_update_notification' => 'Chapter successfully updated',
|
||||
'chapter_update_notification' => 'Poglavlje je uspješno ažurirano',
|
||||
'chapter_delete' => 'izbrisano poglavlje',
|
||||
'chapter_delete_notification' => 'Chapter successfully deleted',
|
||||
'chapter_delete_notification' => 'Poglavlje je uspješno izbrisano',
|
||||
'chapter_move' => 'premiješteno poglavlje',
|
||||
|
||||
// Books
|
||||
'book_create' => 'stvorena knjiga',
|
||||
'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_create_notification' => 'Knjiga je uspješno stvorena',
|
||||
'book_create_from_chapter' => 'pretvori poglavlje u knjigu',
|
||||
'book_create_from_chapter_notification' => 'Poglavlje je uspješno pretvoreno u knjigu',
|
||||
'book_update' => 'ažurirana knjiga',
|
||||
'book_update_notification' => 'Book successfully updated',
|
||||
'book_update_notification' => 'Knjiga je uspješno ažurirana',
|
||||
'book_delete' => 'izbrisana knjiga',
|
||||
'book_delete_notification' => 'Book successfully deleted',
|
||||
'book_delete_notification' => 'Knjiga je uspješno izbrisana',
|
||||
'book_sort' => 'razvrstana knjiga',
|
||||
'book_sort_notification' => 'Book successfully re-sorted',
|
||||
'book_sort_notification' => 'Knjiga je uspješno razvrstana',
|
||||
|
||||
// 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_create' => 'stvorena polica za knjige',
|
||||
'bookshelf_create_notification' => 'Polica za knjige je uspješno stvorena',
|
||||
'bookshelf_create_from_book' => 'prebaci knjigu na policu',
|
||||
'bookshelf_create_from_book_notification' => 'Poglavlje je uspješno pretvoreno u knjigu',
|
||||
'bookshelf_update' => 'ažurirana polica za knjige',
|
||||
'bookshelf_update_notification' => 'Bookshelf successfully updated',
|
||||
'bookshelf_update_notification' => 'Polica za knjige je uspješno ažurirana',
|
||||
'bookshelf_delete' => 'izbrisana polica za knjige',
|
||||
'bookshelf_delete_notification' => 'Bookshelf successfully deleted',
|
||||
'bookshelf_delete_notification' => 'Polica za knjige je uspješno izbrisana',
|
||||
|
||||
// Favourites
|
||||
'favourite_add_notification' => '":name" has been added to your favourites',
|
||||
'favourite_remove_notification' => '":name" has been removed from your favourites',
|
||||
'favourite_add_notification' => '".ime" će biti dodano u tvoje favorite',
|
||||
'favourite_remove_notification' => '".ime" je uspješno maknuta iz tvojih favorita',
|
||||
|
||||
// MFA
|
||||
'mfa_setup_method_notification' => 'Multi-factor method successfully configured',
|
||||
'mfa_remove_method_notification' => 'Multi-factor method successfully removed',
|
||||
'mfa_setup_method_notification' => 'Metoda više-čimbenika je uspješno konfigurirana',
|
||||
'mfa_remove_method_notification' => 'Metoda više-čimbenika je uspješno izbrisana',
|
||||
|
||||
// Webhooks
|
||||
'webhook_create' => 'created webhook',
|
||||
'webhook_create_notification' => 'Webhook successfully created',
|
||||
'webhook_update' => 'updated webhook',
|
||||
'webhook_update_notification' => 'Webhook successfully updated',
|
||||
'webhook_delete' => 'deleted webhook',
|
||||
'webhook_delete_notification' => 'Webhook successfully deleted',
|
||||
'webhook_create' => 'web knjiga je kreirana',
|
||||
'webhook_create_notification' => 'Web knjiga je uspješno kreirana',
|
||||
'webhook_update' => 'web knjiga je ažurirana',
|
||||
'webhook_update_notification' => 'Web knjiga je uspješno ažurirana',
|
||||
'webhook_delete' => 'web knjiga je izbrisana',
|
||||
'webhook_delete_notification' => 'Web knjga je uspješno izbrisana',
|
||||
|
||||
// Users
|
||||
'user_update_notification' => 'User successfully updated',
|
||||
'user_delete_notification' => 'User successfully removed',
|
||||
'user_update_notification' => 'Korisnik je uspješno ažuriran',
|
||||
'user_delete_notification' => 'Korisnik je uspješno uklonjen',
|
||||
|
||||
// Other
|
||||
'commented_on' => 'komentirano',
|
||||
|
Loading…
Reference in New Issue
Block a user