From c806447f3f6f7d2693f2b9cbd1919852f8fba96f Mon Sep 17 00:00:00 2001 From: gnu-ewm Date: Fri, 31 Mar 2023 14:16:46 +0000 Subject: [PATCH] Translated using Weblate (Polish) Currently translated at 100.0% (88 of 88 strings) Translation: MapComplete/shared-questions Translate-URL: https://hosted.weblate.org/projects/mapcomplete/shared-questions/pl/ --- langs/shared-questions/pl.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/langs/shared-questions/pl.json b/langs/shared-questions/pl.json index a73b74c2a..2800776be 100644 --- a/langs/shared-questions/pl.json +++ b/langs/shared-questions/pl.json @@ -152,6 +152,23 @@ "question": "Na jakim poziomie znajduje się ta funkcja?", "render": "Znajduje się na {level} piętrze" }, + "luminous_or_lit": { + "mappings": { + "0": { + "then": "Ten obiekt zarówno emituje światło, jak i jest oświetlany przez zewnętrzne źródło światła" + }, + "1": { + "then": "Ten obiekt emituje światło" + }, + "2": { + "then": "Ten obiekt jest oświetlony zewnętrznie, np. przez reflektor lub inne światła" + }, + "3": { + "then": "Obiekt ten nie emituje światła i nie jest oświetlany z zewnątrz" + } + }, + "question": "Czy ten obiekt jest oświetlony lub emituje światło?" + }, "multilevels": { "override": { "question": "Na jakie poziomy jedzie ta winda?", @@ -290,4 +307,4 @@ "question": "Jaki jest powiązany obiekt Wikidata?" } } -} \ No newline at end of file +}