mirror of
https://github.com/go-gitea/gitea
synced 2025-09-10 10:48:28 +00:00
Refactor and update mail templates (#35150)
- Moved mail templates to new directories. - Added new devtest ymls. - Embedded styles as much as possible. - Added new translation keys for actions email. --------- Signed-off-by: NorthRealm <155140859+NorthRealm@users.noreply.github.com> Co-authored-by: delvh <dev.lh@web.de>
This commit is contained in:
@@ -551,6 +551,14 @@ 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:
|
||||
|
||||
repo.actions.run.failed = Run failed
|
||||
repo.actions.run.succeeded = Run succeeded
|
||||
repo.actions.run.cancelled = Run cancelled
|
||||
repo.actions.jobs.all_succeeded = All jobs have succeeded
|
||||
repo.actions.jobs.all_failed = All jobs have failed
|
||||
repo.actions.jobs.some_not_successful = Some jobs were not successful
|
||||
repo.actions.jobs.all_cancelled = All jobs have been cancelled
|
||||
|
||||
team_invite.subject = %[1]s has invited you to join the %[2]s organization
|
||||
team_invite.text_1 = %[1]s has invited you to join team %[2]s in organization %[3]s.
|
||||
team_invite.text_2 = Please click the following link to join the team:
|
||||
|
Reference in New Issue
Block a user