forked from firefox-devtools/debugger
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstrings.json
More file actions
83 lines (83 loc) · 3.7 KB
/
strings.json
File metadata and controls
83 lines (83 loc) · 3.7 KB
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
{
"breakpoints.header": "Breakpoints",
"breakpoints.none": "No Breakpoints",
"breakpoints.enable": "Enable Breakpoints",
"breakpoints.disable": "Disable Breakpoints",
"breakpoints.removeBreakpointTooltip": "Remove Breakpoint",
"callStack.header": "Call Stack",
"callStack.notPaused": "Not Paused",
"callStack.collapse": "Collapse Rows",
"callStack.expand": "Expand Rows",
"editor.searchResults": "%d of %d results",
"editor.noResults": "no results",
"editor.addBreakpoint": "Add Breakpoint",
"editor.disableBreakpoint": "Disable Breakpoint",
"editor.enableBreakpoint": "Enable Breakpoint",
"editor.removeBreakpoint": "Remove Breakpoint",
"editor.editBreakpoint": "Edit Breakpoint",
"editor.addConditionalBreakpoint": "Add Conditional Breakpoint",
"editor.conditionalPanel.placeholder": "This breakpoint will pause when the expression is true",
"editor.jumpToMappedLocation": "Jump to %S location",
"generated": "generated",
"original": "original",
"eventListenersHeader":"Event Listeners",
"expressions.placeholder": "Add Watch Expression",
"scopes.header": "Scopes",
"scopes.notAvailable": "Scopes Unavailable",
"scopes.block":"Block",
"scopes.notPaused": "Not Paused",
"sources.header": "Sources",
"sources.search": "%S to search",
"sources.search.key": "P",
"sources.searchAlt.key": "O",
"watchExpressions.header": "Watch Expressions",
"watchExpressions.refreshButton": "Refresh",
"welcome.search": "%S to search for sources",
"sourceSearch.search": "Search Sources...",
"sourceSearch.search.key": "F",
"sourceSearch.search.again.key": "G",
"sourceSearch.resultsSummary": "%d instances of \"%S\"",
"sourceSearch.noResults": "No files matching %S found",
"sourceFooter.debugBtnTooltip": "Prettify Source",
"ignoreExceptions": "Ignore exceptions. Click to pause on uncaught exceptions",
"pauseOnUncaughtExceptions": "Pause on uncaught exceptions. Click to pause on all exceptions",
"pauseOnExceptions": "Pause on all exceptions. Click to ignore exceptions",
"stepOutTooltip": "Step Out %S",
"stepInTooltip": "Step In %S",
"stepOverTooltip": "Step Over %S",
"resumeButtonTooltip": "Resume %S",
"pausePendingButtonTooltip": "Waiting for next execution",
"pauseButtonTooltip": "Pause %S",
"sourceTabs.closeTab": "Close tab",
"sourceTabs.closeTab.key": "C",
"sourceTabs.closeOtherTabs": "Close others",
"sourceTabs.closeOtherTabs.key": "O",
"sourceTabs.closeTabsToEnd": "Close tabs to the right",
"sourceTabs.closeTabsToEnd.key": "R",
"sourceTabs.closeAllTabs": "Close all tabs",
"sourceTabs.closeAllTabs.key": "A",
"sourceTabs.closeTabButtonTooltip": "Close tab",
"sourceTabs.newTabButtonTooltip": "Search for sources (%S)",
"sourceTabs.revealInTree": "Reveal in Tree",
"sourceTabs.revealInTree.key": "s",
"sourceTabs.copyLink": "Copy Link Address",
"sourceTabs.copyLink.key": "X",
"sourceTabs.prettyPrint": "Pretty Print Source",
"sourceTabs.prettyPrint.key": "Z",
"loadingText": "Loading\u2026",
"whyPaused.debuggerStatement": "Paused on debugger statement",
"whyPaused.breakpoint": "Paused on breakpoint",
"whyPaused.exception": "Paused on exception",
"whyPaused.resumeLimit": "Paused while stepping",
"whyPaused.pauseOnDOMEvents": "Paused on event listener",
"whyPaused.breakpointConditionThrown": "Error with conditional breakpoint",
"whyPaused.xhr": "Paused on XMLHttpRequest",
"whyPaused.promiseRejection": "Paused on promise rejection",
"whyPaused.assert": "Paused on assertion",
"whyPaused.debugCommand": "Paused on debugged function",
"whyPaused.other": "Debugger paused",
"collapsePanes": "Collapse panes",
"expandPanes": "Expand panes",
"copySourceUrl": "Copy Source Url",
"copySourceUrl.key": "Copy Source Url"
}