Commit bd71002ca35b3428d967343912741553658703af

Authored by Heitor
Committed by Rafael Manzo
1 parent 440c598c

Fixed key names on pt and en locales for views

Signed off by: Daniel Alves <danpaulalves@gmail.com>
config/locales/views/en.yml
@@ -162,11 +162,11 @@ en: @@ -162,11 +162,11 @@ en:
162 measured_metric: "measured by this metric." 162 measured_metric: "measured by this metric."
163 change_password: "Change your password " 163 change_password: "Change your password "
164 no_metric_configurations: "There are no Metric Configurations yet!" 164 no_metric_configurations: "There are no Metric Configurations yet!"
165 - calculate_weighted_avange: "It is used to calculate the weighted average of a " 165 + calculate_weighted_average: "It is used to calculate the weighted average of a "
166 range_lower_limit: "This Range's lower limit." 166 range_lower_limit: "This Range's lower limit."
167 range_upper_limit: "This Range's upper limit." 167 range_upper_limit: "This Range's upper limit."
168 explanation_chose_interval: "An explanation of why you chose this interval, with that reading for this" 168 explanation_chose_interval: "An explanation of why you chose this interval, with that reading for this"
169 - reagingns_associated_reading_group: "You must have Readings within your associated Reading Group to create a new Range." 169 + readings_associated_reading_group: "You must have Readings within your associated Reading Group to create a new Range."
170 user_no_allowed_modify: "The Reading Group of your Metric Configuration belongs to another user and you are not allowed to modify it." 170 user_no_allowed_modify: "The Reading Group of your Metric Configuration belongs to another user and you are not allowed to modify it."
171 edit_range: "Edit Range" 171 edit_range: "Edit Range"
172 new_range: "New Range" 172 new_range: "New Range"
@@ -184,7 +184,7 @@ en: @@ -184,7 +184,7 @@ en:
184 change_my_password: "Change my password" 184 change_my_password: "Change my password"
185 unlock_my_account: "Unlock my account" 185 unlock_my_account: "Unlock my account"
186 new_password: "New password" 186 new_password: "New password"
187 - confitm_new_password: "Confirm new password" 187 + confirm_new_password: "Confirm new password"
188 send_reset_password_instructions: "Send me reset password instructions" 188 send_reset_password_instructions: "Send me reset password instructions"
189 really_want_cancel_account: "Do you really want to cancel your account?" 189 really_want_cancel_account: "Do you really want to cancel your account?"
190 received_confirmation_instructions: "Have you received confirmation instructions?" 190 received_confirmation_instructions: "Have you received confirmation instructions?"
@@ -202,7 +202,7 @@ en: @@ -202,7 +202,7 @@ en:
202 want_destroy_reading: "Are you sure that you want to destroy this Reading?" 202 want_destroy_reading: "Are you sure that you want to destroy this Reading?"
203 grade_show: "Grade" 203 grade_show: "Grade"
204 destroy_reading_group: "Destroy Reading Group" 204 destroy_reading_group: "Destroy Reading Group"
205 - hinghlighting_interpretation: "It is a verbal concise form of highlighting the content of an interpretation." 205 + highlighting_interpretation: "It is a verbal concise form of highlighting the content of an interpretation."
206 example_values_bad: "Example values: terrible, bad, regular, good, great etc." 206 example_values_bad: "Example values: terrible, bad, regular, good, great etc."
207 choose_hexadecimal_picker: " It is a visual form of highlighting an interpretation. You can choose one by typing its hexadecimal value or by using the color picker." 207 choose_hexadecimal_picker: " It is a visual form of highlighting an interpretation. You can choose one by typing its hexadecimal value or by using the color picker."
208 example_values: "Example values: 000000, 00ff00 etc" 208 example_values: "Example values: 000000, 00ff00 etc"
@@ -242,10 +242,10 @@ en: @@ -242,10 +242,10 @@ en:
242 fill_URL_which_can_download: "Fill in the 'Address' with the URL from which we can download your code" 242 fill_URL_which_can_download: "Fill in the 'Address' with the URL from which we can download your code"
243 analyse_project_periodically: "If you want to analyze your project periodically, set it (you can as well run it from the interface whenever you want)" 243 analyse_project_periodically: "If you want to analyze your project periodically, set it (you can as well run it from the interface whenever you want)"
244 configuration_metric_interpretation: "Finally, the 'Configuration' stands for the set of metrics and interpretation that we will use to analyze your project" 244 configuration_metric_interpretation: "Finally, the 'Configuration' stands for the set of metrics and interpretation that we will use to analyze your project"
245 - shoud_repository_page_analysis: "Click on 'Save' and you should be at the repository page, waiting for the analysis" 245 + should_repository_page_analysis: "Click on 'Save' and you should be at the repository page, waiting for the analysis"
246 repository_details: "Repository page details" 246 repository_details: "Repository page details"
247 repository_divided_diferent_sections: "The repository page is divided into four different sections:" 247 repository_divided_diferent_sections: "The repository page is divided into four different sections:"
248 - provied_creation_steps: "Information that you provided during the creation steps" 248 + provided_creation_steps: "Information that you provided during the creation steps"
249 visualize_processings_repository: "Select box so it is possible to visualize previous processings of your repository" 249 visualize_processings_repository: "Select box so it is possible to visualize previous processings of your repository"
250 processing_information: "Processing information" 250 processing_information: "Processing information"
251 time_finish_processing: "Information about the time it has taken to finish each step of the processing" 251 time_finish_processing: "Information about the time it has taken to finish each step of the processing"
@@ -301,7 +301,7 @@ en: @@ -301,7 +301,7 @@ en:
301 select_reading_group: "Select the 'Reading Group' which will provide the interpretations for this metric" 301 select_reading_group: "Select the 'Reading Group' which will provide the interpretations for this metric"
302 click_save_configuration_metric: "Click on 'Save' and you should be at the configuration page now with the new metric added" 302 click_save_configuration_metric: "Click on 'Save' and you should be at the configuration page now with the new metric added"
303 ranges_creation: "Ranges creation" 303 ranges_creation: "Ranges creation"
304 - click_show_metric_crate: "Click on 'Show' for the metric which you want to create ranges for" 304 + click_show_metric_create: "Click on 'Show' for the metric which you want to create ranges for"
305 click_add_range: "Click on 'Add Range'" 305 click_add_range: "Click on 'Add Range'"
306 fill_beginning_end_values_interval: "Fill in the form with the 'Beginning' and 'End' values for the interval" 306 fill_beginning_end_values_interval: "Fill in the form with the 'Beginning' and 'End' values for the interval"
307 fill_comments_displayed: "Fill in the form with the 'Comments' which will be displayed if the metric value matches the interval" 307 fill_comments_displayed: "Fill in the form with the 'Comments' which will be displayed if the metric value matches the interval"
config/locales/views/pt.yml
@@ -152,8 +152,7 @@ pt: @@ -152,8 +152,7 @@ pt:
152 reset_it: "redefini-la." 152 reset_it: "redefini-la."
153 stay_logged: "Fique conectado." 153 stay_logged: "Fique conectado."
154 resend_unclok_instructions: "Reenviar instruções para desbloquear" 154 resend_unclok_instructions: "Reenviar instruções para desbloquear"
155 - grade: "nota"  
156 - grade1: "Nota" 155 + grade: "Nota"
157 edit_configuration: "Editar configurações" 156 edit_configuration: "Editar configurações"
158 must_logged_configuration: "Você precisa estar logado para criar novas configurações." 157 must_logged_configuration: "Você precisa estar logado para criar novas configurações."
159 new_configuration: "Nova Configuração" 158 new_configuration: "Nova Configuração"
@@ -168,6 +167,7 @@ pt: @@ -168,6 +167,7 @@ pt:
168 user_no_allowed_modify: "O Grupo de Leitura da configuração de métrica pertence a outro usuário e você não tem permissão para modificá-lo." 167 user_no_allowed_modify: "O Grupo de Leitura da configuração de métrica pertence a outro usuário e você não tem permissão para modificá-lo."
169 edit_range: "Edite o intervalos" 168 edit_range: "Edite o intervalos"
170 new_range: "Novo intervalo" 169 new_range: "Novo intervalo"
  170 + new_reading: "Nova Leitura"
171 only_point_printed_chart: "Há apenas um ponto e não vai ser impresso em um gráfico." 171 only_point_printed_chart: "Há apenas um ponto e não vai ser impresso em um gráfico."
172 edit_project: "Edite o Projeto" 172 edit_project: "Edite o Projeto"
173 must_logged_create_projetcs: "Você precisa estar logado para criar novos projetos." 173 must_logged_create_projetcs: "Você precisa estar logado para criar novos projetos."