-
-
Notifications
You must be signed in to change notification settings - Fork 46
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 #616 from weblate/weblate-spook-inverse-helper
- Loading branch information
Showing
2 changed files
with
55 additions
and
3 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
52 changes: 51 additions & 1 deletion
52
custom_components/spook/integrations/spook_inverse/translations/sv.json
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 |
---|---|---|
@@ -1 +1,51 @@ | ||
{} | ||
{ | ||
"config": { | ||
"step": { | ||
"binary_sensor": { | ||
"data": { | ||
"entity_id": "Källa för entitet", | ||
"hide_source": "Dölj källa för entitet", | ||
"name": "Namn" | ||
}, | ||
"title": "Invertera 👻" | ||
}, | ||
"switch": { | ||
"data": { | ||
"entity_id": "Källa för entitet", | ||
"hide_source": "Dölj källa för entitet", | ||
"name": "Namn" | ||
}, | ||
"title": "Invertera 👻" | ||
}, | ||
"user": { | ||
"menu_options": { | ||
"binary_sensor": "Invertera en binär sensor", | ||
"switch": "Invertera en brytare" | ||
}, | ||
"title": "Invertera 👻", | ||
"description": "Denna hjälpare låter dig invertera beteendet för en entitet. Till exempel vända på öppna/stäng eller av/på för en binär sensor eller brytare." | ||
} | ||
} | ||
}, | ||
"options": { | ||
"step": { | ||
"binary_sensor": { | ||
"data": { | ||
"entity_id": "Källa för entitet", | ||
"hide_source": "Dölj källa för entitet", | ||
"name": "Namn" | ||
}, | ||
"title": "Invertera 👻" | ||
}, | ||
"switch": { | ||
"data": { | ||
"entity_id": "Källa för entitet", | ||
"hide_source": "Dölj källa för entitet", | ||
"name": "Namn" | ||
}, | ||
"title": "Invertera 👻" | ||
} | ||
} | ||
}, | ||
"title": "Invertera 👻" | ||
} |