blob: 357ce4c2b267f6fc62e9be5047178ea4c5348bb6 (
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
|
# 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/.
### These strings are used in DevTools’ performance-new panel, about:profiling, and
### the remote profiling panel. There are additional profiler strings in the appmenu.ftl
### file that are used for the profiler popup.
perftools-intro-title = Profilleyici Ayarları
perftools-intro-description = Kayıtlar yeni bir sekmede profiler.firefox.com adresini açar. Tüm veriler cihazınızda yerel olarak depolanır. Paylaşmak istediklerinizi upload edebilirsiniz.
## All of the headings for the various sections.
perftools-heading-settings = Tüm ayarlar
perftools-heading-buffer = Tampon ayarları
perftools-heading-features = Özellikler
perftools-heading-features-default = Özellikler (Varsayılan olarak açık kalması önerilenler)
perftools-heading-features-disabled = Devre dışı özellikler
perftools-heading-features-experimental = Deneysel
perftools-heading-threads = İş parçacıkları
perftools-heading-local-build = Yerel build
##
perftools-description-intro = Kayıtlar yeni bir sekmede <a>profiler.firefox.com</a> adresini açar. Tüm veriler cihazınızda yerel olarak depolanır. Paylaşmak istediklerinizi upload edebilirsiniz.
## The controls for the interval at which the profiler samples the code.
perftools-range-interval-label = Örnekleme aralığı:
perftools-range-interval-milliseconds = { NUMBER($interval, maxFractionalUnits: 2) } ms
##
# The size of the memory buffer used to store things in the profiler.
perftools-range-entries-label = Tampon boyutu:
perftools-devtools-interval-label = Aralık:
perftools-devtools-threads-label = İş parçacıkları:
perftools-devtools-settings-label = Ayarlar
## Various statuses that affect the current state of profiling, not typically displayed.
perftools-status-recording-stopped-by-another-tool = Kayıt başka bir araç tarafından durduruldu.
## These are shown briefly when the user is waiting for the profiler to respond.
perftools-request-to-stop-profiler = Kaydı durdur
perftools-request-to-get-profile-and-stop-profiler = Profil yakalanıyor
##
perftools-button-start-recording = Kaydı başlat
perftools-button-capture-recording = Kaydı yakala
perftools-button-cancel-recording = Kaydı iptal et
perftools-button-save-settings = Ayarları kaydet ve geri dön
perftools-button-restart = Yeniden başlat
perftools-button-add-directory = Klasör ekle
perftools-button-remove-directory = Seçilenleri sil
perftools-button-edit-settings = Ayarları düzenle…
## These messages are descriptions of the threads that can be enabled for the profiler.
##
|