Skip to content

Commit

Permalink
Swedish translation added (#164)
Browse files Browse the repository at this point in the history
* Swedish translation added

* Update sv.json
  • Loading branch information
zuper83 committed Sep 5, 2023
1 parent 1f7ef9b commit 664b47b
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 0 deletions.
36 changes: 36 additions & 0 deletions custom_components/gardena_smart_system/translations/sv.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"config": {
"abort": {
"already_configured": "Platsen är redan konfigurerad"
},
"error": {
"cannot_connect": "Det gick inte att ansluta, försök igen.",
"invalid_auth": "Ogiltig autentisering.",
"too_many_requests": "För många förfrågningar, försök igen senare.",
"unknown": "Oväntat fel."
},
"step": {
"user": {
"description": "Ange dina uppgifter",
"data": {
"email": "Epost",
"password": "Lösenord",
"client_id": "Application Key / Client ID"
},
"title": "Gardena Smart System"
}
}
},
"options": {
"step": {
"user": {
"data": {
"mower_duration": "Gräsklipparens varaktighet (minuter)",
"smart_irrigation_control_duration": "Smart Irrigation Control varaktighet (minuter)",
"smart_watering_duration": "Smart Watering varaktighet (minuter)"
},
"title": "Gardena Smart System - valmöjligheter"
}
}
}
}
29 changes: 29 additions & 0 deletions custom_components/gardena_smart_system/translations/vacuum.sv.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"title": "Robotgräsklippare",
"device_automation": {
"condition_type": {
"is_docked": "{entity_name} dockad i laddstation",
"is_cleaning": "{entity_name} klipper"
},
"trigger_type": {
"cleaning": "{entity_name} började klippa",
"docked": "{entity_name} dockad i laddstation"
},
"action_type": {
"clean": "Låt {entity_name} klippa",
"dock": "Låt {entity_name} återvända till laddstation"
}
},
"state": {
"_": {
"cleaning": "Klipper",
"docked": "Dockad i laddstation",
"error": "Fel",
"idle": "[%key:common::state::idle%]",
"off": "[%key:common::state::off%]",
"on": "[%key:common::state::on%]",
"paused": "[%key:common::state::paused%]",
"returning": "Återvänder till laddstation"
}
}
}

0 comments on commit 664b47b

Please sign in to comment.