[ci skip] Translation update

This commit is contained in:
HomeAssistant Azure 2020-08-28 00:05:07 +00:00
parent ca05f8928d
commit 68ba1d8790
3 changed files with 13 additions and 3 deletions

View File

@ -18,5 +18,5 @@
"standby": "\uc900\ube44\uc911" "standby": "\uc900\ube44\uc911"
} }
}, },
"title": "\ubbf8\ub514\uc5b4\uc7ac\uc0dd\uae30" "title": "\ubbf8\ub514\uc5b4 \ud50c\ub808\uc774\uc5b4"
} }

View File

@ -3,7 +3,8 @@
"abort": { "abort": {
"already_setup": "Nom\u00e9s pots configurar un \u00fanic compte amb Spotify.", "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.", "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": { "create_entry": {
"default": "Autenticaci\u00f3 exitosa amb Spotify." "default": "Autenticaci\u00f3 exitosa amb Spotify."
@ -11,6 +12,10 @@
"step": { "step": {
"pick_implementation": { "pick_implementation": {
"title": "Selecci\u00f3 del m\u00e8tode d'autenticaci\u00f3" "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"
} }
} }
} }

View File

@ -3,7 +3,8 @@
"abort": { "abort": {
"already_setup": "You can only configure one Spotify account.", "already_setup": "You can only configure one Spotify account.",
"authorize_url_timeout": "Timeout generating authorize url.", "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": { "create_entry": {
"default": "Successfully authenticated with Spotify." "default": "Successfully authenticated with Spotify."
@ -11,6 +12,10 @@
"step": { "step": {
"pick_implementation": { "pick_implementation": {
"title": "Pick Authentication Method" "title": "Pick Authentication Method"
},
"reauth_confirm": {
"description": "The Spotify integration needs to re-authenticate with Spotify for account: {account}",
"title": "Re-authenticate with Spotify"
} }
} }
} }