# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the blur-my-shell@aunetx package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: blur-my-shell@aunetx\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-09 10:41+0200\n" "PO-Revision-Date: 2025-06-21 19:04+0000\n" "Last-Translator: ulahcherubim \n" "Language-Team: Turkish \n" "Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.13-dev\n" #: src/effects/effects.js:21 msgid "Blur effects" msgstr "Bulanıklık etkileri" #: src/effects/effects.js:29 msgid "Texture effects" msgstr "Desen etkileri" #: src/effects/effects.js:43 msgid "Shape effects" msgstr "Şekil etkileri" #: src/effects/effects.js:59 msgid "Native gaussian blur" msgstr "Yerel gauss bulanıklığı" #: src/effects/effects.js:60 msgid "" "An optimized blur effect that smoothly blends pixels within a given radius." msgstr "" "Belirli bir yarıçap içindeki pikselleri düzgünce karıştıran eniyilenmiş " "bulanıklık etkisi." #: src/effects/effects.js:64 src/effects/effects.js:93 #: src/effects/effects.js:122 src/effects/effects.js:404 msgid "Radius" msgstr "Yarıçap" #: src/effects/effects.js:65 msgid "The intensity of the blur effect." msgstr "Bulanıklık etkisinin yoğunluğu." #: src/effects/effects.js:74 src/effects/effects.js:103 #: src/effects/effects.js:140 resources/ui/applications.ui:93 #: resources/ui/dash.ui:92 resources/ui/other.ui:77 resources/ui/overview.ui:75 #: resources/ui/panel.ui:92 msgid "Brightness" msgstr "Parlaklık" #: src/effects/effects.js:75 src/effects/effects.js:104 #: src/effects/effects.js:141 resources/ui/applications.ui:94 #: resources/ui/dash.ui:93 resources/ui/other.ui:78 resources/ui/overview.ui:76 #: resources/ui/panel.ui:93 msgid "" "The brightness of the blur effect, a high value might make the text harder " "to read." msgstr "" "Bulanıklık etkisinin parlaklığı, yüksek değer metnin okunmasını " "zorlaştırabilir." #: src/effects/effects.js:88 msgid "Gaussian blur (advanced effect)" msgstr "Gauss bulanıklığı (gelişmiş efekt)" #: src/effects/effects.js:89 msgid "" "A blur effect that smoothly blends pixels within a given radius. This effect " "is more precise, but way less optimized." msgstr "" "Belirli yarıçap içindeki pikselleri düzgünce karıştıran bulanıklık etkisi. " "Bu etki daha hassastır, ancak çok daha az eniyilenmiştir." #: src/effects/effects.js:94 msgid "" "The intensity of the blur effect. The bigger it is, the slower it will be." msgstr "Bulanıklık etkisinin yoğunluğu. Ne kadar büyükse, o kadar yavaştır." #: src/effects/effects.js:117 msgid "Monte Carlo blur" msgstr "Monte Carlo bulanıklığı" #: src/effects/effects.js:118 msgid "" "A blur effect that mimics a random walk, by picking pixels further and " "further away from its origin and mixing them all together." msgstr "" "Rastgele yürüyüşü taklit eden bulanıklık etkisi, pikselleri kaynağından " "gittikçe daha uzağa seçerek ve hepsini birbirine karıştırır." #: src/effects/effects.js:123 msgid "" "The maximum travel distance for each step in the random walk. A higher value " "will make the blur more randomized." msgstr "" "Rastgele yürüyüşteki her adım için azami seyahat mesafesi. Daha yüksek değer " "bulanıklığı daha rastgele hale getirir." #: src/effects/effects.js:132 msgid "Iterations" msgstr "Yinelemeler" #: src/effects/effects.js:133 msgid "The number of iterations. The more there are, the smoother the blur is." msgstr "Yineleme sayısı. Ne kadar çoksa, bulanıklık o kadar yumuşak olur." #: src/effects/effects.js:150 msgid "Use base pixel" msgstr "Temel pikseli kullanın" #: src/effects/effects.js:151 msgid "" "Whether or not the original pixel is counted for the blur. If it is, the " "image will be more legible." msgstr "" "Özgün pikselin bulanıklık için sayılma durumu. Eğer sayılırsa, görüntü daha " "okunaklı olur." #: src/effects/effects.js:155 msgid "Prefer closer pixels" msgstr "Yakın pikselleri tercih et" #: src/effects/effects.js:156 msgid "" "Whether or not the pixels that are closer to the original pixel will have " "more weight." msgstr "" "Orijinal piksele yakın olan piksellerin daha çok ağırlığının olup olmayacağı." #: src/effects/effects.js:164 src/effects/effects.js:170 #: src/effects/effects.js:196 msgid "Color" msgstr "Renk" #: src/effects/effects.js:165 msgid "An effect that blends a color into the pipeline." msgstr "Bir rengi komut zinciri hattına karıştıran etki." #: src/effects/effects.js:171 msgid "" "The color to blend in. The blending amount is controled by the opacity of " "the color." msgstr "" "Karıştırılacak renk. Karıştırma miktarı rengin matlığı tarafından denetlenir." #: src/effects/effects.js:176 msgid "Blend mode" msgstr "" #: src/effects/effects.js:177 msgid "How the color is blended in." msgstr "" #: src/effects/effects.js:180 msgid "Normal" msgstr "" #: src/effects/effects.js:181 msgid "Multiply" msgstr "" #: src/effects/effects.js:182 msgid "Screen" msgstr "" #: src/effects/effects.js:183 msgid "Overlay" msgstr "" #: src/effects/effects.js:184 msgid "Darken" msgstr "" #: src/effects/effects.js:185 msgid "Lighten" msgstr "" #: src/effects/effects.js:186 msgid "Plus darker" msgstr "" #: src/effects/effects.js:187 msgid "Plus lighter" msgstr "" #: src/effects/effects.js:188 msgid "Color dodge" msgstr "" #: src/effects/effects.js:189 msgid "Color burn" msgstr "" #: src/effects/effects.js:190 msgid "Hard light" msgstr "" #: src/effects/effects.js:191 msgid "Soft light" msgstr "" #: src/effects/effects.js:192 msgid "Difference" msgstr "" #: src/effects/effects.js:193 msgid "Exclusion" msgstr "" #: src/effects/effects.js:194 msgid "Hue" msgstr "" #: src/effects/effects.js:195 src/effects/effects.js:250 msgid "Saturation" msgstr "" #: src/effects/effects.js:197 src/effects/effects.js:205 msgid "Luminosity" msgstr "" #: src/effects/effects.js:206 msgid "An effect that affects the luminosity of the image." msgstr "" #: src/effects/effects.js:210 msgid "Shift brightness" msgstr "" #: src/effects/effects.js:211 msgid "The brightness to add of remove to the image." msgstr "" #: src/effects/effects.js:220 msgid "Multiply brightness" msgstr "" #: src/effects/effects.js:221 msgid "" "The brightness multiplicator of the image, so that 0 means no brightness and " "2 means infinite brightness." msgstr "" #: src/effects/effects.js:230 msgid "Contrast" msgstr "" #: src/effects/effects.js:231 msgid "The contrast of the image in regard to the center of the contrast." msgstr "" #: src/effects/effects.js:240 msgid "Contrast center" msgstr "" #: src/effects/effects.js:241 msgid "The center of the contrast to use." msgstr "" #: src/effects/effects.js:251 msgid "" "The saturation of the image, so that 0 means no saturation and 2 means " "infinite saturation." msgstr "" #: src/effects/effects.js:264 msgid "Pixelize" msgstr "Pikselleştir" #: src/effects/effects.js:265 msgid "An effect that pixelizes the image." msgstr "Görüntüyü pikselleştiren etki." #: src/effects/effects.js:269 src/effects/effects.js:296 #: src/effects/effects.js:323 msgid "Factor" msgstr "Faktör" #: src/effects/effects.js:270 src/effects/effects.js:297 msgid "How much to scale down the image." msgstr "Görüntünün ne kadar küçültüleceği." #: src/effects/effects.js:277 src/effects/effects.js:304 msgid "Downsampling mode" msgstr "Aşağı örnekleme modu" #: src/effects/effects.js:278 src/effects/effects.js:305 msgid "The downsampling method that is used." msgstr "Kullanılan aşağı örnekleme yöntemi." #: src/effects/effects.js:281 src/effects/effects.js:308 msgid "Boxcar" msgstr "Boxcar" #: src/effects/effects.js:282 src/effects/effects.js:309 msgid "Triangular" msgstr "Üçgen" #: src/effects/effects.js:283 src/effects/effects.js:310 msgid "Dirac" msgstr "Dirac" #: src/effects/effects.js:291 msgid "Downscale (advanced effect)" msgstr "Aşağı ölçekleme (gelişmiş efekt)" #: src/effects/effects.js:292 msgid "An effect that downscales the image and put it on the top-left corner." msgstr "Görseli aşağı ölçekleyip sol üst köşeye yerleştiren bir efekt." #: src/effects/effects.js:318 msgid "Upscale (advanced effect)" msgstr "Yukarı ölçekleme (gelişmiş efekt)" #: src/effects/effects.js:319 msgid "An effect that upscales the image from the top-left corner." msgstr "Görseli sol üst köşeden yukarı ölçekleyen bir efekt." #: src/effects/effects.js:324 msgid "How much to scale up the image." msgstr "Görüntünün ne kadar büyütüleceği." #: src/effects/effects.js:335 msgid "Derivative" msgstr "Türev" #: src/effects/effects.js:336 msgid "Apply a spatial derivative, or a laplacian." msgstr "Bir uzamsal türev veya bir laplasyen uygulayın." #: src/effects/effects.js:340 msgid "Operation" msgstr "İşlem" #: src/effects/effects.js:341 msgid "The mathematical operation to apply." msgstr "Uygulanacak matematiksel işlem." #: src/effects/effects.js:344 msgid "1-step derivative" msgstr "1. türev" #: src/effects/effects.js:345 msgid "2-step derivative" msgstr "2. türev" #: src/effects/effects.js:346 msgid "Laplacian" msgstr "Laplasyen" #: src/effects/effects.js:354 src/effects/effects.js:359 msgid "Noise" msgstr "Gürültü" #: src/effects/effects.js:355 msgid "" "An effect that adds a random noise. Prefer the Monte Carlo blur for a more " "organic effect if needed." msgstr "" "Rastgele gürültü ekleyen etki. Gerekirse daha organik etki için Monte Carlo " "bulanıklığını yeğleyin." #: src/effects/effects.js:360 msgid "The amount of noise to add." msgstr "Eklenecek gürültü miktarı." #: src/effects/effects.js:369 msgid "Lightness" msgstr "Açıklık" #: src/effects/effects.js:370 msgid "" "The luminosity of the noise. A setting of '1.0' will make the effect " "transparent." msgstr "Gürültünün renk parlaklığı. '1.0' ayarı etkiyi saydamlaştırır." #: src/effects/effects.js:383 msgid "RGB to HSL (advanced effect)" msgstr "RGB'den HSL'e (gelişmiş efekt)" #: src/effects/effects.js:384 msgid "Converts the image from RGBA colorspace to HSLA." msgstr "Resmi RGBA'dan HSLA'ya dönüştürür." #: src/effects/effects.js:391 msgid "HSL to RGB (advanced effect)" msgstr "HSL'den RGB'ye dönüştürür (gelişmiş efekt)" #: src/effects/effects.js:392 msgid "Converts the image from HSLA colorspace to RGBA." msgstr "Resmi HSLA'dan RGBA'ya dönüştürür." #: src/effects/effects.js:399 msgid "Corner" msgstr "Köşe" #: src/effects/effects.js:400 msgid "" "An effect that draws corners. Add it last not to have the other effects " "perturb the corners." msgstr "" "Köşeleri çizen etki. Diğer etkilerin köşeleri bozmaması için en son ekleyin." #: src/effects/effects.js:405 msgid "The radius of the corner. GNOME apps use a radius of 12 px by default." msgstr "" "Köşenin yarıçapı. GNOME uygulamaları öntanımlı olarak 12 px yarıçap kullanır." #: src/effects/effects.js:412 msgid "Top corners" msgstr "Üst köşeler" #: src/effects/effects.js:413 msgid "Whether or not to round the top corners." msgstr "Üst köşelerin yuvarlatılma durumu." #: src/effects/effects.js:417 msgid "Bottom corners" msgstr "Alt köşeler" #: src/effects/effects.js:418 msgid "Whether or not to round the bottom corners." msgstr "Alt köşelerin yuvarlatılma durumu." #: resources/ui/application-row.ui:4 msgid "Window Name" msgstr "Pencere Adı" #: resources/ui/application-row.ui:8 msgid "Select window" msgstr "Pencere seç" #: resources/ui/application-row.ui:9 msgid "Pick a window or select it by its classname." msgstr "Bir pencere seç veya sınıf adına göre seç." #: resources/ui/applications.ui:5 msgid "Applications" msgstr "Uygulamalar" #: resources/ui/applications.ui:10 msgid "Applications blur" msgstr "Uygulama bulanıklığı" #: resources/ui/applications.ui:11 msgid "" "Adds blur to the applications.\n" "To get the best results possible, although with reduced performances, you " "can choose the option “No artifact” in the “Other → Hack level” tab." msgstr "" "Uygulamalara bulanıklık ekler.\n" "Düşük başarımla da olsa mümkün olan en iyi sonuçlar için \"Diğer → Hack " "seviyesi\" sekmesinde \"Artefakt yok\" seçeneğini seçebilirsiniz." #: resources/ui/applications.ui:21 resources/ui/dash.ui:20 #: resources/ui/panel.ui:20 msgid "Blur type" msgstr "Bulanıklık türü" #: resources/ui/applications.ui:22 msgid "" "The dynamic blur is slower and only compatible with a gaussian blur effect, " "but shows content behind windows." msgstr "" #: resources/ui/applications.ui:42 resources/ui/dash.ui:41 #: resources/ui/panel.ui:41 msgid "Static" msgstr "Sabit" #: resources/ui/applications.ui:54 resources/ui/dash.ui:53 #: resources/ui/panel.ui:53 msgid "Dynamic" msgstr "Dinamik" #: resources/ui/applications.ui:72 resources/ui/dash.ui:71 #: resources/ui/other.ui:56 resources/ui/overview.ui:54 #: resources/ui/panel.ui:71 msgid "Sigma" msgstr "Sigma" #: resources/ui/applications.ui:73 resources/ui/dash.ui:72 #: resources/ui/other.ui:57 resources/ui/overview.ui:55 #: resources/ui/panel.ui:72 msgid "The intensity of the blur." msgstr "Bulanıklık yoğunluğu." #: resources/ui/applications.ui:114 resources/ui/applications.ui:131 #: resources/ui/dash.ui:113 resources/ui/dash.ui:130 resources/ui/panel.ui:113 #: resources/ui/panel.ui:130 msgid "Corner radius" msgstr "" #: resources/ui/applications.ui:115 resources/ui/dash.ui:114 #: resources/ui/panel.ui:114 msgid "" "In order to use rounded corners, please install the GNOME Rounded Blur " "library." msgstr "" #: resources/ui/applications.ui:132 resources/ui/dash.ui:131 #: resources/ui/panel.ui:131 msgid "Radius for the corner rounding effect." msgstr "" #: resources/ui/applications.ui:140 msgid "Enable corner rounding on maximized and fullscreen" msgstr "" #: resources/ui/applications.ui:141 msgid "" "Corner rounding effect will keep being applied to maximized and fullscreen " "windows." msgstr "" #: resources/ui/applications.ui:155 msgid "Opacity" msgstr "Matlık" #: resources/ui/applications.ui:156 msgid "" "The opacity of the window on top of the blur effect, a higher value will be " "more legible." msgstr "" "Bulanıklaştırma etkisinin üstündeki pencerenin matlığı, daha yüksek değer " "daha okunaklı olacaktır." #: resources/ui/applications.ui:177 msgid "Opaque focused window" msgstr "Mat odaklı pencere" #: resources/ui/applications.ui:178 msgid "" "Makes the focused window opaque and the other ones blurred, helping with " "legibility." msgstr "" "Odaklanılan pencereyi mat, diğerlerini bulanık hale getirerek okunabilirliği " "artırır." #: resources/ui/applications.ui:192 msgid "Blur on overview" msgstr "Genel görünümde bulanıklık" #: resources/ui/applications.ui:193 msgid "" "Forces the blur to be properly shown on all workspaces on overview.\n" "This may cause some latency or performance issues." msgstr "" "Bulanıklığın genel görünümdeki tüm çalışma alanlarında düzgün şekilde " "gösterilmesini zorlar.\n" "Bu, bazı gecikme veya performans sorunlarına neden olabilir." #: resources/ui/applications.ui:208 msgid "Enable all by default" msgstr "Öntanımlı olarak tümünü etkinleştir" #: resources/ui/applications.ui:209 msgid "Adds blur behind all windows by default." msgstr "Öntanımlı olarak tüm pencerelerin arkasına bulanıklık ekler." #: resources/ui/applications.ui:225 msgid "Whitelist" msgstr "Beyaz liste" #: resources/ui/applications.ui:226 msgid "" "A list of windows to blur.\n" "Use * to match any sequence of characters (e.g., Firefox* or *Code*), and ? " "for a single one." msgstr "" #: resources/ui/applications.ui:245 resources/ui/applications.ui:283 msgid "Add Window" msgstr "Pencere Ekle" #: resources/ui/applications.ui:263 msgid "Blacklist" msgstr "Kara liste" #: resources/ui/applications.ui:264 msgid "" "A list of windows not to blur.\n" "Use * to match any sequence of characters (e.g., Firefox* or *Code*), and ? " "for a single one." msgstr "" #: resources/ui/dash.ui:5 msgid "Dash" msgstr "Rıhtım" #: resources/ui/dash.ui:10 msgid "Dash to Dock blur" msgstr "Dash to Dock bulanıklığı" #: resources/ui/dash.ui:11 msgid "Blur the background of the Dash to Dock extension, if it is used." msgstr "Kullanılıyorsa, Dash to Dock uzantısının arka planını bulanıklaştır." #: resources/ui/dash.ui:21 resources/ui/panel.ui:21 msgid "" "The dynamic blur is slower and only compatible with a gaussian blur effect." msgstr "" "Dinamik bulanıklık daha yavaştır ve yalnızca gauss bulanıklık etkisiyle " "uyumludur." #: resources/ui/dash.ui:139 resources/ui/panel.ui:154 msgid "Override background" msgstr "Arka planı geçersiz kıl" #: resources/ui/dash.ui:140 msgid "" "Makes the background either transparent or semi-transparent, disable this to " "use Dash to Dock preferences instead." msgstr "" "Arka planını saydam veya yarı saydam hale getirir, Dash to Dock kullanmak " "için bunu devre dışı bırakın." #: resources/ui/dash.ui:146 resources/ui/panel.ui:162 msgid "Background style" msgstr "Arka plan biçemi" #: resources/ui/dash.ui:147 msgid "The transparent/semi-transparent style for the dock background." msgstr "Rıhtım arka planı için saydam/yarı saydam biçem." #: resources/ui/dash.ui:163 resources/ui/panel.ui:193 msgid "Disable in overview" msgstr "Genel görünümde devre dışı bırak" #: resources/ui/dash.ui:164 msgid "Disables the blur from Dash to Dock when entering the overview." msgstr "Genel bakışa geçişte Dash to Dock bulanıklığını devre dışı bırakır." #: resources/ui/dash.ui:199 resources/ui/overview.ui:118 #: resources/ui/overview.ui:138 resources/ui/panel.ui:248 msgid "Transparent" msgstr "Saydam" #: resources/ui/dash.ui:200 resources/ui/overview.ui:116 #: resources/ui/overview.ui:139 resources/ui/panel.ui:249 msgid "Light" msgstr "Açık" #: resources/ui/dash.ui:201 resources/ui/overview.ui:117 #: resources/ui/overview.ui:140 resources/ui/panel.ui:250 msgid "Dark" msgstr "Koyu" #: resources/ui/effects-dialog.ui:4 msgid "Effects" msgstr "Etkiler" #: resources/ui/effects-dialog.ui:39 msgid "Add Effect" msgstr "Etki Ekle" #: resources/ui/effects-dialog.ui:77 msgid "Include advanced effects" msgstr "Gelişmiş efektleri dahil et" #: resources/ui/menu.ui:6 msgid "Project page" msgstr "Proje sayfası" #: resources/ui/menu.ui:10 msgid "Report a Bug" msgstr "Hata Raporla" #: resources/ui/menu.ui:14 msgid "License" msgstr "Lisans" #: resources/ui/menu.ui:18 msgid "Donate" msgstr "Bağış" #: resources/ui/other.ui:5 msgid "Other" msgstr "Diğer" #: resources/ui/other.ui:10 msgid "Lockscreen blur" msgstr "Kilit ekranı bulanıklığı" #: resources/ui/other.ui:11 msgid "Change the blur of the lockscreen to use this extension's preferences." msgstr "" "Bu uzantının tercihlerini kullanmak için kilit ekranının bulanıklığını " "değiştirin." #: resources/ui/other.ui:28 msgid "Screenshot blur" msgstr "Ekran görüntüsü bulanıklığı" #: resources/ui/other.ui:29 msgid "Add blur to the background of the window selector in the screenshot UI." msgstr "" "Ekran görüntüsü kullanıcı arayüzünde pencere seçicinin arka planına " "bulanıklık ekleyin." #: resources/ui/other.ui:46 msgid "Window list extension blur" msgstr "Pencere listesi uzantısı bulanıklığı" #: resources/ui/other.ui:47 msgid "Make the window-list extension blurred, if it is used." msgstr "Kullanılıyorsa, window-list uzantısını bulanık hale getirin." #: resources/ui/other.ui:100 msgid "Coverflow Alt-Tab extension blur" msgstr "Coverflow Alt-Tab eklentisi bulanıklığı" #: resources/ui/other.ui:101 msgid "Make the coverflow alt-tab extension blurred, if it is used." msgstr "Kullanılıyorsa, coverflow alt-tab eklentisini bulanıklaştırın." #: resources/ui/other.ui:118 msgid "Performance" msgstr "Performans" #: resources/ui/other.ui:119 msgid "Various options to tweak the performance." msgstr "Performansı ayarlamak için çeşitli seçenekler." #: resources/ui/other.ui:123 msgid "Hack level" msgstr "Hack düzeyi" #: resources/ui/other.ui:124 msgid "" "Changes the behaviour of the dynamic blur effect. The default value is " "highly recommended.\n" "The “No artifact” option will entirely disable clipped redraws in GNOME " "shell, and will impact your computer performances significantly." msgstr "" "Dinamik bulanıklık etkisinin davranışını değiştirir. Öntanımlı değeri " "kullanmanız kesinlikle tavsiye edilir.\n" "\"Artifact yok\" seçeneği kırpılmış yeniden çizimleri tamamen devre dışı " "bırakır ve bilgisayarın başarımını önemli ölçüde etkiler." #: resources/ui/other.ui:138 msgid "Debug" msgstr "Hata ayıklama" #: resources/ui/other.ui:139 msgid "" "Makes the extension verbose in logs, activate when you need to report an " "issue." msgstr "" "Uzantının detaylı günlük kaydını yapar, bir sorunu bildirmeniz gerektiğinde " "etkinleştirin." #: resources/ui/other.ui:154 msgid "Reset preferences" msgstr "Tercihleri sıfırla" #: resources/ui/other.ui:155 msgid "Resets preferences of Blur my Shell irreversibly." msgstr "Blur my Shell tercihlerini geri döndürülemez şekilde sıfırlar." #: resources/ui/other.ui:174 msgid "Reset" msgstr "Sıfırla" #: resources/ui/other.ui:203 msgid "High performances" msgstr "Yüksek performans" #: resources/ui/other.ui:204 msgid "Default" msgstr "Varsayılan" #: resources/ui/other.ui:205 msgid "No artifact" msgstr "Artefakt yok" #: resources/ui/overview.ui:5 msgid "Overview" msgstr "Genel Görünüm" #: resources/ui/overview.ui:10 msgid "Background blur" msgstr "Arka plan bulanıklığı" #: resources/ui/overview.ui:11 msgid "Add blur to the overview background, using the wallpaper picture." msgstr "" "Duvar kağıdı resmini kullanarak genel bakış arka planına bulanıklık ekleyin." #: resources/ui/overview.ui:26 msgid "Overview components style" msgstr "Genel görünüm bileşen biçemi" #: resources/ui/overview.ui:27 msgid "" "The semi-transparent style for the dash, search entry/results, and " "application folders." msgstr "" "Gösterge paneli, arama girişi/sonuçları ve uygulama klasörleri için yarı " "saydam biçem." #: resources/ui/overview.ui:44 msgid "Application folder blur" msgstr "Uygulama klasörü bulanıklığı" #: resources/ui/overview.ui:45 msgid "Makes the background of application folder dialogs blurred." msgstr "Uygulama klasörü iletişim kutusunun arka planını bulanıklaştırır." #: resources/ui/overview.ui:96 msgid "Application folder dialogs style" msgstr "Uygulama klasörü iletişim kutuları biçemi" #: resources/ui/overview.ui:97 msgid "The semi-transparent style for the application folder dialogs." msgstr "Uygulama klasörü iletişim iletişimi için yarı saydam biçem." #: resources/ui/overview.ui:115 resources/ui/overview.ui:137 msgid "Do not style" msgstr "Biçem yapma" #: resources/ui/panel.ui:5 msgid "Panel" msgstr "Panel" #: resources/ui/panel.ui:10 msgid "Panel blur" msgstr "Panel bulanıklığı" #: resources/ui/panel.ui:11 msgid "Blur the top panel using the background image." msgstr "Arka plan görüntüsünü kullanarak üst paneli bulanıklaştırın." #: resources/ui/panel.ui:139 msgid "Force light text" msgstr "Açık metni zorla" #: resources/ui/panel.ui:140 msgid "" "Use a light text for the panel, useful when using gnome-shell's light theme." msgstr "" "Panel için açık renkli yazı kullan, gnome-shell'in aydınlık temasını " "kullanırken yararlıdır." #: resources/ui/panel.ui:155 msgid "" "Override the background of the panel to use a transparent or semi-" "transparent one.\n" "Recommended unless you want to customize your GNOME theme." msgstr "" "Saydam veya yarı saydam bir arka plan kullanmak için panelin arka planını " "geçersiz kıl.\n" "GNOME temanızı özelleştirmek istemiyorsanız önerilir." #: resources/ui/panel.ui:163 msgid "The transparent/semi-transparent style for the panel background." msgstr "Panel arka planı için saydam/yarı saydam biçem." #: resources/ui/panel.ui:177 msgid "Disable when a window is near" msgstr "Bir pencere yakınken devre dışı bırak" #: resources/ui/panel.ui:178 msgid "Disables the transparency of the panel when a window is near it." msgstr "Bir pencere yakındayken panelin saydamlığını devre dışı bırakır." #: resources/ui/panel.ui:194 msgid "Disables the blur from the panel when entering the overview." msgstr "Genel görünüme girerken panelden bulanıklığı kaldırır." #: resources/ui/panel.ui:210 msgid "Compatibility" msgstr "Uyumluluk" #: resources/ui/panel.ui:211 msgid "Various options to provide compatibility with other extensions." msgstr "Diğer uzantılarla uyumluluğu sağlamak için çeşitli seçenekler." #: resources/ui/panel.ui:216 msgid "Hidetopbar extension" msgstr "Hidetopbar uzantısı" #: resources/ui/panel.ui:217 msgid "Does not disable the blur in overview, best used with static blur." msgstr "" "Genel görünümde bulanıklığı devre dışı bırakmaz, en iyi statik bulanıklıkla " "kullanılır." #: resources/ui/panel.ui:231 msgid "Blur original panel with Dash to Panel" msgstr "Dash to Panel ile özgün paneli bulanıklaştır" #: resources/ui/panel.ui:232 msgid "" "Enables the blurring of the original panel with Dash to Panel, if selected " "in the extension's options." msgstr "" "Uzantının seçeneklerinde seçilirse Dash to Panel ile özgün panelin " "bulanıklaştırılmasını etkinleştirir." #: resources/ui/panel.ui:251 msgid "Contrasted" msgstr "Zıt" #: resources/ui/pipeline-choose-row.ui:4 msgid "Pipeline" msgstr "Komut zinciri" #: resources/ui/pipeline-choose-row.ui:5 msgid "The pipeline to be used with this component." msgstr "Bu bileşenle kullanılacak komut zinciri." #: resources/ui/pipeline-group.ui:6 msgid "Pipeline name" msgstr "Komut zinciri adı" #: resources/ui/pipeline-group.ui:20 msgid "Manage effects" msgstr "Etkileri yönetin" #: resources/ui/pipelines.ui:5 msgid "Pipelines" msgstr "Komut zincirleri" #: resources/ui/pipelines.ui:10 msgid "" "Each component uses a pipeline, which can be chosen in the corresponding " "tab. Here you can create, modify and delete the pipelines and their effects." msgstr "" "Her bileşen, ilgili sekmede seçilebilen bir komut zinciri kullanır. Burada " "komut zincirlerini ve etkilerini oluşturabilir, değiştirebilir ve " "silebilirsiniz." #: resources/ui/pipelines.ui:29 msgid "Add Pipeline" msgstr "Komut Zinciri Ekle" #~ msgid "A list of windows to blur." #~ msgstr "Bulanıklaştırılacak pencerelerin listesi." #~ msgid "A list of windows not to blur." #~ msgstr "Bulanıklaştırılmaması gereken pencerelerin listesi." #~ msgid "Gaussian blur" #~ msgstr "Gauss bulanıklığı" #~ msgid "Divider" #~ msgstr "Ayraç" #~ msgid "Applications blur (beta)" #~ msgstr "Uygulama bulanıklığı (beta)" #~ msgid "" #~ "Adds blur to the applications. This is still beta functionality.\n" #~ "To get the best results possible, make sure to choose the option “No " #~ "artifact” in the “General → Hack level” preference.\n" #~ " " #~ msgstr "" #~ "Uygulamalara bulanıklık ekler. Bu hala beta işlevselliğidir.\n" #~ "Mümkün olan en iyi sonuçları elde etmek için, \"Genel → Hack düzeyi\" " #~ "tercihinde \"Artefakt yok\" seçeneğini seçtiğinizden emin olun.\n" #~ " " #~ msgid "" #~ "Adds blur behind all windows by default.\n" #~ "Not recommended because of performance and stability issues." #~ msgstr "" #~ "Öntanımlı olarak tüm pencerelerin arkasına bulanıklık ekler.\n" #~ "Performans ve kararlılık sorunları nedeniyle önerilmez." #~ msgid "Customize properties" #~ msgstr "Özellikleri özelleştir" #~ msgid "" #~ "Uses customized blur properties, instead of the ones set in the General " #~ "page." #~ msgstr "" #~ "Genel sayfasında ayarlananlar yerine özelleştirilmiş bulanıklık " #~ "özelliklerini kullanır." #~ msgid "" #~ "Changes the color of the blur. The opacity of the color controls how much " #~ "it is blended into the blur effect." #~ msgstr "" #~ "Bulanıklığın rengini değiştirir. Rengin matlığı, bulanıklık etkisiyle ne " #~ "kadar karıştırılacağını denetler." #~ msgid "Noise amount" #~ msgstr "Gürültü miktarı" #~ msgid "" #~ "The amount of noise to add to the blur effect, useful on low-contrast " #~ "screens or for aesthetic purpose." #~ msgstr "" #~ "Bulanıklık etkisinin gürültü miktarı, düşük karşıtlıklı ekranlarda veya " #~ "estetik amaçlar için yararlıdır." #~ msgid "Noise lightness" #~ msgstr "Gürültü hafifliği" #~ msgid "The lightness of the noise added to the blur effect." #~ msgstr "Bulanıklık etkisine eklenen gürültünün hafifliği." #~ msgid "Notice" #~ msgstr "Dikkat" #~ msgid "" #~ "Noise and color can't be activated on dynamically blurred components, " #~ "such as this one." #~ msgstr "" #~ "Bunun gibi dinamik olarak bulanıklaştırılmış bileşenlerde gürültü ve renk " #~ "etkinleştirilemez." #~ msgid "Static blur" #~ msgstr "Statik bulanıklık" #~ msgid "Rounded corner radius" #~ msgstr "Yuvarlatılmış köşe yarı çapı" #~ msgid "The radius for the rounding effect. Only available with static blur." #~ msgstr "" #~ "Yuvarlama efekti yarıçapı. Yalnızca statik bulanıklık ile kullanılabilir." #~ msgid "General" #~ msgstr "Genel" #~ msgid "Blur preferences" #~ msgstr "Bulanıklık tercihleri" #~ msgid "Global blur preferences, used by all components by default." #~ msgstr "" #~ "Varsayılan olarak tüm bileşenler tarafından kullanılan genel bulanıklık " #~ "tercihleri." #~ msgid "Color and noise effects" #~ msgstr "Renk ve gürültü etkileri" #~ msgid "" #~ "Globally disables noise and color effects which may improve performance " #~ "on low-end systems." #~ msgstr "" #~ "Düşük özellikli sistemlerde performansı artırabilecek gürültü ve renk " #~ "etkilerini küresel olarak devre dışı bırakır." #~ msgid "" #~ "Changes the behaviour of the dynamic blur effect.\n" #~ "The default value is highly recommended unless you use application blur, " #~ "in which case “No artifact” is better.\n" #~ "This option will entirely disable clipped redraws in GNOME shell, and may " #~ "impact performance significantly but will completely fix the blur effect." #~ msgstr "" #~ "Dinamik bulanıklaştırma etkisinin davranışını değiştirir.\n" #~ "Uygulama bulanıklığı kullanmadığınız sürece öntanımlı değer şiddetle " #~ "tavsiye edilir, bu durumda \"Artifakt Yok\" daha iyidir.\n" #~ "Bu seçenek GNOME kabuğunda kırpılmış yeniden çizimleri tamamen devre dışı " #~ "bırakır ve performansı önemli ölçüde etkileyebilir, ancak bulanıklık " #~ "etkisini tamamen düzeltir." #~ msgid "High quality" #~ msgstr "Yüksek kalite" #~ msgid "Uses a static blurred image, more performant and stable." #~ msgstr "" #~ "Statik bulanık bir görüntü kullanır, daha performanslı ve kararlıdır." #~ msgid "" #~ "Makes the background semi-transparent, disable this to use Dash to Dock " #~ "preferences instead." #~ msgstr "" #~ "Arka planı yarı saydam yapar, Dash to Dock tercihlerini kullanmak için " #~ "bunu devre dışı bırakın." #~ msgid "Performances" #~ msgstr "Performans" #~ msgid "Various options to tweak the performances." #~ msgstr "Performansı ayarlamak için çeşitli seçenekler." #~ msgid "" #~ "Permits to disable globally the use of noise and color effects, this may " #~ "improve performances for low-end graphic." #~ msgstr "" #~ "Gürültü ve renk efektlerinin kullanımını genel olarak devre dışı " #~ "bırakmaya izin verir; bu, düşük kaliteli grafikler için performansları " #~ "iyileştirebilir." #~ msgid "" #~ "The semi-transparent style for the dash, search entry/results, and " #~ "applications folders." #~ msgstr "" #~ "Rıhtım, arama girişi/sonuçları ve uygulama klasörleri için yarı saydam " #~ "stil." #~ msgid "Applications folder blur" #~ msgstr "Uygulama klasörü bulanıklığı" #~ msgid "Makes the background of folder icons blurred." #~ msgstr "Klasör simgelerinin arka planını bulanıklaştırır." #~ msgid "Dialog opacity" #~ msgstr "İletişim penceresi opaklığı" #~ msgid "The opacity of the applications folder popup." #~ msgstr "Uygulama klasörü açılır penceresinin opaklığı." #~ msgid "" #~ "Add blur to the applications. This is still a beta functionnality, is " #~ "quite buggy and is only applied to the apps that ask it, or to the ones " #~ "set in the whitelist below." #~ msgstr "" #~ "Uygulamalara bulanıklık ekleyin. Bu hâlâ bir beta işlevidir, oldukça " #~ "sorunludur ve yalnızca bunu isteyen uygulamalara veya aşağıdaki beyaz " #~ "listede belirtilenlere uygulanır." #~ msgid "" #~ "Changes the behaviour of dynamic blur effect. Default value is very " #~ "recommended." #~ msgstr "" #~ "Dinamik bulanıklık efektinin davranışını değiştirir. Varsayılan değer " #~ "şiddetle tavsiye edilir." #~ msgid "Disables the blur from the panel when a window is near it." #~ msgstr "" #~ "Yakınında bir pencere olduğunda paneldeki bulanıklığı devre dışı bırakır." #~ msgid "" #~ "A list of the applications to blur, one per line. To get an application " #~ "class name, under xorg you can use `xprop|grep WM_CLASS` and paste the " #~ "last name here." #~ msgstr "" #~ "Her satırda bir tane olacak şekilde bulanıklaştırılacak uygulamaların " #~ "listesi. Bir uygulamanın sınıf adını almak için xorg altında `xprop|grep " #~ "WM_CLASS` komutunu kullanabilir ve son ismi buraya yapıştırabilirsiniz."