summaryrefslogtreecommitdiffstats
path: root/l10n-tr/devtools/client/debugger.properties
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--l10n-tr/devtools/client/debugger.properties132
1 files changed, 121 insertions, 11 deletions
diff --git a/l10n-tr/devtools/client/debugger.properties b/l10n-tr/devtools/client/debugger.properties
index e41a869f9e..f70be7c8c6 100644
--- a/l10n-tr/devtools/client/debugger.properties
+++ b/l10n-tr/devtools/client/debugger.properties
@@ -151,6 +151,27 @@ traceInWebConsole=Web konsolunda izle
# This is used to force logging JavaScript traces in the stdout.
traceInStdout=stdout’ta izle
+# LOCALIZATION NOTE (traceValues): The label that is displayed in the context menu
+# of the trace button, which is in the top of the debugger right sidebar.
+# This is used to enable logging arguments passed to function calls
+# as well as returned values (only for JS function calls, but not native function calls)
+traceValues=Fonksiyon argümanlarını ve döndürülen değerleri kaydet
+
+# LOCALIZATION NOTE (traceOnNextLoad): The label that is displayed in the context menu
+# of the trace button, which is in the top of the debugger right sidebar.
+# This is used to automatically start the tracing on next user interaction (mousedown/keydown)
+traceOnNextInteraction=Yalnızca bir sonraki kullanıcı etkileşiminde izle (mousedown/keydown)
+
+# LOCALIZATION NOTE (traceOnNextLoad): The label that is displayed in the context menu
+# of the trace button, which is in the top of the debugger right sidebar.
+# This is used to automatically start the tracing on next page load.
+traceOnNextLoad=Yalnızca bir sonraki sayfa yüklemesinde izle (tazeleme veya gezinme)
+
+# LOCALIZATION NOTE (traceFunctionReturn): The label that is displayed in the context menu
+# of the trace button, which is in the top of the debugger right sidebar.
+# This is used to also log when a function call just returned.
+# Depending on "traceValues", this will log or not log the returned value.
+
# LOCALIZATION NOTE (resumeButtonTooltip): The label that is displayed on the pause
# button when the debugger is in a paused state.
resumeButtonTooltip=Sürdür %S
@@ -370,21 +391,21 @@ breakpointHeadingsMenuItem.removeInSource.accesskey=n
# LOCALIZATION NOTE (breakpointMenuItem): The text for all the elements that
# are displayed in the breakpoints menu item popup.
-breakpointMenuItem.enableSelf2.label=Devrede
+breakpointMenuItem.enableSelf2.label=Etkinleştir
breakpointMenuItem.enableSelf2.accesskey=E
-breakpointMenuItem.disableSelf2.label=Devre dışı
+breakpointMenuItem.disableSelf2.label=Devre dışı bırak
breakpointMenuItem.disableSelf2.accesskey=D
breakpointMenuItem.deleteSelf2.label=Kaldır
breakpointMenuItem.deleteSelf2.accesskey=R
breakpointMenuItem.disabledbg.label=Burada asla duraklama
breakpointMenuItem.enabledbg.label=Burada durakla
-breakpointMenuItem.enableOthers2.label=Diğerlerini devreye sok
-breakpointMenuItem.enableOthers2.accesskey=o
+breakpointMenuItem.enableOthers2.label=Diğerlerini etkinleştir
+breakpointMenuItem.enableOthers2.accesskey=i
breakpointMenuItem.disableOthers2.label=Diğerlerini devre dışı bırak
breakpointMenuItem.disableOthers2.accesskey=k
breakpointMenuItem.deleteOthers2.label=Diğerlerini kaldır
breakpointMenuItem.deleteOthers2.accesskey=e
-breakpointMenuItem.enableAll2.label=Tümünü devreye sok
+breakpointMenuItem.enableAll2.label=Tümünü etkinleştir
breakpointMenuItem.enableAll2.accesskey=t
breakpointMenuItem.disableAll2.label=Tümünü devre dışı bırak
breakpointMenuItem.disableAll2.accesskey=n
@@ -410,7 +431,7 @@ breakpointMenuItem.disableAllAtLine.accesskey=K
breakpointMenuItem.enableAllAtLine.label=Satırdaki kesme noktalarını etkinleştir
breakpointMenuItem.enableAllAtLine.accesskey=L
breakpointMenuItem.removeAllAtLine.label=Satırdaki kesme noktalarını kaldır
-breakpointMenuItem.removeAllAtLine.accesskey=X
+breakpointMenuItem.removeAllAtLine.accesskey=S
# LOCALIZATION NOTE (breakpoints.header): Breakpoints right sidebar pane header.
breakpoints.header=Kesme noktaları
@@ -503,12 +524,12 @@ editor.addLogPoint.accesskey=l
# LOCALIZATION NOTE (editor.editLogPoint): Editor gutter context menu item
# for editing a log point already set on a line.
-editor.editLogPoint=Logu düzenle
+editor.editLogPoint=Log’u düzenle
editor.editLogPoint.accesskey=E
# LOCALIZATION NOTE (editor.removeLogPoint): Context menu item for removing
# a log point on a line.
-editor.removeLogPoint.label=Log'u sil
+editor.removeLogPoint.label=Log’u sil
editor.removeLogPoint.accesskey=O
# LOCALIZATION NOTE (editor.conditionalPanel.placeholder2): Placeholder text for
@@ -625,15 +646,23 @@ original=orijinal
# input element
expressions.placeholder=İzlenecek ifade ekle
+# LOCALIZATION NOTE (expressions.errorMsg): Error text for expression
+# input element
+expressions.errorMsg=Geçersiz ifade…
+
+# LOCALIZATION NOTE (expressions.placeholder): Placeholder text for expression
+# input element
+expressions.placeholder2=İfade ekle
+
# LOCALIZATION NOTE (expressions.noOriginalScopes): Expressions right sidebar pane message
# for when the`map variable names`is off and the debugger is paused in an original source
expressions.noOriginalScopes=Orijinal değişken isim eşlemesi kapatıldı. İfade değerleri doğru olmayabilir.
-# LOCALIZATION NOTE (expressions.errorMsg): Error text for expression
-# input element
-expressions.errorMsg=Geçersiz ifade…
+# LOCALIZATION NOTE (expressions.label): For the "Add watch expression" context menu item in the editor
expressions.label=İzlenecek ifade ekle
expressions.accesskey=e
+
+# LOCALIZATION NOTE (expressions.remove.tooltip): For the tooltip on the button to remove a watch expression
expressions.remove.tooltip=İzlenecek ifadeyi kaldır
# LOCALIZATION NOTE (xhrBreakpoints.header): The pause on any XHR breakpoints headings
@@ -738,6 +767,71 @@ sourceFooter.unignore=Kaynağı yok sayma
# with the ignore source button when the selected source is on the ignore list
sourceFooter.ignoreList=Belirtilen kaynak yok sayılanlar listesindedir. Bu kaynağı kullanmak için `Bilinen üçüncü taraf betiklerini yok say` seçeneğini kapatın.
+# LOCALIZATION NOTE (sourceFooter.sourceMapButton.disabled): Label displayed next to the
+# Source Map icon displayed in editor footer.
+# Displayed when Source Maps are disabled.
+sourceFooter.sourceMapButton.disabled = Kaynak eşlemeleri devre dışı
+
+# LOCALIZATION NOTE (sourceFooter.sourceMapButton.sourceNotMapped): Label displayed next to the
+# Source Map icon displayed in editor footer.
+# Displayed when the selected source is a regular source, without any source map.
+sourceFooter.sourceMapButton.sourceNotMapped = Kaynak eşleme bulunamadı
+
+# LOCALIZATION NOTE (sourceFooter.sourceMapButton.isOriginalSource): Label displayed next to the
+# Source Map icon displayed in editor footer.
+# Displayed when the selected source is an original source.
+# i.e. a file which may not be in JavaScript and isn't being executed by Firefox.
+# This file is transpiled by the web developer into a "bundle" JavaScript file, which is executed by the page.
+sourceFooter.sourceMapButton.isOriginalSource = orijinal dosya
+
+# LOCALIZATION NOTE (sourceFooter.sourceMapButton.isBundleSource): Label displayed next to the
+# Source Map icon displayed in editor footer.
+# Displayed when the selected source is a bundle. i.e. a file referring to a source map file,
+# which will be mapped to one or many original sources.
+sourceFooter.sourceMapButton.isBundleSource = paket dosyası
+
+# LOCALIZATION NOTE (sourceFooter.sourceMapButton.enable): Label displayed in the menu opened
+# from the Source Map icon displayed in editor footer.
+# This allows to toggle Source Map support.
+sourceFooter.sourceMapButton.enable = Kaynak eşlemelerini etkinleştir
+
+# LOCALIZATION NOTE (sourceFooter.sourceMapButton.showOriginalSourceByDefault): Label displayed in the menu opened
+# from the Source Map icon displayed in editor footer.
+# This controls the settings which will make the debugger automatically show and open original source by default.
+# This typically happens when you pause or hit a breakpoint.
+sourceFooter.sourceMapButton.showOriginalSourceByDefault = Varsayılan olarak orijinal konumu göster ve aç
+
+# LOCALIZATION NOTE (sourceFooter.sourceMapButton.jumpToGeneratedSource): Label displayed in the menu opened
+# from the Source Map icon displayed in editor footer.
+# This allows to select the related bundle source, when we are currently selecting an original one.
+sourceFooter.sourceMapButton.jumpToGeneratedSource = İlgili paket kaynağına git
+
+# LOCALIZATION NOTE (sourceFooter.sourceMapButton.jumpToOriginalSource): Label displayed in the menu opened
+# from the Source Map icon displayed in editor footer.
+# This allows to select the related original source, when we are currently selecting a bundle.
+sourceFooter.sourceMapButton.jumpToOriginalSource = İlgili orijinal kaynağa git
+
+# LOCALIZATION NOTE (sourceFooter.sourceMapButton.openSourceMapInNewTab): Label displayed in the menu opened
+# from the Source Map icon displayed in editor footer.
+# When selecting a bundle with a valid source map, link to open the source map in a new tab.
+sourceFooter.sourceMapButton.openSourceMapInNewTab = Kaynak eşleme dosyasını yeni sekmede aç
+
+# LOCALIZATION NOTE (sourceFooter.sourceMapButton.title): Tooltip displayed on
+# the Source Map icon displayed in editor footer.
+# This is the default title.
+sourceFooter.sourceMapButton.title = Kaynak eşleme durumu
+
+# LOCALIZATION NOTE (sourceFooter.sourceMapButton.loadingTitle): Tooltip displayed on
+# the Source Map icon displayed in editor footer.
+# This title is displayed when the source map is still loading.
+sourceFooter.sourceMapButton.loadingTitle = Kaynak eşleme yükleniyor
+
+# LOCALIZATION NOTE (sourceFooter.sourceMapButton.errorTitle): Tooltip displayed on
+# the Source Map icon displayed in editor footer.
+# This title is displayed when the source map has an error.
+# %S will be the error string.
+sourceFooter.sourceMapButton.errorTitle = Kaynak eşleme hatası: %S
+
# LOCALIZATION NOTE (editorNotificationFooter.noOriginalScopes): The notification message displayed in the editor notification footer
# when paused in an original file and original variable mapping is turned off
# %S is text from the label for checkbox to show original scopes
@@ -791,6 +885,22 @@ sourceFooter.mappedSource=(%S kaynağından)
# with a mapped source. %S is replaced by the source map origin.
sourceFooter.mappedSourceTooltip=(%S kaynağından eşlendi)
+# LOCALIZATION NOTE (sourceFooter.mappedOriginalSource.title): Text associated
+# with an original source mapped to a bundle. %S is replaced by the bundle url.
+sourceFooter.mappedOriginalSource.title=%S adresinden
+
+# LOCALIZATION NOTE (sourceFooter.mappedOriginalSource.tooltip): Tooltip text associated
+# with an original source mapped to a bundle. %S is replaced by bundle url.
+sourceFooter.mappedOriginalSource.tooltip=İlgili paketi aç (%S)
+
+# LOCALIZATION NOTE (sourceFooter.mappedGeneratedSource.title): Text associated
+# with a bundled source mapped to an original source. %S is replaced by the original source url.
+sourceFooter.mappedGeneratedSource.title=%S adresine
+
+# LOCALIZATION NOTE (sourceFooter.mappedGeneratedSource.tooltip): Tooltip text associated
+# with a bundled source mapped to an original source. %S is replaced by the original source url.
+sourceFooter.mappedGeneratedSource.tooltip=İlgili orijinal kaynağı aç (%S)
+
# LOCALIZATION NOTE (sourceFooter.mappedSuffix): Text associated
# with a mapped source. Displays next to URLs in tree and tabs.
sourceFooter.mappedSuffix=(eşlendi)