Commit 8b0eeacd5f3099637954e1bcc2af8afb242d39e8

Authored by Rafael Manzo
1 parent cc7e2fd6

All locales using double commas (except the auto generated one)

config/locales/modules/en.yml
@@ -2,18 +2,18 @@ en: @@ -2,18 +2,18 @@ en:
2 activemodel: 2 activemodel:
3 models: 3 models:
4 metric_result: 4 metric_result:
5 - one: Metric Result  
6 - other: Metric Results 5 + one: "Metric Result"
  6 + other: "Metric Results"
7 module: 7 module:
8 - one: Module  
9 - other: Modules 8 + one: "Module"
  9 + other: "Modules"
10 attributes: 10 attributes:
11 metric_result: 11 metric_result:
12 - metric: 'Metric'  
13 - value: 'Value'  
14 - weight: 'Weight'  
15 - threshold: 'Threshold' 12 + metric: "Metric"
  13 + value: "Value"
  14 + weight: "Weight"
  15 + threshold: "Threshold"
16 module: 16 module:
17 - name: 'Name'  
18 - granularity: 'Granularity'  
19 - grade: 'Grade' 17 + name: "Name"
  18 + granularity: "Granularity"
  19 + grade: "Grade"
config/locales/modules/pt.yml
@@ -2,18 +2,18 @@ pt: @@ -2,18 +2,18 @@ pt:
2 activemodel: 2 activemodel:
3 models: 3 models:
4 metric_result: 4 metric_result:
5 - one: Resultado de Métrica  
6 - other: Resultados de Métricas 5 + one: "Resultado de Métrica"
  6 + other: "Resultados de Métricas"
7 kalibro_module: 7 kalibro_module:
8 - one: Módulo  
9 - other: Módulos 8 + one: "Módulo"
  9 + other: "Módulos"
10 attributes: 10 attributes:
11 metric_result: 11 metric_result:
12 - metric: 'Métrica'  
13 - value: 'Valor'  
14 - weight: 'Peso'  
15 - threshold: 'Limiar' 12 + metric: "Métrica"
  13 + value: "Valor"
  14 + weight: "Peso"
  15 + threshold: "Limiar"
16 kalibro_module: 16 kalibro_module:
17 - name: 'Nome'  
18 - granularity: 'Granularidade'  
19 - grade: 'Nota'  
20 \ No newline at end of file 17 \ No newline at end of file
  18 + name: "Nome"
  19 + granularity: "Granularidade"
  20 + grade: "Nota"
21 \ No newline at end of file 21 \ No newline at end of file
config/locales/views/en.yml
@@ -92,8 +92,8 @@ en: @@ -92,8 +92,8 @@ en:
92 year: "Year" 92 year: "Year"
93 search: "Search" 93 search: "Search"
94 new: 94 new:
95 - male: 'New'  
96 - female: 'New'  
97 - create: 'Create %{model}'  
98 - add: 'Add'  
99 - sure_destroy: 'Are you sure that you want to destroy this %{model}?' 95 + male: "New"
  96 + female: "New"
  97 + create: "Create %{model}"
  98 + add: "Add"
  99 + sure_destroy: "Are you sure that you want to destroy this %{model}?"
config/locales/views/kalibro_configuration/en.yml
@@ -2,9 +2,9 @@ en: @@ -2,9 +2,9 @@ en:
2 activemodel: 2 activemodel:
3 models: 3 models:
4 kalibro_configuration: 4 kalibro_configuration:
5 - one: Configuration  
6 - other: Configurations 5 + one: "Configuration"
  6 + other: "Configurations"
7 attributes: 7 attributes:
8 kalibro_configuration: 8 kalibro_configuration:
9 - name: 'Name'  
10 - description: 'Description'  
11 \ No newline at end of file 9 \ No newline at end of file
  10 + name: "Name"
  11 + description: "Description"
12 \ No newline at end of file 12 \ No newline at end of file
config/locales/views/kalibro_configuration/pt.yml
@@ -2,9 +2,9 @@ pt: @@ -2,9 +2,9 @@ pt:
2 activemodel: 2 activemodel:
3 models: 3 models:
4 kalibro_configuration: 4 kalibro_configuration:
5 - one: Configuração  
6 - other: Configurações 5 + one: "Configuração"
  6 + other: "Configurações"
7 attributes: 7 attributes:
8 kalibro_configuration: 8 kalibro_configuration:
9 - name: 'Nome'  
10 - description: 'Descrição'  
11 \ No newline at end of file 9 \ No newline at end of file
  10 + name: "Nome"
  11 + description: "Descrição"
12 \ No newline at end of file 12 \ No newline at end of file
config/locales/views/kalibro_range/en.yml
@@ -2,21 +2,21 @@ en: @@ -2,21 +2,21 @@ en:
2 activemodel: 2 activemodel:
3 models: 3 models:
4 kalibro_range: 4 kalibro_range:
5 - one: Range  
6 - other: Ranges 5 + one: "Range"
  6 + other: "Ranges"
7 attributes: 7 attributes:
8 kalibro_range: 8 kalibro_range:
9 - reading: 'Reading'  
10 - beginning: 'Beginning'  
11 - end: 'End'  
12 - comments: 'Comments' 9 + reading: "Reading"
  10 + beginning: "Beginning"
  11 + end: "End"
  12 + comments: "Comments"
13 hints: 13 hints:
14 kalibro_range: 14 kalibro_range:
15 - reading: 'The %{reading_href} associated with this %{range_href}.' 15 + reading: "The %{reading_href} associated with this %{range_href}."
16 beginning: "This Range's lower limit." 16 beginning: "This Range's lower limit."
17 end: "This Range's upper limit." 17 end: "This Range's upper limit."
18 - comments: 'An explanation of why you chose this interval, with that reading for this %{metric_href}.' 18 + comments: "An explanation of why you chose this interval, with that reading for this %{metric_href}."
19 errors: 19 errors:
20 kalibro_range: 20 kalibro_range:
21 - no_readings: 'You must have Readings within your associated Reading Group to create a new Range.'  
22 - reading_group_belongs_to_another: 'The Reading Group of your Metric Configuration belongs to another user and you are not allowed to modify it.'  
23 \ No newline at end of file 21 \ No newline at end of file
  22 + no_readings: "You must have Readings within your associated Reading Group to create a new Range."
  23 + reading_group_belongs_to_another: "The Reading Group of your Metric Configuration belongs to another user and you are not allowed to modify it."
24 \ No newline at end of file 24 \ No newline at end of file
config/locales/views/kalibro_range/pt.yml
@@ -2,21 +2,21 @@ pt: @@ -2,21 +2,21 @@ pt:
2 activemodel: 2 activemodel:
3 models: 3 models:
4 kalibro_range: 4 kalibro_range:
5 - one: Intervalo  
6 - other: Intervalos 5 + one: "Intervalo"
  6 + other: "Intervalos"
7 attributes: 7 attributes:
8 kalibro_range: 8 kalibro_range:
9 - reading: 'Leitura'  
10 - beginning: 'Início'  
11 - end: 'Fim'  
12 - comments: 'Comentários' 9 + reading: "Leitura"
  10 + beginning: "Início"
  11 + end: "Fim"
  12 + comments: "Comentários"
13 hints: 13 hints:
14 kalibro_range: 14 kalibro_range:
15 - reading: 'A %{reading_href} associada a este %{range_href}.' 15 + reading: "A %{reading_href} associada a este %{range_href}."
16 beginning: "Limite inferior de um Intervalo." 16 beginning: "Limite inferior de um Intervalo."
17 end: "Limite superior de um Intervalo." 17 end: "Limite superior de um Intervalo."
18 - comments: 'Uma explicação do porquê você escolheu este Intervalo, com esta Leitura para esta %{metric_href}.' 18 + comments: "Uma explicação do porquê você escolheu este Intervalo, com esta Leitura para esta %{metric_href}."
19 errors: 19 errors:
20 kalibro_range: 20 kalibro_range:
21 - no_readings: 'Você deve ter Leituras associadas ao Grupo de Leitura para criar um novo intervalo.'  
22 - reading_group_belongs_to_another: 'O Grupo de Leitura da sua Configuração de Métrica pertence a outro usuário e você não tem permissão para modificá-lo.'  
23 \ No newline at end of file 21 \ No newline at end of file
  22 + no_readings: "Você deve ter Leituras associadas ao Grupo de Leitura para criar um novo intervalo."
  23 + reading_group_belongs_to_another: "O Grupo de Leitura da sua Configuração de Métrica pertence a outro usuário e você não tem permissão para modificá-lo."
24 \ No newline at end of file 24 \ No newline at end of file
config/locales/views/metric_configurations/pt.yml
@@ -48,4 +48,3 @@ pt: @@ -48,4 +48,3 @@ pt:
48 MINIMUM: "Mínima" 48 MINIMUM: "Mínima"
49 COUNT: "Contagem" 49 COUNT: "Contagem"
50 STANDARD_DEVIATION: "Desvio Padrão" 50 STANDARD_DEVIATION: "Desvio Padrão"
51 -  
config/locales/views/modules/en.yml
1 ----  
2 en: 1 en:
3 - value: Value  
4 - threshold: Threshold  
5 - only_point_printed_chart: There is only one point and it will not be printed into  
6 - a chart. 2 + value: "Value"
  3 + threshold: "Threshold"
  4 + only_point_printed_chart: "There is only one point and it will not be printed into a chart."
config/locales/views/processing/en.yml
@@ -2,9 +2,9 @@ en: @@ -2,9 +2,9 @@ en:
2 activemodel: 2 activemodel:
3 models: 3 models:
4 processing: 4 processing:
5 - one: Processing  
6 - other: Processings 5 + one: "Processing"
  6 + other: "Processings"
7 attributes: 7 attributes:
8 processing: 8 processing:
9 - state: 'State'  
10 - creation_date: 'Creation Date'  
11 \ No newline at end of file 9 \ No newline at end of file
  10 + state: "State"
  11 + creation_date: "Creation Date"
12 \ No newline at end of file 12 \ No newline at end of file
config/locales/views/processing/pt.yml
@@ -2,21 +2,21 @@ pt: @@ -2,21 +2,21 @@ pt:
2 activemodel: 2 activemodel:
3 models: 3 models:
4 kalibro_range: 4 kalibro_range:
5 - one: Intervalo  
6 - other: Intervalos 5 + one: "Intervalo"
  6 + other: "Intervalos"
7 attributes: 7 attributes:
8 kalibro_range: 8 kalibro_range:
9 - reading: 'Leitura'  
10 - beginning: 'Início'  
11 - end: 'Fim'  
12 - comments: 'Comentários' 9 + reading: "Leitura"
  10 + beginning: "Início"
  11 + end: "Fim"
  12 + comments: "Comentários"
13 hints: 13 hints:
14 kalibro_range: 14 kalibro_range:
15 - reading: 'A %{reading_href} associada a este %{range_href}.' 15 + reading: "A %{reading_href} associada a este %{range_href}."
16 beginning: "Limite inferior de um Intervalo." 16 beginning: "Limite inferior de um Intervalo."
17 end: "Limite superior de um Intervalo." 17 end: "Limite superior de um Intervalo."
18 - comments: 'Uma explicação do porquê você escolheu este Intervalo, com esta Leitura para esta %{metric_href}.' 18 + comments: "Uma explicação do porquê você escolheu este Intervalo, com esta Leitura para esta %{metric_href}."
19 errors: 19 errors:
20 kalibro_range: 20 kalibro_range:
21 - no_readings: 'Você deve ter Leituras associadas ao Grupo de Leitura para criar um novo intervalo.'  
22 - reading_group_belongs_to_another: 'O Grupo de Leitura da sua Configuração de Métrica pertence a outro usuário e você não tem permissão para modificá-lo.'  
23 \ No newline at end of file 21 \ No newline at end of file
  22 + no_readings: "Você deve ter Leituras associadas ao Grupo de Leitura para criar um novo intervalo."
  23 + reading_group_belongs_to_another: "O Grupo de Leitura da sua Configuração de Métrica pertence a outro usuário e você não tem permissão para modificá-lo."
24 \ No newline at end of file 24 \ No newline at end of file
config/locales/views/pt.yml
@@ -92,8 +92,8 @@ pt: @@ -92,8 +92,8 @@ pt:
92 year: "Ano" 92 year: "Ano"
93 search: "Procurar" 93 search: "Procurar"
94 new: 94 new:
95 - male: 'Novo'  
96 - female: 'Nova'  
97 - create: 'Criar %{model}'  
98 - add: 'Adicionar'  
99 - sure_destroy: 'Você tem certeza que deseja apagar este(a) %{model}?' 95 + male: "Novo"
  96 + female: "Nova"
  97 + create: "Criar %{model}"
  98 + add: "Adicionar"
  99 + sure_destroy: "Você tem certeza que deseja apagar este(a) %{model}?"
config/locales/views/reading/en.yml
@@ -2,17 +2,17 @@ en: @@ -2,17 +2,17 @@ en:
2 activemodel: 2 activemodel:
3 models: 3 models:
4 reading: 4 reading:
5 - one: Reading  
6 - other: Readings 5 + one: "Reading"
  6 + other: "Readings"
7 attributes: 7 attributes:
8 reading: 8 reading:
9 - label: 'Label'  
10 - color: 'Color'  
11 - grade: 'Grade' 9 + label: "Label"
  10 + color: "Color"
  11 + grade: "Grade"
12 hints: 12 hints:
13 reading: 13 reading:
14 - label: 'It is a verbal concise form of highlighting the content of an interpretation.'  
15 - label_example: 'Example values: terrible, bad, regular, good, great etc.' 14 + label: "It is a verbal concise form of highlighting the content of an interpretation."
  15 + label_example: "Example values: terrible, bad, regular, good, great etc."
16 color: "It is a visual form of highlighting an interpretation. You can choose one by typing its hexadecimal value or by using the color picker." 16 color: "It is a visual form of highlighting an interpretation. You can choose one by typing its hexadecimal value or by using the color picker."
17 color_example: "Example values: 000000, 00ff00 etc." 17 color_example: "Example values: 000000, 00ff00 etc."
18 grade: "A number to classify this reading." 18 grade: "A number to classify this reading."
config/locales/views/reading/pt.yml
@@ -2,17 +2,17 @@ pt: @@ -2,17 +2,17 @@ pt:
2 activemodel: 2 activemodel:
3 models: 3 models:
4 reading: 4 reading:
5 - one: Leitura  
6 - other: Leituras 5 + one: "Leitura"
  6 + other: "Leituras"
7 attributes: 7 attributes:
8 reading: 8 reading:
9 - label: 'Rótulo'  
10 - color: 'Cor'  
11 - grade: 'Nota' 9 + label: "Rótulo"
  10 + color: "Cor"
  11 + grade: "Nota"
12 hints: 12 hints:
13 reading: 13 reading:
14 - label: 'É uma forma concisa de descrever o conteúdo de uma avaliação.'  
15 - label_example: 'Valores de exemplo: terrível, ruim, regular, bom, ótimo etc.' 14 + label: "É uma forma concisa de descrever o conteúdo de uma avaliação."
  15 + label_example: "Valores de exemplo: terrível, ruim, regular, bom, ótimo etc."
16 color: "É uma forma visual de destacar uma interpretação. Você pode escolher seu valor hexadecimal ou pela caixa de seleção." 16 color: "É uma forma visual de destacar uma interpretação. Você pode escolher seu valor hexadecimal ou pela caixa de seleção."
17 color_example: "Valores de exemplo: 000000, 00ff00 etc." 17 color_example: "Valores de exemplo: 000000, 00ff00 etc."
18 grade: "Um número para classificar esta leitura." 18 grade: "Um número para classificar esta leitura."
19 \ No newline at end of file 19 \ No newline at end of file
config/locales/views/reading_group/en.yml
@@ -2,12 +2,12 @@ en: @@ -2,12 +2,12 @@ en:
2 activemodel: 2 activemodel:
3 models: 3 models:
4 reading_group: 4 reading_group:
5 - one: Reading Group  
6 - other: Reading Groups 5 + one: "Reading Group"
  6 + other: "Reading Groups"
7 attributes: 7 attributes:
8 reading_group: 8 reading_group:
9 - name: 'Name'  
10 - description: 'Description' 9 + name: "Name"
  10 + description: "Description"
11 errors: 11 errors:
12 reading_group: 12 reading_group:
13 - no_readings: 'There are no Readings yet!' 13 + no_readings: "There are no Readings yet!"
config/locales/views/reading_group/pt.yml
@@ -2,12 +2,12 @@ pt: @@ -2,12 +2,12 @@ pt:
2 activemodel: 2 activemodel:
3 models: 3 models:
4 reading_group: 4 reading_group:
5 - one: Grupo de Leitura  
6 - other: Grupos de Leitura 5 + one: "Grupo de Leitura"
  6 + other: "Grupos de Leitura"
7 attributes: 7 attributes:
8 reading_group: 8 reading_group:
9 - name: 'Nome'  
10 - description: 'Descrição' 9 + name: "Nome"
  10 + description: "Descrição"
11 errors: 11 errors:
12 reading_group: 12 reading_group:
13 - no_readings: 'Ainda não existem Leituras!'  
14 \ No newline at end of file 13 \ No newline at end of file
  14 + no_readings: "Ainda não existem Leituras!"
15 \ No newline at end of file 15 \ No newline at end of file
config/locales/views/repository/en.yml
@@ -2,35 +2,35 @@ en: @@ -2,35 +2,35 @@ en:
2 activemodel: 2 activemodel:
3 models: 3 models:
4 repository: 4 repository:
5 - one: Repository  
6 - other: Repositories 5 + one: "Repository"
  6 + other: "Repositories"
7 attributes: 7 attributes:
8 repository: 8 repository:
9 - name: 'Name'  
10 - description: 'Description'  
11 - license: 'License'  
12 - scm_type: 'Type'  
13 - address: 'Address'  
14 - period: 'Period' 9 + name: "Name"
  10 + description: "Description"
  11 + license: "License"
  12 + scm_type: "Type"
  13 + address: "Address"
  14 + period: "Period"
15 hints: 15 hints:
16 repository: 16 repository:
17 - name: 'The name of your Repository.'  
18 - description: 'A short description of your Repository.' 17 + name: "The name of your Repository."
  18 + description: "A short description of your Repository."
19 license: "The source code's license." 19 license: "The source code's license."
20 - scm_type: 'The version control system the Repository uses.'  
21 - address: 'The URL where the Repository is located.'  
22 - period: 'Select how often the Repository will be reprocessed.'  
23 - kalibro_configuration: 'A %{configuration_href} defines all the metrics to be calculated in the source code. Choose your weapon!' 20 + scm_type: "The version control system the Repository uses."
  21 + address: "The URL where the Repository is located."
  22 + period: "Select how often the Repository will be reprocessed."
  23 + kalibro_configuration: "A %{configuration_href} defines all the metrics to be calculated in the source code. Choose your weapon!"
24 errors: 24 errors:
25 repository: 25 repository:
26 - no_metric_results: 'Repository process returned with error. There are no metric results.'  
27 - no_modeule_tree: 'Repository process returned with error. There is no module tree.' 26 + no_metric_results: "Repository process returned with error. There are no metric results."
  27 + no_modeule_tree: "Repository process returned with error. There is no module tree."
28 unstarted_processing: "This Repository has no processings yet. Please, wait an instant as we start it." 28 unstarted_processing: "This Repository has no processings yet. Please, wait an instant as we start it."
29 repository: 29 repository:
30 show: 30 show:
31 - reprocess: 'Reprocess'  
32 - processing_information: 'Processing Information'  
33 - modules_tree: 'Modules Tree'  
34 - metric_results: 'Metric Results'  
35 - loading: 'Loading data. Please, wait.'  
36 - date_processing: 'Retrieve the closest processing information from'  
37 \ No newline at end of file 31 \ No newline at end of file
  32 + reprocess: "Reprocess"
  33 + processing_information: "Processing Information"
  34 + modules_tree: "Modules Tree"
  35 + metric_results: "Metric Results"
  36 + loading: "Loading data. Please, wait."
  37 + date_processing: "Retrieve the closest processing information from"
38 \ No newline at end of file 38 \ No newline at end of file
config/locales/views/repository/pt.yml
@@ -2,35 +2,35 @@ pt: @@ -2,35 +2,35 @@ pt:
2 activemodel: 2 activemodel:
3 models: 3 models:
4 repository: 4 repository:
5 - one: Repositório  
6 - other: Repositórios 5 + one: "Repositório"
  6 + other: "Repositórios"
7 attributes: 7 attributes:
8 repository: 8 repository:
9 - name: 'Nome'  
10 - description: 'Descrição'  
11 - license: 'Licensa'  
12 - scm_type: 'Tipo'  
13 - address: 'endereço'  
14 - period: 'Período' 9 + name: "Nome"
  10 + description: "Descrição"
  11 + license: "Licensa"
  12 + scm_type: "Tipo"
  13 + address: "endereço"
  14 + period: "Período"
15 hints: 15 hints:
16 repository: 16 repository:
17 - name: 'O nome do seu Repositório.'  
18 - description: 'Uma descrição breve do seu Repositório.' 17 + name: "O nome do seu Repositório."
  18 + description: "Uma descrição breve do seu Repositório."
19 license: "A licensa do código-fonte." 19 license: "A licensa do código-fonte."
20 - scm_type: 'O controlador de versão utilizado pelo Repositório.'  
21 - address: 'A URL onde o respositório está acessível.'  
22 - period: 'Selecione o quão frequentemente o repositório será reprocessado.'  
23 - kalibro_configuration: 'Uma %{configuration_href} define todas as métricas a serem extraídas do códifo-fonte.' 20 + scm_type: "O controlador de versão utilizado pelo Repositório."
  21 + address: "A URL onde o respositório está acessível."
  22 + period: "Selecione o quão frequentemente o repositório será reprocessado."
  23 + kalibro_configuration: "Uma %{configuration_href} define todas as métricas a serem extraídas do códifo-fonte."
24 errors: 24 errors:
25 repository: 25 repository:
26 - no_metric_results: 'O processamento do Repósitório retornou um erro. Não há Resultados de Métrica.'  
27 - no_modeule_tree: 'Repository process returned with error. Não há uma Árvore de Módulos.' 26 + no_metric_results: "O processamento do Repósitório retornou um erro. Não há Resultados de Métrica."
  27 + no_modeule_tree: "Repository process returned with error. Não há uma Árvore de Módulos."
28 unstarted_processing: "Este Repositório ainda não tem Processamentos. Por favor, aguarde um instante enquanto o iniciamos." 28 unstarted_processing: "Este Repositório ainda não tem Processamentos. Por favor, aguarde um instante enquanto o iniciamos."
29 repository: 29 repository:
30 show: 30 show:
31 - reprocess: 'Reprocessar'  
32 - processing_information: 'Informação do Processamento'  
33 - modules_tree: 'Árvore de Módulos'  
34 - metric_results: 'Resultados de Métrica'  
35 - loading: 'Carregando os dados. Por favor, aguarde.'  
36 - date_processing: 'Obtenha a informação de processamento mais próxima a'  
37 \ No newline at end of file 31 \ No newline at end of file
  32 + reprocess: "Reprocessar"
  33 + processing_information: "Informação do Processamento"
  34 + modules_tree: "Árvore de Módulos"
  35 + metric_results: "Resultados de Métrica"
  36 + loading: "Carregando os dados. Por favor, aguarde."
  37 + date_processing: "Obtenha a informação de processamento mais próxima a"
38 \ No newline at end of file 38 \ No newline at end of file