parent
d4ae87ea32
commit
be81dc8b20
13 changed files with 144 additions and 72 deletions
|
@ -317,19 +317,64 @@ password_pwned = The password you chose is on a <a target="_blank" rel="noopener
|
|||
password_pwned_err = Could not complete request to HaveIBeenPwned
|
||||
|
||||
[mail]
|
||||
view_it_on = View it on %s
|
||||
link_not_working_do_paste = Not working? Try copying and pasting it to your browser.
|
||||
hi_user_x = Hi <b>%s</b>,
|
||||
|
||||
activate_account = Please activate your account
|
||||
activate_account.title = %s, please activate your account
|
||||
activate_account.test_1 = Hi <b>%[1]s</b>, thanks for registering at %[2]s!
|
||||
activate_account.test_2 = Please click the following link to activate your account within <b>%s</b>:
|
||||
|
||||
activate_email = Verify your email address
|
||||
reset_password = Recover your account
|
||||
register_success = Registration successful
|
||||
activate_email.title = %s, please verify your e-mail address
|
||||
activate_email.text = Please click the following link to verify your email address within <b>%s</b>:
|
||||
|
||||
register_notify = Welcome to Gitea
|
||||
register_notify.title = %[1]s, welcome to %[2]s
|
||||
register_notify.text_1 = this is your registration confirmation email for %s!
|
||||
register_notify.text_2 = You can now login via username: %s.
|
||||
register_notify.text_3 = If this account has been created for you, please <a href="%s">set your password</a> first.
|
||||
|
||||
reset_password = Recover your account
|
||||
reset_password.title = %s, you have requested to recover your account
|
||||
reset_password.text = Please click the following link to recover your account within <b>%s</b>:
|
||||
|
||||
register_success = Registration successful
|
||||
|
||||
issue_assigned.pull = @%[1]s assigned you to the pull request %[2]s in repository %[3]s.
|
||||
issue_assigned.issue = @%[1]s assigned you to the issue %[2]s in repository %[3]s.
|
||||
|
||||
issue.x_mentioned_you = <b>@%s</b> mentioned you:
|
||||
issue.action.force_push = <b>%[1]s</b> force-pushed the <b>%[2]s</b> from %[3]s to %[4]s.
|
||||
issue.action.push_1 = <b>@%[1]s</b> pushed 1 commit to %[2]s
|
||||
issue.action.push_n = <b>@%[1]s</b> pushed %[3]d commits to %s: %[2]s
|
||||
issue.action.close = <b>@%[1]s</b> closed #%[2]d.
|
||||
issue.action.reopen = <b>@%[1]s</b> reopened #%[2]d.
|
||||
issue.action.merge = <b>@%[1]s</b> merged #%[2]d into #%[3]s.
|
||||
issue.action.approve = <b>@%[1]s</b> approved this pull request.
|
||||
issue.action.reject = <b>@%[1]s</b> requested changes on this pull request.
|
||||
issue.action.review = <b>@%[1]s</b> commented on this pull request.
|
||||
issue.action.review_dismissed = <b>@%[1]s</b> dismissed last review from %[2]s for this pull request.
|
||||
issue.action.ready_for_review = <b>@%[1]s</b> marked this pull request ready for review.
|
||||
issue.action.new = Created #%[2]d.
|
||||
issue.in_tree_path = In %s:
|
||||
|
||||
release.new.subject = %s in %s released
|
||||
release.new.text = <b>@%[1]s</b> released %[2]s in %[3]s
|
||||
release.title = Title: %s
|
||||
release.note = Note:
|
||||
release.downloads = Downloads:
|
||||
release.download.zip = Source Code (ZIP)
|
||||
release.download.targz = Source Code (TAR.GZ)
|
||||
|
||||
repo.transfer.subject_to = %s would like to transfer "%s" to %s
|
||||
repo.transfer.subject_to_you = %s would like to transfer "%s" to you
|
||||
repo.transfer.to_you = you
|
||||
repo.transfer.body = To accept or reject it visit %s or just ignore it.
|
||||
|
||||
repo.collaborator.added.subject = %s added you to %s
|
||||
repo.collaborator.added.text = You have been added as a collaborator of repository:
|
||||
|
||||
[modal]
|
||||
yes = Yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue