diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index 7569848..e123d00 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -11,6 +11,7 @@ Prezento is the web interface for Mezuro. * Add latest configurations list to the homepage * Move tutorials to mezuro.github.io * Pluralize navigation menu links +* Add missing translation for CompoundMetric * Make Compound Metric Config. metric list not include Hotspot metrics * Fix 'Tree Metrics' and 'Hotspot Metrics' PT translations in Configuration show view diff --git a/config/locales/views/metric_configurations/en.yml b/config/locales/views/metric_configurations/en.yml index 7411bc5..2bfe0bd 100644 --- a/config/locales/views/metric_configurations/en.yml +++ b/config/locales/views/metric_configurations/en.yml @@ -39,6 +39,7 @@ en: choose_metric: "Choose a metric from a Base Tool:" invalid_metric_or_collector: "Invalid combination of metric collector, name/code and type" invalid_model: "Invalid %{model}" + compound_metric: "Compound Metric" scopes: FUNCTION: "Function" METHOD: "Method" diff --git a/config/locales/views/metric_configurations/pt.yml b/config/locales/views/metric_configurations/pt.yml index b0ae42e..a88043b 100644 --- a/config/locales/views/metric_configurations/pt.yml +++ b/config/locales/views/metric_configurations/pt.yml @@ -43,6 +43,7 @@ pt: choose_metric: "Escolha uma métrica de um Coletor:" invalid_metric_or_collector: "Combinação inválida de coletor de métricas, nome/código e tipo" invalid_model: "%{model} inválido" + compound_metric: "Métrica Composta" scopes: FUNCTION: "Função" METHOD: "Método" -- libgit2 0.21.2