BookStack/resources/lang/he/common.php
Lior Broshi b153ffd019 common
2019-07-22 22:35:29 +03:00

71 lines
2.1 KiB
PHP

<?php
/**
* Common elements found throughout many areas of BookStack.
*/
return [
// Buttons
'cancel' => 'ביטול',
'confirm' => 'אישור',
'back' => 'אחורה',
'save' => 'שמור',
'continue' => 'המשך',
'select' => 'בחר',
'toggle_all' => 'סמן הכל',
'more' => 'עוד',
// Form Labels
'name' => 'שם',
'description' => 'תיאור',
'role' => 'תפקיד',
'cover_image' => 'תמונת נושא',
'cover_image_description' => 'התמונה צריכה להיות בסביבות 440x250px',
// Actions
'actions' => 'פעולות',
'view' => 'הצג',
'view_all' => 'הצג הכל',
'create' => 'צור',
'update' => 'עדכן',
'edit' => 'ערוך',
'sort' => 'מיין',
'move' => 'הזז',
'copy' => 'העתק',
'reply' => 'השב',
'delete' => 'מחק',
'search' => 'חיפוש',
'search_clear' => 'נקה חיפוש',
'reset' => 'איפוס',
'remove' => 'הסר',
'add' => 'הוסף',
// Sort Options
'sort_name' => 'שם',
'sort_created_at' => 'תאריך יצירה',
'sort_updated_at' => 'תאריך עדכון',
// Misc
'deleted_user' => 'משתמש שנמחק',
'no_activity' => 'אין פעילות להציג',
'no_items' => 'אין פריטים זמינים',
'back_to_top' => 'בחזרה ללמעלה',
'toggle_details' => 'הצג/הסתר פרטים',
'toggle_thumbnails' => 'הצג/הסתר תמונות',
'details' => 'פרטים',
'grid_view' => 'תצוגת רשת',
'list_view' => 'תצוגת רשימה',
'default' => 'ברירת מחדל',
// Header
'view_profile' => 'הצג פרופיל',
'edit_profile' => 'ערוך פרופיל',
// Layout tabs
'tab_info' => 'מידע',
'tab_content' => 'תוכן',
// Email Content
'email_action_help' => 'אם לא ניתן ללחות על כפתור ״:actionText״, יש להעתיק ולהדביק את הכתובת למטה אל דפדפן האינטרנט שלך:',
'email_rights' => 'כל הזכויות שמורות',
];