* The Back link in block/id/edit wasn't translatable
* New text for back links to make them more understandable
This commit is contained in:
parent
54649a39a0
commit
df4267639d
2 changed files with 4 additions and 3 deletions
|
@ -25,4 +25,4 @@
|
||||||
</p>
|
</p>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<%= link_to 'Back', user_blocks_path %>
|
<%= link_to t('user_block.new.back'), user_blocks_path %>
|
||||||
|
|
|
@ -1042,14 +1042,15 @@ en:
|
||||||
tried_contacting: "I have contacted the user and asked them to stop."
|
tried_contacting: "I have contacted the user and asked them to stop."
|
||||||
tried_waiting: "I have given a reasonable amount of time for the user to respond to those communications."
|
tried_waiting: "I have given a reasonable amount of time for the user to respond to those communications."
|
||||||
needs_view: "Does the user need to log in before this block will be cleared?"
|
needs_view: "Does the user need to log in before this block will be cleared?"
|
||||||
|
back: "View all blocks"
|
||||||
edit:
|
edit:
|
||||||
title: "Editing block on {{name}}"
|
title: "Editing block on {{name}}"
|
||||||
heading: "Editing block on {{name}}"
|
heading: "Editing block on {{name}}"
|
||||||
reason: "The reason why {{name}} is being blocked. Please be as calm and as reasonable as possible, giving as much detail as you can about the situation. Bear in mind that not all users understand the community jargon, so please try to use laymans terms."
|
reason: "The reason why {{name}} is being blocked. Please be as calm and as reasonable as possible, giving as much detail as you can about the situation. Bear in mind that not all users understand the community jargon, so please try to use laymans terms."
|
||||||
period: "How long, starting now, the user will be blocked from the API for."
|
period: "How long, starting now, the user will be blocked from the API for."
|
||||||
submit: "Update block"
|
submit: "Update block"
|
||||||
show: "Show"
|
show: "View this block"
|
||||||
back: "Back"
|
back: "View all blocks"
|
||||||
needs_view: "Does the user need to log in before this block will be cleared?"
|
needs_view: "Does the user need to log in before this block will be cleared?"
|
||||||
filter:
|
filter:
|
||||||
not_a_moderator: "You need to be a moderator to perform that action."
|
not_a_moderator: "You need to be a moderator to perform that action."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue