Add logging of admin actions (#5757)
* Add logging of admin actions * Update brakeman whitelist * Log creates, updates and destroys with history of changes * i18n: Update Polish translation (#5782) Signed-off-by: Marcin Mikołajczak <me@m4sk.in> * Split admin navigation into moderation and administration * Redesign audit log page * 🇵🇱 (#5795) * Add color coding to audit log * Change dismiss->resolve, log all outcomes of report as resolve * Update terminology (e-mail blacklist) (#5796) * Update terminology (e-mail blacklist) imho looks better * Update en.yml * Fix code style issues * i18n-tasks normalize
This commit is contained in:
@ -133,6 +133,32 @@ en:
|
||||
unsubscribe: Unsubscribe
|
||||
username: Username
|
||||
web: Web
|
||||
action_logs:
|
||||
actions:
|
||||
confirm_user: "%{name} confirmed e-mail address of user %{target}"
|
||||
create_custom_emoji: "%{name} uploaded new emoji %{target}"
|
||||
create_domain_block: "%{name} blocked domain %{target}"
|
||||
create_email_domain_block: "%{name} blacklisted e-mail domain %{target}"
|
||||
demote_user: "%{name} demoted user %{target}"
|
||||
destroy_domain_block: "%{name} unblocked domain %{target}"
|
||||
destroy_email_domain_block: "%{name} whitelisted e-mail domain %{target}"
|
||||
destroy_status: "%{name} removed status by %{target}"
|
||||
disable_2fa_user: "%{name} disabled two factor requirement for user %{target}"
|
||||
disable_custom_emoji: "%{name} disabled emoji %{target}"
|
||||
disable_user: "%{name} disabled login for user %{target}"
|
||||
enable_custom_emoji: "%{name} enabled emoji %{target}"
|
||||
enable_user: "%{name} enabled login for user %{target}"
|
||||
memorialize_account: "%{name} turned %{target}'s account into a memoriam page"
|
||||
promote_user: "%{name} promoted user %{target}"
|
||||
reset_password_user: "%{name} reset password of user %{target}"
|
||||
resolve_report: "%{name} dismissed report %{target}"
|
||||
silence_account: "%{name} silenced %{target}'s account"
|
||||
suspend_account: "%{name} suspended %{target}'s account"
|
||||
unsilence_account: "%{name} unsilenced %{target}'s account"
|
||||
unsuspend_account: "%{name} unsuspended %{target}'s account"
|
||||
update_custom_emoji: "%{name} updated emoji %{target}"
|
||||
update_status: "%{name} updated status by %{target}"
|
||||
title: Audit log
|
||||
custom_emojis:
|
||||
copied_msg: Successfully created local copy of the emoji
|
||||
copy: Copy
|
||||
@ -187,24 +213,24 @@ en:
|
||||
suspend: Unsuspend all existing accounts from this domain
|
||||
title: Undo domain block for %{domain}
|
||||
undo: Undo
|
||||
title: Domain Blocks
|
||||
title: Domain blocks
|
||||
undo: Undo
|
||||
email_domain_blocks:
|
||||
add_new: Add new
|
||||
created_msg: Email domain block successfully created
|
||||
created_msg: Successfully added e-mail domain to blacklist
|
||||
delete: Delete
|
||||
destroyed_msg: Email domain block successfully deleted
|
||||
destroyed_msg: Successfully deleted e-mail domain from blacklist
|
||||
domain: Domain
|
||||
new:
|
||||
create: Create block
|
||||
title: New email domain block
|
||||
title: Email Domain Block
|
||||
create: Add domain
|
||||
title: New e-mail blacklist entry
|
||||
title: E-mail blacklist
|
||||
instances:
|
||||
account_count: Known accounts
|
||||
domain_name: Domain
|
||||
reset: Reset
|
||||
search: Search
|
||||
title: Known Instances
|
||||
title: Known instances
|
||||
reports:
|
||||
action_taken_by: Action taken by
|
||||
are_you_sure: Are you sure?
|
||||
@ -265,7 +291,7 @@ en:
|
||||
timeline_preview:
|
||||
desc_html: Display public timeline on landing page
|
||||
title: Timeline preview
|
||||
title: Site Settings
|
||||
title: Site settings
|
||||
statuses:
|
||||
back_to_account: Back to account page
|
||||
batch:
|
||||
@ -404,6 +430,8 @@ en:
|
||||
validations:
|
||||
images_and_video: Cannot attach a video to a status that already contains images
|
||||
too_many: Cannot attach more than 4 files
|
||||
moderation:
|
||||
title: Moderation
|
||||
notification_mailer:
|
||||
digest:
|
||||
body: 'Here is a brief summary of what you missed on %{instance} since your last visit on %{since}:'
|
||||
|
@ -49,6 +49,7 @@ pl:
|
||||
reserved_username: Ta nazwa użytkownika jest zarezerwowana.
|
||||
roles:
|
||||
admin: Administrator
|
||||
moderator: Moderator
|
||||
unfollow: Przestań śledzić
|
||||
admin:
|
||||
account_moderation_notes:
|
||||
@ -132,6 +133,32 @@ pl:
|
||||
unsubscribe: Przestań subskrybować
|
||||
username: Nazwa użytkownika
|
||||
web: Sieć
|
||||
action_logs:
|
||||
actions:
|
||||
confirm_user: "%{name} potwierdził adres e-mail użytkownika %{target}"
|
||||
create_custom_emoji: "%{name} dodał nowe emoji %{target}"
|
||||
create_domain_block: "%{name} zablokował domenę %{target}"
|
||||
create_email_domain_block: "%{name} dodał domenę e-mail %{target} na czarną listę"
|
||||
demote_user: "%{name} zdegradował użytkownika %{target}"
|
||||
destroy_domain_block: "%{name} odblokował domenę %{target}"
|
||||
destroy_email_domain_block: "%{name} usunął domenę e-mail %{target} z czarnej listy"
|
||||
destroy_status: "%{name} usunął wpis użytkownika %{target}"
|
||||
disable_2fa_user: "%{name} wyłączył uwierzytelnianie dwustopniowe użytkownikowi %{target}"
|
||||
disable_custom_emoji: "%{name} wyłączył emoji %{target}"
|
||||
disable_user: "%{name} zablokował możliwość logowania użytkownikowi %{target}"
|
||||
enable_custom_emoji: "%{name} włączył emoji %{target}"
|
||||
enable_user: "%{name} przywrócił możliwość logowania użytkownikowi %{target}"
|
||||
memorialize_account: "%{name} nadał kontu %{target} status in memoriam"
|
||||
promote_user: "%{name} podniósł uprawnienia użytkownikowi %{target}"
|
||||
reset_password_user: "%{name} przywrócił hasło użytkownikowi %{target}"
|
||||
resolve_report: "%{name} odrzucił zgłoszenie %{target}"
|
||||
silence_account: "%{name} wyciszył konto %{target}"
|
||||
suspend_account: "%{name} zawiesił konto %{target}"
|
||||
unsilence_account: "%{name} cofnął wyciszenie konta %{target}"
|
||||
unsuspend_account: "%{name} cofnął zawieszenie konta %{target}"
|
||||
update_custom_emoji: "%{name} zaktualizował emoji %{target}"
|
||||
update_status: "%{name} zaktualizował wpis użytkownika %{target}"
|
||||
title: Dziennik działań administracyjnych
|
||||
custom_emojis:
|
||||
copied_msg: Pomyślnie utworzono lokalną kopię emoji
|
||||
copy: Kopiuj
|
||||
@ -148,6 +175,7 @@ pl:
|
||||
listed: Widoczne
|
||||
new:
|
||||
title: Dodaj nowe niestandardowe emoji
|
||||
overwrite: Zastąp
|
||||
shortcode: Shortcode
|
||||
shortcode_hint: Co najmniej 2 znaki, tylko znaki alfanumeryczne i podkreślniki
|
||||
title: Niestandardowe emoji
|
||||
@ -403,6 +431,8 @@ pl:
|
||||
validations:
|
||||
images_and_video: Nie możesz załączyć pliku wideo do wpisu, który zawiera już zdjęcia
|
||||
too_many: Nie możesz załączyć więcej niż 4 plików
|
||||
moderation:
|
||||
title: Moderacja
|
||||
notification_mailer:
|
||||
digest:
|
||||
body: 'Oto krótkie podsumowanie co Cię ominęło na %{instance} od Twojej ostatniej wizyty (%{since}):'
|
||||
|
Reference in New Issue
Block a user