@@ -42,6 +42,14 @@ AppViewRouter--error-from-localhost-url-safari =
4242AppViewRouter--route-not-found--home =
4343 .specialMessage = The URL you tried to reach was not recognized.
4444
45+ ## Backtrace
46+ ## This is used to display a backtrace (call stack) for a marker or sample.
47+
48+ # Variables:
49+ # $function (String) - Name of the function that was inlined.
50+ Backtrace--inlining-badge = (inlined)
51+ .title = { $function } was inlined into its caller by the compiler.
52+
4553## CallNodeContextMenu
4654## This is used as a context menu for the Call Tree, Flame Graph and Stack Chart
4755## panels.
@@ -443,6 +451,16 @@ MarkerTable--duration = Duration
443451MarkerTable--name = Name
444452MarkerTable--details = Details
445453
454+ ## MarkerTooltip
455+ ## This is the component for Marker Tooltip panel.
456+
457+ # This is used as the tooltip for the filter button in marker tooltips.
458+ # Variables:
459+ # $filter (String) - Search string that will be used to filter the markers.
460+ MarkerTooltip--filter-button-tooltip =
461+ .title = Only show markers matching: “{ $filter } ”
462+ .aria-label = Only show markers matching: “{ $filter } ”
463+
446464## MenuButtons
447465## These strings are used for the buttons at the top of the profile viewer.
448466
@@ -519,6 +537,7 @@ MenuButtons--metaInfo--profiling-started = Recording started:
519537MenuButtons--metaInfo--profiling-session = Recording length:
520538MenuButtons--metaInfo--main-process-started = Main process started:
521539MenuButtons--metaInfo--main-process-ended = Main process ended:
540+ MenuButtons--metaInfo--file-name = File name:
522541MenuButtons--metaInfo--file-size = File size:
523542MenuButtons--metaInfo--interval = Interval:
524543MenuButtons--metaInfo--buffer-capacity = Buffer capacity:
0 commit comments