Files
community-rule/messages/en/create/communityStructure.json
T
2026-04-14 09:22:03 -06:00

39 lines
1014 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"header": {
"title": "What kind of community would you like to improve?",
"description": "Choose tags the describe your community. You can also combine or add new values to the list."
},
"organizationMultiSelect": {
"label": "Organization Type",
"addButtonText": "Add organization type"
},
"scaleMultiSelect": {
"label": "Scale",
"addButtonText": "Add scale"
},
"maturityMultiSelect": {
"label": "Maturity",
"addButtonText": "Add maturity"
},
"organizationTypes": [
{ "label": "Workers coop" },
{ "label": "Mutual aid" },
{ "label": "Open source project" },
{ "label": "Nonprofit" },
{ "label": "For profit business" },
{ "label": "DAO" }
],
"scaleOptions": [
{ "label": "Local" },
{ "label": "Regional" },
{ "label": "National" },
{ "label": "Global" }
],
"maturityOptions": [
{ "label": "Early stage" },
{ "label": "Growth stage" },
{ "label": "Established" },
{ "label": "Enterprise" }
]
}