mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-24 20:44:11 +00:00
New translations activities.php (Slovenian)
This commit is contained in:
parent
7d690eb13f
commit
f45b6c6c82
1 changed files with 20 additions and 20 deletions
|
@ -6,30 +6,30 @@
|
|||
return [
|
||||
|
||||
// Pages
|
||||
'page_create' => 'created page',
|
||||
'page_create_notification' => 'Page Successfully Created',
|
||||
'page_update' => 'updated page',
|
||||
'page_update_notification' => 'Page Successfully Updated',
|
||||
'page_delete' => 'deleted page',
|
||||
'page_delete_notification' => 'Page Successfully Deleted',
|
||||
'page_restore' => 'restored page',
|
||||
'page_restore_notification' => 'Page Successfully Restored',
|
||||
'page_move' => 'moved page',
|
||||
'page_create' => 'ustvarjena stran',
|
||||
'page_create_notification' => 'Zapis uspešno ustvarjen',
|
||||
'page_update' => 'nadgrajena stran',
|
||||
'page_update_notification' => 'Uspešno posodobljeno',
|
||||
'page_delete' => 'izbrisana stran',
|
||||
'page_delete_notification' => 'Uspešno izbrisano',
|
||||
'page_restore' => 'obnovljena stran',
|
||||
'page_restore_notification' => 'Uspešna obnovitev',
|
||||
'page_move' => 'premaknjena stran',
|
||||
|
||||
// Chapters
|
||||
'chapter_create' => 'created chapter',
|
||||
'chapter_create_notification' => 'Chapter Successfully Created',
|
||||
'chapter_update' => 'updated chapter',
|
||||
'chapter_update_notification' => 'Chapter Successfully Updated',
|
||||
'chapter_delete' => 'deleted chapter',
|
||||
'chapter_delete_notification' => 'Chapter Successfully Deleted',
|
||||
'chapter_move' => 'moved chapter',
|
||||
'chapter_create' => 'ustvarjeno poglavje',
|
||||
'chapter_create_notification' => 'Zapis uspešno ustvarjen',
|
||||
'chapter_update' => 'nadgradi poglavje',
|
||||
'chapter_update_notification' => 'Uspešno posodobljeno',
|
||||
'chapter_delete' => 'izbrisano poglavje',
|
||||
'chapter_delete_notification' => 'Uspešno izbrisano',
|
||||
'chapter_move' => 'premaknjeno poglavje',
|
||||
|
||||
// Books
|
||||
'book_create' => 'created book',
|
||||
'book_create_notification' => 'Book Successfully Created',
|
||||
'book_update' => 'updated book',
|
||||
'book_update_notification' => 'Book Successfully Updated',
|
||||
'book_create' => 'knjiga ustvarjena',
|
||||
'book_create_notification' => 'Knjiga Uspešno Usvarjena',
|
||||
'book_update' => 'knjiga posodobljena',
|
||||
'book_update_notification' => 'Uspešno posodobljeno',
|
||||
'book_delete' => 'deleted book',
|
||||
'book_delete_notification' => 'Book Successfully Deleted',
|
||||
'book_sort' => 'sorted book',
|
||||
|
|
Loading…
Add table
Reference in a new issue