From 68ba1d8790399061e62712ac5d16478e3c23c391 Mon Sep 17 00:00:00 2001 From: HomeAssistant Azure Date: Fri, 28 Aug 2020 00:05:07 +0000 Subject: [PATCH] [ci skip] Translation update --- homeassistant/components/media_player/translations/ko.json | 2 +- homeassistant/components/spotify/translations/ca.json | 7 ++++++- homeassistant/components/spotify/translations/en.json | 7 ++++++- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/media_player/translations/ko.json b/homeassistant/components/media_player/translations/ko.json index 47e019a879d..e727e744d73 100644 --- a/homeassistant/components/media_player/translations/ko.json +++ b/homeassistant/components/media_player/translations/ko.json @@ -18,5 +18,5 @@ "standby": "\uc900\ube44\uc911" } }, - "title": "\ubbf8\ub514\uc5b4\uc7ac\uc0dd\uae30" + "title": "\ubbf8\ub514\uc5b4 \ud50c\ub808\uc774\uc5b4" } \ No newline at end of file diff --git a/homeassistant/components/spotify/translations/ca.json b/homeassistant/components/spotify/translations/ca.json index 887d3b7236c..005e0c5c331 100644 --- a/homeassistant/components/spotify/translations/ca.json +++ b/homeassistant/components/spotify/translations/ca.json @@ -3,7 +3,8 @@ "abort": { "already_setup": "Nom\u00e9s pots configurar un \u00fanic compte amb Spotify.", "authorize_url_timeout": "S'ha acabat el temps d'espera durant la generaci\u00f3 de l'URL d'autoritzaci\u00f3.", - "missing_configuration": "La integraci\u00f3 Spotify no est\u00e0 configurada. Mira'n la documentaci\u00f3." + "missing_configuration": "La integraci\u00f3 Spotify no est\u00e0 configurada. Mira'n la documentaci\u00f3.", + "reauth_account_mismatch": "El compte Spotify autenticat, no coincideix amb el compte necessari per a la re-autenticaci\u00f3." }, "create_entry": { "default": "Autenticaci\u00f3 exitosa amb Spotify." @@ -11,6 +12,10 @@ "step": { "pick_implementation": { "title": "Selecci\u00f3 del m\u00e8tode d'autenticaci\u00f3" + }, + "reauth_confirm": { + "description": "La integraci\u00f3 de Spotify ha de tornar a autenticar-se amb el compte de Spotify: {account}", + "title": "Re-autenticaci\u00f3 amb Spotify" } } } diff --git a/homeassistant/components/spotify/translations/en.json b/homeassistant/components/spotify/translations/en.json index c869d06cab3..6cdafbf061c 100644 --- a/homeassistant/components/spotify/translations/en.json +++ b/homeassistant/components/spotify/translations/en.json @@ -3,7 +3,8 @@ "abort": { "already_setup": "You can only configure one Spotify account.", "authorize_url_timeout": "Timeout generating authorize url.", - "missing_configuration": "The Spotify integration is not configured. Please follow the documentation." + "missing_configuration": "The Spotify integration is not configured. Please follow the documentation.", + "reauth_account_mismatch": "The Spotify account authenticated with, does not match the account needed re-authentication." }, "create_entry": { "default": "Successfully authenticated with Spotify." @@ -11,6 +12,10 @@ "step": { "pick_implementation": { "title": "Pick Authentication Method" + }, + "reauth_confirm": { + "description": "The Spotify integration needs to re-authenticate with Spotify for account: {account}", + "title": "Re-authenticate with Spotify" } } }