From 022d63f329e23b5598ba7854a48888e1447ad12f Mon Sep 17 00:00:00 2001 From: Jim Spentzos Date: Sat, 16 Jul 2022 07:33:29 +0000 Subject: [PATCH 1/2] Pontoon: Update Greek (el) localization of Firefox Profiler Co-authored-by: Jim Spentzos --- locales/el/app.ftl | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/locales/el/app.ftl b/locales/el/app.ftl index 5eff84171f..679f7657e7 100644 --- a/locales/el/app.ftl +++ b/locales/el/app.ftl @@ -677,6 +677,21 @@ TrackMemoryGraph--relative-memory-at-this-time = σχετική μνήμη αυ TrackMemoryGraph--memory-range-in-graph = εύρος μνήμης στο γράφημα TrackMemoryGraph--operations-since-the-previous-sample = λειτουργίες από το προηγούμενο δείγμα +## TrackPowerGraph +## This is used to show the power used by the CPU and other chips in a computer, +## graphed over time. +## It's not displayed by default in the UI, but an example can be found at +## https://share.firefox.dev/3a1fiT7. + +# This is used in the tooltip when the power value uses the Watt unit. +# Variables: +# $value (String) - the power value at this location +TrackPowerGraph--tooltip-power-watt = Ισχύς: { $value } W +# This is used in the tooltip when the power value uses the Milliwatt unit. +# Variables: +# $value (String) - the power value at this location +TrackPowerGraph--tooltip-power-milliwatt = Ισχύς: { $value } mW + ## TrackSearchField ## The component that is used for the search input in the track context menu. From 39eaf0c604ef47f0bc53ccb668f9a6c385f5b4c4 Mon Sep 17 00:00:00 2001 From: Luna Jernberg Date: Tue, 19 Jul 2022 20:03:57 +0000 Subject: [PATCH 2/2] Pontoon: Update Swedish (sv-SE) localization of Firefox Profiler Co-authored-by: Peter Kihlstedt Co-authored-by: Luna Jernberg --- locales/sv-SE/app.ftl | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/locales/sv-SE/app.ftl b/locales/sv-SE/app.ftl index 12b3962c8d..6a5dc91ff0 100644 --- a/locales/sv-SE/app.ftl +++ b/locales/sv-SE/app.ftl @@ -674,6 +674,21 @@ TrackMemoryGraph--relative-memory-at-this-time = relativa minnet vid denna tidpu TrackMemoryGraph--memory-range-in-graph = minnesintervall i grafen TrackMemoryGraph--operations-since-the-previous-sample = operationer sedan föregående prov +## TrackPowerGraph +## This is used to show the power used by the CPU and other chips in a computer, +## graphed over time. +## It's not displayed by default in the UI, but an example can be found at +## https://share.firefox.dev/3a1fiT7. + +# This is used in the tooltip when the power value uses the Watt unit. +# Variables: +# $value (String) - the power value at this location +TrackPowerGraph--tooltip-power-watt = Effekt: { $value } W +# This is used in the tooltip when the power value uses the Milliwatt unit. +# Variables: +# $value (String) - the power value at this location +TrackPowerGraph--tooltip-power-milliwatt = Effekt: { $value } mW + ## TrackSearchField ## The component that is used for the search input in the track context menu.