chore(ui): improve i18n

This commit is contained in:
Fu Diwei 2025-09-03 15:54:01 +08:00
parent f7aed27cd0
commit a7cb3dccff
4 changed files with 10 additions and 10 deletions

View File

@ -11,11 +11,11 @@
"access.action.create.button": "Create credential",
"access.action.create.modal.title": "Create credential",
"access.action.edit.menu": "Edit credential",
"access.action.edit.menu": "Edit",
"access.action.edit.modal.title": "Edit credential",
"access.action.duplicate.menu": "Duplicate credential",
"access.action.duplicate.menu": "Duplicate",
"access.action.duplicate.modal.title": "Duplicate credential",
"access.action.delete.menu": "Delete credential",
"access.action.delete.menu": "Delete",
"access.action.delete.modal.title": "Delete \"{{name}}\"",
"access.action.delete.modal.content": "Are you sure want to delete this credential? <br>This action cannot be undone.",
"access.action.batch_delete.modal.title": "Delete credentials",

View File

@ -9,7 +9,7 @@
"certificate.search.placeholder": "Search by certificate name or serial number ...",
"certificate.action.view.menu": "View details",
"certificate.action.delete.menu": "Delete certificate",
"certificate.action.delete.menu": "Delete",
"certificate.action.delete.modal.title": "Delete \"{{name}}\"",
"certificate.action.delete.modal.content": "Are you sure want to delete this certificate? <br>This action cannot be undone.",
"certificate.action.batch_delete.modal.title": "Delete certificates",

View File

@ -9,11 +9,11 @@
"workflow.search.placeholder": "Search by workflow name ...",
"workflow.action.create.button": "Create workflow",
"workflow.action.edit.menu": "Edit workflow",
"workflow.action.duplicate.menu": "Duplicate workflow",
"workflow.action.edit.menu": "Edit",
"workflow.action.duplicate.menu": "Duplicate",
"workflow.action.duplicate.modal.title": "Duplicate \"{{name}}\"",
"workflow.action.duplicate.modal.content": "Are you sure to duplicate this workflow?",
"workflow.action.delete.menu": "Delete workflow",
"workflow.action.delete.menu": "Delete",
"workflow.action.delete.modal.title": "Delete \"{{name}}\"",
"workflow.action.delete.modal.content": "Are you sure want to delete this workflow? <br>This action cannot be undone.",
"workflow.action.batch_delete.modal.title": "Delete workflows",
@ -22,7 +22,7 @@
"workflow.action.enable.errmsg.unpublished": "Please complete the orchestration and publish the changes first",
"workflow.action.disable.button": "Deactivate",
"workflow.action.run.button": "Run",
"workflow.action.run.menu": "Run workflow",
"workflow.action.run.menu": "Run",
"workflow.action.run.modal.title": "Run workflow",
"workflow.action.run.modal.content": "You have unpublished changes. Do you really want to run this workflow based on the last published version?",
"workflow.action.run.prompt": "Running... Please check the history later",

View File

@ -1,9 +1,9 @@
{
"workflow_run.action.view.menu": "View details",
"workflow_run.action.cancel.menu": "Cancel run",
"workflow_run.action.cancel.menu": "Cancel",
"workflow_run.action.cancel.modal.title": "Cancel workflow run",
"workflow_run.action.cancel.modal.content": "Are you sure to cancel this run?",
"workflow_run.action.delete.menu": "Delete run",
"workflow_run.action.delete.menu": "Delete",
"workflow_run.action.delete.modal.title": "Delete \"{{name}}\"",
"workflow_run.action.delete.modal.content": "Are you sure want to delete this workflow run? <br>This action cannot be undone.",
"workflow_run.action.batch_delete.modal.title": "Delete workflow runs",