diff --git a/locales/en-US.yml b/locales/en-US.yml index c1767dd1cd7c..dbc4fba5cd01 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -418,6 +418,7 @@ moderator: "Moderator" moderation: "Moderation" moderationNote: "Moderation note" addModerationNote: "Add moderation note" +moderationLogs: "Moderation logs" nUsersMentioned: "Mentioned by {n} users" securityKeyAndPasskey: "Security- and passkeys" securityKey: "Security key" @@ -2100,5 +2101,18 @@ _webhookSettings: reaction: "When receiving a reaction" mention: "When being mentioned" _moderationLogTypes: - suspend: "Suspend" - resetPassword: "Reset password" + assignRole: "Assigned to role" + unassignRole: "Removed from role" + updateRole: "Role updated" + suspend: "Suspended" + unsuspend: "Unsuspended" + addCustomEmoji: "Custom emoji added" + updateServerSettings: "Server settings changed" + updateUserNote: "Moderation note updated" + deleteDriveFile: "File deleted" + deleteNote: "Note deleted" + createGlobalAnnouncement: "Global announcement created" + createUserAnnouncement: "User announcement created" + resetPassword: "Password reset" + suspendRemoteInstance: "Remote instance suspended" + unsuspendRemoteInstance: "Remote instance unsuspended"