diff --git a/homeassistant/components/ambee/translations/ca.json b/homeassistant/components/ambee/translations/ca.json new file mode 100644 index 00000000000..a3611949083 --- /dev/null +++ b/homeassistant/components/ambee/translations/ca.json @@ -0,0 +1,19 @@ +{ + "config": { + "error": { + "cannot_connect": "Ha fallat la connexi\u00f3", + "invalid_api_key": "Clau API inv\u00e0lida" + }, + "step": { + "user": { + "data": { + "api_key": "Clau API", + "latitude": "Latitud", + "longitude": "Longitud", + "name": "Nom" + }, + "description": "Configura Ambee per a integrar-lo amb Home Assistant." + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/ambee/translations/nl.json b/homeassistant/components/ambee/translations/nl.json new file mode 100644 index 00000000000..c8aaf5d9420 --- /dev/null +++ b/homeassistant/components/ambee/translations/nl.json @@ -0,0 +1,19 @@ +{ + "config": { + "error": { + "cannot_connect": "Kan geen verbinding maken", + "invalid_api_key": "Ongeldige API-sleutel" + }, + "step": { + "user": { + "data": { + "api_key": "API-sleutel", + "latitude": "Breedtegraad", + "longitude": "Lengtegraad", + "name": "Naam" + }, + "description": "Stel Ambee in om te integreren met Home Assistant." + } + } + } +} \ No newline at end of file