mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-07-30 11:50:06 +08:00
Removed language.json translation file as we don't really need it anymore, just moved the couple of remaining items into tasks.json I also reverted the change where I created lang_mismatch_lang and lang_mismatch_lang.explanation because we don't actually need two different strings and it was causing an issue where it would show a mix of english and the users language rather than just show the existing "Wrong language" text that is probably a better intermediate until the translations are updated. Let me know if there is a better way to handle updating the source english text for translations.
25 lines
1.6 KiB
JSON
25 lines
1.6 KiB
JSON
{
|
|
"fails_task.question": "Is it a bad reply, as an answer to the prompt task?",
|
|
"hate_speech": "Hate Speech",
|
|
"hate_speech.explanation": "Content is abusive or threatening and expresses prejudice against a protected characteristic. Prejudice refers to preconceived views not based on reason. Protected characteristics include gender, ethnicity, religion, sexual orientation, and similar characteristics.",
|
|
"label_highlighted_flag_instruction": "Select any that apply to the highlighted message:",
|
|
"label_highlighted_likert_instruction": "Rate the highlighted message:",
|
|
"label_highlighted_yes_no_instruction": "Answer the following question(s) about the highlighted message:",
|
|
"label_message_flag_instruction": "Select any that apply to the message:",
|
|
"label_message_likert_instruction": "Rate the message:",
|
|
"label_message_yes_no_instruction": "Answer the following question(s) about the message:",
|
|
"lang_mismatch": "Not {{language}}",
|
|
"lang_mismatch.explanation": "Not written in {{language}}.",
|
|
"moral_judgement": "Judges Morality",
|
|
"moral_judgement.explanation": "Expresses moral judgement.",
|
|
"not_appropriate": "Not Appropriate",
|
|
"not_appropriate.explanation": "Inappropriate for a customer assistant.",
|
|
"pii": "Contains PII",
|
|
"pii.explanation": "Contains personally identifying information. Examples include personal contact details, license and other identity numbers and banking details.",
|
|
"political_content": "Political",
|
|
"political_content.explanation": "Expresses political views.",
|
|
"sexual_content": "Sexual Content",
|
|
"sexual_content.explanation": "Contains sexual content.",
|
|
"spam.question": "Is the message spam?"
|
|
}
|