diff --git a/homeassistant/components/axis/translations/ca.json b/homeassistant/components/axis/translations/ca.json index 449feb28fc7..8cbbe638d24 100644 --- a/homeassistant/components/axis/translations/ca.json +++ b/homeassistant/components/axis/translations/ca.json @@ -24,5 +24,15 @@ "title": "Configuraci\u00f3 de dispositiu Axis" } } + }, + "options": { + "step": { + "configure_stream": { + "data": { + "stream_profile": "Selecciona el perfil de transmissi\u00f3 de v\u00eddeo a utilitzar" + }, + "title": "Opcions de transmissi\u00f3 de v\u00eddeo del dispositiu Axis" + } + } } } \ No newline at end of file diff --git a/homeassistant/components/axis/translations/es.json b/homeassistant/components/axis/translations/es.json index f4c6cbbb3a7..38a33309145 100644 --- a/homeassistant/components/axis/translations/es.json +++ b/homeassistant/components/axis/translations/es.json @@ -24,5 +24,15 @@ "title": "Configurar dispositivo Axis" } } + }, + "options": { + "step": { + "configure_stream": { + "data": { + "stream_profile": "Selecciona el perfil de transmisi\u00f3n a usar" + }, + "title": "Opciones de transmisi\u00f3n de v\u00eddeo del dispositivo Axis" + } + } } } \ No newline at end of file diff --git a/homeassistant/components/axis/translations/zh-Hant.json b/homeassistant/components/axis/translations/zh-Hant.json index 362d7205461..8e90d449f11 100644 --- a/homeassistant/components/axis/translations/zh-Hant.json +++ b/homeassistant/components/axis/translations/zh-Hant.json @@ -24,5 +24,15 @@ "title": "\u8a2d\u5b9a Axis \u8a2d\u5099" } } + }, + "options": { + "step": { + "configure_stream": { + "data": { + "stream_profile": "\u9078\u64c7\u6240\u8981\u4f7f\u7528\u7684\u4e32\u6d41\u8a2d\u5b9a" + }, + "title": "Axis \u8a2d\u5099\u5f71\u50cf\u4e32\u6d41\u9078\u9805" + } + } } } \ No newline at end of file diff --git a/homeassistant/components/binary_sensor/translations/ca.json b/homeassistant/components/binary_sensor/translations/ca.json index d145344ed37..bf16523251e 100644 --- a/homeassistant/components/binary_sensor/translations/ca.json +++ b/homeassistant/components/binary_sensor/translations/ca.json @@ -143,8 +143,8 @@ "on": "Obert/a" }, "presence": { - "off": "Lliure", - "on": "Detectat" + "off": "Fora", + "on": "A casa" }, "problem": { "off": "OK", diff --git a/homeassistant/components/homekit/translations/en.json b/homeassistant/components/homekit/translations/en.json index a70f9e90ed7..1fc5ae59a0c 100644 --- a/homeassistant/components/homekit/translations/en.json +++ b/homeassistant/components/homekit/translations/en.json @@ -23,7 +23,8 @@ "advanced": { "data": { "auto_start": "Autostart (disable if using Z-Wave or other delayed start system)", - "safe_mode": "Safe Mode (enable only if pairing fails)" + "safe_mode": "Safe Mode (enable only if pairing fails)", + "zeroconf_default_interface": "Use default zeroconf interface (enable if the bridge cannot be found in the Home app)" }, "description": "These settings only need to be adjusted if the HomeKit bridge is not functional.", "title": "Advanced Configuration"