Skip to content

Commit

Permalink
Merge pull request #3 from nepozs/patch-1
Browse files Browse the repository at this point in the history
Create pl.json
  • Loading branch information
uvjim authored Jan 8, 2022
2 parents eec86fc + f481bef commit e89471c
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions custom_components/freedns/translations/pl.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"config": {
"error": {
"below_minimum_scan_interval": "Najmniejszy interwał skanowania to 5 minut",
"cant_connect": "Nie można połączyć się z API FreeDNS",
"invalid_url": "Nieprawidłowy URL",
"url_access_exclusive": "Podaj albo adres URL albo token dostępu"
},
"step": {
"config": {
"data": {
"url": "Pełny adres URL aktualizacji",
"access_token": "Token dostępu",
"scan_interval": "Interwał skanowania (w minutach)"
},
"description": "Wprowadź szczegóły domen do aktualizacji."
}
}
},
"options": {
"error": {
"below_minimum_scan_interval": "Najmniejszy interwał skanowania to 5 minut"
},
"step": {
"options": {
"data": {
"scan_interval": "Interwał skanowania (w minutach)"
}
}
}
}
}

0 comments on commit e89471c

Please sign in to comment.