-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
179 changed files
with
9,008 additions
and
5,133 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 was deleted.
Oops, something went wrong.
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
113 changes: 64 additions & 49 deletions
113
home-assistant/custom_components/alexa_media/.translations/de.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,53 +1,68 @@ | ||
{ | ||
"config": { | ||
"error": { | ||
"identifier_exists": "Diese Email ist bereits registriert", | ||
"invalid_credentials": "Falsche Zugangsdaten" | ||
}, | ||
"step": { | ||
"user": { | ||
"data": { | ||
"password": "Passwort", | ||
"email": "Email Adresse", | ||
"url": "Amazon Region (z.B., amazon.de)", | ||
"include_devices": "Eingebundene Geräte (komma getrennnt)", | ||
"exclude_devices": "Ausgeschlossene Geräte (komma getrennnt)", | ||
"debug": "Erweitertes debugging", | ||
"scan_interval": "Sekunden zwischen den Scans" | ||
}, | ||
"description": "Bitte geben Sie ihre Informationen ein.", | ||
"title": "Alexa Media Player - Konfiguration" | ||
}, | ||
"captcha": { | ||
"data": { | ||
"password": "Passwort", | ||
"captcha": "Captcha" | ||
}, | ||
"description": "**{email} - alexa.{url}**\n{message}\n {captcha_image}", | ||
"title": "Alexa Media Player - Captcha" | ||
}, | ||
"twofactor": { | ||
"data": { | ||
"securitycode": "2FA Code" | ||
}, | ||
"description": "**{email} - alexa.{url}**\nDen Zwei Faktor Pin eingeben.\n{message}", | ||
"title": "Alexa Media Player - Zwei Faktor Authentifizierung" | ||
}, | ||
"authselect": { | ||
"data": { | ||
"authselectoption": "Einmal Pin Methode" | ||
"config": { | ||
"error": { | ||
"connection_error": "Verbindungsfehler; Netzwerk prüfen und erneut versuchen", | ||
"identifier_exists": "E-Mail für die Alexa URL ist bereits registriert", | ||
"invalid_credentials": "Falsche Zugangsdaten", | ||
"unknown_error": "Unbekannter Fehler, bitte Log-Info melden" | ||
}, | ||
"description": "**{email} - alexa.{url}**\n{message}", | ||
"title": "Alexa Media Player - Einmal Pin Passwort" | ||
}, | ||
"claimspicker": { | ||
"data": { | ||
"authselectoption": "Verifizierungs Methode" | ||
"step": { | ||
"action_required": { | ||
"description": "**{email} - alexa.{url}**\\nAmazon sendet eine Push-Benachrichtigung je folgender Nachricht. Bitte antworte sie vollständig, bevor Du fortfährst.\\n{message}", | ||
"title": "Alexa Media Player - Aktion erforderlich" | ||
}, | ||
"authselect": { | ||
"data": { | ||
"authselectoption": "Einmal Pin Methode" | ||
}, | ||
"description": "**{email} - alexa.{url}**\\n{message}", | ||
"title": "Alexa Media Player - Einmalpasswort" | ||
}, | ||
"captcha": { | ||
"data": { | ||
"captcha": "Captcha", | ||
"password": "Passwort" | ||
}, | ||
"description": "**{email} - alexa.{url}**\\n{message}\\n {captcha_image}", | ||
"title": "Alexa Media Player - Captcha" | ||
}, | ||
"claimspicker": { | ||
"data": { | ||
"authselectoption": "Verifizierungsmethode" | ||
}, | ||
"description": "**{email} - alexa.{url}**\\nBitte Verifizierungsmethode auswählen. (z.B., `0` oder `1`)\\n{message}", | ||
"title": "Alexa Media Player - Verifizierungsmethode" | ||
}, | ||
"twofactor": { | ||
"data": { | ||
"securitycode": "2FA Code" | ||
}, | ||
"description": "**{email} - alexa.{url}**\\nDas Einmalpasswort eingeben.\\n{message}", | ||
"title": "Alexa Media Player - Zwei Faktor Authentifizierung" | ||
}, | ||
"user": { | ||
"data": { | ||
"debug": "Erweitertes debugging", | ||
"email": "E-Mail Adresse", | ||
"exclude_devices": "Ausgeschlossene Geräte (komma getrennnt)", | ||
"include_devices": "Eingebundene Geräte (komma getrennnt)", | ||
"password": "Passwort", | ||
"scan_interval": "Sekunden zwischen den Scans", | ||
"url": "Amazon Region (z.B., amazon.de)" | ||
}, | ||
"description": "Bitte gebe Deine Informationen ein.", | ||
"title": "Alexa Media Player - Konfiguration" | ||
} | ||
}, | ||
"description": "**{email} - alexa.{url}**\nBitte Verifizierungs Methode auswählen. (z.B., `0` oder `1`)\n{message}", | ||
"title": "Alexa Media Player - Verifizierungs Methode" | ||
} | ||
"title": "Alexa Media Player" | ||
}, | ||
"title": "Alexa Media Player" | ||
} | ||
} | ||
"options": { | ||
"step": { | ||
"init": { | ||
"data": { | ||
"queue_delay": "Sekunden zu warten, um Befehle in die Warteschlange zu stellen" | ||
} | ||
} | ||
} | ||
} | ||
} |
120 changes: 62 additions & 58 deletions
120
home-assistant/custom_components/alexa_media/.translations/en.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,64 +1,68 @@ | ||
{ | ||
"config": { | ||
"error": { | ||
"connection_error": "Error connecting; check network and retry", | ||
"identifier_exists": "Email for Alexa URL already registered", | ||
"invalid_credentials": "Invalid credentials", | ||
"unknown_error": "Unknown error, please report log info" | ||
}, | ||
"step": { | ||
"user": { | ||
"data": { | ||
"password": "Password", | ||
"email": "Email Address", | ||
"url": "Amazon region domain (e.g., amazon.co.uk)", | ||
"include_devices": "Included device (comma separated)", | ||
"exclude_devices": "Excluded device (comma separated)", | ||
"debug": "Advanced debugging", | ||
"scan_interval": "Seconds between scans" | ||
}, | ||
"description": "Please enter your information.", | ||
"title": "Alexa Media Player - Configuration" | ||
}, | ||
"captcha": { | ||
"data": { | ||
"password": "Password", | ||
"captcha": "Captcha" | ||
}, | ||
"description": "**{email} - alexa.{url}**\n{message}\n {captcha_image}", | ||
"title": "Alexa Media Player - Captcha" | ||
}, | ||
"twofactor": { | ||
"data": { | ||
"securitycode": "2FA Code" | ||
}, | ||
"description": "**{email} - alexa.{url}**\nEnter the One Time Password (OTP).\n{message}", | ||
"title": "Alexa Media Player - Two Factor Authentication" | ||
}, | ||
"authselect": { | ||
"data": { | ||
"authselectoption": "OTP method" | ||
"config": { | ||
"error": { | ||
"connection_error": "Error connecting; check network and retry", | ||
"identifier_exists": "Email for Alexa URL already registered", | ||
"invalid_credentials": "Invalid credentials", | ||
"unknown_error": "Unknown error, please report log info" | ||
}, | ||
"description": "**{email} - alexa.{url}**\n{message}", | ||
"title": "Alexa Media Player - One Time Password" | ||
}, | ||
"claimspicker": { | ||
"data": { | ||
"authselectoption": "Verification method" | ||
"step": { | ||
"action_required": { | ||
"description": "**{email} - alexa.{url}**\\nAmazon will send a push notification per the below message. Please completely respond before continuing.\\n{message}", | ||
"title": "Alexa Media Player - Action Required" | ||
}, | ||
"authselect": { | ||
"data": { | ||
"authselectoption": "OTP method" | ||
}, | ||
"description": "**{email} - alexa.{url}**\\n{message}", | ||
"title": "Alexa Media Player - One Time Password" | ||
}, | ||
"captcha": { | ||
"data": { | ||
"captcha": "Captcha", | ||
"password": "Password" | ||
}, | ||
"description": "**{email} - alexa.{url}**\\n{message}\\n {captcha_image}", | ||
"title": "Alexa Media Player - Captcha" | ||
}, | ||
"claimspicker": { | ||
"data": { | ||
"authselectoption": "Verification method" | ||
}, | ||
"description": "**{email} - alexa.{url}**\\nPlease select verification method by number. (e.g., `0` or `1`)\\n{message}", | ||
"title": "Alexa Media Player - Verification Method" | ||
}, | ||
"twofactor": { | ||
"data": { | ||
"securitycode": "2FA Code" | ||
}, | ||
"description": "**{email} - alexa.{url}**\\nEnter the One Time Password (OTP).\\n{message}", | ||
"title": "Alexa Media Player - Two Factor Authentication" | ||
}, | ||
"user": { | ||
"data": { | ||
"debug": "Advanced debugging", | ||
"email": "Email Address", | ||
"exclude_devices": "Excluded device (comma separated)", | ||
"include_devices": "Included device (comma separated)", | ||
"password": "Password", | ||
"scan_interval": "Seconds between scans", | ||
"url": "Amazon region domain (e.g., amazon.co.uk)" | ||
}, | ||
"description": "Please enter your information.", | ||
"title": "Alexa Media Player - Configuration" | ||
} | ||
}, | ||
"description": "**{email} - alexa.{url}**\nPlease select verification method by number. (e.g., `0` or `1`)\n{message}", | ||
"title": "Alexa Media Player - Verification Method" | ||
} | ||
"title": "Alexa Media Player" | ||
}, | ||
"title": "Alexa Media Player" | ||
}, | ||
"options": { | ||
"step": { | ||
"init": { | ||
"data": { | ||
"queue_delay": "Seconds to wait to queue commands together" | ||
"options": { | ||
"step": { | ||
"init": { | ||
"data": { | ||
"queue_delay": "Seconds to wait to queue commands together" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
68 changes: 68 additions & 0 deletions
68
home-assistant/custom_components/alexa_media/.translations/es.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,68 @@ | ||
{ | ||
"config": { | ||
"error": { | ||
"connection_error": "Error al conectar, verifique la red y vuelva a intentarlo", | ||
"identifier_exists": "Correo electrónico para la URL de Alexa ya registrado", | ||
"invalid_credentials": "Credenciales no válidas", | ||
"unknown_error": "Error desconocido, por favor reporte la información del registro" | ||
}, | ||
"step": { | ||
"action_required": { | ||
"description": "A continuación Amazon enviará una notificación push en el siguiente mensaje. Por favor, responda en su totalidad antes de continuar.", | ||
"title": "Alexa Media Player - Acción requerida" | ||
}, | ||
"authselect": { | ||
"data": { | ||
"authselectoption": "metodo OTP" | ||
}, | ||
"description": "**{email} - alexa.{url}**\\n{message}", | ||
"title": "Alexa Media Player - Contraseña de un solo uso" | ||
}, | ||
"captcha": { | ||
"data": { | ||
"captcha": "Captcha", | ||
"password": "Contraseña" | ||
}, | ||
"description": "**{email} - alexa.{url}**\\n{message}\\n {captcha_image}", | ||
"title": "Alexa Media Player - Captcha" | ||
}, | ||
"claimspicker": { | ||
"data": { | ||
"authselectoption": "Método de verificación" | ||
}, | ||
"description": "**{email} - alexa.{url}**\\nSeleccione el método de verificación por número. (e.g., `0` or `1`)\\n{message}", | ||
"title": "Alexa Media Player - Método de verificación" | ||
}, | ||
"twofactor": { | ||
"data": { | ||
"securitycode": "2FA Code" | ||
}, | ||
"description": "**{email} - alexa.{url}**\\nIngrese la contraseña de un solo uso (OTP).\\n{message}", | ||
"title": "Alexa Media Player - Autenticación de dos factores" | ||
}, | ||
"user": { | ||
"data": { | ||
"debug": "Depuración avanzada", | ||
"email": "Dirección de correo electrónico", | ||
"exclude_devices": "Dispositivo excluido (separado por comas)", | ||
"include_devices": "Dispositivo incluido (separado por comas)", | ||
"password": "Contraseña", | ||
"scan_interval": "Segundos entre escaneos", | ||
"url": "Region del dominio de Amazon (e.g., amazon.co.uk)" | ||
}, | ||
"description": "Por favor, introduzca su información.", | ||
"title": "Alexa Media Player - Configuracion" | ||
} | ||
}, | ||
"title": "Alexa Media Player" | ||
}, | ||
"options": { | ||
"step": { | ||
"init": { | ||
"data": { | ||
"queue_delay": "Segundos de espera a la cola de comandos a la vez" | ||
} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.