mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 15:17:35 +00:00
[ci skip] Translation update
This commit is contained in:
parent
8dc57a3700
commit
075d3f6e32
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"config": {
|
"config": {
|
||||||
"error": {
|
"error": {
|
||||||
|
"cannot_connect": "Impossible de se connecter au serveur GIOS",
|
||||||
"invalid_sensors_data": "Donn\u00e9es des capteurs non valides pour cette station de mesure.",
|
"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."
|
"wrong_station_id": "L'identifiant de la station de mesure n'est pas correct."
|
||||||
},
|
},
|
||||||
|
5
homeassistant/components/gios/.translations/no.json
Normal file
5
homeassistant/components/gios/.translations/no.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"title": "GIO\u015a"
|
||||||
|
}
|
||||||
|
}
|
@ -33,7 +33,7 @@
|
|||||||
"step": {
|
"step": {
|
||||||
"init": {
|
"init": {
|
||||||
"data": {
|
"data": {
|
||||||
"name": "Nom du service de notification",
|
"name": "Nom du service de notification (red\u00e9marrage requis)",
|
||||||
"recipient": "Destinataires des notifications SMS",
|
"recipient": "Destinataires des notifications SMS",
|
||||||
"track_new_devices": "Suivre les nouveaux appareils"
|
"track_new_devices": "Suivre les nouveaux appareils"
|
||||||
}
|
}
|
||||||
|
18
homeassistant/components/sentry/.translations/da.json
Normal file
18
homeassistant/components/sentry/.translations/da.json
Normal file
@ -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"
|
||||||
|
}
|
||||||
|
}
|
@ -1,18 +1,18 @@
|
|||||||
{
|
{
|
||||||
"config": {
|
"config": {
|
||||||
"title": "Sentry",
|
"abort": {
|
||||||
"step": {
|
"already_configured": "Sentry is already configured"
|
||||||
"user": {
|
},
|
||||||
"title": "Sentry",
|
"error": {
|
||||||
"description": "Enter your Sentry DSN"
|
"bad_dsn": "Invalid DSN",
|
||||||
}
|
"unknown": "Unexpected error"
|
||||||
},
|
},
|
||||||
"error": {
|
"step": {
|
||||||
"unknown": "Unexpected error",
|
"user": {
|
||||||
"bad_dsn": "Invalid DSN"
|
"description": "Enter your Sentry DSN",
|
||||||
},
|
"title": "Sentry"
|
||||||
"abort": {
|
}
|
||||||
"already_configured": "Sentry is already configured"
|
},
|
||||||
|
"title": "Sentry"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
10
homeassistant/components/sentry/.translations/no.json
Normal file
10
homeassistant/components/sentry/.translations/no.json
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"step": {
|
||||||
|
"user": {
|
||||||
|
"title": "Sentry"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"title": "Sentry"
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user