Fully internationalise the issues and reports interfaces.
This commit is contained in:
parent
ae44879213
commit
79bd1777ab
8 changed files with 79 additions and 43 deletions
|
@ -914,9 +914,23 @@ en:
|
|||
ignore: Ignore
|
||||
reopen: Reopen
|
||||
index:
|
||||
search:
|
||||
user_not_found: User does not exist
|
||||
issues_not_found: No such issues found
|
||||
title: Issues
|
||||
select_status: Select Status
|
||||
select_type: Select Type
|
||||
select_last_updated_by: Select Last Updated By
|
||||
reported_user: Reported User
|
||||
not_updated: Not Updated
|
||||
search: Search
|
||||
search_guidance: "Search Issues:"
|
||||
user_not_found: User does not exist
|
||||
issues_not_found: No such issues found
|
||||
status: Status
|
||||
number_of_reports: Number of Reports
|
||||
last_updated_at: Last Updated At
|
||||
last_updated_by: Last Updated By
|
||||
link_to_reports: Link to Reports
|
||||
reported_user: Reported User
|
||||
link_to_reported_instance: Link to Reported Instance
|
||||
create:
|
||||
successful_report: Your report has been registered sucessfully
|
||||
provide_details: Please provide the required details
|
||||
|
@ -933,15 +947,37 @@ en:
|
|||
unable_to_fix: You are unable to fix the problem yourself
|
||||
resolve_with_user: You have tried to resolve the problem with the user
|
||||
show:
|
||||
title: "%{status} Issue #%{issue_id}"
|
||||
reports:
|
||||
zero: No reports
|
||||
one: 1 report
|
||||
other: "%{count} reports"
|
||||
report_created_at: "First reported at %{datetime}"
|
||||
last_resolved_at: "Last resolved at %{datetime}"
|
||||
last_updated_at: "Last updated at %{datetime} by %{displayname}"
|
||||
reports_of_this_issue: Reports of this Issue
|
||||
read_reports: Read Reports
|
||||
new_reports: New Reports
|
||||
other_issues_against_this_user: Other issues against this user
|
||||
no_other_issues: No other issues against this user.
|
||||
comments_on_this_issue: Comments on this issue
|
||||
comments:
|
||||
reassign_param: Reassign Issue?
|
||||
comment:
|
||||
provide_details: Please provide the required details
|
||||
comment_created: Your comment was successfully created
|
||||
comments:
|
||||
created_at: "On %{datetime}"
|
||||
reports:
|
||||
category: "Category: %{category}"
|
||||
updated_at: "On %{datetime}"
|
||||
reported_by_html: "Reported by <a href=\"%{user_url}\">%{user_name}</a>"
|
||||
resolved: Issue status has been set to 'Resolved'
|
||||
ignored: Issue status has been set to 'Ignored'
|
||||
reopened: Issue status has been set to 'Open'
|
||||
reports:
|
||||
new:
|
||||
title_html: "Report %{link}"
|
||||
categories:
|
||||
DiaryEntry:
|
||||
spam: This Diary Entry is/contains spam
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue