Skip to content

Commit

Permalink
Provide Swedish translation (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
el97 authored Dec 8, 2023
1 parent 005a03b commit ee5469e
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions custom_components/illuminance/translations/sv.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"title": "Illuminance",
"config": {
"step": {
"options": {
"title": "Illuminance Alternativ",
"data": {
"mode": "Läge",
"entity_id": "Väderdata Källa",
"scan_interval": "Uppdateringsperiod i minuter",
"fallback": "Illuminance delning när väderdata inte är tillgänglig"
}
},
"name": {
"title": "Namn",
"data": {
"name": "Namn"
}
}
}
},
"options": {
"step": {
"options": {
"title": "Illuminance Alternativ",
"data": {
"mode": "Läge",
"entity_id": "Väderdata Källa",
"scan_interval": "Uppdateringsperiod i minuter",
"fallback": "Illuminance delning när väderdata inte är tillgänglig"
}
}
}
},
"selector": {
"mode": {
"options": {
"normal": "Normal",
"simple": "Simpel"
}
}
},
"services": {
"reload": {
"name": "Ladda om",
"description": "Laddar om Illuminance från YAML-konfigurationen."
}
}
}

0 comments on commit ee5469e

Please sign in to comment.