i18n(en): add translations for background fit options

This commit is contained in:
Michael Aaron Murphy 2023-05-31 03:28:47 +02:00
parent 913b219118
commit 7d578e90d2
No known key found for this signature in database
GPG key ID: B2732D4240C9212C
2 changed files with 6 additions and 2 deletions

View file

@ -44,7 +44,7 @@ impl Default for Page {
fn default() -> Self {
Page {
config: wallpaper::Config::default(),
fit_options: vec!["Fit to Screen".into(), "Stretch".into(), "Zoom".into()],
fit_options: vec![fl!("fit-to-screen"), fl!("stretch"), fl!("zoom")],
outputs: HashMap::new(),
same_background: true,
selected_fit: 0,

View file

@ -54,6 +54,7 @@ panel-behavior-and-position = Behavior and Positions
.autohide = Automatically hide panel
.position = Position on screen
.display = Show on display
panel-top = Top
panel-bottom = Bottom
panel-left = Left
@ -70,7 +71,7 @@ panel-style = Style
.appearance = Appearance
.size = Size
.background-opacity = Background opacity
small = Small
large = Large
@ -94,6 +95,9 @@ wallpaper = Wallpaper
.slide = Slideshow
.change = Change image every
fit-to-screen = Fit to Screen
stretch = Stretch
zoom = Zoom
## Desktop: Workspaces