From e81345ca5101dde507b17ac95189c79fbf8092c3 Mon Sep 17 00:00:00 2001 From: Paba22 <5916733-Paba22@users.noreply.gitlab.com> Date: Mon, 11 May 2020 19:38:52 +0200 Subject: [PATCH 1/2] Update Polish translation --- _locales/pl/messages.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/_locales/pl/messages.json b/_locales/pl/messages.json index a0cb0c46..bce40bbe 100644 --- a/_locales/pl/messages.json +++ b/_locales/pl/messages.json @@ -72,39 +72,39 @@ "description": "Generate rule set title." }, "generateRuleSetDescription": { - "message": "", + "message": "Jeśli używasz uBlock lub uMatrix, to możesz wygenerować tutaj odpowiednie reguły. Musisz je potem dodać ręcznie w uBlock albo uMatrix.", "description": "In case you're using uBlock or uMatrix you can generate the rules here. You have to add these rules manually in uBlock or uMatrix." }, "lastUpdate": { - "message": "", + "message": "Ostatnia aktualizacja: ", "description": "Last update." }, "copyRuleSet": { - "message": "", + "message": "Kopiuj", "description": "Text of button to copy ruleset." }, "loggingTitle": { - "message": "", + "message": "Włącz logowanie w konsoli przeglądarki.", "description": "Enable logging in browser console." }, "loggingDescription": { - "message": "", + "message": "Otwórz \"Konsolę Przeglądarki\" ( CTRL + SHIFT + J) żeby wyświetlić brakujące zasoby.", "description": "Open \"Browser Console\" ( CTRL + SHIFT + J ) to show missing resources." }, "hideReleaseNotesTitle": { - "message": "", + "message": "Wyłącz informacje o zmianach", "description": "Disable release notes" }, "hideReleaseNotesDescription": { - "message": "", + "message": "Po włączeniu nie będziesz otrzymywać żadnych informacji o nowych funkcjach w LocalCDN. W tym informacji o nowych regułach uBlock/uMatrix.", "description": "If enabled, you wont receive any information about new features in LocalCDN. This includes information about new uBlock/uMatrix rules." }, "featureBreaksWebsitesDescription": { - "message": "", + "message": "Ta opcja psuje strony. Nie włączaj jej, chyba że jesteś gotów samemu dodawać niedziałające domeny do białej listy.", "description": "This feature breaks websites. Do not leave it enabled, unless you are prepared to manually whitelist any affected domains." }, "featureBreaksWebsitesButton": { - "message": "", + "message": "Wyłącz", "description": "Disable" } } From 685d627ce2ce5a85919fa6da5b77f0db8d2a5670 Mon Sep 17 00:00:00 2001 From: Paba22 <5916733-Paba22@users.noreply.gitlab.com> Date: Mon, 11 May 2020 19:39:50 +0200 Subject: [PATCH 2/2] Add missing strings in en_GB locale --- _locales/en_GB/messages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_locales/en_GB/messages.json b/_locales/en_GB/messages.json index 660eb2ad..99a13eb3 100644 --- a/_locales/en_GB/messages.json +++ b/_locales/en_GB/messages.json @@ -100,11 +100,11 @@ "description": "If enabled, you wont receive any information about new features in LocalCDN. This includes information about new uBlock/uMatrix rules." }, "featureBreaksWebsitesDescription": { - "message": "", + "message": "This feature breaks websites. Do not leave it enabled, unless you are prepared to manually whitelist any affected domains.", "description": "This feature breaks websites. Do not leave it enabled, unless you are prepared to manually whitelist any affected domains." }, "featureBreaksWebsitesButton": { - "message": "", + "message": "Disable", "description": "Disable" } }