[ci skip] Translation update

This commit is contained in:
GitHub Action 2022-03-06 00:18:25 +00:00
parent 3d26f6b85d
commit f5d25eaf8f
10 changed files with 102 additions and 2 deletions

View file

@ -10,7 +10,8 @@
"already_in_progress": "De configuratiestroom is al aan de gang",
"cannot_connect": "Kan geen verbinding maken",
"connection_error": "Kan geen verbinding maken",
"invalid_auth": "Ongeldige authenticatie"
"invalid_auth": "Ongeldige authenticatie",
"upnp_not_configured": "Ontbrekende UPnP instellingen op apparaat."
},
"flow_title": "{name}",
"step": {

View file

@ -0,0 +1,13 @@
{
"config": {
"abort": {
"single_instance_allowed": "Al geconfigureerd. Slechts een enkele configuratie mogelijk."
},
"step": {
"user": {
"description": "Wilt u beginnen met instellen?"
}
}
},
"title": "Maan"
}

View file

@ -22,5 +22,31 @@
"title": "Stel 1-Wire in"
}
}
},
"options": {
"error": {
"device_not_selected": "Selecteer apparaten om te configureren"
},
"step": {
"ack_no_options": {
"description": "Er zijn geen opties voor de SysBus-implementatie",
"title": "OneWire SysBus-opties"
},
"configure_device": {
"data": {
"precision": "Sensor nauwkeurigheid"
},
"description": "Selecteer sensor nauwkeurigheid voor {sensor_id}",
"title": "OneWire sensor nauwkeurigheid"
},
"device_selection": {
"data": {
"clear_device_options": "Wis alle apparaatconfiguraties",
"device_selection": "Selecteer apparaten om te configureren"
},
"description": "Selecteer welke configuratiestappen moeten doorlopen",
"title": "OneWire-apparaatopties"
}
}
}
}

View file

@ -1,15 +1,22 @@
{
"config": {
"abort": {
"already_configured": "Account is al geconfigureerd"
"already_configured": "Account is al geconfigureerd",
"reauth_successful": "Herauthenticatie was succesvol"
},
"error": {
"cannot_connect": "Kan geen verbinding maken",
"incorrect_api_key": "Ongeldige API-sleutel voor geselecteerd account",
"invalid_auth": "Ongeldige authenticatie",
"no_devices": "Geen apparaten gevonden",
"no_username": "Kan gebruikersnaam niet ophalen"
},
"step": {
"reauth_confirm": {
"data": {
"api_key": "API-sleutel"
}
},
"user": {
"data": {
"api_key": "API-sleutel",

View file

@ -1,4 +1,14 @@
{
"config": {
"step": {
"init": {
"data": {
"entity_id": "L\u00fcliti olem"
},
"description": "Vali valgusti l\u00fcliti"
}
}
},
"device_automation": {
"action_type": {
"toggle": "Muuda {entity_name} olekut",

View file

@ -1,4 +1,14 @@
{
"config": {
"step": {
"init": {
"data": {
"entity_id": "Entiteit wijzigen"
},
"description": "Kies de schakelaar voor de lichtschakelaar."
}
}
},
"device_automation": {
"action_type": {
"toggle": "Omschakelen {entity_name}",

View file

@ -1,4 +1,14 @@
{
"config": {
"step": {
"init": {
"data": {
"entity_id": "Entidade de switch"
},
"description": "Selecione o switch para o interruptor de luz."
}
}
},
"device_automation": {
"action_type": {
"toggle": "Alternar {entity_name}",

View file

@ -1,4 +1,14 @@
{
"config": {
"step": {
"init": {
"data": {
"entity_id": "\u0412\u044b\u043a\u043b\u044e\u0447\u0430\u0442\u0435\u043b\u044c"
},
"description": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0432\u044b\u043a\u043b\u044e\u0447\u0430\u0442\u0435\u043b\u044c \u0434\u043b\u044f \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u0435\u0433\u043e \u043a\u0430\u043a \u0432\u044b\u043a\u043b\u044e\u0447\u0430\u0442\u0435\u043b\u044c \u043e\u0441\u0432\u0435\u0449\u0435\u043d\u0438\u044f."
}
}
},
"device_automation": {
"action_type": {
"toggle": "{entity_name}: \u043f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0438\u0442\u044c",

View file

@ -1,4 +1,14 @@
{
"config": {
"step": {
"init": {
"data": {
"entity_id": "\u958b\u95dc\u5be6\u9ad4"
},
"description": "\u9078\u64c7\u6307\u5b9a\u70ba\u71c8\u5149\u4e4b\u958b\u95dc\u3002"
}
}
},
"device_automation": {
"action_type": {
"toggle": "\u5207\u63db{entity_name}",

View file

@ -0,0 +1,3 @@
{
"title": "Update"
}