1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-31 15:24:31 +03:00

Updated translations with latest Crowdin changes (#4025)

This commit is contained in:
Dan Brown
2023-02-26 10:36:15 +00:00
committed by GitHub
parent f35c42b0b8
commit ba21b54195
140 changed files with 830 additions and 746 deletions

View File

@ -138,18 +138,16 @@ return [
'roles' => 'Roller',
'role_user_roles' => 'Kullanıcı Rolleri',
'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' => 'Yeni Rol Oluştur',
'role_create_success' => 'Rol, başarıyla oluşturuldu',
'role_delete' => 'Rolü Sil',
'role_delete_confirm' => 'Bu işlem, \':roleName\' adlı rolü silecektir.',
'role_delete_users_assigned' => 'Bu role atanmış :userCount adet kullanıcı var. Eğer bu kullanıcıların rollerini değiştirmek istiyorsanız, aşağıdan yeni bir rol seçin.',
'role_delete_no_migration' => "Kullanıcıları taşıma",
'role_delete_sure' => 'Bu rolü silmek istediğinize emin misiniz?',
'role_delete_success' => 'Rol başarıyla silindi',
'role_edit' => 'Rolü Düzenle',
'role_details' => 'Rol Detayları',
'role_name' => 'Rol Adı',
@ -175,7 +173,6 @@ return [
'role_own' => 'Kendine Ait',
'role_controlled_by_asset' => 'Yüklendikleri varlık tarafından kontrol ediliyor',
'role_save' => 'Rolü Kaydet',
'role_update_success' => 'Rol başarıyla güncellendi',
'role_users' => 'Bu roldeki kullanıcılar',
'role_users_none' => 'Bu role henüz bir kullanıcı atanmadı',
@ -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',