diff options
Diffstat (limited to 'l10n-tr/devtools/client/debugger.properties')
-rw-r--r-- | l10n-tr/devtools/client/debugger.properties | 14 |
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. |