Commit b23b7dffd936151aabae662f189b7e6fb914d4a5

Authored by Heitor
Committed by Rafael Manzo
1 parent e857ddd5

Reorganized the locales files

Signed off by: Rafael Manzo <rr.manzo@gmail.com>
app/controllers/compound_metric_configurations_controller.rb
... ... @@ -25,7 +25,7 @@ class CompoundMetricConfigurationsController &lt; BaseMetricConfigurationsControlle
25 25 respond_to do |format|
26 26 edit
27 27 if @compound_metric_configuration.update(metric_configuration_params)
28   - format.html { redirect_to kalibro_configuration_path(@compound_metric_configuration.kalibro_configuration_id), notice: t('successfully_updated', :record => t('Compound' + @compound_metric_configuration.class.name)) }
  28 + format.html { redirect_to kalibro_configuration_path(@compound_metric_configuration.kalibro_configuration_id), notice: t('successfully_updated', :record => t('compound') + @compound_metric_configuration.class.model_name.human) }
29 29 format.json { head :no_content }
30 30 else
31 31 failed_action(format, 'edit')
... ... @@ -59,7 +59,7 @@ class CompoundMetricConfigurationsController &lt; BaseMetricConfigurationsControlle
59 59 #Code extracted from create action
60 60 def create_and_redir(format)
61 61 if @compound_metric_configuration.save
62   - format.html { redirect_to kalibro_configuration_path(@compound_metric_configuration.kalibro_configuration_id), notice: t('successfully_created', :record => t('Compound' + @compound_metric_configuration.class.name)) }
  62 + format.html { redirect_to kalibro_configuration_path(@compound_metric_configuration.kalibro_configuration_id), notice: t('successfully_created', :record => t('compound') + @compound_metric_configuration.class.model_name.human) }
63 63 else
64 64 failed_action(format, 'new')
65 65 end
... ...
config/locales/bootstrap/en.yml 0 → 100644
... ... @@ -0,0 +1,18 @@
  1 +# Sample localization file for English. Add more files in this directory for other locales.
  2 +# See https://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
  3 +
  4 +en:
  5 + helpers:
  6 + actions: "Actions"
  7 + links:
  8 + back: "Back"
  9 + cancel: "Cancel"
  10 + confirm: "Are you sure?"
  11 + destroy: "Delete"
  12 + new: "New"
  13 + edit: "Edit"
  14 + titles:
  15 + edit: "Edit %{model}"
  16 + save: "Save %{model}"
  17 + new: "New %{model}"
  18 + delete: "Delete %{model}"
... ...
config/locales/bootstrap/pt.yml 0 → 100644
... ... @@ -0,0 +1,15 @@
  1 +en:
  2 + helpers:
  3 + actions: "Acoes"
  4 + links:
  5 + back: "Voltar"
  6 + cancel: "Cancelar"
  7 + confirm: "Tem certeza?"
  8 + destroy: "Destruir"
  9 + new: "Novo"
  10 + edit: "Editar"
  11 + titles:
  12 + edit: "Editar %{model}"
  13 + save: "Salvar %{model}"
  14 + new: "Novo %{model}"
  15 + delete: "Destruir %{model}"
... ...
config/locales/controllers/compound_metric_configurations/en.yml 0 → 100644
... ... @@ -0,0 +1,3 @@
  1 +en:
  2 + compound_metric_configuration:
  3 + CompoundMetricConfiguration: "Compound Metric Configuration"
... ...
config/locales/controllers/compound_metric_configurations/pt.yml 0 → 100644
... ... @@ -0,0 +1,3 @@
  1 +pt:
  2 + compound_metric_configuration:
  3 + CompoundMetricConfiguration: "Configuração de Métrica Composta"
... ...
config/locales/controllers/pt.yml
... ... @@ -1,33 +0,0 @@
1   -# Files in the config/locales directory are used for internationalization
2   -# and are automatically loaded by Rails. If you want to use locales other
3   -# than English, add the necessary files in this directory.
4   -#
5   -# To use the locales, use `I18n.t`:
6   -#
7   -# I18n.t 'hello'
8   -#
9   -# In views, this is aliased to just `t`:
10   -#
11   -# <%= t('hello') %>
12   -#
13   -# To use a different locale, set it with `I18n.locale`:
14   -#
15   -# I18n.locale = :es
16   -#
17   -# This would use the information in config/locales/es.yml.
18   -#
19   -# To learn more, please read the Rails Internationalization guide
20   -# available at http://guides.rubyonrails.org/i18n.html.
21   -
22   -pt:
23   - successfully_created: "%{record} criado(a) com sucesso."
24   - successfully_updated: "%{record} atualizado(a) com sucesso."
25   -
26   - #class names
27   - MetricConfiguration: "Configuração de Métrica"
28   - CompoundMetricConfiguration: "Configuração de Métrica Composto"
29   - KalibroRange: "Intervalo"
30   - ReadingGroup: "Grupo de Leitura"
31   - Repository: "Repositório"
32   - Project: "Projeto"
33   - Reading: "Leitura"
config/locales/default/en.yml 0 → 100644
... ... @@ -0,0 +1,34 @@
  1 +# Files in the config/locales directory are used for internationalization
  2 +# and are automatically loaded by Rails. If you want to use locales other
  3 +# than English, add the necessary files in this directory.
  4 +#
  5 +# To use the locales, use `I18n.t`:
  6 +#
  7 +# I18n.t 'hello'
  8 +#
  9 +# In views, this is aliased to just `t`:
  10 +#
  11 +# <%= t('hello') %>
  12 +#
  13 +# To use a different locale, set it with `I18n.locale`:
  14 +#
  15 +# I18n.locale = :es
  16 +#
  17 +# This would use the information in config/locales/es.yml.
  18 +#
  19 +# To learn more, please read the Rails Internationalization guide
  20 +# available at http://guides.rubyonrails.org/i18n.html.
  21 +
  22 +en:
  23 + successfully_created: "%{record} was successfully created."
  24 + successfully_updated: "%{record} was successfully updated."
  25 +
  26 + #class names
  27 + MetricConfiguration: "Metric Configuration"
  28 + KalibroRange: "Range"
  29 + ReadingGroup: "Reading Group"
  30 + Repository: "Repository"
  31 + Project: "Project"
  32 + Reading: "Reading"
  33 +
  34 + compound: "Compound"
... ...
config/locales/default/pt.yml 0 → 100644
... ... @@ -0,0 +1,13 @@
  1 +pt:
  2 + successfully_created: "%{record} criado(a) com sucesso."
  3 + successfully_updated: "%{record} atualizado(a) com sucesso."
  4 +
  5 + #class names
  6 + MetricConfiguration: "Configuração de Métrica"
  7 + KalibroRange: "Intervalo"
  8 + ReadingGroup: "Grupo de Leitura"
  9 + Repository: "Repositório"
  10 + Project: "Projeto"
  11 + Reading: "Leitura"
  12 +
  13 + compound: "Composta"
... ...
config/locales/devise.en.yml
... ... @@ -1,60 +0,0 @@
1   -# Additional translations at https://github.com/plataformatec/devise/wiki/I18n
2   -
3   -en:
4   - devise:
5   - confirmations:
6   - confirmed: "Your account was successfully confirmed. Please sign in."
7   - confirmed_and_signed_in: "Your account was successfully confirmed. You are now signed in."
8   - send_instructions: "You will receive an email with instructions about how to confirm your account in a few minutes."
9   - send_paranoid_instructions: "If your email address exists in our database, you will receive an email with instructions about how to confirm your account in a few minutes."
10   - failure:
11   - already_authenticated: "You are already signed in."
12   - inactive: "Your account is not activated yet."
13   - invalid: "Invalid email or password."
14   - invalid_token: "Invalid authentication token."
15   - locked: "Your account is locked."
16   - not_found_in_database: "Invalid email or password."
17   - timeout: "Your session expired. Please sign in again to continue."
18   - unauthenticated: "You need to sign in or sign up before continuing."
19   - unconfirmed: "You have to confirm your account before continuing."
20   - mailer:
21   - confirmation_instructions:
22   - subject: "Confirmation instructions"
23   - reset_password_instructions:
24   - subject: "Reset password instructions"
25   - unlock_instructions:
26   - subject: "Unlock Instructions"
27   - omniauth_callbacks:
28   - failure: "Could not authenticate you from %{kind} because \"%{reason}\"."
29   - success: "Successfully authenticated from %{kind} account."
30   - passwords:
31   - no_token: "You can't access this page without coming from a password reset email. If you do come from a password reset email, please make sure you used the full URL provided."
32   - send_instructions: "You will receive an email with instructions about how to reset your password in a few minutes."
33   - send_paranoid_instructions: "If your email address exists in our database, you will receive a password recovery link at your email address in a few minutes."
34   - updated: "Your password was changed successfully. You are now signed in."
35   - updated_not_active: "Your password was changed successfully."
36   - registrations:
37   - destroyed: "Bye! Your account was successfully cancelled. We hope to see you again soon."
38   - signed_up: "Welcome! You have signed up successfully."
39   - signed_up_but_inactive: "You have signed up successfully. However, we could not sign you in because your account is not yet activated."
40   - signed_up_but_locked: "You have signed up successfully. However, we could not sign you in because your account is locked."
41   - signed_up_but_unconfirmed: "A message with a confirmation link has been sent to your email address. Please open the link to activate your account."
42   - update_needs_confirmation: "You updated your account successfully, but we need to verify your new email address. Please check your email and click on the confirm link to finalize confirming your new email address."
43   - updated: "You updated your account successfully."
44   - sessions:
45   - signed_in: "Signed in successfully."
46   - signed_out: "Signed out successfully."
47   - unlocks:
48   - send_instructions: "You will receive an email with instructions about how to unlock your account in a few minutes."
49   - send_paranoid_instructions: "If your account exists, you will receive an email with instructions about how to unlock it in a few minutes."
50   - unlocked: "Your account has been unlocked successfully. Please sign in to continue."
51   - errors:
52   - messages:
53   - already_confirmed: "was already confirmed, please try signing in"
54   - confirmation_period_expired: "needs to be confirmed within %{period}, please request a new one"
55   - expired: "has expired, please request a new one"
56   - not_found: "not found"
57   - not_locked: "was not locked"
58   - not_saved:
59   - one: "1 error prohibited this %{resource} from being saved:"
60   - other: "%{count} errors prohibited this %{resource} from being saved:"
config/locales/devise.pt.yml
... ... @@ -1,58 +0,0 @@
1   -pt:
2   - devise:
3   - confirmations:
4   - confirmed: "Sua conta foi confirmada com sucesso. Por favor, conecte-se com sua conta."
5   - confirmed_and_signed_in: "Sua conta foi confirmada com sucesso. Você esta conectado agora."
6   - send_instructions: "Você recebera um email com instrucoes sobre como confirmar sua conta em alguns minutos."
7   - send_paranoid_instructions: "Se seu email ja existe em nossa base de dados, você recebera um email com instrucoes sobre como confirmar sua conta em alguns minutos."
8   - failure:
9   - already_authenticated: "Você ja esta conectado."
10   - inactive: "Sua conta ainda nao esta ativada."
11   - invalid: "Email ou senha invalidos."
12   - invalid_token: "Token de autenticacao invalida."
13   - locked: "Sua conta esta bloqueada."
14   - not_found_in_database: "Email ou senha invalidos."
15   - timeout: "Sua sessao expirou. Por favor, conecte-se novamente para continuar."
16   - unauthenticated: "Você precisa registrar-se ou conectar-se antes de continuar."
17   - unconfirmed: "Você precisa confirmar sua conta antes de continuar."
18   - mailer:
19   - confirmation_instructions:
20   - subject: "Instrucoes de Confirmacao"
21   - reset_password_instructions:
22   - subject: "Resetar instrucoes de senha"
23   - unlock_instructions:
24   - subject: "Instrucoes de desbloqueio"
25   - omniauth_callbacks:
26   - failure: "Nao foi possivel te autenticar de %{kind} por que \"%{reason}\"."
27   - success: "Autenticado com sucesso de conta %{kind}."
28   - passwords:
29   - no_token: "Você nao pode acessar essa pagina se ela nao veio de um email de resetar a senha, certifique-se de que utilizou a URL completa fornecida."
30   - send_instructions: "Voce recebera um email com instrucoes sobre como resetar seu password em alguns minutos."
31   - send_paranoid_instructions: "If your email address exists in our database, you will receive a password recovery link at your email address in a few minutes."
32   - updated: "Seu password foi trocar com sucesso. Voce estar conectado agora."
33   - updated_not_active: "Seu password foi trocado com sucesso."
34   - registrations:
35   - destroyed: "Ate Logo! Sua conta foi cancelada com sucesso. Esperamos ve-lo novamente logo."
36   - signed_up: "Bem Vindo! Voce se registrou com sucesso!"
37   - signed_up_but_inactive: "Voce se registrou com sucesso. Contudo, nao conseguimos conecta-lo pois sua conta nao esta ativada ainda."
38   - signed_up_but_locked: "Voce se registrou com sucesso. Contudo, nao conseguimos conecta-lo pois sua conta esta bloqueada."
39   - signed_up_but_unconfirmed: "Uma mensagem com um link de confirmacao foi enviada para o seu endereco de email. Por favor, abra o link para ativar sua conta."
40   - update_needs_confirmation: "Voce atualizou sua conta com sucesso, mas nos precisamos verificar seu endereco de email. Por favor, cheque seu email e clique no link de confirmacao para aceitar seu novo endereco de email."
41   - updated: "Voce atualizou sua conta com sucesso."
42   - sessions:
43   - signed_in: "Conectado com sucesso."
44   - signed_out: "Desconectado com sucesso."
45   - unlocks:
46   - send_instructions: "Voce recebera um email com instrucoes sobre como desbloquear sua conta em alguns minutos."
47   - send_paranoid_instructions: "Se sua conta existe, voce recebera um email com instrucoes sobre como desbloquea-la em alguns minutos."
48   - unlocked: "Sua conta foi desbloqueada com sucesso. Por favor conecte-se para continuar."
49   - errors:
50   - messages:
51   - already_confirmed: "ja foi confirmada, por favor tente conectar-se."
52   - confirmation_period_expired: "precisa ser confirmada em %{period}, por favor, peca uma nova confirmacao."
53   - expired: "foi expirada, peca uma nova confirmacao."
54   - not_found: "nao encontrado."
55   - not_locked: "nao foi bloqueada"
56   - not_saved:
57   - one: "1 erro proibe esse %{resource} de ser salvo:"
58   - other: "%{count} erros proibem esse %{resource} de ser salvo:"
config/locales/devise/en.yml 0 → 100644
... ... @@ -0,0 +1,60 @@
  1 +# Additional translations at https://github.com/plataformatec/devise/wiki/I18n
  2 +
  3 +en:
  4 + devise:
  5 + confirmations:
  6 + confirmed: "Your account was successfully confirmed. Please sign in."
  7 + confirmed_and_signed_in: "Your account was successfully confirmed. You are now signed in."
  8 + send_instructions: "You will receive an email with instructions about how to confirm your account in a few minutes."
  9 + send_paranoid_instructions: "If your email address exists in our database, you will receive an email with instructions about how to confirm your account in a few minutes."
  10 + failure:
  11 + already_authenticated: "You are already signed in."
  12 + inactive: "Your account is not activated yet."
  13 + invalid: "Invalid email or password."
  14 + invalid_token: "Invalid authentication token."
  15 + locked: "Your account is locked."
  16 + not_found_in_database: "Invalid email or password."
  17 + timeout: "Your session expired. Please sign in again to continue."
  18 + unauthenticated: "You need to sign in or sign up before continuing."
  19 + unconfirmed: "You have to confirm your account before continuing."
  20 + mailer:
  21 + confirmation_instructions:
  22 + subject: "Confirmation instructions"
  23 + reset_password_instructions:
  24 + subject: "Reset password instructions"
  25 + unlock_instructions:
  26 + subject: "Unlock Instructions"
  27 + omniauth_callbacks:
  28 + failure: "Could not authenticate you from %{kind} because \"%{reason}\"."
  29 + success: "Successfully authenticated from %{kind} account."
  30 + passwords:
  31 + no_token: "You can't access this page without coming from a password reset email. If you do come from a password reset email, please make sure you used the full URL provided."
  32 + send_instructions: "You will receive an email with instructions about how to reset your password in a few minutes."
  33 + send_paranoid_instructions: "If your email address exists in our database, you will receive a password recovery link at your email address in a few minutes."
  34 + updated: "Your password was changed successfully. You are now signed in."
  35 + updated_not_active: "Your password was changed successfully."
  36 + registrations:
  37 + destroyed: "Bye! Your account was successfully cancelled. We hope to see you again soon."
  38 + signed_up: "Welcome! You have signed up successfully."
  39 + signed_up_but_inactive: "You have signed up successfully. However, we could not sign you in because your account is not yet activated."
  40 + signed_up_but_locked: "You have signed up successfully. However, we could not sign you in because your account is locked."
  41 + signed_up_but_unconfirmed: "A message with a confirmation link has been sent to your email address. Please open the link to activate your account."
  42 + update_needs_confirmation: "You updated your account successfully, but we need to verify your new email address. Please check your email and click on the confirm link to finalize confirming your new email address."
  43 + updated: "You updated your account successfully."
  44 + sessions:
  45 + signed_in: "Signed in successfully."
  46 + signed_out: "Signed out successfully."
  47 + unlocks:
  48 + send_instructions: "You will receive an email with instructions about how to unlock your account in a few minutes."
  49 + send_paranoid_instructions: "If your account exists, you will receive an email with instructions about how to unlock it in a few minutes."
  50 + unlocked: "Your account has been unlocked successfully. Please sign in to continue."
  51 + errors:
  52 + messages:
  53 + already_confirmed: "was already confirmed, please try signing in"
  54 + confirmation_period_expired: "needs to be confirmed within %{period}, please request a new one"
  55 + expired: "has expired, please request a new one"
  56 + not_found: "not found"
  57 + not_locked: "was not locked"
  58 + not_saved:
  59 + one: "1 error prohibited this %{resource} from being saved:"
  60 + other: "%{count} errors prohibited this %{resource} from being saved:"
... ...
config/locales/devise/pt.yml 0 → 100644
... ... @@ -0,0 +1,58 @@
  1 +pt:
  2 + devise:
  3 + confirmations:
  4 + confirmed: "Sua conta foi confirmada com sucesso. Por favor, conecte-se com sua conta."
  5 + confirmed_and_signed_in: "Sua conta foi confirmada com sucesso. Você esta conectado agora."
  6 + send_instructions: "Você recebera um email com instrucoes sobre como confirmar sua conta em alguns minutos."
  7 + send_paranoid_instructions: "Se seu email ja existe em nossa base de dados, você recebera um email com instrucoes sobre como confirmar sua conta em alguns minutos."
  8 + failure:
  9 + already_authenticated: "Você ja esta conectado."
  10 + inactive: "Sua conta ainda nao esta ativada."
  11 + invalid: "Email ou senha invalidos."
  12 + invalid_token: "Token de autenticacao invalida."
  13 + locked: "Sua conta esta bloqueada."
  14 + not_found_in_database: "Email ou senha invalidos."
  15 + timeout: "Sua sessao expirou. Por favor, conecte-se novamente para continuar."
  16 + unauthenticated: "Você precisa registrar-se ou conectar-se antes de continuar."
  17 + unconfirmed: "Você precisa confirmar sua conta antes de continuar."
  18 + mailer:
  19 + confirmation_instructions:
  20 + subject: "Instrucoes de Confirmacao"
  21 + reset_password_instructions:
  22 + subject: "Resetar instrucoes de senha"
  23 + unlock_instructions:
  24 + subject: "Instrucoes de desbloqueio"
  25 + omniauth_callbacks:
  26 + failure: "Nao foi possivel te autenticar de %{kind} por que \"%{reason}\"."
  27 + success: "Autenticado com sucesso de conta %{kind}."
  28 + passwords:
  29 + no_token: "Você nao pode acessar essa pagina se ela nao veio de um email de resetar a senha, certifique-se de que utilizou a URL completa fornecida."
  30 + send_instructions: "Voce recebera um email com instrucoes sobre como resetar seu password em alguns minutos."
  31 + send_paranoid_instructions: "If your email address exists in our database, you will receive a password recovery link at your email address in a few minutes."
  32 + updated: "Seu password foi trocar com sucesso. Voce estar conectado agora."
  33 + updated_not_active: "Seu password foi trocado com sucesso."
  34 + registrations:
  35 + destroyed: "Ate Logo! Sua conta foi cancelada com sucesso. Esperamos ve-lo novamente logo."
  36 + signed_up: "Bem Vindo! Voce se registrou com sucesso!"
  37 + signed_up_but_inactive: "Voce se registrou com sucesso. Contudo, nao conseguimos conecta-lo pois sua conta nao esta ativada ainda."
  38 + signed_up_but_locked: "Voce se registrou com sucesso. Contudo, nao conseguimos conecta-lo pois sua conta esta bloqueada."
  39 + signed_up_but_unconfirmed: "Uma mensagem com um link de confirmacao foi enviada para o seu endereco de email. Por favor, abra o link para ativar sua conta."
  40 + update_needs_confirmation: "Voce atualizou sua conta com sucesso, mas nos precisamos verificar seu endereco de email. Por favor, cheque seu email e clique no link de confirmacao para aceitar seu novo endereco de email."
  41 + updated: "Voce atualizou sua conta com sucesso."
  42 + sessions:
  43 + signed_in: "Conectado com sucesso."
  44 + signed_out: "Desconectado com sucesso."
  45 + unlocks:
  46 + send_instructions: "Voce recebera um email com instrucoes sobre como desbloquear sua conta em alguns minutos."
  47 + send_paranoid_instructions: "Se sua conta existe, voce recebera um email com instrucoes sobre como desbloquea-la em alguns minutos."
  48 + unlocked: "Sua conta foi desbloqueada com sucesso. Por favor conecte-se para continuar."
  49 + errors:
  50 + messages:
  51 + already_confirmed: "ja foi confirmada, por favor tente conectar-se."
  52 + confirmation_period_expired: "precisa ser confirmada em %{period}, por favor, peca uma nova confirmacao."
  53 + expired: "foi expirada, peca uma nova confirmacao."
  54 + not_found: "nao encontrado."
  55 + not_locked: "nao foi bloqueada"
  56 + not_saved:
  57 + one: "1 erro proibe esse %{resource} de ser salvo:"
  58 + other: "%{count} erros proibem esse %{resource} de ser salvo:"
... ...
config/locales/en.bootstrap.yml
... ... @@ -1,18 +0,0 @@
1   -# Sample localization file for English. Add more files in this directory for other locales.
2   -# See https://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
3   -
4   -en:
5   - helpers:
6   - actions: "Actions"
7   - links:
8   - back: "Back"
9   - cancel: "Cancel"
10   - confirm: "Are you sure?"
11   - destroy: "Delete"
12   - new: "New"
13   - edit: "Edit"
14   - titles:
15   - edit: "Edit %{model}"
16   - save: "Save %{model}"
17   - new: "New %{model}"
18   - delete: "Delete %{model}"
config/locales/en.yml
... ... @@ -1,33 +0,0 @@
1   -# Files in the config/locales directory are used for internationalization
2   -# and are automatically loaded by Rails. If you want to use locales other
3   -# than English, add the necessary files in this directory.
4   -#
5   -# To use the locales, use `I18n.t`:
6   -#
7   -# I18n.t 'hello'
8   -#
9   -# In views, this is aliased to just `t`:
10   -#
11   -# <%= t('hello') %>
12   -#
13   -# To use a different locale, set it with `I18n.locale`:
14   -#
15   -# I18n.locale = :es
16   -#
17   -# This would use the information in config/locales/es.yml.
18   -#
19   -# To learn more, please read the Rails Internationalization guide
20   -# available at http://guides.rubyonrails.org/i18n.html.
21   -
22   -en:
23   - successfully_created: "%{record} was successfully created."
24   - successfully_updated: "%{record} was successfully updated."
25   -
26   - #class names
27   - MetricConfiguration: "Metric Configuration"
28   - CompoundMetricConfiguration: "Compound Metric Configuration"
29   - KalibroRange: "Range"
30   - ReadingGroup: "Reading Group"
31   - Repository: "Repository"
32   - Project: "Project"
33   - Reading: "Reading"
config/locales/pt.bootstrap.yml
... ... @@ -1,15 +0,0 @@
1   -en:
2   - helpers:
3   - actions: "Acoes"
4   - links:
5   - back: "Voltar"
6   - cancel: "Cancelar"
7   - confirm: "Tem certeza?"
8   - destroy: "Destruir"
9   - new: "Novo"
10   - edit: "Editar"
11   - titles:
12   - edit: "Editar %{model}"
13   - save: "Salvar %{model}"
14   - new: "Novo %{model}"
15   - delete: "Destruir %{model}"
config/locales/views/compound_metric_configuration/en.yml 0 → 100644
... ... @@ -0,0 +1,2 @@
  1 +en:
  2 +
... ...
config/locales/views/compound_metric_configuration/pt.yml 0 → 100644
... ... @@ -0,0 +1 @@
  1 +pt:
... ...