Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
966a733
Pontoon: Update Italian (it) localization of Firefox Profiler
Jan 17, 2024
822f8e2
Pontoon: Update Chinese (China) (zh-CN) localization of Firefox Profiler
mozilla-pontoon Jan 17, 2024
78813c3
Pontoon: Update Chinese (Taiwan) (zh-TW) localization of Firefox Prof…
petercpg Jan 17, 2024
e40be98
Pontoon: Update German (de) localization of Firefox Profiler
koehlermichael Jan 17, 2024
7b93e3b
Pontoon: Update Russian (ru) localization of Firefox Profiler
Goudron Jan 17, 2024
e11673b
Pontoon: Update Swedish (sv-SE) localization of Firefox Profiler
Jan 17, 2024
1f59e72
🔃 Daily sync: main -> l10n (January 18, 2024)
Jan 18, 2024
4df508b
Pontoon: Update Dutch (nl) localization of Firefox Profiler
markh-bz Jan 18, 2024
22ee900
Pontoon: Update Frisian (fy-NL) localization of Firefox Profiler
Fjoerfoks Jan 18, 2024
e1448f6
Pontoon: Update Portuguese (Brazil) (pt-BR) localization of Firefox P…
MarceloGhelman Jan 18, 2024
86710ab
Pontoon: Update Frisian (fy-NL) localization of Firefox Profiler
Fjoerfoks Jan 18, 2024
36e25c5
Pontoon: Update English (Great Britain) (en-GB) localization of Firef…
Jan 18, 2024
f521d83
Pontoon: Update Chinese (China) (zh-CN) localization of Firefox Profiler
Olvcpr423 Jan 18, 2024
0059e95
Pontoon: Update Greek (el) localization of Firefox Profiler
asongofghostandfire Jan 18, 2024
2443b5b
Pontoon: Update Spanish (Chile) (es-CL) localization of Firefox Profiler
RAVMN Jan 19, 2024
aadeb38
Pontoon: Update Chinese (China) (zh-CN) localization of Firefox Profiler
Olvcpr423 Jan 19, 2024
5d1de31
🔃 Daily sync: main -> l10n (January 20, 2024)
Jan 20, 2024
5bed53a
Pontoon: Update Dutch (nl) localization of Firefox Profiler
Fjoerfoks Jan 22, 2024
a91f269
Pontoon: Update French (fr) localization of Firefox Profiler
TheoChevalier Jan 23, 2024
2e6744d
🔃 Daily sync: main -> l10n (January 24, 2024)
Jan 24, 2024
5e8558a
🔃 Daily sync: main -> l10n (January 25, 2024)
Jan 25, 2024
bbee8c1
🔃 Daily sync: main -> l10n (January 26, 2024)
Jan 26, 2024
70a1ccf
Pontoon: Update Ukrainian (uk) localization of Firefox Profiler
artpoli Jan 28, 2024
b2e0414
Pontoon: Update Interlingua (ia) localization of Firefox Profiler
Karm46 Jan 30, 2024
6229247
Pontoon: Update Interlingua (ia) localization of Firefox Profiler
Karm46 Jan 31, 2024
8b68383
🔃 Daily sync: main -> l10n (February 1, 2024)
Feb 1, 2024
0372f78
Pontoon: Update Chinese (China) (zh-CN) localization of Firefox Profiler
Olvcpr423 Feb 1, 2024
01d10a1
Pontoon: Update Chinese (China) (zh-CN) localization of Firefox Profiler
Feb 2, 2024
8fc0895
🔃 Daily sync: main -> l10n (February 3, 2024)
Feb 3, 2024
b2cac06
🔃 Daily sync: main -> l10n (February 4, 2024)
Feb 4, 2024
65687cf
Merge branch 'main' into l10n
julienw Feb 6, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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