New translations activities.php (Slovenian)
This commit is contained in:
parent
0482ff28cb
commit
77d5ab82a0
1 changed files with 70 additions and 70 deletions
|
@ -7,117 +7,117 @@ return [
|
|||
|
||||
// Pages
|
||||
'page_create' => 'ustvarjena stran',
|
||||
'page_create_notification' => 'Page successfully created',
|
||||
'page_create_notification' => 'Stran uspešno ustvarjena',
|
||||
'page_update' => 'posodobljena stran',
|
||||
'page_update_notification' => 'Page successfully updated',
|
||||
'page_update_notification' => 'Stran uspešno posodobljena',
|
||||
'page_delete' => 'izbrisana stran',
|
||||
'page_delete_notification' => 'Page successfully deleted',
|
||||
'page_delete_notification' => 'Stran uspešno izbrisana',
|
||||
'page_restore' => 'obnovljena stran',
|
||||
'page_restore_notification' => 'Page successfully restored',
|
||||
'page_restore_notification' => 'Stran uspešno obnovljena',
|
||||
'page_move' => 'premaknjena stran',
|
||||
'page_move_notification' => 'Page successfully moved',
|
||||
'page_move_notification' => 'Stran uspešno premaknjena',
|
||||
|
||||
// Chapters
|
||||
'chapter_create' => 'ustvarjeno poglavje',
|
||||
'chapter_create_notification' => 'Chapter successfully created',
|
||||
'chapter_create_notification' => 'Poglavje uspešno ustvarjeno',
|
||||
'chapter_update' => 'posodobljeno poglavje',
|
||||
'chapter_update_notification' => 'Chapter successfully updated',
|
||||
'chapter_update_notification' => 'Poglavje uspešno posodobljeno',
|
||||
'chapter_delete' => 'izbrisano poglavje',
|
||||
'chapter_delete_notification' => 'Chapter successfully deleted',
|
||||
'chapter_delete_notification' => 'Poglavje uspešno izbrisano',
|
||||
'chapter_move' => 'premaknjeno poglavje',
|
||||
'chapter_move_notification' => 'Chapter successfully moved',
|
||||
'chapter_move_notification' => 'Poglavje uspešno premaknjeno',
|
||||
|
||||
// Books
|
||||
'book_create' => 'knjiga ustvarjena',
|
||||
'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 uspešno ustvarjena',
|
||||
'book_create_from_chapter' => 'poglavje pretvorjeno v knjigo',
|
||||
'book_create_from_chapter_notification' => 'Poglavje uspešno pretvorjeno v knjigo',
|
||||
'book_update' => 'knjiga posodobljena',
|
||||
'book_update_notification' => 'Book successfully updated',
|
||||
'book_update_notification' => 'Knjiga uspešno posodobljena',
|
||||
'book_delete' => 'izbrisana knjiga',
|
||||
'book_delete_notification' => 'Book successfully deleted',
|
||||
'book_delete_notification' => 'Knjiga uspešno izbrisana',
|
||||
'book_sort' => 'razvrščena knjiga',
|
||||
'book_sort_notification' => 'Book successfully re-sorted',
|
||||
'book_sort_notification' => 'Knjiga uspešno razvrščena',
|
||||
|
||||
// Bookshelves
|
||||
'bookshelf_create' => 'created shelf',
|
||||
'bookshelf_create_notification' => 'Shelf successfully created',
|
||||
'bookshelf_create_from_book' => 'converted book to shelf',
|
||||
'bookshelf_create_from_book_notification' => 'Book successfully converted to a shelf',
|
||||
'bookshelf_update' => 'updated shelf',
|
||||
'bookshelf_update_notification' => 'Shelf successfully updated',
|
||||
'bookshelf_delete' => 'deleted shelf',
|
||||
'bookshelf_delete_notification' => 'Shelf successfully deleted',
|
||||
'bookshelf_create' => 'knjižna polica ustvarjena',
|
||||
'bookshelf_create_notification' => 'Knjižna polica uspešno ustvarjena',
|
||||
'bookshelf_create_from_book' => 'knjiga pretvorjena v knjižno polico',
|
||||
'bookshelf_create_from_book_notification' => 'Knjiga uspešno pretvorjena v knjižno polico',
|
||||
'bookshelf_update' => 'knjižna polica posodobljena',
|
||||
'bookshelf_update_notification' => 'Knjižna polica uspešno posodobljena',
|
||||
'bookshelf_delete' => 'knjižna polica izbrisana',
|
||||
'bookshelf_delete_notification' => 'Knjižna polica uspešno izbrisana',
|
||||
|
||||
// Revisions
|
||||
'revision_restore' => 'restored revision',
|
||||
'revision_delete' => 'deleted revision',
|
||||
'revision_delete_notification' => 'Revision successfully deleted',
|
||||
'revision_restore' => 'obnovljena različica',
|
||||
'revision_delete' => 'izbrisana različica',
|
||||
'revision_delete_notification' => 'Različica uspeš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' => '":name" dodan med priljubljene',
|
||||
'favourite_remove_notification' => '":name" odstranjen iz priljubljenih',
|
||||
|
||||
// Watching
|
||||
'watch_update_level_notification' => 'Watch preferences successfully updated',
|
||||
'watch_update_level_notification' => 'Nastavitve opazovanja uspešno posodobljene',
|
||||
|
||||
// Auth
|
||||
'auth_login' => 'logged in',
|
||||
'auth_register' => 'registered as new user',
|
||||
'auth_password_reset_request' => 'requested user password reset',
|
||||
'auth_password_reset_update' => 'reset user password',
|
||||
'mfa_setup_method' => 'configured MFA method',
|
||||
'mfa_setup_method_notification' => 'Multi-factor method successfully configured',
|
||||
'mfa_remove_method' => 'removed MFA method',
|
||||
'mfa_remove_method_notification' => 'Multi-factor method successfully removed',
|
||||
'auth_login' => 'prijavljen',
|
||||
'auth_register' => 'registriran kot nov uporabnik',
|
||||
'auth_password_reset_request' => 'zahteva ponastavitev uporabniškega gesla',
|
||||
'auth_password_reset_update' => 'ponastavitev uporabniškega gesla',
|
||||
'mfa_setup_method' => 'nastavljena metoda MFA',
|
||||
'mfa_setup_method_notification' => 'Večfaktorska avtentikacija (MFA) uspešno nastavljena',
|
||||
'mfa_remove_method' => 'odstranjena metoda MFA',
|
||||
'mfa_remove_method_notification' => 'Večfaktorska avtentikacija (MFA) uspešno odstranjena',
|
||||
|
||||
// Settings
|
||||
'settings_update' => 'updated settings',
|
||||
'settings_update_notification' => 'Settings successfully updated',
|
||||
'maintenance_action_run' => 'ran maintenance action',
|
||||
'settings_update' => 'posodobitev nastavitev',
|
||||
'settings_update_notification' => 'Nastavitve uspešno posodobljene',
|
||||
'maintenance_action_run' => 'zagnano vzdrževanje',
|
||||
|
||||
// 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' => 'ustvarjen webhook',
|
||||
'webhook_create_notification' => 'Webhook uspešno ustvarjen',
|
||||
'webhook_update' => 'posodobljen webhook',
|
||||
'webhook_update_notification' => 'Webhook uspešno posodobljen',
|
||||
'webhook_delete' => 'izbrisan webhook',
|
||||
'webhook_delete_notification' => 'Webhook uspešno izbrisan',
|
||||
|
||||
// Users
|
||||
'user_create' => 'created user',
|
||||
'user_create_notification' => 'User successfully created',
|
||||
'user_update' => 'updated user',
|
||||
'user_update_notification' => 'User successfully updated',
|
||||
'user_delete' => 'deleted user',
|
||||
'user_delete_notification' => 'User successfully removed',
|
||||
'user_create' => 'ustvarjen uporabnik',
|
||||
'user_create_notification' => 'Uporabnik uspešno ustvarjen',
|
||||
'user_update' => 'posodobljen uporabnik',
|
||||
'user_update_notification' => 'Uporabnik uspešno posodobljen',
|
||||
'user_delete' => 'uporabnik izbrisan',
|
||||
'user_delete_notification' => 'Uporabnik uspešno izbrisan',
|
||||
|
||||
// API Tokens
|
||||
'api_token_create' => 'created api token',
|
||||
'api_token_create_notification' => 'API token successfully created',
|
||||
'api_token_update' => 'updated api token',
|
||||
'api_token_update_notification' => 'API token successfully updated',
|
||||
'api_token_delete' => 'deleted api token',
|
||||
'api_token_delete_notification' => 'API token successfully deleted',
|
||||
'api_token_create' => 'ustvarjen žeton api',
|
||||
'api_token_create_notification' => 'Žeton API uspešno ustvarjen',
|
||||
'api_token_update' => 'posodobljen žeton api',
|
||||
'api_token_update_notification' => 'Žeton API uspešno posodobljen',
|
||||
'api_token_delete' => 'izbrisan žeton api',
|
||||
'api_token_delete_notification' => 'Žeton API uspešno izbrisan',
|
||||
|
||||
// Roles
|
||||
'role_create' => 'created role',
|
||||
'role_create_notification' => 'Role successfully created',
|
||||
'role_update' => 'updated role',
|
||||
'role_update_notification' => 'Role successfully updated',
|
||||
'role_delete' => 'deleted role',
|
||||
'role_delete_notification' => 'Role successfully deleted',
|
||||
'role_create' => 'ustvarjena vloga',
|
||||
'role_create_notification' => 'Vloga uspešno ustvarjena',
|
||||
'role_update' => 'posodobljena vloga',
|
||||
'role_update_notification' => 'Vloga uspešno posodobljena',
|
||||
'role_delete' => 'izbrisana vloga',
|
||||
'role_delete_notification' => 'Vloga uspešno izbrisana',
|
||||
|
||||
// Recycle Bin
|
||||
'recycle_bin_empty' => 'emptied recycle bin',
|
||||
'recycle_bin_restore' => 'restored from recycle bin',
|
||||
'recycle_bin_destroy' => 'removed from recycle bin',
|
||||
'recycle_bin_empty' => 'izpraznjen koš',
|
||||
'recycle_bin_restore' => 'obnovljeno iz koša',
|
||||
'recycle_bin_destroy' => 'odstranjeno iz koša',
|
||||
|
||||
// Comments
|
||||
'commented_on' => 'komentar na',
|
||||
'comment_create' => 'added comment',
|
||||
'comment_update' => 'updated comment',
|
||||
'comment_delete' => 'deleted comment',
|
||||
'comment_create' => 'dodan komentar',
|
||||
'comment_update' => 'posodobljen komentar',
|
||||
'comment_delete' => 'izbrisan komentar',
|
||||
|
||||
// Other
|
||||
'permissions_update' => 'pravice so posodobljene',
|
||||
|
|
Loading…
Reference in a new issue