improve UI

This commit is contained in:
Lunny Xiao
2022-10-09 19:12:15 +08:00
committed by Jason Song
parent ab4f539453
commit e43e3f9518
5 changed files with 51 additions and 21 deletions

View File

@@ -2072,6 +2072,15 @@ settings.deploy_key_desc = Deploy keys have read-only pull access to the reposit
settings.is_writable = Enable Write Access
settings.is_writable_info = Allow this deploy key to <strong>push</strong> to the repository.
settings.no_deploy_keys = There are no deploy keys yet.
settings.secrets = Secrets
settings.pull_request_read = Pull Request Read
settings.pull_request_read_info = "If allow pull request read the secret, it's security related."
settings.add_secret = Add Secret
settings.secret_value_content_placeholder = Input any content
settings.secret_desc = Secrets could be visited by repository events
settings.secret_content = Value
settings.secret_key = Key
settings.no_secret = There are no secrets yet.
settings.title = Title
settings.deploy_key_content = Content
settings.key_been_used = A deploy key with identical content is already in use.