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

New Crowdin updates (#3428)

This commit is contained in:
Dan Brown
2022-06-24 11:35:59 +01:00
committed by GitHub
parent f69af8933c
commit ed981cbab1
180 changed files with 2892 additions and 589 deletions

View File

@ -13,7 +13,7 @@ return [
'page_delete' => 'sayfayı sildi',
'page_delete_notification' => 'Sayfa başarıyla silindi',
'page_restore' => 'sayfayı eski haline getirdi',
'page_restore_notification' => 'Sayfa başarıyla kurtarıldı',
'page_restore_notification' => 'Sayfa Başarıyla Eski Haline Getirildi',
'page_move' => 'sayfayı taşıdı',
// Chapters
@ -28,6 +28,8 @@ return [
// Books
'book_create' => 'kitap oluşturdu',
'book_create_notification' => 'Kitap başarıyla oluşturuldu',
'book_create_from_chapter' => 'converted chapter to book',
'book_create_from_chapter_notification' => 'Chapter successfully converted to a book',
'book_update' => 'kitabı güncelledi',
'book_update_notification' => 'Kitap başarıyla güncellendi',
'book_delete' => 'kitabı sildi',
@ -38,6 +40,8 @@ return [
// Bookshelves
'bookshelf_create' => 'kitaplık oluşturuldu',
'bookshelf_create_notification' => 'Kitaplık başarıyla oluşturuldu',
'bookshelf_create_from_book' => 'converted book to bookshelf',
'bookshelf_create_from_book_notification' => 'Book successfully converted to a shelf',
'bookshelf_update' => 'kitaplığı güncelledi',
'bookshelf_update_notification' => 'Kitaplık başarıyla güncellendi',
'bookshelf_delete' => 'kitaplığı sildi',

View File

@ -38,6 +38,11 @@ return [
'registration_email_domain_invalid' => 'Bu e-posta sağlayıcısının uygulamaya erişim izni bulunmuyor',
'register_success' => 'Kaydolduğunuz için teşekkürler! Artık kayıtlı bir kullanıcı olarak giriş yaptınız.',
// Login auto-initiation
'auto_init_starting' => 'Attempting Login',
'auto_init_starting_desc' => 'We\'re contacting your authentication system to start the login process. If there\'s no progress after 5 seconds you can try clicking the link below.',
'auto_init_start_link' => 'Proceed with authentication',
// Password Reset
'reset_password' => 'Şifreyi Sıfırla',
'reset_password_send_instructions' => 'Aşağıya gireceğiniz e-posta adresine şifre sıfırlama bağlantısı gönderilecektir.',
@ -84,15 +89,15 @@ return [
'mfa_option_totp_title' => 'Mobil Uygulama',
'mfa_option_totp_desc' => 'Çok aşamalı kimlik doğrulamayı kullanabilmek için Google Authenticator, Authy veya Microsoft Authenticator gibi TOTP destekleyen bir mobil uygulamaya ihtiyacınız olacaktır.',
'mfa_option_backup_codes_title' => 'Yedekleme Kodları',
'mfa_option_backup_codes_desc' => 'Securely store a set of one-time-use backup codes which you can enter to verify your identity.',
'mfa_option_backup_codes_desc' => 'Kimliğini doğrulamak için kullanabileceğin aşağıdaki tek kullanımlık yedek kodlarını güvenli bir yerde sakla.',
'mfa_gen_confirm_and_enable' => 'Onayla ve aktive et',
'mfa_gen_backup_codes_title' => 'Yedekleme Kodları Kurulumu',
'mfa_gen_backup_codes_desc' => 'Store the below list of codes in a safe place. When accessing the system you\'ll be able to use one of the codes as a second authentication mechanism.',
'mfa_gen_backup_codes_desc' => 'Aşağıdaki kod listesini güvenli bir yerde sakla. Sisteme giriş yaparken kodlardan birini ikinci bir kimlik doğrulama mekanizması olarak kullanabileceksin.',
'mfa_gen_backup_codes_download' => 'İndirme Kodları',
'mfa_gen_backup_codes_usage_warning' => 'Her kod tek seferlik kullanılabilir',
'mfa_gen_totp_title' => 'Mobil Uygulama Kurulumu',
'mfa_gen_totp_desc' => 'To use multi-factor authentication you\'ll need a mobile application that supports TOTP such as Google Authenticator, Authy or Microsoft Authenticator.',
'mfa_gen_totp_scan' => 'Scan the QR code below using your preferred authentication app to get started.',
'mfa_gen_totp_desc' => 'Çok aşamalı kimlik doğrulamayı kullanabilmek için Google Authenticator, Authy veya Microsoft Authenticator gibi TOTP destekleyen bir mobil uygulamaya ihtiyacınız olacaktır.',
'mfa_gen_totp_scan' => 'Başlamak için aşağıdaki QR kodunu tercih ettiğin kimlik doğrulama uygulamasında tara.',
'mfa_gen_totp_verify_setup' => 'Kurulumu Doğrula',
'mfa_gen_totp_verify_setup_desc' => 'Aşağıdaki kutuya kimlik doğrulama uygulamanızda üretilmiş olan kodu girerek hepsini doğrulayabilirsiniz:',
'mfa_gen_totp_provide_code_here' => 'Uygulamada üretilen kodunuzu buraya giriniz',

View File

@ -47,6 +47,8 @@ return [
'previous' => 'Önceki',
'filter_active' => 'Aktif filtre:',
'filter_clear' => 'Filtreyi Kaldır',
'download' => 'Download',
'open_in_tab' => 'Open in Tab',
// Sort Options
'sort_options' => 'Sıralama Seçenekleri',

View File

@ -355,4 +355,16 @@ return [
'copy_consider_images' => 'Sayfa resim dosyalarının ikinci bir kopyası oluşturulmayıp, resimlerin ilk yüklendiği sayfadaki bağlantısı tutulacaktır.',
'copy_consider_attachments' => 'Sayfa ekleri kopyalanmayacak.',
'copy_consider_access' => 'Konum, sahiplik veya izinlerde yapılan bir değişiklik önceden erişimi olmayanlara erişim hakkı kazandırabilir.',
// Conversions
'convert_to_shelf' => 'Convert to Shelf',
'convert_to_shelf_contents_desc' => 'You can convert this book to a new shelf with the same contents. Chapters contained within this book will be converted to new books. If this book contains any pages, that are not in a chapter, this book will be renamed and contain such pages, and this book will become part of the new shelf.',
'convert_to_shelf_permissions_desc' => 'Any permissions set on this book will be copied to the new shelf and to all new child books that don\'t have their own permissions enforced. Note that permissions on shelves do not auto-cascade to content within, as they do for books.',
'convert_book' => 'Convert Book',
'convert_book_confirm' => 'Are you sure you want to convert this book?',
'convert_undo_warning' => 'This cannot be as easily undone.',
'convert_to_book' => 'Convert to Book',
'convert_to_book_desc' => 'You can convert this chapter to a new book with the same contents. Any permissions set on this chapter will be copied to the new book but any inherited permissions, from the parent book, will not be copied which could lead to a change of access control.',
'convert_chapter' => 'Convert Chapter',
'convert_chapter_confirm' => 'Are you sure you want to convert this chapter?',
];

View File

@ -27,7 +27,7 @@ return [
'app_secure_images' => 'Daha Güvenli Görsel Yüklemeleri',
'app_secure_images_toggle' => 'Daha güvenli görsel yüklemelerini aktifleştir',
'app_secure_images_desc' => 'Bütün görseller, performans sebepleri nedeniyle herkes tarafından görüntülenebilir durumdadır. Bu seçeneği aktif ederseniz; görsel bağlantılarının önüne rastgele, tahmini zor karakterler eklenmesini sağlarsınız. Kolay erişimin önlenmesi için dizin indekslerinin kapalı olduğundan emin olun.',
'app_default_editor' => 'Default Page Editor',
'app_default_editor' => 'Varsayılan Yazı Düzenleyici',
'app_default_editor_desc' => 'Select which editor will be used by default when editing new pages. This can be overridden at a page level where permissions allow.',
'app_custom_html' => 'Özel HTML "Head" İçeriği',
'app_custom_html_desc' => 'Buraya yazacağınız içerik, <head> etiketinin içine ve en sonuna eklenecektir. Bu işlem, stil değişikliklerinin uygulanmasında ya da analytics kodlarının eklenmesinde yararlı olmaktadır.',
@ -152,7 +152,7 @@ return [
'role_access_api' => 'Sistem programlama arayüzüne (API) eriş',
'role_manage_settings' => 'Uygulama ayarlarını yönet',
'role_export_content' => 'İçeriği dışa aktar',
'role_editor_change' => 'Change page editor',
'role_editor_change' => 'Yazı editörünü değiştir',
'role_asset' => 'Varlık Yetkileri',
'roles_system_warning' => 'Yukarıdaki üç izinden herhangi birine erişimin, kullanıcının kendi ayrıcalıklarını veya sistemdeki diğerlerinin ayrıcalıklarını değiştirmesine izin verebileceğini unutmayın. Yalnızca bu izinlere sahip rolleri güvenilir kullanıcılara atayın.',
'role_asset_desc' => 'Bu izinler, sistem içindeki varlıklara varsayılan erişim izinlerini ayarlar. Kitaplar, bölümler ve sayfalar üzerindeki izinler, buradaki izinleri geçersiz kılar.',