diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-11-12 06:48:50 -0500 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-11-12 06:48:50 -0500 |
commit | 8c9338a5377c60c84cdee1f5781b3de5933bb3b0 (patch) | |
tree | 57de36743bf8b9c8eaa0ff51172180b834354c4d /conf | |
parent | 21b9d5fa1f4014b30619d221f5d665509d373147 (diff) | |
download | gitea-8c9338a5377c60c84cdee1f5781b3de5933bb3b0.tar.gz gitea-8c9338a5377c60c84cdee1f5781b3de5933bb3b0.zip |
add personal access token panel #12
Diffstat (limited to 'conf')
-rw-r--r-- | conf/locale/locale_en-US.ini | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 53bf0eb7d4..5c39340bbd 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -184,6 +184,7 @@ profile = Profile password = Password ssh_keys = SSH Keys social = Social Accounts +applications = Applications orgs = Organizations delete = Delete Account uid = Uid @@ -224,6 +225,16 @@ social_desc = This is a list of associated social accounts. Remove any binding t unbind = Unbind unbind_success = Social account has been unbound. +manage_access_token = Manage Personal Access Tokens +generate_new_token = Generate New Token +tokens_desc = Tokens you have generated that can be used to access the Gogs API. +new_token_desc = As for now, every token will have full access to your account. +token_name = Token Name +generate_token = Generate Token +generate_token_succees = New access token has been generated successfully! Make sure to copy your new personal access token now. You won't be able to see it again! +delete_token = Delete +delete_token_success = Personal access token has been deleted successfully! Don't forget to update your applications as well. + delete_account = Delete Your Account delete_prompt = The operation will delete your account permanently, and <strong>CANNOT</strong> be undone! confirm_delete_account = Confirm Deletion |