[ci skip] Translation update
This commit is contained in:
parent
8dc57a3700
commit
075d3f6e32
6 changed files with 51 additions and 17 deletions
|
@ -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."
|
||||
},
|
||||
|
|
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": {
|
||||
"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"
|
||||
}
|
||||
|
|
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": {
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
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…
Add table
Reference in a new issue