mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-08-13 11:50:37 +08:00
* website: Move labelling to message ... menu and add reporting and emoji reactions We can add more emoji easily in future, we just need to pick ones that we have consistent icons for. Also added "open in new tab" option so that messages can be navigated to from tasks on mobile. * website: Make new label and report strings translatable. * website: Move report api call to oasst client * small fixes * pre-commit --------- Co-authored-by: AbdBarho <ka70911@gmail.com>
12 lines
303 B
JSON
12 lines
303 B
JSON
{
|
|
"reactions": "Reactions",
|
|
"label_action": "Label",
|
|
"label_title": "Label",
|
|
"submit_labels": "Submit",
|
|
"open_new_tab_action": "Open in new tab",
|
|
"report_title": "Report",
|
|
"report_action": "Report",
|
|
"report_placeholder": "Why should this message be reviewed?",
|
|
"send_report": "Send"
|
|
}
|