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