mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 05:30:35 +02:00
Merge branch '2.15' into feat-mapillary-map-features
This commit is contained in:
+126
@@ -29,6 +29,132 @@ _Breaking changes, which may affect downstream projects or sites that embed iD,
|
||||
[@xxxx]: https://github.com/xxxx
|
||||
-->
|
||||
|
||||
# 2.15.5
|
||||
##### 2019-Aug-26
|
||||
|
||||
#### :boom: Breaking Changes
|
||||
* Remove support for Node 6 (Node 8 or higher is now required)
|
||||
* :warning: If you are building the iD project, you will need to upgrade your node version.
|
||||
|
||||
#### :sparkles: Usability
|
||||
* Make the UI more navigable by tabbing ([#6701], thanks [@Abbe98])
|
||||
* Render Sidewalks in a different color than Foot Paths ([#6522])
|
||||
* List the user's language and common nearby languages first in the Multilingual Name language list ([#6712])
|
||||
* Add more language options to the Multilingual Name list
|
||||
* Enable searching fields by tag and keyword ([#5763])
|
||||
* Accept relation IDs in the "Choose a parent relation" dropdown ([#3487])
|
||||
* Highlight relations in the map when hovering over them in the "Choose a parent relation" dropdown ([#2946])
|
||||
* Show addable presets specified by the `presets` URL parameter in the default preset list ([#6703])
|
||||
* Interpret the `º` and `˚` characters as degrees when searching coordinates
|
||||
* Make the post-upload changeset number clickable ([#6644])
|
||||
* Allow selecting and copying tags from Custom Map Data ([#6710])
|
||||
* Select points after dragging them ([#5747])
|
||||
|
||||
[#2946]: https://github.com/openstreetmap/iD/issues/2946
|
||||
[#3487]: https://github.com/openstreetmap/iD/issues/3487
|
||||
[#5747]: https://github.com/openstreetmap/iD/issues/5747
|
||||
[#5763]: https://github.com/openstreetmap/iD/issues/5763
|
||||
[#6522]: https://github.com/openstreetmap/iD/issues/6522
|
||||
[#6644]: https://github.com/openstreetmap/iD/issues/6644
|
||||
[#6701]: https://github.com/openstreetmap/iD/issues/6701
|
||||
[#6703]: https://github.com/openstreetmap/iD/issues/6703
|
||||
[#6710]: https://github.com/openstreetmap/iD/issues/6710
|
||||
[#6712]: https://github.com/openstreetmap/iD/issues/6712
|
||||
|
||||
[@Abbe98]: https://github.com/Abbe98
|
||||
|
||||
#### :white_check_mark: Validation
|
||||
* Don't flag known brands for having generic names ([#6761], [#6754], thanks [@SilentSpike])
|
||||
* Clarify that connecting a waterway crossing a highway will add a ford ([#6734])
|
||||
* Lock the Name field of features with a `name:etymology:wikidata` tag ([#6683])
|
||||
* Don't offer to add `highway=service` to demolished roads with `service` tags ([#6775])
|
||||
* Upgrade `crossing=island` to `crossing:island=yes` ([#6748])
|
||||
* Upgrade `diaper` to `changing_table` ([#6529])
|
||||
* Upgrade `access=public` to `access=yes` ([#6716])
|
||||
* Deprecate `tower:type=anchor` and `tower:type=suspension` ([#6762])
|
||||
* Deprecate `landuse=garden` ([#6758])
|
||||
* Deprecate `roof:shape=half_hipped` ([#6704])
|
||||
|
||||
[#6529]: https://github.com/openstreetmap/iD/issues/6529
|
||||
[#6683]: https://github.com/openstreetmap/iD/issues/6683
|
||||
[#6704]: https://github.com/openstreetmap/iD/issues/6704
|
||||
[#6716]: https://github.com/openstreetmap/iD/issues/6716
|
||||
[#6734]: https://github.com/openstreetmap/iD/issues/6734
|
||||
[#6748]: https://github.com/openstreetmap/iD/issues/6748
|
||||
[#6754]: https://github.com/openstreetmap/iD/issues/6754
|
||||
[#6758]: https://github.com/openstreetmap/iD/issues/6758
|
||||
[#6761]: https://github.com/openstreetmap/iD/issues/6761
|
||||
[#6762]: https://github.com/openstreetmap/iD/issues/6762
|
||||
[#6775]: https://github.com/openstreetmap/iD/issues/6775
|
||||
|
||||
[@SilentSpike]: https://github.com/SilentSpike
|
||||
|
||||
#### :bug: Bugfixes
|
||||
* Boost preset matching score if match occurs in addTags ([#6802])
|
||||
* Fix error upon changing the Unsquare Building threshold ([#6690])
|
||||
* Don't hide all multilingual names upon deleting one ([#6491])
|
||||
* Correctly populate the Bike Lanes field with existing values ([#6141])
|
||||
* Show the correct location for coordinates in the `N DD° MM.MMM' W DD° MM.MMM'` format without a commma separator ([#6582])
|
||||
* Don't treat platforms with a `kerb` tag as primarily curbs ([#6742])
|
||||
* Remove deleted features from the map immediately when undoing or redoing ([#6480])
|
||||
* Properly resize Mapillary and Bing Streetside photos when resizing the viewer ([#6286])
|
||||
* Fix issue where the Background Offset field could not be focused ([#6698])
|
||||
|
||||
[#6141]: https://github.com/openstreetmap/iD/issues/6141
|
||||
[#6286]: https://github.com/openstreetmap/iD/issues/6286
|
||||
[#6480]: https://github.com/openstreetmap/iD/issues/6480
|
||||
[#6491]: https://github.com/openstreetmap/iD/issues/6491
|
||||
[#6582]: https://github.com/openstreetmap/iD/issues/6582
|
||||
[#6690]: https://github.com/openstreetmap/iD/issues/6690
|
||||
[#6698]: https://github.com/openstreetmap/iD/issues/6698
|
||||
[#6742]: https://github.com/openstreetmap/iD/issues/6742
|
||||
[#6802]: https://github.com/openstreetmap/iD/issues/6802
|
||||
|
||||
#### :earth_asia: Localization
|
||||
* Display the languages for the Multilingual Name field in the user's language, if available ([#2457], [#6702])
|
||||
* Translate language names in the post-upload community list ([#4990])
|
||||
|
||||
[#2457]: https://github.com/openstreetmap/iD/issues/2457
|
||||
[#4990]: https://github.com/openstreetmap/iD/issues/4990
|
||||
[#6702]: https://github.com/openstreetmap/iD/issues/6702
|
||||
|
||||
#### :rocket: Presets
|
||||
* Add Rental Shop preset
|
||||
* Remove standalone Tactile Paving preset ([#6490], [#6791])
|
||||
* Add Bottle Return Machine preset ([#6725], thanks [@ENT8R])
|
||||
* Add Letter Box preset with Delivery Address field ([#6718])
|
||||
* Add Post Sorting Office preset ([#6773])
|
||||
* Add E-Waste Container preset ([#6777])
|
||||
* Add Obelisk preset ([#6790])
|
||||
* Add Flowerbed and Green Waste Container presets
|
||||
* Add Line Attachment field to Power Pole and Power Tower ([#6762])
|
||||
* Add Species Wikidata field to Animal Enclosure and Tree ([#6652])
|
||||
* Add Fee Amount an Toll Amount fields ([#6722])
|
||||
* Add Stroller Access field ([#6739])
|
||||
* Add Refuge Island field to crossings ([#6748])
|
||||
* Add Incorrect Names field for common naming mistakes ([#6411])
|
||||
* Update icons for Power Pole, Power Tower, and Power Line ([#6786])
|
||||
* Update icon for cycle paths, crossings, and tracks
|
||||
* Only allow `power=transformer` on nodes ([#6779])
|
||||
|
||||
[#6411]: https://github.com/openstreetmap/iD/issues/6411
|
||||
[#6490]: https://github.com/openstreetmap/iD/issues/6490
|
||||
[#6652]: https://github.com/openstreetmap/iD/issues/6652
|
||||
[#6718]: https://github.com/openstreetmap/iD/issues/6718
|
||||
[#6722]: https://github.com/openstreetmap/iD/issues/6722
|
||||
[#6725]: https://github.com/openstreetmap/iD/issues/6725
|
||||
[#6739]: https://github.com/openstreetmap/iD/issues/6739
|
||||
[#6748]: https://github.com/openstreetmap/iD/issues/6748
|
||||
[#6762]: https://github.com/openstreetmap/iD/issues/6762
|
||||
[#6773]: https://github.com/openstreetmap/iD/issues/6773
|
||||
[#6777]: https://github.com/openstreetmap/iD/issues/6777
|
||||
[#6779]: https://github.com/openstreetmap/iD/issues/6779
|
||||
[#6786]: https://github.com/openstreetmap/iD/issues/6786
|
||||
[#6790]: https://github.com/openstreetmap/iD/issues/6790
|
||||
[#6791]: https://github.com/openstreetmap/iD/issues/6791
|
||||
|
||||
[@ENT8R]: https://github.com/ENT8R
|
||||
|
||||
# 2.15.4
|
||||
##### 2019-Jul-26
|
||||
|
||||
|
||||
@@ -82,7 +82,9 @@ iD is available under the [ISC License](https://opensource.org/licenses/ISC).
|
||||
See the [LICENSE.md](LICENSE.md) file for more details.
|
||||
|
||||
iD also bundles portions of the following open source software.
|
||||
|
||||
* [D3.js (BSD-3-Clause)](https://github.com/d3/d3)
|
||||
* [CLDR (Unicode Consortium Terms of Use)](https://github.com/unicode-cldr/cldr-json)
|
||||
* [editor-layer-index (CC-BY-SA 3.0)](https://github.com/osmlab/editor-layer-index)
|
||||
* [Font Awesome (CC-BY 4.0)](https://fontawesome.com/license)
|
||||
* [Maki (CC0 1.0)](https://github.com/mapbox/maki)
|
||||
|
||||
+1836
-11
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@@ -6651,6 +6651,8 @@ en:
|
||||
public_transport/platform/tram_point:
|
||||
# 'public_transport=platform, tram=yes'
|
||||
name: Tram Stop / Platform
|
||||
# 'terms: electric,light rail,platform,public transit,public transportation,rail,streetcar,track,tram,trolley,transit,transportation'
|
||||
terms: '<translate with synonyms or related terms for ''Tram Stop / Platform'', separated by commas>'
|
||||
public_transport/platform/trolleybus:
|
||||
# 'public_transport=platform, trolleybus=yes'
|
||||
name: Trolleybus Platform
|
||||
@@ -7500,6 +7502,10 @@ en:
|
||||
# shop=religion
|
||||
name: Religious Store
|
||||
terms: '<translate with synonyms or related terms for ''Religious Store'', separated by commas>'
|
||||
shop/rental:
|
||||
# shop=rental
|
||||
name: Rental Shop
|
||||
terms: '<translate with synonyms or related terms for ''Rental Shop'', separated by commas>'
|
||||
shop/scuba_diving:
|
||||
# shop=scuba_diving
|
||||
name: Scuba Diving Shop
|
||||
|
||||
+356
-213
File diff suppressed because it is too large
Load Diff
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"icon": "maki-bicycle",
|
||||
"icon": "fas-biking",
|
||||
"fields": [
|
||||
"name",
|
||||
"surface",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"icon": "maki-bicycle",
|
||||
"icon": "fas-biking",
|
||||
"fields": [
|
||||
"{leisure/track/cycling}"
|
||||
],
|
||||
|
||||
-1
@@ -31,6 +31,5 @@
|
||||
"transit",
|
||||
"transportation"
|
||||
],
|
||||
"searchable": false,
|
||||
"name": "Tram Stop / Platform"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"icon": "maki-shop",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "rental"
|
||||
},
|
||||
"name": "Rental Shop"
|
||||
}
|
||||
+3
-2
@@ -660,7 +660,7 @@
|
||||
{"key": "leisure", "value": "swimming_area", "description": "🄿 Natural Swimming Area", "object_types": ["area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD/svg/fontawesome/fas-swimmer.svg"},
|
||||
{"key": "leisure", "value": "swimming_pool", "description": "🄿 Swimming Pool", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD/svg/fontawesome/fas-swimming-pool.svg"},
|
||||
{"key": "leisure", "value": "track", "description": "🄿 Racetrack (Non-Motorsport)", "object_types": ["node", "way", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD/svg/iD-sprite/presets/other-line.svg"},
|
||||
{"key": "sport", "value": "cycling", "description": "🄿 Cycling Track", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/bicycle-15.svg"},
|
||||
{"key": "sport", "value": "cycling", "description": "🄿 Cycling Track", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD/svg/fontawesome/fas-biking.svg"},
|
||||
{"key": "sport", "value": "horse_racing", "description": "🄿 Horse Racing Track", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/horse-riding-15.svg"},
|
||||
{"key": "sport", "value": "running", "description": "🄿 Running Track", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/pitch-15.svg"},
|
||||
{"key": "leisure", "value": "water_park", "description": "🄿 Water Park", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD/svg/fontawesome/fas-swimmer.svg"},
|
||||
@@ -873,8 +873,8 @@
|
||||
{"key": "monorail", "value": "yes", "description": "🄿 Monorail Stop / Platform (unsearchable), 🄿 Monorail Platform, 🄿 Monorail Station, 🄿 Monorail Stopping Location", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/bhousel/temaki/icons/monorail.svg"},
|
||||
{"key": "subway", "value": "yes", "description": "🄿 Subway Stop / Platform (unsearchable), 🄿 Subway Platform, 🄿 Subway Station, 🄿 Subway Stopping Location", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/bhousel/temaki/icons/subway.svg"},
|
||||
{"key": "train", "value": "yes", "description": "🄿 Train Stop / Platform (unsearchable), 🄿 Train Platform, 🄿 Train Station, 🄿 Train Stopping Location", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/rail-15.svg"},
|
||||
{"key": "tram", "value": "yes", "description": "🄿 Tram Stop / Platform (unsearchable), 🄿 Tram Platform, 🄿 Tram Station, 🄿 Tram Stopping Location", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/bhousel/temaki/icons/tram.svg"},
|
||||
{"key": "bus", "value": "yes", "description": "🄿 Bus Stop, 🄿 Bus Platform, 🄿 Bus Station / Terminal, 🄿 Bus Stopping Location", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/bus-15.svg"},
|
||||
{"key": "tram", "value": "yes", "description": "🄿 Tram Stop / Platform, 🄿 Tram Platform, 🄿 Tram Station, 🄿 Tram Stopping Location", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/bhousel/temaki/icons/tram.svg"},
|
||||
{"key": "trolleybus", "value": "yes", "description": "🄿 Trolleybus Stop, 🄿 Trolleybus Platform, 🄿 Trolleybus Station / Terminal, 🄿 Trolleybus Stopping Location", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/bhousel/temaki/icons/trolleybus.svg"},
|
||||
{"key": "railway", "value": "halt", "description": "🄿 Train Station (Halt / Request), 🄿 Train Station (Halt / Request) (unsearchable)", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/rail-15.svg"},
|
||||
{"key": "public_transport", "value": "station", "description": "🄿 Transit Station", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/rail-15.svg"},
|
||||
@@ -1033,6 +1033,7 @@
|
||||
{"key": "shop", "value": "pyrotechnics", "description": "🄿 Fireworks Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/shop-15.svg"},
|
||||
{"key": "shop", "value": "radiotechnics", "description": "🄿 Radio/Electronic Component Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD/svg/fontawesome/fas-microchip.svg"},
|
||||
{"key": "shop", "value": "religion", "description": "🄿 Religious Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/shop-15.svg"},
|
||||
{"key": "shop", "value": "rental", "description": "🄿 Rental Shop", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/shop-15.svg"},
|
||||
{"key": "shop", "value": "scuba_diving", "description": "🄿 Scuba Diving Shop", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/bhousel/temaki/icons/scuba_diving.svg"},
|
||||
{"key": "shop", "value": "seafood", "description": "🄿 Seafood Shop", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/shop-15.svg"},
|
||||
{"key": "shop", "value": "second_hand", "description": "🄿 Consignment/Thrift Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/shop-15.svg"},
|
||||
|
||||
@@ -125,7 +125,7 @@ function getResource(resource, callback) {
|
||||
for (const key of Object.keys(fields)) {
|
||||
var field = fields[key];
|
||||
if (!field.terms) continue;
|
||||
field.terms = field.terms.replace(/[.*]/, '').trim();
|
||||
field.terms = field.terms.replace(/\[.*\]/, '').trim();
|
||||
if (!field.terms) {
|
||||
delete field.terms;
|
||||
if (!Object.keys(preset).length) {
|
||||
|
||||
Vendored
-7
@@ -2584,9 +2584,6 @@
|
||||
"label": "الأجهزة",
|
||||
"placeholder": "1, 2, 3..."
|
||||
},
|
||||
"diaper": {
|
||||
"label": "تغيير حفاظات الطفل متاح"
|
||||
},
|
||||
"diet_multi": {
|
||||
"label": "أنواع الحمية"
|
||||
},
|
||||
@@ -5760,10 +5757,6 @@
|
||||
"office/physician": {
|
||||
"name": "طبيب"
|
||||
},
|
||||
"office/political_party": {
|
||||
"name": "الحزب السياسي ",
|
||||
"terms": "حزب سياسي، الحزب السياسي، المكتب السياسي، مكتب سياسي"
|
||||
},
|
||||
"office/private_investigator": {
|
||||
"name": "مكتب محقق",
|
||||
"terms": "مكتب محقق"
|
||||
|
||||
Vendored
-6
@@ -1068,9 +1068,6 @@
|
||||
"label": "Preseos",
|
||||
"placeholder": "1, 2, 3..."
|
||||
},
|
||||
"diaper": {
|
||||
"label": "Con cambiador de pañales"
|
||||
},
|
||||
"display": {
|
||||
"label": "Pantalla"
|
||||
},
|
||||
@@ -3501,9 +3498,6 @@
|
||||
"office/physician": {
|
||||
"name": "Médicu"
|
||||
},
|
||||
"office/political_party": {
|
||||
"name": "Partíu políticu"
|
||||
},
|
||||
"office/research": {
|
||||
"name": "Despachu d'investigación"
|
||||
},
|
||||
|
||||
Vendored
+22
@@ -1,5 +1,27 @@
|
||||
{
|
||||
"be": {
|
||||
"icons": {
|
||||
"download": "спампаваць",
|
||||
"information": "інфо",
|
||||
"remove": "выдаліць",
|
||||
"undo": "скасаваць",
|
||||
"zoom_to": "наблізіць",
|
||||
"copy": "капіяваць",
|
||||
"open_wikidata": "адкрыць на wikidata.org",
|
||||
"favorite": "любімае"
|
||||
},
|
||||
"toolbar": {
|
||||
"inspect": "Агледзець",
|
||||
"undo_redo": "Скасаваць / Паўтарыць",
|
||||
"recent": "Нядаўнія",
|
||||
"favorites": "Выбранае",
|
||||
"add_feature": "Дадаць функцыю"
|
||||
},
|
||||
"modes": {
|
||||
"add_feature": {
|
||||
"title": "Дадаць функцыю"
|
||||
}
|
||||
},
|
||||
"operations": {
|
||||
"merge": {
|
||||
"title": "Аб'яднаць"
|
||||
|
||||
Vendored
-3
@@ -1160,9 +1160,6 @@
|
||||
"label": "Устройства",
|
||||
"placeholder": "1, 2, 3..."
|
||||
},
|
||||
"diaper": {
|
||||
"label": "Стая за повиване"
|
||||
},
|
||||
"direction": {
|
||||
"label": "Посока (Градуси по часовниковата стрелка)",
|
||||
"placeholder": "45, 90, 180, 270"
|
||||
|
||||
Vendored
-3
@@ -1133,9 +1133,6 @@
|
||||
"office/physician": {
|
||||
"name": "চিকিত্সক"
|
||||
},
|
||||
"office/political_party": {
|
||||
"name": "রাজনৈতিক দল"
|
||||
},
|
||||
"office/telecommunication": {
|
||||
"name": "টেলিকম অফিস"
|
||||
},
|
||||
|
||||
Vendored
-4
@@ -1467,10 +1467,6 @@
|
||||
"office/physician": {
|
||||
"name": "Ljekar"
|
||||
},
|
||||
"office/political_party": {
|
||||
"name": "Politička stranka",
|
||||
"terms": "politička stranka,politička partija,ured političke partije"
|
||||
},
|
||||
"office/research": {
|
||||
"name": "Ured za istraživanje",
|
||||
"terms": "ured za istraživanje,istraživački ured,istraživačka kancelarija"
|
||||
|
||||
Vendored
-7
@@ -1660,9 +1660,6 @@
|
||||
"label": "Dispositius",
|
||||
"placeholder": "1, 2, 3..."
|
||||
},
|
||||
"diaper": {
|
||||
"label": "Canviadors per a nadons"
|
||||
},
|
||||
"diet_multi": {
|
||||
"label": "Tipus de dieta"
|
||||
},
|
||||
@@ -4463,10 +4460,6 @@
|
||||
"office/physician": {
|
||||
"name": "Metge"
|
||||
},
|
||||
"office/political_party": {
|
||||
"name": "Local de partit polític",
|
||||
"terms": "Partit polític"
|
||||
},
|
||||
"office/research": {
|
||||
"name": "Oficines d'R+D"
|
||||
},
|
||||
|
||||
Vendored
+8
-11
@@ -1470,6 +1470,7 @@
|
||||
},
|
||||
"close_nodes": {
|
||||
"title": "Body sobě velmi blízko",
|
||||
"message": "Dva body v {way} jsou velmi blízko u sebe",
|
||||
"detached": {
|
||||
"message": "{feature} je příliš blízko {feature2}"
|
||||
}
|
||||
@@ -1482,7 +1483,9 @@
|
||||
"title": "Rozpojené linie"
|
||||
},
|
||||
"fixme_tag": {
|
||||
"title": "Žádosti na opravu"
|
||||
"title": "Žádosti na opravu",
|
||||
"message": "{feature} má požadavek \"Opravit\"",
|
||||
"tip": "Najít prvky s tagem \"fixme\""
|
||||
},
|
||||
"generic_name": {
|
||||
"title": "Podezřelé názvy",
|
||||
@@ -1494,9 +1497,13 @@
|
||||
"invalid_format": {
|
||||
"title": "Neplatné formátování",
|
||||
"email": {
|
||||
"message": "{feature} má neplatnou emailovou adresu.",
|
||||
"message_multi": "{feature} má více neplatných emailových adres.",
|
||||
"reference": "Emailové adresy musí vypadat jako \"uzivatel@server.tld\"."
|
||||
},
|
||||
"website": {
|
||||
"message": "{feature} má neplatnou webovou adresu.",
|
||||
"message_multi": "{feature} má více neplatných webových adres.",
|
||||
"reference": "Adresy webových stránek by měly začínat s \"http\" nebo \"https\"."
|
||||
}
|
||||
},
|
||||
@@ -2460,9 +2467,6 @@
|
||||
"label": "Průměr",
|
||||
"placeholder": "5mm, 10cm, 15in…"
|
||||
},
|
||||
"diaper": {
|
||||
"label": "Přizpůsobeno výměně plenek"
|
||||
},
|
||||
"diet_multi": {
|
||||
"label": "Typy diet"
|
||||
},
|
||||
@@ -6403,10 +6407,6 @@
|
||||
"office/physician": {
|
||||
"name": "Praktický lékař"
|
||||
},
|
||||
"office/political_party": {
|
||||
"name": "Politická strana",
|
||||
"terms": "politická strana,strana,politická organizace"
|
||||
},
|
||||
"office/private_investigator": {
|
||||
"name": "Soukromá detektivní kancelář"
|
||||
},
|
||||
@@ -7311,9 +7311,6 @@
|
||||
"name": "Vinotéka",
|
||||
"terms": "vinotéka,víno,vinárna,vinařství,vino"
|
||||
},
|
||||
"tactile_paving": {
|
||||
"name": "Taktilní dlažba"
|
||||
},
|
||||
"telecom/data_center": {
|
||||
"name": "Datové centrum"
|
||||
},
|
||||
|
||||
Vendored
+17
-8
@@ -791,6 +791,12 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"restore": {
|
||||
"heading": "Du har ikke-gemte ændringer",
|
||||
"description": "Vil du gendanne ikke-gemte ændringer fra en tidligere redigeringssession?",
|
||||
"restore": "Gendan mine ændringer",
|
||||
"reset": "Kasser mine ændringer"
|
||||
},
|
||||
"save": {
|
||||
"title": "Gem",
|
||||
"help": "Gennemse dine ændringer og upload dem til OpenStreetMap, dette gør dem synlige for alle andre brugere.",
|
||||
@@ -825,6 +831,10 @@
|
||||
}
|
||||
},
|
||||
"success": {
|
||||
"just_edited": "Du har lige redigeret OpenStreetMap!",
|
||||
"thank_you": "Mange tak for at du forbedrede kortet.",
|
||||
"thank_you_location": "Mange tak for at du forbedrede kortet omkring {where}.",
|
||||
"help_html": "Dine ændringer burde dukke op på OpenStreetMap indenfor få minutter. Det kan tage længere for andre kort at blive opdateret.",
|
||||
"help_link_text": "Detaljer",
|
||||
"help_link_url": "https://wiki.openstreetmap.org/wiki/FAQ#I_have_just_made_some_changes_to_the_map._How_do_I_get_to_see_my_changes.3F",
|
||||
"view_on_osm": "Vis ændringer på OSM",
|
||||
@@ -840,6 +850,12 @@
|
||||
"okay": "OK",
|
||||
"cancel": "Annuller"
|
||||
},
|
||||
"splash": {
|
||||
"welcome": "Velkommen til OpenStreetMap-redigeringsværktøjet iD.",
|
||||
"text": "iD er et brugervenligt men kraftfuldt værktøj til at bidrage til verdens bedste frie verdenskort. Dette er version {version}. Mere information kan findes på {website}, og fejl kan rapporteres på {github}.",
|
||||
"walkthrough": "Start gennemgangen",
|
||||
"start": "Rediger nu"
|
||||
},
|
||||
"source_switch": {
|
||||
"live": "live",
|
||||
"lose_changes": "Du har ændringer som ikke er gemt endnu. Hvis du skifter kortserver, vil dine ændringer blive kasseret. Er du sikker på at du vil skifte server?",
|
||||
@@ -1425,7 +1441,7 @@
|
||||
"points": {
|
||||
"title": "Punkter",
|
||||
"add_point": "*Punkter* kan bruges til at repræsentere objekter såsom forretninger, restauranter og monumenter.{br}De markerer en bestemt lokation, og beskriver hvad der findes der. **Klik på {button} Punkt-knappen for at tilføje et nyt punkt.**",
|
||||
"place_point": "For at placere det nye punkt på kortet, skal du placere muse-pilen der hvor punktet skal være, og så venstreklikke eller taste mellemrum. **Flyt muse-pilen hen over denne bygning, derefter vesntre-klik eller tast mellemrum.**",
|
||||
"place_point": "For at placere det nye punkt på kortet, skal du placere muse-pilen der hvor punktet skal være, og så venstreklikke eller taste mellemrum. **Flyt muse-pilen hen over denne bygning, derefter venstre-klik eller tast mellemrum.**",
|
||||
"search_cafe": "Der er mange forskellige objekter der kan repræsenteres med punkter. Punktet du lige har tilføjet er en café. **Søg efter '{preset}'.**",
|
||||
"choose_cafe": "**Vælg {preset} fra listen.**",
|
||||
"feature_editor": "Punktet er nu markeret som en cafe. Brug objekteditoren, så vi kan tilføje mere information om cafeen.",
|
||||
@@ -2112,9 +2128,6 @@
|
||||
"label": "Enheder",
|
||||
"placeholder": "1, 2, 3..."
|
||||
},
|
||||
"diaper": {
|
||||
"label": "Babybleskifte"
|
||||
},
|
||||
"direction": {
|
||||
"label": "Retning (grader med uret)",
|
||||
"placeholder": "45, 90, 180, 270"
|
||||
@@ -5205,10 +5218,6 @@
|
||||
"office/physician": {
|
||||
"name": "Læge"
|
||||
},
|
||||
"office/political_party": {
|
||||
"name": "Politisk parti",
|
||||
"terms": "Politisk parti"
|
||||
},
|
||||
"office/research": {
|
||||
"name": "Forskning",
|
||||
"terms": "Forskning"
|
||||
|
||||
Vendored
+328
-142
File diff suppressed because it is too large
Load Diff
Vendored
+4
-11
@@ -1621,9 +1621,6 @@
|
||||
"label": "Συσκευές",
|
||||
"placeholder": "1, 2, 3..."
|
||||
},
|
||||
"diaper": {
|
||||
"label": "Διαθέσιμος Χώρος για Αλλαγή Πάνας"
|
||||
},
|
||||
"diet_multi": {
|
||||
"label": "Τύπος Διαίτης"
|
||||
},
|
||||
@@ -4358,7 +4355,7 @@
|
||||
"name": "Αγωνιστική Πίστα (Μηχανοκίνησης)"
|
||||
},
|
||||
"highway/residential": {
|
||||
"name": "Δρόμος σε κατοικημένη περιοχή",
|
||||
"name": "Οδός σε κατοικημένη περιοχή",
|
||||
"terms": "Αστική οδός, Τοπική οδός, Οδός εντός αστικού ιστού"
|
||||
},
|
||||
"highway/rest_area": {
|
||||
@@ -4415,14 +4412,14 @@
|
||||
"name": "Φανοστάτης"
|
||||
},
|
||||
"highway/tertiary": {
|
||||
"name": "Τοπικός Δρόμος"
|
||||
"name": "Τριτεύων / Τοπικός Δρόμος"
|
||||
},
|
||||
"highway/tertiary_link": {
|
||||
"name": "Σύνδεση Τοπικού Δρόμου",
|
||||
"terms": "Σύνδεσμος τριτεύουσας οδού"
|
||||
},
|
||||
"highway/track": {
|
||||
"name": "Ανώμαλος Δρόμος μη Συντηρούμενος"
|
||||
"name": "Ανώμαλη Χωμάτινη Διαδρομή"
|
||||
},
|
||||
"highway/traffic_mirror": {
|
||||
"name": "Οδικός Καθρέπτης"
|
||||
@@ -5249,10 +5246,6 @@
|
||||
"office/physician": {
|
||||
"name": "Ιατρός"
|
||||
},
|
||||
"office/political_party": {
|
||||
"name": "Πολιτικό Κόμμα",
|
||||
"terms": "πολιτικό γραφείο, γραφείο κόμματος"
|
||||
},
|
||||
"office/private_investigator": {
|
||||
"name": "Γραφείο Ιδιωτικού Ερευνητή"
|
||||
},
|
||||
@@ -6162,7 +6155,7 @@
|
||||
"terms": "Μουσείο"
|
||||
},
|
||||
"tourism/picnic_site": {
|
||||
"name": "Χώρος Πικ νικ",
|
||||
"name": "Χώρος Εκδρομής",
|
||||
"terms": "Χώρος εκδρομής, Χώρος Πικνίκ"
|
||||
},
|
||||
"tourism/theme_park": {
|
||||
|
||||
Vendored
-3
@@ -5,9 +5,6 @@
|
||||
},
|
||||
"presets": {
|
||||
"fields": {
|
||||
"diaper": {
|
||||
"label": "Nappy Changing Available"
|
||||
},
|
||||
"height": {
|
||||
"label": "Height (Metres)"
|
||||
},
|
||||
|
||||
Vendored
-6
@@ -1648,9 +1648,6 @@
|
||||
"label": "Devices",
|
||||
"placeholder": "1, 2, 3..."
|
||||
},
|
||||
"diaper": {
|
||||
"label": "Baby Changing Available"
|
||||
},
|
||||
"direction": {
|
||||
"label": "Direction (Degrees Clockwise)",
|
||||
"placeholder": "45, 90, 180, 270"
|
||||
@@ -4444,9 +4441,6 @@
|
||||
"office/physician": {
|
||||
"name": "Physician"
|
||||
},
|
||||
"office/political_party": {
|
||||
"name": "Political Party"
|
||||
},
|
||||
"office/private_investigator": {
|
||||
"name": "Private Investigator Office"
|
||||
},
|
||||
|
||||
Vendored
+8
-4
@@ -8445,10 +8445,6 @@
|
||||
"name": "Train Stop / Platform",
|
||||
"terms": "platform,public transit,public transportation,rail,track,train,transit,transportation"
|
||||
},
|
||||
"public_transport/platform/tram_point": {
|
||||
"name": "Tram Stop / Platform",
|
||||
"terms": "electric,light rail,platform,public transit,public transportation,rail,streetcar,track,tram,trolley,transit,transportation"
|
||||
},
|
||||
"public_transport/platform/aerialway": {
|
||||
"name": "Aerialway Platform",
|
||||
"terms": "aerialway,cable car,platform,public transit,public transportation,transit,transportation"
|
||||
@@ -8481,6 +8477,10 @@
|
||||
"name": "Train Platform",
|
||||
"terms": "platform,public transit,public transportation,rail,track,train,transit,transportation"
|
||||
},
|
||||
"public_transport/platform/tram_point": {
|
||||
"name": "Tram Stop / Platform",
|
||||
"terms": "electric,light rail,platform,public transit,public transportation,rail,streetcar,track,tram,trolley,transit,transportation"
|
||||
},
|
||||
"public_transport/platform/tram": {
|
||||
"name": "Tram Platform",
|
||||
"terms": "electric,light rail,platform,public transit,public transportation,rail,streetcar,track,tram,trolley,transit,transportation"
|
||||
@@ -9205,6 +9205,10 @@
|
||||
"name": "Religious Store",
|
||||
"terms": ""
|
||||
},
|
||||
"shop/rental": {
|
||||
"name": "Rental Shop",
|
||||
"terms": ""
|
||||
},
|
||||
"shop/scuba_diving": {
|
||||
"name": "Scuba Diving Shop",
|
||||
"terms": "diving,scuba"
|
||||
|
||||
Vendored
+35
-13
@@ -504,7 +504,8 @@
|
||||
"translate": "Traduki",
|
||||
"localized_translation_label": "Plurlingva nomo",
|
||||
"localized_translation_language": "Elektu nomon",
|
||||
"localized_translation_name": "Nomo"
|
||||
"localized_translation_name": "Nomo",
|
||||
"language_and_code": "{language} ({code})"
|
||||
},
|
||||
"zoom_in_edit": "Pligrandigu por redakti",
|
||||
"login": "Ensaluti",
|
||||
@@ -1860,6 +1861,9 @@
|
||||
"connect_features": {
|
||||
"title": "Konekti objektojn"
|
||||
},
|
||||
"connect_using_ford": {
|
||||
"title": "Konekti per travadejo"
|
||||
},
|
||||
"continue_from_start": {
|
||||
"title": "Pluigi desegni de komencpunkto"
|
||||
},
|
||||
@@ -2706,6 +2710,12 @@
|
||||
"castle_type": {
|
||||
"label": "Speco"
|
||||
},
|
||||
"charge_fee": {
|
||||
"label": "Kvanto da pago"
|
||||
},
|
||||
"charge_toll": {
|
||||
"label": "Kvanto da vojimposto"
|
||||
},
|
||||
"check_date": {
|
||||
"label": "Antaŭe kontrolita je"
|
||||
},
|
||||
@@ -2874,9 +2884,6 @@
|
||||
"label": "Diametro",
|
||||
"placeholder": "5 mm, 10 cm, 15 in…"
|
||||
},
|
||||
"diaper": {
|
||||
"label": "Tablo por travindotukado"
|
||||
},
|
||||
"diet_multi": {
|
||||
"label": "Dietoj"
|
||||
},
|
||||
@@ -3181,6 +3188,12 @@
|
||||
"undefined": "Ne"
|
||||
}
|
||||
},
|
||||
"iata": {
|
||||
"label": "IATA kodo de flughaveno"
|
||||
},
|
||||
"icao": {
|
||||
"label": "ICAO kodo de flughaveno"
|
||||
},
|
||||
"incline": {
|
||||
"label": "Klino"
|
||||
},
|
||||
@@ -3675,6 +3688,9 @@
|
||||
"population": {
|
||||
"label": "Loĝantaro"
|
||||
},
|
||||
"post": {
|
||||
"label": "Adreso de poŝt-livero"
|
||||
},
|
||||
"power": {
|
||||
"label": "Tipo"
|
||||
},
|
||||
@@ -3690,6 +3706,9 @@
|
||||
"product": {
|
||||
"label": "Produktaĵoj"
|
||||
},
|
||||
"public_bookcase/type": {
|
||||
"label": "Speco"
|
||||
},
|
||||
"railway": {
|
||||
"label": "Tipo"
|
||||
},
|
||||
@@ -4009,6 +4028,9 @@
|
||||
"source": {
|
||||
"label": "Fontoj"
|
||||
},
|
||||
"species/wikidata": {
|
||||
"label": "Specio (identigilo de Vikidatumoj)"
|
||||
},
|
||||
"sport": {
|
||||
"label": "Sportoj"
|
||||
},
|
||||
@@ -4766,6 +4788,10 @@
|
||||
"name": "Lingva lernejo",
|
||||
"terms": "lingvolernejo"
|
||||
},
|
||||
"amenity/letter_box": {
|
||||
"name": "Leterkesto (riceva)",
|
||||
"terms": "leterskatolo,leterujo,letera kesto,poŝtkesto"
|
||||
},
|
||||
"amenity/library": {
|
||||
"name": "Biblioteko",
|
||||
"terms": "libropruntejo,librejo,librarejo"
|
||||
@@ -4906,7 +4932,7 @@
|
||||
"terms": "baloto,voĉdonejo,elektejo"
|
||||
},
|
||||
"amenity/post_box": {
|
||||
"name": "Poŝtkesto",
|
||||
"name": "Poŝtkesto (senda)",
|
||||
"terms": "poshtkesto,posxtkesto,leterkesto,leterskatolo,leterujo"
|
||||
},
|
||||
"amenity/post_office": {
|
||||
@@ -7544,10 +7570,6 @@
|
||||
"office/physician": {
|
||||
"name": "Kabineto de kuracisto"
|
||||
},
|
||||
"office/political_party": {
|
||||
"name": "Oficejo de politika partio",
|
||||
"terms": "politika partio,politikpartio,partio"
|
||||
},
|
||||
"office/private_investigator": {
|
||||
"name": "Oficejo de detektivo",
|
||||
"terms": "detektivo"
|
||||
@@ -8569,6 +8591,10 @@
|
||||
"name": "Fotografia vendejo",
|
||||
"terms": "fotografio,fotografarto"
|
||||
},
|
||||
"shop/printer_ink": {
|
||||
"name": "Presil-inka vendejo",
|
||||
"terms": "presilinko,inko,kartoĉo,farbopulvoro"
|
||||
},
|
||||
"shop/pyrotechnics": {
|
||||
"name": "Art-fajraĵa vendejo",
|
||||
"terms": "artfajraĵoj,artfajrajhoj,artfajrajxoj,fajraĵoj,piroteknikaĵoj,piroteĥnikaĵoj"
|
||||
@@ -8708,10 +8734,6 @@
|
||||
"name": "Vina vendejo",
|
||||
"terms": "vinvendejo,vinovendejo,vindejo,alkoholaĵoj"
|
||||
},
|
||||
"tactile_paving": {
|
||||
"name": "Reliefo por blinduloj",
|
||||
"terms": "blinda,randaĵo"
|
||||
},
|
||||
"telecom/data_center": {
|
||||
"name": "Datum-centro",
|
||||
"terms": "datumcentro,datencentro"
|
||||
|
||||
Vendored
+322
-136
File diff suppressed because it is too large
Load Diff
Vendored
+8
@@ -4039,6 +4039,14 @@
|
||||
"tf-landscape": {
|
||||
"name": "Thunderforesti maastikukaart"
|
||||
}
|
||||
},
|
||||
"community": {
|
||||
"cape-coast-youthmappers": {
|
||||
"description": "Jälgi meid Twitteris: {url}"
|
||||
},
|
||||
"osm-gh-twitter": {
|
||||
"description": "Jälgi meid Twitteris: {url}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Vendored
-3
@@ -755,9 +755,6 @@
|
||||
"label": "Tresnak",
|
||||
"placeholder": "1, 2, 3..."
|
||||
},
|
||||
"diaper": {
|
||||
"label": "Pixoihal Aldatzailea Erabilgarri"
|
||||
},
|
||||
"direction": {
|
||||
"label": "Norabidea ( Graduak erlojuaren orratzen norantzan)",
|
||||
"placeholder": "45, 90, 180, 270"
|
||||
|
||||
Vendored
+13
-13
@@ -504,7 +504,8 @@
|
||||
"translate": "ترجمه",
|
||||
"localized_translation_label": "نام چندزبانه",
|
||||
"localized_translation_language": "انتخاب زبان",
|
||||
"localized_translation_name": "نام"
|
||||
"localized_translation_name": "نام",
|
||||
"language_and_code": "{language} ({code})"
|
||||
},
|
||||
"zoom_in_edit": "برای ویرایش زوم کنید",
|
||||
"login": "وارد شوید",
|
||||
@@ -787,7 +788,8 @@
|
||||
"tooltip": "سازههای سقف و ساختمان ۳بعدی"
|
||||
},
|
||||
"indoor": {
|
||||
"description": "عارضههای داخلی"
|
||||
"description": "عارضههای داخلی",
|
||||
"tooltip": "اتاقها، دالانها، نردبان، غیره."
|
||||
},
|
||||
"landuse": {
|
||||
"description": "کاربری زمین",
|
||||
@@ -1782,7 +1784,12 @@
|
||||
"tip": "یافتن عارضههای دارای تگ منسوخ که میتوان بهروزشان کرد",
|
||||
"reference": "برخی تگها بهمرور زمان تغییر میکنند و باید بهروز شوند.",
|
||||
"incomplete": {
|
||||
"message": "تگهای {feature} ناقص است"
|
||||
"message": "تگهای {feature} ناقص است",
|
||||
"reference": "تعدادی از عارضهها باید تگهای بیشتری داشته باشند."
|
||||
},
|
||||
"noncanonical_brand": {
|
||||
"message": "{feature} شبیه یک برند است که تگهای غیراستاندارد خورده",
|
||||
"reference": "عارضههایی که از یک نوع برند هستند، باید به یک شیوه تگگذاری شوند."
|
||||
}
|
||||
},
|
||||
"private_data": {
|
||||
@@ -1943,6 +1950,9 @@
|
||||
"use_different_layers": {
|
||||
"title": "از لایههای مجزا استفاده کنید"
|
||||
},
|
||||
"use_different_layers_or_levels": {
|
||||
"title": "از لایهها یا طبقههای مختلف استفاده کنید."
|
||||
},
|
||||
"use_different_levels": {
|
||||
"title": "از طبقههای مجزا استفاده کنید"
|
||||
},
|
||||
@@ -2829,9 +2839,6 @@
|
||||
"label": "دستگاه ها",
|
||||
"placeholder": "1, 2, 3..."
|
||||
},
|
||||
"diaper": {
|
||||
"label": "امکان تعویض پوشک"
|
||||
},
|
||||
"diet_multi": {
|
||||
"label": "انواع خوراک"
|
||||
},
|
||||
@@ -5883,9 +5890,6 @@
|
||||
"office/physician": {
|
||||
"name": "پزشک"
|
||||
},
|
||||
"office/political_party": {
|
||||
"name": "حزب سیاسی"
|
||||
},
|
||||
"office/private_investigator": {
|
||||
"name": "دفتر تحقیقات خصوصی"
|
||||
},
|
||||
@@ -6503,10 +6507,6 @@
|
||||
"shop/wine": {
|
||||
"name": "فروشگاه شراب"
|
||||
},
|
||||
"tactile_paving": {
|
||||
"name": "کفپوش برجسته",
|
||||
"terms": "مسیر نابینایان، کفپوش لمسی، مسیر پیاده روی برجسته، سنگفرش برجسته، سنگفرش لمسی، سنگفرش نابینایان"
|
||||
},
|
||||
"tourism": {
|
||||
"name": "گردشگری"
|
||||
},
|
||||
|
||||
Vendored
-10
@@ -2624,9 +2624,6 @@
|
||||
"label": "Läpimitta",
|
||||
"placeholder": "5 mm, 10 cm, 15 in, …"
|
||||
},
|
||||
"diaper": {
|
||||
"label": "Vaipanvaihtomahdollisuus"
|
||||
},
|
||||
"diet_multi": {
|
||||
"label": "Erityisruokavaliot"
|
||||
},
|
||||
@@ -6460,10 +6457,6 @@
|
||||
"office/physician": {
|
||||
"name": "Lääkäri"
|
||||
},
|
||||
"office/political_party": {
|
||||
"name": "Puoluetoimisto",
|
||||
"terms": "politiikka, politiikko, poliittinen, puolue, hallinto, toimisto"
|
||||
},
|
||||
"office/private_investigator": {
|
||||
"name": "Yksityisetsivä"
|
||||
},
|
||||
@@ -7381,9 +7374,6 @@
|
||||
"shop/wine": {
|
||||
"name": "Viinikauppa"
|
||||
},
|
||||
"tactile_paving": {
|
||||
"name": "Huomioreuna näkövammaisille"
|
||||
},
|
||||
"telecom/data_center": {
|
||||
"name": "Tietoliikennekeskus"
|
||||
},
|
||||
|
||||
Vendored
+72
-18
@@ -504,7 +504,8 @@
|
||||
"translate": "Traduire",
|
||||
"localized_translation_label": "Nom multilingue",
|
||||
"localized_translation_language": "Choisir une langue",
|
||||
"localized_translation_name": "Nom"
|
||||
"localized_translation_name": "Nom",
|
||||
"language_and_code": "{language} ({code}) "
|
||||
},
|
||||
"zoom_in_edit": " Zoomer pour Modifier ",
|
||||
"login": "Connexion",
|
||||
@@ -2369,7 +2370,7 @@
|
||||
"presets": {
|
||||
"categories": {
|
||||
"category-barrier": {
|
||||
"name": "Types de barrières"
|
||||
"name": "Caractéristiques de la barrière"
|
||||
},
|
||||
"category-building": {
|
||||
"name": "Types de bâtiments"
|
||||
@@ -2452,6 +2453,7 @@
|
||||
}
|
||||
},
|
||||
"placeholder": "Non spécifié",
|
||||
"terms": "Accès autorisé, accès alloué",
|
||||
"types": {
|
||||
"access": "Tous",
|
||||
"bicycle": "Vélos",
|
||||
@@ -2506,7 +2508,8 @@
|
||||
"suburb": "Quartier (division urbaine)",
|
||||
"suburb!jp": "Quartier, district électoral",
|
||||
"unit": "Unité"
|
||||
}
|
||||
},
|
||||
"terms": "adresse"
|
||||
},
|
||||
"admin_level": {
|
||||
"label": "Niveau administratif"
|
||||
@@ -2555,7 +2558,8 @@
|
||||
"label": "Produits"
|
||||
},
|
||||
"air_conditioning": {
|
||||
"label": "Climatisation"
|
||||
"label": "Climatisation",
|
||||
"terms": "Climatisation, climatiseur"
|
||||
},
|
||||
"amenity": {
|
||||
"label": "Type"
|
||||
@@ -2591,7 +2595,8 @@
|
||||
"label": "Dossier de siège"
|
||||
},
|
||||
"bar": {
|
||||
"label": "Bar"
|
||||
"label": "Bar",
|
||||
"terms": "Bar, brasserie, café, pub"
|
||||
},
|
||||
"barrier": {
|
||||
"label": "Type"
|
||||
@@ -2617,7 +2622,8 @@
|
||||
"label": "Spécialité du salon"
|
||||
},
|
||||
"bench": {
|
||||
"label": "Banc"
|
||||
"label": "Banc",
|
||||
"terms": "Banc"
|
||||
},
|
||||
"bicycle_parking": {
|
||||
"label": "Type"
|
||||
@@ -2708,6 +2714,14 @@
|
||||
"castle_type": {
|
||||
"label": "Type"
|
||||
},
|
||||
"charge_fee": {
|
||||
"label": "Montant",
|
||||
"terms": "Montant des frais, frais, charges"
|
||||
},
|
||||
"charge_toll": {
|
||||
"label": "Montant",
|
||||
"terms": "Tarif péage, frais d'autoroute"
|
||||
},
|
||||
"check_date": {
|
||||
"label": "Dernière date de vérification"
|
||||
},
|
||||
@@ -2778,6 +2792,9 @@
|
||||
"crossing": {
|
||||
"label": "Type"
|
||||
},
|
||||
"crossing/island": {
|
||||
"label": "Île de refuge"
|
||||
},
|
||||
"cuisine": {
|
||||
"label": "Cuisines"
|
||||
},
|
||||
@@ -2876,9 +2893,6 @@
|
||||
"label": "Diamètre",
|
||||
"placeholder": "5 mm, 10 cm, 15 in…"
|
||||
},
|
||||
"diaper": {
|
||||
"label": "Table à langer"
|
||||
},
|
||||
"diet_multi": {
|
||||
"label": "Types de régimes"
|
||||
},
|
||||
@@ -3183,6 +3197,12 @@
|
||||
"undefined": "Non"
|
||||
}
|
||||
},
|
||||
"iata": {
|
||||
"label": "Code aéroport AITA"
|
||||
},
|
||||
"icao": {
|
||||
"label": "Code aéroport OACI"
|
||||
},
|
||||
"incline": {
|
||||
"label": "Pente"
|
||||
},
|
||||
@@ -3470,6 +3490,9 @@
|
||||
"network_road": {
|
||||
"label": "Réseau"
|
||||
},
|
||||
"not/name": {
|
||||
"label": "Noms incorrects"
|
||||
},
|
||||
"note": {
|
||||
"label": "Note"
|
||||
},
|
||||
@@ -3677,6 +3700,9 @@
|
||||
"population": {
|
||||
"label": "Population"
|
||||
},
|
||||
"post": {
|
||||
"label": "Adresse de livraison"
|
||||
},
|
||||
"power": {
|
||||
"label": "Type"
|
||||
},
|
||||
@@ -3692,6 +3718,9 @@
|
||||
"product": {
|
||||
"label": "Produits manufacturés"
|
||||
},
|
||||
"public_bookcase/type": {
|
||||
"label": "Type"
|
||||
},
|
||||
"railway": {
|
||||
"label": "Type"
|
||||
},
|
||||
@@ -4011,6 +4040,9 @@
|
||||
"source": {
|
||||
"label": "Sources"
|
||||
},
|
||||
"species/wikidata": {
|
||||
"label": "Wikidata de l'espèce"
|
||||
},
|
||||
"sport": {
|
||||
"label": "Sport"
|
||||
},
|
||||
@@ -4446,10 +4478,18 @@
|
||||
"name": "Héliport",
|
||||
"terms": "Hélipad, Héliport, helipad, heliport, hélicoptère, helicoptere"
|
||||
},
|
||||
"aeroway/holding_position": {
|
||||
"name": "Point d’attente avion",
|
||||
"terms": "arrêt,attente,arret,avion,parking"
|
||||
},
|
||||
"aeroway/jet_bridge": {
|
||||
"name": "Passerelle aéroportuaire",
|
||||
"terms": "passerelle aéroportuaire,passerelle d'embarquement,aéroport,embarquement,terminal"
|
||||
},
|
||||
"aeroway/parking_position": {
|
||||
"name": "Voie de garage pour avion",
|
||||
"terms": "Parking, Zone de Stationnement, Stationnement, avion"
|
||||
},
|
||||
"aeroway/runway": {
|
||||
"name": "Piste d’atterrissage",
|
||||
"terms": "Piste de décollage, Piste d'atterissage, Piste d'aéroport, piste"
|
||||
@@ -4768,6 +4808,10 @@
|
||||
"name": "École de langues",
|
||||
"terms": "école de langues,langues étrangères"
|
||||
},
|
||||
"amenity/letter_box": {
|
||||
"name": "Boîte aux lettres privée",
|
||||
"terms": "boîte aux lettres,livraison,courrier,facteur"
|
||||
},
|
||||
"amenity/library": {
|
||||
"name": "Bibliothèque",
|
||||
"terms": "Bibliothèque, Médiathèque"
|
||||
@@ -4815,6 +4859,10 @@
|
||||
"name": "Parking multi-niveau",
|
||||
"terms": "Parking, Zone de Stationnement, Stationnement"
|
||||
},
|
||||
"amenity/parking/park_ride": {
|
||||
"name": "Parking-relais",
|
||||
"terms": "Parking, Zone de Stationnement, Stationnement"
|
||||
},
|
||||
"amenity/parking/underground": {
|
||||
"name": "Parking souterrain",
|
||||
"terms": "parking souterrain,sous-terrain,souterrain,parc de stationnement souterrain,voiture,camion"
|
||||
@@ -4945,6 +4993,12 @@
|
||||
"amenity/recycling": {
|
||||
"name": "Point de recyclage"
|
||||
},
|
||||
"amenity/recycling/container/electrical_items": {
|
||||
"name": "Benne pour déchets d'équipements électriques et électroniques (DEEE)"
|
||||
},
|
||||
"amenity/recycling/container/green_waste": {
|
||||
"name": "Benne pour déchets verts"
|
||||
},
|
||||
"amenity/recycling_centre": {
|
||||
"name": "Déchèterie / Parc à conteneurs / Écocentre",
|
||||
"terms": "centre de recyclage,déchèterie,déchetterie,recyparc,parc à conteneurs,écocentre"
|
||||
@@ -6712,7 +6766,7 @@
|
||||
},
|
||||
"leisure/fitness_centre": {
|
||||
"name": "Centre de fitness / gym",
|
||||
"terms": "salle de sport"
|
||||
"terms": "salle de sport,salle de musculation"
|
||||
},
|
||||
"leisure/fitness_centre/yoga": {
|
||||
"name": "Salle de Yoga",
|
||||
@@ -7548,10 +7602,6 @@
|
||||
"office/physician": {
|
||||
"name": "Médecin"
|
||||
},
|
||||
"office/political_party": {
|
||||
"name": "Parti politique",
|
||||
"terms": "Parti politique"
|
||||
},
|
||||
"office/private_investigator": {
|
||||
"name": "Enquêteur privé/détective",
|
||||
"terms": "Enquêteur privé, Détective"
|
||||
@@ -8581,6 +8631,10 @@
|
||||
"name": "Tirage de photos",
|
||||
"terms": "Photographe, Tirage de photos"
|
||||
},
|
||||
"shop/printer_ink": {
|
||||
"name": "Vendeur d'encre pour imprimante",
|
||||
"terms": "imprimante,fax,encre,cartouche,impression"
|
||||
},
|
||||
"shop/pyrotechnics": {
|
||||
"name": "Magasin de feux d'artifice",
|
||||
"terms": "Magasin de feux d'artifice"
|
||||
@@ -8720,10 +8774,6 @@
|
||||
"name": "Caviste",
|
||||
"terms": "Caviste, Bar à vins"
|
||||
},
|
||||
"tactile_paving": {
|
||||
"name": "Surface podotactile",
|
||||
"terms": "surface podotactile,podotactile,bosse,aveugle"
|
||||
},
|
||||
"telecom/data_center": {
|
||||
"name": "Centre de données",
|
||||
"terms": "data center,technologie,télécommunications,nuage,cloud,ordinateurs,serveurs,hébergeur,hébergement"
|
||||
@@ -9835,6 +9885,10 @@
|
||||
"description": "Chapitre YouthMappers à l'Université du Nigéria, Campus Enugu",
|
||||
"extendedDescription": "LionMappersTeam (LMT) Campus Enugu est affilié au réseau YouthMappers avec pour seul objectif de fournir à ses membres l'opportunité d'apprendre et d'améliorer leurs compétences dans les sciences de la cartographie et de créer des données et des analyses géographiques libres qui répondent aux besoins exprimés localement, à l'échelle mondiale. C'est une équipe de volontaires pour la cartographie collective et la mise à disposition d'informations géographiques à travers OpenStreetMap, la science citoyenne et d'autres technologie géospatiales pour la recherche, la formation et la réponse aux défis d'une communauté résiliente. Nous sommes impliqués dans le SIG et la télédétection, la cartographie de terrain, des ateliers de formation et la vulgarisation auprès des lycées ainsi que la réponse aux catastrophe."
|
||||
},
|
||||
"osm-africa-telegram": {
|
||||
"name": "Telegram d'OpenStreetMap Afrique",
|
||||
"description": "Telegram d'OpenStreetMap pour l'Afrique"
|
||||
},
|
||||
"ym-Insititue-d-Enseignement-Superieur-de-Ruhengeri": {
|
||||
"name": "YouthMappers à l'INES Ruhengeri",
|
||||
"description": "Chapitre YouthMappers à l'Insititue d'Enseignement Supérieur de Ruhengeri",
|
||||
|
||||
Vendored
-6
@@ -2859,9 +2859,6 @@
|
||||
"label": "Dispositivos",
|
||||
"placeholder": "1, 2, 3..."
|
||||
},
|
||||
"diaper": {
|
||||
"label": "Cambiador de cueiros dispoñíbel"
|
||||
},
|
||||
"diet_multi": {
|
||||
"label": "Tipos da dieta"
|
||||
},
|
||||
@@ -6745,9 +6742,6 @@
|
||||
"office/physician": {
|
||||
"name": "Médico"
|
||||
},
|
||||
"office/political_party": {
|
||||
"name": "Partido político"
|
||||
},
|
||||
"office/private_investigator": {
|
||||
"name": "Oficina de investigador privado"
|
||||
},
|
||||
|
||||
Vendored
+111
-22
@@ -504,7 +504,8 @@
|
||||
"translate": "תרגום",
|
||||
"localized_translation_label": "שם רב־לשוני",
|
||||
"localized_translation_language": "בחירת שפה",
|
||||
"localized_translation_name": "שם"
|
||||
"localized_translation_name": "שם",
|
||||
"language_and_code": "{language} ({code})"
|
||||
},
|
||||
"zoom_in_edit": "יש להתקרב כדי לערוך",
|
||||
"login": "כניסה",
|
||||
@@ -1654,7 +1655,7 @@
|
||||
},
|
||||
"crossing_ways": {
|
||||
"title": "דרכים חוצות",
|
||||
"message": "{feature} חוצה את {feature2}",
|
||||
"message": "{feature} חוצה {feature2}",
|
||||
"tip": "איתור תכונות שחוצות זו את זו בצורה שגויה",
|
||||
"building-building": {
|
||||
"reference": "בניינים לא אמורים לחפוף למעט אם הם בשכבות שונות."
|
||||
@@ -1862,6 +1863,9 @@
|
||||
"connect_features": {
|
||||
"title": "חיבור התכונות"
|
||||
},
|
||||
"connect_using_ford": {
|
||||
"title": "חיבור במעבר צליחה"
|
||||
},
|
||||
"continue_from_start": {
|
||||
"title": "להמשיך את הציור מההתחלה"
|
||||
},
|
||||
@@ -2369,7 +2373,7 @@
|
||||
"presets": {
|
||||
"categories": {
|
||||
"category-barrier": {
|
||||
"name": "מאפייני גבולות"
|
||||
"name": "מאפייני מחסומים"
|
||||
},
|
||||
"category-building": {
|
||||
"name": "מאפייני בניינים"
|
||||
@@ -2452,6 +2456,7 @@
|
||||
}
|
||||
},
|
||||
"placeholder": "לא מוגדר",
|
||||
"terms": "היתר גישה,מותר לגשת,הכניסה מותרת,כניסה מאופשרת,כניסה חופשית,גישה חופשית",
|
||||
"types": {
|
||||
"access": "הכול",
|
||||
"bicycle": "אופניים",
|
||||
@@ -2708,6 +2713,17 @@
|
||||
"castle_type": {
|
||||
"label": "סוג"
|
||||
},
|
||||
"changing_table": {
|
||||
"label": "שולחן החתלה"
|
||||
},
|
||||
"charge_fee": {
|
||||
"label": "סכום עמלה",
|
||||
"placeholder": "1 EUR, 5 USD, 10 JPY…"
|
||||
},
|
||||
"charge_toll": {
|
||||
"label": "סכום אגרה",
|
||||
"placeholder": "1 EUR, 5 USD, 10 JPY…"
|
||||
},
|
||||
"check_date": {
|
||||
"label": "תאריך הבדיקה האחרונה"
|
||||
},
|
||||
@@ -2778,11 +2794,15 @@
|
||||
"crossing": {
|
||||
"label": "סוג"
|
||||
},
|
||||
"crossing/island": {
|
||||
"label": "אי תנועה"
|
||||
},
|
||||
"cuisine": {
|
||||
"label": "מטבחים"
|
||||
},
|
||||
"currency_multi": {
|
||||
"label": "סוגי מטבעות"
|
||||
"label": "סוגי מטבעות",
|
||||
"terms": "כסף,מטבעות,שטרות,מזומן"
|
||||
},
|
||||
"cutting": {
|
||||
"label": "סוג",
|
||||
@@ -2876,9 +2896,6 @@
|
||||
"label": "קוטר",
|
||||
"placeholder": "5 מ״מ, 10 ס״מ, 15 אינטש…"
|
||||
},
|
||||
"diaper": {
|
||||
"label": "יש החלפת חיתולים"
|
||||
},
|
||||
"diet_multi": {
|
||||
"label": "סוגי תזונה"
|
||||
},
|
||||
@@ -3323,11 +3340,15 @@
|
||||
},
|
||||
"levels": {
|
||||
"label": "קומות",
|
||||
"placeholder": "2, 4, 6"
|
||||
"placeholder": "2, 4, 6",
|
||||
"terms": "קומות,דרגות,מפלסים"
|
||||
},
|
||||
"liaison": {
|
||||
"label": "סוג"
|
||||
},
|
||||
"line_attachment": {
|
||||
"label": "חיבור כבל"
|
||||
},
|
||||
"lit": {
|
||||
"label": "מואר"
|
||||
},
|
||||
@@ -3365,11 +3386,13 @@
|
||||
},
|
||||
"maxheight": {
|
||||
"label": "גובה מרבי",
|
||||
"placeholder": "4, 4.5, 5, 14'0\", 14'6\", 15'0\""
|
||||
"placeholder": "4, 4.5, 5, 14'0\", 14'6\", 15'0\"",
|
||||
"terms": "מחסום הגבלת גובה,מוט הגבלת גובה"
|
||||
},
|
||||
"maxspeed": {
|
||||
"label": "מגבלת מהירות",
|
||||
"placeholder": "40, 50, 60…"
|
||||
"placeholder": "40, 50, 60…",
|
||||
"terms": "מהירות מקסימלית,מהירות מרבית,שלט מהירות,מהירות,דרך ראשית,דרך מהירה"
|
||||
},
|
||||
"maxspeed/advisory": {
|
||||
"label": "הגבלת מהירות מומלצת",
|
||||
@@ -3476,6 +3499,9 @@
|
||||
"network_road": {
|
||||
"label": "רשת"
|
||||
},
|
||||
"not/name": {
|
||||
"label": "שמות שגויים"
|
||||
},
|
||||
"note": {
|
||||
"label": "הערה"
|
||||
},
|
||||
@@ -3683,6 +3709,9 @@
|
||||
"population": {
|
||||
"label": "אוכלוסיה"
|
||||
},
|
||||
"post": {
|
||||
"label": "כתובת משלוח"
|
||||
},
|
||||
"power": {
|
||||
"label": "סוג"
|
||||
},
|
||||
@@ -4020,6 +4049,9 @@
|
||||
"source": {
|
||||
"label": "מקורות"
|
||||
},
|
||||
"species/wikidata": {
|
||||
"label": "מינים בוויקינתונים"
|
||||
},
|
||||
"sport": {
|
||||
"label": "ספורט"
|
||||
},
|
||||
@@ -4051,6 +4083,10 @@
|
||||
"street_cabinet": {
|
||||
"label": "סוג"
|
||||
},
|
||||
"stroller": {
|
||||
"label": "גישה לעגלת תינוק",
|
||||
"terms": "גישה לעגלה,לאם ולתינוק,עגלת תינוקות"
|
||||
},
|
||||
"structure": {
|
||||
"label": "מבנה",
|
||||
"options": {
|
||||
@@ -4321,7 +4357,8 @@
|
||||
},
|
||||
"website": {
|
||||
"label": "אתר",
|
||||
"placeholder": "https://example.com"
|
||||
"placeholder": "https://example.com",
|
||||
"terms": "אתר אינטרנט,כתובת,רשת,אינטרנט,נוכחות,מקוון"
|
||||
},
|
||||
"wetland": {
|
||||
"label": "סוג"
|
||||
@@ -4339,7 +4376,8 @@
|
||||
"label": "ויקינתונים"
|
||||
},
|
||||
"wikipedia": {
|
||||
"label": "ויקיפדיה"
|
||||
"label": "ויקיפדיה",
|
||||
"terms": "אנציקלופדיה,ויקי,ויקיפדיה"
|
||||
},
|
||||
"windings": {
|
||||
"label": "ליפופים",
|
||||
@@ -4463,6 +4501,10 @@
|
||||
"name": "גשר עלייה למטוס",
|
||||
"terms": "שרוול עליה למטוס,שרוול נוסעים"
|
||||
},
|
||||
"aeroway/parking_position": {
|
||||
"name": "מיקום חניית כלי טיס",
|
||||
"terms": "חניית מטוסים,אזור חניית מטוסים, אזור חניית כלי טיס"
|
||||
},
|
||||
"aeroway/runway": {
|
||||
"name": "מסלול המראה",
|
||||
"terms": "מסלול המראה"
|
||||
@@ -4781,6 +4823,10 @@
|
||||
"name": "בית ספר לשפות",
|
||||
"terms": "בית ספר לשפות"
|
||||
},
|
||||
"amenity/letter_box": {
|
||||
"name": "תיבת מכתבים",
|
||||
"terms": "תיבת דואר,ת.ד.,ת.ד,ת״ד,ת\"ד"
|
||||
},
|
||||
"amenity/library": {
|
||||
"name": "ספריה",
|
||||
"terms": "ספריה"
|
||||
@@ -4924,6 +4970,10 @@
|
||||
"name": "תיבת דואר",
|
||||
"terms": "תיבת חלוקת דואר"
|
||||
},
|
||||
"amenity/post_depot": {
|
||||
"name": "משרד מיון דואר",
|
||||
"terms": "משרד חלוקת דואר,מיון דואר,מתקן מיון דואר,חלוקת דואר"
|
||||
},
|
||||
"amenity/post_office": {
|
||||
"name": "סניף דואר",
|
||||
"terms": "משרד דואר, רשות הדואר"
|
||||
@@ -4963,6 +5013,14 @@
|
||||
"amenity/recycling": {
|
||||
"name": "מיחזור"
|
||||
},
|
||||
"amenity/recycling/container/electrical_items": {
|
||||
"name": "מכל פסולת אלקטרונית",
|
||||
"terms": "מחשבים,אלקטרוניקה,רמקולים,טלפונים,סמארטפונים,טאבלטים,מחשבי לוח,סלולרים,סל אשפה אלקטרונית"
|
||||
},
|
||||
"amenity/recycling/container/green_waste": {
|
||||
"name": "מכל פסולת ירוקה",
|
||||
"terms": "קומפוסט,ריקבון,פסולת אורגנית"
|
||||
},
|
||||
"amenity/recycling_centre": {
|
||||
"name": "מרכז מיחזור",
|
||||
"terms": "מרכז מיחזור"
|
||||
@@ -5136,7 +5194,8 @@
|
||||
"terms": "בתי שימוש"
|
||||
},
|
||||
"amenity/toilets/disposal/flush": {
|
||||
"name": "בתי שימוש עם הדחה"
|
||||
"name": "בתי שימוש עם הדחה",
|
||||
"terms": "מקלחת,טוש,מים,שירותים,חדר הלבשה"
|
||||
},
|
||||
"amenity/toilets/disposal/pitlatrine": {
|
||||
"name": "בור ספיגה",
|
||||
@@ -5162,6 +5221,10 @@
|
||||
"name": "מכונת ממכר",
|
||||
"terms": "אוטומט מכירות"
|
||||
},
|
||||
"amenity/vending_machine/bottle_return": {
|
||||
"name": "מכונה להחזרת בקבוקים",
|
||||
"terms": "מכונה להחזרת בקבוקי שתייה,מכונת בקבוקים,מיחזור,מחזור,איסוף, פלסטיק,זכוכית,החזרת בקבוקים"
|
||||
},
|
||||
"amenity/vending_machine/cigarettes": {
|
||||
"name": "מכונת סיגריות",
|
||||
"terms": "אוטומט מכירת סיגריות"
|
||||
@@ -5322,7 +5385,8 @@
|
||||
"terms": "רכבת הרים"
|
||||
},
|
||||
"attraction/summer_toboggan": {
|
||||
"name": "מגלשת הרים"
|
||||
"name": "מגלשת הרים",
|
||||
"terms": "מגלשה אלפינית,רכבת הרים"
|
||||
},
|
||||
"attraction/train": {
|
||||
"name": "רכבת תיירים",
|
||||
@@ -6520,8 +6584,13 @@
|
||||
"name": "חצר חקלאית",
|
||||
"terms": "חצר חקלאית"
|
||||
},
|
||||
"landuse/flowerbed": {
|
||||
"name": "ערוגת פרחים",
|
||||
"terms": "פרחים,מקבץ פרחים,ערוגה"
|
||||
},
|
||||
"landuse/forest": {
|
||||
"name": "יער מנוהל"
|
||||
"name": "יער מנוהל",
|
||||
"terms": "שטח חיץ,אזור חיץ,שביל חוצץ,שביל חיץ"
|
||||
},
|
||||
"landuse/garages": {
|
||||
"name": "אזור אחסון",
|
||||
@@ -7007,6 +7076,10 @@
|
||||
"name": "בור תחמיץ",
|
||||
"terms": "מבנה תחמיץ מבטון, ממגורה, סילו, מתבן, אסם"
|
||||
},
|
||||
"man_made/cairn": {
|
||||
"name": "גלעד",
|
||||
"terms": "תל אבנים,ערימת אבנים,מערום אבנים"
|
||||
},
|
||||
"man_made/chimney": {
|
||||
"name": "ארובה",
|
||||
"terms": "ארובה"
|
||||
@@ -7072,7 +7145,8 @@
|
||||
"terms": "אנטנה,תורן תקשורת,מגדל תקשורת,מגדל,תורן טלוויזיה,מגדל טלוויזיה,תורן תמסורת,מגדל תמסורת,תורן טלביזיה,מגדל טלביזיה"
|
||||
},
|
||||
"man_made/mineshaft": {
|
||||
"name": "פתח מכרה"
|
||||
"name": "פתח מכרה",
|
||||
"terms": "פיר,מנהרה,מערה,מכרה,כניסה למכרה,כניסה אנכית למכרה"
|
||||
},
|
||||
"man_made/monitoring_station": {
|
||||
"name": "תחנת ניטור",
|
||||
@@ -7516,8 +7590,8 @@
|
||||
"name": "רופא"
|
||||
},
|
||||
"office/political_party": {
|
||||
"name": "משרד מפלגה פוליטית",
|
||||
"terms": "משרד מפלגה פוליטית"
|
||||
"name": "משרד של מפלגה",
|
||||
"terms": "פוליטיקה,בחירות,ליכוד,עבודה,מרץ,זהות,כחול לבן,מפלגה פוליטית"
|
||||
},
|
||||
"office/private_investigator": {
|
||||
"name": "משרד חוקר פרטי",
|
||||
@@ -8534,6 +8608,10 @@
|
||||
"name": "חנות צילום",
|
||||
"terms": "חנות צילום"
|
||||
},
|
||||
"shop/printer_ink": {
|
||||
"name": "חנות דיו למדפסות",
|
||||
"terms": "דיו,פקס,מדפסת,הדפסה,לייזר"
|
||||
},
|
||||
"shop/pyrotechnics": {
|
||||
"name": "חנות זיקוקים",
|
||||
"terms": "חנות זיקוקים"
|
||||
@@ -8673,10 +8751,6 @@
|
||||
"name": "חנות יינות",
|
||||
"terms": "חנות יינות"
|
||||
},
|
||||
"tactile_paving": {
|
||||
"name": "ריצוף תחושתי",
|
||||
"terms": "נתיב לנכים,משטחי אזהרה,מדרכה נגישה,מדרכה לעיוורים,טקטילי,מדרכה טקטילית"
|
||||
},
|
||||
"telecom/data_center": {
|
||||
"name": "מרכז נתונים",
|
||||
"terms": "אחסון מערכות מחשב,מערכות מידע,מערכות מחשוב,טכנולוגיות מידע,חוות שרתים,תקשורת נתונים"
|
||||
@@ -8728,6 +8802,10 @@
|
||||
"name": "אתר תיירותי",
|
||||
"terms": "אתר תיירותי"
|
||||
},
|
||||
"tourism/camp_pitch": {
|
||||
"name": "מאהל",
|
||||
"terms": "אוהל,משאית,טנדר,טריילר,קרוואן,קרואן"
|
||||
},
|
||||
"tourism/camp_site": {
|
||||
"name": "אתר מחנאות",
|
||||
"terms": "אתר מחנאות"
|
||||
@@ -8820,6 +8898,13 @@
|
||||
"name": "פינת חי",
|
||||
"terms": "פינת ליטוף,חיות מחמד,ליטוף,אטרקציה לילדים,חוות ליטוף,חוות ילדים,חיות משק,משק ליטוף"
|
||||
},
|
||||
"tourism/zoo/safari": {
|
||||
"name": "ספארי"
|
||||
},
|
||||
"tourism/zoo/wildlife": {
|
||||
"name": "חי פארק",
|
||||
"terms": "חי בר,חיות בר,ג׳ונגל,ספארי,גן חיות"
|
||||
},
|
||||
"traffic_calming": {
|
||||
"name": "הקלת פקקי תנועה",
|
||||
"terms": "הקלת פקקי תנועה"
|
||||
@@ -9054,6 +9139,10 @@
|
||||
"name": "תחנת תדלוק ימית",
|
||||
"terms": "תחנת תדלוק ימית"
|
||||
},
|
||||
"waterway/lock_gate": {
|
||||
"name": "תא שיט",
|
||||
"terms": "תעלה,נהר,מפלס,שער הרמה,שער נעילה"
|
||||
},
|
||||
"waterway/milestone": {
|
||||
"name": "אבן דרך נתיב מים",
|
||||
"terms": "סימון נתיב מים,נקודת ציון על גדת נחל"
|
||||
|
||||
Vendored
+52
-8
@@ -1303,6 +1303,7 @@
|
||||
"label": "Dozvoljen pristup"
|
||||
},
|
||||
"addr/interpolation": {
|
||||
"label": "Vrsta",
|
||||
"options": {
|
||||
"all": "Sve",
|
||||
"alphabetic": "Abecedno",
|
||||
@@ -1643,9 +1644,6 @@
|
||||
"diameter": {
|
||||
"label": "Promjer"
|
||||
},
|
||||
"diaper": {
|
||||
"label": "Omogućeno mijenjanje pelena"
|
||||
},
|
||||
"direction_cardinal": {
|
||||
"options": {
|
||||
"E": "Istok",
|
||||
@@ -3055,18 +3053,36 @@
|
||||
"building/stable": {
|
||||
"name": "Staja"
|
||||
},
|
||||
"building/stadium": {
|
||||
"name": "Zgrada stadiona"
|
||||
},
|
||||
"building/static_caravan": {
|
||||
"name": "Statičan mobilan dom"
|
||||
},
|
||||
"building/terrace": {
|
||||
"name": "Kuće u nizu"
|
||||
},
|
||||
"building/train_station": {
|
||||
"name": "Zgrada željezničkog kolodvora"
|
||||
},
|
||||
"building/university": {
|
||||
"name": "Zgrada sveučilišta"
|
||||
},
|
||||
"building/warehouse": {
|
||||
"name": "Skladište"
|
||||
},
|
||||
"building_part": {
|
||||
"name": "Dio građevine"
|
||||
},
|
||||
"building_point": {
|
||||
"name": "Građevina"
|
||||
},
|
||||
"club": {
|
||||
"name": "Klub"
|
||||
},
|
||||
"club/sport": {
|
||||
"name": "Sportski klub"
|
||||
},
|
||||
"craft": {
|
||||
"name": "Zanat"
|
||||
},
|
||||
@@ -3179,6 +3195,9 @@
|
||||
"craft/scaffolder": {
|
||||
"name": "Građevinska skela"
|
||||
},
|
||||
"craft/sculptor": {
|
||||
"name": "Kipar"
|
||||
},
|
||||
"craft/shoemaker": {
|
||||
"name": "Obućar"
|
||||
},
|
||||
@@ -3217,6 +3236,10 @@
|
||||
"name": "Požarni hidrant",
|
||||
"terms": "hidrant"
|
||||
},
|
||||
"emergency/lifeguard": {
|
||||
"name": "Spasilac",
|
||||
"terms": "plaži,spasioc"
|
||||
},
|
||||
"emergency/phone": {
|
||||
"name": "Telefon za nuždu"
|
||||
},
|
||||
@@ -3245,6 +3268,9 @@
|
||||
"golf/rough": {
|
||||
"name": "Grubo"
|
||||
},
|
||||
"healthcare/alternative/chiropractic": {
|
||||
"name": "Kiropraktičar"
|
||||
},
|
||||
"highway": {
|
||||
"name": "Prometnica"
|
||||
},
|
||||
@@ -3263,6 +3289,9 @@
|
||||
"highway/crossing/marked": {
|
||||
"name": "Označeni pješački prijelaz"
|
||||
},
|
||||
"highway/crossing/marked-raised": {
|
||||
"name": "Uzdignuti pješački prijelaz"
|
||||
},
|
||||
"highway/crossing/unmarked": {
|
||||
"name": "Neoznačeni pješački prijelaz"
|
||||
},
|
||||
@@ -3302,6 +3331,9 @@
|
||||
"highway/living_street": {
|
||||
"name": "Područje smirenog prometa"
|
||||
},
|
||||
"highway/milestone": {
|
||||
"name": "Miljokaz prometnice"
|
||||
},
|
||||
"highway/mini_roundabout": {
|
||||
"name": "Mali kružni tok",
|
||||
"terms": "mali kružni tok,kružni tok"
|
||||
@@ -3315,9 +3347,15 @@
|
||||
"highway/motorway_link": {
|
||||
"name": "Pristupna cesta autoceste"
|
||||
},
|
||||
"highway/passing_place": {
|
||||
"name": "Mjesto za preticanje"
|
||||
},
|
||||
"highway/path": {
|
||||
"name": "Staza"
|
||||
},
|
||||
"highway/pedestrian_area": {
|
||||
"name": "Površina za pješake"
|
||||
},
|
||||
"highway/pedestrian_line": {
|
||||
"name": "Pješačka ulica"
|
||||
},
|
||||
@@ -3327,6 +3365,9 @@
|
||||
"highway/primary_link": {
|
||||
"name": "Pristupna cesta državne ceste"
|
||||
},
|
||||
"highway/raceway": {
|
||||
"name": "Staza za utrkivanje motornih vozila"
|
||||
},
|
||||
"highway/residential": {
|
||||
"name": "Ulica"
|
||||
},
|
||||
@@ -3363,6 +3404,9 @@
|
||||
"highway/services": {
|
||||
"name": "Odmorište"
|
||||
},
|
||||
"highway/speed_camera": {
|
||||
"name": "Kamera za brzinu"
|
||||
},
|
||||
"highway/steps": {
|
||||
"name": "Stepenice"
|
||||
},
|
||||
@@ -3385,6 +3429,9 @@
|
||||
"highway/track": {
|
||||
"name": "Šumski ili poljski put"
|
||||
},
|
||||
"highway/traffic_mirror": {
|
||||
"name": "Prometno ogledalo"
|
||||
},
|
||||
"highway/traffic_signals": {
|
||||
"name": "Semafor",
|
||||
"terms": "semafor,prometna svjetla"
|
||||
@@ -3961,9 +4008,6 @@
|
||||
"office/physician": {
|
||||
"name": "Liječnička praksa"
|
||||
},
|
||||
"office/political_party": {
|
||||
"name": "Politička stranka"
|
||||
},
|
||||
"office/research": {
|
||||
"name": "Ured za istraživanje"
|
||||
},
|
||||
@@ -4636,7 +4680,7 @@
|
||||
"terms": "park za rekreativna vozila,park za kamp-prikolice,RV park,kamp,kamp za kamp kućice,kamp za kamp prikolice,kamp prikolica,park za kamp prikolice,kamp za kamp-prikolice"
|
||||
},
|
||||
"tourism/chalet": {
|
||||
"name": "Kuća za odmor",
|
||||
"name": "Bungalov",
|
||||
"terms": "Kuća za iznajmljivanje"
|
||||
},
|
||||
"tourism/gallery": {
|
||||
@@ -4707,7 +4751,7 @@
|
||||
"terms": "ležeći policajac"
|
||||
},
|
||||
"traffic_calming/island": {
|
||||
"name": "Pješački otok"
|
||||
"name": "Prometni otok"
|
||||
},
|
||||
"type/boundary": {
|
||||
"name": "Granica",
|
||||
|
||||
Vendored
+1349
-105
File diff suppressed because it is too large
Load Diff
Vendored
-3
@@ -1940,9 +1940,6 @@
|
||||
"office/ngo": {
|
||||
"name": "Kantor LSM"
|
||||
},
|
||||
"office/political_party": {
|
||||
"name": "Partai Politik"
|
||||
},
|
||||
"office/research": {
|
||||
"name": "Kantor Riset"
|
||||
},
|
||||
|
||||
Vendored
-6
@@ -2065,9 +2065,6 @@
|
||||
"label": "Tæki",
|
||||
"placeholder": "1, 2, 3..."
|
||||
},
|
||||
"diaper": {
|
||||
"label": "Bleyjuskipti í boði"
|
||||
},
|
||||
"diplomatic": {
|
||||
"label": "Tegund"
|
||||
},
|
||||
@@ -5370,9 +5367,6 @@
|
||||
"office/physician": {
|
||||
"name": "Læknir"
|
||||
},
|
||||
"office/political_party": {
|
||||
"name": "Stjórnmálaflokkur"
|
||||
},
|
||||
"office/private_investigator": {
|
||||
"name": "Einkaspæjaraskrifstofa"
|
||||
},
|
||||
|
||||
Vendored
+87
-10
@@ -504,7 +504,8 @@
|
||||
"translate": "Traduci",
|
||||
"localized_translation_label": "Nome multilingue",
|
||||
"localized_translation_language": "Scegli la lingua",
|
||||
"localized_translation_name": "Nome"
|
||||
"localized_translation_name": "Nome",
|
||||
"language_and_code": "{language} ({code})"
|
||||
},
|
||||
"zoom_in_edit": "Ingrandisci per modificare",
|
||||
"login": "Accedi",
|
||||
@@ -1862,6 +1863,9 @@
|
||||
"connect_features": {
|
||||
"title": "Collega gli elementi"
|
||||
},
|
||||
"connect_using_ford": {
|
||||
"title": "Collega con un guado"
|
||||
},
|
||||
"continue_from_start": {
|
||||
"title": "Continua a disegnare dall’inizio"
|
||||
},
|
||||
@@ -2708,6 +2712,9 @@
|
||||
"castle_type": {
|
||||
"label": "Tipo"
|
||||
},
|
||||
"charge_fee": {
|
||||
"placeholder": "1 EUR, 5 USD, 10 JPY…"
|
||||
},
|
||||
"check_date": {
|
||||
"label": "Data dell'ultimo controllo"
|
||||
},
|
||||
@@ -2876,9 +2883,6 @@
|
||||
"label": "Diametro",
|
||||
"placeholder": "5 mm, 10 cm, 15 in..."
|
||||
},
|
||||
"diaper": {
|
||||
"label": "Fasciatoio"
|
||||
},
|
||||
"diet_multi": {
|
||||
"label": "Tipi di dieta"
|
||||
},
|
||||
@@ -3476,6 +3480,9 @@
|
||||
"network_road": {
|
||||
"label": "Rete"
|
||||
},
|
||||
"not/name": {
|
||||
"label": "Nomi non corretti"
|
||||
},
|
||||
"note": {
|
||||
"label": "Nota"
|
||||
},
|
||||
@@ -3686,6 +3693,9 @@
|
||||
"power_supply": {
|
||||
"label": "Alimentazione"
|
||||
},
|
||||
"preschool": {
|
||||
"label": "Scuola materna"
|
||||
},
|
||||
"produce": {
|
||||
"label": "Produzione"
|
||||
},
|
||||
@@ -4353,6 +4363,9 @@
|
||||
}
|
||||
},
|
||||
"presets": {
|
||||
"addr/interpolation": {
|
||||
"name": "Interpolazione indirizzo"
|
||||
},
|
||||
"address": {
|
||||
"name": "Indirizzo",
|
||||
"terms": "numero civico,indirizzo,cap,città,località,luogo"
|
||||
@@ -4442,10 +4455,16 @@
|
||||
"name": "Elisuperficie",
|
||||
"terms": "elicottero,elisuperficie,eliporto"
|
||||
},
|
||||
"aeroway/holding_position": {
|
||||
"name": "Circuito di attesa per aeromobili"
|
||||
},
|
||||
"aeroway/jet_bridge": {
|
||||
"name": "Corridoio chiuso passeggeri",
|
||||
"terms": "corridoio,passeggeri,connettore,boarding,portale,imbarco,sbarco,finger"
|
||||
},
|
||||
"aeroway/parking_position": {
|
||||
"name": "Posizione di parcheggio per aeromobili"
|
||||
},
|
||||
"aeroway/runway": {
|
||||
"name": "Pista di decollo/atterraggio",
|
||||
"terms": "pista di atterraggio"
|
||||
@@ -4645,6 +4664,9 @@
|
||||
"name": "Dojo/Accademia di arti marziali",
|
||||
"terms": "dojo,karate,judo,arti marziali"
|
||||
},
|
||||
"amenity/dressing_room": {
|
||||
"name": "Camerino"
|
||||
},
|
||||
"amenity/drinking_water": {
|
||||
"name": "Fontanella",
|
||||
"terms": "fontana,fontanella,acqua potabile,nasone"
|
||||
@@ -4672,10 +4694,16 @@
|
||||
"name": "Fast Food di pollo",
|
||||
"terms": "colazione,cena,cibo,mangiare,grigliata,pranzo,tavolo,pollo,alette,bocconcini,fast food"
|
||||
},
|
||||
"amenity/fast_food/donut": {
|
||||
"name": "Fast Food di ciambelle"
|
||||
},
|
||||
"amenity/fast_food/fish_and_chips": {
|
||||
"name": "Fast Food di Fish & Chips",
|
||||
"terms": "colazione,caffè,cena,cenare,mangiare,grigliata,pranzo,tavolo,fritto,patatine,pesce,fast food"
|
||||
},
|
||||
"amenity/fast_food/ice_cream": {
|
||||
"name": "Fast Food di gelati"
|
||||
},
|
||||
"amenity/fast_food/kebab": {
|
||||
"name": "Fast Food i kebab",
|
||||
"terms": "bar,colazione,caffè,mensa,cena,drivein,mangiare,grigliata,pranzo,tavolo,kebab,kebap,shawarma"
|
||||
@@ -4866,6 +4894,9 @@
|
||||
"name": "Buca delle lettere",
|
||||
"terms": "cassetta postale,lettere,portalettere,buchetta,postino"
|
||||
},
|
||||
"amenity/post_depot": {
|
||||
"name": "Ufficio di smistamento postale"
|
||||
},
|
||||
"amenity/post_office": {
|
||||
"name": "Ufficio Postale",
|
||||
"terms": "ufficio postale,lettere,spedizione,pacco,poste"
|
||||
@@ -4901,6 +4932,9 @@
|
||||
"amenity/recycling": {
|
||||
"name": "Riciclaggio"
|
||||
},
|
||||
"amenity/recycling/container/electrical_items": {
|
||||
"name": "Cassonetto per la raccolta di RAEE"
|
||||
},
|
||||
"amenity/recycling_centre": {
|
||||
"name": "Centro di riciclaggio",
|
||||
"terms": "Centro riciclo"
|
||||
@@ -5707,6 +5741,9 @@
|
||||
"name": "Pittore",
|
||||
"terms": "Pittore"
|
||||
},
|
||||
"craft/parquet_layer": {
|
||||
"name": "Posatori di parquet"
|
||||
},
|
||||
"craft/photographer": {
|
||||
"name": "Fotografo",
|
||||
"terms": "fotografia,stampe"
|
||||
@@ -6920,6 +6957,9 @@
|
||||
"man_made/monitoring_station": {
|
||||
"name": "Stazione di controllo"
|
||||
},
|
||||
"man_made/obelisk": {
|
||||
"name": "Obelisco"
|
||||
},
|
||||
"man_made/observatory": {
|
||||
"name": "Osservatorio",
|
||||
"terms": "osservatorio,astronomico,meteorologico,vulcanologico,osservatorio meteorologico,osservatorio astronomico,radiotelescopio,specola"
|
||||
@@ -7031,6 +7071,18 @@
|
||||
"manhole/telecom": {
|
||||
"name": "Tombino per telecomunicazioni"
|
||||
},
|
||||
"military/bunker": {
|
||||
"name": "Bunker militare"
|
||||
},
|
||||
"military/checkpoint": {
|
||||
"name": "Posto di blocco"
|
||||
},
|
||||
"military/nuclear_explosion_site": {
|
||||
"name": "Sito esplosione nucleare"
|
||||
},
|
||||
"military/office": {
|
||||
"name": "Ufficio militare"
|
||||
},
|
||||
"military/trench": {
|
||||
"name": "Trincea militare"
|
||||
},
|
||||
@@ -7297,8 +7349,7 @@
|
||||
"name": "Medico"
|
||||
},
|
||||
"office/political_party": {
|
||||
"name": "Sede di partito",
|
||||
"terms": "circolo,partito,politica,sezione"
|
||||
"name": "Ufficio di un partito"
|
||||
},
|
||||
"office/private_investigator": {
|
||||
"name": "Ufficio agenzia investigativa privata"
|
||||
@@ -7585,6 +7636,9 @@
|
||||
"public_transport/platform/tram_point": {
|
||||
"name": "Fermata / banchina del tram"
|
||||
},
|
||||
"public_transport/platform/trolleybus_point": {
|
||||
"name": "Fermata del filobus"
|
||||
},
|
||||
"public_transport/station": {
|
||||
"name": "Stazione del trasporto pubblico"
|
||||
},
|
||||
@@ -7848,6 +7902,9 @@
|
||||
"name": "Negozio di biciclette",
|
||||
"terms": "Negozio biciclette"
|
||||
},
|
||||
"shop/boat": {
|
||||
"name": "Negozio di barche"
|
||||
},
|
||||
"shop/bookmaker": {
|
||||
"name": "Agenzia di scommesse",
|
||||
"terms": "scommesse,puntate,allibratore"
|
||||
@@ -7867,6 +7924,9 @@
|
||||
"name": "Negozio di candele",
|
||||
"terms": "Negozio di candele"
|
||||
},
|
||||
"shop/cannabis": {
|
||||
"name": "Negozio di cannabis"
|
||||
},
|
||||
"shop/car": {
|
||||
"name": "Concessionario",
|
||||
"terms": "Concessionaria auto"
|
||||
@@ -8026,6 +8086,9 @@
|
||||
"name": "Negozio di mobili",
|
||||
"terms": "Negozio di mobili"
|
||||
},
|
||||
"shop/games": {
|
||||
"name": "Negozio di giochi da tavolo"
|
||||
},
|
||||
"shop/garden_centre": {
|
||||
"name": "Vivaio",
|
||||
"terms": "Centro per il giardinaggio"
|
||||
@@ -8034,6 +8097,9 @@
|
||||
"name": "Bombolaio",
|
||||
"terms": "gas,bombole,bombola,gpl,metano,lpg,cng,gas naturale,propano,ricarica bombole,ricarica"
|
||||
},
|
||||
"shop/general": {
|
||||
"name": "Emporio"
|
||||
},
|
||||
"shop/gift": {
|
||||
"name": "Negozio souvenir",
|
||||
"terms": "Negozio di articoli da regalo"
|
||||
@@ -8096,6 +8162,9 @@
|
||||
"name": "Lavanderia",
|
||||
"terms": "Lavanderia"
|
||||
},
|
||||
"shop/laundry/self_service": {
|
||||
"name": "Lavanderia self-service"
|
||||
},
|
||||
"shop/leather": {
|
||||
"name": "Pelletteria",
|
||||
"terms": "cuoio,curame"
|
||||
@@ -8198,6 +8267,9 @@
|
||||
"name": "Fotografo",
|
||||
"terms": "fotografia,fotografico,fotografo,foto,diapositive,rullini,macchine fotografiche"
|
||||
},
|
||||
"shop/printer_ink": {
|
||||
"name": "Negozio di cartucce per stampanti"
|
||||
},
|
||||
"shop/pyrotechnics": {
|
||||
"name": "Negozio di fuochi d'artificio",
|
||||
"terms": "botti,petardi,scoppi,magnum,raudi,miniciccioli,fuochi d'artificio,razzi"
|
||||
@@ -8245,6 +8317,9 @@
|
||||
"shop/supermarket": {
|
||||
"name": "Supermercato"
|
||||
},
|
||||
"shop/swimming_pool": {
|
||||
"name": "Negozio per rifornimenti per piscina"
|
||||
},
|
||||
"shop/tailor": {
|
||||
"name": "Sartoria",
|
||||
"terms": "sarto,vestiti,abiti"
|
||||
@@ -8332,10 +8407,6 @@
|
||||
"name": "Enoteca",
|
||||
"terms": "vino,negozio di vini"
|
||||
},
|
||||
"tactile_paving": {
|
||||
"name": "Pista tattile",
|
||||
"terms": "ipovedenti,non vedenti,ciechi,percorso,pavimento,superficie tattile,indicatori"
|
||||
},
|
||||
"telecom/data_center": {
|
||||
"name": "Centro elaborazione dati",
|
||||
"terms": "dati,computer,archivio,stoccaggio,database,informatica,server, server farm,sala server,cloud,telecomunicazioni"
|
||||
@@ -8359,6 +8430,9 @@
|
||||
"name": "Opera d'arte",
|
||||
"terms": "Opera d'arte"
|
||||
},
|
||||
"tourism/artwork/graffiti": {
|
||||
"name": "Graffiti"
|
||||
},
|
||||
"tourism/artwork/mural": {
|
||||
"name": "Murale",
|
||||
"terms": "murale,muro,parete,arte muraria,decorazione"
|
||||
@@ -8425,6 +8499,9 @@
|
||||
"tourism/information/route_marker": {
|
||||
"name": "Segnavia"
|
||||
},
|
||||
"tourism/information/terminal": {
|
||||
"name": "Terminale informazioni\\"
|
||||
},
|
||||
"tourism/motel": {
|
||||
"name": "Motel",
|
||||
"terms": "Motel"
|
||||
|
||||
Vendored
+320
-134
File diff suppressed because it is too large
Load Diff
Vendored
-10
@@ -2310,9 +2310,6 @@
|
||||
"label": "장치 수",
|
||||
"placeholder": "1, 2, 3..."
|
||||
},
|
||||
"diaper": {
|
||||
"label": "기저귀 교환대 이용 가능"
|
||||
},
|
||||
"diet_multi": {
|
||||
"label": "식성"
|
||||
},
|
||||
@@ -6146,10 +6143,6 @@
|
||||
"office/physician": {
|
||||
"name": "내과의원"
|
||||
},
|
||||
"office/political_party": {
|
||||
"name": "정당",
|
||||
"terms": "정당"
|
||||
},
|
||||
"office/private_investigator": {
|
||||
"name": "사설탐정 사무소",
|
||||
"terms": "민간조사원"
|
||||
@@ -7101,9 +7094,6 @@
|
||||
"name": "와인 가게",
|
||||
"terms": "포도주 가게"
|
||||
},
|
||||
"tactile_paving": {
|
||||
"name": "점자 블록"
|
||||
},
|
||||
"telecom/data_center": {
|
||||
"name": "데이터 센터"
|
||||
},
|
||||
|
||||
Vendored
-7
@@ -1690,9 +1690,6 @@
|
||||
"label": "Įrenginiai",
|
||||
"placeholder": "1, 2, 3..."
|
||||
},
|
||||
"diaper": {
|
||||
"label": "Galimas vystyklų keitimas"
|
||||
},
|
||||
"direction": {
|
||||
"label": "Kryptis (Laipsniai pagal laikrodžio rodyklę)",
|
||||
"placeholder": "45, 90, 180, 270"
|
||||
@@ -4041,10 +4038,6 @@
|
||||
"office/physician": {
|
||||
"name": "Gydytojas"
|
||||
},
|
||||
"office/political_party": {
|
||||
"name": "Politinė partija",
|
||||
"terms": "politinė partija"
|
||||
},
|
||||
"office/research": {
|
||||
"name": "Tyrimų tarnyba",
|
||||
"terms": "tyrimų kontora"
|
||||
|
||||
Vendored
-3
@@ -1205,9 +1205,6 @@
|
||||
"label": "Ierīces",
|
||||
"placeholder": "1, 2, 3..."
|
||||
},
|
||||
"diaper": {
|
||||
"label": "Pamperu Maiņas vieta Pieejama"
|
||||
},
|
||||
"direction": {
|
||||
"label": "Virziens (Grādi, pulksteņrādītāja virzienā)",
|
||||
"placeholder": "45, 90, 180, 270"
|
||||
|
||||
Vendored
+35
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"mi": {
|
||||
"icons": {
|
||||
"download": "tango iho",
|
||||
"undo": "wetekina",
|
||||
"copy": "tārua"
|
||||
},
|
||||
"modes": {
|
||||
"add_area": {
|
||||
"title": "Pae"
|
||||
},
|
||||
"add_line": {
|
||||
"title": "Ara"
|
||||
},
|
||||
"add_point": {
|
||||
"title": "Ira"
|
||||
}
|
||||
},
|
||||
"save": {
|
||||
"title": "Pupuri"
|
||||
},
|
||||
"help": {
|
||||
"editing": {
|
||||
"save_h": "Pupuri"
|
||||
}
|
||||
},
|
||||
"shortcuts": {
|
||||
"editing": {
|
||||
"commands": {
|
||||
"save": "Pupuri"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Vendored
+308
-132
File diff suppressed because it is too large
Load Diff
Vendored
-6
@@ -1167,9 +1167,6 @@
|
||||
"devices": {
|
||||
"placeholder": "1, 2, 3..."
|
||||
},
|
||||
"diaper": {
|
||||
"label": "Menukar Lampin Tersedia"
|
||||
},
|
||||
"display": {
|
||||
"label": "Paparan"
|
||||
},
|
||||
@@ -2325,9 +2322,6 @@
|
||||
"office/physician": {
|
||||
"name": "Pakar Perubatan"
|
||||
},
|
||||
"office/political_party": {
|
||||
"name": "Parti Politik"
|
||||
},
|
||||
"office/private_investigator": {
|
||||
"name": "Pejabat Penyiasat Peribadi"
|
||||
},
|
||||
|
||||
Vendored
-11
@@ -2509,9 +2509,6 @@
|
||||
"label": "Aantal apparaten",
|
||||
"placeholder": "1, 2, 3 …"
|
||||
},
|
||||
"diaper": {
|
||||
"label": "Luierverschoning mogelijk"
|
||||
},
|
||||
"diet_multi": {
|
||||
"label": "Soorten diëten"
|
||||
},
|
||||
@@ -6606,10 +6603,6 @@
|
||||
"office/physician": {
|
||||
"name": "Arts"
|
||||
},
|
||||
"office/political_party": {
|
||||
"name": "Politieke partij",
|
||||
"terms": "partijhoofdzetel,partijbureau"
|
||||
},
|
||||
"office/private_investigator": {
|
||||
"name": "Kantoor van privédetective",
|
||||
"terms": "privédetectivekantoor,rechercheurskantoor,onderzoekerskantoor"
|
||||
@@ -7604,10 +7597,6 @@
|
||||
"name": "Wijnhandel",
|
||||
"terms": "wijnwinkel,wijnproeverij,wijnzaak,wijnerij"
|
||||
},
|
||||
"tactile_paving": {
|
||||
"name": "Blindengeleidestrook",
|
||||
"terms": "geleidestrook,ribbelstrook"
|
||||
},
|
||||
"telecom/data_center": {
|
||||
"name": "Datacenter"
|
||||
},
|
||||
|
||||
Vendored
+592
-3
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"nn": {
|
||||
"icons": {
|
||||
"download": "nedlasting",
|
||||
"information": "info",
|
||||
"remove": "fjern",
|
||||
"undo": "angre",
|
||||
@@ -175,13 +176,21 @@
|
||||
"access": "Alle",
|
||||
"bicycle": "Syklar",
|
||||
"foot": "Fot",
|
||||
"horse": "Hestar"
|
||||
"horse": "Hestar",
|
||||
"motor_vehicle": "Motorkøyretøy"
|
||||
}
|
||||
},
|
||||
"addr/interpolation": {
|
||||
"options": {
|
||||
"all": "Alle",
|
||||
"alphabetic": "Alfabetisk"
|
||||
}
|
||||
},
|
||||
"address": {
|
||||
"label": "Addresse",
|
||||
"placeholders": {
|
||||
"block_number": "Blokknummer",
|
||||
"block_number!jp": "Blokknummer",
|
||||
"city": "By",
|
||||
"city!vn": "By/bygd",
|
||||
"conscriptionnumber": "123",
|
||||
@@ -196,6 +205,8 @@
|
||||
"neighbourhood": "Grannelag",
|
||||
"place": "Plass",
|
||||
"postcode": "Postnummer",
|
||||
"province": "Landsdel",
|
||||
"province!jp": "Prefektur",
|
||||
"state": "Stat",
|
||||
"street": "Gate/Veg",
|
||||
"subdistrict": "Underdistrikt",
|
||||
@@ -223,6 +234,12 @@
|
||||
"agrarian": {
|
||||
"label": "Produkts"
|
||||
},
|
||||
"air_conditioning": {
|
||||
"label": "Luftkondisjonering"
|
||||
},
|
||||
"amenity": {
|
||||
"label": "Type"
|
||||
},
|
||||
"animal_boarding": {
|
||||
"label": "For dyr"
|
||||
},
|
||||
@@ -232,6 +249,9 @@
|
||||
"animal_shelter": {
|
||||
"label": "For dyr"
|
||||
},
|
||||
"architect": {
|
||||
"label": "Arkitekt"
|
||||
},
|
||||
"area/highway": {
|
||||
"label": "Type"
|
||||
},
|
||||
@@ -244,13 +264,579 @@
|
||||
"atm": {
|
||||
"label": "MInibank"
|
||||
},
|
||||
"attraction": {
|
||||
"label": "Type"
|
||||
},
|
||||
"bar": {
|
||||
"label": "Bar"
|
||||
},
|
||||
"bath/open_air": {
|
||||
"label": "Utandørs"
|
||||
},
|
||||
"bench": {
|
||||
"label": "Benk"
|
||||
},
|
||||
"bin": {
|
||||
"label": "Søppeldunk"
|
||||
},
|
||||
"brewery": {
|
||||
"label": "Fatøl"
|
||||
},
|
||||
"bridge": {
|
||||
"placeholder": "Standard"
|
||||
},
|
||||
"building": {
|
||||
"label": "Bygning"
|
||||
},
|
||||
"building/levels_building": {
|
||||
"placeholder": "2, 4, 6..."
|
||||
},
|
||||
"building_area": {
|
||||
"label": "Bygning"
|
||||
},
|
||||
"cables": {
|
||||
"label": "Kablar",
|
||||
"placeholder": "1, 2, 3..."
|
||||
},
|
||||
"clothes": {
|
||||
"label": "Klede"
|
||||
},
|
||||
"colour": {
|
||||
"label": "Farge"
|
||||
},
|
||||
"contact/webcam": {
|
||||
"label": "Nettkamera-URL",
|
||||
"placeholder": "http://example.com/"
|
||||
},
|
||||
"content": {
|
||||
"label": "Innhald"
|
||||
},
|
||||
"conveying": {
|
||||
"label": "Bevegelseretning",
|
||||
"options": {
|
||||
"backward": "Bakover",
|
||||
"forward": "Framover",
|
||||
"reversible": "Reversibel"
|
||||
}
|
||||
},
|
||||
"country": {
|
||||
"label": "Land"
|
||||
},
|
||||
"direction_cardinal": {
|
||||
"couplings": {
|
||||
"label": "Samankoplingar",
|
||||
"placeholder": "1, 2, 3..."
|
||||
},
|
||||
"crop": {
|
||||
"label": "Avlingar"
|
||||
},
|
||||
"cutting": {
|
||||
"placeholder": "Standard"
|
||||
},
|
||||
"cycle_network": {
|
||||
"label": "Nettverk"
|
||||
},
|
||||
"cycleway": {
|
||||
"label": "Sykkelvegar",
|
||||
"options": {
|
||||
"E": "Aust"
|
||||
"lane": {
|
||||
"description": "Ein sykkelveg er skilt frå biltrafikk med ei måla linje",
|
||||
"title": "Standard sykkelveg"
|
||||
},
|
||||
"none": {
|
||||
"description": "Ingen sykkelveg",
|
||||
"title": "Ingen"
|
||||
}
|
||||
},
|
||||
"types": {
|
||||
"cycleway:left": "Venstre side",
|
||||
"cycleway:right": "Høgre side"
|
||||
}
|
||||
},
|
||||
"dance/style": {
|
||||
"label": "Dansestilar"
|
||||
},
|
||||
"date": {
|
||||
"label": "Dato"
|
||||
},
|
||||
"departures_board": {
|
||||
"options": {
|
||||
"no": "Ingen",
|
||||
"realtime": "Sanntid",
|
||||
"yes": "Ja"
|
||||
}
|
||||
},
|
||||
"description": {
|
||||
"label": "Skildring"
|
||||
},
|
||||
"design": {
|
||||
"label": "Utforming"
|
||||
},
|
||||
"destination_oneway": {
|
||||
"label": "Destinasjonar"
|
||||
},
|
||||
"devices": {
|
||||
"label": "Einingar",
|
||||
"placeholder": "1, 2, 3..."
|
||||
},
|
||||
"diameter": {
|
||||
"label": "Diameter"
|
||||
},
|
||||
"diplomatic/services": {
|
||||
"label": "Tenseter"
|
||||
},
|
||||
"direction_cardinal": {
|
||||
"label": "Retning",
|
||||
"options": {
|
||||
"E": "Aust",
|
||||
"ENE": "Aust-nordaust",
|
||||
"ESE": "Aust-søraust",
|
||||
"N": "Nord",
|
||||
"NE": "Nordaust",
|
||||
"NNE": "Nord-nordaust",
|
||||
"NNW": "Nord-nordvest",
|
||||
"NW": "Nordvest",
|
||||
"S": "Sør",
|
||||
"SE": "Søraust",
|
||||
"SSE": "Sør-søraust",
|
||||
"SSW": "Sør-sørvest",
|
||||
"SW": "Sørvest",
|
||||
"W": "Vest",
|
||||
"WNW": "Vest-nordvest",
|
||||
"WSW": "Vest-sørvest"
|
||||
}
|
||||
},
|
||||
"direction_clock": {
|
||||
"label": "Retningar",
|
||||
"options": {
|
||||
"anticlockwise": "Mot urvisaren",
|
||||
"clockwise": "Med urvisaren"
|
||||
}
|
||||
},
|
||||
"direction_vertex": {
|
||||
"options": {
|
||||
"backward": "bakover",
|
||||
"both": "Begge/Alle",
|
||||
"forward": "Framover"
|
||||
}
|
||||
},
|
||||
"distance": {
|
||||
"label": "Strekning"
|
||||
},
|
||||
"dog": {
|
||||
"label": "Hundar",
|
||||
"options": {
|
||||
"no": "Ikkje tillate",
|
||||
"yes": "Tillate"
|
||||
}
|
||||
},
|
||||
"door": {
|
||||
"label": "Dør"
|
||||
},
|
||||
"duration": {
|
||||
"label": "Varigheit",
|
||||
"placeholder": "00:00"
|
||||
},
|
||||
"email": {
|
||||
"label": "E-post",
|
||||
"placeholder": "example@example.com"
|
||||
},
|
||||
"embankment": {
|
||||
"placeholder": "Standard"
|
||||
},
|
||||
"emergency": {
|
||||
"label": "Krisesituasjon"
|
||||
},
|
||||
"except": {
|
||||
"label": "Unntak"
|
||||
},
|
||||
"fax": {
|
||||
"label": "Faks"
|
||||
},
|
||||
"fee": {
|
||||
"label": "Avgift"
|
||||
},
|
||||
"fire_hydrant/pressure": {
|
||||
"label": "Trykk (bar)"
|
||||
},
|
||||
"fire_hydrant/type": {
|
||||
"label": "Form",
|
||||
"options": {
|
||||
"wall": "Vegg"
|
||||
}
|
||||
},
|
||||
"fireplace": {
|
||||
"label": "Eldstad"
|
||||
},
|
||||
"fishing": {
|
||||
"label": "Fiske"
|
||||
},
|
||||
"fitness_station": {
|
||||
"label": "Utstyrstype"
|
||||
},
|
||||
"ford": {
|
||||
"placeholder": "Standard"
|
||||
},
|
||||
"from": {
|
||||
"label": "Frå"
|
||||
},
|
||||
"fuel": {
|
||||
"label": "Drivstoff"
|
||||
},
|
||||
"fuel_multi": {
|
||||
"label": "Drivstofftypar"
|
||||
},
|
||||
"gender": {
|
||||
"label": "Kjønn",
|
||||
"options": {
|
||||
"female": "Kvinne",
|
||||
"male": "Mann"
|
||||
},
|
||||
"placeholder": "Ukjent"
|
||||
},
|
||||
"generator/method": {
|
||||
"label": "Metode"
|
||||
},
|
||||
"generator/output/electricity": {
|
||||
"label": "Utgangseffekt"
|
||||
},
|
||||
"generator/source": {
|
||||
"label": "Kjelde"
|
||||
},
|
||||
"handicap": {
|
||||
"label": "Funksjonshemming"
|
||||
},
|
||||
"hashtags": {
|
||||
"label": "Føreslåtte emneknaggar"
|
||||
},
|
||||
"healthcare/speciality": {
|
||||
"label": "Spesialitetar"
|
||||
},
|
||||
"height": {
|
||||
"label": "Høgde (meter)"
|
||||
},
|
||||
"height_building": {
|
||||
"label": "Bygningshøgde (meter)"
|
||||
},
|
||||
"highspeed": {
|
||||
"label": "Høgfart"
|
||||
},
|
||||
"horse_dressage": {
|
||||
"options": {
|
||||
"equestrian": "Ja",
|
||||
"undefined": "Nei"
|
||||
}
|
||||
},
|
||||
"horse_riding": {
|
||||
"label": "Riding",
|
||||
"options": {
|
||||
"horse_riding": "Ja",
|
||||
"undefined": "Nei"
|
||||
}
|
||||
},
|
||||
"horse_scale": {
|
||||
"placeholder": "Vanskeleg, farleg…"
|
||||
},
|
||||
"horse_stables": {
|
||||
"options": {
|
||||
"stables": "Ja",
|
||||
"undefined": "Nei"
|
||||
}
|
||||
},
|
||||
"incline_steps": {
|
||||
"options": {
|
||||
"down": "ned",
|
||||
"up": "Opp"
|
||||
}
|
||||
},
|
||||
"indoor": {
|
||||
"label": "Innandørs"
|
||||
},
|
||||
"inscription": {
|
||||
"label": "Innskrift"
|
||||
},
|
||||
"internet_access": {
|
||||
"label": "Internett-tilgang",
|
||||
"options": {
|
||||
"no": "Nei",
|
||||
"terminal": "Terminal",
|
||||
"wired": "Kabla",
|
||||
"wlan": "Wifi",
|
||||
"yes": "Ja"
|
||||
}
|
||||
},
|
||||
"interval": {
|
||||
"label": "Intervall"
|
||||
},
|
||||
"kerb/height": {
|
||||
"label": "Høgde"
|
||||
},
|
||||
"lanes": {
|
||||
"label": "Køyrefelt",
|
||||
"placeholder": "1, 2, 3..."
|
||||
},
|
||||
"language_multi": {
|
||||
"label": "Språk"
|
||||
},
|
||||
"layer": {
|
||||
"label": "lag",
|
||||
"placeholder": "0"
|
||||
},
|
||||
"location": {
|
||||
"label": "Plassering"
|
||||
},
|
||||
"location_pool": {
|
||||
"label": "Plassering",
|
||||
"options": {
|
||||
"indoor": "Innandørs",
|
||||
"outdoor": "Utandørs",
|
||||
"roof": "Hustak"
|
||||
}
|
||||
},
|
||||
"lock": {
|
||||
"label": "Lås"
|
||||
},
|
||||
"maxspeed": {
|
||||
"label": "Fartsgrense",
|
||||
"placeholder": "40, 50, 60..."
|
||||
},
|
||||
"maxspeed/advisory": {
|
||||
"placeholder": "40, 50, 60..."
|
||||
},
|
||||
"name": {
|
||||
"label": "Namn"
|
||||
},
|
||||
"network": {
|
||||
"label": "Nettverk"
|
||||
},
|
||||
"network_bicycle": {
|
||||
"label": "Nettverkstype",
|
||||
"options": {
|
||||
"icn": "Internasjonalt",
|
||||
"lcn": "Lokalt",
|
||||
"ncn": "Nasjonalt",
|
||||
"rcn": "Regionalt"
|
||||
},
|
||||
"placeholder": "Lokalt, regionalt, nasjonalt, internasjonalt"
|
||||
},
|
||||
"network_foot": {
|
||||
"label": "Nettverkstype",
|
||||
"options": {
|
||||
"iwn": "Internasjonalt",
|
||||
"lwn": "Lokalt",
|
||||
"nwn": "Nasjonalt",
|
||||
"rwn": "Regionalt"
|
||||
},
|
||||
"placeholder": "Lokalt, regionalt, nasjonalt, internasjonalt"
|
||||
},
|
||||
"network_horse": {
|
||||
"label": "Nettverkstype",
|
||||
"options": {
|
||||
"ihn": "Internasjonalt",
|
||||
"lhn": "Lokalt",
|
||||
"nhn": "Nasjonalt",
|
||||
"rhn": "Regionalt"
|
||||
},
|
||||
"placeholder": "Lokalt, regionalt, nasjonalt, internasjonalt"
|
||||
},
|
||||
"network_road": {
|
||||
"label": "Nettverk"
|
||||
},
|
||||
"note": {
|
||||
"label": "Merknad"
|
||||
},
|
||||
"office": {
|
||||
"label": "Type"
|
||||
},
|
||||
"oneway": {
|
||||
"options": {
|
||||
"no": "Nei",
|
||||
"yes": "Ja"
|
||||
}
|
||||
},
|
||||
"oneway_yes": {
|
||||
"options": {
|
||||
"yes": "Ja"
|
||||
}
|
||||
},
|
||||
"opening_date": {
|
||||
"label": "Forventa opningsdato"
|
||||
},
|
||||
"opening_hours": {
|
||||
"label": "Timar",
|
||||
"placeholder": "Ukjend"
|
||||
},
|
||||
"operator": {
|
||||
"label": "Driftsleiar"
|
||||
},
|
||||
"operator/type": {
|
||||
"label": "Driftsleiartype"
|
||||
},
|
||||
"outdoor_seating": {
|
||||
"label": "Utandørsservering"
|
||||
},
|
||||
"par": {
|
||||
"placeholder": "3, 4, 5..."
|
||||
},
|
||||
"park_ride": {
|
||||
"label": "Innfartsparkering"
|
||||
},
|
||||
"parking": {
|
||||
"label": "Type",
|
||||
"options": {
|
||||
"carports": "Biloppstillingsplassar under tak"
|
||||
}
|
||||
},
|
||||
"phone": {
|
||||
"label": "Telefon",
|
||||
"placeholder": "+31 42 123 4567"
|
||||
},
|
||||
"piste/difficulty": {
|
||||
"label": "Vanskegrad",
|
||||
"options": {
|
||||
"advanced": "Avansert",
|
||||
"easy": "Lett",
|
||||
"expert": "Ekspert",
|
||||
"extreme": "Ekstrem",
|
||||
"intermediate": "Mellomstadium",
|
||||
"novice": "Nybegynnar"
|
||||
},
|
||||
"placeholder": "Lett, mellomstadium, avansert…"
|
||||
},
|
||||
"piste/difficulty_downhill": {
|
||||
"label": "Vanskegrad"
|
||||
},
|
||||
"scuba_diving": {
|
||||
"label": "Tenester"
|
||||
},
|
||||
"seamark/beacon_isolated_danger/shape": {
|
||||
"label": "Form"
|
||||
},
|
||||
"seamark/beacon_lateral/category": {
|
||||
"label": "Kategori"
|
||||
},
|
||||
"seamark/beacon_lateral/colour": {
|
||||
"label": "Farge",
|
||||
"options": {
|
||||
"green": "Grøn",
|
||||
"grey": "Grå",
|
||||
"red": "Raud"
|
||||
}
|
||||
},
|
||||
"seamark/beacon_lateral/shape": {
|
||||
"label": "Form"
|
||||
},
|
||||
"seamark/beacon_lateral/system": {
|
||||
"label": "System",
|
||||
"options": {
|
||||
"other": "Anna"
|
||||
}
|
||||
},
|
||||
"seamark/buoy_lateral/category": {
|
||||
"label": "Kategori"
|
||||
},
|
||||
"seamark/buoy_lateral/colour": {
|
||||
"label": "Farge",
|
||||
"options": {
|
||||
"green": "Grøn",
|
||||
"green;red;green": "Grøn-raud-grøn",
|
||||
"green;white;green;white": "Grøn-kvit-grøn-kvit",
|
||||
"red": "Raud",
|
||||
"red;green;red": "Raud-grøn-raud",
|
||||
"red;white;red;white": "Raud-kvit-raud-kvit",
|
||||
"white": "Kvit",
|
||||
"yellow": "Gul"
|
||||
}
|
||||
},
|
||||
"seamark/buoy_lateral/shape": {
|
||||
"label": "Form"
|
||||
},
|
||||
"seamark/buoy_lateral/system": {
|
||||
"label": "System",
|
||||
"options": {
|
||||
"other": "Anna"
|
||||
}
|
||||
},
|
||||
"seamark/mooring/category": {
|
||||
"label": "Kategori"
|
||||
},
|
||||
"seamark/type": {
|
||||
"label": "Sjømerke"
|
||||
},
|
||||
"seamark/wreck/category": {
|
||||
"label": "Kategori"
|
||||
},
|
||||
"seasonal": {
|
||||
"label": "Sesongavhengig"
|
||||
},
|
||||
"seats": {
|
||||
"placeholder": "2, 4, 6..."
|
||||
},
|
||||
"second_hand": {
|
||||
"options": {
|
||||
"no": "Nei",
|
||||
"only": "berre",
|
||||
"yes": "Ja"
|
||||
}
|
||||
},
|
||||
"self_service": {
|
||||
"label": "Sjølvbetening"
|
||||
},
|
||||
"service": {
|
||||
"label": "Type"
|
||||
},
|
||||
"service/bicycle": {
|
||||
"label": "Tenester"
|
||||
},
|
||||
"service/vehicle": {
|
||||
"label": "Tenester"
|
||||
},
|
||||
"service_rail": {
|
||||
"label": "Tenestetype"
|
||||
},
|
||||
"siren/type": {
|
||||
"options": {
|
||||
"electronic": "Elektronikk",
|
||||
"other": "Anna"
|
||||
}
|
||||
},
|
||||
"smoking": {
|
||||
"label": "Røyking"
|
||||
},
|
||||
"structure_waterway": {
|
||||
"options": {
|
||||
"tunnel": "Tunnel"
|
||||
}
|
||||
},
|
||||
"surveillance/type": {
|
||||
"options": {
|
||||
"camera": "Kamera"
|
||||
}
|
||||
},
|
||||
"tunnel": {
|
||||
"placeholder": "Standard"
|
||||
}
|
||||
},
|
||||
"presets": {
|
||||
"amenity/atm": {
|
||||
"name": "Minibank"
|
||||
},
|
||||
"amenity/dentist": {
|
||||
"name": "Tannlege"
|
||||
},
|
||||
"attraction/carousel": {
|
||||
"name": "Karusell"
|
||||
},
|
||||
"natural/water/river": {
|
||||
"name": "Elv"
|
||||
},
|
||||
"natural/water/stream": {
|
||||
"name": "Straum"
|
||||
},
|
||||
"railway/tram": {
|
||||
"name": "Trikk"
|
||||
},
|
||||
"waterway/river": {
|
||||
"name": "Elv"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -260,6 +846,9 @@
|
||||
}
|
||||
},
|
||||
"community": {
|
||||
"cape-coast-youthmappers": {
|
||||
"description": "Følg oss på Twitter: {url}"
|
||||
},
|
||||
"osm-gh-twitter": {
|
||||
"description": "Følg oss på Twitter: {url}"
|
||||
}
|
||||
|
||||
Vendored
-3
@@ -3677,9 +3677,6 @@
|
||||
"office/physician": {
|
||||
"name": "Lege"
|
||||
},
|
||||
"office/political_party": {
|
||||
"name": "Politisk parti"
|
||||
},
|
||||
"office/travel_agent": {
|
||||
"name": "Reisebyrå"
|
||||
},
|
||||
|
||||
Vendored
+488
-162
File diff suppressed because it is too large
Load Diff
Vendored
+98
-31
@@ -504,7 +504,8 @@
|
||||
"translate": "Traduzir",
|
||||
"localized_translation_label": "Nome multilíngue",
|
||||
"localized_translation_language": "Escolha o idioma",
|
||||
"localized_translation_name": "Nome"
|
||||
"localized_translation_name": "Nome",
|
||||
"language_and_code": "{língua} ({código})"
|
||||
},
|
||||
"zoom_in_edit": "Aproxime o zoom para editar",
|
||||
"login": "Entrar",
|
||||
@@ -1755,9 +1756,9 @@
|
||||
}
|
||||
},
|
||||
"missing_role": {
|
||||
"title": "Papéis ausentes",
|
||||
"title": "Tag role ausente",
|
||||
"message": "{member} não tem nenhum papel dentro {relation}",
|
||||
"tip": "Encontre relações com papéis de membros ausentes ou incorretos",
|
||||
"tip": "Encontre relações com tag role ausente ou incorreta",
|
||||
"multipolygon": {
|
||||
"reference": "Os membros do multipolígono devem ter uma função interna ou externa."
|
||||
}
|
||||
@@ -1813,7 +1814,7 @@
|
||||
"reference": "Estradas sem um tipo específico podem não aparecer nos mapas ou no roteamento."
|
||||
},
|
||||
"impossible_oneway": {
|
||||
"title": "Meios impossíveis",
|
||||
"title": "Caminho de mão-única impossível",
|
||||
"tip": "Encontrar problemas de rota com recursos unidirecionais",
|
||||
"waterway": {
|
||||
"connected": {
|
||||
@@ -1862,6 +1863,9 @@
|
||||
"connect_features": {
|
||||
"title": "Conecte os elementos."
|
||||
},
|
||||
"connect_using_ford": {
|
||||
"title": "Conecte-se usando um ford"
|
||||
},
|
||||
"continue_from_start": {
|
||||
"title": "Continue desenhando desde o início"
|
||||
},
|
||||
@@ -2452,6 +2456,7 @@
|
||||
}
|
||||
},
|
||||
"placeholder": "Não Especificado",
|
||||
"terms": "[traduzir com sinônimos ou termos relacionados para \"Acesso permitido\", separados por vírgulas]",
|
||||
"types": {
|
||||
"access": "Todos",
|
||||
"bicycle": "Bicicletas",
|
||||
@@ -2461,7 +2466,8 @@
|
||||
}
|
||||
},
|
||||
"access_simple": {
|
||||
"label": "Acesso permitido"
|
||||
"label": "Acesso permitido",
|
||||
"terms": "[traduzir com sinônimos ou termos relacionados para \"Acesso permitido\", separados por vírgulas]"
|
||||
},
|
||||
"addr/interpolation": {
|
||||
"label": "Tipo",
|
||||
@@ -2506,7 +2512,8 @@
|
||||
"suburb": "Bairro",
|
||||
"suburb!jp": "Ward",
|
||||
"unit": "Unidade"
|
||||
}
|
||||
},
|
||||
"terms": "[traduzir com sinônimos ou termos relacionados para 'Endereço', separados por vírgulas]"
|
||||
},
|
||||
"admin_level": {
|
||||
"label": "Nível Administrativo"
|
||||
@@ -2555,7 +2562,8 @@
|
||||
"label": "Produtos"
|
||||
},
|
||||
"air_conditioning": {
|
||||
"label": "Ar condicionado"
|
||||
"label": "Ar condicionado",
|
||||
"terms": "[traduzir com sinônimos ou termos relacionados para 'Ar Condicionado', separados por vírgulas]"
|
||||
},
|
||||
"amenity": {
|
||||
"label": "Tipo"
|
||||
@@ -2570,7 +2578,8 @@
|
||||
"label": "Para Animais"
|
||||
},
|
||||
"architect": {
|
||||
"label": "Arquiteto"
|
||||
"label": "Arquiteto",
|
||||
"terms": "[traduzir com sinônimos ou termos relacionados para 'Architect', separados por vírgulas]"
|
||||
},
|
||||
"area/highway": {
|
||||
"label": "Tipo"
|
||||
@@ -2591,7 +2600,8 @@
|
||||
"label": "Encosto"
|
||||
},
|
||||
"bar": {
|
||||
"label": "Bar"
|
||||
"label": "Bar",
|
||||
"terms": "[traduzir com sinônimos ou termos relacionados para 'Bar', separados por vírgulas]"
|
||||
},
|
||||
"barrier": {
|
||||
"label": "Tipo"
|
||||
@@ -2617,13 +2627,15 @@
|
||||
"label": "Especialidade de beleza"
|
||||
},
|
||||
"bench": {
|
||||
"label": "Assento"
|
||||
"label": "Assento",
|
||||
"terms": "[traduzir com sinônimos ou afins para \"Banco\", separados por vírgulas]"
|
||||
},
|
||||
"bicycle_parking": {
|
||||
"label": "Tipo"
|
||||
},
|
||||
"bin": {
|
||||
"label": "Lixeira"
|
||||
"label": "Lixeira",
|
||||
"terms": "[traduzir com sinônimos ou termos relacionados para 'Lixeira', separados por vírgulas]"
|
||||
},
|
||||
"blood_components": {
|
||||
"label": "Componentes do Sangue",
|
||||
@@ -2647,10 +2659,12 @@
|
||||
"label": "Tipo"
|
||||
},
|
||||
"brand": {
|
||||
"label": "Marca"
|
||||
"label": "Marca",
|
||||
"terms": "[traduzir com sinônimos ou termos relacionados para 'Marca', separados por vírgulas]"
|
||||
},
|
||||
"brewery": {
|
||||
"label": "Chopes"
|
||||
"label": "Chopes",
|
||||
"terms": "[traduzir com sinônimos ou termos relacionados para 'Rascunhos', separados por vírgulas]"
|
||||
},
|
||||
"bridge": {
|
||||
"label": "Tipo",
|
||||
@@ -2660,18 +2674,22 @@
|
||||
"label": "Tipo"
|
||||
},
|
||||
"building": {
|
||||
"label": "Edifício"
|
||||
"label": "Edifício",
|
||||
"terms": "[traduzir com sinônimos ou termos relacionados para 'Construção', separados por vírgulas]"
|
||||
},
|
||||
"building/levels/underground": {
|
||||
"label": "Níveis subterrâneos",
|
||||
"placeholder": "2, 4, 6..."
|
||||
"placeholder": "2, 4, 6...",
|
||||
"terms": "[traduzir com sinônimos ou termos relacionados para 'níveis subterrâneos', separados por vírgulas]"
|
||||
},
|
||||
"building/levels_building": {
|
||||
"label": "Níveis do edifício ",
|
||||
"placeholder": "2, 4, 6..."
|
||||
"placeholder": "2, 4, 6...",
|
||||
"terms": "[traduzir com sinônimos ou termos relacionados para 'Níveis de construção', separados por vírgulas]"
|
||||
},
|
||||
"building/material": {
|
||||
"label": "Material"
|
||||
"label": "Material",
|
||||
"terms": "[traduzir com sinônimos ou termos relacionados para 'Material', separados por vírgulas]"
|
||||
},
|
||||
"building_area": {
|
||||
"label": "Edifício"
|
||||
@@ -2700,7 +2718,8 @@
|
||||
},
|
||||
"capacity": {
|
||||
"label": "Capacidade",
|
||||
"placeholder": "50, 100, 200..."
|
||||
"placeholder": "50, 100, 200...",
|
||||
"terms": "[traduzir com sinônimos ou termos relacionados para 'Capacidade', separados por vírgulas]"
|
||||
},
|
||||
"cash_in": {
|
||||
"label": "Depósito"
|
||||
@@ -2708,6 +2727,19 @@
|
||||
"castle_type": {
|
||||
"label": "Tipo"
|
||||
},
|
||||
"changing_table": {
|
||||
"label": "Fraldário"
|
||||
},
|
||||
"charge_fee": {
|
||||
"label": "Valor da taxa",
|
||||
"placeholder": "1 EUR, 5 USD, 10 JPY…",
|
||||
"terms": "[traduzir com sinônimos ou termos relacionados para 'Valor da taxa', separados por vírgulas]"
|
||||
},
|
||||
"charge_toll": {
|
||||
"label": "Valor de Pedágio",
|
||||
"placeholder": "1 EUR, 5 USD, 10 JPY…",
|
||||
"terms": "[traduzir com sinônimos ou termos relacionados para 'Valor do pedágio', separados por vírgulas]"
|
||||
},
|
||||
"check_date": {
|
||||
"label": "Última data de verificação"
|
||||
},
|
||||
@@ -2721,14 +2753,16 @@
|
||||
"label": "Horários de Coleta"
|
||||
},
|
||||
"colour": {
|
||||
"label": "Cor"
|
||||
"label": "Cor",
|
||||
"terms": "[traduzir com sinônimos ou termos relacionados para 'Cor', separados por vírgulas]"
|
||||
},
|
||||
"comment": {
|
||||
"label": "Comentário do conjunto de alterações",
|
||||
"placeholder": "Breve descrição das suas contribuições (obrigatório)"
|
||||
},
|
||||
"communication_multi": {
|
||||
"label": "Tipos de Comunicação"
|
||||
"label": "Tipos de Comunicação",
|
||||
"terms": "[traduzir com sinônimos ou termos relacionados para 'tipos de comunicação', separados por vírgulas]"
|
||||
},
|
||||
"construction": {
|
||||
"label": "Tipo"
|
||||
@@ -2759,7 +2793,8 @@
|
||||
"placeholder": "1, 2, 3..."
|
||||
},
|
||||
"covered": {
|
||||
"label": "Coberto"
|
||||
"label": "Coberto",
|
||||
"terms": "[traduzir com sinônimos ou termos relacionados para 'Coberto', separados por vírgulas]"
|
||||
},
|
||||
"craft": {
|
||||
"label": "Tipo"
|
||||
@@ -2778,11 +2813,15 @@
|
||||
"crossing": {
|
||||
"label": "Tipo"
|
||||
},
|
||||
"crossing/island": {
|
||||
"label": "Ilha de refúgio"
|
||||
},
|
||||
"cuisine": {
|
||||
"label": "Culinárias"
|
||||
},
|
||||
"currency_multi": {
|
||||
"label": "Tipos de Moeda"
|
||||
"label": "Tipos de Moeda",
|
||||
"terms": "[traduzir com sinônimos ou termos relacionados a 'Tipos de moeda', separados por vírgulas]"
|
||||
},
|
||||
"cutting": {
|
||||
"label": "Tipo",
|
||||
@@ -2876,9 +2915,6 @@
|
||||
"label": "Diâmetro",
|
||||
"placeholder": "5 mm, 10 cm, 15 in…"
|
||||
},
|
||||
"diaper": {
|
||||
"label": "Troca de Fraldas Disponível"
|
||||
},
|
||||
"diet_multi": {
|
||||
"label": "Tipos de dieta"
|
||||
},
|
||||
@@ -3476,6 +3512,9 @@
|
||||
"network_road": {
|
||||
"label": "Rede"
|
||||
},
|
||||
"not/name": {
|
||||
"label": "Nomes incorretos"
|
||||
},
|
||||
"note": {
|
||||
"label": "Nota"
|
||||
},
|
||||
@@ -3683,6 +3722,9 @@
|
||||
"population": {
|
||||
"label": "População"
|
||||
},
|
||||
"post": {
|
||||
"label": "Endereço de entrega"
|
||||
},
|
||||
"power": {
|
||||
"label": "Tipo"
|
||||
},
|
||||
@@ -4020,6 +4062,9 @@
|
||||
"source": {
|
||||
"label": "Fontes"
|
||||
},
|
||||
"species/wikidata": {
|
||||
"label": "Espécie no Wikidata"
|
||||
},
|
||||
"sport": {
|
||||
"label": "Esportes"
|
||||
},
|
||||
@@ -4783,6 +4828,10 @@
|
||||
"name": "Escola de idiomas",
|
||||
"terms": "Escola de idiomas"
|
||||
},
|
||||
"amenity/letter_box": {
|
||||
"name": "Caixa de correio",
|
||||
"terms": "Caixa de correio"
|
||||
},
|
||||
"amenity/library": {
|
||||
"name": "Biblioteca",
|
||||
"terms": "Livros"
|
||||
@@ -4964,6 +5013,14 @@
|
||||
"amenity/recycling": {
|
||||
"name": "Reciclagem"
|
||||
},
|
||||
"amenity/recycling/container/electrical_items": {
|
||||
"name": "Recipiente de lixo eletrônico",
|
||||
"terms": "Recipiente de lixo eletrônico"
|
||||
},
|
||||
"amenity/recycling/container/green_waste": {
|
||||
"name": "Recipiente de resíduos verdes",
|
||||
"terms": "Recipiente de resíduos verdes"
|
||||
},
|
||||
"amenity/recycling_centre": {
|
||||
"name": "Centro de Reciclagem",
|
||||
"terms": "Material Reciclável, Dejetos, Material sólido, Reciclagem, Resíduos, lixo, vidro, garrafa, lata"
|
||||
@@ -5172,6 +5229,10 @@
|
||||
"name": "Máquina de Venda",
|
||||
"terms": "Totem de vendas, Máquina de Venda Automática, Dispenser, Máquina Automática de Vendas"
|
||||
},
|
||||
"amenity/vending_machine/bottle_return": {
|
||||
"name": "Máquina de retorno de garrafas",
|
||||
"terms": "Máquina de retorno de garrafa"
|
||||
},
|
||||
"amenity/vending_machine/cigarettes": {
|
||||
"name": "Máquina de Venda de Cigarros",
|
||||
"terms": "cigarro, venda de cigarro"
|
||||
@@ -6535,6 +6596,10 @@
|
||||
"name": "Pátio de Fazenda",
|
||||
"terms": "Pátio de Fazenda, Chácara, Sítio"
|
||||
},
|
||||
"landuse/flowerbed": {
|
||||
"name": "Canteiro de flores",
|
||||
"terms": "Canteiro de flores"
|
||||
},
|
||||
"landuse/forest": {
|
||||
"name": "Floresta manejada",
|
||||
"terms": "Floresta plantada, Silvicultura, Reflorestamento, Área reflorestada"
|
||||
@@ -7564,8 +7629,8 @@
|
||||
"name": "Médico"
|
||||
},
|
||||
"office/political_party": {
|
||||
"name": "Escritório de Partido Político",
|
||||
"terms": "política, político, partido, gabinete"
|
||||
"name": "Escritório de partido político",
|
||||
"terms": "Escritório de partido político"
|
||||
},
|
||||
"office/private_investigator": {
|
||||
"name": "Escritório de Detetive Particular",
|
||||
@@ -8738,10 +8803,6 @@
|
||||
"name": "Loja de Vinhos",
|
||||
"terms": "Vinícola, Adega"
|
||||
},
|
||||
"tactile_paving": {
|
||||
"name": "Piso táctil",
|
||||
"terms": "Piso táctil"
|
||||
},
|
||||
"telecom/data_center": {
|
||||
"name": "Centro de dados",
|
||||
"terms": "Centro de dados"
|
||||
@@ -9683,6 +9744,12 @@
|
||||
"ym-Kwame-Nkrumah-University-of-Science-and-Technology": {
|
||||
"description": "YouthMappers na Universidade de Ciência e Tecnologia de Kwame Nkrumah"
|
||||
},
|
||||
"ym-University-of-Cape-Coast": {
|
||||
"extendedDescription": "Somos uma sociedade que engloba todos os estudantes que estão lendo e lendo geografia no Departamento de Geografia e Planejamento Regional da Universidade de Cape Coast. Nosso principal objetivo é promover o interesse pela disciplina dentro e fora da sala de aula. Nosso lema é \"Nós compreendemos a Terra e seus habitantes\"."
|
||||
},
|
||||
"ym-University-of-Energy-and-Natural-Resources": {
|
||||
"name": "Clube Ecológico"
|
||||
},
|
||||
"ym-Dedan-Kimathi-University-of-Technology": {
|
||||
"name": "GDEV"
|
||||
},
|
||||
|
||||
Vendored
+7
-11
@@ -2876,9 +2876,6 @@
|
||||
"label": "Diâmetro",
|
||||
"placeholder": "5 mm, 10 cm, 15 in…"
|
||||
},
|
||||
"diaper": {
|
||||
"label": "Fraldário "
|
||||
},
|
||||
"diet_multi": {
|
||||
"label": "Tipos de dieta"
|
||||
},
|
||||
@@ -4020,6 +4017,9 @@
|
||||
"source": {
|
||||
"label": "Fontes"
|
||||
},
|
||||
"species/wikidata": {
|
||||
"label": "Wikidata Espécies"
|
||||
},
|
||||
"sport": {
|
||||
"label": "Desportos"
|
||||
},
|
||||
@@ -7571,10 +7571,6 @@
|
||||
"office/physician": {
|
||||
"name": "Médico especialista"
|
||||
},
|
||||
"office/political_party": {
|
||||
"name": "Sede / filial de partido político",
|
||||
"terms": "Political Party, Partido, Partidos, sede partido, sede partidária, política, sede política,"
|
||||
},
|
||||
"office/private_investigator": {
|
||||
"name": "Detetive privado",
|
||||
"terms": "Detetive, Detetive Particular"
|
||||
@@ -8604,6 +8600,10 @@
|
||||
"name": "Loja de fotografia",
|
||||
"terms": "Photography Store, Fotográfo, Máquina fotográfica, Material Fotográfico"
|
||||
},
|
||||
"shop/printer_ink": {
|
||||
"name": "Loja de tinteiros de impressora",
|
||||
"terms": "printer ink store, loja de tinteiros, tinteiro, tinteiro para impressora"
|
||||
},
|
||||
"shop/pyrotechnics": {
|
||||
"name": "Loja de pirotecnia",
|
||||
"terms": "Fireworks Store, Fogo de Artifício, pirotecnia"
|
||||
@@ -8743,10 +8743,6 @@
|
||||
"name": "Loja de vinhos",
|
||||
"terms": "wine shop, loja de licor, bebidas alcoolicas, bebidas, alcool, álcool, vinho, vinhos, garrafeira, branco, tinto, rosé, champanhe, xampanhe"
|
||||
},
|
||||
"tactile_paving": {
|
||||
"name": "Pavimento tátil",
|
||||
"terms": "pavimento tátil, pacimento táctil, piso tátil, piso táctil, superfície tátil, superfície táctil, podotátei"
|
||||
},
|
||||
"telecom/data_center": {
|
||||
"name": "Centro de processamento de dados",
|
||||
"terms": "data center, centro de processamento de dados, centro de dados"
|
||||
|
||||
Vendored
-3
@@ -2437,9 +2437,6 @@
|
||||
"office/physician": {
|
||||
"name": "Fizician"
|
||||
},
|
||||
"office/political_party": {
|
||||
"name": "Partid Politic"
|
||||
},
|
||||
"office/research": {
|
||||
"name": "Birou de Cercetare"
|
||||
},
|
||||
|
||||
Vendored
+3
-7
@@ -2475,9 +2475,6 @@
|
||||
"label": "Диаметр",
|
||||
"placeholder": "5 мм, 10 см, 15 дюймов..."
|
||||
},
|
||||
"diaper": {
|
||||
"label": "Доступно пеленание"
|
||||
},
|
||||
"diet_multi": {
|
||||
"label": "Диеты"
|
||||
},
|
||||
@@ -6262,10 +6259,6 @@
|
||||
"office/physician": {
|
||||
"name": "Врач"
|
||||
},
|
||||
"office/political_party": {
|
||||
"name": "Политическая партия",
|
||||
"terms": "политическая партия"
|
||||
},
|
||||
"office/private_investigator": {
|
||||
"name": "Частный сыщик",
|
||||
"terms": "Частный сыщик"
|
||||
@@ -7793,6 +7786,9 @@
|
||||
"name": "OpenStreetMap Беларусь",
|
||||
"description": "Telegram-чат OpenStreetMap Беларусь"
|
||||
},
|
||||
"be-facebook": {
|
||||
"description": "Мапперы и сообщество OpenStreetMap Бельгии в Facebook"
|
||||
},
|
||||
"be-mailinglist": {
|
||||
"name": "Список рассылки Talk-be"
|
||||
},
|
||||
|
||||
Vendored
-7
@@ -1299,9 +1299,6 @@
|
||||
"description": {
|
||||
"label": "Popis"
|
||||
},
|
||||
"diaper": {
|
||||
"label": "Obsahuje miesto na výmenu plienok"
|
||||
},
|
||||
"direction_cardinal": {
|
||||
"label": "Svetové strany",
|
||||
"options": {
|
||||
@@ -3829,10 +3826,6 @@
|
||||
"office/physician": {
|
||||
"name": "Doktor"
|
||||
},
|
||||
"office/political_party": {
|
||||
"name": "Politická strana",
|
||||
"terms": "politicka strana"
|
||||
},
|
||||
"office/research": {
|
||||
"name": "Výskum",
|
||||
"terms": "vyskum"
|
||||
|
||||
Vendored
-7
@@ -1431,9 +1431,6 @@
|
||||
"label": "naprave",
|
||||
"placeholder": "1, 2, 3 ..."
|
||||
},
|
||||
"diaper": {
|
||||
"label": "Previjalnica"
|
||||
},
|
||||
"direction": {
|
||||
"label": "Smer (v stopinjah v smeri ur. kazalca)",
|
||||
"placeholder": "45, 90, 180, 270"
|
||||
@@ -4004,10 +4001,6 @@
|
||||
"office/physician": {
|
||||
"name": "Ambulanta"
|
||||
},
|
||||
"office/political_party": {
|
||||
"name": "Politična stranka",
|
||||
"terms": "stranka"
|
||||
},
|
||||
"office/research": {
|
||||
"name": "Raziskave",
|
||||
"terms": "inštitut,laboratorij"
|
||||
|
||||
Vendored
-6
@@ -1184,9 +1184,6 @@
|
||||
"description": {
|
||||
"label": "Опис"
|
||||
},
|
||||
"diaper": {
|
||||
"label": "Доступност измена пелена"
|
||||
},
|
||||
"display": {
|
||||
"label": "Приказ"
|
||||
},
|
||||
@@ -3125,9 +3122,6 @@
|
||||
"office/lawyer": {
|
||||
"name": "Адвокатска канцеларија"
|
||||
},
|
||||
"office/political_party": {
|
||||
"name": "Политичка странка"
|
||||
},
|
||||
"office/travel_agent": {
|
||||
"name": "Туристичка агенција"
|
||||
},
|
||||
|
||||
Vendored
+344
-135
File diff suppressed because it is too large
Load Diff
Vendored
-3
@@ -2165,9 +2165,6 @@
|
||||
"office/physician": {
|
||||
"name": "மருத்துவர்"
|
||||
},
|
||||
"office/political_party": {
|
||||
"name": "அரசியல் கட்சி"
|
||||
},
|
||||
"office/private_investigator": {
|
||||
"name": "தனியார் துப்பு துலக்கும் அலுவலகம்"
|
||||
},
|
||||
|
||||
Vendored
-7
@@ -1489,9 +1489,6 @@
|
||||
"label": "Aygıtlar",
|
||||
"placeholder": "1, 2, 3..."
|
||||
},
|
||||
"diaper": {
|
||||
"label": "Bebek Bezi Değiştirmek Mümkün"
|
||||
},
|
||||
"direction": {
|
||||
"label": "Yön (Saat Yönünde Derece)",
|
||||
"placeholder": "45, 90, 180, 270"
|
||||
@@ -4524,10 +4521,6 @@
|
||||
"office/physician": {
|
||||
"name": "Hekim"
|
||||
},
|
||||
"office/political_party": {
|
||||
"name": "Siyasi Parti",
|
||||
"terms": "Parti Şubesi"
|
||||
},
|
||||
"office/private_investigator": {
|
||||
"name": "Dedektif",
|
||||
"terms": "Dedektif Şubesi"
|
||||
|
||||
Vendored
+135
-14
@@ -201,7 +201,7 @@
|
||||
},
|
||||
"has_wikidata_tag": {
|
||||
"single": "Цей елемент не можна вилучити, оскільки він має теґ Wikidata.",
|
||||
"multiple": "Цей елементи не можна вилучити, оскільки деякі з них мають теґ Wikidata."
|
||||
"multiple": "Ці елементи не можна вилучити, оскільки деякі з них мають теґ Wikidata."
|
||||
}
|
||||
},
|
||||
"downgrade": {
|
||||
@@ -504,7 +504,8 @@
|
||||
"translate": "Перекласти",
|
||||
"localized_translation_label": "Назва іншою мовою",
|
||||
"localized_translation_language": "Обрати мову",
|
||||
"localized_translation_name": "Назва"
|
||||
"localized_translation_name": "Назва",
|
||||
"language_and_code": "{language} ({code})"
|
||||
},
|
||||
"zoom_in_edit": "Наблизтесь, щоб редагувати",
|
||||
"login": "Ввійти",
|
||||
@@ -752,7 +753,7 @@
|
||||
},
|
||||
"photo_type": {
|
||||
"flat": {
|
||||
"title": "Звичані фото",
|
||||
"title": "Звичайні фото",
|
||||
"tooltip": "Звичайні фотографії"
|
||||
},
|
||||
"panoramic": {
|
||||
@@ -1862,6 +1863,9 @@
|
||||
"connect_features": {
|
||||
"title": "З'єднати об'єкти"
|
||||
},
|
||||
"connect_using_ford": {
|
||||
"title": "З'єднайте за допомогою броду"
|
||||
},
|
||||
"continue_from_start": {
|
||||
"title": "Продовжуйте креслити від початку"
|
||||
},
|
||||
@@ -2452,6 +2456,7 @@
|
||||
}
|
||||
},
|
||||
"placeholder": "Не визначено",
|
||||
"terms": "доступ,право,прохід,проїзд,заборонено,всім,не визначено,пішки,пішоходи,верхи,загальний,велосипед,ровер",
|
||||
"types": {
|
||||
"access": "Загальний",
|
||||
"bicycle": "Велосипедам",
|
||||
@@ -2461,7 +2466,8 @@
|
||||
}
|
||||
},
|
||||
"access_simple": {
|
||||
"label": "Доступ"
|
||||
"label": "Доступ",
|
||||
"terms": "дозволено,приватний,всім,публічний"
|
||||
},
|
||||
"addr/interpolation": {
|
||||
"label": "Тип",
|
||||
@@ -2506,7 +2512,8 @@
|
||||
"suburb": "Район",
|
||||
"suburb!jp": "Округ",
|
||||
"unit": "Блок"
|
||||
}
|
||||
},
|
||||
"terms": "поселення,місцевість"
|
||||
},
|
||||
"admin_level": {
|
||||
"label": "Адміністративний рівень"
|
||||
@@ -2708,6 +2715,17 @@
|
||||
"castle_type": {
|
||||
"label": "Тип"
|
||||
},
|
||||
"changing_table": {
|
||||
"label": "Сповивальний стіл"
|
||||
},
|
||||
"charge_fee": {
|
||||
"label": "Розмір плати",
|
||||
"placeholder": "1 EUR, 5 USD, 10 Грн…"
|
||||
},
|
||||
"charge_toll": {
|
||||
"label": "Розмір плати",
|
||||
"placeholder": "1 EUR, 5 USD, 10 Грн…"
|
||||
},
|
||||
"check_date": {
|
||||
"label": "Востаннє перевірялось"
|
||||
},
|
||||
@@ -2876,9 +2894,6 @@
|
||||
"label": "Діаметр",
|
||||
"placeholder": "5 мм, 10 см, 15 дюйм…"
|
||||
},
|
||||
"diaper": {
|
||||
"label": "Сповивальний стіл"
|
||||
},
|
||||
"diet_multi": {
|
||||
"label": "Страви"
|
||||
},
|
||||
@@ -3476,6 +3491,9 @@
|
||||
"network_road": {
|
||||
"label": "Мережа"
|
||||
},
|
||||
"not/name": {
|
||||
"label": "Неправильні імена"
|
||||
},
|
||||
"note": {
|
||||
"label": "Примітка"
|
||||
},
|
||||
@@ -3683,6 +3701,9 @@
|
||||
"population": {
|
||||
"label": "Населення"
|
||||
},
|
||||
"post": {
|
||||
"label": "Адреса доставки"
|
||||
},
|
||||
"power": {
|
||||
"label": "Тип"
|
||||
},
|
||||
@@ -4459,6 +4480,9 @@
|
||||
"name": "Посадковий рукав",
|
||||
"terms": "аеропорт,літак,ворота,гейт,посадка,трап,пасажир,потрал,вихід"
|
||||
},
|
||||
"aeroway/parking_position": {
|
||||
"name": "Місце стоянки літака"
|
||||
},
|
||||
"aeroway/runway": {
|
||||
"name": "Злітно-посадкова смуга",
|
||||
"terms": "Runway,pksnyj-gjcflrjdf cveuf,посадкова смуга,злітна смуга"
|
||||
@@ -4777,6 +4801,10 @@
|
||||
"name": "Мовна школа",
|
||||
"terms": "мова,школа,іноземна"
|
||||
},
|
||||
"amenity/letter_box": {
|
||||
"name": "Поштова скринька",
|
||||
"terms": "пошта,доставка,адреса,лист,посилка,бандероль"
|
||||
},
|
||||
"amenity/library": {
|
||||
"name": "Бібліотека",
|
||||
"terms": "Library, sksjntrf, бібліотека, книги, книжка, читач"
|
||||
@@ -5164,6 +5192,10 @@
|
||||
"name": "Торговельний автомат",
|
||||
"terms": "торговельний автомат,торговий автомат,автомат"
|
||||
},
|
||||
"amenity/vending_machine/bottle_return": {
|
||||
"name": "Автомат приймання пляшок",
|
||||
"terms": "пляшка,скло,тара,повернення"
|
||||
},
|
||||
"amenity/vending_machine/cigarettes": {
|
||||
"name": "Автомат продажу цигарок",
|
||||
"terms": "циграки,торгівля,тютюн,палити,автомат,кіоск"
|
||||
@@ -5862,6 +5894,9 @@
|
||||
"name": "Чоботар",
|
||||
"terms": "взуття, туфлі, башмак, чобіт, швець, сандалі,"
|
||||
},
|
||||
"craft/signmaker": {
|
||||
"name": "Виготовлення штампів/печаток"
|
||||
},
|
||||
"craft/stonemason": {
|
||||
"name": "Каменяр",
|
||||
"terms": "каменяр, кладка, камінь, цегла, будівництво"
|
||||
@@ -6868,6 +6903,9 @@
|
||||
"name": "Хокей на траві",
|
||||
"terms": "спорт,хокей,трава,літо"
|
||||
},
|
||||
"leisure/pitch/horseshoes": {
|
||||
"name": "Заміна підков"
|
||||
},
|
||||
"leisure/pitch/netball": {
|
||||
"name": "Нетбол",
|
||||
"terms": "м'яч,поле,команда,гра"
|
||||
@@ -6944,6 +6982,10 @@
|
||||
"name": "Стадіон",
|
||||
"terms": "Stadium, cnflsjy, стадіон"
|
||||
},
|
||||
"leisure/swimming_area": {
|
||||
"name": "Природне місце для плавання",
|
||||
"terms": "вода,плавання,акваторія"
|
||||
},
|
||||
"leisure/swimming_pool": {
|
||||
"name": "Басейн",
|
||||
"terms": "Swimming Pool, fctqy, басейн"
|
||||
@@ -6960,6 +7002,12 @@
|
||||
"name": "Велотрек",
|
||||
"terms": "вело,трек,велодром"
|
||||
},
|
||||
"leisure/track/horse_racing": {
|
||||
"name": "Іподром"
|
||||
},
|
||||
"leisure/track/horse_racing_point": {
|
||||
"name": "Іподром"
|
||||
},
|
||||
"leisure/track/running": {
|
||||
"name": "Бігова доріжка",
|
||||
"terms": "бігова доріжка,трек"
|
||||
@@ -7107,6 +7155,9 @@
|
||||
"name": "Підземний трубопровід",
|
||||
"terms": "труба,підземна"
|
||||
},
|
||||
"man_made/pipeline/valve": {
|
||||
"name": "Клапан трубопроводу"
|
||||
},
|
||||
"man_made/pumping_station": {
|
||||
"name": "Насосна станція",
|
||||
"terms": "насос,очисні споруду,водопостачання,вода,подача,іригація"
|
||||
@@ -7211,10 +7262,22 @@
|
||||
"name": "Телекомунікаційний колодязь",
|
||||
"terms": "люк,колодязь,кабель,зв'язок,телефон,інтернет,діра,дріт"
|
||||
},
|
||||
"military/bunker": {
|
||||
"name": "Військовий бункер"
|
||||
},
|
||||
"military/checkpoint": {
|
||||
"name": "Контрольно-пропускний пункт"
|
||||
},
|
||||
"military/nuclear_explosion_site": {
|
||||
"name": "Місце ядерного вибуху",
|
||||
"terms": "атом,бомба,вибух,випробування,радиація,полігон"
|
||||
},
|
||||
"military/office": {
|
||||
"name": "Військкомат"
|
||||
},
|
||||
"military/trench": {
|
||||
"name": "Військові укріплення"
|
||||
},
|
||||
"natural": {
|
||||
"name": "Природа"
|
||||
},
|
||||
@@ -7302,6 +7365,9 @@
|
||||
"name": "Джерело",
|
||||
"terms": "Spring, lthtkj, вода, джерело"
|
||||
},
|
||||
"natural/stone": {
|
||||
"name": "Непорушний камінь / Валун"
|
||||
},
|
||||
"natural/tree": {
|
||||
"name": "Дерево",
|
||||
"terms": "Tree, lthtdj, дерево"
|
||||
@@ -7397,6 +7463,9 @@
|
||||
"name": "Неприбуткова організація",
|
||||
"terms": "спілка,фундація,фонд,НГО,рада"
|
||||
},
|
||||
"office/bail_bond_agent": {
|
||||
"name": "Лихвар"
|
||||
},
|
||||
"office/charity": {
|
||||
"name": "Благодійна організація",
|
||||
"terms": "допомога,офіс"
|
||||
@@ -7508,8 +7577,7 @@
|
||||
"name": "Лікар"
|
||||
},
|
||||
"office/political_party": {
|
||||
"name": "Політична партія",
|
||||
"terms": "політика, партія"
|
||||
"name": "Офіс політичної партії"
|
||||
},
|
||||
"office/private_investigator": {
|
||||
"name": "Приватний детектив",
|
||||
@@ -7550,6 +7618,18 @@
|
||||
"name": "Водоканал",
|
||||
"terms": "водопостачання,водовідведення,каналізація,послуги"
|
||||
},
|
||||
"piste/hike": {
|
||||
"name": "Зимова стежка для пішоходів або снігоходів"
|
||||
},
|
||||
"piste/ice_skate": {
|
||||
"name": "Катання на ковзанах"
|
||||
},
|
||||
"piste/piste": {
|
||||
"name": "Зимові спортивні стежки"
|
||||
},
|
||||
"piste/skitour": {
|
||||
"name": "Гірськолижна туристична траса"
|
||||
},
|
||||
"place": {
|
||||
"name": "Місцевість"
|
||||
},
|
||||
@@ -7694,6 +7774,9 @@
|
||||
"name": "Сонячні панелі",
|
||||
"terms": "сонце,панелі,фото"
|
||||
},
|
||||
"power/generator/source/hydro": {
|
||||
"name": "Гідравлічна турбіна"
|
||||
},
|
||||
"power/generator/source/nuclear": {
|
||||
"name": "Ядерний реактор",
|
||||
"terms": "реактор,ядро"
|
||||
@@ -8008,6 +8091,12 @@
|
||||
"seamark": {
|
||||
"name": "Навігаційний знак"
|
||||
},
|
||||
"seamark/beacon_isolated_danger": {
|
||||
"name": "Маяк небезпеки"
|
||||
},
|
||||
"seamark/buoy_lateral": {
|
||||
"name": "Буй на каналі"
|
||||
},
|
||||
"seamark/buoy_lateral/green": {
|
||||
"name": "Зелений буй",
|
||||
"terms": "буй,мітка,бічний,канал,iala,бакен"
|
||||
@@ -8088,6 +8177,9 @@
|
||||
"name": "Веломагазин",
|
||||
"terms": "Bicycle Shop, dtkjvfufpby, веломагазин"
|
||||
},
|
||||
"shop/boat": {
|
||||
"name": "Магазин човнів"
|
||||
},
|
||||
"shop/bookmaker": {
|
||||
"name": "Видавництво",
|
||||
"terms": "книги, друк"
|
||||
@@ -8179,6 +8271,9 @@
|
||||
"name": "Мазазин косметики",
|
||||
"terms": "косметика, макіяж, товари для жінок"
|
||||
},
|
||||
"shop/country_store": {
|
||||
"name": "Магазин національних товарів"
|
||||
},
|
||||
"shop/craft": {
|
||||
"name": "Мистецтво та ремесла",
|
||||
"terms": "магазин, вироби, мистетство, ремесло, сувенір"
|
||||
@@ -8234,6 +8329,9 @@
|
||||
"shop/fashion": {
|
||||
"name": "Бутік"
|
||||
},
|
||||
"shop/fashion_accessories": {
|
||||
"name": "Магазин модних аксесуарів"
|
||||
},
|
||||
"shop/fireplace": {
|
||||
"name": "Печі, каміни",
|
||||
"terms": "магазин,дрова,вугілля,піч,камін,опалення"
|
||||
@@ -8324,6 +8422,9 @@
|
||||
"name": "Аудіо апаратура",
|
||||
"terms": "Hifi Store,flesj jgfhfnehf, аудіо апаратура"
|
||||
},
|
||||
"shop/hobby": {
|
||||
"name": "Магазин товарів для хоббі"
|
||||
},
|
||||
"shop/houseware": {
|
||||
"name": "Господарські товари",
|
||||
"terms": "господарство, прибирання, побутова, хімія, товар, гігієна"
|
||||
@@ -8360,6 +8461,9 @@
|
||||
"name": "Магазин шкіри",
|
||||
"terms": "шкіра, шкіряні вироби"
|
||||
},
|
||||
"shop/lighting": {
|
||||
"name": "Магазин освітлення"
|
||||
},
|
||||
"shop/locksmith": {
|
||||
"name": "Слюсар",
|
||||
"terms": "слюсар, метал, майстер"
|
||||
@@ -8380,6 +8484,9 @@
|
||||
"name": "Медтехніка",
|
||||
"terms": "магазин, медицина, техніка, обладнання, препарати"
|
||||
},
|
||||
"shop/military_surplus": {
|
||||
"name": "Магазин військових товарів"
|
||||
},
|
||||
"shop/mobile_phone": {
|
||||
"name": "Мобільні телефони",
|
||||
"terms": "Mobile Phone Store,vjskmys ntktajyb, мобільні телефони"
|
||||
@@ -8456,6 +8563,9 @@
|
||||
"name": "Фототовари",
|
||||
"terms": "Photography Store, ajnjnjdfhb, фотограф"
|
||||
},
|
||||
"shop/printer_ink": {
|
||||
"name": "Магазин чорнил для принтера"
|
||||
},
|
||||
"shop/pyrotechnics": {
|
||||
"name": "Феєрверки",
|
||||
"terms": "салют, свято, установка, свіча, бенгальский, вогонь, вистріл"
|
||||
@@ -8504,6 +8614,9 @@
|
||||
"name": "Супермаркет",
|
||||
"terms": "Supermarket,cegthvfhrtn, супермаркет"
|
||||
},
|
||||
"shop/swimming_pool": {
|
||||
"name": "Магазин басейнів"
|
||||
},
|
||||
"shop/tailor": {
|
||||
"name": "Кравець",
|
||||
"terms": "ательє, одяг, костюм, плаття, швець, замовлення"
|
||||
@@ -8591,10 +8704,6 @@
|
||||
"name": "Вино",
|
||||
"terms": "магазин, вино, алкоголь, грапа, сангрія"
|
||||
},
|
||||
"tactile_paving": {
|
||||
"name": "Тактильне покриття",
|
||||
"terms": "сліпі,зір,інвалід,вади,покриття,зор"
|
||||
},
|
||||
"telecom/data_center": {
|
||||
"name": "Дата-центр",
|
||||
"terms": "комп'ютер,дані,сервер,хмара,ферма,телеком"
|
||||
@@ -8742,6 +8851,9 @@
|
||||
"name": "Сафарі парк",
|
||||
"terms": "парк,сафарі,зоопарк"
|
||||
},
|
||||
"tourism/zoo/wildlife": {
|
||||
"name": "Парк дикої природи"
|
||||
},
|
||||
"traffic_calming": {
|
||||
"name": "Засоби для обмеження швидкості",
|
||||
"terms": "лежачий,поліцейській,шикана,звуження,перешкода,стол,швидкість,безпека"
|
||||
@@ -8821,6 +8933,9 @@
|
||||
"type/multipolygon": {
|
||||
"name": "Мультиполігон"
|
||||
},
|
||||
"type/public_transport/stop_area_group": {
|
||||
"name": "Зупинка в транзитній зоні"
|
||||
},
|
||||
"type/restriction": {
|
||||
"name": "Обмеження",
|
||||
"terms": "Restriction, jvttyyz, обмеження"
|
||||
@@ -8948,6 +9063,9 @@
|
||||
"name": "Канал",
|
||||
"terms": "Canal, rfyfk, канал"
|
||||
},
|
||||
"waterway/canal/lock": {
|
||||
"name": "Блокування каналу"
|
||||
},
|
||||
"waterway/dam": {
|
||||
"name": "Дамба",
|
||||
"terms": "Dam, lfvf, дамба, гребля"
|
||||
@@ -9514,6 +9632,9 @@
|
||||
"name": "Talk-gh Список розсилки",
|
||||
"description": "Talk-gh – офіційний список розсилки OSM спільноти Гани."
|
||||
},
|
||||
"ym-University-of-Energy-and-Natural-Resources": {
|
||||
"name": "Еко-клуб"
|
||||
},
|
||||
"osm-mg-facebook": {
|
||||
"name": "OpenStreetMap Madagascar група у Facebook",
|
||||
"description": "Малагасійська група у Facebook для тих, хто цікавиться OpenStreetMap."
|
||||
|
||||
Vendored
+1
-8
@@ -2211,9 +2211,6 @@
|
||||
"label": "Số Thiết bị",
|
||||
"placeholder": "1, 2, 3…"
|
||||
},
|
||||
"diaper": {
|
||||
"label": "Có Bàn Thay Tã"
|
||||
},
|
||||
"diet_multi": {
|
||||
"label": "Chế độ Ăn uống"
|
||||
},
|
||||
@@ -3627,7 +3624,7 @@
|
||||
},
|
||||
"aeroway/helipad": {
|
||||
"name": "Sân bay Trực thăng",
|
||||
"terms": "máy bay trực thăng, máy bay lên thẳng, sân bay trực thăng, sân bay lên thẳng, phi trường trực thăng, sàn đỗ trực thăng, sàn đáp trực thăng, may bay truc thang, may bay len thang, san bay truc thang, san bay len thang, phi truong truc thang, san do truc thang, san dap truc thang"
|
||||
"terms": "máy bay trực thăng, máy bay lên thẳng, sân bay trực thăng, sân bay lên thẳng, phi trường trực thăng, sàn đỗ trực thăng, sàn đáp trực thăng, sân máy bay trực thăng, bãi đáp máy bay trực thăng, may bay truc thang, may bay len thang, san bay truc thang, san bay len thang, phi truong truc thang, san do truc thang, san dap truc thang, san may bay truc thang, bai dap may bay truc thang"
|
||||
},
|
||||
"aeroway/runway": {
|
||||
"name": "Đường băng",
|
||||
@@ -6228,10 +6225,6 @@
|
||||
"office/physician": {
|
||||
"name": "Văn phòng Bác sĩ"
|
||||
},
|
||||
"office/political_party": {
|
||||
"name": "Đảng Chính trị",
|
||||
"terms": "văn phòng đảng chính trị, văn phòng đảng chánh trị, van phong dang chinh tri, van phong dang chanh tri"
|
||||
},
|
||||
"office/private_investigator": {
|
||||
"name": "Văn phòng Thám tử Tư",
|
||||
"terms": "văn phòng thám tử tư, van phong tham tu tu"
|
||||
|
||||
Vendored
-7
@@ -864,9 +864,6 @@
|
||||
"devices": {
|
||||
"placeholder": "1, 2, 3..."
|
||||
},
|
||||
"diaper": {
|
||||
"label": "換得尿片"
|
||||
},
|
||||
"direction": {
|
||||
"placeholder": "45, 90, 180, 270"
|
||||
},
|
||||
@@ -2447,10 +2444,6 @@
|
||||
"office/physician": {
|
||||
"name": "醫生"
|
||||
},
|
||||
"office/political_party": {
|
||||
"name": "政黨",
|
||||
"terms": "Political Party,政黨"
|
||||
},
|
||||
"office/research": {
|
||||
"name": "研究所",
|
||||
"terms": "Research Office,研究所"
|
||||
|
||||
Vendored
+18
-14
@@ -504,7 +504,8 @@
|
||||
"translate": "翻译",
|
||||
"localized_translation_label": "多语言名称",
|
||||
"localized_translation_language": "选择语言",
|
||||
"localized_translation_name": "名称"
|
||||
"localized_translation_name": "名称",
|
||||
"language_and_code": "{language} ({code})"
|
||||
},
|
||||
"zoom_in_edit": "放大地图以编辑",
|
||||
"login": "登录",
|
||||
@@ -1862,6 +1863,9 @@
|
||||
"connect_features": {
|
||||
"title": "连接这些要素"
|
||||
},
|
||||
"connect_using_ford": {
|
||||
"title": "使用过水路面连接"
|
||||
},
|
||||
"continue_from_start": {
|
||||
"title": "从起始节点继续绘制"
|
||||
},
|
||||
@@ -2651,6 +2655,10 @@
|
||||
"building": {
|
||||
"label": "建筑物"
|
||||
},
|
||||
"building/levels/underground": {
|
||||
"label": "地下楼层数",
|
||||
"placeholder": "2, 4, 6..."
|
||||
},
|
||||
"building/levels_building": {
|
||||
"label": "楼层数",
|
||||
"placeholder": "2, 4, 6..."
|
||||
@@ -2856,9 +2864,6 @@
|
||||
"label": "设备数量",
|
||||
"placeholder": "1, 2, 3..."
|
||||
},
|
||||
"diaper": {
|
||||
"label": "有尿布台"
|
||||
},
|
||||
"diet_multi": {
|
||||
"label": "饮食种类"
|
||||
},
|
||||
@@ -3445,6 +3450,9 @@
|
||||
"network_road": {
|
||||
"label": "网络"
|
||||
},
|
||||
"not/name": {
|
||||
"label": "错误名称"
|
||||
},
|
||||
"note": {
|
||||
"label": "备注"
|
||||
},
|
||||
@@ -4030,12 +4038,12 @@
|
||||
"trail_visibility": {
|
||||
"label": "路径可见度",
|
||||
"options": {
|
||||
"bad": "差劲:没有标示,路径有时候消失",
|
||||
"excellent": "良好:路径明显或标示充分",
|
||||
"good": "尚可:有标示但可能不明显",
|
||||
"horrible": "可怕:路径常消失,需要部分定向能力",
|
||||
"intermediate": "略差:标示稀少,路径大致可见",
|
||||
"no": "无:没有路径,需具备完整的定向能力"
|
||||
"bad": "差劲:没有标示,路径有时候消失;需基本越野定向能力",
|
||||
"excellent": "极好:路径明显或有充分标示",
|
||||
"good": "良好:有标示但可能不明显",
|
||||
"horrible": "可怕:路径经常消失,需要较好的越野定向能力",
|
||||
"intermediate": "尚可:标示稀少,路径大致可见;需要较好方向感和地图",
|
||||
"no": "无:没有路径,需具备极高的越野定向能力"
|
||||
},
|
||||
"placeholder": "良好,尚可,稍差..."
|
||||
},
|
||||
@@ -6602,10 +6610,6 @@
|
||||
"office/physician": {
|
||||
"name": "医生"
|
||||
},
|
||||
"office/political_party": {
|
||||
"name": "政党",
|
||||
"terms": "政党"
|
||||
},
|
||||
"office/private_investigator": {
|
||||
"name": "私家侦探事务所",
|
||||
"terms": "侦探,私家,私家侦探,私人,侦查,侦察,民商,调查,推理,行踪,诈骗,取证,警察,警官"
|
||||
|
||||
Vendored
-7
@@ -1556,9 +1556,6 @@
|
||||
"label": "裝置",
|
||||
"placeholder": "1, 2, 3..."
|
||||
},
|
||||
"diaper": {
|
||||
"label": "設有換片設備"
|
||||
},
|
||||
"direction": {
|
||||
"label": "方向 (順時針度數)",
|
||||
"placeholder": "45, 90, 180, 270"
|
||||
@@ -4919,10 +4916,6 @@
|
||||
"office/physician": {
|
||||
"name": "醫生"
|
||||
},
|
||||
"office/political_party": {
|
||||
"name": "政黨",
|
||||
"terms": "Political Party,政黨,政治"
|
||||
},
|
||||
"office/research": {
|
||||
"name": "研究所",
|
||||
"terms": "Research Office,研究所"
|
||||
|
||||
Vendored
+132
-43
@@ -504,7 +504,8 @@
|
||||
"translate": "翻譯",
|
||||
"localized_translation_label": "多語言名稱",
|
||||
"localized_translation_language": "選擇語言",
|
||||
"localized_translation_name": "名稱"
|
||||
"localized_translation_name": "名稱",
|
||||
"language_and_code": "{language} ({code})"
|
||||
},
|
||||
"zoom_in_edit": "拉近以編輯",
|
||||
"login": "登入",
|
||||
@@ -1862,6 +1863,9 @@
|
||||
"connect_features": {
|
||||
"title": "連接圖徽"
|
||||
},
|
||||
"connect_using_ford": {
|
||||
"title": "通過需要涉水"
|
||||
},
|
||||
"continue_from_start": {
|
||||
"title": "繼續從開始處繪製"
|
||||
},
|
||||
@@ -2452,6 +2456,7 @@
|
||||
}
|
||||
},
|
||||
"placeholder": "並未指定",
|
||||
"terms": "並未指明狀況",
|
||||
"types": {
|
||||
"access": "全部",
|
||||
"bicycle": "自行車",
|
||||
@@ -2461,7 +2466,8 @@
|
||||
}
|
||||
},
|
||||
"access_simple": {
|
||||
"label": "允許通行"
|
||||
"label": "允許通行",
|
||||
"terms": "允許通行權限"
|
||||
},
|
||||
"addr/interpolation": {
|
||||
"label": "類型",
|
||||
@@ -2506,7 +2512,8 @@
|
||||
"suburb": "細區",
|
||||
"suburb!jp": "行政區",
|
||||
"unit": "單位"
|
||||
}
|
||||
},
|
||||
"terms": "地址,住址"
|
||||
},
|
||||
"admin_level": {
|
||||
"label": "行政級別"
|
||||
@@ -2555,7 +2562,8 @@
|
||||
"label": "產品"
|
||||
},
|
||||
"air_conditioning": {
|
||||
"label": "空調"
|
||||
"label": "空調",
|
||||
"terms": "冷氣,室內空調,空調"
|
||||
},
|
||||
"amenity": {
|
||||
"label": "種類"
|
||||
@@ -2570,7 +2578,8 @@
|
||||
"label": "動物"
|
||||
},
|
||||
"architect": {
|
||||
"label": "建築樣式"
|
||||
"label": "建築樣式",
|
||||
"terms": "建築師"
|
||||
},
|
||||
"area/highway": {
|
||||
"label": "種類"
|
||||
@@ -2591,7 +2600,8 @@
|
||||
"label": "椅背"
|
||||
},
|
||||
"bar": {
|
||||
"label": "酒吧"
|
||||
"label": "酒吧",
|
||||
"terms": "bar,酒廊"
|
||||
},
|
||||
"barrier": {
|
||||
"label": "種類"
|
||||
@@ -2617,13 +2627,15 @@
|
||||
"label": "美容專門"
|
||||
},
|
||||
"bench": {
|
||||
"label": "長凳"
|
||||
"label": "長凳",
|
||||
"terms": "椅子"
|
||||
},
|
||||
"bicycle_parking": {
|
||||
"label": "種類"
|
||||
},
|
||||
"bin": {
|
||||
"label": "垃圾筒"
|
||||
"label": "垃圾筒",
|
||||
"terms": "垃圾筒"
|
||||
},
|
||||
"blood_components": {
|
||||
"label": "血液組成",
|
||||
@@ -2647,10 +2659,12 @@
|
||||
"label": "種類"
|
||||
},
|
||||
"brand": {
|
||||
"label": "品牌"
|
||||
"label": "品牌",
|
||||
"terms": "商標,牌子"
|
||||
},
|
||||
"brewery": {
|
||||
"label": "生啤酒"
|
||||
"label": "生啤酒",
|
||||
"terms": "乾啤酒"
|
||||
},
|
||||
"bridge": {
|
||||
"label": "類型",
|
||||
@@ -2660,18 +2674,22 @@
|
||||
"label": "類型"
|
||||
},
|
||||
"building": {
|
||||
"label": "建築物"
|
||||
"label": "建築物",
|
||||
"terms": "建築"
|
||||
},
|
||||
"building/levels/underground": {
|
||||
"label": "地下樓層數",
|
||||
"placeholder": "2, 4, 6..."
|
||||
"placeholder": "2, 4, 6...",
|
||||
"terms": "地下樓層"
|
||||
},
|
||||
"building/levels_building": {
|
||||
"label": "建築物樓層",
|
||||
"placeholder": "2, 4, 6..."
|
||||
"placeholder": "2, 4, 6...",
|
||||
"terms": "建築樓層數"
|
||||
},
|
||||
"building/material": {
|
||||
"label": "材料"
|
||||
"label": "材料",
|
||||
"terms": "素材,材質"
|
||||
},
|
||||
"building_area": {
|
||||
"label": "建築物"
|
||||
@@ -2700,7 +2718,8 @@
|
||||
},
|
||||
"capacity": {
|
||||
"label": "容量",
|
||||
"placeholder": "50, 100, 200..."
|
||||
"placeholder": "50, 100, 200...",
|
||||
"terms": "容量,位子數"
|
||||
},
|
||||
"cash_in": {
|
||||
"label": "存款"
|
||||
@@ -2708,6 +2727,19 @@
|
||||
"castle_type": {
|
||||
"label": "種類"
|
||||
},
|
||||
"changing_table": {
|
||||
"label": "尿布更換桌"
|
||||
},
|
||||
"charge_fee": {
|
||||
"label": "收費金額",
|
||||
"placeholder": "1 歐元,5 美元,10 日圓...",
|
||||
"terms": "費用,收費數目"
|
||||
},
|
||||
"charge_toll": {
|
||||
"label": "收費金額",
|
||||
"placeholder": "1 歐元,5 美元,10 日圓...",
|
||||
"terms": "收費金額"
|
||||
},
|
||||
"check_date": {
|
||||
"label": "最後檢查日期"
|
||||
},
|
||||
@@ -2721,14 +2753,16 @@
|
||||
"label": "收集時間"
|
||||
},
|
||||
"colour": {
|
||||
"label": "顏色"
|
||||
"label": "顏色",
|
||||
"terms": "顏色"
|
||||
},
|
||||
"comment": {
|
||||
"label": "編輯變動留言",
|
||||
"placeholder": "你的貢獻摘要(必填)"
|
||||
},
|
||||
"communication_multi": {
|
||||
"label": "通訊類型"
|
||||
"label": "通訊類型",
|
||||
"terms": "通訊種類"
|
||||
},
|
||||
"construction": {
|
||||
"label": "種類"
|
||||
@@ -2759,7 +2793,8 @@
|
||||
"placeholder": "1, 2, 3..."
|
||||
},
|
||||
"covered": {
|
||||
"label": "有蓋"
|
||||
"label": "有遮蓋",
|
||||
"terms": "有覆蓋的"
|
||||
},
|
||||
"craft": {
|
||||
"label": "種類"
|
||||
@@ -2778,11 +2813,15 @@
|
||||
"crossing": {
|
||||
"label": "種類"
|
||||
},
|
||||
"crossing/island": {
|
||||
"label": "分隔島"
|
||||
},
|
||||
"cuisine": {
|
||||
"label": "菜系"
|
||||
},
|
||||
"currency_multi": {
|
||||
"label": "貨幣種類"
|
||||
"label": "貨幣種類",
|
||||
"terms": "貨幣種類"
|
||||
},
|
||||
"cutting": {
|
||||
"label": "類型",
|
||||
@@ -2824,6 +2863,7 @@
|
||||
}
|
||||
},
|
||||
"placeholder": "無",
|
||||
"terms": "腳踏車道",
|
||||
"types": {
|
||||
"cycleway:left": "左側",
|
||||
"cycleway:right": "右側"
|
||||
@@ -2836,10 +2876,12 @@
|
||||
"label": "日期"
|
||||
},
|
||||
"delivery": {
|
||||
"label": "外送"
|
||||
"label": "可外送",
|
||||
"terms": "送貨"
|
||||
},
|
||||
"denomination": {
|
||||
"label": "教派"
|
||||
"label": "教派",
|
||||
"terms": "教派"
|
||||
},
|
||||
"denotation": {
|
||||
"label": "表示"
|
||||
@@ -2854,7 +2896,8 @@
|
||||
}
|
||||
},
|
||||
"description": {
|
||||
"label": "描述"
|
||||
"label": "描述",
|
||||
"terms": "敘述,描述"
|
||||
},
|
||||
"design": {
|
||||
"label": "設計"
|
||||
@@ -2876,9 +2919,6 @@
|
||||
"label": "直徑",
|
||||
"placeholder": "5 mm, 10 cm, 15 in…"
|
||||
},
|
||||
"diaper": {
|
||||
"label": "有尿布台"
|
||||
},
|
||||
"diet_multi": {
|
||||
"label": "飲食類型"
|
||||
},
|
||||
@@ -2972,7 +3012,7 @@
|
||||
"placeholder": "架空電車線, 第三軌供電"
|
||||
},
|
||||
"elevation": {
|
||||
"label": "海拔"
|
||||
"label": "海拔高度"
|
||||
},
|
||||
"email": {
|
||||
"label": "Email",
|
||||
@@ -3038,7 +3078,7 @@
|
||||
"label": "設備類型"
|
||||
},
|
||||
"fixme": {
|
||||
"label": "修正我"
|
||||
"label": "需要修正"
|
||||
},
|
||||
"flag/type": {
|
||||
"label": "旗幟種類"
|
||||
@@ -3057,7 +3097,7 @@
|
||||
"label": "運作頻率"
|
||||
},
|
||||
"frequency_electrified": {
|
||||
"label": "工作頻率"
|
||||
"label": "運作頻率"
|
||||
},
|
||||
"from": {
|
||||
"label": "從"
|
||||
@@ -3328,6 +3368,9 @@
|
||||
"liaison": {
|
||||
"label": "類型"
|
||||
},
|
||||
"line_attachment": {
|
||||
"label": "線附件"
|
||||
},
|
||||
"lit": {
|
||||
"label": "照明"
|
||||
},
|
||||
@@ -3476,6 +3519,9 @@
|
||||
"network_road": {
|
||||
"label": "網路"
|
||||
},
|
||||
"not/name": {
|
||||
"label": "不正確名稱"
|
||||
},
|
||||
"note": {
|
||||
"label": "備註"
|
||||
},
|
||||
@@ -3541,7 +3587,7 @@
|
||||
}
|
||||
},
|
||||
"payment_multi": {
|
||||
"label": "付款種類"
|
||||
"label": "付款類型"
|
||||
},
|
||||
"payment_multi_fee": {
|
||||
"label": "付款類型"
|
||||
@@ -3683,6 +3729,9 @@
|
||||
"population": {
|
||||
"label": "人口數"
|
||||
},
|
||||
"post": {
|
||||
"label": "郵寄地址"
|
||||
},
|
||||
"power": {
|
||||
"label": "種類"
|
||||
},
|
||||
@@ -4020,6 +4069,9 @@
|
||||
"source": {
|
||||
"label": "來源"
|
||||
},
|
||||
"species/wikidata": {
|
||||
"label": "物種的維基數據"
|
||||
},
|
||||
"sport": {
|
||||
"label": "運動"
|
||||
},
|
||||
@@ -4051,6 +4103,10 @@
|
||||
"street_cabinet": {
|
||||
"label": "類型"
|
||||
},
|
||||
"stroller": {
|
||||
"label": "嬰兒車",
|
||||
"terms": "嬰兒車通行"
|
||||
},
|
||||
"structure": {
|
||||
"label": "人造結構物",
|
||||
"options": {
|
||||
@@ -4079,7 +4135,8 @@
|
||||
"label": "種類"
|
||||
},
|
||||
"supervised": {
|
||||
"label": "受監察"
|
||||
"label": "受監察",
|
||||
"terms": "有監視的"
|
||||
},
|
||||
"support": {
|
||||
"label": "支援"
|
||||
@@ -4102,7 +4159,8 @@
|
||||
"label": "監視區域"
|
||||
},
|
||||
"survey/date": {
|
||||
"label": "最後調查日期"
|
||||
"label": "最後調查日期",
|
||||
"terms": "最後探察日期,最後探察時間 "
|
||||
},
|
||||
"swimming_pool": {
|
||||
"label": "類型"
|
||||
@@ -4321,29 +4379,35 @@
|
||||
},
|
||||
"website": {
|
||||
"label": "網站",
|
||||
"placeholder": "https://example.com"
|
||||
"placeholder": "https://example.com",
|
||||
"terms": "網站,首頁,網址"
|
||||
},
|
||||
"wetland": {
|
||||
"label": "種類"
|
||||
},
|
||||
"wheelchair": {
|
||||
"label": "輪椅通道"
|
||||
"label": "輪椅通道",
|
||||
"terms": "無障礙設施通行狀況"
|
||||
},
|
||||
"wholesale": {
|
||||
"label": "批發"
|
||||
},
|
||||
"width": {
|
||||
"label": "寬度 (公尺)"
|
||||
"label": "寬度 (公尺)",
|
||||
"terms": "寬度 (公尺), 寬度 (m)"
|
||||
},
|
||||
"wikidata": {
|
||||
"label": "維基數據"
|
||||
"label": "維基數據",
|
||||
"terms": "Wikidata,維基數據,維基資料"
|
||||
},
|
||||
"wikipedia": {
|
||||
"label": "維基百科"
|
||||
"label": "維基百科",
|
||||
"terms": "Wikipedia,維基百科,維基"
|
||||
},
|
||||
"windings": {
|
||||
"label": "線圈",
|
||||
"placeholder": "1, 2, 3..."
|
||||
"placeholder": "1, 2, 3...",
|
||||
"terms": "曲折,彎曲"
|
||||
},
|
||||
"windings/configuration": {
|
||||
"label": "繞組設定",
|
||||
@@ -4355,7 +4419,8 @@
|
||||
"scott": "Scott",
|
||||
"star": "Star / Wye",
|
||||
"zigzag": "Zig Zag"
|
||||
}
|
||||
},
|
||||
"terms": "曲折設定,彎曲設定"
|
||||
}
|
||||
},
|
||||
"presets": {
|
||||
@@ -4783,6 +4848,10 @@
|
||||
"name": "語言學校",
|
||||
"terms": "語言學校"
|
||||
},
|
||||
"amenity/letter_box": {
|
||||
"name": "信箱",
|
||||
"terms": "郵箱"
|
||||
},
|
||||
"amenity/library": {
|
||||
"name": "圖書館",
|
||||
"terms": "圖書室,閱覽室"
|
||||
@@ -4925,6 +4994,10 @@
|
||||
"name": "郵筒",
|
||||
"terms": "郵箱,Postbox,Mailbox,投遞處"
|
||||
},
|
||||
"amenity/post_depot": {
|
||||
"name": "郵件處理中心",
|
||||
"terms": "郵件分揀處"
|
||||
},
|
||||
"amenity/post_office": {
|
||||
"name": "郵局",
|
||||
"terms": "中華郵政,郵政公司,郵便局"
|
||||
@@ -4964,6 +5037,14 @@
|
||||
"amenity/recycling": {
|
||||
"name": "回收"
|
||||
},
|
||||
"amenity/recycling/container/electrical_items": {
|
||||
"name": "電器廢棄物回收處",
|
||||
"terms": "電器廢棄物回收箱"
|
||||
},
|
||||
"amenity/recycling/container/green_waste": {
|
||||
"name": "綠色廢棄物回收筒",
|
||||
"terms": "綠色廢棄物回收箱"
|
||||
},
|
||||
"amenity/recycling_centre": {
|
||||
"name": "資源回收中心",
|
||||
"terms": "回收中心"
|
||||
@@ -5171,6 +5252,10 @@
|
||||
"name": "自動販賣機",
|
||||
"terms": "自動販賣機,販賣機"
|
||||
},
|
||||
"amenity/vending_machine/bottle_return": {
|
||||
"name": "瓶罐回收機",
|
||||
"terms": "瓶罐回收裝置"
|
||||
},
|
||||
"amenity/vending_machine/cigarettes": {
|
||||
"name": "香菸販賣機",
|
||||
"terms": "香菸自動販賣機,販賣機"
|
||||
@@ -6529,6 +6614,10 @@
|
||||
"name": "農莊",
|
||||
"terms": "農莊"
|
||||
},
|
||||
"landuse/flowerbed": {
|
||||
"name": "花檯",
|
||||
"terms": "花園"
|
||||
},
|
||||
"landuse/forest": {
|
||||
"name": "受管理的森林",
|
||||
"terms": "受管理的森林,森林"
|
||||
@@ -7101,6 +7190,10 @@
|
||||
"name": "監測站",
|
||||
"terms": "監測點"
|
||||
},
|
||||
"man_made/obelisk": {
|
||||
"name": "方尖碑",
|
||||
"terms": "方尖碑"
|
||||
},
|
||||
"man_made/observatory": {
|
||||
"name": "天文台",
|
||||
"terms": "天文館"
|
||||
@@ -7553,7 +7646,7 @@
|
||||
},
|
||||
"office/political_party": {
|
||||
"name": "政黨辦公室",
|
||||
"terms": "黨部,競選總部,服務處"
|
||||
"terms": "黨部"
|
||||
},
|
||||
"office/private_investigator": {
|
||||
"name": "私家偵探辦公室",
|
||||
@@ -8723,10 +8816,6 @@
|
||||
"name": "販酒店",
|
||||
"terms": "酒店"
|
||||
},
|
||||
"tactile_paving": {
|
||||
"name": "導盲磚",
|
||||
"terms": "導盲磚"
|
||||
},
|
||||
"telecom/data_center": {
|
||||
"name": "資料中心",
|
||||
"terms": "資料中心"
|
||||
|
||||
@@ -25,7 +25,7 @@ export function coreContext() {
|
||||
var context = utilRebind({}, dispatch, 'on');
|
||||
var _deferred = new Set();
|
||||
|
||||
context.version = '2.15.4';
|
||||
context.version = '2.15.5';
|
||||
|
||||
// create a special translation that contains the keys in place of the strings
|
||||
var tkeys = JSON.parse(JSON.stringify(dataEn)); // clone deep
|
||||
|
||||
@@ -540,6 +540,10 @@ export function modeSelect(context, selectedIDs) {
|
||||
.selectAll('.selected')
|
||||
.classed('selected', false);
|
||||
|
||||
surface
|
||||
.selectAll('.highlighted')
|
||||
.classed('highlighted', false);
|
||||
|
||||
surface
|
||||
.selectAll('.related')
|
||||
.classed('related', false);
|
||||
|
||||
@@ -110,21 +110,34 @@ export function presetPreset(id, preset, fields, visible, rawPresets) {
|
||||
|
||||
preset.matchScore = function(entityTags) {
|
||||
var tags = preset.tags;
|
||||
var seen = {};
|
||||
var score = 0;
|
||||
var k;
|
||||
|
||||
for (var t in tags) {
|
||||
if (entityTags[t] === tags[t]) {
|
||||
// match on tags
|
||||
for (k in tags) {
|
||||
seen[k] = true;
|
||||
if (entityTags[k] === tags[k]) {
|
||||
score += preset.originalScore;
|
||||
} else if (tags[t] === '*' && t in entityTags) {
|
||||
} else if (tags[k] === '*' && k in entityTags) {
|
||||
score += preset.originalScore / 2;
|
||||
} else {
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
|
||||
// boost score for additional matches in addTags - #6802
|
||||
var addTags = preset.addTags;
|
||||
for (k in addTags) {
|
||||
if (!seen[k] && entityTags[k] === addTags[k]) {
|
||||
score += preset.originalScore;
|
||||
}
|
||||
}
|
||||
|
||||
return score;
|
||||
};
|
||||
|
||||
|
||||
var _textCache = {};
|
||||
|
||||
preset.t = function(scope, options) {
|
||||
|
||||
@@ -15,12 +15,22 @@ var languagesArray = [];
|
||||
function loadLanguagesArray() {
|
||||
if (languagesArray.length !== 0) return;
|
||||
|
||||
// some conversion is needed to ensure correct OSM tags are used
|
||||
var replacements = {
|
||||
sr: 'sr-Cyrl', // in OSM, `sr` implies Cyrillic
|
||||
'sr-Cyrl': false // `sr-Cyrl` isn't used in OSM
|
||||
};
|
||||
|
||||
for (var code in dataLanguages) {
|
||||
if (replacements[code] === false) continue;
|
||||
var metaCode = code;
|
||||
if (replacements[code]) metaCode = replacements[code];
|
||||
|
||||
languagesArray.push({
|
||||
localName: languageName(code, { localOnly: true }),
|
||||
nativeName: dataLanguages[code].nativeName,
|
||||
localName: languageName(metaCode, { localOnly: true }),
|
||||
nativeName: dataLanguages[metaCode].nativeName,
|
||||
code: code,
|
||||
label: languageName(code)
|
||||
label: languageName(metaCode)
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
@@ -54,11 +54,16 @@ export function uiFormFields(context) {
|
||||
var moreFields = notShown.map(function(field) {
|
||||
var label = field.label();
|
||||
titles.push(label);
|
||||
|
||||
var terms = field.terms();
|
||||
if (field.key) terms.push(field.key);
|
||||
if (field.keys) terms = terms.concat(field.keys);
|
||||
|
||||
return {
|
||||
title: label,
|
||||
value: label,
|
||||
field: field,
|
||||
terms: field.terms().concat(field.key)
|
||||
terms: terms
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
@@ -26,10 +26,10 @@ export function uiRawMembershipEditor(context) {
|
||||
.minItems(1)
|
||||
.fetcher(fetchNearbyRelations)
|
||||
.itemsMouseEnter(function(d) {
|
||||
utilHighlightEntities([d.relation.id], true, context);
|
||||
if (d.relation) utilHighlightEntities([d.relation.id], true, context);
|
||||
})
|
||||
.itemsMouseLeave(function(d) {
|
||||
utilHighlightEntities([d.relation.id], false, context);
|
||||
if (d.relation) utilHighlightEntities([d.relation.id], false, context);
|
||||
});
|
||||
var _inChange = false;
|
||||
var _entityID;
|
||||
@@ -366,7 +366,7 @@ export function uiRawMembershipEditor(context) {
|
||||
return;
|
||||
}
|
||||
// remove hover-higlighting
|
||||
utilHighlightEntities([d.relation.id], false, context);
|
||||
if (d.relation) utilHighlightEntities([d.relation.id], false, context);
|
||||
|
||||
var role = list.selectAll('.member-row-new .member-role').property('value');
|
||||
addMembership(d, role);
|
||||
@@ -376,7 +376,7 @@ export function uiRawMembershipEditor(context) {
|
||||
function cancelEntity() {
|
||||
var input = newMembership.selectAll('.member-entity-input');
|
||||
input.property('value', '');
|
||||
|
||||
|
||||
// remove hover-higlighting
|
||||
context.surface().selectAll('.highlighted')
|
||||
.classed('highlighted', false);
|
||||
|
||||
+3
-3
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "iD",
|
||||
"version": "2.15.4",
|
||||
"version": "2.15.5",
|
||||
"description": "A friendly editor for OpenStreetMap",
|
||||
"main": "iD.js",
|
||||
"repository": "openstreetmap/iD",
|
||||
@@ -80,9 +80,9 @@
|
||||
"minimist": "^1.2.0",
|
||||
"mocha": "^6.1.3",
|
||||
"mocha-phantomjs-core": "^2.1.0",
|
||||
"name-suggestion-index": "3.1.0",
|
||||
"name-suggestion-index": "3.2.0",
|
||||
"npm-run-all": "^4.0.0",
|
||||
"osm-community-index": "0.11.0",
|
||||
"osm-community-index": "0.12.0",
|
||||
"phantomjs-prebuilt": "~2.1.11",
|
||||
"request": "^2.88.0",
|
||||
"rollup": "~1.19.4",
|
||||
|
||||
@@ -44,6 +44,34 @@ describe('iD.presetPreset', function() {
|
||||
var entity = iD.osmWay({tags: {building: 'yep'}});
|
||||
expect(preset.matchScore(entity.tags)).to.equal(0.5);
|
||||
});
|
||||
|
||||
it('boosts matchScore for additional matches in addTags', function() {
|
||||
var presetSupercenter = iD.presetPreset('shop/supermarket/walmart_supercenter', {
|
||||
tags: { 'brand:wikidata': 'Q483551', 'shop': 'supermarket' },
|
||||
addTags: { 'name': 'Walmart Supercenter' }
|
||||
});
|
||||
var presetMarket = iD.presetPreset('shop/supermarket/walmart_market', {
|
||||
tags: { 'brand:wikidata': 'Q483551', 'shop': 'supermarket' },
|
||||
addTags: { 'name': 'Walmart Neighborhood Market' }
|
||||
});
|
||||
|
||||
var supercenter = iD.osmWay({ tags: {
|
||||
'brand:wikidata': 'Q483551',
|
||||
'shop': 'supermarket',
|
||||
'name': 'Walmart Supercenter'
|
||||
}});
|
||||
var market = iD.osmWay({ tags: {
|
||||
'brand:wikidata': 'Q483551',
|
||||
'shop': 'supermarket',
|
||||
'name': 'Walmart Neighborhood Market'
|
||||
}});
|
||||
|
||||
expect(presetSupercenter.matchScore(supercenter.tags))
|
||||
.to.be.greaterThan(presetMarket.matchScore(supercenter.tags));
|
||||
|
||||
expect(presetMarket.matchScore(market.tags))
|
||||
.to.be.greaterThan(presetSupercenter.matchScore(market.tags));
|
||||
});
|
||||
});
|
||||
|
||||
describe('isFallback', function() {
|
||||
|
||||
Reference in New Issue
Block a user