Rearrange data in blocks table to start/end/status columns
This commit is contained in:
parent
572d1adaae
commit
30da09c5a1
4 changed files with 57 additions and 11 deletions
|
@ -2895,6 +2895,14 @@ en:
|
|||
years:
|
||||
one: "%{count} year"
|
||||
other: "%{count} years"
|
||||
short:
|
||||
ended: "ended"
|
||||
revoked_html: "revoked by %{name}"
|
||||
until_end: "until end"
|
||||
until_login: "until login"
|
||||
until_end_and_login: "until end & login"
|
||||
time_in_future_title: "%{time_absolute}; in %{time_relative}"
|
||||
time_in_past_title: "%{time_absolute}; %{time_relative}"
|
||||
blocks_on:
|
||||
title: "Blocks on %{name}"
|
||||
heading_html: "List of Blocks on %{name}"
|
||||
|
@ -2913,15 +2921,15 @@ en:
|
|||
reason: "Reason for block:"
|
||||
revoker: "Revoker:"
|
||||
block:
|
||||
not_revoked: "(not revoked)"
|
||||
show: "Show"
|
||||
edit: "Edit"
|
||||
page:
|
||||
display_name: "Blocked User"
|
||||
creator_name: "Creator"
|
||||
reason: "Reason for block"
|
||||
start: "Start"
|
||||
end: "End"
|
||||
status: "Status"
|
||||
revoker_name: "Revoked by"
|
||||
navigation:
|
||||
all_blocks: "All Blocks"
|
||||
blocks_on_me: "Blocks on Me"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue