Commit bd71002ca35b3428d967343912741553658703af
Committed by
Rafael Manzo
1 parent
440c598c
Exists in
colab
and in
4 other branches
Fixed key names on pt and en locales for views
Signed off by: Daniel Alves <danpaulalves@gmail.com>
Showing
2 changed files
with
9 additions
and
9 deletions
Show diff stats
config/locales/views/en.yml
... | ... | @@ -162,11 +162,11 @@ en: |
162 | 162 | measured_metric: "measured by this metric." |
163 | 163 | change_password: "Change your password " |
164 | 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 | 166 | range_lower_limit: "This Range's lower limit." |
167 | 167 | range_upper_limit: "This Range's upper limit." |
168 | 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 | 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 | 171 | edit_range: "Edit Range" |
172 | 172 | new_range: "New Range" |
... | ... | @@ -184,7 +184,7 @@ en: |
184 | 184 | change_my_password: "Change my password" |
185 | 185 | unlock_my_account: "Unlock my account" |
186 | 186 | new_password: "New password" |
187 | - confitm_new_password: "Confirm new password" | |
187 | + confirm_new_password: "Confirm new password" | |
188 | 188 | send_reset_password_instructions: "Send me reset password instructions" |
189 | 189 | really_want_cancel_account: "Do you really want to cancel your account?" |
190 | 190 | received_confirmation_instructions: "Have you received confirmation instructions?" |
... | ... | @@ -202,7 +202,7 @@ en: |
202 | 202 | want_destroy_reading: "Are you sure that you want to destroy this Reading?" |
203 | 203 | grade_show: "Grade" |
204 | 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 | 206 | example_values_bad: "Example values: terrible, bad, regular, good, great etc." |
207 | 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 | 208 | example_values: "Example values: 000000, 00ff00 etc" |
... | ... | @@ -242,10 +242,10 @@ en: |
242 | 242 | fill_URL_which_can_download: "Fill in the 'Address' with the URL from which we can download your code" |
243 | 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 | 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 | 246 | repository_details: "Repository page details" |
247 | 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 | 249 | visualize_processings_repository: "Select box so it is possible to visualize previous processings of your repository" |
250 | 250 | processing_information: "Processing information" |
251 | 251 | time_finish_processing: "Information about the time it has taken to finish each step of the processing" |
... | ... | @@ -301,7 +301,7 @@ en: |
301 | 301 | select_reading_group: "Select the 'Reading Group' which will provide the interpretations for this metric" |
302 | 302 | click_save_configuration_metric: "Click on 'Save' and you should be at the configuration page now with the new metric added" |
303 | 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 | 305 | click_add_range: "Click on 'Add Range'" |
306 | 306 | fill_beginning_end_values_interval: "Fill in the form with the 'Beginning' and 'End' values for the interval" |
307 | 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 | 152 | reset_it: "redefini-la." |
153 | 153 | stay_logged: "Fique conectado." |
154 | 154 | resend_unclok_instructions: "Reenviar instruções para desbloquear" |
155 | - grade: "nota" | |
156 | - grade1: "Nota" | |
155 | + grade: "Nota" | |
157 | 156 | edit_configuration: "Editar configurações" |
158 | 157 | must_logged_configuration: "Você precisa estar logado para criar novas configurações." |
159 | 158 | new_configuration: "Nova Configuração" |
... | ... | @@ -168,6 +167,7 @@ pt: |
168 | 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 | 168 | edit_range: "Edite o intervalos" |
170 | 169 | new_range: "Novo intervalo" |
170 | + new_reading: "Nova Leitura" | |
171 | 171 | only_point_printed_chart: "Há apenas um ponto e não vai ser impresso em um gráfico." |
172 | 172 | edit_project: "Edite o Projeto" |
173 | 173 | must_logged_create_projetcs: "Você precisa estar logado para criar novos projetos." | ... | ... |