Translated using Weblate (Polish)

Currently translated at 6.0% (89 of 1464 strings)

Translation: MapComplete/Layer translations
Translate-URL: https://hosted.weblate.org/projects/mapcomplete/layer-translations/pl/
This commit is contained in:
Piotr 2022-01-19 15:19:12 +00:00 committed by Hosted Weblate
parent 0fdb27a3ff
commit 17a5350ad7
No known key found for this signature in database
GPG key ID: A3FAAA06E6569B4C

View file

@ -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 <a href='{website}' target='_blank'>tej stronie</a>"
},
"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 <b>{addr:housenumber}</b>",
"mappings": {
"0": {
"then": "Ten budynek nie ma numeru"
}
}
},
"street": {
"question": "Na jakiej ulicy znajduje się ten adres?",
"render": "Ten adres znajduje się na ulicy <b>{addr:street}</b>"
},
"fixme": {
"question": "Co wymaga naprawy? Proszę wytłumaczyć"
}
},
"title": {
"render": "Znany adres"
}
}
}
}