diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb index 2197c10..60cd44b 100644 --- a/app/views/home/index.html.erb +++ b/app/views/home/index.html.erb @@ -1,10 +1,10 @@

<%= t('title_home_index') %>

-

+

<%= t('body_home_index_html') %>

-

- <%= t('body_feedback_home_index_html', href: link_to('feedback', 'https://github.com/mezuro/mezuro/issues', target: '_blank')) %> +

+ <%= t('body_feedback_home_index_html', href: link_to('feedback', 'https://github.com/mezuro/mezuro/issues', target: '_blank')) %>

diff --git a/app/views/shared/_short_about.html.erb b/app/views/shared/_short_about.html.erb index 5225953..d5292ff 100644 --- a/app/views/shared/_short_about.html.erb +++ b/app/views/shared/_short_about.html.erb @@ -1,6 +1,6 @@
  • - <%= t('about_mezuro_body_html', href: link_to( 'Kalibro Web Service', 'https://github.com/mezuro/kalibro', target: '_blank'), href2: link_to('Kalibro Processor', 'https://github.com/mezuro/kalibro_processor', target: '_blank'))%> + <%= t('about_mezuro_body_html', href: link_to( 'Kalibro Configurations', 'https://github.com/mezuro/kalibro_configurations', target: '_blank'), href2: link_to('Kalibro Processor', 'https://github.com/mezuro/kalibro_processor', target: '_blank'))%>
  • diff --git a/config/locales/views/home/en.yml b/config/locales/views/home/en.yml index ecf4bed..26f431f 100644 --- a/config/locales/views/home/en.yml +++ b/config/locales/views/home/en.yml @@ -1,5 +1,5 @@ en: title_home_index: "Understanding Code Metrics" - body_home_index_html: "This is Mezuro! A free/libre web platform for collaborative source code evaluation.

    Here you can evaluate your source code with the most popular SCMs (like Git and SVN), just by providing its URL. For now, you can evaluate C, C++ and Java source codes, but we are looking forward to supporting more languages in the future." + body_home_index_html: "This is Mezuro! A free/libre web platform for collaborative source code evaluation.

    Here you can evaluate your source code with the most popular SCMs (like Git and SVN), just by providing its URL. For now, you can evaluate C, C++, Java and Ruby source codes, but we are looking forward to supporting more languages in the future (Python is coming soon)." body_feedback_home_index_html: "Mezuro is continuously under development. Try it and give us your %{href}." latest_projects: "Latest projects" diff --git a/config/locales/views/home/pt.yml b/config/locales/views/home/pt.yml index 2e62285..0ff7d0f 100644 --- a/config/locales/views/home/pt.yml +++ b/config/locales/views/home/pt.yml @@ -1,5 +1,5 @@ pt: title_home_index: "Entendendo Métricas de Código" - body_home_index_html: "

    Este é o Mezuro! Uma plataforma web livre para avaliação colaborativa de código fonte.

    Aqui você pode avaliar seu código fonte com os SCMs mais populares (como Git e SVN), apenas fornecendo sua URL. Por enquanto, você pode avaliar códigos em C, C++ e Java, mas nós pretendemos dar suporte a mais linguagems no futuro.

    " + body_home_index_html: "

    Este é o Mezuro! Uma plataforma web livre para avaliação colaborativa de código fonte.

    Aqui você pode avaliar seu código fonte com os SCMs mais populares (como Git e SVN), apenas fornecendo sua URL. Por enquanto, você pode avaliar códigos em C, C++, Java e Ruby, mas nós pretendemos dar suporte a mais linguagems no futuro (Python está muito próximo).

    " body_feedback_home_index_html: "Mezuro está sob constante desenvolvimento. Experimente e nos dê o seu %{href}." latest_projects: "Últimos projetos" -- libgit2 0.21.2