Make Reporting admin section translatable (#1549)
* Make Reporting admin section translatable And translate it into english and french Signed-off-by: Thomas Citharel <tcit@tcit.fr> * Make subject of emails translatable and improve french translation Signed-off-by: Thomas Citharel <tcit@tcit.fr> * Make error pages translatable and translate them in english and french Signed-off-by: Thomas Citharel <tcit@tcit.fr> * Translate site setting section * Insert instance in registration emails and improve them a bit Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
1f5ff46fd9
commit
d90d23699c
15 changed files with 192 additions and 68 deletions
|
@ -170,3 +170,54 @@ en:
|
|||
users:
|
||||
invalid_email: The e-mail address is invalid
|
||||
invalid_otp_token: Invalid two-factor code
|
||||
will_paginate:
|
||||
page_gap: "…"
|
||||
errors:
|
||||
404: The page you were looking for doesn't exist.
|
||||
410: The page you were looking for doesn't exist anymore.
|
||||
422:
|
||||
title: Security verification failed
|
||||
content: Security verification failed. Are you blocking cookies?
|
||||
reports:
|
||||
reports: Reports
|
||||
status: Status
|
||||
unresolved: Unresolved
|
||||
resolved: Resolved
|
||||
id: ID
|
||||
target: Target
|
||||
reported_by: Reported by
|
||||
comment:
|
||||
label: Comment
|
||||
none: None
|
||||
view: View
|
||||
report: "Report #%{id}"
|
||||
delete: Delete
|
||||
reported_account: Reported account
|
||||
reported_by: Signalé par
|
||||
silence_account: Silence account
|
||||
suspend_account: Suspend account
|
||||
mark_as_resolved: Mark as resolved
|
||||
admin:
|
||||
settings:
|
||||
title: Site Settings
|
||||
setting: Setting
|
||||
click_to_edit: Click to edit
|
||||
contact_information:
|
||||
label: Contact information
|
||||
username: Enter a username
|
||||
email: Enter a public e-mail address
|
||||
site_title: Site title
|
||||
site_description:
|
||||
title: Site description
|
||||
desc_html: "Displayed as a paragraph on the frontpage and used as a meta tag.<br>You can use HTML tags, in particular <code><a></code> and <code><em></code>."
|
||||
site_description_extended:
|
||||
title: Extended site description
|
||||
desc_html: "Displayed on extended information page<br>You can use HTML tags"
|
||||
registrations:
|
||||
open:
|
||||
title: Open registration
|
||||
enabled: Enabled
|
||||
disabled: Disabled
|
||||
closed_message:
|
||||
title: Closed registration message
|
||||
desc_html: "Displayed on frontpage when registrations are closed<br>You can use HTML tags"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue