summaryrefslogtreecommitdiffstats
path: root/options
diff options
context:
space:
mode:
authoryp05327 <576951401@qq.com>2023-11-21 17:27:33 +0900
committerGitHub <noreply@github.com>2023-11-21 08:27:33 +0000
commita6a674e26a2c88d470f38fb09c4065c473bc7e20 (patch)
tree2ace3607a806349170378338e7131b7cefafb317 /options
parent976a9926d721b8594f4d73bacdb6b603906c1e56 (diff)
downloadgitea-a6a674e26a2c88d470f38fb09c4065c473bc7e20.tar.gz
gitea-a6a674e26a2c88d470f38fb09c4065c473bc7e20.zip
Add guide page to actions when there's no workflows (#28145)
Before: ![image](https://github.com/go-gitea/gitea/assets/18380374/599d40c1-9b8d-4189-9286-c9c36fb780dd) After: ![image](https://github.com/go-gitea/gitea/assets/18380374/848a73d1-aaec-478f-93a7-adcc7ee18907)
Diffstat (limited to 'options')
-rw-r--r--options/locale/locale_en-US.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini
index 293316fc7b..fa7eee9bc5 100644
--- a/options/locale/locale_en-US.ini
+++ b/options/locale/locale_en-US.ini
@@ -3529,6 +3529,9 @@ runs.status = Status
runs.actors_no_select = All actors
runs.status_no_select = All status
runs.no_results = No results matched.
+runs.no_workflows = There are no workflows yet.
+runs.no_workflows.quick_start = Don't know how to start with Gitea Action? See <a target="_blank" rel="noopener noreferrer" href="%s">the quick start guide</a>.
+runs.no_workflows.documentation = For more information on the Gitea Action, see <a target="_blank" rel="noopener noreferrer" href="%s">the documentation</a>.
runs.no_runs = The workflow has no runs yet.
runs.empty_commit_message = (empty commit message)