diff options
author | yp05327 <576951401@qq.com> | 2023-08-21 16:26:10 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-21 15:26:10 +0800 |
commit | f6e7798405ef9eb7b2936b112fd2a4ea1bab4082 (patch) | |
tree | e4197e509e5b3f0f7a7f87f0385a6e18b76fbc4a /options | |
parent | 3be80a863b6ef3671605a20800d8e2122d758ec5 (diff) | |
download | gitea-f6e7798405ef9eb7b2936b112fd2a4ea1bab4082.tar.gz gitea-f6e7798405ef9eb7b2936b112fd2a4ea1bab4082.zip |
Add link to job details and tooltip to commit status in repo list in dashboard (#26326)
Tooltip:
![image](https://github.com/go-gitea/gitea/assets/18380374/237cb545-7844-424b-b995-1008eaaaedec)
Link to the target job:
![image](https://github.com/go-gitea/gitea/assets/18380374/0c11a97f-6517-47f2-8773-f381488c084e)
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 0bfe1eac75..2733f7df4d 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -1280,6 +1280,11 @@ commit.cherry-pick = Cherry-pick commit.cherry-pick-header = Cherry-pick: %s commit.cherry-pick-content = Select branch to cherry-pick onto: +commitstatus.error = Error +commitstatus.failure = Failure +commitstatus.pending = Pending +commitstatus.success = Success + ext_issues = Access to External Issues ext_issues.desc = Link to an external issue tracker. |