changed the UI label for failed answer to avoid implicit negative

This commit is contained in:
Paulo Villegas
2023-01-31 09:28:29 +01:00
parent 7f2f67f107
commit 9aca76daa7
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
"label_message_flag_instruction": "Wählen Sie aus, was auf die Nachricht zutrifft:",
"label_message_likert_instruction": "Nachricht bewerten:",
"spam.question": "Ist die Nachricht Spam?",
"fails_task.question": "Verfehlt die Antwort die Aufgabe des Nutzers?",
"fails_task.question": "Ist es eine schlechte Antwort, wenn man die Aufgabe sieht?",
"not_appropriate": "Nicht angemessen",
"pii": "Personenbezogene Daten",
"hate_speech": "Hassrede",
+1 -1
View File
@@ -6,7 +6,7 @@
"label_message_flag_instruction": "Select any that apply to the message:",
"label_message_likert_instruction": "Rate the message:",
"spam.question": "Is the message spam?",
"fails_task.question": "Does the reply fail the prompter's task?",
"fails_task.question": "Is it a bad reply, as an answer to the prompt task?",
"not_appropriate": "Not Appropriate",
"pii": "Contains PII",
"hate_speech": "Hate Speech",
+2 -2
View File
@@ -6,11 +6,11 @@
"label_message_flag_instruction": "Selecciona cualquiera que sea adecuada para el mensaje:",
"label_message_likert_instruction": "Califica el mensaje:",
"spam.question": "¿Es el mensaje spam?",
"fails_task.question": "¿Fracasa la respuesta en la tarea de las instrucciones?",
"fails_task.question": "¿Es una mala respuesta, según la tarea pedida?",
"not_appropriate": "No apropiada",
"pii": "Contiene información de identificación personal (PII)",
"hate_speech": "Incitación al odio",
"sexual_content": "Contenido sexual",
"moral_judgement": "Juzga moralmente",
"political_content": "Político"
"political_content": "Contenido político"
}