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
|
.span-24
|
||||||
= render :partial => 'admins/admin_bar.haml'
|
= render :partial => 'admins/admin_bar.haml'
|
||||||
%br
|
%br
|
||||||
|
|
@ -6,7 +5,7 @@
|
||||||
|
|
||||||
.span-24.last
|
.span-24.last
|
||||||
%h1
|
%h1
|
||||||
= "Correlations with Sign In Count:"
|
= t('.correlations_count')
|
||||||
%ul
|
%ul
|
||||||
- @correlations_hash.keys.each do |k|
|
- @correlations_hash.keys.each do |k|
|
||||||
%li
|
%li
|
||||||
|
|
|
||||||
|
|
@ -88,6 +88,8 @@ en:
|
||||||
pod_stats: "Pod Stats"
|
pod_stats: "Pod Stats"
|
||||||
correlations: "Correlations"
|
correlations: "Correlations"
|
||||||
resque_overview: "Resque Overview"
|
resque_overview: "Resque Overview"
|
||||||
|
correlations:
|
||||||
|
correlations_count: "Correlations with Sign In Count:"
|
||||||
application:
|
application:
|
||||||
helper:
|
helper:
|
||||||
unknown_person: "unknown person"
|
unknown_person: "unknown person"
|
||||||
|
|
|
||||||
|
|
@ -50,6 +50,8 @@ es:
|
||||||
pod_stats: "Estadísticas"
|
pod_stats: "Estadísticas"
|
||||||
correlations: "Correlationes"
|
correlations: "Correlationes"
|
||||||
resque_overview: "Resque"
|
resque_overview: "Resque"
|
||||||
|
correlations:
|
||||||
|
correlations_count: "Correlación entre cuentas:"
|
||||||
application:
|
application:
|
||||||
helper:
|
helper:
|
||||||
diaspora_alpha: "DIASPORA* ALPHA"
|
diaspora_alpha: "DIASPORA* ALPHA"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue