diff options
author | Unknwon <u@gogs.io> | 2017-03-23 14:28:31 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-03-23 14:28:31 -0400 |
commit | 66c1e6b0e8308068dbddaec03585f388875f4192 (patch) | |
tree | 1b34d0977ddd45ca2e6db84fb7939f874b04af2a /conf/locale | |
parent | beee6e03b15e594f396fb2fb769b58e543ef1794 (diff) |
user/settings: complete repositories panel (#4312)
Diffstat (limited to 'conf/locale')
-rw-r--r-- | conf/locale/locale_en-US.ini | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 1b6ab6b3..774cd13f 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -258,6 +258,7 @@ ssh_keys = SSH Keys social = Social Accounts applications = Applications orgs = Organizations +repos = Repositories delete = Delete Account uid = Uid @@ -343,9 +344,14 @@ access_token_deletion_desc = Delete this personal access token will remove all r delete_token_success = Personal access token has been removed successfully! Don't forget to update your application as well. orgs.none = You are not a member of any organizations. -orgs.leave_title = Leave an organization +orgs.leave_title = Leave organization orgs.leave_desc = You will lose access to all repositories and teams after you left the organization. Do you want to continue? +repos.leave = Leave +repos.leave_title = Leave repository +repos.leave_desc = You will lose access to the repository after you left. Do you want to continue? +repos.leave_success = You have left repository '%s' successfully! + 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 |