mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-02-16 17:12:58 +08:00
common
This commit is contained in:
parent
9cfa391ab6
commit
b153ffd019
|
@ -5,66 +5,66 @@
|
||||||
return [
|
return [
|
||||||
|
|
||||||
// Buttons
|
// Buttons
|
||||||
'cancel' => 'Cancel',
|
'cancel' => 'ביטול',
|
||||||
'confirm' => 'Confirm',
|
'confirm' => 'אישור',
|
||||||
'back' => 'Back',
|
'back' => 'אחורה',
|
||||||
'save' => 'Save',
|
'save' => 'שמור',
|
||||||
'continue' => 'Continue',
|
'continue' => 'המשך',
|
||||||
'select' => 'Select',
|
'select' => 'בחר',
|
||||||
'toggle_all' => 'Toggle All',
|
'toggle_all' => 'סמן הכל',
|
||||||
'more' => 'More',
|
'more' => 'עוד',
|
||||||
|
|
||||||
// Form Labels
|
// Form Labels
|
||||||
'name' => 'Name',
|
'name' => 'שם',
|
||||||
'description' => 'Description',
|
'description' => 'תיאור',
|
||||||
'role' => 'Role',
|
'role' => 'תפקיד',
|
||||||
'cover_image' => 'Cover image',
|
'cover_image' => 'תמונת נושא',
|
||||||
'cover_image_description' => 'This image should be approx 440x250px.',
|
'cover_image_description' => 'התמונה צריכה להיות בסביבות 440x250px',
|
||||||
|
|
||||||
// Actions
|
// Actions
|
||||||
'actions' => 'Actions',
|
'actions' => 'פעולות',
|
||||||
'view' => 'View',
|
'view' => 'הצג',
|
||||||
'view_all' => 'View All',
|
'view_all' => 'הצג הכל',
|
||||||
'create' => 'Create',
|
'create' => 'צור',
|
||||||
'update' => 'Update',
|
'update' => 'עדכן',
|
||||||
'edit' => 'Edit',
|
'edit' => 'ערוך',
|
||||||
'sort' => 'Sort',
|
'sort' => 'מיין',
|
||||||
'move' => 'Move',
|
'move' => 'הזז',
|
||||||
'copy' => 'Copy',
|
'copy' => 'העתק',
|
||||||
'reply' => 'Reply',
|
'reply' => 'השב',
|
||||||
'delete' => 'Delete',
|
'delete' => 'מחק',
|
||||||
'search' => 'Search',
|
'search' => 'חיפוש',
|
||||||
'search_clear' => 'Clear Search',
|
'search_clear' => 'נקה חיפוש',
|
||||||
'reset' => 'Reset',
|
'reset' => 'איפוס',
|
||||||
'remove' => 'Remove',
|
'remove' => 'הסר',
|
||||||
'add' => 'Add',
|
'add' => 'הוסף',
|
||||||
|
|
||||||
// Sort Options
|
// Sort Options
|
||||||
'sort_name' => 'Name',
|
'sort_name' => 'שם',
|
||||||
'sort_created_at' => 'Created Date',
|
'sort_created_at' => 'תאריך יצירה',
|
||||||
'sort_updated_at' => 'Updated Date',
|
'sort_updated_at' => 'תאריך עדכון',
|
||||||
|
|
||||||
// Misc
|
// Misc
|
||||||
'deleted_user' => 'Deleted User',
|
'deleted_user' => 'משתמש שנמחק',
|
||||||
'no_activity' => 'No activity to show',
|
'no_activity' => 'אין פעילות להציג',
|
||||||
'no_items' => 'No items available',
|
'no_items' => 'אין פריטים זמינים',
|
||||||
'back_to_top' => 'Back to top',
|
'back_to_top' => 'בחזרה ללמעלה',
|
||||||
'toggle_details' => 'Toggle Details',
|
'toggle_details' => 'הצג/הסתר פרטים',
|
||||||
'toggle_thumbnails' => 'Toggle Thumbnails',
|
'toggle_thumbnails' => 'הצג/הסתר תמונות',
|
||||||
'details' => 'Details',
|
'details' => 'פרטים',
|
||||||
'grid_view' => 'Grid View',
|
'grid_view' => 'תצוגת רשת',
|
||||||
'list_view' => 'List View',
|
'list_view' => 'תצוגת רשימה',
|
||||||
'default' => 'Default',
|
'default' => 'ברירת מחדל',
|
||||||
|
|
||||||
// Header
|
// Header
|
||||||
'view_profile' => 'View Profile',
|
'view_profile' => 'הצג פרופיל',
|
||||||
'edit_profile' => 'Edit Profile',
|
'edit_profile' => 'ערוך פרופיל',
|
||||||
|
|
||||||
// Layout tabs
|
// Layout tabs
|
||||||
'tab_info' => 'Info',
|
'tab_info' => 'מידע',
|
||||||
'tab_content' => 'Content',
|
'tab_content' => 'תוכן',
|
||||||
|
|
||||||
// Email Content
|
// Email Content
|
||||||
'email_action_help' => 'If you’re having trouble clicking the ":actionText" button, copy and paste the URL below into your web browser:',
|
'email_action_help' => 'אם לא ניתן ללחות על כפתור ״:actionText״, יש להעתיק ולהדביק את הכתובת למטה אל דפדפן האינטרנט שלך:',
|
||||||
'email_rights' => 'All rights reserved',
|
'email_rights' => 'כל הזכויות שמורות',
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue
Block a user