From b8bdd0f43a1a1b025e30c3039dff46d37b15fa0f Mon Sep 17 00:00:00 2001 From: pralor <36384445+pralor@users.noreply.github.com> Date: Wed, 10 Jul 2019 18:44:09 -0700 Subject: [PATCH 01/25] New translations settings.json (Spanish) Signed-off-by: pralor <36384445+pralor@users.noreply.github.com> --- public/i18n/es/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/i18n/es/settings.json b/public/i18n/es/settings.json index 24f12a3..ad14b9f 100644 --- a/public/i18n/es/settings.json +++ b/public/i18n/es/settings.json @@ -28,5 +28,5 @@ "Detected custom upstream server": "Servidor de subida personalizado detectado", "DNS Options": "Opciones del DNS", "Rapid Commit": "Asignación rápida", - "Prefix length (CIDR)": "" + "Prefix length (CIDR)": "Longitud del prefijo (CIDR)" } \ No newline at end of file From 77fff219c6067bfd43d9c12a96ec6af0fffc7548 Mon Sep 17 00:00:00 2001 From: pralor <36384445+pralor@users.noreply.github.com> Date: Sun, 14 Jul 2019 07:06:45 -0700 Subject: [PATCH 02/25] New translations dashboard.json (Swedish) Signed-off-by: pralor <36384445+pralor@users.noreply.github.com> --- public/i18n/sv/dashboard.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/i18n/sv/dashboard.json b/public/i18n/sv/dashboard.json index 66b38ff..4e8bf98 100644 --- a/public/i18n/sv/dashboard.json +++ b/public/i18n/sv/dashboard.json @@ -20,5 +20,5 @@ "Queries Answered By Destination": "Förfrågningar besvarade efter destination", "Queries Over {{range}}": "Förfrågningar över {{range}}", "Clients Over {{range}}": "Klienter över {{range}}", - "Top Blocked Clients": "" + "Top Blocked Clients": "Mest blockerade klienter" } \ No newline at end of file From 7eac823262cc1266658383614b7051d191fab453 Mon Sep 17 00:00:00 2001 From: pralor <36384445+pralor@users.noreply.github.com> Date: Tue, 23 Jul 2019 10:24:50 -0700 Subject: [PATCH 03/25] New translations settings.json (Swedish) Signed-off-by: pralor <36384445+pralor@users.noreply.github.com> --- public/i18n/sv/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/i18n/sv/settings.json b/public/i18n/sv/settings.json index a3b2fbd..e263851 100644 --- a/public/i18n/sv/settings.json +++ b/public/i18n/sv/settings.json @@ -28,5 +28,5 @@ "Detected custom upstream server": "Upptäckte anpassad uppströms server", "DNS Options": "DNS-alternativ", "Rapid Commit": "", - "Prefix length (CIDR)": "" + "Prefix length (CIDR)": "Prefixlängd (CIDR)" } \ No newline at end of file From e34acd32f6e96d2dc6c2d6b7a9e39595f7f196a3 Mon Sep 17 00:00:00 2001 From: pralor <36384445+pralor@users.noreply.github.com> Date: Tue, 5 Nov 2019 08:49:27 -0800 Subject: [PATCH 04/25] New translations footer.json (Danish) Signed-off-by: pralor <36384445+pralor@users.noreply.github.com> --- public/i18n/da/footer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/i18n/da/footer.json b/public/i18n/da/footer.json index 9ef12c2..dfaf5ff 100644 --- a/public/i18n/da/footer.json +++ b/public/i18n/da/footer.json @@ -2,5 +2,5 @@ "if you found this useful": "hvis du synes det er brugbart", "Core Version": "Pi-hole Version", "Web Version": "Web Interface Version", - "Update Available": "" + "Update Available": "Opdatering tilgængelig" } \ No newline at end of file From f910546e0f1dc646eaa4c9ce164d4171d9f23488 Mon Sep 17 00:00:00 2001 From: pralor <36384445+pralor@users.noreply.github.com> Date: Tue, 5 Nov 2019 11:45:58 -0800 Subject: [PATCH 05/25] New translations api-errors.json (Danish) Signed-off-by: pralor <36384445+pralor@users.noreply.github.com> --- public/i18n/da/api-errors.json | 42 +++++++++++++++++----------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/public/i18n/da/api-errors.json b/public/i18n/da/api-errors.json index d17f9b8..c840e2e 100644 --- a/public/i18n/da/api-errors.json +++ b/public/i18n/da/api-errors.json @@ -1,25 +1,25 @@ { - "unknown": "", - "gravity_error": "", - "ftl_connection_fail": "", - "ftl_read_error": "", + "unknown": "Ukendt fejl", + "gravity_error": "Kunne ikke oprette bloklisten", + "ftl_connection_fail": "Kunne ikke oprette forbindelse til FTL", + "ftl_read_error": "Fejl ved læsning af FTL", "ftl_eom_error": "", - "not_found": "", + "not_found": "Ikke fundet", "already_exists": "", - "invalid_domain": "", - "bad_request": "", - "unauthorized": "", - "file_read": "", - "file_write": "", - "config_parsing_error": "", - "invalid_setting_value": "", - "restart_dns_error": "", - "dnsmasq_config_write": "", - "shared_memory_open": "", - "shared_memory_read": "", - "shared_memory_lock": "", - "API Error: {{error}}": "", - "reload_dns_error": "", - "shared_memory_version": "", - "ftl_database": "" + "invalid_domain": "Ugyldigt domæne", + "bad_request": "Dårlig anmodning", + "unauthorized": "Uautoriseret", + "file_read": "Fejl ved læsning fra {{file}}", + "file_write": "Fejl ved skrivning til {{file}}", + "config_parsing_error": "Fejl ved parsing af konfigurationen", + "invalid_setting_value": "Ugyldig indstillingsværdi", + "restart_dns_error": "Kunne ikke genstarte DNS serveren", + "dnsmasq_config_write": "Fejl ved generering af dnsmasq konfigurationen", + "shared_memory_open": "Kunne ikke åbne den delte hukommelse", + "shared_memory_read": "Kunne ikke læse fra den delte hukommelse", + "shared_memory_lock": "Kunne ikke låse den delte hukommelse", + "API Error: {{error}}": "API Fejl: {{error}}", + "reload_dns_error": "Kunne ikke indlæse DNS serveren igen", + "shared_memory_version": "Inkompatibel version af delt hukommelse detekteret", + "ftl_database": "Fejl under interaktion med FTL databasen" } \ No newline at end of file From d596c741bb4b681888844864f92f9aa6cd4f32fb Mon Sep 17 00:00:00 2001 From: pralor <36384445+pralor@users.noreply.github.com> Date: Tue, 5 Nov 2019 11:45:59 -0800 Subject: [PATCH 06/25] New translations common.json (Danish) Signed-off-by: pralor <36384445+pralor@users.noreply.github.com> --- public/i18n/da/common.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/public/i18n/da/common.json b/public/i18n/da/common.json index c6c6033..912d67f 100644 --- a/public/i18n/da/common.json +++ b/public/i18n/da/common.json @@ -1,7 +1,7 @@ { "Details": "Detaljer", - "Status": "", - "DNS": "", + "Status": "Status", + "DNS": "DNS", "Donate": "Donere", "Domain": "Domæne", "Hits": "Antal", @@ -10,17 +10,17 @@ "Requests": "Forespørgsler", "Add": "Tilføj", "Time": "Tid", - "Type": "", + "Type": "Type", "Network": "Netværk", - "Action": "", - "Enabled": "", - "Disabled": "", - "DHCP": "", - "Core": "", - "FTL": "", - "API": "", - "Web": "", - "Version": "", + "Action": "Handling", + "Enabled": "Aktiveret", + "Disabled": "Deaktiver", + "DHCP": "DHCP", + "Core": "Core", + "FTL": "FTL", + "API": "API", + "Web": "Web", + "Version": "Version", "Apply": "", "Disable": "", "Permanently": "", @@ -28,7 +28,7 @@ "For {{time}} minutes": "", "Custom time": "", "Enable": "", - "Cancel": "", - "Seconds": "", - "Minutes": "" + "Cancel": "Annuller", + "Seconds": "Sekunder", + "Minutes": "Minutter" } \ No newline at end of file From 9f7d918d1ee6f345027540ed66bb111aee24cee2 Mon Sep 17 00:00:00 2001 From: pralor <36384445+pralor@users.noreply.github.com> Date: Tue, 5 Nov 2019 11:46:01 -0800 Subject: [PATCH 07/25] New translations time-ranges.json (Danish) Signed-off-by: pralor <36384445+pralor@users.noreply.github.com> --- public/i18n/da/time-ranges.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/public/i18n/da/time-ranges.json b/public/i18n/da/time-ranges.json index 0caa0f0..d4b007c 100644 --- a/public/i18n/da/time-ranges.json +++ b/public/i18n/da/time-ranges.json @@ -1,11 +1,11 @@ { - "Last 24 Hours": "", - "Today": "", - "Yesterday": "", - "Last 7 Days": "", - "Last 30 Days": "", - "This Month": "", - "Last Month": "", - "This Year": "", - "All Time": "" + "Last 24 Hours": "Sidste 24 timer", + "Today": "I dag", + "Yesterday": "I går", + "Last 7 Days": "Sidste 7 Dage", + "Last 30 Days": "Sidste 30 Dage", + "This Month": "Denne måned", + "Last Month": "Sidste måned", + "This Year": "Dette år", + "All Time": "Hele tiden" } \ No newline at end of file From ee3f59efabd5037d4af7d3fa259acf3be049eaf2 Mon Sep 17 00:00:00 2001 From: pralor <36384445+pralor@users.noreply.github.com> Date: Tue, 5 Nov 2019 14:45:04 -0800 Subject: [PATCH 08/25] New translations lists.json (Danish) Signed-off-by: pralor <36384445+pralor@users.noreply.github.com> --- public/i18n/da/lists.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/public/i18n/da/lists.json b/public/i18n/da/lists.json index b62a0e0..49bd8d5 100644 --- a/public/i18n/da/lists.json +++ b/public/i18n/da/lists.json @@ -1,14 +1,14 @@ { - "Adding {{domain}}...": "Tilføj til", - "Successfully added {{domain}}": "Tilføjet til listen", - "Failed to add {{domain}}": "Fejl ved tilføjelse", - "Note: Whitelisting a subdomain of a wildcard blocked domain is not possible.": "", - "Note: Only the domain and subdomains of the blocked domain will be blocked.": "", - "Add a domain or hostname (example.com or example)": "", - "{{domain}} is already added": "", - "Failed to remove {{domain}}": "", - "There are no domains in this list": "", - "Input a regular expression": "", - "Not a valid hostname": "", - "Not a valid regular expression": "" + "Adding {{domain}}...": "Tilføjet {{domain}}...", + "Successfully added {{domain}}": "Tilføjet med succes {{domain}}", + "Failed to add {{domain}}": "Kunne ikke tilføje {{domain}}", + "Note: Whitelisting a subdomain of a wildcard blocked domain is not possible.": "Bemærk: Hvidliste til et underdomæne til et wildcard-blokeret domæne er ikke muligt.", + "Note: Only the domain and subdomains of the blocked domain will be blocked.": "Bemærk: Kun domænet og underdomænerne på det blokerede domæne blokeres.", + "Add a domain or hostname (example.com or example)": "Tilføj et domæne eller værtsnavn (eksempel.com eller eksempel)", + "{{domain}} is already added": "{{domain}} er allerede tilføjet", + "Failed to remove {{domain}}": "Kunne ikke fjerne {{domain}}", + "There are no domains in this list": "Der er ingen domæner på denne liste", + "Input a regular expression": "Indtast et regelmæssigt udtryk", + "Not a valid hostname": "Ikke et gyldigt værtsnavn", + "Not a valid regular expression": "Ikke et gyldigt regulært udtryk" } \ No newline at end of file From c28711dc007bbf4eeb9eddd773c4ed5004a48aeb Mon Sep 17 00:00:00 2001 From: pralor <36384445+pralor@users.noreply.github.com> Date: Tue, 5 Nov 2019 14:45:05 -0800 Subject: [PATCH 09/25] New translations location.json (Danish) Signed-off-by: pralor <36384445+pralor@users.noreply.github.com> --- public/i18n/da/location.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/public/i18n/da/location.json b/public/i18n/da/location.json index af05b2f..88d768d 100644 --- a/public/i18n/da/location.json +++ b/public/i18n/da/location.json @@ -1,15 +1,15 @@ { "Query Log": "Forespørgselslog", - "Whitelist": "Tillade", - "Blacklist": "Blokere", - "Dashboard": "", - "Exact": "", - "Wildcard": "", - "Login": "", - "Logout": "", - "Regex": "", - "Settings": "", - "Networking": "", - "Versions": "", - "Preferences": "" + "Whitelist": "Hvidliste", + "Blacklist": "Sortliste", + "Dashboard": "Kontrolpanel", + "Exact": "Præcis", + "Wildcard": "Wildcard", + "Login": "Log på", + "Logout": "Log ud", + "Regex": "Regex", + "Settings": "Indstillinger", + "Networking": "Netværk", + "Versions": "Versioner", + "Preferences": "Indstillinger" } \ No newline at end of file From 3afb6ce6f72882f406a6659b5af2eabdbf4e3f7c Mon Sep 17 00:00:00 2001 From: pralor <36384445+pralor@users.noreply.github.com> Date: Tue, 5 Nov 2019 14:45:07 -0800 Subject: [PATCH 10/25] New translations login.json (Danish) Signed-off-by: pralor <36384445+pralor@users.noreply.github.com> --- public/i18n/da/login.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/i18n/da/login.json b/public/i18n/da/login.json index 3bb2799..de5621a 100644 --- a/public/i18n/da/login.json +++ b/public/i18n/da/login.json @@ -1,10 +1,10 @@ { "Password": "Adgangskode", - "Sign in to start your session": "", + "Sign in to start your session": "Log ind for at starte din session", "Log in": "Log på", "Forgot Password": "Glemt Adgangskode", - "forgot_password_description": "", + "forgot_password_description": "Efter installation af Pi-hole første gang genereres en adgangskode og vises for brugeren. Adgangskoden kan ikke hentes senere, men det er muligt at indstille en ny adgangskode (eller eksplicit deaktivere adgangskoden ved at indstille en tom adgangskode) ved hjælp af kommandoen:", "Wrong Password!": "Forkert Adgangskode!", - "You will be transferred to the \"{{page}}\" page": "", - "Verify that cookies are allowed for {{host}}": "" + "You will be transferred to the \"{{page}}\" page": "Du overføres til {{page}} side", + "Verify that cookies are allowed for {{host}}": "Kontroller, at cookies er tilladt {{host}}" } \ No newline at end of file From a6f9bbef53b17f34dc4d30a0d556b01d90405a8c Mon Sep 17 00:00:00 2001 From: pralor <36384445+pralor@users.noreply.github.com> Date: Tue, 5 Nov 2019 14:45:08 -0800 Subject: [PATCH 11/25] New translations preferences.json (Danish) Signed-off-by: pralor <36384445+pralor@users.noreply.github.com> --- public/i18n/da/preferences.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/i18n/da/preferences.json b/public/i18n/da/preferences.json index b7f3d79..3a7c813 100644 --- a/public/i18n/da/preferences.json +++ b/public/i18n/da/preferences.json @@ -1,7 +1,7 @@ { - "Language": "", - "Layout": "", - "Boxed": "", - "Full": "", - "Successfully saved preferences": "" + "Language": "Sprog", + "Layout": "Layout", + "Boxed": "Boxed", + "Full": "Fuld", + "Successfully saved preferences": "Gemte indstillinger" } \ No newline at end of file From 82d2d60dea164504864fdf6fa2445a92bf3be95b Mon Sep 17 00:00:00 2001 From: pralor <36384445+pralor@users.noreply.github.com> Date: Tue, 5 Nov 2019 14:45:09 -0800 Subject: [PATCH 12/25] New translations query-log.json (Danish) Signed-off-by: pralor <36384445+pralor@users.noreply.github.com> --- public/i18n/da/query-log.json | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/public/i18n/da/query-log.json b/public/i18n/da/query-log.json index 82fd63a..0083faa 100644 --- a/public/i18n/da/query-log.json +++ b/public/i18n/da/query-log.json @@ -1,18 +1,18 @@ { - "Blocked": "", - "Allowed (forwarded)": "", - "Allowed (cached)": "", - "Blocked (regex/wildcard)": "", - "Blocked (blacklist)": "", - "Unknown": "", - "Blocked (external)": "", - "Blocked (gravity)": "", - "Unspecified": "", - "Secure": "", - "Insecure": "", - "Bogus": "", - "Abandoned": "", - "Reply": "", - "All": "", - "Allowed": "" + "Blocked": "Blokeret", + "Allowed (forwarded)": "Tilladt (videresendt)", + "Allowed (cached)": "Tilladt (cache)", + "Blocked (regex/wildcard)": "Blokeret (regex/wildcard)", + "Blocked (blacklist)": "Blokeret (sortliste)", + "Unknown": "Ukendt", + "Blocked (external)": "Blokeret (ekstern)", + "Blocked (gravity)": "Blokeret (gravity)", + "Unspecified": "Uspecificeret", + "Secure": "Sikker", + "Insecure": "Usikker", + "Bogus": "Falske", + "Abandoned": "Forladt", + "Reply": "Svar", + "All": "Alle", + "Allowed": "Tilladt" } \ No newline at end of file From a07cc849a1af1690b762e68faa6d511c39a4fea1 Mon Sep 17 00:00:00 2001 From: pralor <36384445+pralor@users.noreply.github.com> Date: Tue, 5 Nov 2019 14:45:10 -0800 Subject: [PATCH 13/25] New translations settings.json (Danish) Signed-off-by: pralor <36384445+pralor@users.noreply.github.com> --- public/i18n/da/settings.json | 40 ++++++++++++++++++------------------ 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/public/i18n/da/settings.json b/public/i18n/da/settings.json index 460bcd4..b23f6cc 100644 --- a/public/i18n/da/settings.json +++ b/public/i18n/da/settings.json @@ -1,32 +1,32 @@ { - "DHCP Active": "", - "Start IP": "", - "End IP": "", - "Router IP": "", - "Lease Time": "", - "IPv6 Support": "", + "DHCP Active": "DHCP Active", + "Start IP": "Start IP", + "End IP": "Slut IP", + "Router IP": "Router IP", + "Lease Time": "Lease Tid", + "IPv6 Support": "IPv6 Support", "Upstream DNS Servers": "", "Interface listening behavior": "", - "Forward FQDNs only": "", - "Use DNSSEC": "", - "Conditional Forwarding": "", - "Local Domain Name": "", - "FTL Database": "", - "Queries": "", - "Filesize": "", - "SQLite version": "", + "Forward FQDNs only": "Videresend kun FQDN'er", + "Use DNSSEC": "Brug DNSSEC", + "Conditional Forwarding": "Betinget fremsendelse", + "Local Domain Name": "Lokalt domænenavn", + "FTL Database": "FTL Database", + "Queries": "Forespørgsler", + "Filesize": "Filstørrelse", + "SQLite version": "SQLite version", "Interface": "", "IPv4 address": "", "IPv6 address": "", - "Hostname": "", + "Hostname": "Værtsnavn", "Branch": "", - "Hash": "", - "Tag": "", + "Hash": "Hash", + "Tag": "Tag", "Only forward public reverse lookups": "", - "Processing...": "", - "Successfully saved settings": "", + "Processing...": "Arbejder...", + "Successfully saved settings": "Gemte indstillinger", "Detected custom upstream server": "", - "DNS Options": "", + "DNS Options": "DNS indstillinger", "Rapid Commit": "", "Prefix length (CIDR)": "" } \ No newline at end of file From 5060384dcb8a37868f68268773b2d35b3874fa5e Mon Sep 17 00:00:00 2001 From: pralor <36384445+pralor@users.noreply.github.com> Date: Fri, 15 Nov 2019 04:06:04 -0800 Subject: [PATCH 14/25] New translations login.json (Polish) Signed-off-by: pralor <36384445+pralor@users.noreply.github.com> --- public/i18n/pl/login.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/i18n/pl/login.json b/public/i18n/pl/login.json index e72d4cc..c8f5539 100644 --- a/public/i18n/pl/login.json +++ b/public/i18n/pl/login.json @@ -1,10 +1,10 @@ { - "Password": "", - "Sign in to start your session": "", - "Log in": "", + "Password": "Hasło", + "Sign in to start your session": "Zaloguj się, aby rozpocząć sesję", + "Log in": "Zaloguj się", "Forgot Password": "", "forgot_password_description": "", - "Wrong Password!": "", + "Wrong Password!": "Złe hasło!", "You will be transferred to the \"{{page}}\" page": "", "Verify that cookies are allowed for {{host}}": "" } \ No newline at end of file From 0411ff44a7ee4a841300817382a501e437e4cf41 Mon Sep 17 00:00:00 2001 From: pralor <36384445+pralor@users.noreply.github.com> Date: Fri, 15 Nov 2019 07:02:01 -0800 Subject: [PATCH 15/25] New translations login.json (Polish) Signed-off-by: pralor <36384445+pralor@users.noreply.github.com> --- public/i18n/pl/login.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/i18n/pl/login.json b/public/i18n/pl/login.json index c8f5539..76dd581 100644 --- a/public/i18n/pl/login.json +++ b/public/i18n/pl/login.json @@ -2,9 +2,9 @@ "Password": "Hasło", "Sign in to start your session": "Zaloguj się, aby rozpocząć sesję", "Log in": "Zaloguj się", - "Forgot Password": "", - "forgot_password_description": "", + "Forgot Password": "Zapomniane hasło", + "forgot_password_description": "Po zainstalowaniu Pi-hole, hasło jest generowane i wyświetlane dla użytkownika. Hasło nie może być później odzyskane, ale możliwe jest ustawienie nowego hasła (lub wyraźne wyłączenie hasła poprzez ustawienie pustego hasła) za pomocą polecenia:", "Wrong Password!": "Złe hasło!", - "You will be transferred to the \"{{page}}\" page": "", - "Verify that cookies are allowed for {{host}}": "" + "You will be transferred to the \"{{page}}\" page": "Zostaniesz przeniesiony do strony \"{{page}}\"", + "Verify that cookies are allowed for {{host}}": "Sprawdź czy pliki cookies są dozwolone dla {{host}}" } \ No newline at end of file From 70a61932f64a46b7058b4a0e49f9c18d909499f0 Mon Sep 17 00:00:00 2001 From: pralor <36384445+pralor@users.noreply.github.com> Date: Fri, 15 Nov 2019 07:02:02 -0800 Subject: [PATCH 16/25] New translations api-errors.json (Polish) Signed-off-by: pralor <36384445+pralor@users.noreply.github.com> --- public/i18n/pl/api-errors.json | 46 +++++++++++++++++----------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/public/i18n/pl/api-errors.json b/public/i18n/pl/api-errors.json index d17f9b8..783b051 100644 --- a/public/i18n/pl/api-errors.json +++ b/public/i18n/pl/api-errors.json @@ -1,25 +1,25 @@ { - "unknown": "", - "gravity_error": "", - "ftl_connection_fail": "", - "ftl_read_error": "", - "ftl_eom_error": "", - "not_found": "", - "already_exists": "", - "invalid_domain": "", - "bad_request": "", - "unauthorized": "", - "file_read": "", - "file_write": "", - "config_parsing_error": "", - "invalid_setting_value": "", - "restart_dns_error": "", - "dnsmasq_config_write": "", - "shared_memory_open": "", - "shared_memory_read": "", - "shared_memory_lock": "", - "API Error: {{error}}": "", - "reload_dns_error": "", - "shared_memory_version": "", - "ftl_database": "" + "unknown": "Nieznany błąd", + "gravity_error": "Nie udało się utworzyć listy blokowania", + "ftl_connection_fail": "Nie udało się połączyć z FTL", + "ftl_read_error": "Błąd odczytu z FTL", + "ftl_eom_error": "Odczytano nieoczekiwane EOM z FTL", + "not_found": "Nie znaleziono", + "already_exists": "Pozycja już istnieje", + "invalid_domain": "Nieprawidłowa domena", + "bad_request": "Złe żądanie", + "unauthorized": "Nieautoryzowany", + "file_read": "Błąd podczas odczytu z {{file}}", + "file_write": "Błąd podczas zapisu do {{file}}", + "config_parsing_error": "Błąd parsowania konfiguracji", + "invalid_setting_value": "Nieprawidłowa wartość", + "restart_dns_error": "Nie udało się zrestartować serwera DNS", + "dnsmasq_config_write": "Błąd podczas generowania konfiguracji dnsmasq", + "shared_memory_open": "Nie udało się otworzyć pamięci współdzielonej", + "shared_memory_read": "Nie udało się odczytać z pamięci współdzielonej", + "shared_memory_lock": "Nie udało się zablokować pamięci współdzielonej", + "API Error: {{error}}": "Błąd API: {{error}}", + "reload_dns_error": "Nie udało się przeładować serwera DNS", + "shared_memory_version": "Wykryto niekompatybilną wersją pamięci współdzielonej", + "ftl_database": "Błąd podczas interakcji z bazą danych FTL" } \ No newline at end of file From 75c163bd1ab76087b5519b93e411d4adaba67bf9 Mon Sep 17 00:00:00 2001 From: pralor <36384445+pralor@users.noreply.github.com> Date: Fri, 15 Nov 2019 07:02:04 -0800 Subject: [PATCH 17/25] New translations common.json (Polish) Signed-off-by: pralor <36384445+pralor@users.noreply.github.com> --- public/i18n/pl/common.json | 44 +++++++++++++++++++------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/public/i18n/pl/common.json b/public/i18n/pl/common.json index f72eb52..a9d421a 100644 --- a/public/i18n/pl/common.json +++ b/public/i18n/pl/common.json @@ -1,10 +1,10 @@ { "Details": "Szczegóły", - "Status": "", - "DNS": "", + "Status": "Status", + "DNS": "DNS", "Donate": "Wsparcie", "Domain": "Domeny", - "Hits": "", + "Hits": "Trafienia", "Frequency": "Częstotliwość", "Client": "Klient", "Requests": "Zapytań", @@ -12,23 +12,23 @@ "Time": "Czas", "Type": "Typ", "Network": "Sieć ", - "Action": "", - "Enabled": "", - "Disabled": "", - "DHCP": "", - "Core": "", - "FTL": "", - "API": "", - "Web": "", - "Version": "", - "Apply": "", - "Disable": "", - "Permanently": "", - "For {{time}} seconds": "", - "For {{time}} minutes": "", - "Custom time": "", - "Enable": "", - "Cancel": "", - "Seconds": "", - "Minutes": "" + "Action": "Akcja", + "Enabled": "Włączone", + "Disabled": "Wyłączone", + "DHCP": "DHCP", + "Core": "Rdzeń", + "FTL": "FTL", + "API": "API", + "Web": "Web", + "Version": "Wersja", + "Apply": "Zastosuj", + "Disable": "Wyłącz", + "Permanently": "Na stałe", + "For {{time}} seconds": "Dla {{time}} sekund", + "For {{time}} minutes": "Dla {{time}} minut", + "Custom time": "Niestandardowy okres czasu", + "Enable": "Włącz", + "Cancel": "Anuluj", + "Seconds": "Sekund", + "Minutes": "Minut" } \ No newline at end of file From c81b186f35c7e89f0565efab2dcfcb4393326056 Mon Sep 17 00:00:00 2001 From: pralor <36384445+pralor@users.noreply.github.com> Date: Fri, 15 Nov 2019 07:02:05 -0800 Subject: [PATCH 18/25] New translations dashboard.json (Polish) Signed-off-by: pralor <36384445+pralor@users.noreply.github.com> --- public/i18n/pl/dashboard.json | 36 +++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/public/i18n/pl/dashboard.json b/public/i18n/pl/dashboard.json index 22aba53..cf9f0a6 100644 --- a/public/i18n/pl/dashboard.json +++ b/public/i18n/pl/dashboard.json @@ -2,23 +2,23 @@ "Domains On Blocklist": "Domeny blokowane", "Query Types": "Rodzaj zapytania ", "Forward Destinations": "", - "Top Permitted Domains": "Top domeny", - "Top Blocked Domains": "Top reklamy", + "Top Permitted Domains": "Najczęściej dozwolone domeny", + "Top Blocked Domains": "Najczęściej blokowane domeny", "Top Clients": "Top klienci", - "Total Queries ({{count}} clients)": "", - "Total Queries ({{count}} clients)_plural": "", - "Queries Blocked": "", - "Percent Blocked": "", - "Queries Answered By": "", - "Queries from {{from}} to {{to}}": "", - "Total Queries": "", - "Blocked Queries": "", - "Client activity from {{from}} to {{to}}": "", - "{{percent}}% of {{total}}": "", - "No Clients Found": "", - "No Domains Found": "", - "Queries Answered By Destination": "", - "Queries Over {{range}}": "", - "Clients Over {{range}}": "", - "Top Blocked Clients": "" + "Total Queries ({{count}} clients)": "Wszystkie zapytania (1 klient)", + "Total Queries ({{count}} clients)_plural": "Wszystkie zapytania ({{count}} klientów)", + "Queries Blocked": "Zapytania zablokowane", + "Percent Blocked": "Procent zablokowanych", + "Queries Answered By": "Zapytania odpowiedziane przez", + "Queries from {{from}} to {{to}}": "Zapytania od {{from}} do {{to}}", + "Total Queries": "Wszystkie zapytania", + "Blocked Queries": "Zablokowane zapytania", + "Client activity from {{from}} to {{to}}": "Aktywność klientów od {{from}} do {{to}}", + "{{percent}}% of {{total}}": "{{percent}}% z {{total}}", + "No Clients Found": "Nie znaleziono klientów", + "No Domains Found": "Nie znaleziono domen", + "Queries Answered By Destination": "Zapytania odpowiedziane przez cel", + "Queries Over {{range}}": "Zapytania przez {{range}}", + "Clients Over {{range}}": "Klienci przez {{range}}", + "Top Blocked Clients": "Najczęściej blokowani klienci" } \ No newline at end of file From 197cfa8c360940d863052e8e16e55689a2079aab Mon Sep 17 00:00:00 2001 From: pralor <36384445+pralor@users.noreply.github.com> Date: Fri, 15 Nov 2019 07:02:06 -0800 Subject: [PATCH 19/25] New translations footer.json (Polish) Signed-off-by: pralor <36384445+pralor@users.noreply.github.com> --- public/i18n/pl/footer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/i18n/pl/footer.json b/public/i18n/pl/footer.json index a92027d..fe747f1 100644 --- a/public/i18n/pl/footer.json +++ b/public/i18n/pl/footer.json @@ -2,5 +2,5 @@ "if you found this useful": "jeśli uważasz to za pomocne", "Core Version": "Wersja Pi-Hole", "Web Version": "Wersja Interfejsu ", - "Update Available": "" + "Update Available": "Dostępna aktualizacja" } \ No newline at end of file From bd66490fb80e224cafb55e6c9a9f2857f1ae68b2 Mon Sep 17 00:00:00 2001 From: pralor <36384445+pralor@users.noreply.github.com> Date: Fri, 15 Nov 2019 07:02:07 -0800 Subject: [PATCH 20/25] New translations lists.json (Polish) Signed-off-by: pralor <36384445+pralor@users.noreply.github.com> --- public/i18n/pl/lists.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/public/i18n/pl/lists.json b/public/i18n/pl/lists.json index 3283298..abb3287 100644 --- a/public/i18n/pl/lists.json +++ b/public/i18n/pl/lists.json @@ -1,14 +1,14 @@ { - "Adding {{domain}}...": "Dodano do", - "Successfully added {{domain}}": "Dodano do listy", - "Failed to add {{domain}}": "Błąd dodawania ", - "Note: Whitelisting a subdomain of a wildcard blocked domain is not possible.": "", - "Note: Only the domain and subdomains of the blocked domain will be blocked.": "", - "Add a domain or hostname (example.com or example)": "", - "{{domain}} is already added": "", - "Failed to remove {{domain}}": "", - "There are no domains in this list": "", - "Input a regular expression": "", - "Not a valid hostname": "", - "Not a valid regular expression": "" + "Adding {{domain}}...": "Dodawanie {{domain}}...", + "Successfully added {{domain}}": "Dodano do listy {{domain}}", + "Failed to add {{domain}}": "Błąd dodawania {{domain}}", + "Note: Whitelisting a subdomain of a wildcard blocked domain is not possible.": "Uwaga: Dodanie subdomeny do białej listy już zablokowanej domeny nie jest możliwe przy użyciu symboli wieloznacznych.", + "Note: Only the domain and subdomains of the blocked domain will be blocked.": "Uwaga: blokowana będzie tylko domena i poddomeny zablokowanej domeny.", + "Add a domain or hostname (example.com or example)": "Dodaj domenę lub nazwę hosta (example.com lub example)", + "{{domain}} is already added": "{{domain}} już jest dodane", + "Failed to remove {{domain}}": "Nie udało się usunąć {{domain}}", + "There are no domains in this list": "Nie ma domen na tej liście", + "Input a regular expression": "Wprowadź wyrażenie regularne", + "Not a valid hostname": "Nieprawidłowa nazwa hosta", + "Not a valid regular expression": "Niepoprawne wyrażenie regularne" } \ No newline at end of file From 1287d041f25eb2c3576e063242164ac4ccdb6d13 Mon Sep 17 00:00:00 2001 From: pralor <36384445+pralor@users.noreply.github.com> Date: Fri, 15 Nov 2019 07:02:09 -0800 Subject: [PATCH 21/25] New translations location.json (Polish) Signed-off-by: pralor <36384445+pralor@users.noreply.github.com> --- public/i18n/pl/location.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/public/i18n/pl/location.json b/public/i18n/pl/location.json index f2697e4..c971cc9 100644 --- a/public/i18n/pl/location.json +++ b/public/i18n/pl/location.json @@ -2,14 +2,14 @@ "Query Log": "Dziennik zapytań ", "Whitelist": "Biała lista", "Blacklist": "Czarna lista", - "Dashboard": "", - "Exact": "", - "Wildcard": "", - "Login": "", - "Logout": "", - "Regex": "", - "Settings": "", - "Networking": "", - "Versions": "", - "Preferences": "" + "Dashboard": "Panel główny", + "Exact": "Dokładny", + "Wildcard": "Wieloznacznik", + "Login": "Logowanie", + "Logout": "Wylogowanie", + "Regex": "Wyrażenie regularne", + "Settings": "Ustawienia", + "Networking": "Sieć", + "Versions": "Wersje", + "Preferences": "Preferencje" } \ No newline at end of file From deb1b3e635fc8a45215952a324f546944f50106b Mon Sep 17 00:00:00 2001 From: pralor <36384445+pralor@users.noreply.github.com> Date: Fri, 15 Nov 2019 07:02:20 -0800 Subject: [PATCH 22/25] New translations preferences.json (Polish) Signed-off-by: pralor <36384445+pralor@users.noreply.github.com> --- public/i18n/pl/preferences.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/i18n/pl/preferences.json b/public/i18n/pl/preferences.json index b7f3d79..c4fea8b 100644 --- a/public/i18n/pl/preferences.json +++ b/public/i18n/pl/preferences.json @@ -1,7 +1,7 @@ { - "Language": "", - "Layout": "", + "Language": "Język", + "Layout": "Układ", "Boxed": "", - "Full": "", - "Successfully saved preferences": "" + "Full": "Pełen", + "Successfully saved preferences": "Preferencje zapisane pomyślnie" } \ No newline at end of file From b4779d6358da2d8ee58df59f1d6b524180061f76 Mon Sep 17 00:00:00 2001 From: pralor <36384445+pralor@users.noreply.github.com> Date: Fri, 15 Nov 2019 07:02:21 -0800 Subject: [PATCH 23/25] New translations query-log.json (Polish) Signed-off-by: pralor <36384445+pralor@users.noreply.github.com> --- public/i18n/pl/query-log.json | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/public/i18n/pl/query-log.json b/public/i18n/pl/query-log.json index 82fd63a..2e717a9 100644 --- a/public/i18n/pl/query-log.json +++ b/public/i18n/pl/query-log.json @@ -1,18 +1,18 @@ { - "Blocked": "", - "Allowed (forwarded)": "", - "Allowed (cached)": "", - "Blocked (regex/wildcard)": "", - "Blocked (blacklist)": "", - "Unknown": "", - "Blocked (external)": "", - "Blocked (gravity)": "", - "Unspecified": "", - "Secure": "", - "Insecure": "", - "Bogus": "", - "Abandoned": "", - "Reply": "", - "All": "", - "Allowed": "" + "Blocked": "Zablokowane", + "Allowed (forwarded)": "Dozwolone (przekierowane)", + "Allowed (cached)": "Dozwolone (w pamięci podręcznej)", + "Blocked (regex/wildcard)": "Zablokowane (regex/wildcard)", + "Blocked (blacklist)": "Zablokowane (czarna lista)", + "Unknown": "Nieznane", + "Blocked (external)": "Zablokowane (z zewnątrz)", + "Blocked (gravity)": "Zablokowane (gravity)", + "Unspecified": "Nieokreślony", + "Secure": "Bezpieczne", + "Insecure": "Niezabezpieczone", + "Bogus": "Fałszywy", + "Abandoned": "Porzucony", + "Reply": "Odpowiedź", + "All": "Wszystko", + "Allowed": "Dozwolone" } \ No newline at end of file From f78c8bd62070dcb34e4950290a0f955480044526 Mon Sep 17 00:00:00 2001 From: pralor <36384445+pralor@users.noreply.github.com> Date: Fri, 15 Nov 2019 07:02:23 -0800 Subject: [PATCH 24/25] New translations settings.json (Polish) Signed-off-by: pralor <36384445+pralor@users.noreply.github.com> --- public/i18n/pl/settings.json | 54 ++++++++++++++++++------------------ 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/public/i18n/pl/settings.json b/public/i18n/pl/settings.json index 460bcd4..01b7caf 100644 --- a/public/i18n/pl/settings.json +++ b/public/i18n/pl/settings.json @@ -1,32 +1,32 @@ { - "DHCP Active": "", - "Start IP": "", - "End IP": "", - "Router IP": "", - "Lease Time": "", - "IPv6 Support": "", - "Upstream DNS Servers": "", - "Interface listening behavior": "", + "DHCP Active": "DHCP aktywny", + "Start IP": "Początkowy adres IP", + "End IP": "Końcowy adres IP", + "Router IP": "Adres IP routera", + "Lease Time": "Czas dzierżawy", + "IPv6 Support": "Obsługa IPv6", + "Upstream DNS Servers": "Nadrzędne serwery DNS", + "Interface listening behavior": "Zachowanie nasłuchiwania interfejsu", "Forward FQDNs only": "", - "Use DNSSEC": "", + "Use DNSSEC": "Używaj DNSSEC", "Conditional Forwarding": "", - "Local Domain Name": "", - "FTL Database": "", - "Queries": "", - "Filesize": "", - "SQLite version": "", - "Interface": "", - "IPv4 address": "", - "IPv6 address": "", - "Hostname": "", - "Branch": "", - "Hash": "", - "Tag": "", + "Local Domain Name": "Nazwa domeny lokalnej", + "FTL Database": "Baza danych FTL", + "Queries": "Zapytania", + "Filesize": "Rozmiar pliku", + "SQLite version": "Wersja SQLite", + "Interface": "Interfejs", + "IPv4 address": "adres IPv4", + "IPv6 address": "adres IPv6", + "Hostname": "Nazwa hosta", + "Branch": "Gałąź", + "Hash": "Hash", + "Tag": "Etykieta", "Only forward public reverse lookups": "", - "Processing...": "", - "Successfully saved settings": "", - "Detected custom upstream server": "", - "DNS Options": "", - "Rapid Commit": "", - "Prefix length (CIDR)": "" + "Processing...": "Przetwarzanie...", + "Successfully saved settings": "Ustawienia zapisane pomyślnie", + "Detected custom upstream server": "Wykryto niestandardowy serwer nadrzędny", + "DNS Options": "Opcje DNS", + "Rapid Commit": "Rapid Commit", + "Prefix length (CIDR)": "Długość prefiksu (CIDR)" } \ No newline at end of file From 3e549a46a52618aff1640c37659b4959e7220fb7 Mon Sep 17 00:00:00 2001 From: pralor <36384445+pralor@users.noreply.github.com> Date: Fri, 15 Nov 2019 07:02:24 -0800 Subject: [PATCH 25/25] New translations time-ranges.json (Polish) Signed-off-by: pralor <36384445+pralor@users.noreply.github.com> --- public/i18n/pl/time-ranges.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/public/i18n/pl/time-ranges.json b/public/i18n/pl/time-ranges.json index 0caa0f0..170644d 100644 --- a/public/i18n/pl/time-ranges.json +++ b/public/i18n/pl/time-ranges.json @@ -1,11 +1,11 @@ { - "Last 24 Hours": "", - "Today": "", - "Yesterday": "", - "Last 7 Days": "", - "Last 30 Days": "", - "This Month": "", - "Last Month": "", - "This Year": "", - "All Time": "" + "Last 24 Hours": "Ostatnie 24 godziny", + "Today": "Dzisiaj", + "Yesterday": "Wczoraj", + "Last 7 Days": "Ostatnie 7 dni", + "Last 30 Days": "Ostatnie 30 dni", + "This Month": "Ten miesiąc", + "Last Month": "Ostatni miesiąc", + "This Year": "Ten rok", + "All Time": "Cały okres czasu" } \ No newline at end of file