From 5716ea1c395f4a1f0f41400f2e2a1776d3874039 Mon Sep 17 00:00:00 2001 From: Jakub Date: Sun, 23 Apr 2023 13:40:03 +0000 Subject: [PATCH 1/2] Added translation using Weblate (Polish) --- lang/pl.json | 1 + module.json | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 lang/pl.json diff --git a/lang/pl.json b/lang/pl.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/lang/pl.json @@ -0,0 +1 @@ +{} diff --git a/module.json b/module.json index 100ab66..39dcff3 100644 --- a/module.json +++ b/module.json @@ -29,6 +29,11 @@ "lang": "fi", "name": "Suomi", "path": "lang/fi.json" + }, + { + "lang": "pl", + "name": "polski", + "path": "lang/pl.json" } ], "url": "https://github.com/ForgeVTT/fvtt-module-dlopen", From df03a6932a7ad6d2aacb96a35272316a54e409da Mon Sep 17 00:00:00 2001 From: Jakub Date: Sun, 23 Apr 2023 13:40:28 +0000 Subject: [PATCH 2/2] Translated using Weblate (Polish) Currently translated at 100.0% (2 of 2 strings) Translation: dlopen/main Translate-URL: https://weblate.foundryvtt-hub.com/projects/dlopen/main/pl/ --- lang/pl.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lang/pl.json b/lang/pl.json index 0967ef4..8c30b46 100644 --- a/lang/pl.json +++ b/lang/pl.json @@ -1 +1,4 @@ -{} +{ + "DLOPEN.UseCache": "Przechowuj wszystkie zależności lokalnie do użytku offline", + "DLOPEN.UseCacheHint": "Pozostałe moduły używające dlopen muszą być włączone z aktywnym połączeniem internetowym, aby nastąpiło początkowe buforowanie." +}