Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ui/src/i18n/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 2 additions & 0 deletions ui/src/i18n/fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading
Loading