fix(web): internationalize DSL export modal labels (#34323)

This commit is contained in:
yyh
2026-03-31 15:06:16 +08:00
committed by GitHub
parent 1063e021f2
commit 6b0c6d0cde
2 changed files with 6 additions and 3 deletions

View File

@@ -287,7 +287,10 @@
"env.export.checkbox": "Export secret values",
"env.export.export": "Export DSL with secret values ",
"env.export.ignore": "Export DSL",
"env.export.name": "Name",
"env.export.secret": "Secret",
"env.export.title": "Export Secret environment variables?",
"env.export.value": "Value",
"env.modal.description": "Description",
"env.modal.descriptionPlaceholder": "Describe the variable",
"env.modal.editTitle": "Edit Environment Variable",