mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 14:45:12 +02:00
@@ -462,6 +462,12 @@ en:
|
||||
label: Seasonal
|
||||
service:
|
||||
label: Type
|
||||
service/bicycle/chain_tool:
|
||||
label: Chain Tool
|
||||
options:
|
||||
undefined: Assumed to be No
|
||||
"yes": "Yes"
|
||||
"no": "No"
|
||||
service/bicycle/chaintool:
|
||||
label: Chain Tool
|
||||
options:
|
||||
|
||||
@@ -942,8 +942,20 @@
|
||||
"drive-through"
|
||||
]
|
||||
},
|
||||
"service/bicycle/chain_tool": {
|
||||
"key": "service:bicycle:chain_tool",
|
||||
"type": "check",
|
||||
"label": "Chain Tool",
|
||||
"strings": {
|
||||
"options": {
|
||||
"undefined": "Assumed to be No",
|
||||
"yes": "Yes",
|
||||
"no": "No"
|
||||
}
|
||||
}
|
||||
},
|
||||
"service/bicycle/chaintool": {
|
||||
"key": "service:bicycle:chaintool",
|
||||
"key": "service:bicycle:chain_tool",
|
||||
"type": "check",
|
||||
"label": "Chain Tool",
|
||||
"strings": {
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"key": "service:bicycle:chaintool",
|
||||
"key": "service:bicycle:chain_tool",
|
||||
"type": "check",
|
||||
"label": "Chain Tool",
|
||||
"strings": {
|
||||
@@ -506,7 +506,7 @@
|
||||
"brand",
|
||||
"opening_hours",
|
||||
"fee",
|
||||
"service/bicycle/chaintool",
|
||||
"service/bicycle/chain_tool",
|
||||
"service/bicycle/pump"
|
||||
],
|
||||
"geometry": [
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"brand",
|
||||
"opening_hours",
|
||||
"fee",
|
||||
"service/bicycle/chaintool",
|
||||
"service/bicycle/chain_tool",
|
||||
"service/bicycle/pump"
|
||||
],
|
||||
"geometry": [
|
||||
|
||||
Vendored
+8
@@ -1136,6 +1136,14 @@
|
||||
"service": {
|
||||
"label": "Type"
|
||||
},
|
||||
"service/bicycle/chain_tool": {
|
||||
"label": "Chain Tool",
|
||||
"options": {
|
||||
"undefined": "Assumed to be No",
|
||||
"yes": "Yes",
|
||||
"no": "No"
|
||||
}
|
||||
},
|
||||
"service/bicycle/chaintool": {
|
||||
"label": "Chain Tool",
|
||||
"options": {
|
||||
|
||||
Reference in New Issue
Block a user