-
Notifications
You must be signed in to change notification settings - Fork 14
2485 annotate field value #2492
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…nitial value is a list
src/app/custom/translations.tsv
Outdated
@@ -1249,3 +1252,7 @@ | |||
"annotation_status_ongoing" "Ongoing" "En cours" | |||
"annotation_status_validated" "Validated" "Validée" | |||
"annotation_status_rejected" "Rejected" "Refusée" | |||
"annotation_correct_value" Correct "%{value}" "Corriger "%{value}" | |||
"annotation_choose_value" "Choose value to comment" "Choisir la valeur à commenter" | |||
"annotation_error_empty_initial_value" "This field must be empty when comment target the field" "Ce champ doit rester vide quant le commentaire cible le champ" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"annotation_error_empty_initial_value" "This field must be empty when comment target the field" "Ce champ doit rester vide quant le commentaire cible le champ" | |
"annotation_error_empty_initial_value" "This field must be empty when comment targets the field" "Ce champ doit rester vide quand le commentaire cible le champ" |
src/app/custom/translations.tsv
Outdated
"annotation_correct_value" Correct "%{value}" "Corriger "%{value}" | ||
"annotation_choose_value" "Choose value to comment" "Choisir la valeur à commenter" | ||
"annotation_error_empty_initial_value" "This field must be empty when comment target the field" "Ce champ doit rester vide quant le commentaire cible le champ" | ||
"annotation_error_required_initial_value" "This field is required when comment target the value" "Ce champ est requis quant le commentaire cible la valeur" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"annotation_error_required_initial_value" "This field is required when comment target the value" "Ce champ est requis quant le commentaire cible la valeur" | |
"annotation_error_required_initial_value" "This field is required when comment targets the value" "Ce champ est requis quand le commentaire cible la valeur" |
src/app/custom/translations.tsv
Outdated
@@ -1249,3 +1252,7 @@ | |||
"annotation_status_ongoing" "Ongoing" "En cours" | |||
"annotation_status_validated" "Validated" "Validée" | |||
"annotation_status_rejected" "Rejected" "Refusée" | |||
"annotation_correct_value" Correct "%{value}" "Corriger "%{value}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"annotation_correct_value" Correct "%{value}" "Corriger "%{value}" | |
"annotation_correct_value" "Correct %{value}" "Corriger %{value}" |
8000
summary>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add tests for this file ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This component is straightforward and already tested through the CreateAnnotationModal component.
closes #2485
annotat value.webm
annotate targetvalue.webm
annotateField.webm
annotateChart.webm