X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/bccf4653cb11df5e5c36bf9e9c48b528fcad90ef..refs/pull/3994/head:/resources/lang/tr/errors.php diff --git a/resources/lang/tr/errors.php b/resources/lang/tr/errors.php index d3a24622c..5a4669efe 100644 --- a/resources/lang/tr/errors.php +++ b/resources/lang/tr/errors.php @@ -23,6 +23,10 @@ return [ '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ı', + 'oidc_already_logged_in' => 'Already logged in', + 'oidc_user_not_registered' => 'The user :name is not registered and automatic registration is disabled', + 'oidc_no_email_address' => 'Could not find an email address, for this user, in the data provided by the external authentication system', + 'oidc_fail_authed' => 'Login using :system failed, system did not provide successful authorization', 'social_no_action_defined' => 'Herhangi bir eylem tanımlanmamış', 'social_login_bad_response' => ":socialAccount girişi sırasında bir hata meydana geldi: \n:error", 'social_account_in_use' => 'Bu :socialAccount zaten kullanımda, :socialAccount hesabıyla giriş yapmayı deneyin.', @@ -54,7 +58,7 @@ return [ // Entities 'entity_not_found' => 'Öge bulunamadı', - 'bookshelf_not_found' => 'Kitaplık bulunamadı', + 'bookshelf_not_found' => 'Shelf not found', 'book_not_found' => 'Kitap bulunamadı', 'page_not_found' => 'Sayfa bulunamadı', 'chapter_not_found' => 'Bölüm bulunamadı', @@ -83,6 +87,9 @@ return [ '404_page_not_found' => 'Sayfa Bulunamadı', 'sorry_page_not_found' => 'Üzgünüz, aradığınız sayfa bulunamıyor.', 'sorry_page_not_found_permission_warning' => 'Bu sayfanın var olduğunu düşünüyorsanız, görüntüleme iznine sahip olmayabilirsiniz.', + 'image_not_found' => 'Image Not Found', + 'image_not_found_subtitle' => 'Sorry, The image file you were looking for could not be found.', + 'image_not_found_details' => 'If you expected this image to exist it might have been deleted.', 'return_home' => 'Ana sayfaya dön', 'error_occurred' => 'Bir Hata Oluştu', 'app_down' => ':appName şu anda erişilemez durumda',