You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*@description Text in Go To Line Quick Open of the Sources panel
15
16
*/
16
-
noFileSelected: 'No file selected.',
17
+
noFileSelected: 'No file selected',
17
18
/**
18
19
*@description Text to show no results have been found
19
20
*/
20
21
noResultsFound: 'No results found',
21
22
/**
22
23
*@description Text in Go To Line Quick Open of the Sources panel
23
24
*/
24
-
typeANumberToGoToThatLine: 'Type a number to go to that line.',
25
+
typeANumberToGoToThatLine: 'Type a number to go to that line',
25
26
/**
26
27
*@description Text in Go To Line Quick Open of the Sources panel
27
-
*@example {abc} PH1
28
-
*@example {000} PH2
29
-
*@example {bbb} PH3
28
+
*@example {000} PH1
29
+
*@example {bbb} PH2
30
30
*/
31
-
currentPositionXsTypeAnOffset:
32
-
'Current position: 0x{PH1}. Type an offset between 0x{PH2} and 0x{PH3} to navigate to.',
31
+
currentPositionXsTypeAnOffset: 'Type an offset between 0x{PH1} and 0x{PH2} to navigate to',
33
32
/**
34
33
*@description Text in the GoToLine dialog of the Sources pane that describes the current line number, file line number range, and use of the GoToLine dialog
35
-
*@example {1} PH1
36
-
*@example {100} PH2
34
+
*@example {100} PH1
37
35
*/
38
-
currentLineSTypeALineNumber: 'Current line: {PH1}. Type a line number between 1 and {PH2} to navigate to.',
36
+
currentLineSTypeALineNumber: 'Type a line number between 1 and {PH1} to navigate to',
39
37
/**
40
38
*@description Text in Go To Line Quick Open of the Sources panel
41
39
*@example {abc} PH1
42
40
*/
43
-
goToOffsetXs: 'Go to offset 0x{PH1}.',
41
+
goToOffsetXs: 'Go to offset 0x{PH1}',
44
42
/**
45
43
*@description Text in Go To Line Quick Open of the Sources panel
46
44
*@example {2} PH1
47
45
*@example {2} PH2
48
46
*/
49
-
goToLineSAndColumnS: 'Go to line {PH1} and column {PH2}.',
47
+
goToLineSAndColumnS: 'Go to line {PH1} and column {PH2}',
50
48
/**
51
49
*@description Text in Go To Line Quick Open of the Sources panel
0 commit comments