A fork of https://github.com/crosspoint-reader/crosspoint-reader
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: swedish translation (#1476)

## Summary

* **What is the goal of this PR?**
fix swedish translation
* **What changes are included?**
lib\I18n\translations\swedish.yaml
## Additional Context

* Add any other information that might be helpful for the reviewer
(e.g., performance implications, potential risks,
specific areas to focus on).

---

### AI Usage

While CrossPoint doesn't have restrictions on AI tools in contributing,
please be transparent about their usage as it
helps set the right context for reviewers.

Did you use AI tools to help write this code? _**NO**_

authored by

Stefan Blixten Karlsson and committed by
GitHub
3856348e 0e228324

+4 -3
+4 -3
lib/I18n/translations/swedish.yaml
··· 78 78 STR_FONT_SIZE: "Eboksläsarens typsnittsstorlek" 79 79 STR_LINE_SPACING: "Eboksläsarens linjemellanrum" 80 80 STR_SCREEN_MARGIN: "Eboksläsarens skärmmarginal" 81 - STR_PARA_ALIGNMENT: "Eboksläsarens paragraflinjeplacering" 81 + STR_PARA_ALIGNMENT: "Eboksläsarens paragrafjustering" 82 82 STR_HYPHENATION: "Avstavning" 83 83 STR_TIME_TO_SLEEP: "Tid för att gå i vila" 84 + STR_SHOW_HIDDEN_FILES: "Visa dolda filer" 84 85 STR_REFRESH_FREQ: "Uppdateringsfrekvens" 85 86 STR_KOREADER_SYNC: "KOReader-synkronisering" 86 87 STR_CHECK_UPDATES: "Kolla efter uppdateringar" ··· 142 143 STR_TIGHT: "Smal" 143 144 STR_NORMAL: "Normal" 144 145 STR_WIDE: "Bred" 145 - STR_JUSTIFY: "Rättfärdiga" 146 + STR_JUSTIFY: "Justerad" 146 147 STR_ALIGN_LEFT: "Vänster" 147 148 STR_CENTER: "Mitten" 148 149 STR_ALIGN_RIGHT: "Höger" ··· 224 225 STR_UI_THEME: "Användargränssnittstema" 225 226 STR_THEME_CLASSIC: "Klassisk" 226 227 STR_THEME_LYRA: "Lyra" 227 - STR_THEME_LYRA_EXTENDED: "Lyra Extended" 228 + STR_THEME_LYRA_EXTENDED: "Lyra utökad" 228 229 STR_SUNLIGHT_FADING_FIX: "Fix för solskensmattning" 229 230 STR_REMAP_FRONT_BUTTONS: "Ändra frontknappar" 230 231 STR_OPDS_BROWSER: "OPDS-webbläsare"