Skip to content

Commit eedf646

Browse files
authored
🔃 Sync: l10n -> main (Dec 18, 2025) (#5726)
Updated locales: en-CA, es-CL, fr, fur, ru, tr, zh-CN.
2 parents a3465a3 + 21f55c3 commit eedf646

File tree

7 files changed

+51
-6
lines changed

7 files changed

+51
-6
lines changed

locales/en-CA/app.ftl

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@ AppViewRouter--error-from-localhost-url-safari =
4242
AppViewRouter--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
443451
MarkerTable--name = Name
444452
MarkerTable--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,8 @@ MenuButtons--metaInfo--profiling-started = Recording started:
519537
MenuButtons--metaInfo--profiling-session = Recording length:
520538
MenuButtons--metaInfo--main-process-started = Main process started:
521539
MenuButtons--metaInfo--main-process-ended = Main process ended:
540+
MenuButtons--metaInfo--file-name = File name:
541+
MenuButtons--metaInfo--file-size = File size:
522542
MenuButtons--metaInfo--interval = Interval:
523543
MenuButtons--metaInfo--buffer-capacity = Buffer capacity:
524544
MenuButtons--metaInfo--buffer-duration = Buffer duration:
@@ -1125,6 +1145,13 @@ SourceView--not-in-archive-error-when-obtaining-source = The file { $pathInArchi
11251145
# $url (String) - The URL from which the "archive" file was downloaded.
11261146
# $parsingErrorMessage (String) - The raw internal error message during parsing, not localized
11271147
SourceView--archive-parsing-error-when-obtaining-source = The archive at { $url } could not be parsed: { $parsingErrorMessage }
1148+
# Displayed below SourceView--cannot-obtain-source, if a JS file could not be found in
1149+
# the browser.
1150+
# Variables:
1151+
# $url (String) - The URL of the JS source file.
1152+
# $sourceUuid (number) - The UUID of the JS source file.
1153+
# $errorMessage (String) - The raw internal error message, not localized
1154+
SourceView--not-in-browser-error-when-obtaining-js-source = The browser was unable to obtain the source file for { $url } with sourceUuid { $sourceUuid }: { $errorMessage }.
11281155
11291156
## Toggle buttons in the top right corner of the bottom box
11301157

locales/es-CL/app.ftl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,8 @@ MenuButtons--metaInfo--profiling-started = Inicio del registro:
468468
MenuButtons--metaInfo--profiling-session = Duración del registro:
469469
MenuButtons--metaInfo--main-process-started = Proceso principal iniciado:
470470
MenuButtons--metaInfo--main-process-ended = Proceso principal terminado:
471+
MenuButtons--metaInfo--file-name = Nombre de archivo:
472+
MenuButtons--metaInfo--file-size = Tamaño del archivo:
471473
MenuButtons--metaInfo--interval = Intervalo:
472474
MenuButtons--metaInfo--buffer-capacity = Capacidad del búfer:
473475
MenuButtons--metaInfo--buffer-duration = Duración del búfer:

locales/fr/app.ftl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@ AppViewRouter--error-from-localhost-url-safari = En raison d’une <a>limitation
3939
AppViewRouter--route-not-found--home =
4040
.specialMessage = L’URL que vous avez tenté d’atteindre n’a pas été trouvée
4141
42+
## Backtrace
43+
## This is used to display a backtrace (call stack) for a marker or sample.
44+
45+
# Variables:
46+
# $function (String) - Name of the function that was inlined.
47+
Backtrace--inlining-badge = (intégrée)
48+
.title = La fonction { $function } a été intégrée dans le code de son appelant par le compilateur.
49+
4250
## CallNodeContextMenu
4351
## This is used as a context menu for the Call Tree, Flame Graph and Stack Chart
4452
## panels.

locales/fur/app.ftl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,8 @@ MenuButtons--metaInfo--profiling-started = Regjistrazion scomençade:
483483
MenuButtons--metaInfo--profiling-session = Lungjece regjistrazion:
484484
MenuButtons--metaInfo--main-process-started = Procès principâl inviât:
485485
MenuButtons--metaInfo--main-process-ended = Procès principâl completât:
486+
MenuButtons--metaInfo--file-name = Non dal file:
487+
MenuButtons--metaInfo--file-size = Dimension dal file:
486488
MenuButtons--metaInfo--interval = Interval:
487489
MenuButtons--metaInfo--buffer-capacity = Capacitât buffer:
488490
MenuButtons--metaInfo--buffer-duration = Durade buffer:

locales/ru/app.ftl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ AppViewRouter--error-from-post-message = Не удалось импортиро
2828
AppViewRouter--error-unpublished = Не удалось получить профиль из { -firefox-brand-name }.
2929
AppViewRouter--error-from-file = Не удалось прочитать файл или проанализировать профиль в нем.
3030
AppViewRouter--error-local = Пока не реализовано.
31-
AppViewRouter--error-public = Не удалось загрузить профиль.
32-
AppViewRouter--error-from-url = Не удалось загрузить профиль.
31+
AppViewRouter--error-public = Не удалось скачать профиль.
32+
AppViewRouter--error-from-url = Не удалось скачать профиль.
3333
AppViewRouter--error-compare = Не удалось получить профили.
3434
# This error message is displayed when a Safari-specific error state is encountered.
3535
# Importing profiles from URLs such as http://127.0.0.1:someport/ is not possible in Safari.
@@ -637,7 +637,7 @@ MenuButtons--publish--upload-title = Выгрузка профиля…
637637
MenuButtons--publish--cancel-upload = Отменить выгрузку
638638
MenuButtons--publish--message-something-went-wrong = Ой, что-то пошло не так при загрузке профиля.
639639
MenuButtons--publish--message-try-again = Попробовать снова
640-
MenuButtons--publish--download = Загрузить
640+
MenuButtons--publish--download = Скачать
641641
MenuButtons--publish--compressing = Сжатие…
642642
MenuButtons--publish--error-while-compressing = Ошибка при сжатии, попробуйте снять некоторые флажки, чтобы уменьшить размер профиля.
643643
@@ -726,8 +726,8 @@ ProfileLoaderAnimation--loading-from-post-message = Импорт и обрабо
726726
ProfileLoaderAnimation--loading-unpublished = Импорт профиля напрямую из { -firefox-brand-name }
727727
ProfileLoaderAnimation--loading-from-file = Чтение файла и обработка профиля…
728728
ProfileLoaderAnimation--loading-local = Пока не реализовано.
729-
ProfileLoaderAnimation--loading-public = Загрузка и обработка профиля…
730-
ProfileLoaderAnimation--loading-from-url = Загрузка и обработка профиля…
729+
ProfileLoaderAnimation--loading-public = Скачивание и обработка профиля…
730+
ProfileLoaderAnimation--loading-from-url = Скачивание и обработка профиля…
731731
ProfileLoaderAnimation--loading-compare = Чтение и обработка профилей…
732732
ProfileLoaderAnimation--loading-view-not-found = Вид не найден
733733
@@ -751,7 +751,7 @@ ServiceWorkerManager--installed-button = Перезагрузить прилож
751751
ServiceWorkerManager--updated-while-not-ready =
752752
Перед полной загрузки это страницы была применена новая
753753
версия приложения. Вы можете столкнуться с неисправностями.
754-
ServiceWorkerManager--new-version-is-ready = Новая версия приложения загружена и готова к использованию.
754+
ServiceWorkerManager--new-version-is-ready = Новая версия приложения скачана и готова к использованию.
755755
ServiceWorkerManager--hide-notice-button =
756756
.title = Скрыть уведомление о перезагрузке
757757
.aria-label = Скрыть уведомление о перезагрузке

locales/tr/app.ftl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,10 @@ MenuButtons--index--profile-info-uploaded-actions = Sil
394394
MenuButtons--index--metaInfo-subtitle = Profil Bilgileri
395395
MenuButtons--metaInfo--symbols = Semboller:
396396
MenuButtons--metaInfo--profile-symbolicated = Profil sembolleştirilmiştir
397+
MenuButtons--metaInfo--profile-not-symbolicated = Profil sembolleştirilmemiş
398+
MenuButtons--metaInfo--resymbolicate-profile = Profili yeniden sembolleştir
397399
MenuButtons--metaInfo--symbolicate-profile = Profili sembolleştir
400+
MenuButtons--metaInfo--attempting-resymbolicate = Profil yeniden sembolleştirilmeye çalışılıyor
398401
MenuButtons--metaInfo--cpu-model = İşlemci modeli:
399402
MenuButtons--metaInfo--cpu-cores = İşlemci çekirdekleri:
400403
MenuButtons--metaInfo--main-memory = Ana bellek:
@@ -439,6 +442,8 @@ MenuButtons--metaInfo--profiling-started = Kayıt başlama tarihi:
439442
MenuButtons--metaInfo--profiling-session = Kaydın uzunluğu:
440443
MenuButtons--metaInfo--main-process-started = Ana işlemin başlama tarihi:
441444
MenuButtons--metaInfo--main-process-ended = Ana işlemin bitiş tarihi:
445+
MenuButtons--metaInfo--file-name = Dosya adı:
446+
MenuButtons--metaInfo--file-size = Dosya boyutu:
442447
MenuButtons--metaInfo--interval = Aralık:
443448
MenuButtons--metaInfo--buffer-capacity = Tampon kapasitesi:
444449
MenuButtons--metaInfo--buffer-duration = Tampon süresi:

locales/zh-CN/app.ftl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,7 @@ MenuButtons--metaInfo--profiling-started = 记录开始于:
442442
MenuButtons--metaInfo--profiling-session = 记录长度:
443443
MenuButtons--metaInfo--main-process-started = 主进程开始:
444444
MenuButtons--metaInfo--main-process-ended = 主进程结束:
445+
MenuButtons--metaInfo--file-name = 文件名:
445446
MenuButtons--metaInfo--interval = 间隔:
446447
MenuButtons--metaInfo--buffer-capacity = 缓冲容量:
447448
MenuButtons--metaInfo--buffer-duration = 缓冲间隔:

0 commit comments

Comments
 (0)