forked from MapComplete/MapComplete
Added italian translations for waste
This commit is contained in:
parent
d248d4f5fa
commit
378c62137e
4 changed files with 182 additions and 76 deletions
|
@ -4,12 +4,14 @@
|
|||
"en": "Waste Disposal Bins",
|
||||
"nl": "Afvalcontainers voor huishoudelijk afval",
|
||||
"de": "Mülltonnen",
|
||||
"it": "Contenitori per la raccolta differenziata",
|
||||
"id": "Tempat Pembuangan Limbah"
|
||||
},
|
||||
"description": {
|
||||
"en": "Waste Disposal Bin, medium to large bin for disposal of (household) waste",
|
||||
"nl": "Een grote afvalcontainer voor (huishoudelijk) afval",
|
||||
"de": "Entsorgungsbehälter, mittlerer bis großer Behälter zur Entsorgung von (Haushalts-)Abfällen"
|
||||
"de": "Entsorgungsbehälter, mittlerer bis großer Behälter zur Entsorgung von (Haushalts-)Abfällen",
|
||||
"it": "Cestino per lo smaltimento dei rifiuti, contenitore di dimensioni medio grandi per lo smaltimento dei rifiuti (domestici)"
|
||||
},
|
||||
"source": {
|
||||
"osmTags": "amenity=waste_disposal"
|
||||
|
@ -21,6 +23,7 @@
|
|||
"en": "Waste Disposal",
|
||||
"nl": "Afvalbak",
|
||||
"de": "Mülltonne",
|
||||
"it": "Smaltimento rifiuti",
|
||||
"id": "Pembuangan Limbah"
|
||||
}
|
||||
},
|
||||
|
@ -39,6 +42,7 @@
|
|||
"en": "a waste disposal bin",
|
||||
"nl": "Een afvalcontainer",
|
||||
"de": "eine Mülltonne",
|
||||
"it": "un raccoglitore per lo smaltimento rifiuti",
|
||||
"id": "tempat pembuangan sampahh"
|
||||
},
|
||||
"tags": [
|
||||
|
@ -48,6 +52,7 @@
|
|||
"en": "Medium to large bin for disposal of (household) waste",
|
||||
"nl": "middelgrote of grote afvalcontainer voor (huishoudelijk) afval",
|
||||
"de": "Mittlere bis große Mülltonne für die Entsorgung von (Haushalts-)Abfällen",
|
||||
"it": "Cestino di dimensioni medio-grandi per lo smaltimento dei rifiuti (domestici)",
|
||||
"id": "Tempat sampah sedang hingga besar untuk pembuangan limbah (rumah tangga)"
|
||||
}
|
||||
}
|
||||
|
@ -59,12 +64,14 @@
|
|||
"en": "Access: {access}",
|
||||
"nl": "Toegankelijk voor {access}",
|
||||
"de": "Zugang: {access}",
|
||||
"it": "Accesso: {access}",
|
||||
"id": "Akses: {access}"
|
||||
},
|
||||
"question": {
|
||||
"en": "Who can use this waste disposal bin?",
|
||||
"nl": "Wie mag deze afvalcontainer gebruiken?",
|
||||
"de": "Wer darf die Mülltonne nutzen?",
|
||||
"it": "Chi può utilizzare questo cestino per lo smaltimento dei rifiuti?",
|
||||
"id": "Siapa yang bisa menggunakan tempat sampah ini?"
|
||||
},
|
||||
"freeform": {
|
||||
|
@ -78,6 +85,7 @@
|
|||
"en": "This bin can be used by anyone",
|
||||
"nl": "Iedereen mag deze afvalcontainer gebruiken",
|
||||
"de": "Jeder darf die Mülltonne nutzen",
|
||||
"it": "Questo cestino può essere usato da chiunque",
|
||||
"id": "Tempat sampah ini bisa digunakan oleh siapa saja"
|
||||
}
|
||||
},
|
||||
|
@ -87,6 +95,7 @@
|
|||
"en": "This bin is private",
|
||||
"nl": "Deze afvalcontainer is enkel voor privaat gebruik",
|
||||
"de": "Niemand darf die Mülltonne nutzen (privat)",
|
||||
"it": "Questo cestino è privato",
|
||||
"id": "Tempat sampah ini bersifat pribadi"
|
||||
}
|
||||
},
|
||||
|
@ -96,6 +105,7 @@
|
|||
"en": "This bin is only for residents",
|
||||
"nl": "Enkel bewoners mogen deze afvalcontainer gebruiken",
|
||||
"de": "Nur Anwohner dürfen die Mülltonne nutzen",
|
||||
"it": "Questo cestino è solo per residenti",
|
||||
"id": "Tempat sampah ini hanya untuk penghuni"
|
||||
}
|
||||
}
|
||||
|
@ -107,6 +117,7 @@
|
|||
"en": "Where is this container located?",
|
||||
"nl": "Waar bevindt deze container zich?",
|
||||
"de": "Wo befindet sich die Mülltonne?",
|
||||
"it": "Dove si trova questo contenitore?",
|
||||
"id": "Di manakah lokasi kontainer ini?"
|
||||
},
|
||||
"mappings": [
|
||||
|
@ -116,6 +127,7 @@
|
|||
"en": "This is an underground container",
|
||||
"nl": "Dit is een ondergrondse container",
|
||||
"de": "Die Mülltonne befindet sich unter der Erde",
|
||||
"it": "Questo è un contenitore sotterraneo",
|
||||
"id": "Ini adalah kontainer bawah tanah"
|
||||
}
|
||||
},
|
||||
|
@ -125,6 +137,7 @@
|
|||
"en": "This container is located indoors",
|
||||
"nl": "Deze container bevindt zich binnen",
|
||||
"de": "Die Mülltonne befindet sich in einem Gebäude",
|
||||
"it": "Questo contenitore è al chiuso",
|
||||
"id": "Kontainer ini terletak di dalam ruangan"
|
||||
}
|
||||
},
|
||||
|
@ -134,6 +147,7 @@
|
|||
"en": "This container is located outdoors",
|
||||
"nl": "Deze container is buiten",
|
||||
"de": "Die Mülltonne befindet sich im Freien",
|
||||
"it": "Questo contenitore è all'aperto",
|
||||
"id": "Kontainer ini terletak di luar ruangan"
|
||||
}
|
||||
}
|
||||
|
@ -149,6 +163,7 @@
|
|||
"en": "Only public access",
|
||||
"nl": "Enkel publiek toegankelijke afvalcontainers",
|
||||
"de": "Nur öffentliche Mülltonnen",
|
||||
"it": "Solo accesso pubblico",
|
||||
"id": "Hanya akses publik"
|
||||
},
|
||||
"osmTags": "access=yes"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue