Skip to content

Commit

Permalink
Add translatable strings to office field (#761)
Browse files Browse the repository at this point in the history
for values with usage > 1000 and existing sub-presets
  • Loading branch information
kjonosm committed Jan 26, 2023
1 parent 535383f commit 530bcd2
Showing 1 changed file with 52 additions and 1 deletion.
53 changes: 52 additions & 1 deletion data/fields/office.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,56 @@
{
"key": "office",
"type": "typeCombo",
"label": "Type"
"label": "Type",
"strings": {
"options": {
"accountant": "Accountant Office",
"adoption_agency": "Adoption Agency",
"advertising_agency": "Advertising Agency",
"architect": "Architect Office",
"association": "Nonprofit Organization Office",
"charity": "Charity Office",
"company": "Corporate Office",
"construction_company": "Construction Company Office",
"consulting": "Consultancy Office",
"courier": "Courier Office",
"coworking": "Coworking Space",
"diplomatic": "Diplomatic Office",
"educational_institution": "Educational Institution",
"employment_agency": "Employment Agency",
"energy_supplier": "Energy Supplier Office",
"engineer": "Engineering Office",
"estate_agent": "Real Estate Office",
"financial": "Financial Office",
"financial_advisor": "Financial Advisor",
"forestry": "Forestry Office",
"foundation": "Foundation Office",
"government": "Government Office",
"graphic_design": "Graphic Design Office",
"guide": "Tour Guide Office",
"insurance": "Insurance Office",
"it": "Information Technology Office",
"lawyer": "Law Office",
"logistics": "Forwarding Agency",
"moving_company": "Moving Company Office",
"newspaper": "Newspaper Office",
"ngo": "NGO Office",
"notary": "Notary Office",
"physician": "Physician",
"political_party": "Political Party Office",
"private_investigator": "Private Investigator Office",
"property_management": "Property Management Office",
"quango": "Quasi-NGO Office",
"religion": "Religious Office",
"research": "Research Office",
"security": "Security Office",
"surveyor": "Surveyor Office",
"tax_advisor": "Tax Advisor Office",
"telecommunication": "Telecom Office",
"therapist": "Therapist Office",
"travel_agent": "Travel Agency",
"union": "Labor Union Office",
"water_utility": "Water Utility Office"
}
}
}

0 comments on commit 530bcd2

Please sign in to comment.