deploy-ease-platform/backend/src/main/resources/messages_en_US.properties
2025-10-25 15:41:39 +08:00

173 lines
8.9 KiB
Properties

# ====================================================================
# Internationalization Resource File - English (UTF-8)
# ====================================================================
# --------------------------------------------------------------------------------------
# Common Response
# --------------------------------------------------------------------------------------
response.success=Operation successful
response.error=System error
response.invalid.param=Invalid parameter
response.unauthorized=Unauthorized
response.unauthorized.full=Full authentication is required to access this resource
response.forbidden=Access forbidden
response.not.found=Resource not found
response.conflict=Resource conflict
# --------------------------------------------------------------------------------------
# System Exceptions - 1xxx
# --------------------------------------------------------------------------------------
system.optimistic.lock.error=Data has been modified by another user, please refresh and try again
system.pessimistic.lock.error=Data is being operated by another user, please try again later
system.concurrent.update.error=Concurrent update conflict, please try again
system.retry.exceeded.error=Operation retry limit exceeded, please try again later
# --------------------------------------------------------------------------------------
# Dependency Injection - 1100-1199
# --------------------------------------------------------------------------------------
dependency.injection.service.not.found=Cannot find service for entity {0} (tried bean names: {1})
dependency.injection.repository.not.found=Cannot find repository for entity {0}: {1}
dependency.injection.converter.not.found=Cannot find converter for entity {0}: {1}
dependency.injection.entitypath.failed=Failed to initialize EntityPath for entity {0}: {1}
# --------------------------------------------------------------------------------------
# Business Exceptions - 2xxx
# --------------------------------------------------------------------------------------
# Common Business Errors (2000-2099)
tenant.not.found=Tenant not found
data.not.found=Cannot find {1} with ID {0}
entity.not.found.id=Cannot find entity with ID {0}
entity.not.found.message={0}
entity.not.found.name.id=Cannot find {0} with ID {1}
# User Related (2000-2099)
user.not.found=User not found
user.username.exists=Username {0} already exists
user.email.exists=Email {0} already exists
user.login.error=Invalid username or password
# Role Related (2100-2199)
role.not.found=Role not found
role.code.exists=Role code {0} already exists
role.name.exists=Role name {0} already exists
role.in.use=Role is in use and cannot be deleted
role.admin.cannot.delete=Cannot delete super admin role
role.admin.cannot.update=Cannot update super admin role
role.tag.name.exists=Tag name already exists
role.tag.not.found=Tag not found
role.tag.in.use=Tag is in use and cannot be deleted
# JWT Related (2200-2299)
jwt.token.expired=Login expired, please login again
jwt.token.invalid=Invalid login credentials
jwt.token.missing=Login credentials not provided
# Department Related (2300-2399)
department.not.found=Department not found
department.code.exists=Department code already exists
department.name.exists=Department name already exists
department.parent.not.found=Parent department not found
department.has.children=Cannot delete department with children
# Permission Related (2400-2499)
permission.not.found=Permission not found
permission.code.exists=Permission code {0} already exists
permission.name.exists=Permission name {0} already exists
permission.already.assigned=Permission already assigned to role
permission.assign.failed=Permission assignment failed
# External System Related (2500-2599)
external.system.name.exists=System name {0} already exists
external.system.type.url.exists=System type and URL combination {0} already exists
external.system.disabled=System is disabled
external.system.sync.failed=System data synchronization failed
external.system.type.not.supported=Unsupported system type
external.system.git.auth.type.error=Git system only supports Token authentication
external.system.git.token.required=Git system requires Token
# Repository Related (2600-2699)
repository.group.not.found=Repository group not found
repository.group.name.exists=Repository group name {0} already exists
repository.group.path.exists=Repository group path {0} already exists
repository.projectGroup.not.found=Repository project not found
repository.projectGroup.name.exists=Repository project name {0} already exists
repository.projectGroup.path.exists=Repository project path {0} already exists
repository.branch.not.found=Branch not found
repository.branch.name.exists=Branch name {0} already exists
repository.sync.in.progress=Repository synchronization in progress
repository.sync.failed=Repository synchronization failed: {0}
repository.sync.history.not.found=Synchronization history not found
# Workflow Definition Related (2700-2749)
workflow.definition.not.found=Workflow definition not found
workflow.definition.code.exists=Workflow definition code {0} already exists
workflow.definition.name.exists=Workflow definition name {0} already exists
workflow.definition.invalid.content=Invalid workflow definition content: {0}
workflow.definition.not.published=Workflow definition not published
workflow.definition.already.published=Workflow definition already published
workflow.definition.cannot.delete=Workflow definition is in use and cannot be deleted
workflow.not.draft=Only draft workflow definitions can be published
workflow.not.published=Only published workflow definitions can be disabled
workflow.not.disabled=Only disabled workflow definitions can be enabled
workflow.disabled=Workflow is disabled
workflow.invalid.status=Invalid workflow status
# Workflow Instance Related (2750-2769)
workflow.instance.not.found=Workflow instance not found
workflow.instance.cannot.start=Cannot start workflow instance
workflow.instance.cannot.cancel=Cannot cancel workflow instance
workflow.instance.cannot.pause=Cannot pause workflow instance
workflow.instance.cannot.resume=Cannot resume workflow instance
workflow.instance.cannot.retry=Cannot retry workflow instance
workflow.instance.already.completed=Workflow instance already completed
workflow.instance.already.canceled=Workflow instance already canceled
workflow.instance.not.running=Workflow instance is not running
workflow.instance.not.paused=Workflow instance is not paused
# Workflow Node Related (2770-2789)
workflow.node.not.found=Workflow node not found
workflow.node.type.not.supported=Unsupported node type
workflow.node.type.not.found=Node type not found or has been deleted
workflow.node.type.disabled=Node type is disabled and cannot be used
workflow.node.type.code.exists=Node type code already exists
workflow.node.type.invalid.category=Invalid node type category
workflow.node.type.invalid.executor=Invalid executor configuration
workflow.node.config.invalid=Invalid node configuration
workflow.node.config.empty=Node configuration cannot be empty
workflow.node.config.error=Node configuration error
workflow.node.execution.failed=Node execution failed
workflow.node.executor.not.found=Workflow node executor not found: {0}
workflow.node.timeout=Node execution timeout
node.instance.not.found=Node instance not found
node.instance.cannot.retry=Cannot retry node instance
node.instance.cannot.skip=Cannot skip node instance
node.executor.not.found=Node executor not found
# Workflow Configuration Related (2790-2799)
workflow.config.invalid=Invalid workflow configuration
workflow.config.error=Workflow configuration error: {0}
workflow.transition.invalid=Invalid workflow transition configuration
workflow.transition.config.empty=Transition configuration cannot be empty
workflow.condition.invalid=Invalid workflow condition configuration
workflow.form.config.empty=Form configuration cannot be empty
workflow.graph.config.empty=Graph configuration cannot be empty
workflow.variable.not.found=Workflow variable not found
workflow.variable.type.invalid=Invalid workflow variable type
workflow.variable.serialize.error=Workflow variable serialization failed: {0}
workflow.variable.deserialize.error=Workflow variable deserialization failed: {0}
workflow.permission.denied=Permission denied to operate workflow
workflow.approval.required=Approval required
workflow.approval.rejected=Approval rejected
workflow.dependency.not.satisfied=Workflow dependency not satisfied
workflow.circular.dependency=Circular dependency detected in workflow
workflow.schedule.invalid=Invalid workflow schedule configuration
workflow.concurrent.limit.exceeded=Workflow concurrent limit exceeded
workflow.execution.error=Workflow execution error
# Form Management Related (2800-2899)
form.definition.not.found=Form definition not found or has been deleted
form.data.not.found=Form data not found or has been deleted
form.definition.key.exists=Form key {0} already exists, please use a different key
form.definition.key.version.exists=Form key {0} version {1} already exists