diff --git a/ui/src/i18n/en.js b/ui/src/i18n/en.js index 5926150..7200cc0 100644 --- a/ui/src/i18n/en.js +++ b/ui/src/i18n/en.js @@ -296,6 +296,8 @@ export default { 'wizard.rule.nodeId': 'Use the colon-separated form, e.g. service:scm:git:internal', // 2026 redesign: project/system/api view keys + 'common.collapseAll': "Collapse all", + 'common.expandAll': "Expand all", 'api.collapseAll': "Collapse all", 'api.deprecated': "deprecated", 'api.downloadOpenapi': "Download OpenAPI", diff --git a/ui/src/i18n/fr.js b/ui/src/i18n/fr.js index 8336550..e729290 100644 --- a/ui/src/i18n/fr.js +++ b/ui/src/i18n/fr.js @@ -295,6 +295,8 @@ export default { 'wizard.rule.nodeId': 'Utilisez la forme séparée par des deux-points, ex. service:scm:git:internal', // 2026 redesign: project/system/api view keys + 'common.collapseAll': "Tout réduire", + 'common.expandAll': "Tout déplier", 'api.collapseAll': "Tout replier", 'api.deprecated': "déprécié", 'api.downloadOpenapi': "Télécharger OpenAPI", diff --git a/ui/src/views/HomeView.vue b/ui/src/views/HomeView.vue index 472fb7a..fef2ad5 100644 --- a/ui/src/views/HomeView.vue +++ b/ui/src/views/HomeView.vue @@ -1,13 +1,15 @@ @@ -30,6 +32,10 @@