Skip to content

Commit

Permalink
Merge pull request #3 from UsperX/sw_locale
Browse files Browse the repository at this point in the history
Swedish locale
  • Loading branch information
ImprovedTube authored May 2, 2024
2 parents 9cf077f + 6d8249d commit 73922c3
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Chrome extension. Move your mouse cursor over any video and set loop in a portio
- [ ] [Slovak](https://github.com/victor-savinov/looper/tree/master/_locales/sk) `/sk/`
- [ ] [Slovenian](https://github.com/victor-savinov/looper/tree/master/_locales/sl) `/sl/`
- [ ] [Serbian](https://github.com/victor-savinov/looper/tree/master/_locales/sr) `/sr/`
- [ ] [Swedish](https://github.com/victor-savinov/looper/tree/master/_locales/sv) `/sv/`
- [x] [Swedish](https://github.com/victor-savinov/looper/tree/master/_locales/sv) `/sv/`
- [ ] [Swahili](https://github.com/victor-savinov/looper/tree/master/_locales/sw) `/sw/`
- [ ] [Tamil](https://github.com/victor-savinov/looper/tree/master/_locales/ta) `/ta/`
- [ ] [Telugu](https://github.com/victor-savinov/looper/tree/master/_locales/te) `/te/`
Expand Down
52 changes: 26 additions & 26 deletions _locales/sv/messages.json
Original file line number Diff line number Diff line change
@@ -1,83 +1,83 @@
{
"appearance": {
"message": "Appearance"
"message": "Utseende"
},
"areYouSureYouWantToExportTheData": {
"message": "Are you sure you want to export the data?"
"message": "Är du säker på att du vill exportera datan?"
},
"areYouSureYouWantToImportTheData": {
"message": "Are you sure you want to import the data?"
"message": "Är du säker på att du vill importera datan?"
},
"backgroundColor": {
"message": "Background color"
"message": "Bakgrundsfärg"
},
"black": {
"message": "Black"
"message": "Svart"
},
"blur": {
"message": "Blur"
"message": "Suddighet"
},
"cancel": {
"message": "Cancel"
"message": "Avbryt"
},
"dark": {
"message": "Dark"
"message": "Mörkt"
},
"description": {
"message": "Best Loop Tool. Works with all websites! Move your mouse cursor over any video and set loop in a portion/range."
"message": "Bästa loop verktyget. Fungerar på alla hemsidor! Placera muspekaren på vilken video som helst och välj loop-intervall."
},
"duration": {
"message": "Duration"
"message": "Längd"
},
"export": {
"message": "Export"
"message": "Exportera"
},
"hideInFullscreen": {
"message": "Hide in fullscreen"
"message": "Dölj vid helskärm"
},
"hidePanel": {
"message": "Hide panel"
"message": "Dölj ruta"
},
"import": {
"message": "Import"
"message": "Importera"
},
"language": {
"message": "Language"
"message": "Språk"
},
"light": {
"message": "Light"
"message": "Ljust"
},
"ok": {
"message": "Ok"
},
"opacity": {
"message": "Opacity"
"message": "Opacitet"
},
"priAryColor": {
"message": "Pri,ary color"
"message": "Pri,mär färg"
},
"primaryColor": {
"message": "Primary color"
"message": "Primär färg"
},
"reset": {
"message": "Reset"
"message": "Nollställ"
},
"save": {
"message": "Save"
"message": "Spara"
},
"shortcuts": {
"message": "Shortcuts"
"message": "Genvägar"
},
"somethingWentWrongTryReloadingThePage": {
"message": "Something went wrong. Try reloading the page."
"message": "Något blev fel. Försök att uppdatera sidan."
},
"textColor": {
"message": "Text color"
"message": "Textfärg"
},
"theme": {
"message": "Theme"
"message": "Tema"
},
"time": {
"message": "Time"
"message": "Tid"
}
}

0 comments on commit 73922c3

Please sign in to comment.