core/homeassistant/components/cloudflare/translations/lb.json

27 lines
779 B
JSON
Raw Normal View History

2020-11-03 00:04:39 +00:00
{
"config": {
"abort": {
"single_instance_allowed": "Scho konfigur\u00e9iert. N\u00ebmmen eng eenzeg Konfiguratioun m\u00e9iglech.",
"unknown": "Onerwaarte Feeler"
},
"error": {
"cannot_connect": "Feeler beim verbannen",
"invalid_auth": "Ong\u00eblteg Authentifikatioun",
"invalid_zone": "Ong\u00eblteg Zon"
},
2020-11-04 00:13:14 +00:00
"flow_title": "Cloudflare: {name}",
2020-11-03 00:04:39 +00:00
"step": {
"user": {
"data": {
"api_token": "API Jeton"
2020-11-04 00:13:14 +00:00
},
"title": "Mat Cloudflare verbannen"
2020-11-03 00:04:39 +00:00
},
"zone": {
"data": {
"zone": "Zon"
}
}
}
}
}