Skip to content

Commit

Permalink
Deploy Feb 06, 2024 (#4910)
Browse files Browse the repository at this point in the history
[@canova Nazım Can Altınova] Return null instead of throwing an error if it fails to get the resource name in active tab view (#4905)
[@fqueze Florian Quèze] Improve the precision of the getFittedText implementation. (#4893)
[@fqueze Florian Quèze] Show marker count next to the marker name in the marker chart when a marker is hovered. (#4892)
[@mstange Markus Stange] Convert some code to use the non-inverted call node table even while we're showing the inverted call tree (Merge PR #4899)
[@canova Nazım Can Altınova] Bring the max stacking depth limit back for marker timings (#4898)
[@mstange Markus Stange] Various preparations in call tree code for fast inverted tree (Merge PR #4897)
[@mstange Markus Stange] Move call node path/index conversion functions into CallNodeInfo (Merge PR #4896)
[@mstange Markus Stange] Make mergeFunction fast (Merge PR #4895)
[@gthb Gunnlaugur Thor Briem] feat: support from-url profiles in compare (#4875)

And all the locale contributors:
de: Michael Köhler
el: Jim Spentzos
en-GB: Ian Neal
es-CL: ravmn
fr: Théo Chevalier
fy-NL: Fjoerfoks
ia: Melo46
it: Francesco Lodolo [:flod]
nl: Fjoerfoks, Mark Heijl
pt-BR: Marcelo Ghelman
ru: Valery Ledovskoy
sv-SE: Andreas Pettersson
uk: Artem Polivanchuk
zh-CN: 你我皆凡人, Olvcpr423, Pontoon
zh-TW: Pin-guang Chen
  • Loading branch information
julienw authored Feb 6, 2024
2 parents 9ce86b3 + a0be3f5 commit 3f0f819
Show file tree
Hide file tree
Showing 64 changed files with 2,887 additions and 1,271 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.1
executors:
node:
docker:
- image: cimg/node:18.16
- image: cimg/node:18.19
base:
docker:
- image: cimg/base:stable
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.16
18.19
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
clone_depth: 5
environment:
nodejs_version: '18.16'
nodejs_version: '18.19'
platform: x64 # flow needs 64b platforms

branches:
Expand Down
40 changes: 40 additions & 0 deletions locales/de/app.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -811,6 +811,46 @@ TrackPower--tooltip-energy-carbon-used-in-preview-milliwatthour = { $value } mWh
TrackPower--tooltip-energy-carbon-used-in-preview-microwatthour = { $value } µWh ({ $carbonValue } mg CO₂e)
.label = In der aktuellen Auswahl verwendete Energie
## TrackBandwidth
## This is used to show how much data was transfered over time.
## For the strings in this group, the carbon dioxide equivalent is estimated
## from the amount of data transfered.
## The carbon dioxide equivalent represents the equivalent amount
## of CO₂ to achieve the same level of global warming potential.

# This is used in the tooltip of the bandwidth track.
# Variables:
# $value (String) - the value for the data transfer speed.
# Will contain the unit (eg. B, KB, MB)
TrackBandwidthGraph--speed = { $value } pro Sekunde
.label = Übertragungsgeschwindigkeit für diese Teilmenge
# This is used in the tooltip of the bandwidth track.
# Variables:
# $value (String) - how many read or write operations were performed since the previous sample
TrackBandwidthGraph--read-write-operations-since-the-previous-sample = { $value }
.label = Lese-/Schreiboperationen seit der vorherigen Teilmenge
# This is used in the tooltip of the bandwidth track.
# Variables:
# $value (String) - the total of transfered data until the hovered time.
# Will contain the unit (eg. B, KB, MB)
# $carbonValue (string) - the carbon dioxide equivalent (CO₂e) value in grams
TrackBandwidthGraph--cumulative-bandwidth-at-this-time = { $value } ({ $carbonValue } g CO₂e)
.label = Bislang übertragene Daten
# This is used in the tooltip of the bandwidth track.
# Variables:
# $value (String) - the total of transfered data during the visible time range.
# Will contain the unit (eg. B, KB, MB)
# $carbonValue (string) - the carbon dioxide equivalent (CO₂e) value in grams
TrackBandwidthGraph--total-bandwidth-in-graph = { $value } ({ $carbonValue } g CO₂e)
.label = Im sichtbaren Bereich übertragene Daten
# This is used in the tooltip of the bandwidth track when a range is selected.
# Variables:
# $value (String) - the total of transfered data during the selected time range.
# Will contain the unit (eg. B, KB, MB)
# $carbonValue (string) - the carbon dioxide equivalent (CO₂e) value in grams
TrackBandwidthGraph--total-bandwidth-in-range = { $value } ({ $carbonValue } g CO₂e)
.label = In der aktuellen Auswahl übertragene Daten
## TrackSearchField
## The component that is used for the search input in the track context menu.

Expand Down
40 changes: 40 additions & 0 deletions locales/el/app.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -830,6 +830,46 @@ TrackPower--tooltip-energy-carbon-used-in-preview-milliwatthour = { $value } mWh
TrackPower--tooltip-energy-carbon-used-in-preview-microwatthour = { $value } µWh ({ $carbonValue } mg CO₂e)
.label = Η ενέργεια που χρησιμοποιείται στην τρέχουσα επιλογή
## TrackBandwidth
## This is used to show how much data was transfered over time.
## For the strings in this group, the carbon dioxide equivalent is estimated
## from the amount of data transfered.
## The carbon dioxide equivalent represents the equivalent amount
## of CO₂ to achieve the same level of global warming potential.

# This is used in the tooltip of the bandwidth track.
# Variables:
# $value (String) - the value for the data transfer speed.
# Will contain the unit (eg. B, KB, MB)
TrackBandwidthGraph--speed = { $value } ανά δευτερόλεπτο
.label = Ταχύτητα μεταφοράς για αυτό το δείγμα
# This is used in the tooltip of the bandwidth track.
# Variables:
# $value (String) - how many read or write operations were performed since the previous sample
TrackBandwidthGraph--read-write-operations-since-the-previous-sample = { $value }
.label = λειτουργίες ανάγνωσης/εγγραφής από το προηγούμενο δείγμα
# This is used in the tooltip of the bandwidth track.
# Variables:
# $value (String) - the total of transfered data until the hovered time.
# Will contain the unit (eg. B, KB, MB)
# $carbonValue (string) - the carbon dioxide equivalent (CO₂e) value in grams
TrackBandwidthGraph--cumulative-bandwidth-at-this-time = { $value } ({ $carbonValue } g CO₂e)
.label = Δεδομένα που μεταφέρθηκαν μέχρι αυτήν τη στιγμή
# This is used in the tooltip of the bandwidth track.
# Variables:
# $value (String) - the total of transfered data during the visible time range.
# Will contain the unit (eg. B, KB, MB)
# $carbonValue (string) - the carbon dioxide equivalent (CO₂e) value in grams
TrackBandwidthGraph--total-bandwidth-in-graph = { $value } ({ $carbonValue } g CO₂e)
.label = Δεδομένα που μεταφέρθηκαν στο ορατό εύρος
# This is used in the tooltip of the bandwidth track when a range is selected.
# Variables:
# $value (String) - the total of transfered data during the selected time range.
# Will contain the unit (eg. B, KB, MB)
# $carbonValue (string) - the carbon dioxide equivalent (CO₂e) value in grams
TrackBandwidthGraph--total-bandwidth-in-range = { $value } ({ $carbonValue } g CO₂e)
.label = Δεδομένα που μεταφέρθηκαν στην τρέχουσα επιλογή
## TrackSearchField
## The component that is used for the search input in the track context menu.

Expand Down
40 changes: 40 additions & 0 deletions locales/en-GB/app.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -835,6 +835,46 @@ TrackPower--tooltip-energy-carbon-used-in-preview-milliwatthour = { $value } mWh
TrackPower--tooltip-energy-carbon-used-in-preview-microwatthour = { $value } µWh ({ $carbonValue } mg CO₂e)
.label = Energy used in the current selection
## TrackBandwidth
## This is used to show how much data was transfered over time.
## For the strings in this group, the carbon dioxide equivalent is estimated
## from the amount of data transfered.
## The carbon dioxide equivalent represents the equivalent amount
## of CO₂ to achieve the same level of global warming potential.

# This is used in the tooltip of the bandwidth track.
# Variables:
# $value (String) - the value for the data transfer speed.
# Will contain the unit (eg. B, KB, MB)
TrackBandwidthGraph--speed = { $value } per second
.label = Transfer speed for this sample
# This is used in the tooltip of the bandwidth track.
# Variables:
# $value (String) - how many read or write operations were performed since the previous sample
TrackBandwidthGraph--read-write-operations-since-the-previous-sample = { $value }
.label = read/write operations since the previous sample
# This is used in the tooltip of the bandwidth track.
# Variables:
# $value (String) - the total of transfered data until the hovered time.
# Will contain the unit (eg. B, KB, MB)
# $carbonValue (string) - the carbon dioxide equivalent (CO₂e) value in grams
TrackBandwidthGraph--cumulative-bandwidth-at-this-time = { $value } ({ $carbonValue } g CO₂e)
.label = Data transferred up to this time
# This is used in the tooltip of the bandwidth track.
# Variables:
# $value (String) - the total of transfered data during the visible time range.
# Will contain the unit (eg. B, KB, MB)
# $carbonValue (string) - the carbon dioxide equivalent (CO₂e) value in grams
TrackBandwidthGraph--total-bandwidth-in-graph = { $value } ({ $carbonValue } g CO₂e)
.label = Data transferred in the visible range
# This is used in the tooltip of the bandwidth track when a range is selected.
# Variables:
# $value (String) - the total of transfered data during the selected time range.
# Will contain the unit (eg. B, KB, MB)
# $carbonValue (string) - the carbon dioxide equivalent (CO₂e) value in grams
TrackBandwidthGraph--total-bandwidth-in-range = { $value } ({ $carbonValue } g CO₂e)
.label = Data transferred in the current selection
## TrackSearchField
## The component that is used for the search input in the track context menu.

Expand Down
40 changes: 40 additions & 0 deletions locales/es-CL/app.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -765,6 +765,46 @@ TrackPower--tooltip-energy-carbon-used-in-preview-milliwatthour = { $value } mWh
TrackPower--tooltip-energy-carbon-used-in-preview-microwatthour = { $value } µWh ({ $carbonValue } mg CO₂e)
.label = Energía usada en la selección actual
## TrackBandwidth
## This is used to show how much data was transfered over time.
## For the strings in this group, the carbon dioxide equivalent is estimated
## from the amount of data transfered.
## The carbon dioxide equivalent represents the equivalent amount
## of CO₂ to achieve the same level of global warming potential.

# This is used in the tooltip of the bandwidth track.
# Variables:
# $value (String) - the value for the data transfer speed.
# Will contain the unit (eg. B, KB, MB)
TrackBandwidthGraph--speed = { $value } por segundo
.label = Velocidad de transferencia para esta muestra
# This is used in the tooltip of the bandwidth track.
# Variables:
# $value (String) - how many read or write operations were performed since the previous sample
TrackBandwidthGraph--read-write-operations-since-the-previous-sample = { $value }
.label = operaciones de lectura/escritura desde la muestra anterior
# This is used in the tooltip of the bandwidth track.
# Variables:
# $value (String) - the total of transfered data until the hovered time.
# Will contain the unit (eg. B, KB, MB)
# $carbonValue (string) - the carbon dioxide equivalent (CO₂e) value in grams
TrackBandwidthGraph--cumulative-bandwidth-at-this-time = { $value } ({ $carbonValue } g CO₂e)
.label = Datos transferidos a la fecha
# This is used in the tooltip of the bandwidth track.
# Variables:
# $value (String) - the total of transfered data during the visible time range.
# Will contain the unit (eg. B, KB, MB)
# $carbonValue (string) - the carbon dioxide equivalent (CO₂e) value in grams
TrackBandwidthGraph--total-bandwidth-in-graph = { $value } ({ $carbonValue } g CO₂e)
.label = Datos transferidos en el rango visible
# This is used in the tooltip of the bandwidth track when a range is selected.
# Variables:
# $value (String) - the total of transfered data during the selected time range.
# Will contain the unit (eg. B, KB, MB)
# $carbonValue (string) - the carbon dioxide equivalent (CO₂e) value in grams
TrackBandwidthGraph--total-bandwidth-in-range = { $value } ({ $carbonValue } g CO₂e)
.label = Datos transferidos en la selección actual
## TrackSearchField
## The component that is used for the search input in the track context menu.

Expand Down
40 changes: 40 additions & 0 deletions locales/fr/app.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -759,6 +759,46 @@ TrackPower--tooltip-energy-carbon-used-in-preview-milliwatthour = { $value } mW
TrackPower--tooltip-energy-carbon-used-in-preview-microwatthour = { $value } µWh ({ $carbonValue } mg eqCO₂)
.label = Énergie consommée dans la sélection courante
## TrackBandwidth
## This is used to show how much data was transfered over time.
## For the strings in this group, the carbon dioxide equivalent is estimated
## from the amount of data transfered.
## The carbon dioxide equivalent represents the equivalent amount
## of CO₂ to achieve the same level of global warming potential.

# This is used in the tooltip of the bandwidth track.
# Variables:
# $value (String) - the value for the data transfer speed.
# Will contain the unit (eg. B, KB, MB)
TrackBandwidthGraph--speed = { $value } par seconde
.label = Vitesse de transfert pour cet échantillon
# This is used in the tooltip of the bandwidth track.
# Variables:
# $value (String) - how many read or write operations were performed since the previous sample
TrackBandwidthGraph--read-write-operations-since-the-previous-sample = { $value }
.label = opérations de lecture/écriture depuis le précédent échantillon
# This is used in the tooltip of the bandwidth track.
# Variables:
# $value (String) - the total of transfered data until the hovered time.
# Will contain the unit (eg. B, KB, MB)
# $carbonValue (string) - the carbon dioxide equivalent (CO₂e) value in grams
TrackBandwidthGraph--cumulative-bandwidth-at-this-time = { $value } ({ $carbonValue } g eqCO₂)
.label = Données transférées jusqu’à présent
# This is used in the tooltip of the bandwidth track.
# Variables:
# $value (String) - the total of transfered data during the visible time range.
# Will contain the unit (eg. B, KB, MB)
# $carbonValue (string) - the carbon dioxide equivalent (CO₂e) value in grams
TrackBandwidthGraph--total-bandwidth-in-graph = { $value } ({ $carbonValue } g eqCO₂)
.label = Données transférées dans l’intervalle visible
# This is used in the tooltip of the bandwidth track when a range is selected.
# Variables:
# $value (String) - the total of transfered data during the selected time range.
# Will contain the unit (eg. B, KB, MB)
# $carbonValue (string) - the carbon dioxide equivalent (CO₂e) value in grams
TrackBandwidthGraph--total-bandwidth-in-range = { $value } ({ $carbonValue } g eqCO₂)
.label = Données transférées dans la sélection courante
## TrackSearchField
## The component that is used for the search input in the track context menu.

Expand Down
40 changes: 40 additions & 0 deletions locales/fy-NL/app.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -835,6 +835,46 @@ TrackPower--tooltip-energy-carbon-used-in-preview-milliwatthour = { $value } mWh
TrackPower--tooltip-energy-carbon-used-in-preview-microwatthour = { $value } µWh ({ $carbonValue } mg CO₂e)
.label = Enerzjy brûkt yn de aktuele seleksje
## TrackBandwidth
## This is used to show how much data was transfered over time.
## For the strings in this group, the carbon dioxide equivalent is estimated
## from the amount of data transfered.
## The carbon dioxide equivalent represents the equivalent amount
## of CO₂ to achieve the same level of global warming potential.

# This is used in the tooltip of the bandwidth track.
# Variables:
# $value (String) - the value for the data transfer speed.
# Will contain the unit (eg. B, KB, MB)
TrackBandwidthGraph--speed = { $value } per sekonde
.label = Oersetsnelheid foar dizze opname
# This is used in the tooltip of the bandwidth track.
# Variables:
# $value (String) - how many read or write operations were performed since the previous sample
TrackBandwidthGraph--read-write-operations-since-the-previous-sample = { $value }
.label = lês/skriuw-útfieringen sûnt de lêste opname
# This is used in the tooltip of the bandwidth track.
# Variables:
# $value (String) - the total of transfered data until the hovered time.
# Will contain the unit (eg. B, KB, MB)
# $carbonValue (string) - the carbon dioxide equivalent (CO₂e) value in grams
TrackBandwidthGraph--cumulative-bandwidth-at-this-time = { $value } ({ $carbonValue } g CO₂e)
.label = Oersette gegevens oant no ta
# This is used in the tooltip of the bandwidth track.
# Variables:
# $value (String) - the total of transfered data during the visible time range.
# Will contain the unit (eg. B, KB, MB)
# $carbonValue (string) - the carbon dioxide equivalent (CO₂e) value in grams
TrackBandwidthGraph--total-bandwidth-in-graph = { $value } ({ $carbonValue } g CO₂e)
.label = Oersette gegevens yn it sichtbere berik
# This is used in the tooltip of the bandwidth track when a range is selected.
# Variables:
# $value (String) - the total of transfered data during the selected time range.
# Will contain the unit (eg. B, KB, MB)
# $carbonValue (string) - the carbon dioxide equivalent (CO₂e) value in grams
TrackBandwidthGraph--total-bandwidth-in-range = { $value } ({ $carbonValue } g CO₂e)
.label = Oersette gegevens yn de aktuele seleksje
## TrackSearchField
## The component that is used for the search input in the track context menu.

Expand Down
40 changes: 40 additions & 0 deletions locales/ia/app.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -824,6 +824,46 @@ TrackPower--tooltip-energy-carbon-used-in-preview-milliwatthour = { $value } mWh
TrackPower--tooltip-energy-carbon-used-in-preview-microwatthour = { $value } µWh ({ $carbonValue } mg CO₂e)
.label = Energia usate in le selection actual
## TrackBandwidth
## This is used to show how much data was transfered over time.
## For the strings in this group, the carbon dioxide equivalent is estimated
## from the amount of data transfered.
## The carbon dioxide equivalent represents the equivalent amount
## of CO₂ to achieve the same level of global warming potential.

# This is used in the tooltip of the bandwidth track.
# Variables:
# $value (String) - the value for the data transfer speed.
# Will contain the unit (eg. B, KB, MB)
TrackBandwidthGraph--speed = { $value } per secunda
.label = Velocitate de transferentia pro iste specimen
# This is used in the tooltip of the bandwidth track.
# Variables:
# $value (String) - how many read or write operations were performed since the previous sample
TrackBandwidthGraph--read-write-operations-since-the-previous-sample = { $value }
.label = operationes de lectura/scriptura depost le specimen previe
# This is used in the tooltip of the bandwidth track.
# Variables:
# $value (String) - the total of transfered data until the hovered time.
# Will contain the unit (eg. B, KB, MB)
# $carbonValue (string) - the carbon dioxide equivalent (CO₂e) value in grams
TrackBandwidthGraph--cumulative-bandwidth-at-this-time = { $value } ({ $carbonValue } g CO₂e)
.label = Datos transferite usque ora
# This is used in the tooltip of the bandwidth track.
# Variables:
# $value (String) - the total of transfered data during the visible time range.
# Will contain the unit (eg. B, KB, MB)
# $carbonValue (string) - the carbon dioxide equivalent (CO₂e) value in grams
TrackBandwidthGraph--total-bandwidth-in-graph = { $value } ({ $carbonValue } g CO₂e)
.label = Datos transferite in le campo visibile
# This is used in the tooltip of the bandwidth track when a range is selected.
# Variables:
# $value (String) - the total of transfered data during the selected time range.
# Will contain the unit (eg. B, KB, MB)
# $carbonValue (string) - the carbon dioxide equivalent (CO₂e) value in grams
TrackBandwidthGraph--total-bandwidth-in-range = { $value } ({ $carbonValue } g CO₂e)
.label = Datos transferite in le selection actual
## TrackSearchField
## The component that is used for the search input in the track context menu.

Expand Down
Loading

0 comments on commit 3f0f819

Please sign in to comment.