mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 08:17:30 +02:00
Rename Network Type network fields to Network Class to avoid colliding with network:type field (re: #6992)
This commit is contained in:
+3
-3
@@ -1367,7 +1367,7 @@ en:
|
||||
terms: '[translate with synonyms or related terms for ''Network Type'', separated by commas]'
|
||||
network_bicycle:
|
||||
# network=*
|
||||
label: Network Type
|
||||
label: Network Class
|
||||
options:
|
||||
# network=icn
|
||||
icn: International
|
||||
@@ -1381,7 +1381,7 @@ en:
|
||||
placeholder: 'Local, Regional, National, International'
|
||||
network_foot:
|
||||
# network=*
|
||||
label: Network Type
|
||||
label: Network Class
|
||||
options:
|
||||
# network=iwn
|
||||
iwn: International
|
||||
@@ -1395,7 +1395,7 @@ en:
|
||||
placeholder: 'Local, Regional, National, International'
|
||||
network_horse:
|
||||
# network=*
|
||||
label: Network Type
|
||||
label: Network Class
|
||||
options:
|
||||
# network=ihn
|
||||
ihn: International
|
||||
|
||||
@@ -244,9 +244,9 @@
|
||||
"mtb/scale/uphill": {"key": "mtb:scale:uphill", "type": "combo", "label": "Mountain Biking Uphill Difficulty", "placeholder": "0, 1, 2, 3...", "strings": {"options": {"0": "0: Avg. incline <10%, gravel/packed earth, no obstacles", "1": "1: Avg. incline <15%, gravel/packed earth, few small objects", "2": "2: Avg. incline <20%, stable surface, fistsize rocks/roots", "3": "3: Avg. incline <25%, variable surface, fistsize rocks/branches", "4": "4: Avg. incline <30%, poor condition, big rocks/branches", "5": "5: Very steep, bike generally needs to be pushed or carried"}}},
|
||||
"name": {"key": "name", "type": "localized", "label": "Name", "universal": true, "placeholder": "Common name (if any)", "terms": ["label", "title"]},
|
||||
"natural": {"key": "natural", "type": "typeCombo", "label": "Natural"},
|
||||
"network_bicycle": {"key": "network", "type": "combo", "label": "Network Type", "placeholder": "Local, Regional, National, International", "strings": {"options": {"lcn": "Local", "rcn": "Regional", "ncn": "National", "icn": "International"}}},
|
||||
"network_foot": {"key": "network", "type": "combo", "label": "Network Type", "placeholder": "Local, Regional, National, International", "strings": {"options": {"lwn": "Local", "rwn": "Regional", "nwn": "National", "iwn": "International"}}},
|
||||
"network_horse": {"key": "network", "type": "combo", "label": "Network Type", "placeholder": "Local, Regional, National, International", "strings": {"options": {"lhn": "Local", "rhn": "Regional", "nhn": "National", "ihn": "International"}}},
|
||||
"network_bicycle": {"key": "network", "type": "combo", "label": "Network Class", "placeholder": "Local, Regional, National, International", "strings": {"options": {"lcn": "Local", "rcn": "Regional", "ncn": "National", "icn": "International"}}},
|
||||
"network_foot": {"key": "network", "type": "combo", "label": "Network Class", "placeholder": "Local, Regional, National, International", "strings": {"options": {"lwn": "Local", "rwn": "Regional", "nwn": "National", "iwn": "International"}}},
|
||||
"network_horse": {"key": "network", "type": "combo", "label": "Network Class", "placeholder": "Local, Regional, National, International", "strings": {"options": {"lhn": "Local", "rhn": "Regional", "nhn": "National", "ihn": "International"}}},
|
||||
"network_road": {"key": "network", "type": "networkCombo", "label": "Network"},
|
||||
"network": {"key": "network", "type": "text", "label": "Network"},
|
||||
"network/type": {"key": "network:type", "type": "combo", "label": "Network Type", "prerequisiteTag": {"key": "network"}},
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"key": "network",
|
||||
"type": "combo",
|
||||
"label": "Network Type",
|
||||
"label": "Network Class",
|
||||
"placeholder": "Local, Regional, National, International",
|
||||
"strings": {
|
||||
"options": {
|
||||
@@ -11,4 +11,4 @@
|
||||
"icn": "International"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"key": "network",
|
||||
"type": "combo",
|
||||
"label": "Network Type",
|
||||
"label": "Network Class",
|
||||
"placeholder": "Local, Regional, National, International",
|
||||
"strings": {
|
||||
"options": {
|
||||
@@ -11,4 +11,4 @@
|
||||
"iwn": "International"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"key": "network",
|
||||
"type": "combo",
|
||||
"label": "Network Type",
|
||||
"label": "Network Class",
|
||||
"placeholder": "Local, Regional, National, International",
|
||||
"strings": {
|
||||
"options": {
|
||||
|
||||
+12
-12
@@ -1567,18 +1567,18 @@
|
||||
{"key": "mtb:scale:uphill", "value": "4", "description": "🄵 Mountain Biking Uphill Difficulty"},
|
||||
{"key": "mtb:scale:uphill", "value": "5", "description": "🄵 Mountain Biking Uphill Difficulty"},
|
||||
{"key": "name", "description": "🄵 Name"},
|
||||
{"key": "network", "value": "lcn", "description": "🄵 Network Type"},
|
||||
{"key": "network", "value": "rcn", "description": "🄵 Network Type"},
|
||||
{"key": "network", "value": "ncn", "description": "🄵 Network Type"},
|
||||
{"key": "network", "value": "icn", "description": "🄵 Network Type"},
|
||||
{"key": "network", "value": "lwn", "description": "🄵 Network Type"},
|
||||
{"key": "network", "value": "rwn", "description": "🄵 Network Type"},
|
||||
{"key": "network", "value": "nwn", "description": "🄵 Network Type"},
|
||||
{"key": "network", "value": "iwn", "description": "🄵 Network Type"},
|
||||
{"key": "network", "value": "lhn", "description": "🄵 Network Type"},
|
||||
{"key": "network", "value": "rhn", "description": "🄵 Network Type"},
|
||||
{"key": "network", "value": "nhn", "description": "🄵 Network Type"},
|
||||
{"key": "network", "value": "ihn", "description": "🄵 Network Type"},
|
||||
{"key": "network", "value": "lcn", "description": "🄵 Network Class"},
|
||||
{"key": "network", "value": "rcn", "description": "🄵 Network Class"},
|
||||
{"key": "network", "value": "ncn", "description": "🄵 Network Class"},
|
||||
{"key": "network", "value": "icn", "description": "🄵 Network Class"},
|
||||
{"key": "network", "value": "lwn", "description": "🄵 Network Class"},
|
||||
{"key": "network", "value": "rwn", "description": "🄵 Network Class"},
|
||||
{"key": "network", "value": "nwn", "description": "🄵 Network Class"},
|
||||
{"key": "network", "value": "iwn", "description": "🄵 Network Class"},
|
||||
{"key": "network", "value": "lhn", "description": "🄵 Network Class"},
|
||||
{"key": "network", "value": "rhn", "description": "🄵 Network Class"},
|
||||
{"key": "network", "value": "nhn", "description": "🄵 Network Class"},
|
||||
{"key": "network", "value": "ihn", "description": "🄵 Network Class"},
|
||||
{"key": "network", "description": "🄵 Network"},
|
||||
{"key": "network:type", "description": "🄵 Network Type"},
|
||||
{"key": "not:name", "description": "🄵 Incorrect Names"},
|
||||
|
||||
Vendored
+3
-3
@@ -3639,7 +3639,7 @@
|
||||
"label": "Natural"
|
||||
},
|
||||
"network_bicycle": {
|
||||
"label": "Network Type",
|
||||
"label": "Network Class",
|
||||
"placeholder": "Local, Regional, National, International",
|
||||
"options": {
|
||||
"lcn": "Local",
|
||||
@@ -3649,7 +3649,7 @@
|
||||
}
|
||||
},
|
||||
"network_foot": {
|
||||
"label": "Network Type",
|
||||
"label": "Network Class",
|
||||
"placeholder": "Local, Regional, National, International",
|
||||
"options": {
|
||||
"lwn": "Local",
|
||||
@@ -3659,7 +3659,7 @@
|
||||
}
|
||||
},
|
||||
"network_horse": {
|
||||
"label": "Network Type",
|
||||
"label": "Network Class",
|
||||
"placeholder": "Local, Regional, National, International",
|
||||
"options": {
|
||||
"lhn": "Local",
|
||||
|
||||
Reference in New Issue
Block a user