diff --git a/langs/layers/pl.json b/langs/layers/pl.json index 141295585d..79c8b19a0a 100644 --- a/langs/layers/pl.json +++ b/langs/layers/pl.json @@ -12,7 +12,60 @@ } }, "render": "Dzieło sztuki" - } + }, + "tagRenderings": { + "artwork-artwork_type": { + "mappings": { + "1": { + "then": "Mural" + }, + "2": { + "then": "Obraz" + }, + "5": { + "then": "Popiersie" + }, + "4": { + "then": "Posąg" + }, + "9": { + "then": "Płaskorzeźba" + }, + "10": { + "then": "Azulejo (hiszpańskie płytka dekoracyjna)" + }, + "0": { + "then": "Architektura" + }, + "3": { + "then": "Rzeźba" + }, + "6": { + "then": "Skała" + }, + "11": { + "then": "Płyta ceramiczna (fliza)" + }, + "7": { + "then": "Instalacja artystyczna" + }, + "8": { + "then": "Graffiti" + } + }, + "question": "Jakiego rodzaju jest to dzieło sztuki?", + "render": "Jest to {artwork_type}" + }, + "artwork-website": { + "question": "Gdzie znajdę więcej informacji na temat tego dzieła sztuki?", + "render": "Więcej informacji na tej stronie" + }, + "artwork-artist_name": { + "question": "Który artysta to stworzył?", + "render": "Stworzone przez {artist_name}" + } + }, + "name": "Dzieła sztuki" }, "bench": { "name": "Ławki", @@ -217,5 +270,29 @@ } } } + }, + "address": { + "description": "Adresy", + "tagRenderings": { + "housenumber": { + "question": "Jaki jest numer tego domu?", + "render": "Numer tego domu to {addr:housenumber}", + "mappings": { + "0": { + "then": "Ten budynek nie ma numeru" + } + } + }, + "street": { + "question": "Na jakiej ulicy znajduje się ten adres?", + "render": "Ten adres znajduje się na ulicy {addr:street}" + }, + "fixme": { + "question": "Co wymaga naprawy? Proszę wytłumaczyć" + } + }, + "title": { + "render": "Znany adres" + } } -} \ No newline at end of file +}