-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #136 from karlsvenssonn/swedish-translation
Add Swedish translation
- Loading branch information
Showing
1 changed file
with
50 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
{ | ||
"config": { | ||
"step": { | ||
"user": { | ||
"description": "Integrationskonfiguration", | ||
"data": { | ||
"host": "Host", | ||
"username": "Login", | ||
"password": "Lösenord", | ||
"scan_interval": "Uppdateringsintervall i sekunder", | ||
"verify_ssl": "Verifiera ssl för https anslutning" | ||
} | ||
} | ||
} | ||
}, | ||
"options": { | ||
"step": { | ||
"init": { | ||
"description": "Ändra konfiguration för routern.", | ||
"data": { | ||
"host": "Host", | ||
"username": "Login", | ||
"password": "Lösenord", | ||
"scan_interval": "Uppdateringsintervall i sekunder", | ||
"verify_ssl": "Verifiera ssl för https anslutning" | ||
} | ||
} | ||
} | ||
}, | ||
"services": { | ||
"send_sms": { | ||
"name": "Skicka SMS", | ||
"description": "Skicka SMS", | ||
"fields": { | ||
"number": { | ||
"name": "Telefon", | ||
"description": "Telefonnummer" | ||
}, | ||
"text": { | ||
"name": "Meddelande", | ||
"description": "Text" | ||
}, | ||
"device": { | ||
"name": "Router", | ||
"description": "Välj TP-Link router för att skicka sms" | ||
} | ||
} | ||
} | ||
} | ||
} |