From f481bef0814fb7e962d8f0764d272ff61011cfa8 Mon Sep 17 00:00:00 2001 From: nepozs <56661567+nepozs@users.noreply.github.com> Date: Sat, 8 Jan 2022 01:57:02 +0100 Subject: [PATCH] Create pl.json Polish translation added. --- .../freedns/translations/pl.json | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 custom_components/freedns/translations/pl.json diff --git a/custom_components/freedns/translations/pl.json b/custom_components/freedns/translations/pl.json new file mode 100644 index 0000000..698169b --- /dev/null +++ b/custom_components/freedns/translations/pl.json @@ -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)" + } + } + } + } +}