File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -352,6 +352,16 @@ Home--record-instructions =
352352 To start profiling, click on the profiling button, or use the
353353 keyboard shortcuts. The icon is blue when a profile is recording.
354354 Hit <kbd>Capture</kbd> to load the data into profiler.firefox.com.
355+ Home--instructions-content2 =
356+ Recording performance profiles requires <a>{ -firefox-brand-name } for desktop</a>.
357+ However, existing profiles can be viewed in any modern browser.
358+ Home--fenix-instructions-directly =
359+ { -firefox-android-brand-name } can be profiled directly on this device. For
360+ more information, read <a>Profiling { -firefox-android-brand-name } directly on device</a>.
361+ Home--fenix-instructions-remotely =
362+ You can also profile { -firefox-android-brand-name } remotely from { -firefox-brand-name }
363+ for desktop. For more information, please consult this documentation:
364+ <a>Profiling { -firefox-android-brand-name } remotely</a>.
355365Home--record-instructions-start-stop = Stop and start profiling
356366Home--record-instructions-capture-load = Capture and load profile
357367Home--profiler-motto = Capture a performance profile. Analyze it. Share it. Make the web faster.
Original file line number Diff line number Diff line change @@ -1105,6 +1105,11 @@ AssemblyView--prev-button =
11051105# The "â–¶" button above the assembly view.
11061106AssemblyView--next-button =
11071107 .title = 下一个
1108+ # The label showing the current position and total count above the assembly view.
1109+ # Variables:
1110+ # $current (Number) - The current position (1-indexed).
1111+ # $total (Number) - The total count.
1112+ AssemblyView--position-label = { $current } / { $total }
11081113
11091114## UploadedRecordingsHome
11101115## This is the page that displays all the profiles that user has uploaded.
You can’t perform that action at this time.
0 commit comments