locale_en-US.ini 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247
  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. social_sign_in = Social Sign In: 2nd Step <small>associate account</small>
  8. sign_out = Sign Out
  9. sign_up = Sign Up
  10. register = Register
  11. website = Website
  12. version = Version
  13. page = Page
  14. template = Template
  15. language = Language
  16. username = Username
  17. email = E-mail
  18. password = Password
  19. re_type = Re-Type
  20. captcha = Captcha
  21. repository = Repository
  22. organization = Organization
  23. mirror = Mirror
  24. new_repo = New Repository
  25. new_migrate = New Migration
  26. new_org = New Organization
  27. manage_org = Manage Organizations
  28. admin_panel = Admin Panel
  29. account_settings = Account Settings
  30. settings = Settings
  31. news_feed = News Feed
  32. pull_requests = Pull Requests
  33. issues = Issues
  34. cancel = Cancel
  35. [home]
  36. uname_holder = Username or E-mail
  37. password_holder = Password
  38. switch_dashboard_context = Switch Dashboard Context
  39. my_repos = My Repositories
  40. collaborative_repos = Collaborative Repositories
  41. my_orgs = My Organizations
  42. my_mirrors = My Mirrors
  43. [auth]
  44. create_new_account = Create New Account
  45. register_hepler_msg = Already have an account? Sign in now!
  46. social_register_hepler_msg = Already have an account? Bind now!
  47. disable_register_prompt = Sorry, registration has been disabled. Please contact the site administrator.
  48. remember_me = Remember Me
  49. forget_password = Fotget password?
  50. sign_up_now = Need an account? Sign up now.
  51. [form]
  52. UserName = Username
  53. RepoName = Repository name
  54. Email = E-mail address
  55. Password = Password
  56. Retype = Re-type password
  57. SSHTitle = SSH key name
  58. HttpsUrl = HTTPS URL
  59. PayloadUrl = Payload URL
  60. require_error = ` cannot be empty.`
  61. alpha_dash_error = ` must be valid alpha or numeric or dash(-_) characters.`
  62. alpha_dash_dot_error = ` must be valid alpha or numeric or dash(-_) or dot characters.`
  63. min_size_error = ` must contain at least %s characters.`
  64. max_size_error = ` must contain at most %s characters.`
  65. email_error = ` is not a valid e-mail address.`
  66. url_error = ` is not a valid URL.`
  67. unknown_error = Unknown error:
  68. captcha_incorrect = Captcha didn't match.
  69. password_not_match = Password and re-type password are not same.
  70. username_been_taken = Username has been already taken.
  71. repo_name_been_taken = Repository name has been already taken.
  72. org_name_been_taken = Organization name has been already taken.
  73. email_been_used = E-mail address has been already used.
  74. ssh_key_been_used = Public key name has been used.
  75. illegal_username = Your username contains illegal characters.
  76. illegal_repo_name = Repository name contains illegal characters.
  77. illegal_org_name = Organization name contains illegal characters.
  78. username_password_incorrect = Username or password is not correct.
  79. enterred_invalid_repo_name = Please make sure you entered repository name is correct.
  80. enterred_invalid_owner_name = Please make sure you entered owner name is correct.
  81. enterred_invalid_password = Please make sure you entered passord is correct.
  82. user_not_exist = Given user does not exist.
  83. invalid_ssh_key = Sorry, we're not able to verify your SSH key: %s
  84. auth_failed = Authentication failed: %v
  85. still_own_repo = Your account still have ownership of repository, you have to delete or transfer them first.
  86. [settings]
  87. profile = Profile
  88. password = Password
  89. ssh_keys = SSH Keys
  90. social = Social Accounts
  91. orgs = Organizations
  92. delete = Delete Accoount
  93. public_profile = Public Profile
  94. 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.
  95. full_name = Full Name
  96. website = Website
  97. location = Location
  98. update_profile = Update Profile
  99. update_profile_success = Your profile has been successfully updated.
  100. change_password = Change Password
  101. old_password = Current Password
  102. new_password = New Password
  103. password_incorrect = Current password is not correct.
  104. change_password_success = Password is changed successfully. You can now sign in via new password.
  105. manage_ssh_keys = Manage SSH Keys
  106. add_key = Add Key
  107. ssh_desc = This is a list of SSH keys associated with your account. Remove any keys that you do not recognize.
  108. 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>.
  109. add_new_key = Add SSH Key
  110. key_name = Key Name
  111. key_content = Content
  112. add_key_success = New SSH Key has been added!
  113. delete_key = Delete
  114. add_on = Added on
  115. last_used = Last used on
  116. no_activity = No recent activity
  117. manage_social = Manage Associated Social Accounts
  118. social_desc = This is a list of associated social accounts. Remove any binding that you do not recognize.
  119. unbind = Unbind
  120. unbind_success = Social account has been unbinded.
  121. manage_orgs = Manage Organizations
  122. delete_account = Delete Your Account
  123. delete_prompt = The operation will delete your account permanently, and <strong>CANNOT</strong> be undo!
  124. confirm_delete_account = Confirm Deletion
  125. [repo]
  126. owner = Owner
  127. repo_name = Repository Name
  128. repo_name_helper = Great repository names are short, memorable and <strong>unique</strong>.
  129. visibility = Visibility
  130. visiblity_helper = This repository is <span class="label label-red label-radius">Private</span>
  131. repo_desc = Description
  132. repo_lang = Language
  133. repo_lang_helper = Select a .gitignore file
  134. license = License
  135. license_helper = Select a license file
  136. init_readme = Initialize this repository with a README.md
  137. create_repo = Create Repository
  138. default_branch = Default Branch
  139. mirror_interval = Mirror Interval(hour)
  140. goget_meta = Go-Get Meta
  141. goget_meta_helper = This repository will be <span class="label label-blue label-radius">Go-Getable</span>
  142. need_auth = Need Authorization
  143. migrate_type = Migration Type
  144. migrate_type_helper = This repository will be a <span class="label label-blue label-radius">Mirror</span>
  145. migrate_repo = Migrate Repository
  146. settings = Settings
  147. settings.options = Options
  148. settings.collaboration = Collaboration
  149. settings.hooks = Webhooks
  150. settings.deploy_keys = Deploy Keys
  151. settings.basic_settings = Basic Settings
  152. settings.danger_zone = Danger Zone
  153. settings.site = Official Site
  154. settings.update_settings = Update Settings
  155. settings.transfer = Transfer Ownership
  156. settings.transfer_desc = Transfer this repo to another user or to an organization where you have admin rights.
  157. settings.delete = Delete This Repository
  158. settings.delete_desc = Once you delete a repository, there is no going back. Please be certain.
  159. settings.update_settings_success = Repository options has been successfully updated.
  160. settings.transfer_owner = New Owner
  161. settings.make_transfer = Make Transfer
  162. settings.confirm_delete = Confirm Deletion
  163. settings.add_collaborator = Add New Collaborator
  164. settings.add_collaborator_success = New collaborator has been added.
  165. settings.remove_collaborator_success = Collaborator has been removed.
  166. settings.add_webhook = Add Webhook
  167. settings.hooks_desc = Webhooks allow external services to be notified when certain events happen on Gogs. When the specified events happen, we'll send a POST request to each of the URLs you provide. Learn more in our <a target="_blank" href="http://gogs.io/docs/features/webhook.html">Webhooks Guide</a>.
  168. settings.remove_hook_success = Webhook has been removed.
  169. settings.add_webhook_desc = We’ll send a <code>POST</code> request to the URL below with details of any subscribed events. You can also specify which data format you'd like to receive (JSON, <code>x-www-form-urlencoded</code>, <em>etc</em>). More information can be found in <a target="_blank" href="http://gogs.io/docs/features/webhook.html">Webhooks Guide</a>.
  170. settings.payload_url = Payload URL
  171. settings.content_type = Content Type
  172. settings.secret = Secret
  173. settings.event_desc = Which events would you like to trigger this webhook?
  174. settings.event_push_only = Just the <code>push</code> event.
  175. settings.active = Active
  176. settings.active_helper = We will deliver event details when this hook is triggered.
  177. settings.add_hook_success = New webhook has been added.
  178. settings.update_webhook = Update Webhook
  179. settings.update_hook_success = Webhook has been updated.
  180. settings.delete_webhook = Delete Webhook
  181. settings.recent_deliveries = Recent Deliveries
  182. [org]
  183. org_name_holder = Organization Name
  184. org_name_helper = Great organization names are short and memorable.
  185. org_email_helper = Organization's Email receives all notifications and confirmations.
  186. create_org = Create Organization
  187. [action]
  188. create_repo = created repository <a href="/%s">%s</a>
  189. commit_repo = pushed to <a href="/%s/src/%s">%s</a> at <a href="/%s">%s</a>
  190. create_issue = opened issue <a href="/%s/issues/%s">%s#%s</a>
  191. comment_issue = commented on issue <a href="/%s/issues/%s">%s#%s</a>
  192. [tool]
  193. ago = ago
  194. from_now = from now
  195. now = now
  196. 1s = 1 second %s
  197. 1m = 1 mintue %s
  198. 1h = 1 hour %s
  199. 1d = 1 day %s
  200. 1w = 1 week %s
  201. 1mon = 1 month %s
  202. 1y = 1 year %s
  203. seconds = %d seconds %s
  204. minutes = %d minutes %s
  205. hours = %d hours %s
  206. days = %d days %s
  207. weeks = %d weeks %s
  208. months = %d months %s
  209. years = %d years %s