Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swedish buddy update #74

Merged
merged 7 commits into from
Feb 28, 2024
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
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"**/.DS_Store": true
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"eslint.format.enable": false,
"editor.formatOnSave": true,
Expand Down
2 changes: 1 addition & 1 deletion locales/languages.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
["en", "zh", "da", "de", "es", "fr", "cs", "it", "be", "ru", "se"]
["en", "zh", "da", "de", "es", "fr", "cs", "it", "be", "ru", "sv"]
5 changes: 0 additions & 5 deletions locales/se/devtools.json

This file was deleted.

2 changes: 1 addition & 1 deletion locales/se/common.json → locales/sv/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"Expert mode": "Expertläge",
"Radio firmware": "Radio firmware",
"SD Card content": "SD-kortinnehåll",
"settings": "inställningar"
"settings": "Inställningar"
}
File renamed without changes.
5 changes: 5 additions & 0 deletions locales/sv/devtools.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"Flashing": "Flashning",
"PR Builds": "PR-bygge",
"Unlocker": "Lås upp"
}
4 changes: 2 additions & 2 deletions locales/se/flashing.json → locales/sv/flashing.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"Flash": "Flasha",
"Flash via USB": "Flasha via USB",
"Flashed": "Flashad",
"Flashing": "Flashar",
"Flashing": "Flashning",
"Flashing done": "Flashning klar",
"Flashing EdgeTX": "Flashar EdgeTX",
"Go back": "Tillbaka",
Expand All @@ -74,7 +74,7 @@
"Local firmware file should be a binary (.bin)": "Den lokala filen måste vara en binärfil (.bin)",
"New firmware flashed": "Ny firmware flashad",
"Next": "Nästa",
"No devices found": "Ingen enhed funnen",
"No devices found": "Ingen enhet funnen",
"No firmware built for commit": "Ingen firmware byggd för git commit",
"Not a firmware file": "Inte en firmwarefil",
"Not supported by your browser": "Stöds inte av din browser",
Expand Down
2 changes: 1 addition & 1 deletion locales/se/sdcard.json → locales/sv/sdcard.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"<0>Step 1.</0> Power on your device, make sure it's not plugged into USB": "<0>Steg 1.</0> Starta din enhet, kontrollera att den inte är ansluten till USB",
"<0>Step 2.</0> Connect your device to the computer via USB, and if prompted select '<2>USB Storage</2>'": "<0>Steg 2.</0> Anslut enheten till datorn via USB och om det visas en prompt, välj '<2>USB masslagring</2>'",
"<0>Step 2.</0> Connect your device to the computer via USB, and if prompted select '<2>USB Storage</2>'": "<0>Steg 2.</0> Anslut enheten till datorn via USB och om det visas en prompt, välj '<2>USB-lagring (SD)</2>'",
"<0>Step 3.</0> Once connected, select the devices SD Card via the file explorer to make changes": "<0>Steg 3.</0> När anslutningen är klar, välj enhetens SD-kort via filhanteraren för att göra ändringar",
"Select SD Card": "Välj SD-kort",
"The SD card editor is still in development": "SD-kortredigeraren är fortfarande under utveckling",
Expand Down
Loading