Merge pull request #3039 from movilla/master
Add translation app/views/admins/correlations.haml[ci skip]
This commit is contained in:
commit
f55e6fa5a1
3 changed files with 5 additions and 2 deletions
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
.span-24
|
||||
= render :partial => 'admins/admin_bar.haml'
|
||||
%br
|
||||
|
|
@ -6,7 +5,7 @@
|
|||
|
||||
.span-24.last
|
||||
%h1
|
||||
= "Correlations with Sign In Count:"
|
||||
= t('.correlations_count')
|
||||
%ul
|
||||
- @correlations_hash.keys.each do |k|
|
||||
%li
|
||||
|
|
|
|||
|
|
@ -88,6 +88,8 @@ en:
|
|||
pod_stats: "Pod Stats"
|
||||
correlations: "Correlations"
|
||||
resque_overview: "Resque Overview"
|
||||
correlations:
|
||||
correlations_count: "Correlations with Sign In Count:"
|
||||
application:
|
||||
helper:
|
||||
unknown_person: "unknown person"
|
||||
|
|
|
|||
|
|
@ -50,6 +50,8 @@ es:
|
|||
pod_stats: "Estadísticas"
|
||||
correlations: "Correlationes"
|
||||
resque_overview: "Resque"
|
||||
correlations:
|
||||
correlations_count: "Correlación entre cuentas:"
|
||||
application:
|
||||
helper:
|
||||
diaspora_alpha: "DIASPORA* ALPHA"
|
||||
|
|
|
|||
Loading…
Reference in a new issue