mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 07:25:15 +02:00
Proper Case labels
This commit is contained in:
+6
-6
@@ -169,20 +169,20 @@ en:
|
||||
label: Type
|
||||
bath/open_air:
|
||||
# 'bath:open_air=*'
|
||||
label: Open air bath
|
||||
label: Open Air
|
||||
bath/sand_bath:
|
||||
# 'bath:sand_bath=*'
|
||||
label: Sand bath
|
||||
label: Sand Bath
|
||||
bath/type:
|
||||
# 'bath:type=*'
|
||||
label: Bath amenity
|
||||
label: Specialty
|
||||
options:
|
||||
# 'bath:type=foot_bath'
|
||||
foot_bath: Foot Bath
|
||||
# 'bath:type=hot_spring'
|
||||
hot_spring: Hot Spring
|
||||
# 'bath:type=onsen'
|
||||
onsen: Onsen
|
||||
onsen: Japanese Onsen
|
||||
beauty:
|
||||
# beauty=*
|
||||
label: Shop Type
|
||||
@@ -1658,9 +1658,9 @@ en:
|
||||
terms: '<translate with synonyms or related terms for ''Pub'', separated by commas>'
|
||||
amenity/public_bath:
|
||||
# amenity=public_bath
|
||||
name: Public bath
|
||||
name: Public Bath
|
||||
# 'terms: onsen,foot bath,hot springs'
|
||||
terms: '<translate with synonyms or related terms for ''Public bath'', separated by commas>'
|
||||
terms: '<translate with synonyms or related terms for ''Public Bath'', separated by commas>'
|
||||
amenity/public_bookcase:
|
||||
# amenity=public_bookcase
|
||||
name: Public Bookcase
|
||||
|
||||
@@ -225,21 +225,21 @@
|
||||
},
|
||||
"bath/open_air": {
|
||||
"key": "bath:open_air",
|
||||
"label": "Open air bath",
|
||||
"label": "Open Air",
|
||||
"type": "check"
|
||||
},
|
||||
"bath/sand_bath": {
|
||||
"key": "bath:sand_bath",
|
||||
"label": "Sand bath",
|
||||
"label": "Sand Bath",
|
||||
"type": "check"
|
||||
},
|
||||
"bath/type": {
|
||||
"key": "bath:type",
|
||||
"type": "combo",
|
||||
"label": "Bath amenity",
|
||||
"label": "Specialty",
|
||||
"strings": {
|
||||
"options": {
|
||||
"onsen": "Onsen",
|
||||
"onsen": "Japanese Onsen",
|
||||
"foot_bath": "Foot Bath",
|
||||
"hot_spring": "Hot Spring"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"key": "bath:open_air",
|
||||
"label": "Open air bath",
|
||||
"label": "Open Air",
|
||||
"type": "check"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"key": "bath:sand_bath",
|
||||
"label": "Sand bath",
|
||||
"label": "Sand Bath",
|
||||
"type": "check"
|
||||
}
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"key": "bath:type",
|
||||
"type": "combo",
|
||||
"label": "Bath amenity",
|
||||
"label": "Specialty",
|
||||
"strings": {
|
||||
"options": {
|
||||
"onsen": "Onsen",
|
||||
"onsen": "Japanese Onsen",
|
||||
"foot_bath": "Foot Bath",
|
||||
"hot_spring": "Hot Spring"
|
||||
}
|
||||
|
||||
@@ -1894,7 +1894,7 @@
|
||||
"foot bath",
|
||||
"hot springs"
|
||||
],
|
||||
"name": "Public bath"
|
||||
"name": "Public Bath"
|
||||
},
|
||||
"amenity/public_bookcase": {
|
||||
"icon": "library",
|
||||
|
||||
@@ -20,5 +20,5 @@
|
||||
"foot bath",
|
||||
"hot springs"
|
||||
],
|
||||
"name": "Public bath"
|
||||
"name": "Public Bath"
|
||||
}
|
||||
|
||||
Vendored
+5
-5
@@ -785,15 +785,15 @@
|
||||
"label": "Type"
|
||||
},
|
||||
"bath/open_air": {
|
||||
"label": "Open air bath"
|
||||
"label": "Open Air"
|
||||
},
|
||||
"bath/sand_bath": {
|
||||
"label": "Sand bath"
|
||||
"label": "Sand Bath"
|
||||
},
|
||||
"bath/type": {
|
||||
"label": "Bath amenity",
|
||||
"label": "Specialty",
|
||||
"options": {
|
||||
"onsen": "Onsen",
|
||||
"onsen": "Japanese Onsen",
|
||||
"foot_bath": "Foot Bath",
|
||||
"hot_spring": "Hot Spring"
|
||||
}
|
||||
@@ -2075,7 +2075,7 @@
|
||||
"terms": "alcohol,drink,dive,beer,bier,booze"
|
||||
},
|
||||
"amenity/public_bath": {
|
||||
"name": "Public bath",
|
||||
"name": "Public Bath",
|
||||
"terms": "onsen,foot bath,hot springs"
|
||||
},
|
||||
"amenity/public_bookcase": {
|
||||
|
||||
Reference in New Issue
Block a user