'pages_editing_page' => 'Lehe muutmine',
'pages_edit_draft_save_at' => 'Mustand salvestatud ',
'pages_edit_delete_draft' => 'Kustuta mustand',
- 'pages_edit_delete_draft_confirm' => 'Are you sure you want to delete your draft page changes? All of your changes, since the last full save, will be lost and the editor will be updated with the latest page non-draft save state.',
+ 'pages_edit_delete_draft_confirm' => 'Kas oled kindel, et soovid mustandi muudatused kustutada? Kõik viimasest salvestamisest saadik tehtud muudatused kaovad ning redaktorisse laetakse viimati salvestatud seis.',
'pages_edit_discard_draft' => 'Loobu mustandist',
'pages_edit_switch_to_markdown' => 'Kasuta Markdown redaktorit',
'pages_edit_switch_to_markdown_clean' => '(Puhas sisu)',
'pages_md_insert_drawing' => 'Lisa joonis',
'pages_md_show_preview' => 'Näita eelvaadet',
'pages_md_sync_scroll' => 'Sünkrooni eelvaate kerimine',
+ 'pages_drawing_unsaved' => 'Unsaved Drawing Found',
+ 'pages_drawing_unsaved_confirm' => 'Unsaved drawing data was found from a previous failed drawing save attempt. Would you like to restore and continue editing this unsaved drawing?',
'pages_not_in_chapter' => 'Leht ei kuulu peatüki alla',
'pages_move' => 'Liiguta leht',
'pages_copy' => 'Kopeeri leht',
'pages_revisions_restore' => 'Taasta',
'pages_revisions_none' => 'Sellel lehel ei ole redaktsioone',
'pages_copy_link' => 'Kopeeri link',
- 'pages_edit_content_link' => 'Jump to section in editor',
+ 'pages_edit_content_link' => 'Hüppa redaktoris sektsioonini',
'pages_pointer_enter_mode' => 'Enter section select mode',
- 'pages_pointer_label' => 'Page Section Options',
+ 'pages_pointer_label' => 'Lehe sektsiooni valikud',
'pages_pointer_permalink' => 'Page Section Permalink',
'pages_pointer_include_tag' => 'Page Section Include Tag',
'pages_pointer_toggle_link' => 'Permalink mode, Press to show include tag',
'time_b' => 'viimase :minCount minuti jooksul',
'message' => ':start :time. Ärge teineteise muudatusi üle kirjutage!',
],
- 'pages_draft_discarded' => 'Draft discarded! The editor has been updated with the current page content',
- 'pages_draft_deleted' => 'Draft deleted! The editor has been updated with the current page content',
+ 'pages_draft_discarded' => 'Mustand ära visatud! Redaktorisse laeti lehe värske sisu',
+ 'pages_draft_deleted' => 'Mustand kustutatud! Redaktorisse laeti lehe värske sisu',
'pages_specific' => 'Spetsiifiline leht',
'pages_is_template' => 'Lehe mall',
'comment_new' => 'Uus kommentaar',
'comment_created' => 'kommenteeris :createDiff',
'comment_updated' => 'Muudetud :updateDiff :username poolt',
- 'comment_updated_indicator' => 'Updated',
+ 'comment_updated_indicator' => 'Uuendatud',
'comment_deleted_success' => 'Kommentaar kustutatud',
'comment_created_success' => 'Kommentaar lisatud',
'comment_updated_success' => 'Kommentaar muudetud',
'references' => 'Viited',
'references_none' => 'Sellele objektile ei ole viiteid.',
'references_to_desc' => 'Allpool on kõik teadaolevad lehed, mis sellele objektile viitavad.',
+
+ // Watch Options
+ 'watch' => 'Watch',
+ 'watch_title_default' => 'Default Preferences',
+ '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_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',
];