Cleanup pass 2

This commit is contained in:
adilallo
2026-05-22 13:30:47 -06:00
parent b7c804bac8
commit 753220f97b
76 changed files with 1338 additions and 1020 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{
"_comment": "FeatureGrid component defaults (shared across pages)",
"_comment": "FeatureGrid component defaults (shared across pages). linkHref is a stub until destination pages ship.",
"linkText": "Learn more",
"linkHref": "#",
"ariaLabel": "Feature tools and services",
+5 -1
View File
@@ -23,9 +23,13 @@
"about": "About"
},
"legal": {
"_comment": "privacyPolicyHref, termsOfServiceHref, cookiesSettingsHref are stubs until legal pages ship.",
"privacyPolicy": "Privacy Policy",
"privacyPolicyHref": "#",
"termsOfService": "Terms of Service",
"cookiesSettings": "Cookies Settings"
"termsOfServiceHref": "#",
"cookiesSettings": "Cookies Settings",
"cookiesSettingsHref": "#"
},
"copyright": "© All right reserved"
}
@@ -12,5 +12,9 @@
"customizePolicyTitleLabel": "Policy title",
"customizePolicyDescriptionLabel": "Description",
"cancelCustomize": "Cancel",
"discardUnsavedCustomizeChanges": "Discard unsaved changes?"
"discardUnsavedCustomizeChanges": "Discard unsaved changes?",
"discardUnsavedCustomizeChangesTitle": "Discard unsaved changes?",
"discardUnsavedCustomizeChangesDescription": "Your edits in customize mode will be lost.",
"discardUnsavedCustomizeChangesProceed": "Discard",
"discardUnsavedCustomizeChangesCancel": "Keep editing"
}