You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

locale_en-US.ini 5.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. app_desc = A painless self-hosted Git service written in Go
  2. home = Home
  3. dashboard = Dashboard
  4. explore = Explore
  5. help = Help
  6. sign_in = Sign In
  7. sign_out = Sign Out
  8. sign_up = Sign Up
  9. register = Register
  10. website = Website
  11. version = Version
  12. page = Page
  13. template = Template
  14. language = Language
  15. username = Username
  16. email = E-mail
  17. password = Password
  18. re_type = Re-Type
  19. captcha = Captcha
  20. repository = Repository
  21. organization = Organization
  22. mirror = Mirror
  23. new_repo = New Repository
  24. new_migrate = New Migration
  25. new_org = New Organization
  26. manage_org = Manage Organizations
  27. admin_panel = Admin Panel
  28. account_settings = Account Settings
  29. settings = Settings
  30. news_feed = News Feed
  31. pull_requests = Pull Requests
  32. issues = Issues
  33. cancel = Cancel
  34. [home]
  35. uname_holder = Username or E-mail
  36. password_holder = Password
  37. switch_dashboard_context = Switch Dashboard Context
  38. my_repos = My Repositories
  39. collaborative_repos = Collaborative Repositories
  40. my_orgs = My Organizations
  41. my_mirrors = My Mirrors
  42. [auth]
  43. create_new_account = Create New Account
  44. register_hepler_msg = Already have an account? Sign in now!
  45. disable_register_prompt = Sorry, registration has been disabled. Please contact the site administrator.
  46. remember_me = Remember Me
  47. forget_password = Fotget password?
  48. sign_up_now = Need an account? Sign up now.
  49. [form]
  50. UserName = Username
  51. Email = E-mail address
  52. Password = Password
  53. Retype = Re-type password
  54. SSHTitle = SSH key name
  55. require_error = ` cannot be empty.`
  56. alpha_dash_error = ` must be valid alpha or numeric or dash(-_) characters.`
  57. alpha_dash_dot_error = ` must be valid alpha or numeric or dash(-_) or dot characters.`
  58. min_size_error = ` must contain at least %s characters.`
  59. max_size_error = ` must contain at most %s characters.`
  60. email_error = ` is not a valid e-mail address.`
  61. url_error = ` is not a valid URL.`
  62. unknown_error = Unknown error:
  63. captcha_incorrect = Captcha didn't match.
  64. password_not_match = Password and re-type password are not same.
  65. username_been_taken = Username has been already taken.
  66. repo_name_been_taken = Repository name has been already taken.
  67. email_been_used = E-mail address has been already used.
  68. ssh_key_been_used = Public key name has been used.
  69. illegal_username = Your username contains illegal characters.
  70. illegal_repo_name = Repository name contains illegal characters.
  71. username_password_incorrect = Username or password is not correct.
  72. invalid_ssh_key = Sorry, we're not able to verify your SSH key: %s
  73. still_own_repo = Your account still have ownership of repository, you have to delete or transfer them first.
  74. [settings]
  75. profile = Profile
  76. password = Password
  77. ssh_keys = SSH Keys
  78. social = Social Accounts
  79. delete = Delete Accoount
  80. public_profile = Public Profile
  81. profile_desc = Your Email address is public and will be used for any account related notifications, and any web based operations made via the site.
  82. full_name = Full Name
  83. website = Website
  84. location = Location
  85. update_profile = Update Profile
  86. update_profile_success = Your profile has been successfully updated.
  87. change_password = Change Password
  88. old_password = Current Password
  89. new_password = New Password
  90. password_incorrect = Current password is not correct.
  91. change_password_success = Password is changed successfully. You can now sign in via new password.
  92. manage_ssh_keys = Manage SSH Keys
  93. add_key = Add Key
  94. ssh_desc = This is a list of SSH keys associated with your account. Remove any keys that you do not recognize.
  95. ssh_helper = <strong>Need help?</strong> Check out our guide to <a href="https://help.github.com/articles/generating-ssh-keys">generating SSH keys</a> or troubleshoot <a href="https://help.github.com/ssh-issues/">common SSH Problems</a>.
  96. add_new_key = Add SSH Key
  97. key_name = Key Name
  98. key_content = Content
  99. add_key_success = New SSH Key has been added!
  100. delete_key = Delete
  101. add_on = Added on
  102. last_used = Last used on
  103. no_activity = No recent activity
  104. manage_social = Manage Associated Social Accounts
  105. delete_account = Delete Your Account
  106. delete_prompt = The operation will delete your account permanently, and <strong>CANNOT</strong> be undo!
  107. confirm_delete_account = Confirm Deletion
  108. [repo]
  109. owner = Owner
  110. repo_name = Repository Name
  111. repo_name_helper = Great repository names are short, memorable and <strong>unique</strong>.
  112. visibility = Visibility
  113. visiblity_helper = This repository is <span class="label label-red label-radius">Private</span>
  114. repo_desc = Description
  115. repo_lang = Language
  116. repo_lang_helper = Select a .gitignore file
  117. license = License
  118. license_helper = Select a license file
  119. init_readme = Initialize this repository with a README.md
  120. create_repo = Create Repository
  121. [action]
  122. create_repo = created repository <a href="/%s">%s</a>
  123. commit_repo = pushed to <a href="/%s/src/%s">%s</a> at <a href="/%s">%s</a>
  124. create_issue = opened issue <a href="/%s/issues/%s">%s#%s</a>
  125. comment_issue = commented on issue <a href="/%s/issues/%s">%s#%s</a>
  126. [tool]
  127. ago = ago
  128. from_now = from now
  129. now = now
  130. 1s = 1 second %s
  131. 1m = 1 mintue %s
  132. 1h = 1 hour %s
  133. 1d = 1 day %s
  134. 1w = 1 week %s
  135. 1mon = 1 month %s
  136. 1y = 1 year %s
  137. seconds = %d seconds %s
  138. minutes = %d minutes %s
  139. hours = %d hours %s
  140. days = %d days %s
  141. weeks = %d weeks %s
  142. months = %d months %s
  143. years = %d years %s