Merge pull request #3037 from movilla/master
Add translation app/views/admins/_admin_bar.haml for Admin Panel
This commit is contained in:
commit
a369ee6145
3 changed files with 22 additions and 8 deletions
|
|
@ -1,12 +1,11 @@
|
||||||
#admin_nav
|
#admin_nav
|
||||||
%h2
|
%h2
|
||||||
Pages
|
= t('.pages')
|
||||||
%ul
|
%ul
|
||||||
%li= link_to 'User Search', user_search_path
|
%li= link_to t('.user_search'), user_search_path
|
||||||
%li= link_to 'Weekly User Stats', weekly_user_stats_path
|
%li= link_to t('.weekly_user_stats'), weekly_user_stats_path
|
||||||
%li= link_to 'Pod Stats', pod_stats_path
|
%li= link_to t('.pod_stats'), pod_stats_path
|
||||||
%li= link_to 'Correlations', correlations_path
|
%li= link_to t('.correlations'), correlations_path
|
||||||
- if AppConfig[:mount_resque_web]
|
- if AppConfig[:mount_resque_web]
|
||||||
%li= link_to 'Resque Overview', resque_web_path
|
%li= link_to t('.resque_overview'), resque_web_path
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -80,7 +80,14 @@ en:
|
||||||
invalid_fields: "Invalid Fields"
|
invalid_fields: "Invalid Fields"
|
||||||
correct_the_following_errors_and_try_again: "Correct the following errors and try again."
|
correct_the_following_errors_and_try_again: "Correct the following errors and try again."
|
||||||
|
|
||||||
|
admins:
|
||||||
|
admin_bar:
|
||||||
|
pages: "Pages"
|
||||||
|
user_search: "User Search"
|
||||||
|
weekly_user_stats: "Weekly User Stats"
|
||||||
|
pod_stats: "Pod Stats"
|
||||||
|
correlations: "Correlations"
|
||||||
|
resque_overview: "Resque Overview"
|
||||||
application:
|
application:
|
||||||
helper:
|
helper:
|
||||||
unknown_person: "unknown person"
|
unknown_person: "unknown person"
|
||||||
|
|
|
||||||
|
|
@ -42,6 +42,14 @@ es:
|
||||||
taken: "ya está ocupado."
|
taken: "ya está ocupado."
|
||||||
ago: "hace %{time} "
|
ago: "hace %{time} "
|
||||||
all_aspects: "Todos los aspectos"
|
all_aspects: "Todos los aspectos"
|
||||||
|
admins:
|
||||||
|
admin_bar:
|
||||||
|
pages: "Páginas"
|
||||||
|
user_search: "Buscar gente"
|
||||||
|
weekly_user_stats: "Estadísticas de Registro"
|
||||||
|
pod_stats: "Estadísticas"
|
||||||
|
correlations: "Correlationes"
|
||||||
|
resque_overview: "Resque"
|
||||||
application:
|
application:
|
||||||
helper:
|
helper:
|
||||||
diaspora_alpha: "DIASPORA* ALPHA"
|
diaspora_alpha: "DIASPORA* ALPHA"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue