X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/a274406038e13cf678e14d65dfa70d04ead67206..refs/pull/3555/head:/resources/lang/tr/common.php diff --git a/resources/lang/tr/common.php b/resources/lang/tr/common.php index 1f19a62f4..fe6879923 100644 --- a/resources/lang/tr/common.php +++ b/resources/lang/tr/common.php @@ -20,7 +20,7 @@ return [ 'role' => 'Rol', 'cover_image' => 'Kapak resmi', 'cover_image_description' => 'Bu görsel yaklaşık 440x250px boyutlarında olmalıdır.', - + // Actions 'actions' => 'İşlemler', 'view' => 'Görüntüle', @@ -39,12 +39,16 @@ return [ 'reset' => 'Sıfırla', 'remove' => 'Kaldır', 'add' => 'Ekle', - 'configure' => 'Configure', + 'configure' => 'Yapılandır', 'fullscreen' => 'Tam Ekran', - 'favourite' => 'Favourite', - 'unfavourite' => 'Unfavourite', - 'next' => 'Next', - 'previous' => 'Previous', + 'favourite' => 'Favoriye ekle', + 'unfavourite' => 'Favorilerden çıkar', + 'next' => 'Sonraki', + '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', @@ -52,7 +56,7 @@ return [ 'sort_ascending' => 'Artan Sıralama', 'sort_descending' => 'Azalan Sıralama', 'sort_name' => 'İsim', - 'sort_default' => 'Default', + 'sort_default' => 'Varsayılan', 'sort_created_at' => 'Oluşturulma Tarihi', 'sort_updated_at' => 'Güncelleme Tarihi', @@ -61,7 +65,7 @@ return [ 'no_activity' => 'Gösterilecek eylem bulunamadı', 'no_items' => 'Herhangi bir öge bulunamadı', 'back_to_top' => 'Başa dön', - 'skip_to_main_content' => 'Skip to main content', + 'skip_to_main_content' => 'Ana içeriğe geç', 'toggle_details' => 'Detayları Göster/Gizle', 'toggle_thumbnails' => 'Ön İzleme Görsellerini Göster/Gizle', 'details' => 'Detaylar', @@ -69,9 +73,14 @@ return [ 'list_view' => 'Liste Görünümü', 'default' => 'Varsayılan', 'breadcrumb' => 'Gezinti Menüsü', + 'status' => 'Durum', + 'status_active' => 'Etkin', + 'status_inactive' => 'Devre dışı', + 'never' => 'Hiçbir zaman', + 'none' => 'Hiçbiri', // Header - 'header_menu_expand' => 'Expand Header Menu', + 'header_menu_expand' => 'Başlık Menüsünü Genişlet', 'profile_menu' => 'Profil Menüsü', 'view_profile' => 'Profili Görüntüle', 'edit_profile' => 'Profili Düzenle', @@ -90,6 +99,6 @@ return [ // Footer Link Options // Not directly used but available for convenience to users. - 'privacy_policy' => 'Privacy Policy', - 'terms_of_service' => 'Terms of Service', + 'privacy_policy' => 'Gizlilik Politikası', + 'terms_of_service' => 'Hizmet Şartları', ];