summaryrefslogtreecommitdiffstats
path: root/l10n-tr/devtools/client/debugger.properties
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:14:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:14:29 +0000
commitfbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8 (patch)
tree4c1ccaf5486d4f2009f9a338a98a83e886e29c97 /l10n-tr/devtools/client/debugger.properties
parentReleasing progress-linux version 124.0.1-1~progress7.99u1. (diff)
downloadfirefox-fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8.tar.xz
firefox-fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8.zip
Merging upstream version 125.0.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-tr/devtools/client/debugger.properties')
-rw-r--r--l10n-tr/devtools/client/debugger.properties14
1 files changed, 8 insertions, 6 deletions
diff --git a/l10n-tr/devtools/client/debugger.properties b/l10n-tr/devtools/client/debugger.properties
index b48786f5d4..f70be7c8c6 100644
--- a/l10n-tr/devtools/client/debugger.properties
+++ b/l10n-tr/devtools/client/debugger.properties
@@ -400,7 +400,7 @@ breakpointMenuItem.deleteSelf2.accesskey=R
breakpointMenuItem.disabledbg.label=Burada asla duraklama
breakpointMenuItem.enabledbg.label=Burada durakla
breakpointMenuItem.enableOthers2.label=Diğerlerini etkinleştir
-breakpointMenuItem.enableOthers2.accesskey=o
+breakpointMenuItem.enableOthers2.accesskey=i
breakpointMenuItem.disableOthers2.label=Diğerlerini devre dışı bırak
breakpointMenuItem.disableOthers2.accesskey=k
breakpointMenuItem.deleteOthers2.label=Diğerlerini kaldır
@@ -431,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ı
@@ -646,6 +646,10 @@ 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
@@ -654,10 +658,6 @@ expressions.placeholder2=İfade ekle
# 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
@@ -804,10 +804,12 @@ sourceFooter.sourceMapButton.showOriginalSourceByDefault = Varsayılan olarak or
# 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.