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
Showing
15 changed files
with
222 additions
and
4 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,19 @@ | ||
{ | ||
"config": { | ||
"abort": { | ||
"already_configured": "L'appareil est d\u00e9j\u00e0 configur\u00e9", | ||
"device_fail": "Erreur inattendue lors de la cr\u00e9ation du p\u00e9riph\u00e9rique.", | ||
"device_timeout": "D\u00e9lai de connexion au p\u00e9riph\u00e9rique expir\u00e9." | ||
}, | ||
"step": { | ||
"user": { | ||
"data": { | ||
"host": "H\u00f4te" | ||
}, | ||
"description": "Entrez l'adresse IP de votre Daikin AC.", | ||
"title": "Configurer Daikin AC" | ||
} | ||
}, | ||
"title": "Daikin AC" | ||
} | ||
} |
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
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,20 @@ | ||
{ | ||
"config": { | ||
"step": { | ||
"creds": { | ||
"title": "PlayStation 4" | ||
}, | ||
"link": { | ||
"data": { | ||
"code": "PIN", | ||
"ip_address": "Adresse IP", | ||
"name": "Nom", | ||
"region": "R\u00e9gion" | ||
}, | ||
"description": "Entrez vos informations PlayStation 4. Pour \"Code PIN\", acc\u00e9dez \u00e0 \"Param\u00e8tres\" sur votre console PlayStation 4. Ensuite, acc\u00e9dez \u00e0 \"Param\u00e8tres de connexion de l'application mobile\" et s\u00e9lectionnez \"Ajouter un p\u00e9riph\u00e9rique\". Entrez le code PIN qui est affich\u00e9.", | ||
"title": "PlayStation 4" | ||
} | ||
}, | ||
"title": "PlayStation 4" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -10,6 +10,7 @@ | |
"user": { | ||
"description": "Vide" | ||
} | ||
} | ||
}, | ||
"title": "Telldus Live" | ||
} | ||
} |
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": { | ||
"authenticate": { | ||
"data": { | ||
"password": "Adgangskode", | ||
"username": "Brugernavn" | ||
} | ||
} | ||
}, | ||
"title": "Toon" | ||
} | ||
} |
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,32 @@ | ||
{ | ||
"config": { | ||
"abort": { | ||
"no_agreements": "Ce compte n'a pas d'affichages Toon.", | ||
"no_app": "Vous devez configurer Toon avant de pouvoir vous authentifier avec celui-ci. [Veuillez lire les instructions] (https://www.home-assistant.io/components/toon/).", | ||
"unknown_auth_fail": "Une erreur inattendue s'est produite lors de l'authentification." | ||
}, | ||
"error": { | ||
"credentials": "Les informations d'identification fournies ne sont pas valides.", | ||
"display_exists": "L'affichage s\u00e9lectionn\u00e9 est d\u00e9j\u00e0 configur\u00e9." | ||
}, | ||
"step": { | ||
"authenticate": { | ||
"data": { | ||
"password": "Mot de passe", | ||
"tenant": "Locataire", | ||
"username": "Nom d'utilisateur" | ||
}, | ||
"description": "Authentifiez-vous avec votre compte Eneco Toon (pas le compte d\u00e9veloppeur).", | ||
"title": "Lier un compte Toon" | ||
}, | ||
"display": { | ||
"data": { | ||
"display": "Choisissez l'affichage" | ||
}, | ||
"description": "S\u00e9lectionnez l'affichage Toon avec lequel vous connecter.", | ||
"title": "S\u00e9lectionnez l'affichage" | ||
} | ||
}, | ||
"title": "Toon" | ||
} | ||
} |
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,34 @@ | ||
{ | ||
"config": { | ||
"abort": { | ||
"client_id": "Klient ID fra konfigurasjonen er ugyldig.", | ||
"client_secret": "Klient hemmeligheten fra konfigurasjonen er ugyldig.", | ||
"no_agreements": "Denne kontoen har ingen Toon skjermer.", | ||
"no_app": "Du m\u00e5 konfigurere Toon f\u00f8r du kan autentisere den. [Vennligst les instruksjonene](https://www.home-assistant.io/components/toon/).", | ||
"unknown_auth_fail": "Uventet feil oppstod under autentisering." | ||
}, | ||
"error": { | ||
"credentials": "De oppgitte legitimasjonene er ugyldige.", | ||
"display_exists": "Den valgte skjermen er allerede konfigurert." | ||
}, | ||
"step": { | ||
"authenticate": { | ||
"data": { | ||
"password": "Passord", | ||
"tenant": "Leietaker", | ||
"username": "Brukernavn" | ||
}, | ||
"description": "Godkjen med Eneco Toon kontoen din (ikke utviklerkontoen).", | ||
"title": "Linken din Toon konto" | ||
}, | ||
"display": { | ||
"data": { | ||
"display": "Velg skjerm" | ||
}, | ||
"description": "Velg Toon skjerm \u00e5 koble til.", | ||
"title": "Velg skjerm" | ||
} | ||
}, | ||
"title": "Toon" | ||
} | ||
} |
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,24 @@ | ||
{ | ||
"config": { | ||
"abort": { | ||
"client_id": "Identyfikator klienta z konfiguracji jest nieprawid\u0142owy.", | ||
"client_secret": "Tajny klucz klienta z konfiguracji jest nieprawid\u0142owy.", | ||
"no_agreements": "To konto nie posiada wy\u015bwietlaczy Toon.", | ||
"no_app": "Musisz skonfigurowa\u0107 Toon zanim b\u0119dziesz m\u00f3g\u0142 si\u0119 z nim uwierzytelni\u0107. Prosz\u0119 przeczyta\u0107 instrukcj\u0119] (https://www.home-assistant.io/components/toon/).", | ||
"unknown_auth_fail": "Wyst\u0105pi\u0142 nieoczekiwany b\u0142\u0105d podczas uwierzytelniania." | ||
}, | ||
"error": { | ||
"credentials": "Wprowadzone dane logowania s\u0105 nieprawid\u0142owe.", | ||
"display_exists": "Wybrany ekran jest ju\u017c skonfigurowany." | ||
}, | ||
"step": { | ||
"authenticate": { | ||
"data": { | ||
"password": "Has\u0142o", | ||
"tenant": "Najemca", | ||
"username": "Nazwa u\u017cytkownika" | ||
} | ||
} | ||
} | ||
} | ||
} |
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,34 @@ | ||
{ | ||
"config": { | ||
"abort": { | ||
"client_id": "Client ID fr\u00e5n konfiguration \u00e4r ogiltig.", | ||
"client_secret": "Client secret fr\u00e5n konfigurationen \u00e4r ogiltig.", | ||
"no_agreements": "Det h\u00e4r kontot har inga Toon-sk\u00e4rmar.", | ||
"no_app": "Du m\u00e5ste konfigurera Toon innan du kan autentisera med den. [L\u00e4s instruktioner] (https://www.home-assistant.io/components/toon/).", | ||
"unknown_auth_fail": "Ov\u00e4ntat fel uppstod under autentisering." | ||
}, | ||
"error": { | ||
"credentials": "De angivna uppgifterna \u00e4r ogiltiga.", | ||
"display_exists": "Den valda sk\u00e4rmen \u00e4r redan konfigurerad" | ||
}, | ||
"step": { | ||
"authenticate": { | ||
"data": { | ||
"password": "L\u00f6senord", | ||
"tenant": "Hyresg\u00e4st", | ||
"username": "Anv\u00e4ndarnamn" | ||
}, | ||
"description": "Autentisera med ditt Eneco Toon-konto (inte developer-kontot).", | ||
"title": "L\u00e4nk ditt Toon-konto" | ||
}, | ||
"display": { | ||
"data": { | ||
"display": "V\u00e4lj sk\u00e4rm" | ||
}, | ||
"description": "V\u00e4lj Toon-sk\u00e4rm att ansluta till.", | ||
"title": "V\u00e4lj sk\u00e4rm" | ||
} | ||
}, | ||
"title": "Toon" | ||
} | ||
} |
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 @@ | ||
{ | ||
"config": { | ||
"abort": { | ||
"no_devices_found": "Aucun p\u00e9riph\u00e9rique TP-Link trouv\u00e9 sur le r\u00e9seau.", | ||
"single_instance_allowed": "Une seule configuration est n\u00e9cessaire." | ||
}, | ||
"step": { | ||
"confirm": { | ||
"description": "Voulez-vous configurer TP-Link smart devices?", | ||
"title": "TP-Link Smart Home" | ||
} | ||
}, | ||
"title": "TP-Link Smart Home" | ||
} | ||
} |
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