diff options
author | 6543 <6543@obermui.de> | 2021-06-23 14:33:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-23 14:33:21 +0200 |
commit | be81dc8b20b86c87031cd1d2d7c9a2fe82f52ba8 (patch) | |
tree | ef1705f5c1dd04e8e1810af127aa5bd1afaed478 /options/locale/locale_en-US.ini | |
parent | d4ae87ea32aaef458da48404b8c7bc11d0165852 (diff) | |
download | gitea-be81dc8b20b86c87031cd1d2d7c9a2fe82f52ba8.tar.gz gitea-be81dc8b20b86c87031cd1d2d7c9a2fe82f52ba8.zip |
Localize Email Templates (#16200)
close #14822
Diffstat (limited to 'options/locale/locale_en-US.ini')
-rw-r--r-- | options/locale/locale_en-US.ini | 47 |
1 files changed, 46 insertions, 1 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 2fa70679d8..ded76272b6 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -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 +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 -register_notify = Welcome to Gitea + +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 |