mirror of
https://github.com/BookStackApp/BookStack.git
synced 2026-01-03 23:42:28 +03:00
Updated translations with latest Crowdin changes (#4256)
This commit is contained in:
@@ -180,7 +180,6 @@ return [
|
||||
'chapters_save' => 'שמור פרק',
|
||||
'chapters_move' => 'העבר פרק',
|
||||
'chapters_move_named' => 'העבר פרק :chapterName',
|
||||
'chapter_move_success' => 'הפרק הועבר אל :bookName',
|
||||
'chapters_copy' => 'העתק פרק',
|
||||
'chapters_copy_success' => 'פרק הועתק בהצלחה',
|
||||
'chapters_permissions' => 'הרשאות פרק',
|
||||
@@ -214,6 +213,7 @@ return [
|
||||
'pages_editing_page' => 'עריכת דף',
|
||||
'pages_edit_draft_save_at' => 'טיוטה נשמרה ב ',
|
||||
'pages_edit_delete_draft' => 'מחק טיוטה',
|
||||
'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_discard_draft' => 'התעלם מהטיוטה',
|
||||
'pages_edit_switch_to_markdown' => 'Switch to Markdown Editor',
|
||||
'pages_edit_switch_to_markdown_clean' => '(Clean Content)',
|
||||
@@ -240,7 +240,6 @@ return [
|
||||
'pages_md_sync_scroll' => 'Sync preview scroll',
|
||||
'pages_not_in_chapter' => 'דף אינו חלק מפרק',
|
||||
'pages_move' => 'העבר דף',
|
||||
'pages_move_success' => 'הדף הועבר אל ":parentName"',
|
||||
'pages_copy' => 'העתק דף',
|
||||
'pages_copy_desination' => 'העתק יעד',
|
||||
'pages_copy_success' => 'הדף הועתק בהצלחה',
|
||||
@@ -266,7 +265,13 @@ return [
|
||||
'pages_revisions_restore' => 'שחזר',
|
||||
'pages_revisions_none' => 'לדף זה אין נוסחים',
|
||||
'pages_copy_link' => 'העתק קישור',
|
||||
'pages_edit_content_link' => 'ערוך תוכן',
|
||||
'pages_edit_content_link' => 'Jump to section in editor',
|
||||
'pages_pointer_enter_mode' => 'Enter section select mode',
|
||||
'pages_pointer_label' => 'Page Section Options',
|
||||
'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',
|
||||
'pages_pointer_toggle_include' => 'Include tag mode, Press to show permalink',
|
||||
'pages_permissions_active' => 'הרשאות דף פעילות',
|
||||
'pages_initial_revision' => 'פרסום ראשוני',
|
||||
'pages_references_update_revision' => 'System auto-update of internal links',
|
||||
@@ -281,7 +286,8 @@ return [
|
||||
'time_b' => 'ב :minCount דקות האחרונות',
|
||||
'message' => ':start :time. יש לשים לב לא לדרוס שינויים של משתמשים אחרים!',
|
||||
],
|
||||
'pages_draft_discarded' => 'הסקיצה נמחקה, העורך עודכן עם תוכן הדף העכשוי',
|
||||
'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_specific' => 'דף ספציפי',
|
||||
'pages_is_template' => 'תבנית דף',
|
||||
|
||||
@@ -356,21 +362,20 @@ return [
|
||||
'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_updated_indicator' => 'Updated',
|
||||
'comment_deleted_success' => 'התגובה נמחקה',
|
||||
'comment_created_success' => 'התגובה נוספה',
|
||||
'comment_updated_success' => 'התגובה עודכנה',
|
||||
'comment_delete_confirm' => 'האם ברצונך למחוק תגובה זו?',
|
||||
'comment_in_reply_to' => 'בתגובה ל :commentId',
|
||||
'comment_editor_explain' => 'Here are the comments that have been left on this page. Comments can be added & managed when viewing the saved page.',
|
||||
|
||||
// Revision
|
||||
'revision_delete_confirm' => 'האם ברצונך למחוק נוסח זה?',
|
||||
'revision_restore_confirm' => 'האם ברצונך לשחזר נוסח זה? תוכן הדף הנוכחי יעודכן לנוסח זה.',
|
||||
'revision_delete_success' => 'נוסח נמחק',
|
||||
'revision_cannot_delete_latest' => 'לא ניתן למחוק את הנוסח האחרון',
|
||||
|
||||
// Copy view
|
||||
|
||||
Reference in New Issue
Block a user