Add translations for comment moderation functionality to musdb

This commit is contained in:
2019-09-14 14:03:34 +02:00
committed by Stefan Rohde-Enslin
parent d505230755
commit 3e3f88fd7b
15 changed files with 183 additions and 1 deletions

13
backend/tl/comments.json Normal file
View File

@ -0,0 +1,13 @@
{
"tlComments": {
"moderate_comments": "Moderate comments",
"Moderated": "Moderated",
"All": "All",
"only_moderated": "Only moderated",
"only_unmoderated": "Only unmoderated",
"only_public": "Only public",
"only_unpublished": "Only unpublished",
"commented_object": "commented object",
"Public": "Public"
}
}