@@ -317,19 +317,64 @@ password_pwned = The password you chose is on a <a target="_blank" rel="noopener
317317password_pwned_err = Could not complete request to HaveIBeenPwned
318318
319319[mail]
320+ view_it_on = View it on %s
321+ link_not_working_do_paste = Not working? Try copying and pasting it to your browser.
322+ hi_user_x = Hi <b>%s</b>,
323+
320324activate_account = Please activate your account
325+ activate_account.title = %s, please activate your account
326+ activate_account.test_1 = Hi <b>%[1]s</b>, thanks for registering at %[2]s!
327+ activate_account.test_2 = Please click the following link to activate your account within <b>%s</b>:
328+
321329activate_email = Verify your email address
330+ activate_email.title = %s, please verify your e-mail address
331+ activate_email.text = Please click the following link to verify your email address within <b>%s</b>:
332+
333+ register_notify = Welcome to Gitea
334+ register_notify.title = %[1]s, welcome to %[2]s
335+ register_notify.text_1 = this is your registration confirmation email for %s!
336+ register_notify.text_2 = You can now login via username: %s.
337+ register_notify.text_3 = If this account has been created for you, please <a href="%s">set your password</a> first.
338+
322339reset_password = Recover your account
340+ reset_password.title = %s, you have requested to recover your account
341+ reset_password.text = Please click the following link to recover your account within <b>%s</b>:
342+
323343register_success = Registration successful
324- register_notify = Welcome to Gitea
344+
345+ issue_assigned.pull = @%[1]s assigned you to the pull request %[2]s in repository %[3]s.
346+ issue_assigned.issue = @%[1]s assigned you to the issue %[2]s in repository %[3]s.
347+
348+ issue.x_mentioned_you = <b>@%s</b> mentioned you:
349+ issue.action.force_push = <b>%[1]s</b> force-pushed the <b>%[2]s</b> from %[3]s to %[4]s.
350+ issue.action.push_1 = <b>@%[1]s</b> pushed 1 commit to %[2]s
351+ issue.action.push_n = <b>@%[1]s</b> pushed %[3]d commits to %s: %[2]s
352+ issue.action.close = <b>@%[1]s</b> closed #%[2]d.
353+ issue.action.reopen = <b>@%[1]s</b> reopened #%[2]d.
354+ issue.action.merge = <b>@%[1]s</b> merged #%[2]d into #%[3]s.
355+ issue.action.approve = <b>@%[1]s</b> approved this pull request.
356+ issue.action.reject = <b>@%[1]s</b> requested changes on this pull request.
357+ issue.action.review = <b>@%[1]s</b> commented on this pull request.
358+ issue.action.review_dismissed = <b>@%[1]s</b> dismissed last review from %[2]s for this pull request.
359+ issue.action.ready_for_review = <b>@%[1]s</b> marked this pull request ready for review.
360+ issue.action.new = Created #%[2]d.
361+ issue.in_tree_path = In %s:
325362
326363release.new.subject = %s in %s released
364+ release.new.text = <b>@%[1]s</b> released %[2]s in %[3]s
365+ release.title = Title: %s
366+ release.note = Note:
367+ release.downloads = Downloads:
368+ release.download.zip = Source Code (ZIP)
369+ release.download.targz = Source Code (TAR.GZ)
327370
328371repo.transfer.subject_to = %s would like to transfer "%s" to %s
329372repo.transfer.subject_to_you = %s would like to transfer "%s" to you
330373repo.transfer.to_you = you
374+ repo.transfer.body = To accept or reject it visit %s or just ignore it.
331375
332376repo.collaborator.added.subject = %s added you to %s
377+ repo.collaborator.added.text = You have been added as a collaborator of repository:
333378
334379[modal]
335380yes = Yes
0 commit comments