]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/he/entities.php
Fixed failing test after drawio default url change
[bookstack] / resources / lang / he / entities.php
index f7e3779f7902208723f0e6a4c483c6b6b6e37fb9..d0add8d2e3bf34f485a2853eae91fdadf3c3794d 100644 (file)
@@ -22,10 +22,13 @@ return [
     'meta_created_name' => 'נוצר :timeLength על ידי :user',
     'meta_updated' => 'עודכן :timeLength',
     'meta_updated_name' => 'עודכן :timeLength על ידי :user',
+    'meta_owned_name' => 'Owned by :user',
     'entity_select' => 'בחר יישות',
     'images' => 'תמונות',
     'my_recent_drafts' => 'הטיוטות האחרונות שלי',
     'my_recently_viewed' => 'הנצפים לאחרונה שלי',
+    'my_most_viewed_favourites' => 'My Most Viewed Favourites',
+    'my_favourites' => 'המועדפים שלי',
     'no_pages_viewed' => 'לא צפית בדפים כלשהם',
     'no_pages_recently_created' => 'לא נוצרו דפים לאחרונה',
     'no_pages_recently_updated' => 'לא עודכנו דפים לאחרונה',
@@ -33,12 +36,14 @@ return [
     'export_html' => 'דף אינטרנט',
     'export_pdf' => 'קובץ PDF',
     'export_text' => 'טקסט רגיל',
+    'export_md' => 'קובץ Markdown',
 
     // Permissions and restrictions
     'permissions' => 'הרשאות',
     'permissions_intro' => 'ברגע שמסומן, הרשאות אלו יגברו על כל הרשאת תפקיד שקיימת',
     'permissions_enable' => 'הפעל הרשאות מותאמות אישית',
     'permissions_save' => 'שמור הרשאות',
+    'permissions_owner' => 'בעלים',
 
     // Search
     'search_results' => 'תוצאות חיפוש',
@@ -47,7 +52,8 @@ return [
     'search_no_pages' => 'לא נמצאו דפים התואמים לחיפוש',
     'search_for_term' => 'חפש את :term',
     'search_more' => 'תוצאות נוספות',
-    'search_filters' => 'מסנני חיפוש',
+    'search_advanced' => 'חיפוש מתקדם',
+    'search_terms' => 'מילות חיפוש',
     'search_content_type' => 'סוג התוכן',
     'search_exact_matches' => 'התאמות מדויקות',
     'search_tags' => 'חפש בתגים',
@@ -57,6 +63,7 @@ return [
     'search_permissions_set' => 'סט הרשאות',
     'search_created_by_me' => 'שנוצרו על ידי',
     'search_updated_by_me' => 'שעודכנו על ידי',
+    'search_owned_by_me' => 'בבעלות שלי',
     'search_date_options' => 'אפשרויות תאריך',
     'search_updated_before' => 'שעודכנו לפני',
     'search_updated_after' => 'שעודכנו לאחר',
@@ -92,6 +99,7 @@ return [
     'shelves_permissions' => 'הרשאות מדף',
     'shelves_permissions_updated' => 'הרשאות מדף עודכנו',
     'shelves_permissions_active' => 'הרשאות מדף פעילות',
+    'shelves_permissions_cascade_warning' => 'Permissions on bookshelves 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_copy_permissions_to_books' => 'העתק הרשאות מדף אל הספרים',
     'shelves_copy_permissions' => 'העתק הרשאות',
     'shelves_copy_permissions_explain' => 'פעולה זו תעתיק את כל הרשאות המדף לכל הספרים המשוייכים למדף זה. לפני הביצוע, יש לוודא שכל הרשאות המדף אכן נשמרו.',
@@ -135,170 +143,205 @@ return [
     'books_sort_chapters_last' => 'פרקים בסוף',
     'books_sort_show_other' => 'הצג ספרים אחרונים',
     'books_sort_save' => 'שמור את הסדר החדש',
+    'books_copy' => 'העתק ספר',
+    'books_copy_success' => 'ספר הועתק בהצלחה',
 
     // Chapters
-    'chapter' => 'Chapter',
-    'chapters' => 'Chapters',
-    'x_chapters' => ':count Chapter|:count Chapters',
-    'chapters_popular' => 'Popular Chapters',
-    'chapters_new' => 'New Chapter',
-    'chapters_create' => 'Create New Chapter',
-    'chapters_delete' => 'Delete Chapter',
-    'chapters_delete_named' => 'Delete Chapter :chapterName',
-    'chapters_delete_explain' => 'This will delete the chapter with the name \':chapterName\'. All pages will be removed and added directly to the parent book.',
-    'chapters_delete_confirm' => 'Are you sure you want to delete this chapter?',
-    'chapters_edit' => 'Edit Chapter',
-    'chapters_edit_named' => 'Edit Chapter :chapterName',
-    'chapters_save' => 'Save Chapter',
-    'chapters_move' => 'Move Chapter',
-    'chapters_move_named' => 'Move Chapter :chapterName',
-    'chapter_move_success' => 'Chapter moved to :bookName',
-    'chapters_permissions' => 'Chapter Permissions',
-    'chapters_empty' => 'No pages are currently in this chapter.',
-    'chapters_permissions_active' => 'Chapter Permissions Active',
-    'chapters_permissions_success' => 'Chapter Permissions Updated',
-    'chapters_search_this' => 'Search this chapter',
+    'chapter' => 'פרק',
+    'chapters' => 'פרקים',
+    'x_chapters' => ':count פרק|:count פרקים',
+    'chapters_popular' => 'פרקים פופולריים',
+    'chapters_new' => 'פרק חדש',
+    'chapters_create' => 'צור פרק חדש',
+    'chapters_delete' => 'מחק פרק',
+    'chapters_delete_named' => 'מחק את פרק :chapterName',
+    'chapters_delete_explain' => 'This will delete the chapter with the name \':chapterName\'. All pages that exist within this chapter will also be deleted.',
+    'chapters_delete_confirm' => 'האם ברצונך למחוק פרק זה?',
+    'chapters_edit' => 'ערוך פרק',
+    'chapters_edit_named' => 'ערוך פרק :chapterName',
+    'chapters_save' => 'שמור פרק',
+    'chapters_move' => 'העבר פרק',
+    'chapters_move_named' => 'העבר פרק :chapterName',
+    'chapter_move_success' => 'הפרק הועבר אל :bookName',
+    'chapters_copy' => 'העתק פרק',
+    'chapters_copy_success' => 'פרק הועתק בהצלחה',
+    'chapters_permissions' => 'הרשאות פרק',
+    'chapters_empty' => 'לא נמצאו דפים בפרק זה.',
+    'chapters_permissions_active' => 'הרשאות פרק פעילות',
+    'chapters_permissions_success' => 'הרשאות פרק עודכנו',
+    'chapters_search_this' => 'חפש בפרק זה',
 
     // Pages
-    'page' => 'Page',
-    'pages' => 'Pages',
-    'x_pages' => ':count Page|:count Pages',
-    'pages_popular' => 'Popular Pages',
-    'pages_new' => 'New Page',
-    'pages_attachments' => 'Attachments',
-    'pages_navigation' => 'Page Navigation',
-    'pages_delete' => 'Delete Page',
-    'pages_delete_named' => 'Delete Page :pageName',
-    'pages_delete_draft_named' => 'Delete Draft Page :pageName',
-    'pages_delete_draft' => 'Delete Draft Page',
-    'pages_delete_success' => 'Page deleted',
-    'pages_delete_draft_success' => 'Draft page deleted',
-    'pages_delete_confirm' => 'Are you sure you want to delete this page?',
-    'pages_delete_draft_confirm' => 'Are you sure you want to delete this draft page?',
-    'pages_editing_named' => 'Editing Page :pageName',
-    'pages_edit_save_draft' => 'Save Draft',
-    'pages_edit_draft' => 'Edit Page Draft',
-    'pages_editing_draft' => 'Editing Draft',
-    'pages_editing_page' => 'Editing Page',
-    'pages_edit_draft_save_at' => 'Draft saved at ',
-    'pages_edit_delete_draft' => 'Delete Draft',
-    'pages_edit_discard_draft' => 'Discard Draft',
-    'pages_edit_set_changelog' => 'Set Changelog',
-    'pages_edit_enter_changelog_desc' => 'Enter a brief description of the changes you\'ve made',
-    'pages_edit_enter_changelog' => 'Enter Changelog',
-    'pages_save' => 'Save Page',
-    'pages_title' => 'Page Title',
-    'pages_name' => 'Page Name',
-    'pages_md_editor' => 'Editor',
-    'pages_md_preview' => 'Preview',
-    'pages_md_insert_image' => 'Insert Image',
-    'pages_md_insert_link' => 'Insert Entity Link',
-    'pages_md_insert_drawing' => 'Insert Drawing',
-    'pages_not_in_chapter' => 'Page is not in a chapter',
-    'pages_move' => 'Move Page',
-    'pages_move_success' => 'Page moved to ":parentName"',
-    'pages_copy' => 'Copy Page',
-    'pages_copy_desination' => 'Copy Destination',
-    'pages_copy_success' => 'Page successfully copied',
-    'pages_permissions' => 'Page Permissions',
-    'pages_permissions_success' => 'Page permissions updated',
-    'pages_revision' => 'Revision',
-    'pages_revisions' => 'Page Revisions',
-    'pages_revisions_named' => 'Page Revisions for :pageName',
-    'pages_revision_named' => 'Page Revision for :pageName',
-    'pages_revisions_created_by' => 'Created By',
-    'pages_revisions_date' => 'Revision Date',
+    'page' => 'דף',
+    'pages' => 'דפים',
+    'x_pages' => ':count דף|:count דפים',
+    'pages_popular' => 'דפים פופולריים',
+    'pages_new' => 'דף חדש',
+    'pages_attachments' => 'קבצים מצורפים',
+    'pages_navigation' => 'ניווט בדף',
+    'pages_delete' => 'מחק דף',
+    'pages_delete_named' => 'מחק דף :pageName',
+    'pages_delete_draft_named' => 'מחק טיוטת דף :pageName',
+    'pages_delete_draft' => 'מחק טיוטת דף',
+    'pages_delete_success' => 'הדף נמחק',
+    'pages_delete_draft_success' => 'טיוטת דף נמחקה',
+    'pages_delete_confirm' => 'האם ברצונך למחוק דף זה?',
+    'pages_delete_draft_confirm' => 'האם ברצונך למחוק את טיוטת הדף הזה?',
+    'pages_editing_named' => 'עריכת דף :pageName',
+    'pages_edit_draft_options' => 'אפשרויות טיוטה',
+    'pages_edit_save_draft' => 'שמור טיוטה',
+    'pages_edit_draft' => 'ערוך טיוטת דף',
+    'pages_editing_draft' => 'עריכת טיוטה',
+    'pages_editing_page' => 'עריכת דף',
+    'pages_edit_draft_save_at' => 'טיוטה נשמרה ב ',
+    'pages_edit_delete_draft' => 'מחק טיוטה',
+    'pages_edit_discard_draft' => 'התעלם מהטיוטה',
+    'pages_edit_set_changelog' => 'הגדר יומן שינויים',
+    'pages_edit_enter_changelog_desc' => 'ציין תיאור קצר אודות השינויים שביצעת',
+    'pages_edit_enter_changelog' => 'הכנס יומן שינויים',
+    'pages_save' => 'שמור דף',
+    'pages_title' => 'כותרת דף',
+    'pages_name' => 'שם הדף',
+    'pages_md_editor' => 'עורך',
+    'pages_md_preview' => 'תצוגה מקדימה',
+    'pages_md_insert_image' => 'הכנס תמונה',
+    'pages_md_insert_link' => 'הכנס קישור ליישות',
+    'pages_md_insert_drawing' => 'הכנס סרטוט',
+    'pages_not_in_chapter' => 'דף אינו חלק מפרק',
+    'pages_move' => 'העבר דף',
+    'pages_move_success' => 'הדף הועבר אל ":parentName"',
+    'pages_copy' => 'העתק דף',
+    'pages_copy_desination' => 'העתק יעד',
+    'pages_copy_success' => 'הדף הועתק בהצלחה',
+    'pages_permissions' => 'הרשאות דף',
+    'pages_permissions_success' => 'הרשאות הדף עודכנו',
+    'pages_revision' => 'נוסח',
+    'pages_revisions' => 'נוסחי דף',
+    'pages_revisions_named' => 'נוסחי דף עבור :pageName',
+    'pages_revision_named' => 'נוסח דף עבור :pageName',
+    'pages_revision_restored_from' => 'Restored from #:id; :summary',
+    'pages_revisions_created_by' => 'נוצר על ידי',
+    'pages_revisions_date' => 'תאריך נוסח',
     'pages_revisions_number' => '#',
-    'pages_revisions_numbered' => 'Revision #:id',
-    'pages_revisions_numbered_changes' => 'Revision #:id Changes',
-    'pages_revisions_changelog' => 'Changelog',
-    'pages_revisions_changes' => 'Changes',
-    'pages_revisions_current' => 'Current Version',
-    'pages_revisions_preview' => 'Preview',
-    'pages_revisions_restore' => 'Restore',
-    'pages_revisions_none' => 'This page has no revisions',
-    'pages_copy_link' => 'Copy Link',
-    'pages_edit_content_link' => 'Edit Content',
-    'pages_permissions_active' => 'Page Permissions Active',
-    'pages_initial_revision' => 'Initial publish',
-    'pages_initial_name' => 'New Page',
-    'pages_editing_draft_notification' => 'You are currently editing a draft that was last saved :timeDiff.',
-    'pages_draft_edited_notification' => 'This page has been updated by since that time. It is recommended that you discard this draft.',
+    'pages_revisions_numbered' => 'נוסח #:id',
+    'pages_revisions_numbered_changes' => 'שינויי נוסח #:id',
+    'pages_revisions_changelog' => 'יומן שינויים',
+    'pages_revisions_changes' => 'שינויים',
+    'pages_revisions_current' => 'גירסא נוכחית',
+    'pages_revisions_preview' => 'תצוגה מקדימה',
+    'pages_revisions_restore' => 'שחזר',
+    'pages_revisions_none' => 'לדף זה אין נוסחים',
+    'pages_copy_link' => 'העתק קישור',
+    'pages_edit_content_link' => 'ערוך תוכן',
+    'pages_permissions_active' => 'הרשאות דף פעילות',
+    'pages_initial_revision' => 'פרסום ראשוני',
+    'pages_initial_name' => 'דף חדש',
+    'pages_editing_draft_notification' => 'הינך עורך טיוטה אשר נשמרה לאחרונה ב :timeDiff',
+    'pages_draft_edited_notification' => 'דף זה עודכן מאז, מומלץ להתעלם מהטיוטה הזו.',
+    'pages_draft_page_changed_since_creation' => 'העמוד התעדכן מאז שהטיוטה נוצרה. מומלץ לבטל את הטיוטה או לשים לב לא לדרוס שינויים בעמוד.',
     'pages_draft_edit_active' => [
-        'start_a' => ':count users have started editing this page',
-        'start_b' => ':userName has started editing this page',
-        'time_a' => 'since the page was last updated',
-        'time_b' => 'in the last :minCount minutes',
-        'message' => ':start :time. Take care not to overwrite each other\'s updates!',
+        'start_a' => ':count משתמשים החלו לערוך דף זה',
+        'start_b' => ':userName החל לערוך דף זה',
+        'time_a' => 'מאז שהדף עודכן לאחרונה',
+        'time_b' => 'ב :minCount דקות האחרונות',
+        'message' => ':start :time. יש לשים לב לא לדרוס שינויים של משתמשים אחרים!',
     ],
-    'pages_draft_discarded' => 'Draft discarded, The editor has been updated with the current page content',
-    'pages_specific' => 'Specific Page',
+    'pages_draft_discarded' => 'הסקיצה נמחקה, העורך עודכן עם תוכן הדף העכשוי',
+    'pages_specific' => 'דף ספציפי',
+    'pages_is_template' => 'תבנית דף',
 
     // Editor Sidebar
-    'page_tags' => 'Page Tags',
-    'chapter_tags' => 'Chapter Tags',
-    'book_tags' => 'Book Tags',
-    'shelf_tags' => 'Shelf Tags',
-    'tag' => 'Tag',
-    'tags' =>  'Tags',
-    'tag_value' => 'Tag Value (Optional)',
-    'tags_explain' => "Add some tags to better categorise your content. \n You can assign a value to a tag for more in-depth organisation.",
-    'tags_add' => 'Add another tag',
-    'attachments' => 'Attachments',
-    'attachments_explain' => 'Upload some files or attach some links to display on your page. These are visible in the page sidebar.',
-    'attachments_explain_instant_save' => 'Changes here are saved instantly.',
-    'attachments_items' => 'Attached Items',
-    'attachments_upload' => 'Upload File',
-    'attachments_link' => 'Attach Link',
-    'attachments_set_link' => 'Set Link',
-    'attachments_delete_confirm' => 'Click delete again to confirm you want to delete this attachment.',
-    'attachments_dropzone' => 'Drop files or click here to attach a file',
-    'attachments_no_files' => 'No files have been uploaded',
-    'attachments_explain_link' => 'You can attach a link if you\'d prefer not to upload a file. This can be a link to another page or a link to a file in the cloud.',
-    'attachments_link_name' => 'Link Name',
-    'attachment_link' => 'Attachment link',
-    'attachments_link_url' => 'Link to file',
-    'attachments_link_url_hint' => 'Url of site or file',
-    'attach' => 'Attach',
-    'attachments_edit_file' => 'Edit File',
-    'attachments_edit_file_name' => 'File Name',
-    'attachments_edit_drop_upload' => 'Drop files or click here to upload and overwrite',
-    'attachments_order_updated' => 'Attachment order updated',
-    'attachments_updated_success' => 'Attachment details updated',
-    'attachments_deleted' => 'Attachment deleted',
-    'attachments_file_uploaded' => 'File successfully uploaded',
-    'attachments_file_updated' => 'File successfully updated',
-    'attachments_link_attached' => 'Link successfully attached to page',
+    'page_tags' => 'תגיות דף',
+    'chapter_tags' => 'תגיות פרק',
+    'book_tags' => 'תגיות ספר',
+    'shelf_tags' => 'תגיות מדף',
+    'tag' => 'תגית',
+    'tags' =>  'תגיות',
+    'tag_name' =>  'שם התווית',
+    'tag_value' => 'ערך התגית (אופציונאלי)',
+    'tags_explain' => "הכנס תגיות על מנת לסדר את התוכן שלך. \n  ניתן לציין ערך לתגית על מנת לבצע סידור יסודי יותר",
+    'tags_add' => 'הוסף תגית נוספת',
+    'tags_remove' => 'מחק תווית',
+    'tags_usages' => 'Total tag usages',
+    'tags_assigned_pages' => 'Assigned to Pages',
+    'tags_assigned_chapters' => 'Assigned to Chapters',
+    'tags_assigned_books' => 'Assigned to Books',
+    'tags_assigned_shelves' => 'Assigned to Shelves',
+    'tags_x_unique_values' => ':count unique values',
+    'tags_all_values' => 'כל הערכים',
+    'tags_view_tags' => 'הצג תוויות',
+    'tags_view_existing_tags' => 'View existing tags',
+    'tags_list_empty_hint' => 'Tags can be assigned via the page editor sidebar or while editing the details of a book, chapter or shelf.',
+    'attachments' => 'קבצים מצורפים',
+    'attachments_explain' => 'צרף קבצים או קישורים על מנת להציגם בדף שלך. צירופים אלו יהיו זמינים בתפריט הצדדי של הדף',
+    'attachments_explain_instant_save' => 'שינויים נשמרים באופן מיידי',
+    'attachments_items' => 'פריטים שצורפו',
+    'attachments_upload' => 'העלה קובץ',
+    'attachments_link' => 'צרף קישור',
+    'attachments_set_link' => 'הגדר קישור',
+    'attachments_delete' => 'Are you sure you want to delete this attachment?',
+    'attachments_dropzone' => 'גרור לכאן קבצים או לחץ על מנת לצרף קבצים',
+    'attachments_no_files' => 'לא הועלו קבצים',
+    'attachments_explain_link' => 'ניתן לצרף קישור במקום העלאת קובץ, קישור זה יכול להוביל לדף אחר או לכל קובץ באינטרנט',
+    'attachments_link_name' => 'שם הקישור',
+    'attachment_link' => 'כתובת הקישור',
+    'attachments_link_url' => 'קישור לקובץ',
+    'attachments_link_url_hint' => 'כתובת האתר או הקובץ',
+    'attach' => 'צרף',
+    'attachments_insert_link' => 'Add Attachment Link to Page',
+    'attachments_edit_file' => 'ערוך קובץ',
+    'attachments_edit_file_name' => 'שם הקובץ',
+    'attachments_edit_drop_upload' => 'גרור קבצים או לחץ כאן על מנת להעלות קבצים במקום הקבצים הקיימים',
+    'attachments_order_updated' => 'סדר הקבצים עודכן',
+    'attachments_updated_success' => 'פרטי הקבצים עודכנו',
+    'attachments_deleted' => 'קובץ מצורף הוסר',
+    'attachments_file_uploaded' => 'הקובץ עלה בהצלחה',
+    'attachments_file_updated' => 'הקובץ עודכן בהצלחה',
+    'attachments_link_attached' => 'הקישור צורף לדף בהצלחה',
+    'templates' => 'תבניות',
+    'templates_set_as_template' => 'הגדר עמוד כתבנית',
+    'templates_explain_set_as_template' => 'ניתן להגדיר עמוד כתבנית כך שהתוכן שלו ישומש בעת יצירת עמודים אחרים. משתמשים אחרים יוכלו לראות את התבנית רק אם ברשותם הרשאות צפייה בעמוד הזה.',
+    'templates_replace_content' => 'החלף תוכן עמוד',
+    'templates_append_content' => 'הוסף בסוף תוכן העמוד',
+    'templates_prepend_content' => 'הוסף בתחילת תוכן העמוד',
 
     // Profile View
-    'profile_user_for_x' => 'User for :time',
-    'profile_created_content' => 'Created Content',
-    'profile_not_created_pages' => ':userName has not created any pages',
-    'profile_not_created_chapters' => ':userName has not created any chapters',
-    'profile_not_created_books' => ':userName has not created any books',
-    'profile_not_created_shelves' => ':userName has not created any shelves',
+    'profile_user_for_x' => 'משתמש במערכת כ :time',
+    'profile_created_content' => 'תוכן שנוצר',
+    'profile_not_created_pages' => 'המשתמש :userName לא יצר דפים',
+    'profile_not_created_chapters' => 'המשתמש :userName לא יצר פרקים',
+    'profile_not_created_books' => 'המשתמש :userName לא יצר ספרים',
+    'profile_not_created_shelves' => 'המשתמש :userName לא יצר מדפים',
 
     // Comments
-    'comment' => 'Comment',
-    'comments' => 'Comments',
-    'comment_add' => 'Add Comment',
-    'comment_placeholder' => 'Leave a comment here',
-    'comment_count' => '{0} No Comments|{1} 1 Comment|[2,*] :count Comments',
-    'comment_save' => 'Save Comment',
-    'comment_saving' => 'Saving comment...',
-    'comment_deleting' => 'Deleting comment...',
-    'comment_new' => 'New Comment',
-    'comment_created' => 'commented :createDiff',
-    'comment_updated' => 'Updated :updateDiff by :username',
-    'comment_deleted_success' => 'Comment deleted',
-    'comment_created_success' => 'Comment added',
-    'comment_updated_success' => 'Comment updated',
-    'comment_delete_confirm' => 'Are you sure you want to delete this comment?',
-    'comment_in_reply_to' => 'In reply to :commentId',
+    'comment' => 'תגובה',
+    'comments' => 'תגובות',
+    'comment_add' => 'הוסף תגובה',
+    'comment_placeholder' => 'השאר תגובה כאן',
+    'comment_count' => '{0} אין תגובות|{1} 1 תגובה|[2,*] :count תגובות',
+    'comment_save' => 'שמור תגובה',
+    'comment_saving' => 'שומר תגובה...',
+    'comment_deleting' => 'מוחק תגובה...',
+    'comment_new' => 'תגובה חדשה',
+    'comment_created' => 'הוגב :createDiff',
+    'comment_updated' => 'עודכן :updateDiff על ידי :username',
+    'comment_deleted_success' => 'התגובה נמחקה',
+    'comment_created_success' => 'התגובה נוספה',
+    'comment_updated_success' => 'התגובה עודכנה',
+    'comment_delete_confirm' => 'האם ברצונך למחוק תגובה זו?',
+    'comment_in_reply_to' => 'בתגובה ל :commentId',
 
     // Revision
-    'revision_delete_confirm' => 'Are you sure you want to delete this revision?',
-    'revision_restore_confirm' => 'Are you sure you want to restore this revision? The current page contents will be replaced.',
-    'revision_delete_success' => 'Revision deleted',
-    'revision_cannot_delete_latest' => 'Cannot delete the latest revision.'
-];
\ No newline at end of file
+    'revision_delete_confirm' => 'האם ברצונך למחוק נוסח זה?',
+    'revision_restore_confirm' => 'האם ברצונך לשחזר נוסח זה? תוכן הדף הנוכחי יעודכן לנוסח זה.',
+    'revision_delete_success' => 'נוסח נמחק',
+    'revision_cannot_delete_latest' => 'לא ניתן למחוק את הנוסח האחרון',
+
+    // Copy view
+    'copy_consider' => 'Please consider the below when copying content.',
+    'copy_consider_permissions' => 'Custom permission settings will not be copied.',
+    'copy_consider_owner' => 'You will become the owner of all copied content.',
+    'copy_consider_images' => 'Page image files will not be duplicated & the original images will retain their relation to the page they were originally uploaded to.',
+    'copy_consider_attachments' => 'Page attachments will not be copied.',
+    'copy_consider_access' => 'A change of location, owner or permissions may result in this content being accessible to those previously without access.',
+];