diff --git a/config/categories.js b/config/categories.js index 556df391c..835b36811 100644 --- a/config/categories.js +++ b/config/categories.js @@ -146,5 +146,10 @@ window.categories = [ _('viewpoint'), _('charging station'), _('airport'), + _('subway'), + _('bus stop'), + _('bus station'), + _('tram stop'), + _('public transport station'), _('osteopathy'), ]; diff --git a/config/categories.yml b/config/categories.yml index 072a2830a..fae829383 100644 --- a/config/categories.yml +++ b/config/categories.yml @@ -338,5 +338,15 @@ name: charging_station - label: _('airport') name: airport +- label: _('subway') + name: subway +- label: _('bus stop') + name: bus_stop +- label: _('bus station') + name: bus_station +- label: _('tram stop') + name: tram_stop +- label: _('public transport station') + name: public_transport_station - label: _('osteopathy') name: health_osteopathy diff --git a/language/message/de.po b/language/message/de.po index 282b12bb3..0cbcf86a4 100644 --- a/language/message/de.po +++ b/language/message/de.po @@ -867,6 +867,9 @@ msgstr "Pub" msgid "public building" msgstr "Öffentliches Gebäude" +msgid "public transport station" +msgstr "öffentliche Verkehrsmittel" + msgid "rc car" msgstr "RC-Car" diff --git a/language/message/en.po b/language/message/en.po index 67c88b7f5..4767f3c32 100644 --- a/language/message/en.po +++ b/language/message/en.po @@ -856,6 +856,9 @@ msgstr "" msgid "public building" msgstr "" +msgid "public transport station" +msgstr "public transport station" + msgid "rc car" msgstr "" diff --git a/language/message/es.po b/language/message/es.po index 22e2ba9c2..d42be6c1c 100644 --- a/language/message/es.po +++ b/language/message/es.po @@ -865,6 +865,9 @@ msgstr "taberna" msgid "public building" msgstr "edificio público" +msgid "public transport station" +msgstr "transporte público" + msgid "rc car" msgstr "coche de radio control" diff --git a/language/message/fr.po b/language/message/fr.po index fccf55eea..c94ed8937 100644 --- a/language/message/fr.po +++ b/language/message/fr.po @@ -860,6 +860,9 @@ msgstr "pub" msgid "public building" msgstr "bâtiment public" +msgid "public transport station" +msgstr "transport en commun" + msgid "rc car" msgstr "voiture radio commandée" diff --git a/language/message/it.po b/language/message/it.po index ec6ba7e70..6690deb87 100644 --- a/language/message/it.po +++ b/language/message/it.po @@ -868,6 +868,9 @@ msgstr "pub" msgid "public building" msgstr "edificio pubblico" +msgid "public transport station" +msgstr "trasporto pubblico" + msgid "rc car" msgstr "macchina radiocomandata"