From abf96d1f4d6e0f6e3cd7ade704009802eb564fcf Mon Sep 17 00:00:00 2001 From: Jason Song Date: Thu, 22 Dec 2022 15:38:38 +0800 Subject: [PATCH] chore: remove secrets ini --- options/locale/locale_en-US.ini | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 2b7395370b..64463ef80e 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -2066,20 +2066,6 @@ 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 push 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.pull_request_read_hint = Allow pull request read the secret -settings.add_secret = Add Secret -settings.add_secret_success = The secret '%s' has been added. -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.secret_deletion = Remove secret -settings.secret_deletion_desc = Removing a secret will revoke its access to this repository. Continue? -settings.secret_deletion_success = The secret has been removed. settings.title = Title settings.deploy_key_content = Content settings.key_been_used = A deploy key with identical content is already in use. @@ -2400,7 +2386,6 @@ settings.update_setting_success = Organization settings have been updated. settings.change_orgname_prompt = Note: changing the organization name also changes the organization's URL. settings.change_orgname_redirect_prompt = The old name will redirect until it is claimed. settings.update_avatar_success = The organization's avatar has been updated. -settings.secrets = Secrets settings.delete = Delete Organization settings.delete_account = Delete This Organization settings.delete_prompt = The organization will be permanently removed. This CANNOT be undone!