[ci skip] Translation update

This commit is contained in:
HomeAssistant Azure 2020-02-01 00:31:40 +00:00
parent 166d770ddd
commit 0c1acc51a4
5 changed files with 101 additions and 2 deletions

View File

@ -19,9 +19,9 @@
},
"zeroconf_confirm": {
"description": "\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b, \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c Elgato Key Light \u0441 \u0441\u0435\u0440\u0438\u0439\u043d\u044b\u043c \u043d\u043e\u043c\u0435\u0440\u043e\u043c `{serial_number}`?",
"title": "\u041e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d\u043e \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e Elgado Key Light"
"title": "\u041e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d\u043e \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e Elgato Key Light"
}
},
"title": "Elgado Key Light"
"title": "Elgato Key Light"
}
}

View File

@ -0,0 +1,24 @@
{
"config": {
"abort": {
"already_configured": "Esta cuenta ya est\u00e1 configurada."
},
"error": {
"cannot_connect": "No se pudo conectar, por favor, int\u00e9ntelo de nuevo.",
"invalid_auth": "Autenticaci\u00f3n inv\u00e1lida",
"too_many_requests": "Demasiadas solicitudes, vuelva a intentarlo m\u00e1s tarde.",
"unknown": "Error inesperado"
},
"step": {
"user": {
"data": {
"password": "Contrase\u00f1a",
"username": "Nombre de usuario"
},
"description": "Introduzca sus credenciales.",
"title": "Garmin Connect"
}
},
"title": "Garmin Connect"
}
}

View File

@ -1,6 +1,7 @@
{
"config": {
"abort": {
"already_configured": "La cuenta ya est\u00e1 configurada",
"username_exists": "Cuenta ya configurada"
},
"error": {

View File

@ -0,0 +1,37 @@
{
"config": {
"abort": {
"already_configured": "Mikrotik ya est\u00e1 configurado"
},
"error": {
"cannot_connect": "Conexi\u00f3n fallida",
"name_exists": "El nombre ya existe",
"wrong_credentials": "Credenciales incorrectas"
},
"step": {
"user": {
"data": {
"host": "Host",
"name": "Nombre",
"password": "Contrase\u00f1a",
"port": "Puerto",
"username": "Nombre de usuario",
"verify_ssl": "Usar ssl"
},
"title": "Configurar el router Mikrotik"
}
},
"title": "Mikrotik"
},
"options": {
"step": {
"device_tracker": {
"data": {
"arp_ping": "Habilitar ping ARP",
"detection_time": "Considere el intervalo de inicio",
"force_dhcp": "Forzar el escaneo usando DHCP"
}
}
}
}
}

View File

@ -0,0 +1,37 @@
{
"config": {
"abort": {
"already_configured": "Mikrotik er allerede konfigurert"
},
"error": {
"cannot_connect": "Tilkobling mislykket",
"name_exists": "Navnet eksisterer",
"wrong_credentials": "Feil legitimasjon"
},
"step": {
"user": {
"data": {
"host": "Vert",
"name": "Navn",
"password": "Passord",
"port": "Port",
"username": "Brukernavn",
"verify_ssl": "Bruk ssl"
},
"title": "Konfigurere Mikrotik-ruter"
}
},
"title": "Mikrotik"
},
"options": {
"step": {
"device_tracker": {
"data": {
"arp_ping": "Aktiver ARP-ping",
"detection_time": "Vurder hjemmeintervall",
"force_dhcp": "Tving skanning ved hjelp av DHCP"
}
}
}
}
}