project.previous.place = This project was moved from {0}
project.private = PRIVATE
project.private.notice = Project access must be granted explicitly for each user. but basic information (name, description, etc.) can be exposed to public.
project.private.notice = Project access must be granted explicitly for each user, but basic information (name, description, etc.) can be exposed to public.
project.projects = projects
project.protected = GROUP PUBLIC
project.protected.notice = Users in the group and also explicitly granted users are available to access the project.
project.protected.notice = Users in the group and also users who have been explicitly granted access are able to access the project.
project.public = PUBLIC
project.public.notice = Anonymous users are available to access the project.
project.readme = README.md will be shown here if you add it into the code repository''s root directory.
project.public.notice = Anonymous users are able to access the project.
project.readme = README.md will be shown here if you add it to the code repository''s root directory.
project.readme.create = create README
project.recently.visited = Recently visited
project.reviewer.count = Reviewer
@ -679,49 +679,49 @@ project.setting = Settings
project.shareOption = Share Options
project.siteurl = Site URL
project.siteurl.alert = URL should start with ''http://''.
project.svn.readme = README.md will be shown here if you add it into the code repository''s root directory or /trunk directory.
project.svn.readme = README.md will be shown here if you add it to the code repository''s root directory or /trunk directory.
project.svn.warning = Subversion can''t use pull request
project.tags = Tags
project.transfer = Transfer
project.transfer.accept = I agree with transfer this project.
project.transfer.alert = You should agree with transfer this project.
project.transfer.description = If this project is transferred, new owner or a group''s admin will take all the rights of this project.
project.transfer.description1 = This transfer will be done when the new owner or a group''s admin accept the request.
project.transfer.description2 = This project will be owned by new owner or a group.
project.transfer.description3 = When it''s done, project''s current owner will be changed to a member of this project.
project.transfer.description4 = The URL of all resources including issues, postings and others of this project will be changed.
project.transfer.accept = I agree with the transfer of this project.
project.transfer.alert = You should agree with the transfer of this project.
project.transfer.description = If this project is transferred, the new owner or the group''s admin will take all the rights of this project.
project.transfer.description1 = This transfer will be done when the new owner or the group''s admin accepts the request.
project.transfer.description2 = This project will be owned by the new owner or group.
project.transfer.description3 = When it''s done, the project''s current owner will be changed to a member of this project.
project.transfer.description4 = The URL of all resources of this project will be changed including issues, postings and others.
project.transfer.description5 = The URL of the repository of this project will be changed.
project.transfer.description6 = Also, previous links are available. After changing it, during the first 24 hours, you can rename or transfer freely as many time as you want without braking previous links. The previous URL will be fixed and preserved for 24 hours.
project.transfer.error = Not available user or group. Please check whether the user''s login id or the gorup''s name is correct.
project.transfer.has.same.owner = This project already owned by the user or group.
project.transfer.description6 = Also, previous links are available. After changing, during the first 24 hours, you can rename or transfer freely as many times as you want without breaking previous links. The previous URL will be fixed and preserved for 24 hours.
project.transfer.error = User or group not available. Please check whether the user''s login id or the gorup''s name is correct.
project.transfer.has.same.owner = This project is already owned by the user or group.
project.transfer.is.requested = The transfer request email has been sent.
project.transfer.new.owner = new owner or group
project.transfer.reaccept = Are you sure?
project.transfer.requestion = Do you want to transfer this project?
project.transfer.this = Transfer this project
project.unwatch = Unwatch
project.unwatch.start = Notifications of this project has muted
project.unwatch.start = Notifications of this project are muted
project.vcs = Repository type
project.watch = Watch
project.watcher.description = * This list contains only who can access to this project.
project.watcher.description = * This list contains only those who can access this project.
project.watcher.number = number of watcher
project.watcher.title = This project's watcher list.
project.watching = Watching
project.webhook = Webhooks
project.webhook.add = Add webhook
project.webhook.help = * Every webhook is sent in POST and with Content-Type: application/json header. <br/>* If you need to include additional fields and values, please use query string. e.g. http://abc.com?customKey=value <br />* If you put a value in the Token field, ''Authorization: token input-value'' header is added to HTTP header. <br/>
project.webhook.help = * Every webhook is sent in POST and with Content-Type: application/json header. <br/>* If you need to include additional fields and values, please use a query string. e.g. http://abc.com?customKey=value <br />* If you put a value in the Token field, ''Authorization: token input-value'' header is added to HTTP header. <br/>
project.webhook.list.empty = No webhook exists.
project.webhook.new = Create new webhook
project.webhook.payloadUrl = Payload URL
project.webhook.payloadUrl.empty = Paylaod URL is required field.
project.webhook.payloadUrl.tooLong = Given payload URL is too long. (Maximum 2000 Characters)
project.webhook.payloadUrl.empty = Payload URL is a required field.
project.webhook.payloadUrl.tooLong = The given payload URL is too long. (Maximum 2000 Characters)
project.webhook.secret = Authorization Token
project.webhook.secret.tooLong = Given secret token is too long. (Maximum 250 Characters)
project.webhook.secret.tooLong = The given secret token is too long. (Maximum 250 Characters)
project.webhook.gitPushOnly = Git push hook
project.you.are.not.watching = You are not watching {0} project.
project.you.are.watching = You are watching {0} project.
project.you.may.want.to.be.a.member = You can send a sign-up request for {0} project.
project.you.want.to.be.a.member = You have sent a sign-up request for {0} project.
project.you.are.not.watching = You are not watching the {0} project.
project.you.are.watching = You are watching the {0} project.
project.you.may.want.to.be.a.member = You can send a sign-up request for the {0} project.
project.you.want.to.be.a.member = You have sent a sign-up request for the {0} project.
pullRequest.event.message.open = {0} opened this pull request.
pullRequest.event.message.rejected = {0} postponed this pull request.
pullRequest.event.message.resolved = Conflict has been resolved.
pullRequest.event.message.resolved = The conflict has been resolved.
pullRequest.event.open = Opened
pullRequest.event.rejected = Postponed
pullRequest.event.resolved = Resolved
pullRequest.from = From
pullRequest.fromBranch.required = Select branch that contains code to be sent.
pullRequest.help.message.1 = This is a simple way to contribute your code to original project.
pullRequest.help.message.2 = Please select your branch containing your code to be sent and that of original project to receive your code, and describe your code briefly.
pullRequest.help.message.3 = Member of the original project can accept or postpone your code.
pullRequest.fromBranch.required = Select branch that contains the code to be sent.
pullRequest.help.message.1 = This is a simple way to contribute your code to the original project.
pullRequest.help.message.2 = Please select the branch containing your code to be sent, and that of the original project which is to receive your code, and describe your code briefly.
pullRequest.help.message.3 = Members of the original project can accept or postpone your code.
pullRequest.ignore.conflict = This code seems to have conflicts when merging. Do you really want to continue?
pullRequest.is.checking = Checking
pullRequest.is.empty = No pull requests have been received
pullRequest.is.merging = We are checking if the code is safe. Please wait for a while to complete this process.
pullRequest.is.not.safe = Conflict occurred when merging. This pull request cannot be merged safely.
pullRequest.is.not.safe = A conflict occurred when merging. This pull request cannot be merged safely.
pullRequest.is.not.safe.to.merge = No
pullRequest.is.safe = This pull request can be merged safely.
userinfo.reset.visited.project.list.done = Reset list
userinfo.since = Member since
userinfo.token = User Token
validation.allowedCharsForLoginId = Login id may contain alphanumeric characters including dash, underscore or dot, but cannot begin or end with underscore or dot.
validation.allowedCharsForLoginId = Login ID may contain alphanumeric characters as well as dashes, underscores or dots, but cannot begin or end with underscores or dots.
validation.duplicated = Already exists!
validation.invalidEmail = Enter valid email address!
validation.passwordMismatch = Retyped password doesn''t match
validation.required = Required field!
validation.reservedWord = The word is already used as a system reserved word.
validation.reservedWord = This is a reserved system word.
validation.retypePassword = Password confirmation
validation.tooShortPassword = Password must be at least 4 characters in length.
viaEmail.error.cannotCreate = You ({1}) don''t have the permission to create {2} in project {3}.
viaEmail.error.email = We could not understand the address <{0}> in the recipient list. Which project do you want to send the email to?
viaEmail.error.forbidden.or.notfound = The project which matches with the address <{0}> does not exist or is not allowed to access.
viaEmail.error.email = We could not understand the address <{0}> in the recipient list. To which project do you want to send the email?
viaEmail.error.forbidden.or.notfound = The project which matches with the address <{0}> does not exist or access is not allowed.
viaEmail.help.bye = Best Regards,\n{0}
viaEmail.help.description = You can send an email to Yona to post or comment an issue. For example, if you want to post an issue to {0} project, just send an email to <{1}>. And then, if someone reply the email which includes <{1}> in its recipient list, the new email will be added as a comment of the issue.
viaEmail.help.description = You can send an email to Yona to post or comment on an issue. For example, if you want to post an issue to the {0} project, just send an email to <{1}>. And then, if someone replies to the email which includes <{1}> in its recipient list, the new email will be added as an issue comment.
viaEmail.help.errorMultiLine = {0} failed to process your email. The reasons are as follows:\n{1}
viaEmail.help.errorSingleLine = {0} failed to process your email because {1}