Skip to content

Commit 4670fa0

Browse files
committed
Merge remote-tracking branches 'lukas458/patch-3', 'lukas458/patch-4', 'lukas458/patch-5' and 'lukas458/patch-6' into main
4 parents 4a0ecce + 7abe8c6 + 7c562c5 + de6f41d commit 4670fa0

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

data/presets/amenity/telephone.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,18 @@
44
"operator",
55
"phone",
66
"payment_multi",
7-
"booth"
7+
"covered"
88
],
99
"moreFields": [
10-
"covered",
10+
"booth",
1111
"fee",
1212
"indoor",
1313
"internet_access",
1414
"internet_access/fee",
1515
"internet_access/ssid",
1616
"level",
1717
"lit",
18+
"model",
1819
"ref",
1920
"sms",
2021
"video_calls",

data/presets/amenity/ticket_validator.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"covered",
1010
"indoor",
1111
"level",
12+
"model",
1213
"support"
1314
],
1415
"geometry": [

data/presets/man_made/street_cabinet.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
"height",
1313
"colour"
1414
],
15+
"moreFields": [
16+
"model"
17+
],
1518
"terms": [
1619
"cable tv",
1720
"monitoring box",

interim/source_strings.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,7 @@ en:
372372
booth:
373373
# booth=*
374374
label: Booth
375+
terms: '[translate with synonyms or related terms for ''Booth'', separated by commas]'
375376
bottle:
376377
# bottle=*
377378
label: Bottle Filling
@@ -1871,6 +1872,10 @@ en:
18711872
# minspeed field placeholder
18721873
placeholder: 20, 30, 40...
18731874
terms: '[translate with synonyms or related terms for ''Minimum Speed Limit'', separated by commas]'
1875+
model:
1876+
# model=*
1877+
label: Model
1878+
terms: '[translate with synonyms or related terms for ''Model'', separated by commas]'
18741879
monitoring_multi:
18751880
# monitoring:=*
18761881
label: Monitoring

0 commit comments

Comments
 (0)