Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
15 changes: 15 additions & 0 deletions locales/el/app.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -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 = Ισχύς: <em>{ $value } W</em>
# 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 = Ισχύς: <em>{ $value } mW</em>

## TrackSearchField
## The component that is used for the search input in the track context menu.

Expand Down
15 changes: 15 additions & 0 deletions locales/sv-SE/app.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -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: <em>{ $value } W</em>
# 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: <em>{ $value } mW </em>

## TrackSearchField
## The component that is used for the search input in the track context menu.

Expand Down