core/homeassistant/components/syncthru/translations/nl.json

27 lines
754 B
JSON
Raw Normal View History

2020-10-09 00:04:33 +00:00
{
"config": {
2020-11-07 00:04:02 +00:00
"abort": {
"already_configured": "Apparaat is al geconfigureerd"
},
"error": {
2021-03-16 00:04:36 +00:00
"invalid_url": "Ongeldige URL",
2021-03-17 00:03:55 +00:00
"syncthru_not_supported": "Apparaat ondersteunt SyncThru niet",
2020-11-07 00:04:02 +00:00
"unknown_state": "Printerstatus onbekend, controleer URL en netwerkconnectiviteit"
},
2021-05-17 05:17:18 +00:00
"flow_title": "{name}",
2020-10-09 00:04:33 +00:00
"step": {
2021-02-27 00:05:45 +00:00
"confirm": {
"data": {
2021-03-16 00:04:36 +00:00
"name": "Naam",
"url": "Webinterface URL"
2021-02-27 00:05:45 +00:00
}
},
2020-10-09 00:04:33 +00:00
"user": {
"data": {
2021-02-25 00:05:20 +00:00
"name": "Naam",
"url": "Webinterface URL"
2020-10-09 00:04:33 +00:00
}
}
}
}
}