diff --git a/homeassistant/components/gios/.translations/fr.json b/homeassistant/components/gios/.translations/fr.json index f943adfe1c3..2a9136bab4f 100644 --- a/homeassistant/components/gios/.translations/fr.json +++ b/homeassistant/components/gios/.translations/fr.json @@ -1,6 +1,7 @@ { "config": { "error": { + "cannot_connect": "Impossible de se connecter au serveur GIOS", "invalid_sensors_data": "Donn\u00e9es des capteurs non valides pour cette station de mesure.", "wrong_station_id": "L'identifiant de la station de mesure n'est pas correct." }, diff --git a/homeassistant/components/gios/.translations/no.json b/homeassistant/components/gios/.translations/no.json new file mode 100644 index 00000000000..4e8cd819a0b --- /dev/null +++ b/homeassistant/components/gios/.translations/no.json @@ -0,0 +1,5 @@ +{ + "config": { + "title": "GIO\u015a" + } +} \ No newline at end of file diff --git a/homeassistant/components/huawei_lte/.translations/fr.json b/homeassistant/components/huawei_lte/.translations/fr.json index 1b2be78109d..9f6ae9a09bf 100644 --- a/homeassistant/components/huawei_lte/.translations/fr.json +++ b/homeassistant/components/huawei_lte/.translations/fr.json @@ -33,7 +33,7 @@ "step": { "init": { "data": { - "name": "Nom du service de notification", + "name": "Nom du service de notification (red\u00e9marrage requis)", "recipient": "Destinataires des notifications SMS", "track_new_devices": "Suivre les nouveaux appareils" } diff --git a/homeassistant/components/sentry/.translations/da.json b/homeassistant/components/sentry/.translations/da.json new file mode 100644 index 00000000000..7377dfd8aea --- /dev/null +++ b/homeassistant/components/sentry/.translations/da.json @@ -0,0 +1,18 @@ +{ + "config": { + "abort": { + "already_configured": "Sentry er allerede konfigureret" + }, + "error": { + "bad_dsn": "Ugyldigt DSN", + "unknown": "Uventet fejl" + }, + "step": { + "user": { + "description": "Indtast dit Sentry-DSN", + "title": "Sentry" + } + }, + "title": "Sentry" + } +} \ No newline at end of file diff --git a/homeassistant/components/sentry/.translations/en.json b/homeassistant/components/sentry/.translations/en.json index 8d5042731ca..4d37438ff3f 100644 --- a/homeassistant/components/sentry/.translations/en.json +++ b/homeassistant/components/sentry/.translations/en.json @@ -1,18 +1,18 @@ { - "config": { - "title": "Sentry", - "step": { - "user": { - "title": "Sentry", - "description": "Enter your Sentry DSN" - } - }, - "error": { - "unknown": "Unexpected error", - "bad_dsn": "Invalid DSN" - }, - "abort": { - "already_configured": "Sentry is already configured" + "config": { + "abort": { + "already_configured": "Sentry is already configured" + }, + "error": { + "bad_dsn": "Invalid DSN", + "unknown": "Unexpected error" + }, + "step": { + "user": { + "description": "Enter your Sentry DSN", + "title": "Sentry" + } + }, + "title": "Sentry" } - } -} +} \ No newline at end of file diff --git a/homeassistant/components/sentry/.translations/no.json b/homeassistant/components/sentry/.translations/no.json new file mode 100644 index 00000000000..61ef8f8d389 --- /dev/null +++ b/homeassistant/components/sentry/.translations/no.json @@ -0,0 +1,10 @@ +{ + "config": { + "step": { + "user": { + "title": "Sentry" + } + }, + "title": "Sentry" + } +} \ No newline at end of file