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 10KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275
  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. disable_register_mail = Sorry, Register Mail Confirmation has been disabled.
  49. remember_me = Remember Me
  50. forgot_password= Fotgot Password
  51. forget_password = Fotget password?
  52. sign_up_now = Need an account? Sign up now.
  53. confirmation_mail_sent_prompt = A new confirmation e-mail has been sent to <b>%s</b>, please check your inbox within the next %d hours to complete your registration.
  54. sign_in_email = Sign in to your e-mail
  55. active_your_account = Activate Your Account
  56. resent_limit_prompt = Sorry, you are sending an activation e-mail too frequently. Please wait 3 minutes.
  57. has_unconfirmed_mail = Hi %s, you have an unconfirmed email address(<b>%s</b>). If you haven't received a confirmation e-mail or need to resend a new one, please click on the button below.
  58. resend_mail = Click here to resend your activation e-mail
  59. email_not_associate = This e-mail address does not associate to any account.
  60. send_reset_mail = Click here to (re)send your passowrd reset e-mail
  61. reset_password = Reset Your Password
  62. invalid_code = Sorry, your confirmation code has exipired or not valid.
  63. reset_password_helper = Click here to reset your password
  64. password_too_short = Password length cannot be less then 6.
  65. [form]
  66. UserName = Username
  67. RepoName = Repository name
  68. Email = E-mail address
  69. Password = Password
  70. Retype = Re-type password
  71. SSHTitle = SSH key name
  72. HttpsUrl = HTTPS URL
  73. PayloadUrl = Payload URL
  74. require_error = ` cannot be empty.`
  75. alpha_dash_error = ` must be valid alpha or numeric or dash(-_) characters.`
  76. alpha_dash_dot_error = ` must be valid alpha or numeric or dash(-_) or dot characters.`
  77. min_size_error = ` must contain at least %s characters.`
  78. max_size_error = ` must contain at most %s characters.`
  79. email_error = ` is not a valid e-mail address.`
  80. url_error = ` is not a valid URL.`
  81. unknown_error = Unknown error:
  82. captcha_incorrect = Captcha didn't match.
  83. password_not_match = Password and re-type password are not same.
  84. username_been_taken = Username has been already taken.
  85. repo_name_been_taken = Repository name has been already taken.
  86. org_name_been_taken = Organization name has been already taken.
  87. email_been_used = E-mail address has been already used.
  88. ssh_key_been_used = Public key name has been used.
  89. illegal_username = Your username contains illegal characters.
  90. illegal_repo_name = Repository name contains illegal characters.
  91. illegal_org_name = Organization name contains illegal characters.
  92. username_password_incorrect = Username or password is not correct.
  93. enterred_invalid_repo_name = Please make sure you entered repository name is correct.
  94. enterred_invalid_owner_name = Please make sure you entered owner name is correct.
  95. enterred_invalid_password = Please make sure you entered passord is correct.
  96. user_not_exist = Given user does not exist.
  97. invalid_ssh_key = Sorry, we're not able to verify your SSH key: %s
  98. auth_failed = Authentication failed: %v
  99. still_own_repo = Your account still have ownership of repository, you have to delete or transfer them first.
  100. [settings]
  101. profile = Profile
  102. password = Password
  103. ssh_keys = SSH Keys
  104. social = Social Accounts
  105. orgs = Organizations
  106. delete = Delete Accoount
  107. public_profile = Public Profile
  108. 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.
  109. full_name = Full Name
  110. website = Website
  111. location = Location
  112. update_profile = Update Profile
  113. update_profile_success = Your profile has been successfully updated.
  114. change_password = Change Password
  115. old_password = Current Password
  116. new_password = New Password
  117. password_incorrect = Current password is not correct.
  118. change_password_success = Password is changed successfully. You can now sign in via new password.
  119. manage_ssh_keys = Manage SSH Keys
  120. add_key = Add Key
  121. ssh_desc = This is a list of SSH keys associated with your account. Remove any keys that you do not recognize.
  122. 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>.
  123. add_new_key = Add SSH Key
  124. key_name = Key Name
  125. key_content = Content
  126. add_key_success = New SSH Key has been added!
  127. delete_key = Delete
  128. add_on = Added on
  129. last_used = Last used on
  130. no_activity = No recent activity
  131. manage_social = Manage Associated Social Accounts
  132. social_desc = This is a list of associated social accounts. Remove any binding that you do not recognize.
  133. unbind = Unbind
  134. unbind_success = Social account has been unbinded.
  135. manage_orgs = Manage Organizations
  136. delete_account = Delete Your Account
  137. delete_prompt = The operation will delete your account permanently, and <strong>CANNOT</strong> be undo!
  138. confirm_delete_account = Confirm Deletion
  139. [repo]
  140. owner = Owner
  141. repo_name = Repository Name
  142. repo_name_helper = Great repository names are short, memorable and <strong>unique</strong>.
  143. visibility = Visibility
  144. visiblity_helper = This repository is <span class="label label-red label-radius">Private</span>
  145. repo_desc = Description
  146. repo_lang = Language
  147. repo_lang_helper = Select a .gitignore file
  148. license = License
  149. license_helper = Select a license file
  150. init_readme = Initialize this repository with a README.md
  151. create_repo = Create Repository
  152. default_branch = Default Branch
  153. mirror_interval = Mirror Interval(hour)
  154. goget_meta = Go-Get Meta
  155. goget_meta_helper = This repository will be <span class="label label-blue label-radius">Go-Getable</span>
  156. need_auth = Need Authorization
  157. migrate_type = Migration Type
  158. migrate_type_helper = This repository will be a <span class="label label-blue label-radius">Mirror</span>
  159. migrate_repo = Migrate Repository
  160. clone_helper = Need help cloning? Visit <a target="_blank" href="http://git-scm.com/book/en/Git-Basics-Getting-a-Git-Repository">Help</a>!
  161. unwatch = Unwatch
  162. watch = Watch
  163. unstar = Unstar
  164. star = Star
  165. fork = Fork
  166. settings = Settings
  167. settings.options = Options
  168. settings.collaboration = Collaboration
  169. settings.hooks = Webhooks
  170. settings.deploy_keys = Deploy Keys
  171. settings.basic_settings = Basic Settings
  172. settings.danger_zone = Danger Zone
  173. settings.site = Official Site
  174. settings.update_settings = Update Settings
  175. settings.transfer = Transfer Ownership
  176. settings.transfer_desc = Transfer this repo to another user or to an organization where you have admin rights.
  177. settings.delete = Delete This Repository
  178. settings.delete_desc = Once you delete a repository, there is no going back. Please be certain.
  179. settings.update_settings_success = Repository options has been successfully updated.
  180. settings.transfer_owner = New Owner
  181. settings.make_transfer = Make Transfer
  182. settings.confirm_delete = Confirm Deletion
  183. settings.add_collaborator = Add New Collaborator
  184. settings.add_collaborator_success = New collaborator has been added.
  185. settings.remove_collaborator_success = Collaborator has been removed.
  186. settings.add_webhook = Add Webhook
  187. 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>.
  188. settings.remove_hook_success = Webhook has been removed.
  189. 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>.
  190. settings.payload_url = Payload URL
  191. settings.content_type = Content Type
  192. settings.secret = Secret
  193. settings.event_desc = Which events would you like to trigger this webhook?
  194. settings.event_push_only = Just the <code>push</code> event.
  195. settings.active = Active
  196. settings.active_helper = We will deliver event details when this hook is triggered.
  197. settings.add_hook_success = New webhook has been added.
  198. settings.update_webhook = Update Webhook
  199. settings.update_hook_success = Webhook has been updated.
  200. settings.delete_webhook = Delete Webhook
  201. settings.recent_deliveries = Recent Deliveries
  202. [org]
  203. org_name_holder = Organization Name
  204. org_name_helper = Great organization names are short and memorable.
  205. org_email_helper = Organization's Email receives all notifications and confirmations.
  206. create_org = Create Organization
  207. repo_updated = Updated
  208. people = People
  209. invite_someone = Invite Someone
  210. teams = Teams
  211. lower_members = members
  212. lower_repositories = repositories
  213. create_new_team = Create New Team
  214. [action]
  215. create_repo = created repository <a href="/%s">%s</a>
  216. commit_repo = pushed to <a href="/%s/src/%s">%s</a> at <a href="/%s">%s</a>
  217. create_issue = opened issue <a href="/%s/issues/%s">%s#%s</a>
  218. comment_issue = commented on issue <a href="/%s/issues/%s">%s#%s</a>
  219. [tool]
  220. ago = ago
  221. from_now = from now
  222. now = now
  223. 1s = 1 second %s
  224. 1m = 1 mintue %s
  225. 1h = 1 hour %s
  226. 1d = 1 day %s
  227. 1w = 1 week %s
  228. 1mon = 1 month %s
  229. 1y = 1 year %s
  230. seconds = %d seconds %s
  231. minutes = %d minutes %s
  232. hours = %d hours %s
  233. days = %d days %s
  234. weeks = %d weeks %s
  235. months = %d months %s
  236. years = %d years %s