Implement core-values screen
This commit is contained in:
@@ -0,0 +1,75 @@
|
||||
{
|
||||
"header": {
|
||||
"title": "Choose up to five Core Values",
|
||||
"descriptionLead": "What does the community hold most dear? You can also combine or",
|
||||
"addLink": "add",
|
||||
"descriptionTrail": "new values to the list."
|
||||
},
|
||||
"multiSelect": {
|
||||
"addButtonText": "Add value"
|
||||
},
|
||||
"values": [
|
||||
"Accessibility",
|
||||
"Accountability",
|
||||
"Adaptability",
|
||||
"Agency",
|
||||
"Altruism",
|
||||
"Anti-oppression",
|
||||
"Autonomy",
|
||||
"Capacity Building",
|
||||
"Collaboration",
|
||||
"Common Ownership",
|
||||
"Community Care",
|
||||
"Conflict Resolution",
|
||||
"Consent",
|
||||
"Consensus",
|
||||
"Constructive Feedback",
|
||||
"Cooperation",
|
||||
"Copyleft",
|
||||
"Decentralization",
|
||||
"Direct Action",
|
||||
"Diversity",
|
||||
"Documentation",
|
||||
"Education",
|
||||
"Empathy",
|
||||
"Empowerment",
|
||||
"Equity",
|
||||
"Experimentation",
|
||||
"Fairness",
|
||||
"Fair Remuneration",
|
||||
"Flexibility",
|
||||
"Forkability",
|
||||
"Freedom",
|
||||
"Freedom of Information",
|
||||
"Generosity",
|
||||
"Harm Reduction",
|
||||
"Holism",
|
||||
"Holocracy",
|
||||
"Honesty",
|
||||
"Horizontalism",
|
||||
"Humility",
|
||||
"Inclusion",
|
||||
"Inclusivity",
|
||||
"Independence",
|
||||
"Innovation",
|
||||
"Integrity",
|
||||
"Interdependence",
|
||||
"Interoperability",
|
||||
"Intersectionality",
|
||||
"Justice",
|
||||
"Knowledge Sharing",
|
||||
"Labor Rights",
|
||||
"Leadership",
|
||||
"Learning",
|
||||
"Liberty",
|
||||
"Localism",
|
||||
"Maintenance",
|
||||
"Mentorship",
|
||||
"Meritocracy",
|
||||
"Mutual Aid",
|
||||
"Non-violence",
|
||||
"Open Source",
|
||||
"Openness",
|
||||
"Participation"
|
||||
]
|
||||
}
|
||||
@@ -10,5 +10,6 @@
|
||||
"confirmDescription": "Confirm description",
|
||||
"confirmMembers": "Confirm members",
|
||||
"finalizeCommunityRule": "Finalize CommunityRule",
|
||||
"confirmStakeholders": "Confirm Stakeholders"
|
||||
"confirmStakeholders": "Confirm Stakeholders",
|
||||
"confirmCoreValues": "Confirm values"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user