Add translations for actors and sources in backend

This commit is contained in:
2019-10-28 01:42:02 +01:00
committed by Stefan Rohde-Enslin
parent f3c70e7406
commit eda7cf78e6
28 changed files with 141 additions and 29 deletions

View File

@ -49,6 +49,11 @@
"annotation": "Annotation",
"add_new_annotation": "Add a new annotation:",
"description_too_short": "The description is too short. Minimum: 10 characters.",
"no_description": "The description is missing."
"no_description": "The description is missing.",
"gender": "Gender",
"gender_female": "Female",
"gender_male": "Male",
"gender_other": "Other",
"gender_explica": "Gender of the actor"
}
}