Full cleanup pass

This commit is contained in:
adilallo
2026-05-21 23:25:56 -06:00
parent 28de8ef3bc
commit 99f535f821
149 changed files with 2623 additions and 1242 deletions
@@ -0,0 +1,30 @@
{
"uploadButton": "Upload",
"uploadAriaLabel": "Upload",
"uploadHintDefault": "Add image from your device",
"chipConfirm": "Confirm",
"chipTypeToAdd": "Type to add",
"chipClose": "Close",
"selectPlaceholder": "Choose an option",
"selectAriaLabel": "Select an option",
"multiSelectAddDefault": "Add organization type",
"multiSelectAddFallback": "Add option",
"inputLabelOptional": "Optional text",
"hintDefault": "Hint text here",
"toggleOption": "Toggle option",
"toggleSwitch": "Toggle switch",
"closeDialog": "Close dialog",
"moreOptions": "More options",
"moreOptionsMenu": "More options menu",
"closeAlert": "Close alert",
"helpIconAlt": "Help",
"footerAriaLabel": "Footer",
"createFlowFooterAriaLabel": "Create Flow Footer",
"logoAlt": "CommunityRule Logo",
"logoText": "CommunityRule",
"loadingTemplates": "Loading templates",
"loadingCreateFlow": "Loading create flow",
"cardStackShowLess": "Show less",
"miniFeatureFallback": "Feature card",
"governanceTemplateGridLoading": "Loading templates"
}
+10
View File
@@ -0,0 +1,10 @@
{
"partners": {
"foodNotBombs": "Food Not Bombs",
"metagov": "Metagov",
"mutualAidCo": "Mutual Aid CO",
"openCivics": "Open Civics",
"startCoop": "Start COOP",
"cuBoulder": "CU Boulder"
}
}
+8
View File
@@ -0,0 +1,8 @@
{
"avatarAlts": {
"1": "Avatar 1",
"2": "Avatar 2",
"3": "Avatar 3"
},
"schemaDescription": "Build operating manuals for successful communities"
}
+4
View File
@@ -14,6 +14,10 @@
"moreOptionsAriaLabel": "More options",
"actionsMenuAriaLabel": "Create flow actions",
"leaveConfirmLoss": "Leave create flow? Your progress will be lost.",
"leaveConfirmTitle": "Leave create flow?",
"leaveConfirmDescription": "Your progress on this device will be lost unless you use Save & Exit first.",
"leaveConfirmProceed": "Leave",
"leaveConfirmCancel": "Stay",
"draftSaveBannerTitle": "Couldn't save draft",
"postLoginSaveFailedWithReason": "Could not save your draft to your account. Your progress is still stored on this device.\n\n{reason}"
}
+8
View File
@@ -12,6 +12,9 @@ import quoteBlock from "./components/quoteBlock.json";
import ruleCard from "./components/ruleCard.json";
import ruleStack from "./components/ruleStack.json";
import webVitalsDashboard from "./components/webVitalsDashboard.json";
import controlsChrome from "./components/controlsChrome.json";
import logoWall from "./components/logoWall.json";
import topNav from "./components/topNav.json";
import home from "./pages/home.json";
import templates from "./pages/templates.json";
import learn from "./pages/learn.json";
@@ -25,6 +28,7 @@ import monitor from "./pages/monitor.json";
import login from "./pages/login.json";
import profile from "./pages/profile.json";
import notFoundPage from "./pages/notFoundPage.json";
import ruleDetail from "./pages/ruleDetail.json";
import navigation from "./navigation.json";
import metadata from "./metadata.json";
import modalsShare from "./modals/share.json";
@@ -78,6 +82,9 @@ export default {
ruleCard,
ruleStack,
webVitalsDashboard,
controlsChrome,
logoWall,
topNav,
pages: {
home,
templates,
@@ -92,6 +99,7 @@ export default {
login,
profile,
notFoundPage,
ruleDetail,
},
create: {
community: {
+3
View File
@@ -0,0 +1,3 @@
{
"notFoundTitle": "Rule Not Found"
}