diff --git a/README.md b/README.md index 4819db5..221d5e8 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,11 @@ The table below describes the tags that the app currently supports. | Clothes | recycling:clothes | | | Hazardous waste | recycling:hazardous_waste | | | Scrap metal | recycling:scrap_metal | | -| Engine oil | recycling:engine_oil | | | Low energy bulbs| recycling:low_energy_bulbs| | | Batteries | recycling:batteries | | +| Tyres | recycling:tyres | | +| Car batteries | recycling:car_batteries | | +| Engine oil | recycling:engine_oil | | More information about tags you can get on [OSM Wiki](https://wiki.openstreetmap.org/wiki/Tag:amenity%3Drecycling). diff --git a/src/components/NodesFilter.vue b/src/components/NodesFilter.vue index d79f282..5dc0ebd 100644 --- a/src/components/NodesFilter.vue +++ b/src/components/NodesFilter.vue @@ -1,5 +1,8 @@ diff --git a/src/locales/ru.json b/src/locales/ru.json index d7543db..e055ca4 100644 --- a/src/locales/ru.json +++ b/src/locales/ru.json @@ -32,11 +32,13 @@ "batteries": "Батарейки", "plastic_bottles": "Пластиковые бутылки", "hazardous_waste": "Опасные отходы", - "engine_oil": "Машинное масло", "clothes": "Одежда", "low_energy_bulbs": "Лампочки", "plastic_bags": "Пакеты", - "scrap_metal": "Металлолом" + "scrap_metal": "Металлолом", + "tyres": "Шины", + "car_batteries": "Автомобильные аккумуляторы", + "engine_oil": "Машинное масло" }, "menu": { "map": "Карта",