summaryrefslogtreecommitdiffstats
path: root/l10n-tr/devtools/client/toolbox-options.ftl
blob: dc0881543e419416f5e3fa6c8cf269aafa7265b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.


### Localization for Developer Tools options


## Default Developer Tools section

# The heading
options-select-default-tools-label = Varsayılan geliştirici araçları
# The label for the explanation of the * marker on a tool which is currently not supported
# for the target of the toolbox.
options-tool-not-supported-label = * Geçerli araç kutusu hedefinde desteklenmiyor
# The label for the heading of group of checkboxes corresponding to the developer tools
# added by add-ons. This heading is hidden when there is no developer tool installed by add-ons.
options-select-additional-tools-label = Eklentiler tarafından kurulan geliştirici araçları
# The label for the heading of group of checkboxes corresponding to the default developer
# tool buttons.
options-select-enabled-toolbox-buttons-label = Kullanılabilir araç kutusu düğmeleri
# The label for the heading of the radiobox corresponding to the theme
options-select-dev-tools-theme-label = Temalar

## Inspector section

# The heading
options-context-inspector = Denetçi
# The label for the checkbox option to show user agent styles
options-show-user-agent-styles-label = Tarayıcı stillerini göster
options-show-user-agent-styles-tooltip =
    .title = Bunu açarsanız tarayıcı tarafından yüklenen varsayılan stiller gösterilir.
# The label for the checkbox option to enable collapse attributes
options-collapse-attrs-label = DOM özniteliklerini kısalt
options-collapse-attrs-tooltip =
    .title = Denetçideki uzun öznitelikleri kısaltır
# The label for the checkbox option to enable the "drag to update" feature
options-inspector-draggable-properties-label = Boyut değerlerini düzenlemek için tıklayıp sürükleyin
options-inspector-draggable-properties-tooltip =
    .title = Denetçi kuralları görünümünde boyut değerlerini düzenlemek için tıklayıp sürükleyin.
# The label for the checkbox option to enable simplified highlighting on page elements
# within the inspector for users who enabled prefers-reduced-motion = reduce
options-inspector-simplified-highlighters-label = prefers-reduced-motion ile daha basit vurgular kullan
options-inspector-simplified-highlighters-tooltip =
    .title = prefers-reduced-motion etkinse basitleştirilmiş vurgulayıcıları etkinleştirir. Yanıp sönme efektlerini önlemek için, vurgulanan öğelerin etrafına dolgulu dikdörtgen yerine çizgi çizer.
# The label for the checkbox option to make the Enter key move the focus to the next input
# when editing a property name or value in the Inspector rules view
options-inspector-rules-focus-next-on-enter-label = <kbd>Enter</kbd> tuşuna basıldığında bir sonraki girdi alanına odaklan

## "Default Color Unit" options for the Inspector

options-default-color-unit-label = Varsayılan renk birimi
options-default-color-unit-authored = Yazıldığı gibi
options-default-color-unit-hex = On altılık
options-default-color-unit-hsl = HSL(A)
options-default-color-unit-rgb = RGB(A)
options-default-color-unit-hwb = HWB
options-default-color-unit-name = Renk adları

## Style Editor section

# The heading
options-styleeditor-label = Stil editörü
# The label for the checkbox that toggles autocompletion of css in the Style Editor
options-stylesheet-autocompletion-label = CSS’i otomatik tamamla
options-stylesheet-autocompletion-tooltip =
    .title = Stil editöründe siz yazdıkça CSS özelliklerini, değerleri ve seçicileri otomatik tamamlar

## Screenshot section

# The heading
options-screenshot-label = Ekran görüntüsü davranışı
# Label for the checkbox that toggles screenshot to clipboard feature
options-screenshot-clipboard-only-label = Ekran görüntüsü yalnızca panoya
options-screenshot-clipboard-tooltip2 =
    .title = Ekran görüntüsünü doğrudan panoya kaydeder
# Label for the checkbox that toggles the camera shutter audio for screenshot tool
options-screenshot-audio-label = Fotoğraf çekme sesini oynat
options-screenshot-audio-tooltip =
    .title = Ekran görüntüsü alırken fotoğraf çekme sesini oynatır

## Editor section

# The heading
options-sourceeditor-label = Editör tercihleri
options-sourceeditor-detectindentation-tooltip =
    .title = Kaynak içeriğe dayanarak girintilemeyi tahmin et
options-sourceeditor-detectindentation-label = Girintilemeyi tespit et
options-sourceeditor-autoclosebrackets-tooltip =
    .title = Kapatma parantezlerini otomatik ekle
options-sourceeditor-autoclosebrackets-label = Parantezleri otomatik kapat
options-sourceeditor-expandtab-tooltip =
    .title = Tab karakteri yerine boşluk kullan
options-sourceeditor-expandtab-label = Boşluk kullanarak girinti ver
options-sourceeditor-tabsize-label = Sekme boyutu
options-sourceeditor-keybinding-label = Kısayol tuşları
options-sourceeditor-keybinding-default-label = Varsayılan

## Advanced section

# The heading (this item is also used in perftools.ftl)
options-context-advanced-settings = Gelişmiş ayarlar
# The label for the checkbox that toggles the HTTP cache on or off
options-disable-http-cache-label = HTTP önbelleğini kapat (araç kutusu açıkken)
options-disable-http-cache-tooltip =
    .title = Bu seçeneği açarsanız araç kutusunun açık olduğu tüm sekmelerde HTTP önbelleği devre dışı kalacaktır. Bu seçenek Service Worker’ları etkilemez.
# The label for checkbox that toggles JavaScript on or off
options-disable-javascript-label = JavaScript’i devre dışı bırak *
options-disable-javascript-tooltip =
    .title = Bu seçeneği açarsanız geçerli sekmede JavaScript devre dışı bırakılır. Sekme veya araç kutusu kapatılırsa bu ayar unutulacaktır.
# The label for checkbox that toggles chrome debugging, i.e. the devtools.chrome.enabled preference
options-enable-chrome-label = Tarayıcı chrome’u ve eklenti hata ayıklama araç kutularını etkinleştir
options-enable-chrome-tooltip =
    .title = Bu seçeneği açarsanız tarayıcı bağlamında çeşitli geliştirici araçlarını (Araçlar > Web Geliştirici > Tarayıcı araç kutusu aracılığıyla) ve Eklenti Yöneticisi’nde hata ayıklama eklentilerini kullanabilirsiniz
# The label for checkbox that toggles remote debugging, i.e. the devtools.debugger.remote-enabled preference
options-enable-remote-label = Uzaktan hata ayıklamayı etkinleştir
options-enable-remote-tooltip2 =
    .title = Bu seçeneği açarsanız bu tarayıcıda uzaktan hata ayıklamaya izin verilir
# The label for checkbox that enables F12 as a shortcut to open DevTools
options-enable-f12-label = Geliştirici araçlarını açıp kapatmak için F12 tuşunu kullan
options-enable-f12-tooltip =
    .title = Bu seçeneği etkinleştirirseniz F12 tuşunu kullanarak geliştirici araçlarını açıp kapatabilirsiniz
# The label for checkbox that toggles custom formatters for objects
options-enable-custom-formatters-label = Özel biçimlendiricileri etkinleştir
options-enable-custom-formatters-tooltip =
    .title = Bu seçeneği açmak, sitelerin DOM nesneleri için özel biçimlendiriciler tanımlamasına olanak tanır
# The label for checkbox that toggles the service workers testing over HTTP on or off.
options-enable-service-workers-http-label = HTTP üzerinden Service Worker’ları etkinleştir (araç kutusu açıkken)
options-enable-service-workers-http-tooltip =
    .title = Bu seçeneği açarsanız, araç kutusunun açık olduğu tüm sekmelerde HTTP üzerinden Service Worker’lar etkinleşir.
# The label for the checkbox that toggles source maps in all tools.
options-source-maps-label = Kaynak eşlemelerini etkinleştir
options-source-maps-tooltip =
    .title = Bu seçeneği etkinleştirirseniz kaynaklar araçlarda eşlenecektir.
# The message shown for settings that trigger page reload
options-context-triggers-page-refresh = * Yalnızca bu oturumda geçerli, sayfayı yeniden yükler