feat: LocaleString for status
This commit is contained in:
@@ -3271,3 +3271,12 @@ runners.delete_runner_failed = Failed to delete runner
|
||||
runners.delete_runner_header = Confirm to delete this runner
|
||||
runners.delete_runner_notice = If a task is running on this runner, it will be terminated and mark as failed. It may break building workflow.
|
||||
runners.delete_runner_confirm = Delete this runner
|
||||
|
||||
status.unknown = "Unknown"
|
||||
status.waiting = "Waiting"
|
||||
status.running = "Running"
|
||||
status.success = "Success"
|
||||
status.failure = "Failure"
|
||||
status.cancelled = "Cancelled"
|
||||
status.skipped = "Skipped"
|
||||
status.blocked = "Blocked"
|
||||
|
||||
Reference in New Issue
Block a user