Improve report layout (#7188)

* Use table for statuses in report

* Display reported account and reporter in the same table

* Split accounts and general report info into two tables again

* Redesign report statuses table, notes, merge notes and action log

* Remove unused translations

* Fix code style issue

* Fix code style issue

* Fix code style issue
This commit is contained in:
Eugen Rochko
2018-04-20 02:28:48 +02:00
committed by GitHub
parent 1663368724
commit a9c440637c
55 changed files with 380 additions and 249 deletions

View File

@ -240,7 +240,6 @@ ar:
action_taken_by: تم اتخاذ الإجراء مِن طرف
are_you_sure: هل أنت متأكد ؟
comment:
label: تعليق
none: لا شيء
delete: حذف
id: معرّف ID

View File

@ -243,7 +243,6 @@ ca:
action_taken_by: Mesures adoptades per
are_you_sure: N'estàs segur?
comment:
label: Comentari
none: Cap
delete: Suprimeix
id: ID

View File

@ -243,7 +243,6 @@ de:
action_taken_by: Maßnahme ergriffen durch
are_you_sure: Bist du dir sicher?
comment:
label: Kommentar
none: Kein
delete: Löschen
id: ID

View File

@ -260,40 +260,29 @@ en:
destroyed_msg: Report note successfully deleted!
reports:
account:
created_reports: Reports created by this account
moderation:
silenced: Silenced
suspended: Suspended
title: Moderation
moderation_notes: Moderation Notes
note: note
report: report
targeted_reports: Reports made about this account
action_taken_by: Action taken by
are_you_sure: Are you sure?
assign_to_self: Assign to me
assigned: Assigned Moderator
assigned: Assigned moderator
comment:
label: Report Comment
none: None
created_at: Reported
delete: Delete
history: Moderation History
id: ID
mark_as_resolved: Mark as resolved
mark_as_unresolved: Mark as unresolved
notes:
create: Add Note
create_and_resolve: Resolve with Note
create_and_unresolve: Reopen with Note
create: Add note
create_and_resolve: Resolve with note
create_and_unresolve: Reopen with note
delete: Delete
label: Moderator Notes
new_label: Add Moderator Note
placeholder: Describe what actions have been taken, or any other updates to this report…
nsfw:
'false': Unhide media attachments
'true': Hide media attachments
reopen: Reopen Report
reopen: Reopen report
report: 'Report #%{id}'
report_contents: Contents
reported_account: Reported account
@ -302,7 +291,6 @@ en:
resolved_msg: Report successfully resolved!
silence_account: Silence account
status: Status
statuses: Reported Toots
suspend_account: Suspend account
target: Target
title: Reports
@ -366,8 +354,8 @@ en:
back_to_account: Back to account page
batch:
delete: Delete
nsfw_off: NSFW OFF
nsfw_on: NSFW ON
nsfw_off: Mark as not sensitive
nsfw_on: Mark as sensitive
execute: Execute
failed_to_execute: Failed to execute
media:

View File

@ -243,7 +243,6 @@ eo:
action_taken_by: Ago farita de
are_you_sure: Ĉu vi certas?
comment:
label: Komento
none: Nenio
delete: Forigi
id: ID

View File

@ -243,7 +243,6 @@ es:
action_taken_by: Acción tomada por
are_you_sure: "¿Estás seguro?"
comment:
label: Comentario
none: Ninguno
delete: Eliminar
id: ID

View File

@ -243,7 +243,6 @@ fa:
action_taken_by: انجام‌دهنده
are_you_sure: آیا مطمئن هستید؟
comment:
label: توضیح
none: خالی
delete: پاک‌کردن
id: شناسه

View File

@ -243,7 +243,6 @@ fi:
action_taken_by: Toimenpiteen tekijä
are_you_sure: Oletko varma?
comment:
label: Kommentti
none: Ei mitään
delete: Poista
id: Tunniste

View File

@ -243,7 +243,6 @@ fr:
action_taken_by: Intervention de
are_you_sure: Êtes vous certain⋅e?
comment:
label: Commentaire
none: Aucun
delete: Supprimer
id: ID

View File

@ -243,7 +243,6 @@ gl:
action_taken_by: Acción tomada por
are_you_sure: Está segura?
comment:
label: Comentario
none: Nada
delete: Eliminar
id: ID

View File

@ -180,7 +180,6 @@ he:
reports:
are_you_sure: 100% על בטוח?
comment:
label: הערה
none: ללא
delete: מחיקה
id: ID

View File

@ -243,7 +243,6 @@ hu:
action_taken_by: 'Kezelte:'
are_you_sure: Biztos vagy benne?
comment:
label: Hozzászólás
none: Egyik sem
delete: Törlés
id: ID

View File

@ -106,7 +106,6 @@ id:
title: Server yang diketahui
reports:
comment:
label: Komentar
none: Tidak ada
delete: Hapus
id: ID

View File

@ -105,7 +105,6 @@ io:
title: Known Instances
reports:
comment:
label: Comment
none: None
delete: Delete
id: ID

View File

@ -264,11 +264,9 @@ ja:
assign_to_self: 担当になる
assigned: 担当者
comment:
label: コメント
none: なし
created_at: レポート日時
delete: 削除
history: モデレーション履歴
id: ID
mark_as_resolved: 解決済みとしてマーク
mark_as_unresolved: 未解決として再び開く
@ -277,8 +275,6 @@ ja:
create_and_resolve: 書き込み、解決済みにする
create_and_unresolve: 書き込み、未解決として開く
delete: 削除
label: モデレーターメモ
new_label: モデレーターメモの追加
placeholder: このレポートに取られた措置やその他更新を記述してください
nsfw:
'false': NSFW オフ
@ -292,7 +288,6 @@ ja:
resolved_msg: レポートを解決済みにしました!
silence_account: アカウントをサイレンス
status: ステータス
statuses: 通報されたトゥート
suspend_account: アカウントを停止
target: ターゲット
title: レポート

View File

@ -245,7 +245,6 @@ ko:
action_taken_by: 신고 처리자
are_you_sure: 정말로 실행하시겠습니까?
comment:
label: 코멘트
none: 없음
delete: 삭제
id: ID

View File

@ -243,7 +243,6 @@ nl:
action_taken_by: Actie uitgevoerd door
are_you_sure: Weet je het zeker?
comment:
label: Opmerking
none: Geen
delete: Verwijderen
id: ID

View File

@ -243,7 +243,6 @@
action_taken_by: Handling utført av
are_you_sure: Er du sikker?
comment:
label: Kommentar
none: Ingen
delete: Slett
id: ID

View File

@ -243,7 +243,6 @@ oc:
action_taken_by: Mesura menada per
are_you_sure: Es segur?
comment:
label: Comentari
none: Pas cap
delete: Suprimir
id: ID

View File

@ -261,25 +261,16 @@ pl:
destroyed_msg: Pomyślnie usunięto notatkę moderacyjną.
reports:
account:
created_reports: Zgłoszenia utworzone z tego konta
moderation:
silenced: Wyciszone
suspended: Zawieszone
title: Moderacja
moderation_notes: Notatki moderacyjne
note: notatka
report: zgłoszenie
targeted_reports: Zgłoszenia dotycząće tego konta
action_taken_by: Działanie podjęte przez
are_you_sure: Czy na pewno?
assign_to_self: Przypisz do siebie
assigned: Przypisany moderator
comment:
label: Komentarz do zgłoszenia
none: Brak
created_at: Zgłoszono
delete: Usuń
history: Historia moderacji
id: ID
mark_as_resolved: Oznacz jako rozwiązane
mark_as_unresolved: Oznacz jako nierozwiązane
@ -288,8 +279,6 @@ pl:
create_and_resolve: Rozwiąż i pozostaw notatkę
create_and_unresolve: Cofnij rozwiązanie i pozostaw notatkę
delete: Usuń
label: Notatki
new_label: Dodaj notatkę moderacyjną
placeholder: Opisz wykonane akcje i inne szczegóły dotyczące tego zgłoszenia…
nsfw:
'false': Nie oznaczaj jako NSFW
@ -303,7 +292,6 @@ pl:
resolved_msg: Pomyślnie rozwiązano zgłoszenie.
silence_account: Wycisz konto
status: Stan
statuses: Zgłoszone wpisy
suspend_account: Zawieś konto
target: Cel
title: Zgłoszenia

View File

@ -243,7 +243,6 @@ pt-BR:
action_taken_by: Ação realizada por
are_you_sure: Você tem certeza?
comment:
label: Comentário
none: Nenhum
delete: Excluir
id: ID

View File

@ -243,7 +243,6 @@ pt:
action_taken_by: Ação tomada por
are_you_sure: Tens a certeza?
comment:
label: Comentário
none: Nenhum
delete: Eliminar
id: ID

View File

@ -245,7 +245,6 @@ ru:
action_taken_by: 'Действие предпринято:'
are_you_sure: Вы уверены?
comment:
label: Комментарий
none: Нет
delete: Удалить
id: ID

View File

@ -243,7 +243,6 @@ sk:
action_taken_by: Zákrok vykonal
are_you_sure: Ste si istý/á?
comment:
label: Vyjadriť sa
none: Žiadne
delete: Vymazať
id: Identifikácia

View File

@ -245,7 +245,6 @@ sr-Latn:
action_taken_by: Akciju izveo
are_you_sure: Da li ste sigurni?
comment:
label: Komentar
none: Ništa
delete: Obriši
id: ID

View File

@ -245,7 +245,6 @@ sr:
action_taken_by: Акцију извео
are_you_sure: Да ли сте сигурни?
comment:
label: Коментар
none: Ништа
delete: Обриши
id: ID

View File

@ -243,7 +243,6 @@ sv:
action_taken_by: Åtgärder vidtagna av
are_you_sure: Är du säker?
comment:
label: Kommentar
none: Ingen
delete: Radera
id: ID

View File

@ -108,7 +108,6 @@ th:
title: Known Instances
reports:
comment:
label: คอมเม้นต์
none: None
delete: ลบ
id: ไอดี

View File

@ -107,7 +107,6 @@ tr:
title: Bilinen Sunucular
reports:
comment:
label: Yorum
none: Yok
delete: Sil
id: ID

View File

@ -99,7 +99,6 @@ uk:
undo: Відмінити
reports:
comment:
label: Коментар
none: Немає
delete: Видалити
id: ID

View File

@ -241,7 +241,6 @@ zh-CN:
action_taken_by: 操作执行者
are_you_sure: 你确定吗?
comment:
label: 备注
none: 没有
delete: 删除
id: ID

View File

@ -259,25 +259,16 @@ zh-HK:
destroyed_msg: 舉報筆記已刪除。
reports:
account:
created_reports: 由此帳號發出的舉報
moderation:
silenced: 被靜音的
suspended: 被停權的
title: 管理操作
moderation_notes: 管理筆記
note: 筆記
report: 舉報
targeted_reports: 關於此帳號的舉報
action_taken_by: 操作執行者
are_you_sure: 你確認嗎?
assign_to_self: 指派給自己
assigned: 指派負責人
comment:
label: 詳細解釋
none: 沒有
created_at: 日期
delete: 刪除
history: 執行紀錄
id: ID
mark_as_resolved: 標示為「已處理」
mark_as_unresolved: 標示為「未處理」
@ -286,8 +277,6 @@ zh-HK:
create_and_resolve: 建立筆記並標示為「已處理」
create_and_unresolve: 建立筆記並標示為「未處理」
delete: 刪除
label: 管理筆記
new_label: 建立管理筆記
placeholder: 記錄已執行的動作,或其他更新
nsfw:
'false': 取消 NSFW 標記
@ -301,7 +290,6 @@ zh-HK:
resolved_msg: 舉報已處理。
silence_account: 將用戶靜音
status: 狀態
statuses: 被舉報的文章
suspend_account: 將用戶停權
target: 對象
title: 舉報

View File

@ -79,7 +79,6 @@ zh-TW:
title: 網域封鎖
reports:
comment:
label: 留言
none:
delete: 刪除
id: ID