mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-09 10:22:51 +03:00
Updated translations with latest Crowdin changes (#4658)
This commit is contained in:
@@ -10,7 +10,7 @@ return [
|
||||
'page_create_notification' => 'Sayfa Başarıyla Oluşturuldu',
|
||||
'page_update' => 'sayfayı güncelledi',
|
||||
'page_update_notification' => 'Sayfa başarıyla güncellendi',
|
||||
'page_delete' => 'sayfayı sildi',
|
||||
'page_delete' => 'sayfa silindi',
|
||||
'page_delete_notification' => 'Sayfa başarıyla silindi',
|
||||
'page_restore' => 'sayfayı eski haline getirdi',
|
||||
'page_restore_notification' => 'Sayfa Başarıyla Eski Haline Getirildi',
|
||||
@@ -32,7 +32,7 @@ return [
|
||||
'book_create_notification' => 'Kitap başarıyla oluşturuldu',
|
||||
'book_create_from_chapter' => 'converted chapter to book',
|
||||
'book_create_from_chapter_notification' => 'Bölüm başarıyla kitaba dönüştürüldü',
|
||||
'book_update' => 'kitabı güncelledi',
|
||||
'book_update' => 'güncellenen kitap',
|
||||
'book_update_notification' => 'Kitap başarıyla güncellendi',
|
||||
'book_delete' => 'kitabı sildi',
|
||||
'book_delete_notification' => 'Kitap başarıyla silindi',
|
||||
@@ -65,7 +65,7 @@ return [
|
||||
'auth_login' => 'oturum açıldı',
|
||||
'auth_register' => 'yeni kullanıcı olarak kayıt yapıldı',
|
||||
'auth_password_reset_request' => 'requested user password reset',
|
||||
'auth_password_reset_update' => 'reset user password',
|
||||
'auth_password_reset_update' => 'Kullanıcı parolasını sıfırla',
|
||||
'mfa_setup_method' => 'configured MFA method',
|
||||
'mfa_setup_method_notification' => 'Çok aşamalı kimlik doğrulama yöntemi başarıyla yapılandırıldı',
|
||||
'mfa_remove_method' => 'removed MFA method',
|
||||
@@ -97,13 +97,13 @@ return [
|
||||
'api_token_create_notification' => 'API anahtarı başarıyla oluşturuldu',
|
||||
'api_token_update' => 'updated api token',
|
||||
'api_token_update_notification' => 'API anahtarı başarıyla güncellendi',
|
||||
'api_token_delete' => 'deleted api token',
|
||||
'api_token_delete' => 'silinen sayfa tokenı',
|
||||
'api_token_delete_notification' => 'API anahtarı başarıyla silindi',
|
||||
|
||||
// Roles
|
||||
'role_create' => 'created role',
|
||||
'role_create' => 'oluşturulan rol',
|
||||
'role_create_notification' => 'Rol başarıyla oluşturuldu',
|
||||
'role_update' => 'updated role',
|
||||
'role_update' => 'güncellenmiş rol',
|
||||
'role_update_notification' => 'Rol başarıyla güncellendi',
|
||||
'role_delete' => 'deleted role',
|
||||
'role_delete_notification' => 'Rol başarıyla silindi',
|
||||
|
@@ -23,7 +23,7 @@ return [
|
||||
'meta_updated' => ':timeLength güncellendi',
|
||||
'meta_updated_name' => ':user tarafından :timeLength güncellendi',
|
||||
'meta_owned_name' => ':user kişisine ait',
|
||||
'meta_reference_page_count' => 'Referenced on :count page|Referenced on :count pages',
|
||||
'meta_reference_count' => 'Referenced by :count item|Referenced by :count items',
|
||||
'entity_select' => 'Öge Seçimi',
|
||||
'entity_select_lack_permission' => 'Bu öğeyi seçmek için gerekli izinlere sahip değilsiniz',
|
||||
'images' => 'Görseller',
|
||||
@@ -132,6 +132,9 @@ return [
|
||||
'books_edit_named' => ':bookName Kitabını Düzenle',
|
||||
'books_form_book_name' => 'Kitap Adı',
|
||||
'books_save' => 'Kitabı Kaydet',
|
||||
'books_default_template' => 'Default Page Template',
|
||||
'books_default_template_explain' => 'Assign a page template that will be used as the default content for all new pages in this book. Keep in mind this will only be used if the page creator has view access to those chosen template page.',
|
||||
'books_default_template_select' => 'Select a template page',
|
||||
'books_permissions' => 'Kitap İzinleri',
|
||||
'books_permissions_updated' => 'Kitap İzinleri Güncellendi',
|
||||
'books_empty_contents' => 'Bu kitaba ait sayfa veya bölüm oluşturulmamış.',
|
||||
@@ -204,6 +207,7 @@ return [
|
||||
'pages_delete_draft' => 'Sayfa Taslağını Sil',
|
||||
'pages_delete_success' => 'Sayfa silindi',
|
||||
'pages_delete_draft_success' => 'Sayfa taslağı silindi',
|
||||
'pages_delete_warning_template' => 'This page is in active use as a book default page template. These books will no longer have a default page template assigned after this page is deleted.',
|
||||
'pages_delete_confirm' => 'Bu sayfayı silmek istediğinize emin misiniz?',
|
||||
'pages_delete_draft_confirm' => 'Bu sayfa taslağını silmek istediğinize emin misiniz?',
|
||||
'pages_editing_named' => ':pageName Sayfası Düzenleniyor',
|
||||
@@ -405,7 +409,7 @@ return [
|
||||
// References
|
||||
'references' => 'Referanslar',
|
||||
'references_none' => 'Bu öğeye ilişkin takip edilen bir referans bulunmamaktadır.',
|
||||
'references_to_desc' => 'Aşağıda, sistemde bu öğeye bağlantı veren bilinen tüm sayfalar gösterilmektedir.',
|
||||
'references_to_desc' => 'Listed below is all the known content in the system that links to this item.',
|
||||
|
||||
// Watch Options
|
||||
'watch' => 'Watch',
|
||||
|
@@ -19,7 +19,6 @@ return [
|
||||
'ldap_extension_not_installed' => 'LDAP PHP eklentisi kurulu değil',
|
||||
'ldap_cannot_connect' => 'LDAP sunucusuna bağlanılamadı, ilk bağlantı başarısız oldu',
|
||||
'saml_already_logged_in' => 'Zaten giriş yapılmış',
|
||||
'saml_user_not_registered' => ':name adlı kullanıcı kayıtlı değil ve otomatik kaydolma devre dışı bırakılmış',
|
||||
'saml_no_email_address' => 'Harici kimlik doğrulama sisteminden gelen veriler, bu kullanıcının e-posta adresini içermiyor',
|
||||
'saml_invalid_response_id' => 'Harici doğrulama sistemi tarafından sağlanan bir veri talebi, bu uygulama tarafından başlatılan bir işlem tarafından tanınamadı. Giriş yaptıktan sonra geri dönmek bu soruna yol açmış olabilir.',
|
||||
'saml_fail_authed' => ':system kullanarak giriş yapma başarısız oldu; sistem, başarılı bir kimlik doğrulama sağlayamadı',
|
||||
|
@@ -13,6 +13,7 @@ return [
|
||||
'updated_page_debounce' => 'To prevent a mass of notifications, for a while you won\'t be sent notifications for further edits to this page by the same editor.',
|
||||
|
||||
'detail_page_name' => 'Page Name:',
|
||||
'detail_page_path' => 'Page Path:',
|
||||
'detail_commenter' => 'Commenter:',
|
||||
'detail_comment' => 'Comment:',
|
||||
'detail_created_by' => 'Created By:',
|
||||
|
@@ -296,6 +296,7 @@ return [
|
||||
'et' => 'Eesti keel',
|
||||
'eu' => 'Euskara',
|
||||
'fa' => 'فارسی',
|
||||
'fi' => 'Suomi',
|
||||
'fr' => 'Français',
|
||||
'he' => 'İbranice',
|
||||
'hr' => 'Hrvatski',
|
||||
|
Reference in New Issue
Block a user