BookStack/resources/lang/sl/activities.php

49 lines
2.0 KiB
PHP
Raw Normal View History

<?php
/**
* Activity text strings.
* Is used for all the text within activity logs & notifications.
*/
return [
// Pages
'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' => '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' => 'knjiga ustvarjena',
'book_create_notification' => 'Knjiga Uspešno Usvarjena',
'book_update' => 'knjiga posodobljena',
'book_update_notification' => 'Uspešno posodobljeno',
'book_delete' => 'izbrisana knjiga',
'book_delete_notification' => 'Uspešno izbrisano',
'book_sort' => 'sorted book',
'book_sort_notification' => 'Book Successfully Re-sorted',
// Bookshelves
'bookshelf_create' => 'created Bookshelf',
'bookshelf_create_notification' => 'Bookshelf Successfully Created',
'bookshelf_update' => 'updated bookshelf',
'bookshelf_update_notification' => 'Bookshelf Successfully Updated',
'bookshelf_delete' => 'deleted bookshelf',
'bookshelf_delete_notification' => 'Bookshelf Successfully Deleted',
// Other
'commented_on' => 'commented on',
];