forked from home-assistant/core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
34a3188
commit ebe57d4
Showing
12 changed files
with
93 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
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 |
---|---|---|
|
@@ -18,5 +18,10 @@ | |
"title": "" | ||
} | ||
} | ||
}, | ||
"system_health": { | ||
"info": { | ||
"can_reach_server": "\u00dchendus GIO\u015a serveriga" | ||
} | ||
} | ||
} |
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 |
---|---|---|
|
@@ -18,5 +18,10 @@ | |
"title": "" | ||
} | ||
} | ||
}, | ||
"system_health": { | ||
"info": { | ||
"can_reach_server": "N\u00e5 GIO\u015a-server" | ||
} | ||
} | ||
} |
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
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
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,7 @@ | ||
{ | ||
"system_health": { | ||
"info": { | ||
"can_reach_server": "\u53ef\u8bbf\u95ee GIO\u015a \u670d\u52a1\u5668" | ||
} | ||
} | ||
} |
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
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,3 +1,18 @@ | ||
{ | ||
"system_health": { | ||
"info": { | ||
"disk_total": "Totale schijfruimte", | ||
"disk_used": "Gebruikte schijfruimte", | ||
"docker_version": "Docker versie", | ||
"healthy": "Gezond", | ||
"host_os": "Host-besturingssysteem", | ||
"installed_addons": "Ge\u00efnstalleerde add-ons", | ||
"supervisor_api": "Supervisor API", | ||
"supervisor_version": "Supervisor versie", | ||
"supported": "Ondersteund", | ||
"update_channel": "Update kanaal", | ||
"version_api": "API Versie" | ||
} | ||
}, | ||
"title": "Hass.io" | ||
} |
15 changes: 15 additions & 0 deletions
15
homeassistant/components/homeassistant/translations/nl.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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"system_health": { | ||
"info": { | ||
"dev": "Ontwikkelaarsmodus", | ||
"docker": "Docker", | ||
"docker_version": "Docker", | ||
"os_version": "Versie van het besturingssysteem", | ||
"python_version": "Python versie", | ||
"supervisor": "Supervisor", | ||
"timezone": "Tijdzone", | ||
"version": "Versie", | ||
"virtualenv": "Virtuele omgeving" | ||
} | ||
} | ||
} |
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,8 @@ | ||
{ | ||
"config": { | ||
"abort": { | ||
"no_devices_found": "No s'ha trobat cap dispositiu a la xarxa", | ||
"single_instance_allowed": "Ja est\u00e0 configurat. Nom\u00e9s una configuraci\u00f3 \u00e9s possible" | ||
} | ||
} | ||
} |
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
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,13 @@ | ||
{ | ||
"config": { | ||
"step": { | ||
"user": { | ||
"data": { | ||
"host": "Hostnaam (of IP-adres van uw Twinkly apparaat" | ||
}, | ||
"description": "Uw Twinkly LED-string instellen", | ||
"title": "Twinkly" | ||
} | ||
} | ||
} | ||
} |