X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/f35c42b0b8259da31c016a76ff5af59fcd6d2e67..ba21b5419529a59edfc59d03dda35175ddaeda6d:/lang/he/settings.php diff --git a/lang/he/settings.php b/lang/he/settings.php index ade3f20e0..d14aa7d66 100644 --- a/lang/he/settings.php +++ b/lang/he/settings.php @@ -138,18 +138,16 @@ return [ 'roles' => 'תפקידים', 'role_user_roles' => 'תפקידי משתמשים', 'roles_index_desc' => 'Roles are used to group users & provide system permission to their members. When a user is a member of multiple roles the privileges granted will stack and the user will inherit all abilities.', - 'roles_x_users_assigned' => '1 user assigned|:count users assigned', - 'roles_x_permissions_provided' => '1 permission|:count permissions', + 'roles_x_users_assigned' => ':count user assigned|:count users assigned', + 'roles_x_permissions_provided' => ':count permission|:count permissions', 'roles_assigned_users' => 'Assigned Users', 'roles_permissions_provided' => 'Provided Permissions', 'role_create' => 'צור תפקיד משתמש חדש', - 'role_create_success' => 'התפקיד נוצר בהצלחה', 'role_delete' => 'מחק תפקיד', 'role_delete_confirm' => 'פעולה זו תמחק את התפקיד: :roleName', 'role_delete_users_assigned' => 'לתפקיד :userCount יש משתמשים אשר משויכים אליו. אם ברצונך להעבירם לתפקיד אחר אנא בחר תפקיד מלמטה', 'role_delete_no_migration' => "אל תעביר משתמשים לתפקיד", 'role_delete_sure' => 'האם אתה בטוח שברצונך למחוק את התפקיד?', - 'role_delete_success' => 'התפקיד נמחק בהצלחה', 'role_edit' => 'ערוך תפקיד', 'role_details' => 'פרטי תפקיד', 'role_name' => 'שם התפקיד', @@ -175,7 +173,6 @@ return [ 'role_own' => 'שלי', 'role_controlled_by_asset' => 'נשלטים על ידי המשאב אליו הועלו', 'role_save' => 'שמור תפקיד', - 'role_update_success' => 'התפקיד עודכן בהצלחה', 'role_users' => 'משתמשים משוייכים לתפקיד זה', 'role_users_none' => 'אין משתמשים המשוייכים לתפקיד זה', @@ -252,7 +249,7 @@ return [ // Webhooks 'webhooks' => 'Webhooks', 'webhooks_index_desc' => 'Webhooks are a way to send data to external URLs when certain actions and events occur within the system which allows event-based integration with external platforms such as messaging or notification systems.', - 'webhooks_x_trigger_events' => '1 trigger event|:count trigger events', + 'webhooks_x_trigger_events' => ':count trigger event|:count trigger events', 'webhooks_create' => 'Create New Webhook', 'webhooks_none_created' => 'No webhooks have yet been created.', 'webhooks_edit' => 'Edit Webhook',