mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-31 15:24:31 +03:00
Updated translations with latest Crowdin changes (#4462)
This commit is contained in:
@ -104,7 +104,7 @@ return [
|
||||
'shelves_delete_confirmation' => 'Are you sure you want to delete this shelf?',
|
||||
'shelves_permissions' => 'Permisiuni raft',
|
||||
'shelves_permissions_updated' => 'Permisiunile raftului au fost actualizate',
|
||||
'shelves_permissions_active' => 'Shelf Permissions Active',
|
||||
'shelves_permissions_active' => 'Permisiuni raft active',
|
||||
'shelves_permissions_cascade_warning' => 'Permissions on shelves do not automatically cascade to contained books. This is because a book can exist on multiple shelves. Permissions can however be copied down to child books using the option found below.',
|
||||
'shelves_permissions_create' => 'Shelf create permissions are only used for copying permissions to child books using the action below. They do not control the ability to create books.',
|
||||
'shelves_copy_permissions_to_books' => 'Copiază permisiunile către cărți',
|
||||
@ -157,9 +157,9 @@ return [
|
||||
'books_sort_move_prev_book' => 'Move to Previous Book',
|
||||
'books_sort_move_next_book' => 'Move to Next Book',
|
||||
'books_sort_move_prev_chapter' => 'Move Into Previous Chapter',
|
||||
'books_sort_move_next_chapter' => 'Move Into Next Chapter',
|
||||
'books_sort_move_book_start' => 'Move to Start of Book',
|
||||
'books_sort_move_book_end' => 'Move to End of Book',
|
||||
'books_sort_move_next_chapter' => 'Mergi la următorul capitol',
|
||||
'books_sort_move_book_start' => 'Sari la începutul cârtii',
|
||||
'books_sort_move_book_end' => 'Sari la sfârșitul cârtii',
|
||||
'books_sort_move_before_chapter' => 'Move to Before Chapter',
|
||||
'books_sort_move_after_chapter' => 'Move to After Chapter',
|
||||
'books_copy' => 'Copiază cartea',
|
||||
@ -412,21 +412,21 @@ return [
|
||||
'watch_desc_default' => 'Revert watching to just your default notification preferences.',
|
||||
'watch_title_ignore' => 'Ignore',
|
||||
'watch_desc_ignore' => 'Ignore all notifications, including those from user-level preferences.',
|
||||
'watch_title_new' => 'New Pages',
|
||||
'watch_title_new' => 'Pagina Nouă',
|
||||
'watch_desc_new' => 'Notify when any new page is created within this item.',
|
||||
'watch_title_updates' => 'All Page Updates',
|
||||
'watch_desc_updates' => 'Notify upon all new pages and page changes.',
|
||||
'watch_desc_updates_page' => 'Notify upon all page changes.',
|
||||
'watch_title_comments' => 'All Page Updates & Comments',
|
||||
'watch_desc_comments' => 'Notify upon all new pages, page changes and new comments.',
|
||||
'watch_desc_comments_page' => 'Notify upon page changes and new comments.',
|
||||
'watch_change_default' => 'Change default notification preferences',
|
||||
'watch_detail_ignore' => 'Ignoring notifications',
|
||||
'watch_detail_new' => 'Watching for new pages',
|
||||
'watch_detail_updates' => 'Watching new pages and updates',
|
||||
'watch_detail_comments' => 'Watching new pages, updates & comments',
|
||||
'watch_detail_parent_book' => 'Watching via parent book',
|
||||
'watch_detail_parent_book_ignore' => 'Ignoring via parent book',
|
||||
'watch_detail_parent_chapter' => 'Watching via parent chapter',
|
||||
'watch_detail_parent_chapter_ignore' => 'Ignoring via parent chapter',
|
||||
'watch_title_updates' => 'Toate actualizările paginii',
|
||||
'watch_desc_updates' => 'Notifică atunci când o pagină este editată sau creată.',
|
||||
'watch_desc_updates_page' => 'Notifică la toate modificările paginii.',
|
||||
'watch_title_comments' => 'Toate actualizările și comentariile paginii',
|
||||
'watch_desc_comments' => 'Notifică la toate paginile noi, editările de pagină și comentariile noi.',
|
||||
'watch_desc_comments_page' => 'Notifică la toate paginile noi, editările de pagină și comentariile noi.',
|
||||
'watch_change_default' => 'Schimbă preferințele implicite de notificare',
|
||||
'watch_detail_ignore' => 'Se ignoră notificările',
|
||||
'watch_detail_new' => 'Urmărire pagini noi',
|
||||
'watch_detail_updates' => 'Urmărire pagini noi şi actualizări',
|
||||
'watch_detail_comments' => 'Urmărire pagini noi, actualizări și comentarii',
|
||||
'watch_detail_parent_book' => 'Se uită prin cartea părinte',
|
||||
'watch_detail_parent_book_ignore' => 'Ignorare prin intermediul cărţii părinte',
|
||||
'watch_detail_parent_chapter' => 'Urmărire prin capitolul părinte',
|
||||
'watch_detail_parent_chapter_ignore' => 'Urmărire prin capitolul părinte',
|
||||
];
|
||||
|
Reference in New Issue
Block a user