mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 03:02:46 +08:00
Merge pull request #552 from kubabrecka/extract_strings_reports
extract hardcoded strings from admin reports
This commit is contained in:
commit
1a80412b43
|
@ -3,11 +3,11 @@
|
|||
|
||||
<button class='btn'
|
||||
{{action viewAsTable}}
|
||||
{{bindAttr disabled="viewingTable"}}>View as Table</button>
|
||||
{{bindAttr disabled="viewingTable"}}>{{i18n admin.dashboard.reports.view_table}}</button>
|
||||
|
||||
<button class='btn'
|
||||
{{action viewAsBarChart}}
|
||||
{{bindAttr disabled="viewingBarChart"}}>View as Bar Chart</button>
|
||||
{{bindAttr disabled="viewingBarChart"}}>{{i18n admin.dashboard.reports.view_chart}}</button>
|
||||
|
||||
<table class='table report'>
|
||||
<tr>
|
||||
|
|
|
@ -713,6 +713,8 @@ en:
|
|||
7_days_ago: "7 Days Ago"
|
||||
30_days_ago: "30 Days Ago"
|
||||
all: "All"
|
||||
view_table: "View as Table"
|
||||
view_chart: "View as Bar Chart"
|
||||
|
||||
commits:
|
||||
latest_changes: "Latest changes."
|
||||
|
|
Loading…
Reference in New Issue
Block a user