Full cleanup pass
This commit is contained in:
@@ -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"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"partners": {
|
||||
"foodNotBombs": "Food Not Bombs",
|
||||
"metagov": "Metagov",
|
||||
"mutualAidCo": "Mutual Aid CO",
|
||||
"openCivics": "Open Civics",
|
||||
"startCoop": "Start COOP",
|
||||
"cuBoulder": "CU Boulder"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"avatarAlts": {
|
||||
"1": "Avatar 1",
|
||||
"2": "Avatar 2",
|
||||
"3": "Avatar 3"
|
||||
},
|
||||
"schemaDescription": "Build operating manuals for successful communities"
|
||||
}
|
||||
@@ -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}"
|
||||
}
|
||||
|
||||
@@ -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: {
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"notFoundTitle": "Rule Not Found"
|
||||
}
|
||||
Reference in New Issue
Block a user