add strings

This commit is contained in:
novoLife 2025-06-23 22:08:52 +08:00
parent 8b93d184e1
commit 01cd3c3f4e
5 changed files with 82 additions and 4 deletions

View file

@ -1,5 +1,22 @@
{
"key": "residential",
"type": "combo",
"label": "Type"
"label": "Type",
"strings": {
"options": {
"rural": "Rural",
"apartments": "Apartments",
"single_family": "Single Family",
"urban": "Urban",
"condominium": "Condominium",
"trailer_park": "Trailer Park",
"irregular_settlement": "Irregular Settlement",
"detached": "Detached",
"terrace": "Terrace",
"university": "University",
"halting_site": "Halting Site",
"block": "Block",
"duplex": "Duplex"
}
}
}