This commit is contained in:
Lior Broshi 2019-12-23 22:04:15 +02:00
parent b65d4cda0e
commit 290610b77e

View File

@ -42,75 +42,75 @@ return [
'app_disable_comments_desc' => 'מבטל את התגובות לאורך כל היישום, תגובות קיימות לא יוצגו.', 'app_disable_comments_desc' => 'מבטל את התגובות לאורך כל היישום, תגובות קיימות לא יוצגו.',
// Registration Settings // Registration Settings
'reg_settings' => 'Registration', 'reg_settings' => 'הרשמה',
'reg_enable' => 'Enable Registration', 'reg_enable' => 'אפשר הרשמה',
'reg_enable_toggle' => 'Enable registration', 'reg_enable_toggle' => 'אפשר להרשם',
'reg_enable_desc' => 'When registration is enabled user will be able to sign themselves up as an application user. Upon registration they are given a single, default user role.', 'reg_enable_desc' => 'כאשר אפשר להרשם משתמשים יוכלו להכנס באופן עצמאי. בעת ההרשמה המשתמש יקבל הרשאה יחידה כברירת מחדל.',
'reg_default_role' => 'Default user role after registration', 'reg_default_role' => 'הרשאה כברירת מחדל',
'reg_email_confirmation' => 'Email Confirmation', 'reg_email_confirmation' => 'אימות כתובת אי-מייל',
'reg_email_confirmation_toggle' => 'Require email confirmation', 'reg_email_confirmation_toggle' => 'יש לאמת את כתובת המייל',
'reg_confirm_email_desc' => 'If domain restriction is used then email confirmation will be required and this option will be ignored.', 'reg_confirm_email_desc' => 'אם מופעלת הגבלה לדומיין ספציפי אז אימות המייל לא יבוצע',
'reg_confirm_restrict_domain' => 'Domain Restriction', 'reg_confirm_restrict_domain' => 'הגבלה לדומיין ספציפי',
'reg_confirm_restrict_domain_desc' => 'Enter a comma separated list of email domains you would like to restrict registration to. Users will be sent an email to confirm their address before being allowed to interact with the application. <br> Note that users will be able to change their email addresses after successful registration.', 'reg_confirm_restrict_domain_desc' => 'הכנס דומיינים מופרדים בפסיק אשר עבורם תוגבל ההרשמה. משתמשים יקבלו אי-מייל על מנת לאמת את כתובת המייל שלהם. <br> לתשומת לבך: משתמש יוכל לשנות את כתובת המייל שלו לאחר ההרשמה',
'reg_confirm_restrict_domain_placeholder' => 'No restriction set', 'reg_confirm_restrict_domain_placeholder' => 'אין הגבלה לדומיין',
// Maintenance settings // Maintenance settings
'maint' => 'Maintenance', 'maint' => 'תחזוקה',
'maint_image_cleanup' => 'Cleanup Images', 'maint_image_cleanup' => 'ניקוי תמונות',
'maint_image_cleanup_desc' => "Scans page & revision content to check which images and drawings are currently in use and which images are redundant. Ensure you create a full database and image backup before running this.", 'maint_image_cleanup_desc' => "סורק את הדפים והגרסאות על מנת למצוא אילו תמונות לא בשימוש. יש לוודא גיבוי מלא של מסד הנתונים והתמונות לפני הרצה",
'maint_image_cleanup_ignore_revisions' => 'Ignore images in revisions', 'maint_image_cleanup_ignore_revisions' => 'התעלם מהתמונות בגרסאות',
'maint_image_cleanup_run' => 'Run Cleanup', 'maint_image_cleanup_run' => 'הפעל ניקוי תמונות',
'maint_image_cleanup_warning' => ':count potentially unused images were found. Are you sure you want to delete these images?', 'maint_image_cleanup_warning' => 'נמצאו כ :count תמונות אשר לא בשימוש האם ברצונך להמשיך?',
'maint_image_cleanup_success' => ':count potentially unused images found and deleted!', 'maint_image_cleanup_success' => ':count תמונות שלא בשימוש נמחקו',
'maint_image_cleanup_nothing_found' => 'No unused images found, Nothing deleted!', 'maint_image_cleanup_nothing_found' => 'לא נמצאו תמונות אשר לא בשימוש, לא נמחקו קבצים כלל.',
// Role Settings // Role Settings
'roles' => 'Roles', 'roles' => 'תפקידים',
'role_user_roles' => 'User Roles', 'role_user_roles' => 'תפקידי משתמשים',
'role_create' => 'Create New Role', 'role_create' => 'צור תפקיד משתמש חדש',
'role_create_success' => 'Role successfully created', 'role_create_success' => 'התפקיד נוצר בהצלחה',
'role_delete' => 'Delete Role', 'role_delete' => 'מחק תפקיד',
'role_delete_confirm' => 'This will delete the role with the name \':roleName\'.', 'role_delete_confirm' => 'פעולה זו תמחק את התפקיד: :roleName',
'role_delete_users_assigned' => 'This role has :userCount users assigned to it. If you would like to migrate the users from this role select a new role below.', 'role_delete_users_assigned' => 'לתפקיד :userCount יש משתמשים אשר משויכים אליו. אם ברצונך להעבירם לתפקיד אחר אנא בחר תפקיד מלמטה',
'role_delete_no_migration' => "Don't migrate users", 'role_delete_no_migration' => "אל תעביר משתמשים לתפקיד",
'role_delete_sure' => 'Are you sure you want to delete this role?', 'role_delete_sure' => 'האם אתה בטוח שברצונך למחוק את התפקיד?',
'role_delete_success' => 'Role successfully deleted', 'role_delete_success' => 'התפקיד נמחק בהצלחה',
'role_edit' => 'Edit Role', 'role_edit' => 'ערוך תפקיד',
'role_details' => 'Role Details', 'role_details' => 'פרטי תפקיד',
'role_name' => 'Role Name', 'role_name' => 'שם התפקיד',
'role_desc' => 'Short Description of Role', 'role_desc' => 'תיאור קצר של התפקיד',
'role_external_auth_id' => 'External Authentication IDs', 'role_external_auth_id' => 'External Authentication IDs',
'role_system' => 'System Permissions', 'role_system' => 'הרשאות מערכת',
'role_manage_users' => 'Manage users', 'role_manage_users' => 'ניהול משתמשים',
'role_manage_roles' => 'Manage roles & role permissions', 'role_manage_roles' => 'ניהול תפקידים והרשאות תפקידים',
'role_manage_entity_permissions' => 'Manage all book, chapter & page permissions', 'role_manage_entity_permissions' => 'נהל הרשאות ספרים, פרקים ודפים',
'role_manage_own_entity_permissions' => 'Manage permissions on own book, chapter & pages', 'role_manage_own_entity_permissions' => 'נהל הרשאות על ספרים, פרקים ודפים בבעלותך',
'role_manage_settings' => 'Manage app settings', 'role_manage_settings' => 'ניהול הגדרות יישום',
'role_asset' => 'Asset Permissions', 'role_asset' => 'הרשאות משאבים',
'role_asset_desc' => 'These permissions control default access to the assets within the system. Permissions on Books, Chapters and Pages will override these permissions.', 'role_asset_desc' => 'הרשאות אלו שולטות בגישת ברירת המחדל למשאבים בתוך המערכת. הרשאות של ספרים, פרקים ודפים יגברו על הרשאות אלו.',
'role_asset_admins' => 'Admins are automatically given access to all content but these options may show or hide UI options.', 'role_asset_admins' => 'מנהלים מקבלים הרשאה מלאה לכל התוכן אך אפשרויות אלו עלולות להציג או להסתיר אפשרויות בממשק',
'role_all' => 'All', 'role_all' => 'הכל',
'role_own' => 'Own', 'role_own' => 'שלי',
'role_controlled_by_asset' => 'Controlled by the asset they are uploaded to', 'role_controlled_by_asset' => 'נשלטים על ידי המשאב אליו הועלו',
'role_save' => 'Save Role', 'role_save' => 'שמור תפקיד',
'role_update_success' => 'Role successfully updated', 'role_update_success' => 'התפקיד עודכן בהצלחה',
'role_users' => 'Users in this role', 'role_users' => 'משתמשים משוייכים לתפקיד זה',
'role_users_none' => 'No users are currently assigned to this role', 'role_users_none' => 'אין משתמשים המשוייכים לתפקיד זה',
// Users // Users
'users' => 'Users', 'users' => 'משתמשים',
'user_profile' => 'User Profile', 'user_profile' => 'פרופיל משתמש',
'users_add_new' => 'Add New User', 'users_add_new' => 'הוסף משתמש חדש',
'users_search' => 'Search Users', 'users_search' => 'חפש משתמשים',
'users_details' => 'User Details', 'users_details' => 'פרטי משתמש',
'users_details_desc' => 'Set a display name and an email address for this user. The email address will be used for logging into the application.', 'users_details_desc' => 'הגדר שם לתצוגה ומייל עבור משתמש זה. כתובת המייל תשמש על מנת להתחבר למערכת',
'users_details_desc_no_email' => 'Set a display name for this user so others can recognise them.', 'users_details_desc_no_email' => 'הגדר שם לתצוגה כדי שאחרים יוכלו לזהות',
'users_role' => 'User Roles', 'users_role' => 'תפקידי משתמשים',
'users_role_desc' => 'Select which roles this user will be assigned to. If a user is assigned to multiple roles the permissions from those roles will stack and they will receive all abilities of the assigned roles.', 'users_role_desc' => 'בחר אילו תפקידים ישויכו למשתמש זה. אם המשתמש משוייך למספר תפקידים, ההרשאות יהיו כלל ההרשאות של כל התפקידים',
'users_password' => 'User Password', 'users_password' => 'סיסמא',
'users_password_desc' => 'Set a password used to log-in to the application. This must be at least 5 characters long.', 'users_password_desc' => 'הגדר סיסמא עבור גישה למערכת. על הסיסמא להיות באורך של 5 תווים לפחות',
'users_external_auth_id' => 'External Authentication ID', 'users_external_auth_id' => 'זיהוי חיצוני - ID',
'users_external_auth_id_desc' => 'This is the ID used to match this user when communicating with your LDAP system.', 'users_external_auth_id_desc' => 'זיהוי זה יהיה בשימוש מול מערכת ה LDAP שלך',
'users_password_warning' => 'Only fill the below if you would like to change your password.', 'users_password_warning' => 'Only fill the below if you would like to change your password.',
'users_system_public' => 'This user represents any guest users that visit your instance. It cannot be used to log in but is assigned automatically.', 'users_system_public' => 'This user represents any guest users that visit your instance. It cannot be used to log in but is assigned automatically.',
'users_delete' => 'Delete User', 'users_delete' => 'Delete User',