forked from MapComplete/MapComplete
Fix translations
This commit is contained in:
parent
7877d24fee
commit
0e30bd58d8
12 changed files with 625 additions and 532 deletions
|
@ -10,7 +10,8 @@
|
|||
"ja": "ベンチ",
|
||||
"zh_Hant": "長椅",
|
||||
"nb_NO": "Benker",
|
||||
"pt_BR": "Bancadas"
|
||||
"pt_BR": "Bancadas",
|
||||
"id": "Bangku"
|
||||
},
|
||||
"shortDescription": {
|
||||
"en": "A map of benches",
|
||||
|
@ -44,7 +45,8 @@
|
|||
"ja",
|
||||
"zh_Hant",
|
||||
"nb_NO",
|
||||
"pt_BR"
|
||||
"pt_BR",
|
||||
"id"
|
||||
],
|
||||
"maintainer": "Florian Edelmann",
|
||||
"icon": "./assets/themes/benches/bench_poi.svg",
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
"en": "Cafés and pubs",
|
||||
"de": "Cafés und Kneipen",
|
||||
"it": "Caffè e pub",
|
||||
"nb_NO": "Kafeer og kneiper"
|
||||
"nb_NO": "Kafeer og kneiper",
|
||||
"id": "Kafe dan pub"
|
||||
},
|
||||
"description": {
|
||||
"nl": "Cafés, kroegen en drinkgelegenheden"
|
||||
|
@ -15,7 +16,8 @@
|
|||
"en",
|
||||
"de",
|
||||
"it",
|
||||
"nb_NO"
|
||||
"nb_NO",
|
||||
"id"
|
||||
],
|
||||
"maintainer": "",
|
||||
"icon": "./assets/layers/cafe_pub/pub.svg",
|
||||
|
|
|
@ -10,7 +10,8 @@
|
|||
"zh_Hant": "樹木",
|
||||
"pl": "Drzewa",
|
||||
"de": "Bäume",
|
||||
"nb_NO": "Trær"
|
||||
"nb_NO": "Trær",
|
||||
"id": "Pohon"
|
||||
},
|
||||
"shortDescription": {
|
||||
"nl": "Breng bomen in kaart",
|
||||
|
@ -45,7 +46,8 @@
|
|||
"zh_Hant",
|
||||
"pl",
|
||||
"de",
|
||||
"nb_NO"
|
||||
"nb_NO",
|
||||
"id"
|
||||
],
|
||||
"maintainer": "Midgard",
|
||||
"icon": "./assets/themes/trees/logo.svg",
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
"title": {
|
||||
"en": "UK Addresses",
|
||||
"de": "Adressen in Großbritannien",
|
||||
"it": "Indirizzi UK"
|
||||
"it": "Indirizzi UK",
|
||||
"id": "Alamat Inggris"
|
||||
},
|
||||
"shortDescription": {
|
||||
"en": "Help to build an open dataset of UK addresses",
|
||||
|
@ -14,14 +15,15 @@
|
|||
"en": "Contribute to OpenStreetMap by filling out address information",
|
||||
"nl": "Draag bij aan OpenStreetMap door adresinformatie in te vullen",
|
||||
"de": "Tragen Sie zu OpenStreetMap bei, indem Sie Adressinformationen ausfüllen",
|
||||
"it": "Contribuisci a OpenStreetMap inserendo le informazioni sull’indirizzo"
|
||||
"it": "Contribuisci a OpenStreetMap inserendo le informazioni sull’indirizzo",
|
||||
"id": "Berkontribusi untuk OpenStreetMap dengan mengisi informasi alamat"
|
||||
},
|
||||
"language": [
|
||||
"en",
|
||||
"de",
|
||||
"it",
|
||||
"nl",
|
||||
"nb_NO"
|
||||
"id",
|
||||
"nl"
|
||||
],
|
||||
"maintainer": "Pieter Vander Vennet, Rob Nickerson, Russ Garrett",
|
||||
"icon": "./assets/themes/uk_addresses/housenumber_unknown.svg",
|
||||
|
@ -90,12 +92,17 @@
|
|||
"name": "Addresses to check",
|
||||
"minzoom": 14,
|
||||
"title": {
|
||||
"render": "Address to be determined"
|
||||
"render": {
|
||||
"en": "Address to be determined",
|
||||
"id": "Alamat yang diketahui"
|
||||
}
|
||||
},
|
||||
"tagRenderings": [
|
||||
{
|
||||
"id": "uk_addresses_explanation",
|
||||
"render": "There probably is an address here"
|
||||
"render": {
|
||||
"en": "There probably is an address here"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "uk_addresses_embedding_outline",
|
||||
|
@ -103,11 +110,15 @@
|
|||
"mappings": [
|
||||
{
|
||||
"if": "_embedding_object:id=true",
|
||||
"then": "The INSPIRE-polygon containing this point has at least one address contained"
|
||||
"then": {
|
||||
"en": "The INSPIRE-polygon containing this point has at least one address contained"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "_embedding_object:id=false",
|
||||
"then": "The INSPIRE-polygon containing this point has <b>no</b> addresses contained"
|
||||
"then": {
|
||||
"en":"The INSPIRE-polygon containing this point has <b>no</b> addresses contained"
|
||||
}
|
||||
}
|
||||
],
|
||||
"condition": "_embedding_object:id~*"
|
||||
|
@ -172,7 +183,8 @@
|
|||
"point"
|
||||
]
|
||||
}
|
||||
]
|
||||
],
|
||||
"description": "Alamat"
|
||||
},
|
||||
{
|
||||
"id": "addresses",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue