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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333
  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= Forgot Password
  51. forget_password = Forgot 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 password reset e-mail
  61. reset_password = Reset Your Password
  62. invalid_code = Sorry, your confirmation code has expired 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. TeamName = Team name
  75. require_error = ` cannot be empty.`
  76. alpha_dash_error = ` must be valid alpha or numeric or dash(-_) characters.`
  77. alpha_dash_dot_error = ` must be valid alpha or numeric or dash(-_) or dot characters.`
  78. min_size_error = ` must contain at least %s characters.`
  79. max_size_error = ` must contain at most %s characters.`
  80. email_error = ` is not a valid e-mail address.`
  81. url_error = ` is not a valid URL.`
  82. unknown_error = Unknown error:
  83. captcha_incorrect = Captcha didn't match.
  84. password_not_match = Password and re-type password are not same.
  85. username_been_taken = Username has been already taken.
  86. repo_name_been_taken = Repository name has been already taken.
  87. org_name_been_taken = Organization name has been already taken.
  88. team_name_been_taken = Team name has been already taken.
  89. email_been_used = E-mail address has been already used.
  90. ssh_key_been_used = Public key name has been used.
  91. illegal_username = Your username contains illegal characters.
  92. illegal_repo_name = Repository name contains illegal characters.
  93. illegal_org_name = Organization name contains illegal characters.
  94. illegal_team_name = Team name contains illegal characters.
  95. username_password_incorrect = Username or password is not correct.
  96. enterred_invalid_repo_name = Please make sure you entered repository name is correct.
  97. enterred_invalid_owner_name = Please make sure you entered owner name is correct.
  98. enterred_invalid_password = Please make sure you entered password is correct.
  99. user_not_exist = Given user does not exist.
  100. last_org_owner = The user to remove is the last member in owner team. There must be another owner.
  101. invalid_ssh_key = Sorry, we're not able to verify your SSH key: %s
  102. auth_failed = Authentication failed: %v
  103. still_own_repo = Your account still have ownership of repository, you have to delete or transfer them first.
  104. org_still_own_repo = This organization still have ownership of repository, you have to delete or transfer them first.
  105. [settings]
  106. profile = Profile
  107. password = Password
  108. ssh_keys = SSH Keys
  109. social = Social Accounts
  110. orgs = Organizations
  111. delete = Delete Account
  112. public_profile = Public Profile
  113. 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.
  114. full_name = Full Name
  115. website = Website
  116. location = Location
  117. update_profile = Update Profile
  118. update_profile_success = Your profile has been successfully updated.
  119. change_password = Change Password
  120. old_password = Current Password
  121. new_password = New Password
  122. password_incorrect = Current password is not correct.
  123. change_password_success = Password is changed successfully. You can now sign in via new password.
  124. manage_ssh_keys = Manage SSH Keys
  125. add_key = Add Key
  126. ssh_desc = This is a list of SSH keys associated with your account. Remove any keys that you do not recognize.
  127. 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>.
  128. add_new_key = Add SSH Key
  129. key_name = Key Name
  130. key_content = Content
  131. add_key_success = New SSH Key has been added!
  132. delete_key = Delete
  133. add_on = Added on
  134. last_used = Last used on
  135. no_activity = No recent activity
  136. manage_social = Manage Associated Social Accounts
  137. social_desc = This is a list of associated social accounts. Remove any binding that you do not recognize.
  138. unbind = Unbind
  139. unbind_success = Social account has been unbound.
  140. manage_orgs = Manage Organizations
  141. delete_account = Delete Your Account
  142. delete_prompt = The operation will delete your account permanently, and <strong>CANNOT</strong> be undo!
  143. confirm_delete_account = Confirm Deletion
  144. [repo]
  145. owner = Owner
  146. repo_name = Repository Name
  147. repo_name_helper = Great repository names are short, memorable and <strong>unique</strong>.
  148. visibility = Visibility
  149. visiblity_helper = This repository is <span class="label label-red label-radius">Private</span>
  150. repo_desc = Description
  151. repo_lang = Language
  152. repo_lang_helper = Select a .gitignore file
  153. license = License
  154. license_helper = Select a license file
  155. init_readme = Initialize this repository with a README.md
  156. create_repo = Create Repository
  157. default_branch = Default Branch
  158. mirror_interval = Mirror Interval(hour)
  159. goget_meta = Go-Get Meta
  160. goget_meta_helper = This repository will be <span class="label label-blue label-radius">Go-Getable</span>
  161. need_auth = Need Authorization
  162. migrate_type = Migration Type
  163. migrate_type_helper = This repository will be a <span class="label label-blue label-radius">Mirror</span>
  164. migrate_repo = Migrate Repository
  165. clone_helper = Need help cloning? Visit <a target="_blank" href="http://git-scm.com/book/en/Git-Basics-Getting-a-Git-Repository">Help</a>!
  166. unwatch = Unwatch
  167. watch = Watch
  168. unstar = Unstar
  169. star = Star
  170. fork = Fork
  171. settings = Settings
  172. settings.options = Options
  173. settings.collaboration = Collaboration
  174. settings.hooks = Webhooks
  175. settings.deploy_keys = Deploy Keys
  176. settings.basic_settings = Basic Settings
  177. settings.danger_zone = Danger Zone
  178. settings.site = Official Site
  179. settings.update_settings = Update Settings
  180. settings.transfer = Transfer Ownership
  181. settings.transfer_desc = Transfer this repo to another user or to an organization where you have admin rights.
  182. settings.delete = Delete This Repository
  183. settings.delete_desc = Once you delete a repository, there is no going back. Please be certain.
  184. settings.update_settings_success = Repository options has been successfully updated.
  185. settings.transfer_owner = New Owner
  186. settings.make_transfer = Make Transfer
  187. settings.confirm_delete = Confirm Deletion
  188. settings.add_collaborator = Add New Collaborator
  189. settings.add_collaborator_success = New collaborator has been added.
  190. settings.remove_collaborator_success = Collaborator has been removed.
  191. settings.add_webhook = Add Webhook
  192. 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>.
  193. settings.remove_hook_success = Webhook has been removed.
  194. 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>.
  195. settings.payload_url = Payload URL
  196. settings.content_type = Content Type
  197. settings.secret = Secret
  198. settings.event_desc = Which events would you like to trigger this webhook?
  199. settings.event_push_only = Just the <code>push</code> event.
  200. settings.active = Active
  201. settings.active_helper = We will deliver event details when this hook is triggered.
  202. settings.add_hook_success = New webhook has been added.
  203. settings.update_webhook = Update Webhook
  204. settings.update_hook_success = Webhook has been updated.
  205. settings.delete_webhook = Delete Webhook
  206. settings.recent_deliveries = Recent Deliveries
  207. [org]
  208. org_name_holder = Organization Name
  209. org_name_helper = Great organization names are short and memorable.
  210. org_email_helper = Organization's Email receives all notifications and confirmations.
  211. create_org = Create Organization
  212. repo_updated = Updated
  213. people = People
  214. invite_someone = Invite Someone
  215. teams = Teams
  216. lower_members = members
  217. lower_repositories = repositories
  218. create_new_team = Create New Team
  219. org_desc = Description
  220. team_name = Team Name
  221. team_desc = Description
  222. team_name_helper = You'll use this name to mention this team in conversations.
  223. team_desc_helper = What is this team all about?
  224. team_permission_desc = What permission level should this team have?
  225. settings = Settings
  226. settings.options = Options
  227. settings.full_name = Full Name
  228. settings.website = Website
  229. settings.location = Location
  230. settings.update_settings = Update Settings
  231. settings.update_setting_success = Organization setting has been successfully updated.
  232. settings.delete = Delete Organization
  233. settings.delete_account = Delete This Organization
  234. settings.delete_prompt = The operation will delete this organization permanently, and <strong>CANNOT</strong> be undo!
  235. settings.confirm_delete_account = Confirm Deletion
  236. members.public = Public
  237. members.public_helper = make private
  238. members.private = Private
  239. members.private_helper = make public
  240. members.owner = Owner
  241. members.member = Member
  242. members.conceal = Conceal
  243. members.remove = Remove
  244. members.leave = Leave
  245. members.invite_desc = Start typing a username to invite a new member to %s:
  246. members.invite_now = Invite Now
  247. teams.join = Join
  248. teams.leave = Leave
  249. teams.read_access = Read Access
  250. teams.read_access_helper = This team will be able to view and clone its repositories.
  251. teams.write_access = Write Access
  252. teams.write_access_helper = This team will be able to read its repositories, as well as push to them.
  253. teams.admin_access = Admin Access
  254. teams.admin_access_helper = This team will be able to push/pull to its repositories, as well as add other collaborators to them.
  255. teams.no_desc = This team has no description
  256. teams.settings = Settings
  257. teams.owners_permission_desc = Owners have full access to <strong>all repositories</strong> and have <strong>admin rights</strong> to the organization.
  258. teams.members = Team Members
  259. teams.update_settings = Update Settings
  260. teams.delete_team = Delete This Team
  261. teams.add_team_member = Add Team Member
  262. teams.delete_team_success = Given team has been successfully deleted.
  263. teams.read_permission_desc = This team grants <strong>Read</strong> access: members can view and clone the team's repositories.
  264. teams.write_permission_desc = This team grants <strong>Write</strong> access: members can read from and push to the team's repositories.
  265. teams.admin_permission_desc = This team grants <strong>Admin</strong> access: members can read from, push to, and add collaborators to the team's repositories.
  266. teams.repositories = Team Repositories
  267. teams.add_team_repository = Add Team Repository
  268. teams.remove_repo = Remove
  269. [action]
  270. create_repo = created repository <a href="/%s">%s</a>
  271. commit_repo = pushed to <a href="/%s/src/%s">%s</a> at <a href="/%s">%s</a>
  272. create_issue = opened issue <a href="/%s/issues/%s">%s#%s</a>
  273. comment_issue = commented on issue <a href="/%s/issues/%s">%s#%s</a>
  274. [tool]
  275. ago = ago
  276. from_now = from now
  277. now = now
  278. 1s = 1 second %s
  279. 1m = 1 minute %s
  280. 1h = 1 hour %s
  281. 1d = 1 day %s
  282. 1w = 1 week %s
  283. 1mon = 1 month %s
  284. 1y = 1 year %s
  285. seconds = %d seconds %s
  286. minutes = %d minutes %s
  287. hours = %d hours %s
  288. days = %d days %s
  289. weeks = %d weeks %s
  290. months = %d months %s
  291. years = %d years %s