Skip to content

Commit 3efce4c

Browse files
authored
🔃 Sync: l10n -> main (March 31, 2026) (#5925)
Updated locales: en-CA, zh-CN.
2 parents 9f16688 + 8f4bd90 commit 3efce4c

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

‎locales/en-CA/app.ftl‎

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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>.
355365
Home--record-instructions-start-stop = Stop and start profiling
356366
Home--record-instructions-capture-load = Capture and load profile
357367
Home--profiler-motto = Capture a performance profile. Analyze it. Share it. Make the web faster.

‎locales/zh-CN/app.ftl‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1105,6 +1105,11 @@ AssemblyView--prev-button =
11051105
# The "â–¶" button above the assembly view.
11061106
AssemblyView--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.

0 commit comments

Comments
 (0)