feat: locale status for runner

This commit is contained in:
Jason Song
2023-01-06 15:07:44 +08:00
parent 91dfef0425
commit 243b769754
4 changed files with 11 additions and 2 deletions

View File

@@ -3271,6 +3271,10 @@ 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
runners.status.unspecified = Unknown
runners.status.idle = Idle
runners.status.active = Active
runners.status.offline = Offline
status.unknown = "Unknown"
status.waiting = "Waiting"